/**
 * Estilos para mod_whatsapp_comments - Joomla 5 & Bootstrap 5
 */

.mod-whatsapp-comments {
    border-radius: 12px;
    transition: all 0.25s ease-in-out;
    background-color: #ffffff;
}

/* Estilos de tarjeta */
.mod-whatsapp-comments.card-default {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.mod-whatsapp-comments.card-bordered {
    border: 1.5px solid #e2e8f0;
    box-shadow: none;
}

.mod-whatsapp-comments.card-flush {
    border: none;
    background: transparent;
    box-shadow: none;
}

.mod-whatsapp-comments.card-dark {
    background-color: #0f172a;
    color: #f8fafc;
    border: 1px solid #1e293b;
}

.mod-whatsapp-comments.card-dark .form-control {
    background-color: #1e293b;
    border-color: #334155;
    color: #f8fafc;
}

.mod-whatsapp-comments.card-dark .form-control::placeholder {
    color: #94a3b8;
}

.mod-whatsapp-comments.card-gradient {
    background: linear-gradient(135deg, #f0fdf4 0%, #e6f4ea 100%);
    border: 1px solid #d1fae5;
}

/* Textarea styling */
.mod-whatsapp-comments .wa-comment-input {
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 0.95rem;
    padding: 12px 14px;
    resize: vertical;
    min-height: 100px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mod-whatsapp-comments .wa-comment-input:focus {
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.18);
}

/* Botones personalizados */
.mod-whatsapp-comments .btn-whatsapp {
    background-color: #25D366;
    color: #ffffff;
    border: 1px solid #20bd5a;
    transition: all 0.2s ease;
}

.mod-whatsapp-comments .btn-whatsapp:hover {
    background-color: #1fbd59;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3) !important;
}

.mod-whatsapp-comments .btn-outline-whatsapp {
    background-color: transparent;
    color: #25D366;
    border: 2px solid #25D366;
}

.mod-whatsapp-comments .btn-outline-whatsapp:hover {
    background-color: #25D366;
    color: #ffffff;
}

.extra-small {
    font-size: 0.78rem;
}
