/* Membership Plans */
.lfc-membership-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.lfc-hero {
  text-align: center;
  padding: 40px 20px;
	background: var(--theme-palette-color-9);
  /*background: #fff8f2;*/
  border-radius: 20px;
  margin-bottom: 40px;
}

/*.lfc-hero h1 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}*/

.lfc-hero p {
  max-width: 960px;
  margin: 0 auto 20px;
  /*font-size: 1.05rem;*/
}

.lfc-hero-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.lfc-membership-page .lfc-btn,
.lfc-membership-page a.lfc-btn,
.lfc-membership-page button.lfc-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.lfc-membership-page .lfc-btn:hover,
.lfc-membership-page a.lfc-btn:hover,
.lfc-membership-page button.lfc-btn:hover {
  background: var(--theme-palette-color-2);
  color: #fff;
}

.lfc-membership-page .lfc-btn-primary {
  background: var(--theme-palette-color-1);
  color: #222;
}

.lfc-membership-page .lfc-btn-secondary {
  background: #222;
  color: #fff;
}

.lfc-membership-page .lfc-plan-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.lfc-membership-page .lfc-plan-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.lfc-membership-page .lfc-plan-card-inner {
  padding: 24px;
}

.lfc-membership-page .lfc-plan-card-content h2 {
  margin: 0 0 10px;
}

.lfc-membership-page .lfc-price {
  margin: 0 0 14px;
  font-weight: 700;
  color: var(--theme-palette-color-2);
}

.lfc-membership-page .lfc-tag {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--theme-palette-color-9);
  font-size: 0.92rem;
  font-weight: 600;
}

.lfc-membership-page .lfc-plan-card ul {
  margin: 0 0 18px 18px;
  padding: 0;
}

.lfc-membership-page .lfc-plan-card ul li {
  margin-bottom: 8px;
}

.lfc-membership-page .lfc-plan-card-footer {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lfc-panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9998;
}

.lfc-panel-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lfc-slide-panel {
  position: fixed;
  top: 0;
  right: -460px;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  background: #fff;
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.18);
  padding: 28px 24px 24px;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9999;
}

.lfc-slide-panel.active {
  right: 0;
}

body.lfc-panel-open {
  overflow: hidden;
}

.lfc-panel-close {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  margin: 0 0 12px auto;
  display: block;
}

.lfc-slide-panel h3 {
  margin-top: 0;
}

.lfc-learn-more {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
  color: var(--theme-palette-color-2);
  cursor: pointer;
  text-decoration: underline;
}


.lfc-group-row.is-hidden {
  display: none;
}

.lfc-group-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  padding: 10px 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.lfc-group-toggle td {
  background: #fff8f2;
  font-weight: 700;
}

.lfc-group-icon1,
.lfc-group-icon2 {
  min-width: 18px;
  text-align: center;
}

.lfc-membership-page .lfc-section {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.lfc-membership-page .lfc-section h2,
.lfc-membership-page .lfc-section h3,
.lfc-membership-page .lfc-section h4 {
  margin-top: 0;
}

.lfc-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 18px;
}

.lfc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #fff;
}

.lfc-table th,
.lfc-table td {
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  vertical-align: top;
}

.lfc-table thead th {
  background: var(--theme-palette-color-9);
}

.lfc-cta-row td {
  background: #fffdf7;
}

.lfc-membership-tip {
  margin: 28px 0;
  padding: 18px 22px;
  background: #fff8f2;
  border-left: 4px solid var(--theme-palette-color-1);
  border-radius: 16px;
}

.lfc-membership-tip ul {
  margin: 0;
  padding-left: 18px;
}

.lfc-pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.lfc-box {
  background: #fffce0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.lfc-box h4 {
  margin-top: 0;
}

/* Card structure */
.lfc-plan-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lfc-plan-card-content {
  flex: 1 1 auto;
}

.lfc-plan-card-footer {
  margin-top: 18px;
}

/* Membership form styling */
.lfc-plan-card form,
.lfc-slide-panel form,
.lfc-table form {
  margin: 0;
}

.lfc-plan-card form p,
.lfc-slide-panel form p {
  margin: 0 0 12px;
}

.lfc-plan-card select,
.lfc-slide-panel select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--theme-palette-color-2);
  border-radius: 12px;
  background: #fff;
  font: inherit;
}

.lfc-plan-card label,
.lfc-slide-panel label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.lfc-plan-card input[type="checkbox"],
.lfc-slide-panel input[type="checkbox"] {
  margin-right: 8px;
}

/* Keep checkbox label inline where needed */
.lfc-plan-card p label:has(input[type="checkbox"]),
.lfc-slide-panel p label:has(input[type="checkbox"]) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Better spacing inside slide panels */
.lfc-slide-panel .lfc-plan-card-footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Table buttons/forms */
.lfc-table td form {
  display: block;
}

.lfc-table td .lfc-btn {
  width: 100%;
}

/* Optional: make plan cards consistent height */
.lfc-plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Optional: cleaner button spacing in comparison sections */
.lfc-cta-row td {
  vertical-align: top;
}

