@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --wmv-bg: #0a0a0a;
  --wmv-surface: linear-gradient(160deg, #171912 0%, #0d0d0d 100%);
  --wmv-surface-soft: rgba(255, 255, 255, 0.05);
  --wmv-border: rgba(255, 255, 255, 0.08);
  --wmv-lime: #cfff3d;
  --wmv-lime-dark: #b8e62e;
  --wmv-text: #ffffff;
  --wmv-text-muted: rgba(255, 255, 255, 0.68);
  --wmv-text-soft: rgba(255, 255, 255, 0.46);
  --wmv-pill-light: #ededed;
  --wmv-black: #0a0a0a;
  --wmv-radius-xl: 28px;
  --wmv-radius-lg: 24px;
  --wmv-radius-md: 16px;
  --wmv-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.wmv-referrals,
.wmv-matches,
.wmv-referral-plan,
.wmv-plan-catalog,
.wmv-confirm-page {
  font-family: "Inter", sans-serif;
}

.wmv-referrals__title,
.wmv-matches__title,
.wmv-confirm-title,
.wmv-referral-plan__title,
.wmv-referral-dashboard-entry__title,
.wmv-match-dashboard-entry__title,
.wmv-plan-dashboard-entry__title,
.wmv-plan-catalog__title,
.wmv-plan-card__title,
.wmv-matches__panel-title,
.wmv-referral-plan__heading,
.wmv-plan-catalog__heading {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
}

.wmv-registration-guard {
  margin-top: 16px;
}

.wmv-registration-guard .custom-button-registration {
  background: #b2ed00;
  color: #121212;
  border-radius: 30px;
  text-transform: inherit;
  font-size: 16px;
}

.wmv-match-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.wmv-match-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #b2ed00;
  color: #121212;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.wmv-match-action:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.wmv-match-action--expert {
  background: #121212;
  color: #ffffff;
}

.wc-appointments-appointment-form-button {
  transition: opacity 0.2s ease;
}

.wmv-match-confirmation {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.wmv-match-confirmation__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wmv-continue-match.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.wmv-referrals {
  display: grid;
  gap: 24px;
  padding: 8px 0 24px;
}

.wmv-matches {
  display: grid;
  gap: 24px;
  padding: 8px 0 24px;
}

.wmv-matches__hero,
.wmv-matches__panel {
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 32px 36px;
  background: var(--wmv-surface);
  color: var(--wmv-text);
  box-shadow: var(--wmv-shadow);
}

.wmv-matches__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wmv-matches__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wmv-lime);
  margin-bottom: 12px;
}

.wmv-matches__title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.02;
  color: var(--wmv-text);
}

.wmv-matches__copy,
.wmv-matches__empty {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.wmv-matches__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wmv-matches__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.wmv-matches__panel--summary {
  gap: 18px;
}

.wmv-matches__panel-title {
  margin: 0 0 22px;
  font-size: 26px;
  color: var(--wmv-text);
}

.wmv-matches__status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wmv-matches__status--pendiente {
  background: rgba(178, 237, 0, 0.22);
  color: #d9ff73;
}

.wmv-matches__status--aceptado {
  background: rgba(46, 212, 122, 0.18);
  color: #8ff0b8;
}

.wmv-matches__status--rechazado {
  background: rgba(188, 32, 32, 0.14);
  color: #ff8a8a;
}

.wmv-matches__status--completado {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.wmv-matches__table th,
.wmv-matches__table td {
  vertical-align: middle;
}

.wmv-matches__table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
}

.wmv-matches__table thead th {
  background: rgba(255, 255, 255, 0.04);
  color: var(--wmv-text-soft);
  border-bottom: 1px solid var(--wmv-border);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}

.wmv-matches__table tbody tr {
  background: rgba(255, 255, 255, 0.02);
}

.wmv-matches__table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.035);
}

.wmv-matches__table td,
.wmv-matches__table th {
  color: var(--wmv-text);
  border-color: rgba(255, 255, 255, 0.06);
  padding-top: 18px;
  padding-bottom: 18px;
}

