
/* =====================================================
   PEERCAMP – Theme modification
   ===================================================== */

.header-default .header-main .header-content-inner .branding .site-branding-logo img {
    max-width: 200px !important;
    margin-bottom: 0px !important;
}

.header-default .header-main .header-content-inner .branding .site-branding-logo {
    padding-bottom: 0 !important;
}

.header-default .header-main .header-content-inner .branding {
    margin-right: 20px;
}

#footer {
    color: #abafb5;
    background: #013a2b;
}

#footer .copyright {
    background: #07241c;
    border: none;
}

.header-default .stuck {
    background: #07241c;
}

.contact-info .logo-footer {
    max-width: 200px;
}

.text-dark, .text-black {
    color: #171311 !important;
}

.alt-bg .icon-box-content {
    background: #e5d6c2;
    padding: 50px;
}

.alt-bg .box-content .title  {
    font-size: 32px !important;
}

.this-is-for-you .title  {
    font-size: 32px !important;
    margin-bottom: 30px !important;
}

.alt-bg .box-content .desc {
    font-size: 22px;
}

.this-is-for-you .desc {
    font-size: 24px !important;
    line-height: 30px;
}

.this-is-for-you .desc ul li {
    margin-bottom: 30px;
}

.this-is-for-you .desc {
    text-align: left;
}

.small-subtitle .sub-title {
    font-size: 50px !important;
}

.green-button .button-action a {
    background: #013a2b;
}

.gsc-call-to-action.button-center .desc {
  font-size: 22px;
}

/* Page container */
.peercamp-category-form {
  margin: 40px auto;
  padding: 0 20px;
}

/* Step wrapper */
.pc-step-wrapper {
    animation: fadeIn 0.25s ease-in;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

/* Step title */
.pc-step-title {
  font-size: 1.6rem;
  margin-bottom: 24px;
  font-weight: 600;
  color: #1e1916;
}

/* Card grid */
.pc-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

/* Cards (radio / submit disguised) */
.pc-card {
  background: #fbf8f2;
  border: 1px solid #e5d6c2;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.15s ease;
}

.pc-card:hover {
  border-color: #30977a;
  background: #f8f2e7;
}

/* Back button */
.peercamp-back {
  margin-top: 24px;
  background: none;
  border: none;
  color: #30977a;
  cursor: pointer;
  font-size: 0.95rem;
}

/* Text area */
.peercamp-category-form textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccbda9;
}

/* Primary CTA */
.peercamp-category-form .pc-card {
  background-color: rgba(245, 245, 245, 1.00);
  color: transparent;
  border: 1px solid rgba(227,227,227,1.00);
  padding: 30px;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 10px;
  background-size: contain;
  height: 200px;
  width: 200px;
  margin: 10px 0;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.peercamp-category-form .pc-card:hover {
  color: transparent !important;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Progress indicator */
.pc-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 45px;
}

.pc-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
  color: #908271;
  padding-top: 25px;
}

.pc-progress-step::before {
  content: attr(data-step);
}

.pc-progress-step span {
  margin-top: 10px;
}

.pc-progress-step {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #ccbda9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #fbf8f2;
}

.pc-progress-step.active {
  border-color: #30977a;
  background: #c6ffef;
  color: #154d3d;
}

.pc-progress-divider {
  width: 40px;
  height: 2px;
  background: #ccbda9;
}

/* Reassurance banner */
.pc-step-reassurance {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fbf8f2;
  border-bottom: 1px solid #e5d6c2;
  margin-bottom: 28px;
}

.pc-step-reassurance-inner {
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #453d32;
}

.pc-reassurance strong {
  color: #154d3d;
}

.peercamp-category-form {
  position: relative;
}

.peercamp-category-form.pc-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  z-index: 10;
}

.peercamp-category-form.pc-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.8s linear infinite;
  z-index: 11;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Wrapper */
.pc-review {
  margin: 2rem auto 4rem;
  padding: 0 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1f2933;
}

/* Headings */
.pc-review h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.pc-review h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

/* Cards */
.pc-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: left;
}

.pc-card p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

/* Highlight card (token explanation) */
.pc-highlight {
  background: #fbf8f2;
  border-color: #e5d6c2;
}

