/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.5.1751526829
Updated: 2025-07-03 07:13:49

*/

/* Contenedor general del bloque de acordeones */
.accordion-block {
  margin-top: 2rem;
  border-top: 1px solid #eee;
}

/* Cada acordeón */
.accordion {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  margin-top: 0;
}

/* Acordeón inicial - no añade doble borde arriba */
.accordion:first-child {
  border-top: none;
}

/* summary (título del acordeón) */
.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.2rem 0;
  font-size: 1rem;
  font-weight: 500;
  appearance: none;
  list-style: none;
  background-color: transparent;
  border: none;
}

/* Ocultar marcador nativo de <summary> */
.accordion summary::-webkit-details-marker,
.accordion summary::marker {
  display: none;
}

/* Título del resumen */
.summary__title {
  display: flex;
  flex: 1;
}

/* Título del acordeón */
.accordion__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}

/* Icono de flecha */
.icon-caret {
  width: 12px;
  height: 12px;
  margin-left: 1rem;
  color: #666;
  transition: transform 0.3s ease;
}

/* Rotación del icono al abrir */
.accordion details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

/* Contenido del acordeón */
.accordion__content {
  padding: 0.5rem 0 1rem 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