.wmv-matches__table a.button,
.wmv-matches__table a.button.alt {
  background: var(--wmv-pill-light);
  color: #111111;
  border-color: var(--wmv-pill-light);
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 18px;
}

.wmv-capability-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
}

.wmv-capability-table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
}

.wmv-capability-table thead th {
  background: rgba(255, 255, 255, 0.04);
  color: var(--wmv-text-soft);
  border-bottom: 1px solid var(--wmv-border);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}

.wmv-capability-table tbody tr {
  background: rgba(255, 255, 255, 0.02);
}

.wmv-capability-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.035);
}

.wmv-capability-table td,
.wmv-capability-table th {
  color: var(--wmv-text);
  border-color: rgba(255, 255, 255, 0.06);
  padding: 16px 14px;
  vertical-align: middle;
}

.wmv-matches__status--disponible,
.wmv-matches__status--activo {
  background: rgba(46, 212, 122, 0.18);
  color: #8ff0b8;
}

.wmv-matches__status--agotado,
.wmv-matches__status--bloqueado {
  background: rgba(188, 32, 32, 0.14);
  color: #ff8a8a;
}

.wmv-listing-overview {
  margin: 0 0 28px;
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 34px 36px;
  background: var(--wmv-surface);
  color: var(--wmv-text);
  display: grid;
  gap: 22px;
  box-shadow: var(--wmv-shadow);
}

.wmv-listing-overview__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wmv-lime);
}

.wmv-listing-overview__title {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.02;
  color: var(--wmv-text);
}

.wmv-listing-overview__copy {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.wmv-listing-overview__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.wmv-listing-overview__stat {
  border: 1px solid var(--wmv-border);
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.04);
}

.wmv-listing-overview__stat-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wmv-listing-overview__stat-value {
  color: var(--wmv-text);
  font-size: 22px;
  font-weight: 700;
}

.wmv-referrals__hero,
.wmv-referrals__share,
.wmv-referrals__panel,
.wmv-confirm-card {
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 32px 36px;
  background: var(--wmv-surface);
  box-shadow: var(--wmv-shadow);
}

.wmv-referrals__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wmv-referrals__eyebrow,
.wmv-confirm-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wmv-lime);
  margin-bottom: 10px;
}

.wmv-referrals__title,
.wmv-confirm-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.1;
  color: var(--wmv-text);
}

.wmv-referrals__copy,
.wmv-confirm-copy {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.wmv-referrals__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.wmv-referrals__card {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--wmv-border);
  color: var(--wmv-text);
  display: grid;
  gap: 8px;
}

.wmv-referrals__card-label {
  font-size: 13px;
  color: var(--wmv-text-soft);
}

.wmv-referrals__card-value {
  font-size: 22px;
  font-weight: 700;
  word-break: break-word;
  color: var(--wmv-text);
}

.wmv-referrals__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.wmv-referrals__share-row {
  display: flex;
  gap: 10px;
}

.wmv-referrals__input {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid var(--wmv-border);
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--wmv-text);
}

.wmv-referrals__hint,
.wmv-referrals__empty,
.wmv-confirm-flash {
  margin: 12px 0 0;
  color: var(--wmv-text-muted);
}

.wmv-referrals__panel-title {
  margin: 0 0 18px;
}

.wmv-referrals__wallet-link {
  white-space: nowrap;
}

.wmv-referrals__table th,
.wmv-referrals__table td {
  vertical-align: middle;
}

.wmv-referral-plan {
  display: grid;
  gap: 24px;
}

.wmv-referral-plan__panel {
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 32px;
  background: var(--wmv-surface);
  box-shadow: var(--wmv-shadow);
}

.wmv-referral-plan__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wmv-referral-plan__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wmv-lime);
  margin-bottom: 10px;
}

.wmv-referral-plan__title {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.05;
  color: var(--wmv-text);
}