/* Session summary list */
.pc-summary {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-summary li {
  margin-bottom: 0.5rem;
}

/* Muted reassurance text */
.pc-muted {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 0.75rem;
}

/* Links */
.pc-link {
  font-size: 0.9rem;
  color: #1c745b;
  text-decoration: none;
}

.pc-link:hover {
  text-decoration: underline;
}

/* Actions */
.pc-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* Primary button */
.pc-btn-primary {
  background: #1c745b;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.pc-btn-primary:hover {
  background: #154d3d;
}

/* Secondary button */
.pc-btn-secondary {
  color: #374151;
  text-decoration: none;
  font-size: 0.95rem;
}

.pc-btn-secondary:hover {
  text-decoration: underline;
}

.pc-token-why {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #374151;
}

.pc-token-why summary {
  cursor: pointer;
  font-weight: 600;
  color: #154d3d;
  list-style: none;
}

.pc-token-why summary::marker {
  display: none;
}

.pc-token-why summary::after {
  content: " ▾";
  font-size: 0.8rem;
}

.pc-token-why[open] summary::after {
  content: " ▴";
}

.pc-token-why-content {
  margin-top: 0.5rem;
  line-height: 1.5;
}

.pc-help-link {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.pc-help-link a {
  color: #154d3d;
  font-weight: 600;
  text-decoration: none;
}

.pc-help-link a:hover {
  text-decoration: underline;
}

.pc-card {
  opacity: 0;
  transform: translateY(8px);
  animation: pcFadeUp 0.4s ease forwards;
}

.pc-card:nth-child(1) { animation-delay: 0.05s; }
.pc-card:nth-child(2) { animation-delay: 0.1s; }
.pc-card:nth-child(3) { animation-delay: 0.15s; }

@keyframes pcFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pc-next-steps {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.pc-next-steps-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2933;
}

.pc-timeline {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pc-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.pc-step-dot {
  width: 10px;
  height: 10px;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: #154d3d;
  flex-shrink: 0;
}

.pc-step-dot.success {
  background: #30977a;
}

.pc-step-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.pc-step-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.4;
}

.pc-day {
  background: #fff;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
}

.pc-interval {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.pc-interval select {
  padding: 6px;
}

.pc-remove {
  background: none;
  border: none;
  font-size: 18px;
  color: #b91c1c;
  cursor: pointer;
}

/* ======================================================
   Base layout
====================================================== */

.pc-availability-wrapper {
  max-width: 900px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2f2820;
}

/* ======================================================
   Section blocks
====================================================== */

.pc-day,
.pc-date {
  background: #fbf8f2;
  border: 1px solid #e5d6c2;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.pc-day strong,
.pc-date strong {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
  color: #453d32;
}

/* ======================================================
   Interval rows
====================================================== */

.pc-intervals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.pc-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #ccbda9;
  border-radius: 8px;
  padding: 8px 10px;
  transition: box-shadow 0.15s ease;
}

.pc-row:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pc-row select {
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #b2a089;
  background: #fff;
  cursor: pointer;
}

.pc-separator {
  font-size: 14px;
  color: #908271;
}

/* ======================================================
   Remove button
====================================================== */

.pc-remove {
  margin-left: auto;
  border: none;
  background: transparent;
  color: #908271;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.15s ease, transform 0.1s ease;
}

.pc-remove:hover {
  color: #2f2820;
  transform: scale(1.1);
}

/* ======================================================
   Add buttons
====================================================== */

.pc-add,
.pc-add-date-interval,
#pc-add-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c6ffef;
  color: #013a2b;
  border: 1px solid #73dec0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.pc-add:hover,
.pc-add-date-interval:hover,
#pc-add-date:hover {
  background: #73dec0;
  transform: translateY(-1px);
}

/* ======================================================
   Date section
====================================================== */

.pc-date-add {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.pc-date-add input[type="date"] {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #b2a089;
}

.pc-date-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.pc-remove-date {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #908271;
  cursor: pointer;
  transition: color 0.15s ease;
}

.pc-remove-date:hover {
  color: #2f2820;
}

/* ======================================================
   Subtle polish
====================================================== */

.pc-day + .pc-day,
.pc-date + .pc-date {
  margin-top: 20px;
}

.pc-dashboard-card {
  background: #fbf8f2;
  border: 1px solid #e5d6c2;
  border-radius: 14px;
  padding: 20px;
}

.pc-day-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #ccbda9;
}

.pc-day-row.is-today {
  font-weight: 600;
}

.pc-day-label {
  min-width: 80px;
}

.pc-today {
  font-size: 11px;
  background: #c6ffef;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
}

.pc-slot {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #b2a089;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
  margin-right: 6px;
}

.pc-unavailable {
  color: #908271;
  font-size: 13px;
}

.pc-warning-box {
  background: #fff3cd;
  border: 1px solid #f5c2c7;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.pc-dashboard {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
}

.pc-dashboard-hero {
  background: #fbf8f2;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
}

.pc-dashboard-hero h1 {
  margin: 0 0 8px;
  font-size: 28px;
}

.pc-muted {
  color: #6b6b6b;
  margin-bottom: 20px;
}

.pc-primary-cta {
  display: inline-block;
  background: #1c745b;
  color: #fff;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pc-primary-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.pc-dashboard-section {
  margin-bottom: 40px;
}

.pc-dashboard-section h2 {
  margin-bottom: 16px;
}

.pc-empty-state {
  padding: 20px;
  background: #f8f2e7;
  border-radius: 12px;
}

.pc-link {
  display: inline-block;
  margin-top: 8px;
  color: #1c745b;
  font-weight: 600;
  text-decoration: none;
}

/* ===============================
   Booking Card Base
================================ */

.booking-card {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.booking-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

/* Slight visual distinction by role */
.booking-card--customer {
  border-left: 4px solid #73dec0; /* green accent */
}

.booking-card--instructor {
  border-left: 4px solid #e5d6c2; /* warm brown accent */
}

/* ===============================
   Header
================================ */

.booking-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.booking-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #1e1916;
}

/* ===============================
   Status Badge
================================ */

.booking-card__status {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  text-transform: capitalize;
}

/* Status colors */
.booking-card__status--token_pending {
  background: #fbf8f2;
  color: #908271;
}

.booking-card__status--open {
  background: #c6ffef;
  color: #154d3d;
}

.booking-card__status--accepted {
  background: #e5f0ff;
  color: #1c3d7a;
}

.booking-card__status--on_call {
  background: #fff3cd;
  color: #7a5a00;
}

.booking-card__status--completed {
  background: #edf7ed;
  color: #1f7a1f;
}

.booking-card__status--cancelled,
.booking-card__status--expired {
  background: #fdecea;
  color: #a12622;
}

/* ===============================
   Meta Section
================================ */

.booking-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #453d32;
}

.booking-card__row {
  display: flex;
  gap: 6px;
}

.booking-card__row strong {
  font-weight: 600;
  color: #2f2820;
}

/* Pending instructor state */
.booking-card__pending {
  font-style: italic;
  color: #908271;
}

/* ===============================
   Actions
================================ */

.booking-card__actions {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
}

.booking-card__actions .button {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
}


/* =====================================================
   PEERCAMP – RADIO → CLICKABLE CARD UI
   Works with Drupal radio markup
   ===================================================== */

/* Hide native radio input */
.peercamp-category-form .form-type-radio input.form-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Make each radio item a card */
.peercamp-category-form .form-type-radio {
  position: relative;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Style the label as a card */
.peercamp-category-form .form-type-radio label.option {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  min-width: 88px;

  border: 1px solid #e5d6c2;
  border-radius: 12px;
  background-color: #fbf8f2;

  font-size: 14px;
  font-weight: 500;
  color: #2f2820;

  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  user-select: none;
}

/* Hover state */
.peercamp-category-form .form-type-radio label.option:hover {
  border-color: #30977a;
  background-color: #f8f2e7;
}

/* Selected state */
.peercamp-category-form
.form-type-radio
input.form-radio:checked + label.option {
  border-color: #30977a;
  background-color: #c6ffef;
  color: #013a2b;
  box-shadow: 0 0 0 2px rgba(48, 151, 122, 0.15);
}

/* Disabled state */
.peercamp-category-form
.form-type-radio
input.form-radio:disabled + label.option {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #f8f2e7;
}

/* Layout: group radios nicely */
.peercamp-category-form .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Slightly wider cards for dates */
.peercamp-category-form .form-item-scheduled-date label.option {
  min-width: 96px;
}

/* Slightly tighter cards for times */
.peercamp-category-form .form-item-scheduled-time label.option {
  min-width: 80px;
}

/* =========================
   Booking Progress Bar
========================= */

.booking-progress {
  margin: 24px 0;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.progress-steps li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 13px;
  color: #9ca3af; /* gray */
}

.progress-steps li::before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d1d5db;
}

.progress-steps li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #e5e7eb;
  z-index: -1;
}

