
 * .is-style-stripes {
 overflow-y: auto; 
 height: 400px; 
}


.is-style-stripes thead tr {
 position: sticky;
 top: 0px;
}
/*
.is-style-stripes tfoot  {
position: sticky;
background-color: #fff;
bottom: 0px;
}
*/

.is-style-stripes table {
 border-collapse: collapse;
 width: 100%;
 }

th, td {
padding: 8px 16px;
border: 1px solid red;
}

th {
background: #fff;
}

.page .entry-title {
  text-align: center;
}

.wp-block-table {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.wp-block-table tbody::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
}

.wp-block-table tr:last-child td {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.mepr-cta-button {
  display: inline-block;
  background-color: #003d99;
  color: white;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 12px;
  transition: background-color 0.2s ease;
}

.mepr-cta-button:hover {
  background-color: #002c73;
}
.popup-cta-button,
.popup-login-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 8px 0 0;
  font-size: 1rem;
}

.fit-popup-container {
  text-align: center;
  background: #f4f7fb;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  font-family: system-ui, sans-serif;
}

/* Popup container box */
.fit-popup-container {
  width: 90%;
  max-width: 500px;
  margin: 10vh auto;
  background: #f9fafc;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  font-family: system-ui, sans-serif;
  text-align: center;
  z-index: 99999;
  position: relative;
}

/* Header */
.fit-popup-container h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #1a1a1a;
}

/* Subtext */
.fit-popup-container p {
  font-size: 1rem;
  margin-bottom: 18px;
  color: #333;
}

/* Button section */
.fit-popup-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Buttons */
.fit-btn {
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  color: white;
  transition: background 0.2s ease;
}

.join-btn {
  background-color: #8B4513;
}

.join-btn:hover {
  background-color: #5a2d0c;
}

.login-btn {
  background-color: #444;
}

.login-btn:hover {
  background-color: #222;
}

/* Dim background to block page interaction */
.pum-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
./* Hide stray/empty submit buttons */
.mepr-login-form input[type="submit"]:not([value]), 
