/* VOLÁ ENVÍOS · Mejoras profesionales de claridad y conversión
   Este archivo no modifica tamaños ni fondos de las tarjetas existentes. */

.vola-prof-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  max-width:720px;
  margin:14px auto 0;
  padding:12px 14px;
  border:1px solid rgba(25,199,195,.32);
  border-radius:14px;
  background:rgba(25,199,195,.09);
  color:var(--ink, #17252A);
  font-size:.9rem;
  line-height:1.45;
}
.vola-prof-note__dot{
  width:9px;
  height:9px;
  margin-top:.38rem;
  border-radius:50%;
  flex:none;
  background:#19C7C3;
  box-shadow:0 0 0 5px rgba(25,199,195,.12);
}
.vola-prof-note strong{font-family:"Sora",sans-serif}
.vola-prof-note a{font-weight:800;color:#0A7A77;text-decoration:underline;text-underline-offset:3px}

.vola-seller-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid var(--silver, #C4DEDD);
  border-radius:14px;
  background:rgba(25,199,195,.06);
  color:var(--ink, #17252A);
  padding:13px 15px;
  margin-bottom:12px;
  font-family:"Sora",sans-serif;
  font-size:.9rem;
  font-weight:800;
  cursor:pointer;
  text-align:left;
}
.vola-seller-toggle small{
  display:block;
  margin-top:3px;
  color:var(--ink-soft, #4A5D63);
  font-family:"Manrope",sans-serif;
  font-weight:600;
}
.vola-seller-toggle__arrow{font-size:1.1rem;transition:transform .2s ease}
.vola-seller-toggle[aria-expanded="true"] .vola-seller-toggle__arrow{transform:rotate(180deg)}

.vola-tariff-date{
  margin-top:10px;
  text-align:center;
  color:var(--ink-soft, #4A5D63);
  font-size:.8rem;
  font-weight:700;
}

.vola-tracking-guide{
  margin:14px 0 0;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(25,199,195,.08);
  border:1px solid rgba(25,199,195,.24);
  color:var(--ink-soft, #4A5D63);
  font-size:.85rem;
  line-height:1.45;
}
.vola-tracking-guide strong{color:var(--ink, #17252A)}
.vola-tracking-consulted{
  margin-top:10px;
  font-size:.78rem;
  color:var(--ink-soft, #4A5D63);
  text-align:right;
}

.vola-footer-meta{
  width:100%;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(196,222,221,.28);
  color:inherit;
  opacity:.82;
  font-size:.78rem;
  line-height:1.5;
  text-align:center;
}
.vola-footer-meta a{text-decoration:underline;text-underline-offset:3px}

@media(max-width:700px){
  .vola-prof-note{margin:12px 14px 0;font-size:.84rem}
  #stepper.vola-stepper-sticky{
    position:sticky;
    top:0;
    z-index:24;
    margin-left:-18px;
    margin-right:-18px;
    padding:10px 18px;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid var(--silver-soft, #AECFCE);
    backdrop-filter:blur(12px);
  }
  [data-theme="dark"] #stepper.vola-stepper-sticky{background:rgba(6,46,56,.96)}
}