.progress-steps li:last-child::after {
  display: none;
}

.progress-steps li.done {
  color: #065f46; /* green */
  font-weight: 600;
}

.progress-steps li.done::before {
  background: #10b981;
}

.progress-steps li.done::after {
  background: #10b981;
}

/* =========================
   Booking State Badges
========================= */

.booking-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 12px;
  text-transform: capitalize;
}

/* Neutral / early */
.status-token_pending,
.status-open {
  background: #fef3c7;
  color: #92400e;
}

/* Instructor assigned / call */
.status-accepted,
.status-on_call {
  background: #dbeafe;
  color: #1e40af;
}

/* Quote phase */
.status-quote_sent {
  background: #ede9fe;
  color: #5b21b6;
}

.status-quote_rejected {
  background: #fee2e2;
  color: #991b1b;
}

/* Payment phase */
.status-awaiting_final_payment {
  background: #ffedd5;
  color: #9a3412;
}

.status-in_progress {
  background: #d1fae5;
  color: #065f46;
}

/* Final */
.status-completed {
  background: #dcfce7;
  color: #166534;
}

.status-expired,
.status-cancelled {
  background: #f3f4f6;
  color: #6b7280;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.availability-toggle {
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

.availability-toggle.on {
  background: #16a34a;
  color: white;
}

.availability-toggle.off {
  background: #9ca3af;
  color: white;
}

.pc-auth-method {
  margin-bottom: 1rem;
}

.pc-auth-method .form-type-radio input.form-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pc-auth-method .form-type-radio input.form-radio:checked + label.option {
    border-color: #30977a;
    background-color: #c6ffef;
    color: #013a2b;
    box-shadow: 0 0 0 2px rgba(48, 151, 122, 0.15);
}

.pc-auth-method .form-type-radio label.option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    min-width: 88px;
    border: 1px solid #e5d6c2;
    border-radius: 12px;
    background-color: #fbf8f2;
    font-size: 14px;
    font-weight: 500;
    color: #2f2820;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    user-select: none;
}


#pc-send-otp,
#pc-verify-otp {
  margin-top: 0.5rem;
}

.hidden {
  display: none !important;
}

.pc-auth-message {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.pc-auth-message.success {
  background: #e6f6ec;
  color: #137333;
}

.pc-auth-message.error {
  background: #fdecea;
  color: #b3261e;
}

.hidden {
  display: none !important;
}

.pc-auth-method label {
  display: inline !important;
}

.pc-auth-method .fieldset-wrapper {
    display: inline-block;
    clear: none;
    margin-top: 10px;
    margin-left: 20px;
}

.user-form-page__page-title {
    max-width: 600px !important;
    margin: 50px auto 0 !important;
}

.submit-button-loginregister input.button {
  width: 100%;
}

.already-have-acc {
  text-align: center;
  margin-top: 20px;
}

#user-register-form, #user-login-form, #user-pass {
    padding: 20px 50px 50px;
    background: #fff;
    border: 1px solid #ccbda9;
    max-width: 600px;
    margin: 30px auto 50px;
}

.path-user #content, .path-instant-book #content, .instructor-onboarding-profile #content, .instructor-onboarding-skills #content, .instructor-onboarding-documents #content, .legal-accept #content, .instructor-review #content {
  background: #fbf8f2;
}

