/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Banner de cookies */
.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
  background-color: var(--e-global-color-accent) !important;
  border: 1px solid var(--e-global-color-accent) !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover {
  background-color: transparent !important;
  color: var(--e-global-color-accent) !important;
}

.cmplz-cookiebanner .cmplz-link {
  color: var(--e-global-color-accent) !important;
  text-decoration: underline;
}

/* Documento */
#cmplz-document {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#cmplz-document p {
  line-height: 1.6;
  color: #333;
}

@media (min-width: 1025px) {
  #cmplz-document p { font-size: 16px; }
}

/* Movil */
@media (max-width: 768px) {
  .cmplz-dropdown-cookiepolicy summary div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 10px 15px !important;
  }

  .cmplz-dropdown-cookiepolicy summary div > *:first-child {
    font-weight: 700 !important;
    color: var(--e-global-color-accent) !important;
    font-size: 1rem !important;
  }

  .cmplz-dropdown-cookiepolicy summary p,
  .cmplz-dropdown-cookiepolicy summary label {
    margin: 0 !important;
    font-size: 0.9rem !important;
    color: #444 !important;
    line-height: 1.4 !important;
  }

  .cmplz-dropdown-cookiepolicy summary::after {
    content: "";
    margin-left: auto;
    align-self: center;
    transform: scale(1.2);
    color: #222;
  }

  .cmplz-dropdown-cookiepolicy summary {
    padding: 10px 0 !important;
  }
}

/* General */
.e-con-inner { word-break: break-word; }
.contenido_legales a {
  font-weight: 600;
  color: var(--e-global-color-accent);
  transition: color 0.3s ease;
}
.contenido_legales h2 {
    font-weight: 500 !important;
}
.contenido_legales a:hover { color: #000; }
.cmplz-blocked-content-notice { border: var(--e-global-color-accent);}