/* =====================================================================
   PREGUNTAS FRECUENTES - Transportes Ceacero
   Versión: 110626  ·  Carga: is_page('preguntas-frecuentes')
   Acordeón nativo con <details> (sin JS)
   ===================================================================== */

body .tc-faq{ background:var(--tc-blanco); }
body .tc-faq .tc-wrap{ max-width:880px; }
body .tc-faq-item{ border:1px solid var(--tc-gris-borde); border-radius:var(--tc-radio); margin-bottom:14px; overflow:hidden; background:var(--tc-blanco); transition:box-shadow .2s ease; }
body .tc-faq-item[open]{ box-shadow:var(--tc-sombra); }
body .tc-faq-item summary{ list-style:none; cursor:pointer; padding:22px 56px 22px 24px; position:relative; font-weight:700; font-size:18px; color:var(--tc-azul); }
body .tc-faq-item summary::-webkit-details-marker{ display:none; }
body .tc-faq-item summary::after{ content:""; position:absolute; right:22px; top:50%; width:18px; height:18px; transform:translateY(-50%); background-color:var(--tc-azul); transition:transform .25s ease; -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center/contain; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center/contain; }
body .tc-faq-item[open] summary::after{ transform:translateY(-50%) rotate(180deg); }
body .tc-faq-item .tc-faq-resp{ padding:0 24px 22px; color:var(--tc-texto-suave); font-size:16px; line-height:1.65; }

/*---------- responsive ------------*/
@media (max-width:767px){
body .tc-faq-item summary{ font-size:16px; padding:18px 48px 18px 18px; }
body .tc-faq-item .tc-faq-resp{ padding:0 18px 18px; }
}