.legal-login {
    background: #fff;
    border: 1px solid #ccbda9;
    margin: 50px auto;
    width: 800px;
    padding: 50px;
}

.form-item-conditions textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
}

.form-item-legal-accept {
  margin-bottom: 30px;
}

.path-user .help.gav-help-region .drupal-tabs {
    background: none;
    padding: 15px;
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    border: none;
    padding-bottom: 0;
}

#user-pass input[type="email"], #user-login-form input[type="text"], #user-login-form input[type="tel"], #user-login-form input[type="password"], #user-login-form input[type="email"], #user-login-form textarea, #user-login-form select, #user-register-form input[type="text"], #user-register-form input[type="tel"], #user-register-form input[type="password"], #user-register-form input[type="email"], #user-register-form textarea, #user-register-form select {
  width: 100%;
}

.pc-auth-method legend {
    display: inline-block;
    width: 250px;
    text-align: right;
}

fieldset.pc-auth-method {
  padding-top: 20px;
}
.user-login-form .form-item.form-item-auth-method, .user-register-form .form-item.form-item-auth-method, .user-form .form-item.form-item-auth-method, .user-pass .form-item.form-item-auth-method {
    float: left;
    margin-right: 20px;
}

.pc-auth-method .fieldset-legend {
  font-size: 18px;
}

button:disabled,
button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  background: #e5e7eb;
  color: #6b7280;
  border-color: #d1d5db;
}

button:disabled:hover {
  transform: none;
  box-shadow: none;
}

#pc-send-otp:hover:not(:disabled),
#pc-verify-otp:hover:not(:disabled), #pc-resend-otphover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 51, 41, 0.2);
}

.iti {
  width: 100% !important;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.gva-user-region .user-content {
    top: 60px;
    right: -10px;
    margin-top: -3px;
}

.header-inline-button {
  display: inline;
}

.header-inline {
  display: inline;
  margin-right: 10px;
}

.header-inline-button a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--ziston-heading-font-family);
    background: var(--ziston-theme-color);
    border-radius: 4px;
    padding: 12px 22px;
    font-weight: 500;
    color: #fff;
}

/* ===============================
   ONBOARDING WRAPPER
================================ */

.pc-onboarding-wrapper {
    max-width: 800px;
    padding: 20px 50px 50px;
    background: #fff;
    border: 1px solid #ccbda9;
    margin: 0 auto 50px;
}

/* ===============================
   PROGRESS BAR
================================ */

.pc-onboarding-progress {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.pc-onboarding-progress {
    max-width: 800px;
    margin: 30px auto;
}

.pc-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  text-align: center;
}

.pc-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5d6c2;
  color: #453d32;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.pc-step-label {
  font-size: 13px;
  color: #908271;
}

.pc-step.active .pc-step-number {
  background: #1c745b;
  color: #fff;
  box-shadow: 0 0 0 6px rgba(28,116,91,0.15);
}

.pc-step.active .pc-step-label {
  color: #1c745b;
  font-weight: 600;
}

.pc-step.completed .pc-step-number {
  background: #30977a;
  color: #fff;
}

.pc-step-line {
  flex: 1;
  height: 2px;
  background: #e5d6c2;
  margin: 0 8px;
}

/* ===============================
   HEADERS & COPY
================================ */

.pc-onboarding-wrapper h1 {
  font-size: 26px;
  margin-bottom: 8px;
}

.pc-onboarding-subtitle {
  font-size: 15px;
  color: #908271;
  margin-bottom: 24px;
}

.pc-onboarding-hint {
  background: #fbf8f2;
  border-left: 4px solid #30977a;
  padding: 14px 16px;
  font-size: 14px;
  color: #453d32;
  border-radius: 6px;
  margin-bottom: 32px;
}

/* ===============================
   FORM FIELDS
================================ */

.pc-onboarding-wrapper .form-item {
  margin-bottom: 24px;
}

.pc-onboarding-wrapper label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.pc-onboarding-wrapper input,
.pc-onboarding-wrapper textarea,
.pc-onboarding-wrapper select {
  width: 100%;
  border-radius: 8px !important;
  border: 1px solid #ccbda9 !important;
  font-size: 16px;
}

.pc-onboarding-wrapper input:focus,
.pc-onboarding-wrapper textarea:focus {
  border-color: #30977a;
  box-shadow: 0 0 0 3px rgba(48,151,122,0.15);
  outline: none;
}

/* ===============================
   ACTIONS
================================ */

.pc-onboarding-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.pc-btn-primary {
  background: #1c745b;
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.pc-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(28,116,91,0.25);
}

.top-margin {
  padding: 35px 0 50px;
}

.peercamp-instructor-review-response-form textarea {
  width: 100%;
}

/* =====================================================
 * PeerCamp Instructor Onboarding – Base Layout
 * ===================================================== */

.pc-onboarding {
  min-height: 100vh;
  background: #fbf8f2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

/* =====================================================
 * Form Card
 * ===================================================== */

.pc-onboarding-form {
  width: 100%;
  max-width: 720px;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 40px 48px;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.05),
    0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

/* Mobile spacing */
@media (max-width: 640px) {
  .pc-onboarding-form {
    padding: 28px 20px 32px;
  }
}

/* =====================================================
 * Headings
 * ===================================================== */

.pc-onboarding-form h1,
.pc-onboarding-form h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 600;
  color: #1f2937;
}

.pc-onboarding-form h3 {
  font-size: 20px;
  margin: 32px 0 12px;
  font-weight: 600;
  color: #374151;
}

