div.summary-strip {
    width: 88%;
    margin-left: 6%;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

div.summary-card {
    min-width: 12em;
    padding: 0.9em 1em;
    background: #1f1f1f;
    border: 1px solid #484848;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.35em;
}

span.summary-label {
    color: #8ebeff;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

span.summary-value {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}

div.options {
    width: 88%;
    margin-left: 6%;
    margin-bottom: 1em;
}

div.content-shell {
    width: 34rem;
    max-width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding: 1.25em 1.4em;
    background: #1d1d1d;
    border: 1px solid #444;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

table.loot-overview {
    width: 100%;
    max-width: 100%;
}

table.loot-overview th,
table.loot-overview td {
    text-align: left;
    padding: 0.7em 1em;
}

table.loot-overview th {
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

table.loot-overview td.count,
table.loot-overview th:nth-child(2) {
    width: 12em;
    text-align: center;
}

table.loot-overview td.count {
    font-size: 1.1em;
    font-weight: bold;
}

table.loot-overview td.name a {
    display: block;
    margin: -0.7em -1em;
    padding: 0.7em 1em;
    text-decoration: none;
    font-weight: bold;
}

table.loot-overview td.name a:hover {
    text-decoration: underline;
}

td.name.former,
a.former-member-link {
    color: #9a9a9a;
}

tr.former-member td {
    color: #b5b5b5;
}

@media (max-width: 900px) {
    div.summary-strip,
    div.options,
    div.content-shell {
        width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
    }

    div.summary-card {
        min-width: calc(50% - 12px);
    }

    table.loot-overview th,
    table.loot-overview td {
        padding: 0.65em 0.75em;
    }
}
