.courts-weather {
    box-sizing: border-box;
    width: min(255px, 100%);
    min-width: 225px;
    color: #fff;
    font-family: inherit;
    line-height: 1.25;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .82);
}

.courts-weather *,
.courts-weather *::before,
.courts-weather *::after {
    box-sizing: border-box;
}

.courts-weather__title {
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .86);
    font-size: .86rem;
    font-weight: 600;
    letter-spacing: .01em;
}

.courts-weather__main {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-bottom: 8px;
}

.courts-weather__icon {
    flex: 0 0 auto;
    font-size: 1.85rem;
    line-height: 1;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .68));
}

.courts-weather__condition {
    min-width: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.25;
}

.courts-weather__metrics {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 20px;
}

.courts-weather__metric {
    min-width: 0;
}

.courts-weather__metric span,
.courts-weather__metric strong {
    display: block;
}

.courts-weather__metric span {
    margin-bottom: 1px;
    color: rgba(255, 255, 255, .78);
    font-size: .65rem;
    font-weight: 600;
}

.courts-weather__metric strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: .93rem;
    font-weight: 800;
    line-height: 1.2;
}

.public-header-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    margin-left: auto;
}

.public-header-side .member-status-card {
    margin-left: 0;
}

@media (max-width: 1050px) {
    .public-header-side {
        gap: 18px;
    }

    .courts-weather {
        min-width: 205px;
        width: 220px;
    }
}

@media (max-width: 960px) and (min-width: 781px) {
    .public-header-top {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .public-header-side {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }
}

@media (max-width: 780px) {
    .public-header-side {
        width: 100%;
        margin-left: 0;
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .courts-weather {
        width: 100%;
        min-width: 0;
        padding: 13px 15px;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 14px;
        background: rgba(0, 0, 0, .08);
    }

    .courts-weather__metrics {
        gap: 8px 24px;
    }
}
