.header-info-wrapper-e0ab1221 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Inter', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #334155;
    flex-wrap: wrap;
    justify-content: center;
}

.header-info-date-e0ab1221 {
    white-space: nowrap;
}

.header-info-divider-e0ab1221 {
    width: 1px;
    height: 16px;
    background-color: currentColor;
    opacity: 0.3;
}

.header-info-weather-e0ab1221 {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.header-info-weather-icon-e0ab1221 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-info-weather-icon-e0ab1221 svg {
    width: 1em;
    height: 1em;
}

@media (max-width: 767px) {
    .header-info-wrapper-e0ab1221 {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .header-info-divider-e0ab1221 {
        display: none;
    }
}