.pt-64px {padding-bottom: 30px!important;}
/* Allens content table styling */
/* Recommended HTML class: <table class="allens-info-table"> */
/* Fallback also supports current HTML: <table class="1st"> */

.neo-block--text table.allens-info-table,
.neo-block--text table.\31 st {
  display: table !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--divider-color, #ddeafe);
  border-radius: 0.75rem;
  color: var(--card-text, #667081);
  font-size: 1rem;
  line-height: 1.55;
}

.neo-block--text table.allens-info-table tbody,
.neo-block--text table.\31 st tbody {
  display: table-row-group !important;
  width: 100% !important;
}

.neo-block--text table.allens-info-table tr,
.neo-block--text table.\31 st tr {
  display: table-row !important;
}

.neo-block--text table.allens-info-table td,
.neo-block--text table.\31 st td {
  display: table-cell !important;
  padding: 1rem 1.25rem;
  vertical-align: top;
  border-right: 1px solid var(--divider-color, #ddeafe);
  border-bottom: 1px solid var(--divider-color, #ddeafe);
  background: #ffffff;
}

.neo-block--text table.allens-info-table td:last-child,
.neo-block--text table.\31 st td:last-child {
  border-right: 0;
}

.neo-block--text table.allens-info-table tr:last-child td,
.neo-block--text table.\31 st tr:last-child td {
  border-bottom: 0;
}

/* Header row */
.neo-block--text table.allens-info-table tr:first-child td,
.neo-block--text table.\31 st tr:first-child td {
  background: var(--card-bg, #eff6ff);
  color: var(--heading-color, #264c86);
  font-weight: 700;
}

/* Keep paragraph spacing tidy inside table cells */
.neo-block--text table.allens-info-table td p,
.neo-block--text table.\31 st td p {
  margin: 0 !important;
}

/* Strong labels */
.neo-block--text table.allens-info-table strong,
.neo-block--text table.\31 st strong {
  color: var(--heading-color, #264c86);
  font-weight: 700;
}

/* Mobile: turn rows into cards */
@media (max-width: 767px) {
  .neo-block--text table.allens-info-table,
  .neo-block--text table.\31 st {
    display: block !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 1.5rem 0;
  }

  .neo-block--text table.allens-info-table tbody,
  .neo-block--text table.\31 st tbody {
    display: block !important;
    width: 100% !important;
  }

  .neo-block--text table.allens-info-table tr,
  .neo-block--text table.\31 st tr {
    display: block !important;
    width: 100% !important;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--divider-color, #ddeafe);
    border-radius: 0.75rem;
  }

  .neo-block--text table.allens-info-table tr:first-child,
  .neo-block--text table.\31 st tr:first-child {
    background: var(--card-bg, #eff6ff);
  }

  .neo-block--text table.allens-info-table td,
  .neo-block--text table.\31 st td {
    display: block !important;
    width: 100% !important;
    padding: 0.875rem 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--divider-color, #ddeafe);
  }

  .neo-block--text table.allens-info-table td:last-child,
  .neo-block--text table.\31 st td:last-child {
    border-bottom: 0;
  }

  .neo-block--text table.allens-info-table tr:not(:first-child) td:first-child,
  .neo-block--text table.\31 st tr:not(:first-child) td:first-child {
    background: var(--card-bg, #eff6ff);
    color: var(--heading-color, #264c86);
    font-weight: 700;
  }
}