/*
 Theme Name:  Hello Elementor Child (BioOx)
 Theme URI:   https://elementor.com/
 Description: Child theme for Hello Elementor
 Author:      You
 Template:    hello-elementor
 Version:     1.0.0
 Text Domain: hello-elementor-child
*/

/* Put site-wide custom CSS here (e.g., your accordion styles) */

/* BioOx Product Accordion */
.bioox-accordion{ border-top:1px solid #e8e8e8; }
.bioox-acc-item{ border-bottom:1px solid #e8e8e8; padding:16px 0; }
.bioox-acc-summary{
  list-style:none; cursor:pointer; margin:0; font-weight:700;
  display:flex; align-items:center; justify-content:space-between;
  font-size: var(--fs-h4, 1.25rem);
}
.bioox-acc-summary::-webkit-details-marker{ display:none; }
.bioox-acc-summary::after{
  content:""; width:10px; height:10px; border-right:2px solid currentColor; border-bottom:2px solid currentColor;
  transform: rotate(-45deg); transition: transform .2s ease; margin-left:16px; opacity:.8;
}
.bioox-acc-item[open] > .bioox-acc-summary::after{ transform: rotate(45deg); }
.bioox-acc-panel{ margin-top:12px; font-size: var(--fs-body, 1rem); line-height:1.6; }