.tsea-single-chapter-page .entry-title,
.tsea-single-chapter-page .page-title,
.tsea-single-chapter-page article > .post-header {
  display: none;
}

.tsea-single-chapter-page .tsea-chapter-page-shell {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.tsea-single-chapter-page .tsea-chapter-page-shell > article,
.tsea-single-chapter-page .tsea-chapter-page-shell .entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.tsea-single-chapter-page .tsea-chapter-home {
  margin: 0;
  max-width: none;
  width: 100%;
}

/* Keep the active theme from restyling or vertically stacking meeting cards. */
.tsea-chapter-home .tsea-meeting-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.tsea-chapter-home .tsea-meeting-card {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #d7dfeb !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(28, 42, 88, 0.07) !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 84px minmax(0, 1fr) auto !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 24px 26px !important;
  width: 100% !important;
}

.tsea-chapter-home .tsea-meeting-card:only-child {
  grid-column: 1 / -1 !important;
}

.tsea-chapter-home .tsea-meeting-date {
  align-self: center !important;
  background: #1c2a58 !important;
  color: #fff !important;
  display: block !important;
  font-style: normal !important;
  margin: 0 !important;
  text-align: center !important;
  width: 84px !important;
}

.tsea-chapter-home .tsea-meeting-date span {
  background: #ec1e2f !important;
  color: #fff !important;
  display: block !important;
  font: 800 13px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px !important;
  padding: 9px 5px !important;
  text-transform: uppercase !important;
}

.tsea-chapter-home .tsea-meeting-date strong {
  color: #fff !important;
  display: block !important;
  font: 700 34px/1 Georgia, "Times New Roman", serif !important;
  padding: 14px 5px 16px !important;
}

.tsea-chapter-home .tsea-meeting-info {
  min-width: 0 !important;
}

.tsea-chapter-home .tsea-meeting-info h3 {
  color: #1c2a58 !important;
  font: 700 25px/1.2 Georgia, "Times New Roman", serif !important;
  margin: 0 0 10px !important;
}

.tsea-chapter-home .tsea-meeting-meta {
  align-items: center !important;
  color: #56657c !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px 0 !important;
}

.tsea-chapter-home .tsea-meeting-meta p {
  color: #56657c !important;
  font: 400 15px/1.45 Arial, Helvetica, sans-serif !important;
  margin: 0 !important;
}

.tsea-chapter-home .tsea-meeting-meta p + p::before {
  color: #a9b3c2 !important;
  content: "•" !important;
  padding: 0 10px !important;
}

.tsea-chapter-home .tsea-meeting-day {
  color: #1c2a58 !important;
  font-weight: 700 !important;
}

.tsea-chapter-home .tsea-meeting-button {
  align-items: center !important;
  align-self: center !important;
  background: #ec1e2f !important;
  border: 2px solid #ec1e2f !important;
  color: #fff !important;
  display: inline-flex !important;
  font: 800 14px/1 Arial, Helvetica, sans-serif !important;
  gap: 8px !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.tsea-chapter-home .tsea-meeting-button:hover,
.tsea-chapter-home .tsea-meeting-button:focus {
  background: #1c2a58 !important;
  border-color: #1c2a58 !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .tsea-chapter-home .tsea-meeting-grid {
    grid-template-columns: 1fr !important;
  }

  .tsea-chapter-home .tsea-meeting-card {
    grid-template-columns: 76px minmax(0, 1fr) !important;
  }

  .tsea-chapter-home .tsea-meeting-button {
    grid-column: 2 !important;
    justify-self: start !important;
  }
}

@media (max-width: 560px) {
  .tsea-chapter-home .tsea-meeting-card {
    align-items: start !important;
    gap: 16px !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    padding: 20px !important;
  }

  .tsea-chapter-home .tsea-meeting-date {
    width: 68px !important;
  }

  .tsea-chapter-home .tsea-meeting-date strong {
    font-size: 29px !important;
  }

  .tsea-chapter-home .tsea-meeting-info h3 {
    font-size: 21px !important;
  }

  .tsea-chapter-home .tsea-meeting-meta {
    align-items: flex-start !important;
    display: grid !important;
    gap: 3px !important;
  }

  .tsea-chapter-home .tsea-meeting-meta p + p::before {
    content: none !important;
  }

  .tsea-chapter-home .tsea-meeting-button {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
  }
}