.wmv-referral-plan__copy {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.wmv-referral-plan__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wmv-referral-plan__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wmv-referral-plan__heading {
  margin: 0 0 16px;
  font-size: 22px;
  color: var(--wmv-text);
}

.wmv-referral-plan__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.wmv-referral-plan__steps,
.wmv-referral-plan__rules {
  margin: 0;
  padding-left: 18px;
  color: var(--wmv-text-muted);
  display: grid;
  gap: 10px;
  line-height: 1.75;
}

.wmv-referral-dashboard-entry {
  margin-top: 24px;
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 32px 36px;
  background: var(--wmv-surface);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: var(--wmv-shadow);
}

.wmv-referral-dashboard-entry__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wmv-lime);
  margin-bottom: 10px;
}

.wmv-referral-dashboard-entry__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--wmv-text);
}

.wmv-referral-dashboard-entry__copy {
  margin: 0;
  color: var(--wmv-text-muted);
}

.wmv-match-dashboard-entry,
.wmv-plan-dashboard-entry {
  margin-top: 24px;
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 32px 36px;
  background: var(--wmv-surface);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: var(--wmv-shadow);
}

.wmv-match-dashboard-entry__eyebrow,
.wmv-plan-dashboard-entry__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wmv-lime);
  margin-bottom: 10px;
}

.wmv-match-dashboard-entry__title,
.wmv-plan-dashboard-entry__title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.1;
  color: var(--wmv-text);
}

.wmv-match-dashboard-entry__copy,
.wmv-plan-dashboard-entry__copy {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.wmv-match-dashboard-entry__button,
.wmv-plan-dashboard-entry__button {
  white-space: nowrap;
}

.wmv-referral-dashboard-entry__button {
  white-space: nowrap;
}

.wmv-confirm-page {
  max-width: 880px;
  margin: 48px auto;
  padding: 0 20px;
}

.wmv-plan-catalog {
  display: grid;
  gap: 24px;
  padding: 8px 0 24px;
}

.wmv-plan-catalog__hero,
.wmv-plan-catalog__panel,
.wmv-plan-card {
  border: 1px solid var(--wmv-border);
  border-radius: var(--wmv-radius-xl);
  padding: 32px 36px;
  background: var(--wmv-surface);
  color: var(--wmv-text);
  box-shadow: var(--wmv-shadow);
}

.wmv-plan-catalog__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wmv-plan-catalog__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wmv-lime);
  margin-bottom: 12px;
}

.wmv-plan-catalog__title {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.05;
  color: var(--wmv-text);
}

.wmv-plan-catalog__copy {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.wmv-plan-catalog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wmv-plan-catalog__heading {
  margin: 0 0 18px;
  font-size: 22px;
  color: var(--wmv-text);
}

.wmv-plan-catalog__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.wmv-plan-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.wmv-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  min-height: 100%;
  padding: 0;
}

.wmv-plan-card.is-active {
  border-color: #b2ed00;
  box-shadow: 0 0 0 2px rgba(178, 237, 0, 0.25);
}

.wmv-plan-card--lime {
  border-color: rgba(40, 207, 89, 0.56);
}

.wmv-plan-card--blue {
  border-color: rgba(72, 129, 236, 0.58);
}

.wmv-plan-card--violet {
  border-color: rgba(173, 84, 255, 0.54);
}

