.wage-summary-page {
    width: 100%;
    padding: 18px 20px 28px;
}

.wage-summary-heading {
    min-height: 58px;
    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    background: #0b1728;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 5px 5px 0 0;
}

.wage-summary-heading h1 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.wage-summary-heading span {
    color: var(--ffo-gold);

    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wage-summary-content {
    padding: 12px;

    background: #07111f;
    border-radius: 0 0 5px 5px;
}

.wage-summary-error {
    margin-bottom: 10px;
    padding: 13px 14px;

    background: #3c1d26;
    border: 1px solid rgba(242, 121, 143, 0.3);
    border-radius: 4px;

    color: #f2798f;

    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.wage-summary-overview {
    margin-bottom: 12px;
    padding: 12px;

    background: #0b1728;
    border-top: 3px solid var(--ffo-gold);
    border-radius: 4px;
}

.wage-summary-grand-total {
    min-height: 68px;
    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    background: #101d31;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
}

.wage-summary-grand-total span {
    color: #aeb8cc;

    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wage-summary-grand-total strong {
    color: var(--ffo-gold);

    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.wage-summary-division-links {
    margin-top: 9px;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.wage-summary-division-links a {
    min-width: 0;
    min-height: 58px;
    padding: 9px 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

    background: #0d1a2c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;

    text-decoration: none;
}

.wage-summary-division-links a:hover,
.wage-summary-division-links a:focus-visible {
    background: #14243b;
    border-color: rgba(240, 197, 69, 0.5);
    outline: none;
}

.wage-summary-division-links span {
    overflow: hidden;

    color: #9eabc0;

    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wage-summary-division-links strong {
    color: #ffffff;

    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.wage-summary-division {
    margin-bottom: 12px;
    scroll-margin-top: 12px;

    background: #0b1728;
    border-radius: 4px;
    overflow: hidden;
}

.wage-summary-division:last-child {
    margin-bottom: 0;
}

.wage-summary-division__header {
    min-height: 76px;
    padding: 12px 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    background: #101d31;
    border-top: 3px solid var(--ffo-gold);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.wage-summary-division__identity {
    min-width: 0;

    display: flex;
    align-items: center;
    gap: 12px;
}

.wage-summary-division__identity img {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: block;
    object-fit: contain;
}

.wage-summary-division__identity h2 {
    margin: 0;

    color: #ffffff;

    font-size: 17px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.wage-summary-division__total {
    flex: 0 0 auto;

    text-align: right;
}

.wage-summary-division__total span {
    display: block;
    margin-bottom: 6px;

    color: #9eabc0;

    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wage-summary-division__total strong {
    color: var(--ffo-gold);

    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.wage-summary-club-list {
    padding: 8px;

    display: grid;
    gap: 5px;
}

.wage-summary-club {
    min-height: 54px;
    padding: 7px 10px;

    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 150px;
    align-items: center;
    gap: 10px;

    background: #0d1a2c;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 4px;
}

.wage-summary-club:nth-child(even) {
    background: #0f1d30;
}

.wage-summary-club__rank {
    color: #708198;

    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.wage-summary-club__identity {
    min-width: 0;

    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.wage-summary-club__identity img {
    width: 34px;
    height: 34px;

    display: block;
    object-fit: contain;
}

.wage-summary-club__identity > span {
    min-width: 0;
}

.wage-summary-club__identity strong,
.wage-summary-club__identity small {
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.wage-summary-club__identity strong {
    color: #ffffff;

    font-size: 13px;
    line-height: 1.1;
    font-weight: 900;
}

.wage-summary-club__identity small {
    margin-top: 4px;

    color: #708198;

    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.wage-summary-club__wage {
    color: #ffffff;

    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-align: right;
}
