/* Estilos para o plugin Tempo Agora */

.tempo-agora-widget-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    max-width: 280px;
}

.tempo-agora-widget-container p {
    font-size: 14px;
    color: #555;
}

.tempo-agora-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #333;
    border: 1px solid #e9e9e9;
    transition: transform 0.2s ease-in-out;
    font-size: 16px;
}

.tempo-agora-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.tempo-agora-cidade {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    color: #2c3e50;
}

.tempo-agora-corpo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tempo-agora-temperatura {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.tempo-agora-icone img {
    width: 60px;
    height: 60px;
}

.tempo-agora-descricao {
    font-size: 16px;
    color: #7f8c8d;
    text-align: center;
    font-weight: 500;
}

.tempo-agora-feels-like {
    font-size: 14px;
    color: #7f8c8d;
    text-align: center;
    font-weight: 400;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.tempo-agora-wind {
    font-size: 14px;
    color: #7f8c8d;
    text-align: center;
    font-weight: 400;
    margin-top: 4px;
}

.tempo-agora-humidity {
    font-size: 14px;
    color: #7f8c8d;
    text-align: center;
    font-weight: 400;
    margin-top: 4px;
}

/* Ícones dos elementos */
.tempo-agora-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    opacity: 0.8;
}

.tempo-agora-feels-like .tempo-agora-icon {
    color: #e74c3c;
}

.tempo-agora-wind .tempo-agora-icon {
    color: #3498db;
}

.tempo-agora-humidity .tempo-agora-icon {
    color: #27ae60;
}

/* Fonte Personalizada */
.tempo-agora-custom-font {
    font-family: inherit;
}

/* Temas */

/* Tema Escuro */
.tempo-agora-theme-dark .tempo-agora-card {
    background: #2c3e50;
    color: #ecf0f1;
    border-color: #34495e;
}

.tempo-agora-theme-dark .tempo-agora-cidade {
    color: #ecf0f1;
    border-bottom-color: #34495e;
}

.tempo-agora-theme-dark .tempo-agora-temperatura {
    color: #ecf0f1;
}

.tempo-agora-theme-dark .tempo-agora-descricao {
    color: #bdc3c7;
}

.tempo-agora-theme-dark .tempo-agora-feels-like {
    color: #bdc3c7;
    border-top-color: #34495e;
}

.tempo-agora-theme-dark .tempo-agora-wind {
    color: #bdc3c7;
}

.tempo-agora-theme-dark .tempo-agora-humidity {
    color: #bdc3c7;
}

.tempo-agora-theme-dark .tempo-agora-feels-like .tempo-agora-icon {
    color: #ff6b6b;
}

.tempo-agora-theme-dark .tempo-agora-wind .tempo-agora-icon {
    color: #74b9ff;
}

.tempo-agora-theme-dark .tempo-agora-humidity .tempo-agora-icon {
    color: #55a3ff;
}

/* Tema Minimalista */
.tempo-agora-theme-minimal .tempo-agora-card {
    background: #f8f9fa;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tempo-agora-theme-minimal .tempo-agora-cidade {
    border-bottom: none;
    font-weight: 400;
    color: #6c757d;
}

.tempo-agora-theme-minimal .tempo-agora-temperatura {
    color: #495057;
}

.tempo-agora-theme-minimal .tempo-agora-descricao {
    color: #6c757d;
    font-weight: 400;
}

.tempo-agora-theme-minimal .tempo-agora-feels-like {
    color: #6c757d;
    font-weight: 400;
    border-top: none;
}

.tempo-agora-theme-minimal .tempo-agora-wind {
    color: #6c757d;
    font-weight: 400;
}

.tempo-agora-theme-minimal .tempo-agora-humidity {
    color: #6c757d;
    font-weight: 400;
}

.tempo-agora-theme-minimal .tempo-agora-feels-like .tempo-agora-icon {
    color: #dc3545;
}

.tempo-agora-theme-minimal .tempo-agora-wind .tempo-agora-icon {
    color: #0d6efd;
}

.tempo-agora-theme-minimal .tempo-agora-humidity .tempo-agora-icon {
    color: #198754;
}

/* Tema Gradiente */
.tempo-agora-theme-gradient .tempo-agora-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.tempo-agora-theme-gradient .tempo-agora-cidade {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.tempo-agora-theme-gradient .tempo-agora-temperatura {
    color: white;
}

.tempo-agora-theme-gradient .tempo-agora-descricao {
    color: rgba(255, 255, 255, 0.8);
}

.tempo-agora-theme-gradient .tempo-agora-feels-like {
    color: rgba(255, 255, 255, 0.8);
    border-top-color: rgba(255, 255, 255, 0.2);
}

.tempo-agora-theme-gradient .tempo-agora-wind {
    color: rgba(255, 255, 255, 0.8);
}

.tempo-agora-theme-gradient .tempo-agora-humidity {
    color: rgba(255, 255, 255, 0.8);
}

.tempo-agora-theme-gradient .tempo-agora-feels-like .tempo-agora-icon {
    color: #ffd700;
}

.tempo-agora-theme-gradient .tempo-agora-wind .tempo-agora-icon {
    color: #87ceeb;
}

.tempo-agora-theme-gradient .tempo-agora-humidity .tempo-agora-icon {
    color: #98fb98;
}

/* Tamanhos */

.tempo-agora-size-small .tempo-agora-card {
    padding: 15px;
}

.tempo-agora-size-small .tempo-agora-cidade {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.tempo-agora-size-small .tempo-agora-temperatura {
    font-size: 32px;
}

.tempo-agora-size-small .tempo-agora-icone img {
    width: 45px;
    height: 45px;
}

.tempo-agora-size-small .tempo-agora-descricao {
    font-size: 14px;
}

.tempo-agora-size-small .tempo-agora-feels-like {
    font-size: 12px;
    margin-top: 6px;
    padding-top: 6px;
}

.tempo-agora-size-small .tempo-agora-wind {
    font-size: 12px;
    margin-top: 3px;
}

.tempo-agora-size-small .tempo-agora-humidity {
    font-size: 12px;
    margin-top: 3px;
}

.tempo-agora-size-small .tempo-agora-icon {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.tempo-agora-size-large .tempo-agora-card {
    padding: 25px;
}

.tempo-agora-size-large .tempo-agora-cidade {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.tempo-agora-size-large .tempo-agora-temperatura {
    font-size: 52px;
}

.tempo-agora-size-large .tempo-agora-icone img {
    width: 75px;
    height: 75px;
}

.tempo-agora-size-large .tempo-agora-descricao {
    font-size: 18px;
}

.tempo-agora-size-large .tempo-agora-feels-like {
    font-size: 16px;
    margin-top: 12px;
    padding-top: 12px;
}

.tempo-agora-size-large .tempo-agora-wind {
    font-size: 16px;
    margin-top: 6px;
}

.tempo-agora-size-large .tempo-agora-humidity {
    font-size: 16px;
    margin-top: 6px;
}

.tempo-agora-size-large .tempo-agora-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Elementos ocultos */

.tempo-agora-no-icon .tempo-agora-corpo {
    justify-content: center;
}

.tempo-agora-no-icon .tempo-agora-temperatura {
    text-align: center;
}

.tempo-agora-no-description .tempo-agora-corpo {
    margin-bottom: 0;
}

/* Responsividade */
@media (max-width: 480px) {
    .tempo-agora-widget-container {
        max-width: 100%;
    }
    
    .tempo-agora-card {
        padding: 15px;
    }
    
    .tempo-agora-temperatura {
        font-size: 36px;
    }
    
    .tempo-agora-icone img {
        width: 50px;
        height: 50px;
    }
}

.tempo-agora-no-border .tempo-agora-card {
    border: none !important;
    box-shadow: none !important;
} 