.wmv-plan-card__glow {
  position: absolute;
  inset: 0 0 auto;
  height: 140px;
  background:
    radial-gradient(circle at top left, rgba(178, 237, 0, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.wmv-plan-card--blue .wmv-plan-card__glow {
  background:
    radial-gradient(circle at top left, rgba(72, 129, 236, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}

.wmv-plan-card--violet .wmv-plan-card__glow {
  background:
    radial-gradient(circle at top left, rgba(173, 84, 255, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}

.wmv-plan-card__header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 36px 36px 0;
}

.wmv-plan-card__heading {
  max-width: calc(100% - 108px);
}

.wmv-plan-card__title {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 0.98;
  color: var(--wmv-text);
}

.wmv-plan-card__subtitle {
  margin: 0;
  color: var(--wmv-text-muted);
  font-size: 18px;
  line-height: 1.6;
}

.wmv-plan-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 82px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--wmv-lime);
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wmv-plan-card__price-block {
  position: relative;
  padding: 4px 36px 0;
}

.wmv-plan-card__price {
  font-size: clamp(48px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 0.92;
  color: var(--wmv-lime);
  letter-spacing: -0.04em;
  word-break: keep-all;
  overflow-wrap: normal;
  max-width: 100%;
}

.wmv-plan-card__meta {
  margin: 12px 0 0;
  color: var(--wmv-text-muted);
  font-size: 17px;
  line-height: 1.6;
}

.wmv-plan-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 36px;
}

.wmv-plan-card__fact {
  padding: 16px 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.wmv-plan-card__fact-label {
  display: block;
  margin-bottom: 8px;
  color: var(--wmv-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wmv-plan-card__fact-value {
  display: block;
  color: var(--wmv-text);
  font-size: 18px;
  line-height: 1.3;
}

.wmv-plan-card__section {
  padding: 0 36px;
}

.wmv-plan-card__section-title {
  margin: 0 0 12px;
  color: var(--wmv-text);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wmv-plan-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--wmv-text);
  display: grid;
  gap: 14px;
  font-size: 19px;
}

.wmv-plan-card__features li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}

.wmv-plan-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wmv-lime);
  box-shadow: 0 0 0 5px rgba(178, 237, 0, 0.12);
}

.wmv-plan-card__highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--wmv-text-muted);
  display: grid;
  gap: 18px;
  font-size: 18px;
  line-height: 1.8;
}

.wmv-plan-card__highlights li {
  position: relative;
  padding-left: 24px;
}

.wmv-plan-card__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(178, 237, 0, 0.88);
}

.wmv-plan-card__footer {
  margin-top: auto;
  padding: 4px 36px 36px;
}

.wmv-plan-card__footer .button {
  width: 100%;
  justify-content: center;
}

.wmv-confirm-status {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wmv-lime);
  color: #121212;
  font-weight: 700;
  margin-top: 14px;
}

.wmv-referrals .button,
.wmv-referral-plan .button,
.wmv-matches .button,
.wmv-listing-overview .button,
.wmv-match-dashboard-entry .button,
.wmv-plan-dashboard-entry .button,
.wmv-plan-catalog .button,
.wmv-confirm-card .button {
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: none;
}

.wmv-referrals .button:not(.alt),
.wmv-referral-plan .button:not(.alt),
.wmv-matches .button:not(.alt),
.wmv-listing-overview .button:not(.alt),
.wmv-match-dashboard-entry .button:not(.alt),
.wmv-plan-dashboard-entry .button:not(.alt),
.wmv-plan-catalog .button:not(.alt),
.wmv-confirm-card .button:not(.alt) {
  background: var(--wmv-lime);
  color: var(--wmv-black);
  border-color: var(--wmv-lime);
}

.wmv-referrals .button:hover,
.wmv-referral-plan .button:hover,
.wmv-matches .button:hover,
.wmv-listing-overview .button:hover,
.wmv-match-dashboard-entry .button:hover,
.wmv-plan-dashboard-entry .button:hover,
.wmv-plan-catalog .button:hover,
.wmv-confirm-card .button:hover,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details a#wppb-view-profile:hover,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-match:hover,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-contactar:hover {
  background: var(--wmv-lime) !important;
  color: var(--wmv-black) !important;
  border-color: var(--wmv-lime) !important;
}

.wmv-referrals .button.alt,
.wmv-referral-plan .button.alt,
.wmv-matches .button.alt,
.wmv-listing-overview .button.alt,
.wmv-match-dashboard-entry .button.alt,
.wmv-plan-dashboard-entry .button.alt,
.wmv-plan-catalog .button.alt,
.wmv-confirm-card .button.alt {
  background: var(--wmv-pill-light);
  color: #111111;
  border-color: var(--wmv-pill-light);
}

#wppb-ul-theme-boxomo,
.wppb-userlisting-container {
  font-family: "Inter", sans-serif;
  color: var(--wmv-text);
}

