/*
Theme Name: drdevaccesible
Author: Dayana Roca
Version: 0.0.1
Description: Tema personalizado con Tailwind CSS, optimizado para SEO y accesibilidad.
Requires at least: 5.8
Tested up to: 6.5
License: GNU General Public License v2 or later
Text Domain: drdevcustomlanguage
*/
span.wpcf7-list-item-label {
    font-weight: 700 !important;
    cursor: pointer;
    padding-left: 8px !important;
}
.wpcf7-acceptance input[type="checkbox"] {
    accent-color: #149CBC; 
  }
.style-comment, p.comment-form-cookies-consent {
    font-weight: 700;
    font-size: 1rem;
}
/* Accesibilidad menú desktop */
#menu-main-menu > li:focus-within > div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}
@media (min-width: 1024px) {
  #mobile-menu {
    display: none !important;
  }
}
