.primary-color {
    color: #0B544B;
}
.secondary-color {
    color: #9AC123;
}

/* Resetear contenedores globales del tema para ancho completo real */
html, body {
    overflow-x: hidden;
    width: 100%;
}

.site,
.site-content,
.site-main,
#content,
#primary,
.entry-content,
.elementor-section-stretched,
.elementor-location-single,
.hfe-content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Reset paddings laterales en Flexbox Containers (e-con) de ancho completo */
.e-con-full {
    --e-con-padding-start: 0px !important;
    --e-con-padding-end: 0px !important;
}

/* Fix específico para el espacio fantasma / desfase del Header en la página 'Cómo funciona' (page-id-65) */
body.page-id-65 .site-main,
body.page-id-65 .entry-content > .elementor > .e-con:first-child,
body.page-id-65 .entry-content > .elementor > .elementor-section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Forzar a los contenedores e-con de Elementor a estirarse sin sangría */
.elementor-element.e-con-full,
.elementor-element.e-parent {
    width: 100% !important;
    max-width: 100% !important;
}
/* ============================================================
   PRIVACY POLICY STYLES
   ============================================================ */
.blc-privacy-policy {
    font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #4A4A4A;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 20px;
}
.blc-privacy-policy h1,
.blc-privacy-policy h2,
.blc-privacy-policy h3 {
    font-family: 'Bitter', serif;
    color: #046537; /* Primary color */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.blc-privacy-policy h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.2;
}
.blc-privacy-policy h2 {
    font-size: 1.8rem;
}
.blc-privacy-policy ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.blc-privacy-policy ul li {
    margin-bottom: 8px;
}
.blc-privacy-policy p {
    margin-bottom: 15px;
}
.blc-privacy-policy a {
    color: #046537;
    text-decoration: underline;
}
.blc-privacy-policy a:hover {
    color: #9AC123;
}

/* ============================================================
   COOKIEYES BANNER CUSTOMIZATION
   ============================================================ */
.cky-btn,
.cky-btn-accept,
.cky-btn-customize,
.cky-btn-reject {
    background-color: #046537 !important;
    border-color: #046537 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}
.cky-btn:hover,
.cky-btn-accept:hover,
.cky-btn-customize:hover,
.cky-btn-reject:hover {
    background-color: #0B544B !important;
    border-color: #0B544B !important;
}
