/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* ===== FAQ TENGRO - TEMA OSCURO #0F172A ===== */

/* Contenedor general */
.faq-dark-theme {
    background-color: #0F172A !important;
    padding: 30px 20px !important;
    border-radius: 12px !important;
}

/* Todo el texto interno en blanco/claro */
.faq-dark-theme,
.faq-dark-theme * {
    color: #f1f5f9 !important;
}

/* Preguntas (títulos) */
.faq-dark-theme h2,
.faq-dark-theme h3,
.faq-dark-theme h4,
.faq-dark-theme button,
.faq-dark-theme [role="button"],
.faq-dark-theme summary {
    color: #ffffff !important;
    background-color: #1e293b !important;
    font-weight: 600 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    transition: background-color 0.2s ease !important;
}

/* Hover en las preguntas */
.faq-dark-theme h2:hover,
.faq-dark-theme h3:hover,
.faq-dark-theme h4:hover,
.faq-dark-theme button:hover,
.faq-dark-theme [role="button"]:hover,
.faq-dark-theme summary:hover {
    background-color: #334155 !important;
    cursor: pointer !important;
}

/* Pregunta abierta/activa */
.faq-dark-theme [aria-expanded="true"],
.faq-dark-theme .active,
.faq-dark-theme .open {
    background-color: #c9a227 !important;
    color: #0F172A !important;
}

/* Respuestas (contenido) */
.faq-dark-theme p,
.faq-dark-theme div,
.faq-dark-theme li,
.faq-dark-theme span {
    color: #cbd5e1 !important;
    line-height: 1.7 !important;
}

/* Enlaces dentro de las respuestas */
.faq-dark-theme a {
    color: #c9a227 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}

.faq-dark-theme a:hover {
    color: #ffd700 !important;
}

/* Iconos de despliegue (flecha, +, etc.) */
.faq-dark-theme svg,
.faq-dark-theme i {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Separador sutil entre preguntas */
.faq-dark-theme > * {
    border-bottom: 1px solid #1e293b !important;
}

.faq-dark-theme > *:last-child {
    border-bottom: none !important;
}

/* Listas dentro de respuestas */
.faq-dark-theme ul,
.faq-dark-theme ol {
    padding-left: 25px !important;
    margin: 10px 0 !important;
}

.faq-dark-theme ul li::marker,
.faq-dark-theme ol li::marker {
    color: #c9a227 !important;
}