.no-meteo-data,
.no-meteo-data * {
    box-sizing: border-box;
    font-family: inherit !important;
}

.no-meteo-data {
    width: 100%;
    max-width: 420px;
    margin: 0;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dfe5ee;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(4, 30, 66, 0.07);
    color: #041e42;
}

.no-meteo-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 20px;
}

.no-meteo-heading {
    min-width: 0;
}

.no-meteo-label {
    display: block;
    margin: 0 0 8px;
    color: #315cff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.no-meteo-heading h3 {
    margin: 0 !important;
    padding: 0 !important;
    color: #041e42 !important;
    font-size: clamp(25px, 3vw, 34px) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -.03em !important;
}

.no-meteo-heading p {
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #7b8799 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.no-meteo-temp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-width: 76px;
    color: #041e42;
    font-size: clamp(38px, 5vw, 52px);
    line-height: .95;
    font-weight: 800;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.no-meteo-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 18px 0 20px;
    padding: 7px 11px;
    border: 1px solid #cfdcff;
    border-radius: 999px;
    background: #f2f6ff;
    color: #315cff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.no-meteo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.no-meteo-item {
    min-width: 0;
    padding: 14px 14px 13px;
    background: #f7f9fc;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
}

.no-meteo-item > span {
    display: block;
    margin: 0 0 8px;
    color: #94a0b2;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.no-meteo-item > strong {
    display: block;
    margin: 0;
    color: #041e42;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
}

.no-mare-box {
    margin-top: 16px;
    padding: 18px;
    background: #062653;
    border-radius: 12px;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.no-mare-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.no-mare-heading .no-mare-label,
.no-mare-horarios .no-mare-label {
    display: block !important;
    margin: 0 0 6px !important;
    color: rgba(255,255,255,.48) !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}

.no-mare-heading > strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.no-mare-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

.no-mare-values > div {
    min-width: 0;
    padding: 0 12px;
    border-right: 1px solid rgba(255,255,255,.14);
}

.no-mare-values > div:first-child {
    padding-left: 0;
}

.no-mare-values > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.no-mare-values span {
    display: block;
    min-height: 22px;
    margin-bottom: 7px;
    color: rgba(255,255,255,.48);
    font-size: 7px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.no-mare-values strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.no-mare-horarios {
    margin-top: 14px !important;
    padding-top: 13px !important;
    border-top: 1px solid rgba(255,255,255,.14) !important;
}

.no-mare-horario-linha {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 3px 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
}

.no-mare-horario-linha span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
}

.no-mare-horario-linha em {
    color: rgba(255,255,255,.46) !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
}

.no-mare-horario-linha strong {
    flex: 0 0 auto;
    color: #ffffff !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.no-meteo-footer {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    color: #8b98aa;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 600;
}

.no-meteo-footer::after {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #65d69c;
    box-shadow: 0 0 0 3px rgba(101,214,156,.14);
}

.no-meteo-error {
    padding: 16px;
    border: 1px solid #f0c7c7;
    border-radius: 8px;
    background: #fff7f7;
    color: #8a1f1f;
    font-size: 13px;
}

@media (max-width: 767px) {
    .no-meteo-data {
        max-width: none;
        padding: 20px;
        border-radius: 10px;
    }

    .no-meteo-top {
        gap: 14px;
    }

    .no-meteo-heading h3 {
        font-size: 27px !important;
    }

    .no-meteo-temp {
        min-width: 66px;
        font-size: 42px;
    }

    .no-meteo-item {
        padding: 12px;
    }

    .no-meteo-item > strong {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .no-meteo-grid {
        grid-template-columns: 1fr;
    }

    .no-mare-values {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .no-mare-values > div,
    .no-mare-values > div:first-child,
    .no-mare-values > div:last-child {
        padding: 0 0 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .no-mare-values > div:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
