.tap-accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
  }
  .tap-accordion-item-title {
    cursor: pointer;
    background: #f6f6f6;
    padding: 10px;
    font-weight: bold;
  }
  .tap-accordion-item-content {
    padding: 10px;
    background: #fff;
  }
  .tap-accordion-item.is-open .tap-accordion-item-title {
    background: #e9e9e9;
  }
  