/* Estilos para el bloque del shortcode [custom_category_j6] */
.ccj6-wrap { margin: 1rem 0; font-family: inherit; }
.ccj6-accordion { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.ccj6-item + .ccj6-item { border-top: 1px solid #e5e7eb; }
.ccj6-summary { cursor: pointer; padding: .85rem 1rem; font-weight: 600; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.ccj6-summary::-webkit-details-marker { display: none; }
.ccj6-chevron { transition: transform .2s ease; }
details[open] .ccj6-chevron { transform: rotate(90deg); }
.ccj6-panel { padding: .5rem 1rem 1rem; background: #fafafa; }
.ccj6-panel ul { margin: .25rem 0 0; padding-left: 1rem; }
.ccj6-panel li { margin: .25rem 0; }
.ccj6-link { text-decoration: none; }
.ccj6-count { color: #6b7280; font-weight: 400; margin-left: .4rem; }
