.nevv-sdp-delegations__header {
    margin-bottom: 18px;
}

.nevv-sdp-delegations__lead {
    color: var(--nevv-sdp-text-description-color);
    font-size: var(--nevv-sdp-text-description-size);
    max-width: 920px;
}

.nevv-sdp-delegation-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0;
}

.nevv-sdp-delegation-metric h2 {
    margin-top: 0;
    font-size: var(--nevv-sdp-h3-size);
}

.nevv-sdp-delegation-metric__value {
    margin: 10px 0;
    font-weight: 800;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1;
}

.nevv-sdp-delegation-tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.nevv-sdp-delegation-tile {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.nevv-sdp-delegation-tile:hover,
.nevv-sdp-delegation-tile:focus-visible {
    outline: 2px solid var(--nevv-sdp-input-focus-border);
    outline-offset: 2px;
}

.nevv-sdp-delegation-tile__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nevv-sdp-delegation-tile__title {
    font-weight: 800;
    font-size: 18px;
}

.nevv-sdp-delegation-tile__description {
    color: var(--nevv-sdp-text-description-color);
    font-size: var(--nevv-sdp-text-description-size);
}

.nevv-sdp-delegates-table {
    display: grid;
    gap: 1px;
    overflow-x: auto;
}

.nevv-sdp-delegates-table__row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 130px 140px 100px;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--nevv-sdp-border-card);
}

.nevv-sdp-delegates-table__row--head {
    font-weight: 800;
}

@media (max-width: 900px) {
    .nevv-sdp-delegation-grid,
    .nevv-sdp-delegation-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .nevv-sdp-delegation-grid,
    .nevv-sdp-delegation-tiles {
        grid-template-columns: 1fr;
    }
}
