/* Small tweaks so Bootstrap matches your theme vibe */
.accordion-button{
  padding: 1rem 1.1rem;
  border-radius: 1rem !important;
}
.accordion-button:not(.collapsed){
  background: #fff;
  color: #111;
  box-shadow: none;
}
.accordion-item{
  background: #fff;
  border-radius: 1rem;
}
.accordion-body .table thead th{
  font-weight: 700;
  letter-spacing: .02em;
}
.accordion-body table{
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
/* Keep your custom table wrapper behavior */
.table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
