.card {
    border: 0px;
    margin: 0em 0em;
    padding: 2em 2em;
    background-color: #f7f7f7
;
}

.card-app {
    margin: 2.5em 0em;
    background-color: #ffff;
    border: 1px solid #e2e3e5;
}

h1 {
    padding-top: 0.5em;
}

.issue {
    background-color: white;
}

.app-icon {
    width: 50px;
    height: 50px;
}

.title-header {
    margin: 0.5em 1em;
}

h5 {
    margin-bottom: 1em;
}

.feedback-cell {
    display: inline-block;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback-cell:hover {
    overflow: visible;
}

.privacy-notice {
    margin: 2em;
}

.location {
    /* make the background 20% white, rest transparent */
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 1em;
    margin-bottom: 1em;
}

.location p {
    margin-bottom: 0;
}

.report-header {
    margin-top: 1em;
}

.locations {
    margin-top: 0.5em;
    border-left: 4px solid #d3d3d3;
    padding-left: 0.7em;
}

.extra-list {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.external-link::after {
    /* material symbol "open_in_new" */
    content: "open_in_new";
    font-family: "Material Symbols Outlined";
    /* a bit of spacing */
    margin-left: 0.2em;
    font-size: 0.8em;
    vertical-align: middle;
    text-decoration: none;
}