.entry-content table.mobile-expandable-table .mobile-expandable-table__toggle {
  display: none;
}

@media (max-width: 767px) {
  .entry-content table.mobile-expandable-table {
    border-collapse: separate;
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .entry-content table.mobile-expandable-table thead,
  .entry-content table.mobile-expandable-table .mobile-expandable-table__header-row {
    display: none;
  }

  .entry-content table.mobile-expandable-table thead tr,
  .entry-content table.mobile-expandable-table tbody tr:not(.mobile-expandable-table__details-row):not(.mobile-expandable-table__header-row) {
    display: block;
  }

  .entry-content table.mobile-expandable-table thead tr {
    border-bottom-width: 1px;
    border-color: hsla(0, 0%, 7%, 0.2);
  }

  .entry-content table.mobile-expandable-table tbody tr:not(.mobile-expandable-table__details-row):not(.mobile-expandable-table__header-row) {
    margin-bottom: 0.75rem;
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: hsla(0, 0%, 7%, 0.15);
    background-color: rgb(255 255 255 / 1);
    padding: 0.5rem 1.25rem;
    box-shadow: 0 12px 30px rgba(39, 53, 44, 0.08);
  }

  .entry-content table.mobile-expandable-table th,
  .entry-content table.mobile-expandable-table td {
    display: block;
    border-width: 0;
    padding: 0.75rem 0;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__hidden-cell,
  .entry-content table.mobile-expandable-table .mobile-expandable-table__summary-tail {
    display: none;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__summary {
    display: block;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__toggle {
    margin-top: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 9999px;
    border-width: 1px;
    border-color: hsla(0, 0%, 7%, 0.15);
    background-color: hsla(35, 32%, 93%, 0.4);
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(17 17 17 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__toggle:hover {
    background-color: hsla(35, 32%, 93%, 0.6);
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__toggle-icon {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__toggle[aria-expanded="true"] .mobile-expandable-table__toggle-icon {
    transform: rotate(45deg);
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-row {
    margin-bottom: 1.25rem;
    display: block;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-row[hidden] {
    display: none;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-cell {
    display: block;
    border-radius: 1.5rem;
    background-color: rgb(236 93 37 / 1);
    padding: 1rem 1.25rem;
    color: rgb(242 237 230 / 1);
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-list {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 9rem) minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.75rem;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-list dt,
  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-list dd {
    margin: 0;
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-list dt {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: hsla(35, 32%, 93%, 0.7);
  }

  .entry-content table.mobile-expandable-table .mobile-expandable-table__details-list dd {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgb(242 237 230 / 1);
  }
}