/* Mobile improvements */
@media (max-width: 900px) {
  .lfc-membership-page .lfc-plan-cards {
    grid-template-columns: 1fr;
  }

  .lfc-pickup-grid {
    grid-template-columns: 1fr;
  }

  .lfc-slide-panel {
    width: 100%;
    max-width: 100%;
    right: -100%;
  }

  .lfc-membership-tip {
    display: block;
    margin: 24px 0;
  }

  .lfc-table td .lfc-btn {
    min-width: 140px;
  }
}

@media (max-width: 768px) {
  .lfc-membership-page {
    padding: 20px 16px 40px;
  }

  .lfc-hero,
  .lfc-membership-page .lfc-section,
  .lfc-membership-page .lfc-plan-card-inner {
    padding: 20px;
  }
}




/* =========================================
   LFC Vendor Registration Styles
========================================= */
#lfc-vendor-registration-form {
  max-width: 1100px;
  margin: 0 auto;
}

.lfc-progress-wrap {
  margin-bottom: 24px;
}

.lfc-progress-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}

#lfc-progress-bar-fill {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--theme-palette-color-1, #000);
  transition: width .3s ease;
}

#lfc-progress-text {
  margin-top: 8px;
  font-size: 13px;
  opacity: .75;
}

.lfc-steps-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.lfc-steps-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lfc-step-nav {
  width: 100%;
  text-align: left;
  border: 1px solid var(--theme-palette-color-1);
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.lfc-step-nav.active {
  border-color: var(--theme-palette-color-2);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.lfc-step-nav.completed {
  background: #f7fdf7;
}

.lfc-step-number {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--theme-palette-color-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.lfc-step-nav.active .lfc-step-number {
  background: var(--theme-palette-color-2);
  color: #fff;
}

.lfc-step-nav.completed .lfc-step-number {
  background: #2e7d32;
  color: #fff;
}

.lfc-step-label {
  font-weight: 600;
}

.lfc-step-status {
  font-size: 12px;
  opacity: .7;
}

.lfc-steps-content {
  position: relative;
}

.lfc-step-panel {
  display: none !important;
  border: 1px solid var(--theme-palette-color-1);
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.lfc-step-panel.active {
  display: block !important;
}

#lfc-vendor-registration-form p {
  margin-bottom: 16px;
}

#lfc-vendor-registration-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

#lfc-vendor-registration-form input[type="text"],
#lfc-vendor-registration-form input[type="email"],
#lfc-vendor-registration-form input[type="tel"],
#lfc-vendor-registration-form input[type="url"],
#lfc-vendor-registration-form input[type="file"],
#lfc-vendor-registration-form select,
#lfc-vendor-registration-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

#lfc-vendor-registration-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

#lfc-store-url-preview {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  word-break: break-word;
}

.lfc-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.lfc-step-actions button,
.lfc-register-button {
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.lfc-prev-step {
  background: #f2f2f2;
}

.lfc-next-step,
.lfc-register-button {
  background: var(--theme-palette-color-1, #000);
  color: #fff;
}

@media (max-width: 900px) {
  .lfc-steps-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lfc-step-actions {
    flex-direction: column;
  }

  .lfc-step-actions button,
  .lfc-register-button {
    width: 100%;
  }
}

#lfc-vendor-registration-form input[type="text"],
#lfc-vendor-registration-form input[type="email"],
#lfc-vendor-registration-form input[type="tel"],
#lfc-vendor-registration-form input[type="url"],
#lfc-vendor-registration-form input[type="file"],
#lfc-vendor-registration-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--theme-palette-color-1);
  box-sizing: border-box;
}

#lfc-vendor-registration-form select {
  width: 100%;
  height: 52px;
  padding: 0 44px 0 14px;
  border-radius: 10px;
  border: 1px solid var(--theme-palette-color-2);
  box-sizing: border-box;
  line-height: normal;
}

.lfc-form-outer {
  background: #fffce0;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Header */
.lfc-form-header {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.lfc-form-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: var(--theme-palette-color-2);
}

/* Progress spacing tweak */
.lfc-progress-wrap {
  margin-top: 8px;
  margin-bottom: 28px;
}
.woocommerce-error{background:#fff3f3;border-left:4px solid #b32d2e;padding:12px 16px;margin-bottom:16px;}

#lfc-vendor-registration-form input[type="text"]:focus,
#lfc-vendor-registration-form input[type="email"]:focus,
#lfc-vendor-registration-form input[type="tel"]:focus,
#lfc-vendor-registration-form input[type="url"]:focus,
#lfc-vendor-registration-form input[type="file"]:focus,
#lfc-vendor-registration-form select:focus,
#lfc-vendor-registration-form textarea:focus,
#lfc-vendor-registration-form .lfc-field-active {
  background: var(--theme-palette-color-1);
  border-color: var(--theme-palette-color-2);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
  outline: none;
}

#lfc-vendor-registration-form .lfc-is-invalid {
  border-color: #b32d2e !important;
}

#lfc-vendor-registration-form .lfc-is-valid {
  border-color: #2e7d32 !important;
}

#lfc-vendor-registration-form .lfc-is-loading {
  opacity: 0.9;
}

.lfc-inline-feedback {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.lfc-inline-feedback.is-error {
  color: #b32d2e;
}

.lfc-inline-feedback.is-success {
  color: #2e7d32;
}

.lfc-inline-feedback.is-loading {
  color: #666;
}

.lfc-upload-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.lfc-upload-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
}

.lfc-upload-remove {
  border: 1px solid #d0d0d0;
  background: #f7f7f7;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
}