#wppb-ul-theme-boxomo .wppb-ul-search,
#wppb-ul-theme-boxomo .wppb-ul-filters {
  margin-bottom: 34px;
}

#wppb-ul-theme-boxomo .wppb-faceted-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

#wppb-ul-theme-boxomo ul.wppb-faceted-list li.wppb-facet-filter {
  margin: 0;
  min-width: 180px;
}

#wppb-ul-theme-boxomo .wppb-faceted-list h5 {
  margin: 0 0 10px;
  color: var(--wmv-text);
  font-size: 15px;
  font-weight: 700;
}

#wppb-ul-theme-boxomo ul.wppb-faceted-list select,
#wppb-ul-theme-boxomo .wppb-ul-filters li.wppb-facet-filter span.select2 .select2-selection {
  min-height: 54px;
  border-radius: 14px;
  border: none;
  background: var(--wmv-lime);
  color: var(--wmv-black);
  padding: 12px 18px;
  font-style: italic;
  font-weight: 600;
}

#wppb-ul-theme-boxomo .wppb-ul-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

#wppb-ul-theme-boxomo .wppb-ul-user {
  background: var(--wmv-surface);
  border: 1px solid var(--wmv-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--wmv-shadow);
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-image {
  width: 100%;
  height: 260px;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details {
  padding: 24px;
  background: transparent;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details h4,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details h5,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details p {
  color: var(--wmv-text);
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details h4 {
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details a#wppb-view-profile,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-match,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-contactar {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 12px 18px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details a#wppb-view-profile {
  background: var(--wmv-pill-light);
  color: #111111;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-match {
  background: var(--wmv-lime);
  color: var(--wmv-black);
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-contactar {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.36);
}

.wmv-matches__panel,
.wmv-referrals__panel,
.wmv-referral-plan__panel,
.wmv-plan-catalog__panel,
.wmv-plan-card,
.wmv-listing-overview {
  overflow: hidden;
}

.wmv-matches__table,
.wmv-referrals__table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
}

.wmv-matches__table tbody,
.wmv-matches__table thead,
.wmv-referrals__table tbody,
.wmv-referrals__table thead {
  width: 100%;
}

.wmv-matches__table td,
.wmv-matches__table th,
.wmv-referrals__table td,
.wmv-referrals__table th {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wmv-matches__table td:last-child,
.wmv-matches__table th:last-child {
  width: 160px;
}

.wmv-matches__table a.button,
.wmv-matches__table a.button.alt {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#wppb-ul-theme-boxomo {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
}

#wppb-ul-theme-boxomo .wppb-ul-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

#wppb-ul-theme-boxomo .wppb-ul-container .wppb-ul-user,
#wppb-ul-theme-boxomo .wppb-ul-user {
  flex-basis: auto !important;
  width: 100% !important;
  margin: 0 !important;
  background: var(--wmv-surface) !important;
  border: 1px solid var(--wmv-border) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: var(--wmv-shadow) !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user:hover .wppb-ul-details {
  background: transparent !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-image {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 260px !important;
  min-height: 260px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  box-sizing: border-box !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details h4 {
  margin: 0 0 10px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--wmv-text) !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details h5 {
  display: none !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details a#wppb-view-profile,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-match,
#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details #wppb-contactar {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details a#wppb-view-profile:after {
  position: static !important;
  margin-left: 10px !important;
}

#wppb-ul-theme-boxomo .wppb-ul-user .wppb-ul-details a#wppb-view-profile:hover,
#wppb-ul-theme-boxomo .wppb-ul-user:hover a#wppb-view-profile {
  display: inline-flex !important;
}

.wppb-userlisting-container > .wppb-ul-theme#wppb-ul-theme-boxomo {
  display: grid !important;
  gap: 32px !important;
}

.wppb-single-user .wppb-ul-theme,
.wppb-single-user #wppb-ul-theme-boxomo,
body.single-wppb-ul-cpt #wppb-ul-theme-boxomo {
  width: 100% !important;
  max-width: 1280px !important;
}

#wppb-ul-theme-boxomo .wppb-ul-info {
  flex-basis: auto !important;
  width: 100% !important;
}

#wppb-ul-theme-boxomo .wppb-ul-contact {
  background: var(--wmv-surface) !important;
  border: 1px solid var(--wmv-border) !important;
  border-radius: 0 0 24px 24px !important;
  padding: 28px 24px !important;
}

