.aventum-clima-widget {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.aventum-clima-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.aventum-clima-icon {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}

.aventum-clima-temp {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.aventum-clima-desc {
    font-size: 16px;
    opacity: 0.9;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.aventum-clima-cidade {
    font-size: 13px;
    opacity: 0.75;
    margin-bottom: 14px;
}

.aventum-clima-detalhes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 14px;
}

.aventum-clima-forecast {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 12px;
}

.aventum-forecast-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.aventum-weekday {
    font-size: 11px;
    opacity: 0.7;
    text-transform: uppercase;
}

.aventum-minmax {
    font-size: 12px;
    font-weight: 600;
}

.aventum-clima-erro {
    color: #c62828;
    font-size: 14px;
}
