/* SEPRECON 2026 fee tables — scoped so main site .header / .section-title are untouched */
.payment-pricing-main,
.payment-pricing-main *::before,
.payment-pricing-main *::after {
  box-sizing: border-box;
}

.payment-pricing-main {
  font-family: "Inter", Arial, sans-serif;
  background: #f0f4f8;
  padding: 28px 20px 48px;
  color: #1a1a1a;
  line-height: 1.6;
}

.payment-pricing-main .container {
  max-width: 900px;
  margin: 0 auto;
}

.payment-pricing-main .spf-head {
  text-align: center;
  margin-bottom: 30px;
}

.payment-pricing-main .spf-head h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2c5f8a;
  margin-bottom: 8px;
}

.payment-pricing-main .spf-head p {
  font-size: 14px;
  color: #555;
}

.payment-pricing-main .tab-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.payment-pricing-main .payment-tab-note {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #2c5f8a;
  margin: 0 0 22px;
  padding: 0 12px;
}

.payment-pricing-main .tab-btn {
  padding: 12px 20px;
  border: 2px solid transparent;
  background: #fff;
  color: #555;
  font-weight: 600;
  font-size: 13.5px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.payment-pricing-main .tab-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.payment-pricing-main .tab-btn[data-target="member"].active {
  background: #0e6d55;
  color: white;
  border-color: #0e6d55;
}
.payment-pricing-main .tab-btn[data-target="nonmember"].active {
  background: #99371c;
  color: white;
  border-color: #99371c;
}
.payment-pricing-main .tab-btn[data-target="nurses"].active {
  background: #bf8e00;
  color: white;
  border-color: #bf8e00;
}
.payment-pricing-main .tab-btn[data-target="workshops"].active {
  background: #185fa5;
  color: white;
  border-color: #185fa5;
}

.payment-pricing-main .tab-content {
  display: none;
  animation: spf-slide-up 0.4s ease-out;
}

.payment-pricing-main .tab-content.active {
  display: block;
}

@keyframes spf-slide-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.payment-pricing-main .spf-block-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-bottom: 0;
  border-left: 5px solid;
  background: #fff;
}

.payment-pricing-main .section-member .spf-block-title {
  color: #0e6d55;
  border-color: #0e6d55;
}
.payment-pricing-main .section-nonmember .spf-block-title {
  color: #99371c;
  border-color: #99371c;
}
.payment-pricing-main .section-nurses .spf-block-title {
  color: #bf8e00;
  border-color: #bf8e00;
}
.payment-pricing-main .section-workshops .spf-block-title {
  color: #185fa5;
  border-color: #185fa5;
}

.payment-pricing-main .table-wrap {
  overflow-x: auto;
  background: #fff;
}

.payment-pricing-main table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #d0d8e4;
  min-width: 600px;
}

.payment-pricing-main .subtitle-row td {
  font-weight: 600;
  padding: 10px 15px;
  color: #fff;
}

.payment-pricing-main .section-member .subtitle-row td {
  background: #0e6d55;
}
.payment-pricing-main .section-nonmember .subtitle-row td {
  background: #99371c;
}
.payment-pricing-main .section-nurses .subtitle-row td {
  background: #bf8e00;
}
.payment-pricing-main .section-workshops .subtitle-row td {
  background: #185fa5;
}

.payment-pricing-main .col-header th {
  background: #2c5f8a;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
  font-weight: 600;
}

.payment-pricing-main .col-header th:first-child {
  text-align: left;
}

.payment-pricing-main tbody tr td {
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.payment-pricing-main tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
}
.payment-pricing-main tbody tr:nth-child(even) {
  background: #f8fafc;
}

.payment-pricing-main .inner-note {
  margin-top: 15px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #d0d8e4;
  border-radius: 4px;
  font-size: 13px;
  color: #444;
}

.payment-pricing-main .inner-note strong {
  color: #0e6d55;
}

.payment-pricing-main .inner-note .wbmc-note {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
}

.payment-register-cta {
  margin-top: 32px;
  text-align: center;
  
}

.payment-register-link {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #9B0C18;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(44, 95, 138, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
  animation: regStartBlink 1.1s infinite
}

.payment-register-link:hover {
  background: #244a6d;
  transform: translateY(-1px);
  color: #fff;
}



/* Increase the max-width of the container so the tables have room to breathe */
.payment-pricing-main .container {
    max-width: 1400px !important; 
    width: 95%;
}

.payment-layout-wrapper {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping on desktop */
    gap: 40px;
    align-items: flex-start;
}

.payment-sidebar {
    flex: 0 0 300px; /* Locks the sidebar width to exactly 300px */
    width: 300px;
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}

.payment-sidebar h3 {
    color: #1a567b;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
    border-bottom: 2px solid #1a567b;
    padding-bottom: 10px;
}

.payment-sidebar ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.payment-sidebar li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.payment-main-col {
    flex: 1; /* Allows the tables to take up all the remaining space */
    min-width: 0; /* Keeps horizontal scrolling intact for mobile accessibility */
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .payment-layout-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse; /* Stacks the guidelines below the pricing on mobile */
    }
    .payment-sidebar, .payment-main-col {
        width: 100%;
        flex: none;
    }
}


/* Guidelines Box CSS */
.guidelines-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.guidelines-box h4 {
    color: #1a567b;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}
.guidelines-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.guidelines-box li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
.guidelines-box li:last-child {
    margin-bottom: 0;
}

