/* Reusable NABET accreditation trust + compliance blocks (load after page CSS) */

.nabet-trust-panel {
  max-width: 900px;
  margin: 1.5rem auto 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #f8f9fb 0%, #fff 100%);
  border: 1px solid rgba(3, 51, 156, 0.12);
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.nabet-trust-panel h2,
.nabet-trust-panel .nabet-trust-heading {
  font-family: var(--cb-font-body, Raleway, system-ui, -apple-system, "Segoe UI", sans-serif);
  font-size: 1.1rem;
  color: #03339c;
  margin: 0 0 0.75rem;
  font-weight: 700;
}

.nabet-trust-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.5;
  font-family: var(--cb-font-body, Raleway, system-ui, -apple-system, "Segoe UI", sans-serif);
  color: #333;
}

.nabet-trust-table th,
.nabet-trust-table td {
  text-align: left;
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid #e8ecf2;
  vertical-align: top;
}

.nabet-trust-table th {
  color: #555;
  font-weight: 600;
  width: 38%;
}

.nabet-trust-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  align-items: center;
}

.nabet-trust-cta a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #ff5126;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0;
  font-size: 0.9rem;
}

.nabet-trust-cta a.nabet-trust-cta-secondary {
  background: #03339c;
}

.nabet-trust-disclaimer {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5a6572;
  margin-top: 0.9rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0e6ed;
  font-family: var(--cb-font-body, Raleway, system-ui, -apple-system, "Segoe UI", sans-serif);
}

.nabet-cta-dual {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 1rem 0 0;
}

.nabet-cta-dual a {
  padding: 0.6rem 1.1rem;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.92rem;
}

.nabet-cta-dual a.nabet-cta-form {
  background: #ff5126;
  color: #fff !important;
}

.nabet-cta-dual a.nabet-cta-tel,
.nabet-cta-dual a.nabet-cta-wa {
  background: #fff;
  color: #03339c !important;
  border: 2px solid #03339c;
}

/* NABET_BLOCK_SYNC: if QCI changes cert, validity, or register URL, update all pages with this comment. */
.nabet-verify-micro {
  font-family: var(--cb-font-body, Raleway, system-ui, -apple-system, "Segoe UI", sans-serif);
  font-size: 0.88rem;
  line-height: 1.55;
  color: #3d4d66;
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  background: #f0f4ff;
  border-left: 3px solid #03339c;
  border-radius: 0;
}

.nabet-verify-micro a {
  color: #03339c;
  font-weight: 600;
}

.nabet-trust-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.5rem 0 0;
  max-width: 100%;
}

@media (max-width: 600px) {
  .nabet-trust-panel {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }
  .nabet-trust-table th {
    display: block;
    width: 100%;
    padding-bottom: 0.15rem;
  }
  .nabet-trust-table td {
    display: block;
    width: 100%;
    padding-top: 0.15rem;
    padding-bottom: 0.65rem;
  }
}
