/**
* For the global style of the accordion, implement the CSS here with "::part()".
* See the documentation at: https://github.com/FrissBee/accordion
*
* Here is an example: */

frissbee-accordion::part(container-accordion) {
  margin-bottom: 18px;
  border: 1px solid #ced4da;
  /* border-radius: 8px; */
}
frissbee-accordion::part(btn-title) {
  /* font-family: 'Segoe UI'; */
  /* color: #fff; */
  background-color: #e9e9e9;
  /* font-size: 22px; */
  /* padding: 4px 22px; */
  /* font-weight: bold; */
  padding: 0.5rem 0.725rem;
}
frissbee-accordion::part(container-panel) {
  /* background-color: #f0f0f0; */
}
frissbee-accordion::part(panel-accordion) {
  padding: 0.5rem 0.725rem;
}