#wppb-ul-theme-boxomo .wppb-ul-contact h4,
#wppb-ul-theme-boxomo .wppb-ul-contact p {
  color: var(--wmv-text) !important;
}

#wppb-ul-theme-boxomo .wppb-ul-contact h4 {
  margin: 0 0 6px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--wmv-text-soft) !important;
}

#wppb-ul-theme-boxomo .wppb-ul-contact p {
  margin: 0 0 20px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  opacity: 1 !important;
}

#wppb-ul-theme-boxomo .wppb-ul-contact hr.wppb-ul-separator,
#wppb-ul-theme-boxomo .wppb-ul-info hr.wppb-ul-separator,
#wppb-back-span {
  border-color: var(--wmv-border) !important;
}

#wppb-ul-theme-boxomo .wppb-ul-info h3 {
  margin: 0 0 14px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 48px !important;
  line-height: 1.02 !important;
  color: var(--wmv-text) !important;
}

#wppb-ul-theme-boxomo .wppb-ul-info h4 {
  margin: 0 0 26px !important;
  display: inline-flex !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: rgba(207, 255, 61, 0.15) !important;
  color: var(--wmv-lime) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

#wppb-ul-theme-boxomo .wppb-ul-info .wppb-ul-description p {
  color: var(--wmv-text-muted) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  max-width: 760px !important;
}

#wppb-ul-theme-boxomo .wppb-ul-info a#wmv-match,
#wppb-ul-theme-boxomo .wppb-ul-info a#wppb-match {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: var(--wmv-lime) !important;
  color: var(--wmv-black) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  #wppb-ul-theme-boxomo {
    display: block !important;
  }

  #wppb-ul-theme-boxomo .wppb-ul-info h3,
  .wmv-listing-overview__title,
  .wmv-plan-catalog__title,
  .wmv-referral-plan__title,
  .wmv-matches__title {
    font-size: 34px !important;
  }

  .wmv-matches__table td:last-child,
  .wmv-matches__table th:last-child {
    width: 140px;
  }
}

.wmv-confirm-actions,
.wmv-rating-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.wmv-rating-button {
  min-width: 140px;
  text-align: center;
}

@media (max-width: 767px) {
  .wmv-referrals__hero,
  .wmv-referrals__share-row,
  .wmv-matches__hero,
  .wmv-referral-plan__hero,
  .wmv-referral-plan__actions,
  .wmv-referral-dashboard-entry,
  .wmv-match-dashboard-entry,
  .wmv-plan-dashboard-entry,
  .wmv-plan-catalog__hero {
    flex-direction: column;
  }

  .wmv-referrals__title,
  .wmv-matches__title,
  .wmv-confirm-title,
  .wmv-referral-plan__title,
  .wmv-referral-dashboard-entry__title,
  .wmv-match-dashboard-entry__title,
  .wmv-plan-dashboard-entry__title,
  .wmv-plan-catalog__title {
    font-size: 24px;
  }

  .wmv-referral-plan__grid {
    grid-template-columns: 1fr;
  }

  .wmv-matches__grid {
    grid-template-columns: 1fr;
  }

  .wmv-matches__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wmv-plan-catalog__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wmv-plan-card__facts {
    grid-template-columns: 1fr;
  }

  .wmv-plan-card__header,
  .wmv-plan-card__price-block,
  .wmv-plan-card__facts,
  .wmv-plan-card__section,
  .wmv-plan-card__footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wmv-plan-card__title {
    font-size: 30px;
  }

  .wmv-plan-card__subtitle,
  .wmv-plan-card__meta,
  .wmv-plan-card__features,
  .wmv-plan-card__highlights {
    font-size: 16px;
  }
}
