 /* =========================================================
   SCHEDULE PAGE (post-181 / page-id-181) — modern sporty table
   ========================================================= */

.page-id-181 {
  --tw-green: #004225;
  --tw-green2: #16b56b;
  --tw-ink: #0b1220;
  --tw-border: rgba(11,18,32,0.10);
  --tw-shadow: 0 18px 55px rgba(0,0,0,0.10);
}

/* Title area polish */
.page-id-181 .entry-content h2 {
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.05;
  color: #f5c400;
  margin-bottom: 12px;
}
.page-id-181 .entry-content h2::after {
  content: "";
  display: block;
  height: 5px;
  width: 110px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tw-green2), rgba(255,255,255,0));
}

/* The "Join us HARD WORK…SWEET VICTORY" callout */
.page-id-181 .entry-content h6.wp-block-heading {
  padding: 14px 16px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(22,181,107,0.22);
  background: linear-gradient(135deg, rgba(0,66,37,0.92), rgba(0,66,37,0.72)) !important;
  color: #fff !important;
  box-shadow: var(--tw-shadow);
  letter-spacing: 0.02em;
}
.page-id-181 .entry-content h6.wp-block-heading strong {
  color: #fff !important;
}

/* Intro paragraphs */
.page-id-181 .entry-content p {
  color: rgba(11,18,32,0.86);
  line-height: 1.75;
  font-size: 1.02rem;
}

/* -------------------------
   TABLE WRAP (scroll area)
   ------------------------- */
.page-id-181 .schedule-scroll {
  margin-top: 18px;
  border-radius: 18px;
  overflow: auto;
  border: 1px solid var(--tw-border);
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(6px);
  box-shadow: var(--tw-shadow);
}

/* Make horizontal scroll nice on mobile */
.page-id-181 .schedule-scroll::-webkit-scrollbar {
  height: 10px;
}
.page-id-181 .schedule-scroll::-webkit-scrollbar-thumb {
  background: rgba(11,18,32,0.20);
  border-radius: 999px;
}
.page-id-181 .schedule-scroll::-webkit-scrollbar-track {
  background: rgba(11,18,32,0.06);
  border-radius: 999px;
}

/* -------------------------
   TABLE STYLING (override inline)
   ------------------------- */
.page-id-181 table.tw-schedule {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 0 !important;              /* override inline border */
  box-shadow: none !important;       /* override inline shadow */
  font-family: inherit !important;
  font-size: 14px !important;        /* keep compact */
  min-width: 860px;                  /* prevents squish on mobile */
}

/* Sticky header for better UX */
.page-id-181 table.tw-schedule thead {
  position: sticky;
  top: 0;
  z-index: 5;
}
.page-id-181 table.tw-schedule thead tr,
.page-id-181 table.tw-schedule thead {
  background: linear-gradient(135deg, rgba(0,66,37,0.98), rgba(0,66,37,0.86)) !important;
  color: #fff !important;
}

/* Header cells */
.page-id-181 table.tw-schedule th {
  padding: 14px 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  white-space: nowrap;
}

/* Body cells */
.page-id-181 table.tw-schedule td {
  padding: 14px 12px !important;     /* override inline padding */
  border-bottom: 1px solid rgba(11,18,32,0.06);
  color: rgba(11,18,32,0.88);
  background: transparent !important;
}

/* Zebra rows (overrides your inline #f9f9f9) */
.page-id-181 table.tw-schedule tbody tr:nth-child(even) td {
  background: rgba(11,18,32,0.03) !important;
}

/* Row hover */
.page-id-181 table.tw-schedule tbody tr:hover td {
  background: rgba(22,181,107,0.10) !important;
}

/* First column (Group) bold + left align */
.page-id-181 table.tw-schedule td:first-child,
.page-id-181 table.tw-schedule th:first-child {
  text-align: left !important;
  position: sticky;
  left: 0;
  z-index: 4;
}

/* Sticky first column background so it doesn’t overlay weird */
.page-id-181 table.tw-schedule th:first-child {
  background: linear-gradient(135deg, rgba(0,66,37,1), rgba(0,66,37,0.90)) !important;
}
.page-id-181 table.tw-schedule td:first-child {
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.92) !important;
  border-right: 1px solid rgba(11,18,32,0.06);
}

/* -------------------------
   Edit button: make it premium
   ------------------------- */
.page-id-181 a.wp-block-button__link[href*="admin-schedule-edit"] {
  background: linear-gradient(135deg, rgba(0,66,37,1), rgba(22,181,107,0.95)) !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(0,0,0,0.14);
  transition: transform .16s ease, filter .16s ease;
}
.page-id-181 a.wp-block-button__link[href*="admin-schedule-edit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

/* Mobile: slightly smaller type + keep scroll */
@media (max-width: 782px) {
  .page-id-181 table.tw-schedule {
    font-size: 13px !important;
    min-width: 780px;
  }
}

.page-id-181 .schedule-scroll {
  position: relative;
}

.page-id-181 .schedule-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255,255,255,0.95), rgba(255,255,255,0));
}