/* Small intro / helper text */
.pc-onboarding-form .description,
.pc-onboarding-form .help-text,
.pc-onboarding-form p {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 20px;
}

/* =====================================================
 * Form Items
 * ===================================================== */

.pc-onboarding-form .form-item {
  margin-bottom: 24px;
}

.pc-onboarding-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}

/* Required asterisk */
.pc-onboarding-form label span.form-required {
  color: #ef4444;
  margin-left: 4px;
}

/* =====================================================
 * Inputs
 * ===================================================== */

.pc-onboarding-form input[type="text"],
.pc-onboarding-form input[type="email"],
.pc-onboarding-form input[type="number"],
.pc-onboarding-form input[type="file"],
.pc-onboarding-form textarea,
.pc-onboarding-form select {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #111827;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pc-onboarding-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Focus */
.pc-onboarding-form input:focus,
.pc-onboarding-form textarea:focus,
.pc-onboarding-form select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

/* Disabled */
.pc-onboarding-form input:disabled,
.pc-onboarding-form textarea:disabled,
.pc-onboarding-form select:disabled {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

/* =====================================================
 * Radios / Checkboxes
 * ===================================================== */

.pc-onboarding-form .form-type-radio,
.pc-onboarding-form .form-type-checkbox {
  margin-bottom: 12px;
}

.pc-onboarding-form .form-type-radio label,
.pc-onboarding-form .form-type-checkbox label {
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  cursor: pointer;
}

/* =====================================================
 * File Uploads
 * ===================================================== */

.pc-onboarding-form input[type="file"] {
  padding: 8px;
  background: #f9fafb;
}

/* =====================================================
 * Actions / Buttons
 * ===================================================== */

.pc-onboarding-form .form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

/* Primary button */
.pc-onboarding-form .form-actions input[type="submit"],
.pc-onboarding-form .button--primary {
  background: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.pc-onboarding-form .form-actions input[type="submit"]:hover {
  background: #4338ca;
}

.pc-onboarding-form .form-actions input[type="submit"]:active {
  transform: translateY(1px);
}

/* Secondary / back */
.pc-onboarding-form .button--secondary {
  background: transparent;
  color: #4b5563;
  border: 1px solid #d1d5db;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
}

.pc-onboarding-form .button--secondary:hover {
  background: #f9fafb;
}

/* =====================================================
 * Status Messages
 * ===================================================== */

.pc-onboarding-form .messages {
  margin-bottom: 24px;
}

.pc-onboarding-form .messages--error {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  padding: 12px 16px;
  border-radius: 8px;
}

.pc-onboarding-form .messages--status {
  background: #ecfeff;
  border-left: 4px solid #06b6d4;
  padding: 12px 16px;
  border-radius: 8px;
}

/* =====================================================
 * Section Divider
 * ===================================================== */

.pc-onboarding-form hr {
  border: none;
  height: 1px;
  background: #e5e7eb;
  margin: 32px 0;
}

/* =====================================================
   Booking Lifecycle Page
===================================================== */

.booking-wrapper {
  margin: 32px auto;
  padding: 0 16px 64px;
}

/* ---------- Header ---------- */

.booking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.booking-header h1 {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
}

/* Status badge */
.booking-status {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

/* Status colors */
.status-token_pending { background: #fff7ed; color: #c2410c; }
.status-open { background: #ecfeff; color: #0369a1; }
.status-accepted { background: #ecfdf5; color: #047857; }
.status-on_call { background: #eef2ff; color: #4338ca; }
.status-quote_sent { background: #fef3c7; color: #92400e; }
.status-awaiting_final_payment { background: #fef2f2; color: #991b1b; }
.status-in_progress { background: #e0f2fe; color: #075985; }
.status-completed { background: #f0fdf4; color: #166534; }
.status-expired,
.status-cancelled { background: #f3f4f6; color: #6b7280; }

/* ---------- Progress ---------- */

.booking-progress {
  margin-bottom: 32px;
}

.progress-steps {
  display: flex;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.progress-steps li {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
}

.progress-steps li.done {
  color: #4f46e5;
  border-color: #4f46e5;
  font-weight: 500;
}

/* ---------- Details Card ---------- */

.booking-details {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.booking-details h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 16px;
}

.booking-details p {
  margin: 8px 0;
  font-size: 14px;
  color: #374151;
}

/* ---------- Actions ---------- */

.booking-actions {
  background: #f9fafb;
  border-radius: 12px;
  padding: 24px;
}

.booking-actions p {
  font-size: 14px;
  color: #4b5563;
}

/* Buttons */
.button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  margin-right: 12px;
}

.button.primary {
  background: #013a2b;
  color: #fff;
}

.button.primary:hover {
  background: #4338ca;
}

.button.danger {
  background: #fee2e2;
  color: #991b1b;
}

/* ---------- Highlight blocks ---------- */

.booking-highlight {
  background: #f8f2e7;
  border-left: 4px solid #b2a089;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.booking-steps,
.booking-timeline {
  padding-left: 18px;
  font-size: 14px;
  color: #374151;
}

.booking-steps li,
.booking-timeline li {
  margin-bottom: 8px;
}

.booking-timing {
  margin: 16px 0;
  font-size: 14px;
  color: #1f2937;
}

.booking-timing span {
  font-weight: 500;
  color: #4f46e5;
}

.booking-safety {
  margin-top: 20px;
  font-size: 13px;
  color: #065f46;
  background: #ecfdf5;
  padding: 12px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
}

ul.teacher-requests, ul.instructor-bookings {
  list-style: none;
}

ul.teacher-requests li, ul.instructor-bookings li {
  margin-bottom: 20px;
}

.booking-highlight--instructor {
  background: #eef2ff;
  border-left: 4px solid #4f46e5;
}

.booking-subtle {
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
}

/* Highlight banners */
.booking-highlight {
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
}

.booking-highlight--success {
  background: #ecfdf5;
  color: #065f46;
  border-left: 4px solid #10b981;
}

.booking-highlight--instructor {
  background: #eef2ff;
  color: #3730a3;
  border-left: 4px solid #6366f1;
}

/* Instructor / participant cards */
.instructor-card,
.participant-card {
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  background: #f9fafb;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.instructor-avatar {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
}

.instructor-info {
  float: left;
  width: auto;
}

.instructor-avatar img,
.avatar-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.avatar-placeholder {
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.instructor-info h3 {
  margin: 0 0 6px;
}

.instructor-bio {
  font-size: 14px;
  color: #4b5563;
}

.booking-waiting {
  margin-top: 16px;
  font-size: 14px;
  color: #374151;
}

/* Timeline */
.booking-timeline {
  padding-left: 18px;
  margin: 12px 0;
}

.booking-timeline li {
  margin-bottom: 8px;
}

/* Subtle helper text */
.booking-subtle {
  font-size: 13px;
  color: #6b7280;
  margin-top: 8px;
}

.pc-review-form {
  max-width: 800px;
  margin: 40px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.pc-review-form h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.pc-review-sub {
  color: #666;
  margin-bottom: 24px;
}

.pc-review-form .form-radios {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.pc-review-form .form-radios label {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s ease;
}

.pc-review-form .form-radios input:checked + label {
  border-color: #5a67d8;
  background: #f5f6ff;
}

.pc-review-form textarea {
  min-height: 100px;
}

.pc-book-again-toggle {
  margin-top: 20px;
}

.pc-book-again-toggle label {
  font-weight: 600;
}

.pc-review-form .form-actions {
  margin-top: 30px;
  text-align: right;
}

.pc-review-form input.button--primary {
  padding: 12px 24px;
  font-size: 16px;
}

.form-item-rating label {
  display: inline;
}

.peercamp-booking-review-form fieldset {
  margin-bottom: 30px;
}

.booking-dispute {
  margin-top: 32px;
  padding: 20px;
  border-radius: 12px;
  background: #fff6f6;
  border: 1px solid #f1caca;
}

.dispute-status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.status-open { background: #fde2e2; color: #a12b2b; }
.status-responded { background: #fff0cc; color: #9c6a00; }
.status-resolved { background: #e6f7ee; color: #217a4a; }
.status-rejected { background: #eee; color: #555; }

/* CTA blocks */
.booking-dispute-cta {
  margin-top: 32px;
  padding: 20px;
  border-radius: 12px;
  background: #fff8f6;
  border: 1px dashed #f1c7c1;
}

.booking-dispute-cta.instructor {
  background: #f7fbff;
  border-color: #cde2f5;
}

.booking-dispute-cta h4 {
  margin-bottom: 6px;
  font-size: 16px;
}

.booking-dispute-cta p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #555;
}

/* Dispute main block */
.booking-dispute {
  margin-top: 40px;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eee;
}

.dispute-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.dispute-status {
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 999px;
  text-transform: uppercase;
}

.status-open {
  background: #fde2e2;
  color: #a12b2b;
}

.status-responded {
  background: #fff3d4;
  color: #946200;
}

.status-resolved {
  background: #e6f7ee;
  color: #217a4a;
}

.status-rejected {
  background: #eee;
  color: #666;
}

.dispute-body {
  display: grid;
  gap: 16px;
}

.dispute-block {
  padding: 14px;
  border-radius: 10px;
  background: #fafafa;
}

.dispute-block.instructor {
  background: #f4f9ff;
}

.dispute-block.resolution {
  background: #f1fdf6;
}

.dispute-block strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #333;
}

.pc-disputes {
  max-width: 960px;
  margin: 0 auto;
}

.pc-dispute-list {
  display: grid;
  gap: 20px;
}

.pc-dispute-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #eee;
}

.pc-dispute-card header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.pc-dispute-card .status {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

.status-open { background: #fde2e2; color: #a12b2b; }
.status-responded { background: #fff3d4; color: #946200; }
.status-resolved { background: #e6f7ee; color: #217a4a; }

.pc-dispute-card .meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 13px;
  margin-bottom: 10px;
}

.pc-dispute-card .meta label {
  display: block;
  font-size: 11px;
  color: #888;
}

.pc-dispute-card .excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.pc-dispute-card .actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pc-empty {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.pc-earnings-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
}

.pc-earnings-header h1 {
  margin-bottom: 4px;
}

.pc-earnings-header .subtitle {
  color: #6b7280;
  font-size: 14px;
}

/* ================= SUMMARY ================= */

.pc-earnings-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}

.summary-card {
  padding: 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.summary-card strong {
  font-size: 24px;
  display: block;
  margin-top: 6px;
}

.summary-card .label {
  font-size: 13px;
  color: #374151;
}

.summary-card small {
  color: #6b7280;
}

.summary-card.hold { background: #fffaf0; }
.summary-card.payable { background: #ecfdf5; }
.summary-card.paid { background: #f3f4f6; }

/* ================= LIST ================= */

.pc-earnings-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pc-earning-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 16px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header .amount {
  font-size: 18px;
  font-weight: 600;
}

.status-pill {
  margin-left: 8px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: capitalize;
}

.status-pill.hold { background: #fde68a; }
.status-pill.payable { background: #6ee7b7; }
.status-pill.paid { background: #d1d5db; }
.status-pill.disputed { background: #fecaca; }

.card-body {
  margin-top: 12px;
}

.card-body .meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  font-size: 14px;
}

.card-body label {
  font-size: 12px;
  color: #6b7280;
}

.info {
  margin-top: 10px;
  font-size: 13px;
  color: #92400e;
}

.warning {
  margin-top: 10px;
  padding: 10px;
  background: #fef2f2;
  border-radius: 8px;
  color: #991b1b;
}

/* ================= EMPTY ================= */

.pc-empty {
  text-align: center;
  padding: 60px 20px;
  color: #6b7280;
}

:root {
  --brown-20: #fbf8f2;
  --brown-30: #f8f2e7;
  --brown-40: #e5d6c2;
  --brown-60: #b2a089;
  --brown-80: #453d32;
  --brown-90: #2f2820;
  --brown-100: #1e1916;

  --green-20: #c6ffef;
  --green-30: #73dec0;
  --green-40: #30977a;
  --green-60: #154d3d;
  --green-75: #013a2b;
}

/* Base */
.pc-instructor-landing {
  color: var(--brown-100);
  background: var(--brown-20);
}

/* Hero */
.pc-hero {
  background:
    linear-gradient(135deg, var(--brown-30), var(--green-20));
}

.pc-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: var(--green-60);
}

.pc-hero-title {
  font-size: 48px;
  line-height: 1.1;
  color: var(--brown-100);
}

.pc-hero-subtitle {
  font-size: 18px;
  color: var(--brown-80);
}

.pc-muted {
  font-size: 14px;
  color: var(--brown-70);
}

/* Buttons */
.pc-btn-primary {
  background: var(--green-40);
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 14px 32px;
}

.pc-btn-primary:hover {
  background: var(--green-60);
}

/* Hero cards */
.pc-hero-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Sections */
.pc-section-title {
  font-size: 36px;
  color: var(--brown-100);
}

/* Feature cards */
.pc-feature-card {
  background: var(--brown-30);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
}

/* Steps */
.pc-step {
  background: #fbf8f2;
  border-radius: 16px;
  padding: 24px;
}

.pc-step-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--green-40);
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}

/* Pills */
.pc-pill-list span {
  display: inline-block;
  background: var(--green-20);
  color: var(--green-75);
  padding: 8px 16px;
  border-radius: 999px;
  margin: 4px;
}

/* Trust */
.pc-trust {
  background: var(--brown-30);
}

/* Final CTA */
.pc-final-cta {
  background: var(--green-75);
  color: #fff;
}

.pc-final-cta p {
  color: var(--green-20);
}

.header-default .header-main .header-content-inner .header-inner .header-button a:not(.no-style-button) {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--ziston-heading-font-family);
    background: var(--ziston-theme-color);
    border-radius: 4px;
    padding: 12px 22px;
    font-weight: 500;
    color: #fff;
}

.no-style-button {
  background: none !important;
}

.pc-notification-dropdown {
    background: #fff;
    border-radius: 8px;
    width: 320px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    text-align: left;
    padding: 20px;
}

.pc-notification-item {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.pc-notification-item:hover {
  background: #f8f8f8;
}

.pc-notification-item {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.pc-notification-item.unread {
  background: #f1fbf8;
  font-weight: 600;
}

.pc-notification-item:hover {
  background: #eefaf6;
}

.pc-bell-badge {
    background: #e63946;
    color: #fff;
    border-radius: 999px;
    padding: 2px 9px;
    font-size: 11px;
    position: absolute;
    left: 20px;
}

.gva-user-region {
  float: right;
  margin: 5px -10px;
}

.pc-bell {
    float: right;
    display: block;
    position: relative;
    margin-right: 20px;
}

.pc-bell-icon {
    font-size: 24px;
    margin-right: 20px;
}

.social-auth.auth-link {
    border-bottom: none;
    display: block;
    margin: 15px auto;
}

.icon-social-apple {
    background: #000;
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    width: 350px;
}

.icon-social-apple img.auth-icon {
    background: #fff;
    border-radius: 25px;
    margin: 10px;
    display: inline-block;
}

.icon-social-apple .auth-social-text {
    display: inline-block;
    padding-top: 20px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

.icon-social-linkedin {
    background: rgb(0, 119, 181);
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    width: 350px;
}

.icon-social-linkedin img.auth-icon {
    background: #fff;
    border-radius: 25px;
    margin: 10px;
    display: inline-block;
}

.icon-social-linkedin .auth-social-text {
    display: inline-block;
    padding-top: 20px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

.icon-social-facebook {
    background: rgb(66, 103, 178);
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    width: 350px;
}

.icon-social-facebook img.auth-icon {
    background: #fff;
    border-radius: 25px;
    margin: 10px;
    display: inline-block;
}

.icon-social-facebook .auth-social-text {
    display: inline-block;
    padding-top: 20px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

.icon-social-google {
    background: rgb(66, 133, 244);
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    width: 350px;
}

.icon-social-google img.auth-icon {
    background: #fff;
    border-radius: 25px;
    margin: 10px;
    display: inline-block;
    padding: 5px;
}

.icon-social-google .auth-social-text {
    display: inline-block;
    padding-top: 20px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

 fieldset.pc-auth-method {
    text-align: center;
    border-top: 1px solid rgb(227, 227, 227);
 }

#pc-send-otp, #pc-verify-otp, #pc-resend-otp {
    font-size: 14px;
    background: var(--ziston-theme-color);
    color: #fff;
    font-weight: 600;
    padding: 18px 35px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: none;
    border-radius: 4px;
    font-family: var(--ziston-heading-font-family);
    text-transform: uppercase;
    letter-spacing: 3px;
    overflow: hidden;
    width: 100%;
}

#pc-verify-otp {
  margin-bottom: 15px;
}

.pc-auth-method legend {
    display: inline-block;
    width: 250px;
    text-align: right;
}

.pc-auth-method {
    padding-top: 20px;
}

.pc-card-item-wrapper {
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    color: black;
}

.peercamp-back-wrapper {
  width: 100%;
}

.peercamp-back-wrapper {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.pc-step-wrapper .form-item-user-comment {
    margin-top: 30px;
}

#peercamp-category-form {
    float: left;
    background: #fff;
    border: 1px solid #ccbda9;
    margin: 50px 0;
    padding: 30px;
    width: 100%;
}

.init-carousel-owl .owl-item > .item {
    padding-left: 0;
    padding-right: 0;
}

.owl-carousel .views-field.views-field-name {
    position: absolute;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 30px;
}

.hero-home .heading-action {
  margin-bottom: 30px;
}

.title.fsize-65 {
  font-size: 65px !important;
}

.sub-title.fsize-45 {
  font-size: 45px !important;
}

.form-item-email, .form-item-first-name {
  display: inline-block;
  width: 49%;
  padding-right: 20px;
}

.form-item-last-name, .form-item-phone-number {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.form-item-dob-day, .form-item-dob-month {
  display: inline-block;
  width: 32%;
  padding-right: 20px;
}

.form-item-dob-year {
  display: inline-block;
  width: 32%;
  padding-right: 0px;
}

.form-item-phone-number h4 {
  font-size: 16px;
}

.address-container-inline {
  display: inline-block;
}

.form-item-location-administrative-area {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.shs-widget-container {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-managed-file .form-file {
    display: inline-block;
    width: auto;
    height: 57px;
    padding: 10px;
}

.form-managed-file .form-submit {
    display: inline-block;
    width: auto;
}

.review-submit-form-instruction {
    margin-bottom: 20px;
    background: #fbf8f2;
    padding: 20px;
    line-height: 24px;
}

.back-to-dashboard {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
}

.instructor-review .instructor-review-wrapper {
  position: relative;
}

.peercamp-instructor-review-response-form {
    background: #fff;
    border: 1px solid #ccbda9;
    padding: 30px;
    margin-top: 30px;
}

.peercamp-instructor-review-response-form .field--name-field-instructor-status {
  margin: 20px 0;
  font-size: 20px;
}

.peercamp-instructor-review-response-form .field--name-field-instructor-status .field__label {
    display: inline-block;
    font-weight: bold;
}

.peercamp-instructor-review-response-form .field--name-field-instructor-status .field__item {
    display: inline-block;
}

.form-item-response {
  margin: 25px 0 20px;
}

/* =========================================================
   Booking – Waiting for Instructor Match
   ========================================================= */

.pc-match-wait {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

/* Card */
.pc-match-card {
  width: 100%;
  background: #f8f2e7;
  border: 1px solid #e5d6c2;
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(69, 61, 50, 0.08);
  position: relative;
  overflow: hidden;
}

/* Header */
.pc-match-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.pc-match-header h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #453d32;
  margin: 0;
}

/* Pulsing dot */
.pc-dot {
  width: 10px;
  height: 10px;
  background: #30977a;
  border-radius: 50%;
  position: relative;
}

.pc-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(48, 151, 122, 0.25);
  animation: pc-pulse 1.6s infinite;
}

@keyframes pc-pulse {
  0% { transform: scale(0.6); opacity: 0.6; }
  70% { transform: scale(1.2); opacity: 0; }
  100% { opacity: 0; }
}

/* Copy text */
.pc-match-copy {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #5b5145;
  margin: 0.5rem 0 1.25rem;
}

/* Countdown */
.pc-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.pc-time {
  background: #ffffff;
  border: 1px solid #e5d6c2;
  border-radius: 10px;
  padding: 0.6rem 0.85rem 0.5rem;
  min-width: 64px;
}

.pc-time span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2f2820;
  line-height: 1;
}

.pc-time small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #908271;
  margin-top: 0.2rem;
}

.pc-separator {
  font-size: 1.4rem;
  font-weight: 600;
  color: #908271;
}

/* Reassurance */
.pc-reassurance {
  font-size: 0.85rem;
  color: #1c745b;
  background: #c6ffef;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  display: inline-block;
  margin-top: 0.25rem;
}

/* Expired state */
.pc-match-wait.pc-expired .pc-match-card {
  background: #fbf8f2;
  border-color: #ccbda9;
}

.pc-match-wait.pc-expired .pc-dot {
  background: #ccbda9;
}

.pc-match-wait.pc-expired .pc-dot::after {
  display: none;
}

.pc-match-wait.pc-expired .pc-match-copy {
  color: #7a6f61;
}

/* Responsive */
@media (max-width: 480px) {
  .pc-match-card {
    padding: 1.4rem 1.1rem;
  }

  .pc-time {
    min-width: 56px;
    padding: 0.5rem 0.6rem;
  }

  .pc-time span {
    font-size: 1.4rem;
  }
}