.footer {
  background-color: #161e2d;
  background-image: none;
}

.marketplace-dashboard-page {
  background:
    radial-gradient(circle at top left, rgba(197, 169, 101, 0.08), transparent 34%),
    linear-gradient(180deg, #f4f4f2 0%, #eef1f5 100%);
}

.marketplace-dashboard-page .wc-dashboard-shell {
  padding: 124px 0 96px;
}

.marketplace-dashboard-page .wc-dashboard-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}

.marketplace-dashboard-page .wc-dashboard-nav__card,
.marketplace-dashboard-page .wc-dashboard-panel,
.marketplace-dashboard-page .wc-dashboard-kpi,
.marketplace-dashboard-page .wc-dashboard-card,
.marketplace-dashboard-page .wc-dashboard-listing-card,
.marketplace-dashboard-page .wc-dashboard-favorite-card,
.marketplace-dashboard-page .wc-dashboard-thread-card,
.marketplace-dashboard-page .wc-dashboard-messages__thread,
.marketplace-dashboard-page .wc-dashboard-messages__sidebar,
.marketplace-dashboard-page .wc-dashboard-empty,
.marketplace-dashboard-page .wc-dashboard-upload {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.marketplace-dashboard-page .wc-dashboard-nav__card {
  padding: 28px;
  position: sticky;
  top: 132px;
}

.marketplace-dashboard-page .wc-dashboard-nav__identity {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.marketplace-dashboard-page .wc-dashboard-nav__avatar {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  overflow: hidden;
  background: #dfe4ea;
}

.marketplace-dashboard-page .wc-dashboard-nav__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketplace-dashboard-page .wc-dashboard-nav__eyebrow,
.marketplace-dashboard-page .wc-dashboard-panel__eyebrow,
.marketplace-dashboard-page .wc-dashboard-card__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #b45309;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.marketplace-dashboard-page .wc-dashboard-nav__links {
  display: grid;
  gap: 10px;
}

.marketplace-dashboard-page .wc-dashboard-nav__link {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  color: #0f172a;
  font-weight: 600;
  transition: all 0.2s ease;
}

.marketplace-dashboard-page .wc-dashboard-nav__link.is-active,
.marketplace-dashboard-page .wc-dashboard-nav__link:hover,
.marketplace-dashboard-page .wc-dashboard-nav__link:focus {
  color: #0b1220;
  background: linear-gradient(135deg, rgba(203, 213, 225, 0.55), rgba(255, 255, 255, 0.95));
  transform: translateY(-1px);
}

.marketplace-dashboard-page .wc-dashboard-nav__logout {
  margin-top: 22px;
}

.marketplace-dashboard-page .wc-dashboard-panel {
  padding: 32px;
}

.marketplace-dashboard-page .wc-dashboard-panel__hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  margin-bottom: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f172a 0%, #23395b 46%, #45556f 100%);
  color: #f8fafc;
}

.marketplace-dashboard-page .wc-dashboard-panel__hero--compact {
  padding: 26px 28px;
}

.marketplace-dashboard-page .wc-dashboard-panel__hero h1 {
  margin: 0;
  max-width: 920px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
}

.marketplace-dashboard-page .wc-dashboard-panel__hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.marketplace-dashboard-page .wc-dashboard-panel__actions,
.marketplace-dashboard-page .wc-dashboard-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.marketplace-dashboard-page .wc-dashboard-kpis {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
}

.marketplace-dashboard-page .wc-dashboard-kpis--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.marketplace-dashboard-page .wc-dashboard-kpi {
  padding: 22px 24px;
}

.marketplace-dashboard-page .wc-dashboard-kpi span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketplace-dashboard-page .wc-dashboard-kpi strong {
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: 38px;
  line-height: 1;
}

.marketplace-dashboard-page .wc-dashboard-kpi p {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.7;
}

.marketplace-dashboard-page .wc-dashboard-split,
.marketplace-dashboard-page .wc-dashboard-messages {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
}

.marketplace-dashboard-page .wc-dashboard-card {
  padding: 28px;
}

.marketplace-dashboard-page .wc-dashboard-card--accent {
  background: linear-gradient(155deg, #f8fafc 0%, #ecf2f8 100%);
}

.marketplace-dashboard-page .wc-dashboard-card h2,
.marketplace-dashboard-page .wc-dashboard-empty h2,
.marketplace-dashboard-page .wc-dashboard-form__section-head h2,
.marketplace-dashboard-page .wc-dashboard-thread-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
}

.marketplace-dashboard-page .wc-dashboard-card p,
.marketplace-dashboard-page .wc-dashboard-empty p,
.marketplace-dashboard-page .wc-dashboard-thread-head p,
.marketplace-dashboard-page .wc-dashboard-form__section-head p {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.75;
}

.marketplace-dashboard-page .wc-dashboard-steps {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.marketplace-dashboard-page .wc-dashboard-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
}

.marketplace-dashboard-page .wc-dashboard-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a, #334155);
  color: #fff;
  font-size: 20px;
}

.marketplace-dashboard-page .wc-dashboard-step h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 22px;
}

.marketplace-dashboard-page .wc-dashboard-step p {
  margin: 0;
  color: #475569;
}

.marketplace-dashboard-page .wc-dashboard-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.marketplace-dashboard-page .wc-dashboard-toolbar__search {
  flex: 1 1 auto;
}

.marketplace-dashboard-page .wc-dashboard-toolbar__search label,
.marketplace-dashboard-page .wc-dashboard-field label,
.marketplace-dashboard-page .wc-dashboard-reply-form label {
  display: block;
  margin-bottom: 10px;
  color: #334155;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-toolbar__search input,
.marketplace-dashboard-page .wc-dashboard-field input,
.marketplace-dashboard-page .wc-dashboard-field select,
.marketplace-dashboard-page .wc-dashboard-field textarea,
.marketplace-dashboard-page .wc-dashboard-reply-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #fff;
  color: #0f172a;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.marketplace-dashboard-page .wc-dashboard-toolbar__search input:focus,
.marketplace-dashboard-page .wc-dashboard-field input:focus,
.marketplace-dashboard-page .wc-dashboard-field select:focus,
.marketplace-dashboard-page .wc-dashboard-field textarea:focus,
.marketplace-dashboard-page .wc-dashboard-reply-form textarea:focus {
  border-color: rgba(245, 158, 11, 0.65);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
}

.marketplace-dashboard-page .wc-dashboard-toolbar__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.marketplace-dashboard-page .wc-dashboard-toolbar__reset {
  color: #64748b;
  font-weight: 600;
}

.marketplace-dashboard-page .wc-dashboard-listings-grid,
.marketplace-dashboard-page .wc-dashboard-favorites {
  display: grid;
  gap: 20px;
}

.marketplace-dashboard-page .wc-dashboard-listings-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-dashboard-page .wc-dashboard-listing-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
}

.marketplace-dashboard-page .wc-dashboard-listing-card__media {
  min-height: 100%;
  background: linear-gradient(145deg, #dbe3ec, #eef3f7);
}

.marketplace-dashboard-page .wc-dashboard-listing-card__media img,
.marketplace-dashboard-page .wc-dashboard-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketplace-dashboard-page .wc-dashboard-listing-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #334155;
  font-size: 48px;
  font-weight: 800;
}

.marketplace-dashboard-page .wc-dashboard-listing-card__body {
  padding: 22px 24px;
}

.marketplace-dashboard-page .wc-dashboard-listing-card__topline,
.marketplace-dashboard-page .wc-dashboard-thread-card__topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.marketplace-dashboard-page .wc-dashboard-listing-card h3,
.marketplace-dashboard-page .wc-dashboard-thread-card h3,
.marketplace-dashboard-page .wc-dashboard-favorite-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.15;
}

.marketplace-dashboard-page .wc-dashboard-listing-card p,
.marketplace-dashboard-page .wc-dashboard-thread-card p {
  margin: 10px 0 0;
  color: #475569;
}

.marketplace-dashboard-page .wc-dashboard-listing-card__meta,
.marketplace-dashboard-page .wc-dashboard-favorite-card span {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: #64748b;
  font-size: 14px;
}

.marketplace-dashboard-page .wc-dashboard-listing-card__actions,
.marketplace-dashboard-page .wc-dashboard-favorite-card__actions,
.marketplace-dashboard-page .wc-dashboard-reply-form__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.marketplace-dashboard-page .wc-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketplace-dashboard-page .wc-status-pill.tone-draft { background: rgba(148, 163, 184, 0.18); color: #334155; }
.marketplace-dashboard-page .wc-status-pill.tone-review { background: rgba(245, 158, 11, 0.18); color: #b45309; }
.marketplace-dashboard-page .wc-status-pill.tone-warning { background: rgba(249, 115, 22, 0.16); color: #c2410c; }
.marketplace-dashboard-page .wc-status-pill.tone-approved,
.marketplace-dashboard-page .wc-status-pill.tone-published,
.marketplace-dashboard-page .wc-status-pill.tone-active { background: rgba(22, 163, 74, 0.15); color: #15803d; }
.marketplace-dashboard-page .wc-status-pill.tone-archived,
.marketplace-dashboard-page .wc-status-pill.tone-closed { background: rgba(100, 116, 139, 0.16); color: #475569; }
.marketplace-dashboard-page .wc-status-pill.tone-new { background: rgba(220, 38, 38, 0.14); color: #b91c1c; }

.marketplace-dashboard-page .wc-dashboard-empty {
  padding: 32px;
  text-align: center;
}

.marketplace-dashboard-page .wc-dashboard-empty--small {
  padding: 24px;
}

.marketplace-dashboard-page .wc-dashboard-favorite-card,
.marketplace-dashboard-page .wc-dashboard-thread-card {
  padding: 22px 24px;
}

.marketplace-dashboard-page .wc-dashboard-message-switch {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
}

.marketplace-dashboard-page .wc-dashboard-message-switch__item {
  display: block;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: #0f172a;
}

.marketplace-dashboard-page .wc-dashboard-message-switch__item.is-active {
  border-color: rgba(180, 83, 9, 0.25);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(255, 255, 255, 0.95));
}

.marketplace-dashboard-page .wc-dashboard-message-switch__item span,
.marketplace-dashboard-page .wc-dashboard-thread-card time,
.marketplace-dashboard-page .wc-dashboard-thread-card__preview {
  display: block;
  color: #64748b;
  margin-top: 8px;
}

.marketplace-dashboard-page .wc-dashboard-messages__sidebar {
  padding: 16px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.marketplace-dashboard-page .wc-dashboard-thread-card.is-active {
  border-color: rgba(180, 83, 9, 0.24);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(255, 255, 255, 0.98));
}

.marketplace-dashboard-page .wc-dashboard-thread-card__unread {
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-messages__thread {
  padding: 28px;
}

.marketplace-dashboard-page .wc-dashboard-thread-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.marketplace-dashboard-page .wc-dashboard-thread-stream {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.marketplace-dashboard-page .wc-dashboard-bubble {
  max-width: 82%;
  padding: 18px 20px;
  border-radius: 22px;
  background: #eef2f7;
}

.marketplace-dashboard-page .wc-dashboard-bubble.is-own {
  justify-self: end;
  background: linear-gradient(135deg, #0f172a, #23395b);
  color: #fff;
}

.marketplace-dashboard-page .wc-dashboard-bubble.is-lead {
  border: 1px solid rgba(180, 83, 9, 0.16);
  background: rgba(245, 158, 11, 0.08);
}

.marketplace-dashboard-page .wc-dashboard-bubble header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}

.marketplace-dashboard-page .wc-dashboard-form,
.marketplace-dashboard-page .wc-dashboard-reply-form {
  display: grid;
  gap: 22px;
}

.marketplace-dashboard-page .wc-dashboard-form__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-dashboard-page .wc-dashboard-field--full {
  grid-column: 1 / -1;
}

.marketplace-dashboard-page .wc-dashboard-form__section {
  display: grid;
  gap: 18px;
}

.marketplace-dashboard-page .wc-dashboard-form__section-head h2 {
  font-size: 28px;
}

.marketplace-dashboard-page .wc-dashboard-field__help {
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.marketplace-dashboard-page .wc-dashboard-branding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.marketplace-dashboard-page .wc-dashboard-media-field {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(21, 34, 56, 0.08);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.marketplace-dashboard-page .wc-dashboard-media-field__head h3 {
  margin: 0 0 4px;
  color: #152238;
  font-size: 20px;
  font-weight: 800;
}

.marketplace-dashboard-page .wc-dashboard-media-field__head p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.marketplace-dashboard-page .wc-dashboard-media-field__body {
  display: grid;
  grid-template-columns: minmax(0, 168px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.marketplace-dashboard-page .wc-dashboard-media-field__preview {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #dfe7f3 0%, #f8fafc 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 34, 56, 0.06);
}

.marketplace-dashboard-page .wc-dashboard-media-field__preview.is-logo {
  aspect-ratio: 1 / 1;
}

.marketplace-dashboard-page .wc-dashboard-media-field__preview.is-cover {
  aspect-ratio: 16 / 10;
}

.marketplace-dashboard-page .wc-dashboard-media-field__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketplace-dashboard-page .wc-dashboard-media-field__preview.is-logo img {
  object-fit: contain;
  padding: 18px;
}

.marketplace-dashboard-page .wc-dashboard-media-field__actions {
  display: grid;
  gap: 12px;
}

.marketplace-dashboard-page .wc-dashboard-media-field__actions input[type="file"] {
  padding: 12px 14px;
  border: 1px dashed rgba(21, 34, 56, 0.16);
  border-radius: 18px;
  background: #fff;
}

.marketplace-dashboard-page .wc-dashboard-media-field__status {
  min-height: 20px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-media-field__status.is-error {
  color: #b91c1c;
}

.marketplace-dashboard-page .wc-dashboard-media-field__status.is-success {
  color: #15803d;
}

.marketplace-dashboard-page .mce-tinymce.mce-container.mce-panel {
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.marketplace-dashboard-page .mce-panel {
  border-color: rgba(148, 163, 184, 0.16) !important;
}

.marketplace-dashboard-page .mce-toolbar,
.marketplace-dashboard-page .mce-statusbar {
  background: #f8fafc;
}

.marketplace-dashboard-page .mce-edit-area iframe {
  background: #fff;
}

.marketplace-dashboard-page .wc-dashboard-location-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.marketplace-dashboard-page .wc-dashboard-location-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__head h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 24px;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__head p {
  margin: 0;
  color: #64748b;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__action {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(2, 132, 199, 0.12);
  color: #0c4a6e;
  font-weight: 700;
  white-space: nowrap;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__canvas {
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.20);
  background: linear-gradient(180deg, rgba(226, 232, 240, 0.72), rgba(241, 245, 249, 0.92));
}

.marketplace-dashboard-page .wc-dashboard-location-panel__canvas .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 360px;
  z-index: 0;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__status {
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  font-weight: 600;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__status[data-tone="success"] {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__status[data-tone="warning"] {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__status[data-tone="error"] {
  background: rgba(239, 68, 68, 0.14);
  color: #b91c1c;
}

.marketplace-dashboard-page .wc-dashboard-location-panel__coordinates {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-dashboard-page .wc-dashboard-category-picker {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.marketplace-dashboard-page .wc-dashboard-category-picker__intro,
.marketplace-dashboard-page .wc-dashboard-category-picker__footer,
.marketplace-dashboard-page .wc-dashboard-category-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0369a1;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__intro h3,
.marketplace-dashboard-page .wc-dashboard-category-panel__head h4 {
  margin: 0;
  color: #0f172a;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__intro h3 {
  font-size: 30px;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__intro p,
.marketplace-dashboard-page .wc-dashboard-category-panel__head p,
.marketplace-dashboard-page .wc-dashboard-category-picker__status,
.marketplace-dashboard-page .wc-dashboard-category-picker__placeholder {
  margin: 0;
  color: #64748b;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__reset {
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__crumb {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.14);
  color: #334155;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__crumb.is-leaf {
  background: rgba(14, 165, 233, 0.14);
  color: #0c4a6e;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__panels {
  display: grid;
  gap: 16px;
}

.marketplace-dashboard-page .wc-dashboard-category-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.82);
}

.marketplace-dashboard-page .wc-dashboard-category-panel__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.marketplace-dashboard-page .wc-dashboard-category-option {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: #fff;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.marketplace-dashboard-page .wc-dashboard-category-option:hover,
.marketplace-dashboard-page .wc-dashboard-category-option:focus {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.42);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.marketplace-dashboard-page .wc-dashboard-category-option.is-selected {
  border-color: rgba(2, 132, 199, 0.52);
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.95), rgba(255, 255, 255, 1));
  box-shadow: 0 18px 34px rgba(2, 132, 199, 0.10);
}

.marketplace-dashboard-page .wc-dashboard-category-option__media {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(148, 163, 184, 0.12));
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
}

.marketplace-dashboard-page .wc-dashboard-category-option__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketplace-dashboard-page .wc-dashboard-category-option__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.marketplace-dashboard-page .wc-dashboard-category-option__body strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.25;
}

.marketplace-dashboard-page .wc-dashboard-category-option__body small {
  color: #64748b;
  font-size: 13px;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__status strong {
  color: #0f172a;
}

.marketplace-dashboard-page .wc-dashboard-category-picker__status .is-applied strong {
  color: #0369a1;
}

.marketplace-dashboard-page .wc-dashboard-category-chip {
  display: inline-flex;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-attribute-group {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.88);
}

.marketplace-dashboard-page .wc-dashboard-attribute-group h3 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 24px;
}

.marketplace-dashboard-page .wc-dashboard-upload {
  padding: 24px;
}

.marketplace-dashboard-page .wc-dashboard-upload__hint,
.marketplace-dashboard-page .wc-dashboard-upload__status {
  margin-top: 12px;
  color: #64748b;
}

.marketplace-dashboard-page .wc-dashboard-upload__status.is-error { color: #b91c1c; }
.marketplace-dashboard-page .wc-dashboard-upload__status.is-success { color: #15803d; }

.marketplace-dashboard-page .wc-dashboard-media-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.marketplace-dashboard-page .wc-dashboard-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 1 / 1;
  background: #dbe3ec;
}

.marketplace-dashboard-page .wc-dashboard-media-card__remove {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

.marketplace-dashboard-page .wc-dashboard-flash {
  padding: 16px 18px;
  margin-bottom: 18px;
  border-radius: 18px;
  font-weight: 600;
}

.marketplace-dashboard-page .wc-dashboard-flash.is-success {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

.marketplace-dashboard-page .wc-dashboard-flash.is-warning {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}

.marketplace-dashboard-page .wc-dashboard-form__footer {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .marketplace-dashboard-page .wc-dashboard-layout,
  .marketplace-dashboard-page .wc-dashboard-split,
  .marketplace-dashboard-page .wc-dashboard-messages {
    grid-template-columns: 1fr;
  }

  .marketplace-dashboard-page .wc-dashboard-nav__card {
    position: static;
  }

  .marketplace-dashboard-page .wc-dashboard-kpis,
  .marketplace-dashboard-page .wc-dashboard-kpis--compact,
  .marketplace-dashboard-page .wc-dashboard-listings-grid,
  .marketplace-dashboard-page .wc-dashboard-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .marketplace-dashboard-page .wc-dashboard-shell {
    padding: 100px 0 72px;
  }

  .marketplace-dashboard-page .wc-dashboard-panel,
  .marketplace-dashboard-page .wc-dashboard-nav__card {
    padding: 20px;
  }

  .marketplace-dashboard-page .wc-dashboard-panel__hero,
  .marketplace-dashboard-page .wc-dashboard-thread-head,
  .marketplace-dashboard-page .wc-dashboard-toolbar,
  .marketplace-dashboard-page .wc-dashboard-message-switch,
  .marketplace-dashboard-page .wc-dashboard-category-picker__intro,
  .marketplace-dashboard-page .wc-dashboard-category-picker__footer,
  .marketplace-dashboard-page .wc-dashboard-category-panel__head,
  .marketplace-dashboard-page .wc-dashboard-form__grid,
  .marketplace-dashboard-page .wc-dashboard-listing-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .marketplace-dashboard-page .wc-dashboard-panel__hero {
    padding: 22px;
  }

  .marketplace-dashboard-page .wc-dashboard-kpis,
  .marketplace-dashboard-page .wc-dashboard-kpis--compact,
  .marketplace-dashboard-page .wc-dashboard-media-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-dashboard-page .wc-dashboard-branding-grid,
  .marketplace-dashboard-page .wc-dashboard-media-field__body {
    grid-template-columns: 1fr;
  }

  .marketplace-dashboard-page .wc-dashboard-category-option {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px;
  }

  .marketplace-dashboard-page .wc-dashboard-category-option__media {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .marketplace-dashboard-page .wc-dashboard-listing-card__media {
    min-height: 240px;
  }

  .marketplace-dashboard-page .wc-dashboard-location-panel__head,
  .marketplace-dashboard-page .wc-dashboard-location-panel__coordinates {
    display: grid;
    grid-template-columns: 1fr;
  }

  .marketplace-dashboard-page .wc-dashboard-location-panel__canvas,
  .marketplace-dashboard-page .wc-dashboard-location-panel__canvas .leaflet-container {
    min-height: 280px;
  }

  .marketplace-dashboard-page .wc-dashboard-bubble {
    max-width: 100%;
  }
}

.wc-brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.main-header .logo-box .wc-brand-logo--header {
  width: clamp(72px, 5.6vw, 92px);
}

.mobile-menu .nav-logo .wc-brand-logo--mobile {
  width: 88px;
}

.footer .footer-logo .wc-brand-logo--footer {
  width: 92px;
}

.flat-account .wc-brand-logo--account {
  width: 96px;
  margin-inline: auto;
}

.main-header .header-lower .inner-container {
  flex-wrap: nowrap;
  gap: 16px;
}

.main-header .nav-outer {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
  margin: 0 16px;
}

.main-header .nav-outer .navigation {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
}

.main-header .nav-outer .navigation > li {
  white-space: nowrap;
}

.main-header .header-account {
  flex: 0 0 auto;
}

.main-header .nav-outer .main-menu {
  width: 100%;
}

.main-header .nav-outer .navigation {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.dashboard .main-header .main-menu {
  margin-left: 0 !important;
}

.dashboard .main-header .header-account {
  gap: 12px;
}

.dashboard .main-header .inner-container {
  justify-content: center !important;
}

.dashboard .main-header .logo-box {
  margin-right: 24px;
  flex: 0 0 auto;
}

.dashboard .main-header .nav-outer {
  flex: 1 1 auto;
  margin: 0 auto !important;
}

.dashboard .main-header .dropdown {
  margin-left: auto !important;
}

.dashboard .main-header .header-account {
  margin-left: 12px;
}

.dashboard .layout-wrap .main-content-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.profile-tabs {
  border-bottom: 1px solid rgba(22, 30, 45, 0.1);
  margin-bottom: 28px;
  padding-bottom: 6px;
  gap: 8px;
}

.profile-tabs .nav-link {
  border: 0;
  color: #6b7280;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
}

.profile-tabs .nav-link.active {
  background: #ED2027;
  color: #ffffff;
}

.profile-tabs .nav-link:hover {
  color: #ED2027;
}

.profile-tab-content .tab-pane {
  padding-top: 4px;
}

.profile-tab-content .title {
  margin-top: 18px;
  margin-bottom: 12px;
}

.profile-tab-content .box-fieldset {
  margin-bottom: 12px;
}

.dashboard .dashboard-kpi-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.dashboard .dashboard-kpi-link:hover .counter-box {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.header-notifications {
  display: flex;
  align-items: center;
}

.header-notifications .notification-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(22, 30, 45, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.body.dashboard .header-notifications .notification-link {
  color: #161e2d;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.header-notifications .notification-link .icon {
  font-size: 18px;
}

.header-notifications .notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.4);
}

.header-notifications .notification-menu {
  width: 320px;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(22, 30, 45, 0.08);
  box-shadow: 0 20px 60px rgba(22, 30, 45, 0.2);
}

.notification-menu .notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #f8fafc;
}

.notification-menu .notification-title {
  font-weight: 600;
  color: #161e2d;
}

.notification-menu .notification-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

.notification-menu .notification-body {
  max-height: 320px;
  overflow: auto;
  background: #fff;
}

.notification-menu .notification-empty {
  padding: 16px;
  color: #6b7280;
  font-size: 14px;
}

.notification-menu .notification-item {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(22, 30, 45, 0.06);
  text-decoration: none;
}

.notification-menu .notification-item.is-unread .notification-item-title {
  position: relative;
  padding-left: 14px;
}

.notification-menu .notification-item.is-unread .notification-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
}

.notification-menu .notification-item:last-child {
  border-bottom: 0;
}

.notification-menu .notification-item-title {
  font-weight: 600;
  color: #111827;
  font-size: 14px;
  margin-bottom: 4px;
}

.notification-menu .notification-item-text {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.4;
}

.notification-menu .notification-item-meta {
  margin-top: 6px;
  font-size: 12px;
  color: #9ca3af;
}

.notification-menu .notification-footer {
  padding: 12px 16px;
  background: #f8fafc;
  text-align: center;
}

.notification-menu .notification-link-all {
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
}

.wrap-benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.wrap-benefit .box-benefit {
  flex: 1 1 260px;
  max-width: 320px;
}

.footer .footer-partners {
  display: flex;
  justify-content: center;
  padding: 16px 0 8px;
}

.footer .footer-company-name {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.footer .footer-company-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  padding: 18px 0 6px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-company-legal__label {
  color: #ffffff;
  font-weight: 700;
}

.footer .footer-company-legal a {
  color: #dbe5f0;
  text-decoration: none;
}

.footer .footer-company-legal a:hover {
  color: #ffffff;
}

.footer .footer-bottom-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-left: auto;
}

.footer .footer-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.footer .footer-language-label {
  color: #d4dbe2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer .footer-language-pills {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-language-pill {
  min-width: 44px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #aeb7bf;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.footer .footer-language-pill:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.footer .footer-language-pill.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #f04d35 0%, #ed2027 100%);
  box-shadow: 0 8px 18px rgba(237, 32, 39, 0.28);
}

.footer .footer-language-pill.is-active:hover {
  transform: none;
}

.footer .footer-partners img {
  max-width: 420px;
  width: 100%;
  height: auto;
}

.dashboard-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(22, 30, 45, 0.15);
}

/* CMS pages: keep spacing and cards aligned with template rhythm */
.cms-site-page .flat-title-page {
  padding: 72px 0 40px;
}

.cms-site-page .cms-page-content > section:first-child {
  padding-top: 36px !important;
}

.cms-site-page .cms-page-content section.flat-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.vetrina-skeleton-card {
  padding: 14px;
}

.vetrina-skeleton-image {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  background: linear-gradient(90deg, #eef2f7 25%, #e5ebf3 37%, #eef2f7 63%);
  background-size: 400% 100%;
  animation: vetrina-shimmer 1.3s ease infinite;
  margin-bottom: 14px;
}

.vetrina-skeleton-line {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 25%, #e5ebf3 37%, #eef2f7 63%);
  background-size: 400% 100%;
  animation: vetrina-shimmer 1.3s ease infinite;
  margin-bottom: 10px;
}

#vetrina-load-more.is-loading {
  opacity: .75;
  pointer-events: none;
}

@keyframes vetrina-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.cms-site-page .cms-page-content .row.g-4,
.cms-site-page .cms-page-content .row.g-5 {
  align-items: stretch;
}

@media (max-width: 767.98px) {
  .footer .content-footer-bottom {
    align-items: flex-start;
  }

  .footer .footer-bottom-tools {
    width: 100%;
    justify-content: flex-start;
  }

  .footer .content-footer-bottom .menu-bottom {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .footer .footer-language-switch {
    width: 100%;
    justify-content: space-between;
  }
}

.cms-site-page .cms-page-content .row.g-4 > [class*="col-"],
.cms-site-page .cms-page-content .row.g-5 > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.cms-site-page .cms-page-content .box,
.cms-site-page .cms-page-content .box-benefit,
.cms-site-page .cms-page-content .tf-card,
.cms-site-page .cms-page-content .flat-service {
  height: 100%;
}

.cms-site-page .cms-page-content img {
  max-width: 100%;
  height: auto;
}

.page-chi-siamo .flat-title-page {
  padding: 52px 0 28px;
}

.page-chi-siamo .cms-page-content > section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.page-chi-siamo .cms-page-content > section:first-child {
  padding-top: 20px !important;
}

.page-chi-siamo .cms-page-content .row {
  --bs-gutter-y: 24px;
  align-items: stretch;
}

.page-chi-siamo .cms-page-content .box,
.page-chi-siamo .cms-page-content .box-benefit,
.page-chi-siamo .cms-page-content .tf-card {
  height: 100%;
}

.page-chi-siamo .cms-page-content .box img,
.page-chi-siamo .cms-page-content .box-benefit img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Chi siamo: first 3 benefit boxes should span full content width */
.page-chi-siamo .cms-page-content > section:first-child .row.align-items-center > .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.page-chi-siamo .cms-page-content > section:first-child .row.align-items-center > .col-lg-5 {
  display: none;
}

.page-chi-siamo .cms-page-content > section:first-child .row.mt-20.g-3 {
  margin-top: 28px !important;
}

.page-chi-siamo .cms-page-content > section:first-child .row.mt-20.g-3 > [class*="col-"] {
  display: flex;
}

.page-chi-siamo .wc-about-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
}

.page-chi-siamo .wc-about-operating-map {
  position: relative;
  z-index: 0;
  min-height: 420px;
  height: 560px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(22, 30, 45, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.page-chi-siamo .wc-about-operating-map .leaflet-container,
.page-chi-siamo .leaflet-container {
  z-index: 0 !important;
}

.page-chi-siamo .wc-about-map-panel {
  position: relative;
  z-index: 5;
  max-height: 560px;
  overflow: auto;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(22, 30, 45, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.page-chi-siamo .wc-about-map-panel-title {
  margin: 4px 8px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.02em;
}

.page-chi-siamo .wc-about-map-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-chi-siamo .wc-about-country {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  text-align: left;
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    border-color 0.12s ease;
}

.page-chi-siamo .wc-about-country:hover,
.page-chi-siamo .wc-about-country:focus {
  transform: translateY(-1px);
  border-color: #e2e8f0;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.06);
}

.page-chi-siamo .wc-about-country.is-active {
  border-color: #f59e0b;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.12);
}

.page-chi-siamo .wc-about-country__dot {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow:
    0 0 0 6px rgba(245, 158, 11, 0.18),
    0 0 0 12px rgba(245, 158, 11, 0.1);
  animation: wc-about-map-pulse 2.2s ease-out infinite;
}

.page-chi-siamo .wc-about-country b {
  font-size: 16px;
}

@keyframes wc-about-map-pulse {
  0% {
    box-shadow:
      0 0 0 6px rgba(245, 158, 11, 0.22),
      0 0 0 12px rgba(245, 158, 11, 0.1);
  }

  70% {
    box-shadow:
      0 0 0 10px rgba(245, 158, 11, 0.05),
      0 0 0 18px rgba(245, 158, 11, 0);
  }

  100% {
    box-shadow:
      0 0 0 6px rgba(245, 158, 11, 0.22),
      0 0 0 12px rgba(245, 158, 11, 0.1);
  }
}

.page-chi-siamo .wc-about-faq-section .faq-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-chi-siamo .wc-about-faq-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  background: #f8fafc;
  color: #f04438;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-chi-siamo .wc-about-faq-media-stack {
  display: grid;
  gap: 18px;
}

.page-chi-siamo .wc-about-faq-section .wc-page-media img,
.page-chi-siamo .wc-about-faq-section .wc-page-media-lg img {
  min-height: 280px;
}

@media (max-width: 991.98px) {
  .page-chi-siamo .wc-about-map-layout {
    grid-template-columns: 1fr;
  }

  .page-chi-siamo .wc-about-map-panel {
    max-height: none;
  }
}

@media (max-width: 767.98px) {
  .page-chi-siamo .wc-about-operating-map {
    min-height: 360px;
    height: 420px;
  }
}

/* Contact page: use content-defined hero, avoid duplicated page heading */
.page-contattaci .flat-title-page,
.page-contatti .flat-title-page {
  display: none;
}

.page-chi-siamo .flat-title-page,
.page-avviamento-cave .flat-title-page,
.page-sponsor-partner .flat-title-page,
.page-come-funziona .flat-title-page {
  display: none;
}

.page-contattaci .cms-page-content > section:first-child,
.page-contatti .cms-page-content > section:first-child {
  padding-top: 56px !important;
}

.page-chi-siamo .cms-page-content > section:first-child,
.page-avviamento-cave .cms-page-content > section:first-child,
.page-sponsor-partner .cms-page-content > section:first-child,
.page-come-funziona .cms-page-content > section:first-child {
  padding-top: 56px !important;
}

.page-contattaci .cms-page-content > section,
.page-contatti .cms-page-content > section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.page-contattaci .cms-page-content .row,
.page-contatti .cms-page-content .row {
  --bs-gutter-y: 24px;
  align-items: stretch;
}

.page-contattaci .cms-page-content .box,
.page-contatti .cms-page-content .box {
  height: 100%;
}

.page-contattaci .cms-page-content iframe,
.page-contattaci .cms-page-content .leaflet-container,
.page-contatti .cms-page-content iframe,
.page-contatti .cms-page-content .leaflet-container {
  min-height: 360px;
  border-radius: 12px;
}

.page-contattaci .cms-page-content > section:first-child .wc-page-media-lg,
.page-contatti .cms-page-content > section:first-child .wc-page-media-lg {
  max-width: 420px;
  margin-left: auto;
  padding: 18px;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.page-contattaci .cms-page-content > section:first-child .wc-page-media-lg img,
.page-contatti .cms-page-content > section:first-child .wc-page-media-lg img {
  aspect-ratio: 4 / 3;
  min-height: 0;
  max-height: 320px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .page-contattaci .cms-page-content > section:first-child .wc-page-media-lg,
  .page-contatti .cms-page-content > section:first-child .wc-page-media-lg {
    max-width: none;
  }
}

.page-contattaci .wc-contact-company-section,
.page-contatti .wc-contact-company-section {
  padding-top: 8px !important;
}

.page-contattaci .wc-contact-company-card,
.page-contatti .wc-contact-company-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  padding: 28px 32px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.page-contattaci .wc-contact-company-card__header h5,
.page-contatti .wc-contact-company-card__header h5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.page-contattaci .wc-contact-company-card__grid,
.page-contatti .wc-contact-company-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-contattaci .wc-contact-company-card__item,
.page-contatti .wc-contact-company-card__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.page-contattaci .wc-contact-company-card__item span,
.page-contatti .wc-contact-company-card__item span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-contattaci .wc-contact-company-card__item strong,
.page-contatti .wc-contact-company-card__item strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.6;
}

.page-contattaci .wc-contact-company-card__item a,
.page-contatti .wc-contact-company-card__item a {
  color: inherit;
  text-decoration: none;
}

.page-contattaci .wc-contact-company-card__item a:hover,
.page-contatti .wc-contact-company-card__item a:hover {
  color: #ed2027;
}

@media (max-width: 991.98px) {
  .page-contattaci .wc-contact-company-card,
  .page-contatti .wc-contact-company-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-company-legal {
    justify-content: flex-start;
    text-align: left;
  }

  .page-contattaci .wc-contact-company-card__grid,
  .page-contatti .wc-contact-company-card__grid {
    grid-template-columns: 1fr;
  }
}

.cms-site-page .wc-page-media,
.cms-site-page .wc-page-media-lg {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(22, 30, 45, 0.12);
  background: #eef3f8;
}

.cms-site-page .wc-page-media img,
.cms-site-page .wc-page-media-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-site-page .wc-page-media img {
  min-height: 280px;
}

.cms-site-page .wc-page-media-lg img {
  min-height: 360px;
}

.cms-site-page .wc-logo-cloud {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.cms-site-page .wc-logo-cloud__item {
  min-height: 120px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(22, 30, 45, 0.08);
  box-shadow: 0 18px 36px rgba(22, 30, 45, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.cms-site-page .wc-logo-cloud__item img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.cms-site-page .wc-inline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cms-site-page .wc-inline-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eef3f8;
  color: #24364d;
  font-weight: 600;
}

.cms-site-page .wc-dark-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 32px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at top left, rgba(216, 178, 77, 0.18), transparent 30%),
    linear-gradient(135deg, #132034 0%, #20344a 54%, #31516d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 56px rgba(16, 24, 36, 0.22);
}

.cms-site-page .wc-dark-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 160px;
  height: 4px;
  background: linear-gradient(90deg, #f04438 0%, #d8b24d 100%);
}

.cms-site-page .wc-dark-panel h3,
.cms-site-page .wc-dark-panel h4,
.cms-site-page .wc-dark-panel h5 {
  color: #f9f4e6;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.cms-site-page .wc-dark-panel ul {
  margin-bottom: 0;
}

.cms-site-page .wc-dark-panel li::marker {
  color: #d8b24d;
}

.cms-site-page .wc-dark-panel .text-variant-1,
.cms-site-page .wc-dark-panel p,
.cms-site-page .wc-dark-panel li {
  color: rgba(246, 249, 252, 0.88);
}

.cms-site-page .wc-dark-panel .tf-btn.style-2 {
  background: #f6f1e6;
  color: #152237;
  border-color: transparent;
}

.cms-site-page .wc-dark-panel .tf-btn.style-2:hover,
.cms-site-page .wc-dark-panel .tf-btn.style-2:focus {
  background: #fff8ea;
  color: #152237;
}

.cms-site-page .wc-dark-panel .tf-btn.primary {
  box-shadow: 0 16px 28px rgba(240, 68, 56, 0.24);
}

.page-chi-siamo .cms-page-content .wc-page-media img,
.page-chi-siamo .cms-page-content .wc-page-media-lg img {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    #f4f6f9;
}

.page-avviamento-cave {
  background:
    linear-gradient(180deg, #fffdf7 0%, #f7f8fb 32%, #ffffff 100%);
}

.page-avviamento-cave .cms-page-content > section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.page-avviamento-cave .wc-quarry-startup-hero {
  position: relative;
  overflow: hidden;
}

.page-avviamento-cave .wc-quarry-startup-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 80%;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.22), transparent 32%),
    linear-gradient(135deg, #0c0f14 0%, #121720 48%, #1b2533 100%);
}

.page-avviamento-cave .wc-quarry-startup-hero .container,
.page-avviamento-cave .wc-quarry-startup-hero .row {
  position: relative;
  z-index: 1;
}

.page-avviamento-cave .wc-quarry-startup-hero__shell {
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 10, 15, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 28px 70px rgba(9, 13, 21, 0.34);
  backdrop-filter: blur(12px);
}

.page-avviamento-cave .wc-quarry-startup-kicker {
  color: #d8b24d;
  letter-spacing: 0.18em;
}

.page-avviamento-cave .wc-quarry-startup-hero__copy h2 {
  color: #fff7dd;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.page-avviamento-cave .wc-quarry-startup-hero__copy .text-variant-1 {
  color: rgba(255, 255, 255, 0.8);
}

.page-avviamento-cave .wc-quarry-startup-hero .wc-inline-badges span {
  background: rgba(255, 255, 255, 0.08);
  color: #f5e7b0;
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.page-avviamento-cave .wc-quarry-startup-hero__media {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 56px rgba(5, 9, 16, 0.45);
}

.page-avviamento-cave .wc-quarry-card,
.page-avviamento-cave .wc-quarry-panel,
.page-avviamento-cave .wc-quarry-target {
  border-radius: 26px;
  border: 1px solid rgba(22, 30, 45, 0.08);
  box-shadow: 0 22px 48px rgba(22, 30, 45, 0.08);
}

.page-avviamento-cave .wc-quarry-card {
  min-height: 100%;
  padding: 26px;
  background: #ffffff;
}

.page-avviamento-cave .wc-quarry-panel {
  height: 100%;
  padding: 30px;
  background: #ffffff;
}

.page-avviamento-cave .wc-quarry-panel--soft {
  background: linear-gradient(180deg, #ffffff 0%, #f7f6f1 100%);
}

.page-avviamento-cave .wc-quarry-targets {
  display: grid;
  gap: 14px;
}

.page-avviamento-cave .wc-quarry-target {
  padding: 18px 20px;
  background: #f8fafc;
}

.page-avviamento-cave .wc-quarry-target h6,
.page-avviamento-cave .wc-quarry-process-step h6 {
  margin-bottom: 8px;
}

.page-avviamento-cave .wc-quarry-target p,
.page-avviamento-cave .wc-quarry-process-step p,
.page-avviamento-cave .wc-quarry-cta p {
  margin-bottom: 0;
  color: #607087;
}

.page-avviamento-cave .wc-quarry-process-list {
  display: grid;
  gap: 14px;
}

.page-avviamento-cave .wc-quarry-process {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 24%),
    linear-gradient(135deg, #162235 0%, #223752 52%, #35516f 100%);
}

.page-avviamento-cave .wc-quarry-process h4,
.page-avviamento-cave .wc-quarry-process .wc-quarry-process-step h6 {
  color: #f8fbff;
}

.page-avviamento-cave .wc-quarry-process h4 {
  letter-spacing: -0.01em;
}

.page-avviamento-cave .wc-quarry-process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-avviamento-cave .wc-quarry-process-step:first-child {
  border-top: 0;
  padding-top: 0;
}

.page-avviamento-cave .wc-quarry-process-step p {
  color: rgba(233, 240, 248, 0.76);
}

.page-avviamento-cave .wc-quarry-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #161e2d;
  background: linear-gradient(135deg, #d4af37 0%, #f3d47a 100%);
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.22);
}

.page-avviamento-cave .wc-quarry-startup-sustainability .wc-inline-badges span {
  background: #eef3f8;
}

.page-avviamento-cave .wc-quarry-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.16), transparent 28%),
    linear-gradient(135deg, #172233 0%, #253a56 54%, #31506f 100%);
}

.page-avviamento-cave .wc-quarry-cta h4 {
  color: #f8fbff;
  letter-spacing: -0.01em;
}

.page-avviamento-cave .wc-quarry-cta p {
  color: rgba(233, 240, 248, 0.8);
  max-width: 680px;
}

.page-avviamento-cave .wc-quarry-cta .wc-quarry-startup-kicker {
  color: #e0bc59;
}

.page-avviamento-cave .wc-quarry-cta .tf-btn.style-2 {
  color: #f8fbff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.page-avviamento-cave .wc-quarry-cta .tf-btn.style-2:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991.98px) {
  .page-avviamento-cave .wc-quarry-startup-hero__copy h2 {
    font-size: 34px;
  }

  .page-avviamento-cave .wc-quarry-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .page-avviamento-cave .wc-quarry-startup-hero__shell,
  .page-avviamento-cave .wc-quarry-panel,
  .page-avviamento-cave .cms-page-content .wc-dark-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .page-avviamento-cave .wc-quarry-startup-hero__copy h2 {
    font-size: 30px;
  }

  .page-avviamento-cave .wc-quarry-process-step {
    grid-template-columns: 1fr;
  }
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(22, 30, 45, 0.2);
  border: 1px solid rgba(22, 30, 45, 0.08);
}

.cookie-banner.cookie-hidden {
  display: none;
}

.cookie-banner .cookie-inner {
  padding: 24px 28px;
}

.cookie-banner .cookie-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #161e2d;
}

.cookie-banner .cookie-body {
  font-size: 14px;
  color: #5b6476;
  line-height: 1.6;
}

.cookie-banner .cookie-body a {
  color: #1d4ed8;
  text-decoration: underline;
}

.cookie-banner .cookie-prefs {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 30, 45, 0.08);
}

.cookie-banner .pref-title {
  font-weight: 600;
  color: #161e2d;
  margin-bottom: 12px;
}

.cookie-banner .pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.cookie-banner .pref-text .pref-title {
  margin-bottom: 4px;
}

.cookie-banner .pref-desc {
  font-size: 13px;
  color: #6b7280;
}

.cookie-banner .pref-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  background: #e5e7eb;
  border-radius: 999px;
  cursor: pointer;
  flex: 0 0 auto;
}

.cookie-banner .pref-toggle span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.cookie-banner .pref-toggle input {
  display: none;
}

.cookie-banner .pref-toggle input:checked + span {
  transform: translateX(20px);
  background: #ffffff;
  border: 1px solid #1d4ed8;
  box-shadow: 0 2px 6px rgba(29, 78, 216, 0.4);
}

.cookie-banner .pref-toggle.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.cookie-banner .pref-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.cookie-banner .btn {
  border: none;
  background: #1d4ed8;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.cookie-banner .btn.ghost {
  background: transparent;
  color: #1d4ed8;
  border: 1px solid rgba(29, 78, 216, 0.4);
}

@media (max-width: 768px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner .cookie-inner {
    padding: 18px;
  }

  .cookie-banner .pref-row {
    align-items: flex-start;
  }
}

@media (max-width: 1200px) {
  .main-header .nav-outer {
    display: none !important;
  }

  .main-header .mobile-nav-toggler {
    display: inline-flex !important;
  }
}

.vetrina-cover {
  aspect-ratio: 4 / 3;
}

.vetrina-cover img {
  height: 100%;
  object-fit: cover;
  display: block;
}

b,
strong {
  font-weight: 700;
}

.project-richtext {
  line-height: 1.7;
}

.project-richtext p,
.project-richtext ul,
.project-richtext ol,
.project-richtext blockquote,
.project-richtext table {
  margin: 0 0 14px;
}

.project-richtext p:last-child,
.project-richtext ul:last-child,
.project-richtext ol:last-child,
.project-richtext blockquote:last-child,
.project-richtext table:last-child {
  margin-bottom: 0;
}

.project-richtext h1,
.project-richtext h2,
.project-richtext h3,
.project-richtext h4,
.project-richtext h5,
.project-richtext h6 {
  margin: 16px 0 10px;
  line-height: 1.35;
  color: #161e2d;
}

.project-richtext h1:first-child,
.project-richtext h2:first-child,
.project-richtext h3:first-child,
.project-richtext h4:first-child,
.project-richtext h5:first-child,
.project-richtext h6:first-child {
  margin-top: 0;
}

.project-richtext b,
.project-richtext strong {
  font-weight: 700;
}

.project-richtext ul {
  list-style: disc;
  padding-left: 1.35rem;
}

.project-richtext ol {
  list-style: decimal;
  padding-left: 1.35rem;
}

.project-richtext li + li {
  margin-top: 6px;
}

.project-richtext a {
  color: #1d4ed8;
  text-decoration: underline;
}

.project-richtext blockquote {
  border-left: 3px solid #ed2027;
  padding: 10px 14px;
  background: rgba(237, 32, 39, 0.06);
  border-radius: 8px;
}

.project-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.project-richtext table {
  width: 100%;
  border-collapse: collapse;
}

.project-richtext table th,
.project-richtext table td {
  border: 1px solid rgba(22, 30, 45, 0.15);
  padding: 8px 10px;
}

.page-sponsor-partner {
  background:
    linear-gradient(180deg, #fffdf7 0%, #f5f7fb 34%, #ffffff 100%);
}

.page-sponsor-partner .cms-page-content > section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.page-sponsor-partner .wc-partners-hero {
  position: relative;
  overflow: hidden;
}

.page-sponsor-partner .wc-partners-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 78%;
  background:
    radial-gradient(circle at top right, rgba(216, 178, 77, 0.12), transparent 34%),
    linear-gradient(135deg, #fbfcfe 0%, #f3f6fa 52%, #edf2f7 100%);
}

.page-sponsor-partner .wc-partners-hero .container,
.page-sponsor-partner .wc-partners-highlight .container,
.page-sponsor-partner .wc-partners-directory .container {
  position: relative;
  z-index: 1;
}

.page-sponsor-partner .wc-partners-hero .box-title h1 {
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.page-sponsor-partner .wc-partners-hero .text-variant-1 {
  max-width: 680px;
}

.page-sponsor-partner .wc-partners-hero-panel {
  height: 100%;
  padding: 32px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at top left, rgba(216, 178, 77, 0.22), transparent 30%),
    linear-gradient(150deg, #132034 0%, #1d3047 56%, #2c455f 100%);
  border: 1px solid rgba(216, 178, 77, 0.16);
  box-shadow: 0 30px 64px rgba(13, 23, 37, 0.22);
  color: #ffffff;
}

.page-sponsor-partner .wc-partners-hero-panel__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #d8b24d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-sponsor-partner .wc-partners-hero-panel h4 {
  margin-top: 18px;
  color: #fff7de;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.page-sponsor-partner .wc-partners-hero-metrics {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.page-sponsor-partner .wc-partners-hero-metric {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.page-sponsor-partner .wc-partners-hero-metric span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, #e8c75b 0%, #cf9f2b 100%);
  color: #162336;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(216, 178, 77, 0.24);
}

.page-sponsor-partner .wc-partners-hero-metric strong {
  display: block;
  color: #fef9ea;
  font-size: 18px;
  line-height: 1.2;
}

.page-sponsor-partner .wc-partners-hero-metric p {
  margin: 8px 0 0;
  color: rgba(246, 249, 252, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.page-sponsor-partner .wc-partners-highlight {
  position: relative;
}

.page-sponsor-partner .wc-partners-dark-panel {
  min-height: 100%;
}

.page-sponsor-partner .wc-partners-dark-panel .text-subtitle {
  color: #d8b24d;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-sponsor-partner .wc-partners-value-card {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(19, 32, 52, 0.08);
  box-shadow: 0 20px 40px rgba(20, 31, 47, 0.08);
  backdrop-filter: blur(10px);
}

.page-sponsor-partner .wc-partners-value-card__eyebrow {
  color: #a97d1f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-sponsor-partner .wc-partners-value-card h6 {
  margin-top: 14px;
  color: #162336;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-sponsor-partner .wc-partners-value-card p {
  margin: 14px 0 0;
  color: #5b6573;
  line-height: 1.75;
}

.page-sponsor-partner .wc-partners-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-sponsor-partner .wc-partner-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #132034 0%, #101b2a 100%);
  border: 1px solid rgba(216, 178, 77, 0.15);
  box-shadow: 0 28px 58px rgba(13, 23, 37, 0.22);
  color: #ffffff;
}

.page-sponsor-partner .wc-partner-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fbfd 0%, #edf2f7 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.page-sponsor-partner .wc-partner-card__logo img {
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
}

.page-sponsor-partner .wc-partner-card__name {
  margin: 18px 0 0;
  color: #fff7de;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
}

.page-sponsor-partner .wc-partner-card__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.page-sponsor-partner .wc-partner-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(243, 247, 252, 0.84);
  font-size: 12px;
  font-weight: 600;
}

.page-sponsor-partner .wc-partner-card__text {
  margin-top: 16px;
}

.page-sponsor-partner .wc-partner-card__text p {
  color: rgba(243, 247, 252, 0.84);
  font-size: 15px;
  line-height: 1.78;
}

.page-sponsor-partner .wc-partner-card__text p + p {
  margin-top: 12px;
}

.page-sponsor-partner .wc-partner-card__actions {
  margin-top: auto;
  padding-top: 16px;
}

.page-sponsor-partner .wc-partner-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: #f6f1e6;
  border: 1px solid transparent;
  color: #162336;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 26px rgba(8, 15, 24, 0.18);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.page-sponsor-partner .wc-partner-card__link:hover,
.page-sponsor-partner .wc-partner-card__link:focus {
  transform: translateY(-1px);
  background: #fff9ec;
  color: #162336;
}

.page-sponsor-partner .wc-partners-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(19, 32, 52, 0.08);
  box-shadow: 0 22px 44px rgba(20, 31, 47, 0.08);
}

.page-sponsor-partner .wc-partners-closing__copy {
  max-width: 720px;
}

.page-sponsor-partner .wc-partners-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .page-sponsor-partner .wc-partners-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-sponsor-partner .wc-partners-hero .box-title h1 {
    max-width: none;
  }

  .page-sponsor-partner .wc-partners-closing {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-sponsor-partner .wc-partners-closing__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .page-sponsor-partner .wc-partners-hero-panel,
  .page-sponsor-partner .wc-partners-value-card,
  .page-sponsor-partner .wc-partner-card,
  .page-sponsor-partner .wc-partners-closing {
    padding: 24px;
  }

  .page-sponsor-partner .wc-partners-card-grid {
    grid-template-columns: 1fr;
  }

  .page-sponsor-partner .wc-partners-hero-metric {
    grid-template-columns: 1fr;
  }
}

.page-sponsor-partner {
  --wc-partners-dark-start: #162538;
  --wc-partners-dark-mid: #20344a;
  --wc-partners-dark-end: #111a29;
  --wc-partners-dark-border: rgba(216, 178, 77, 0.18);
  --wc-partners-dark-title: #fff7de;
  --wc-partners-dark-copy: rgba(244, 247, 251, 0.86);
}

.page-sponsor-partner .wc-partners-directory {
  padding-top: 56px !important;
}

.page-sponsor-partner .wc-partners-directory .box-title {
  max-width: 760px;
  margin: 0 auto;
}

.page-sponsor-partner .wc-partners-directory .box-title .text-variant-1 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page-sponsor-partner .wc-partners-hero-panel,
.page-sponsor-partner .wc-partners-dark-panel,
.page-sponsor-partner .wc-partner-card {
  border-color: var(--wc-partners-dark-border);
}

.page-sponsor-partner .wc-partners-hero-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at top left, rgba(216, 178, 77, 0.18), transparent 32%),
    linear-gradient(145deg, var(--wc-partners-dark-start) 0%, var(--wc-partners-dark-mid) 58%, var(--wc-partners-dark-end) 100%);
  box-shadow: 0 28px 56px rgba(10, 18, 29, 0.24);
}

.page-sponsor-partner .wc-partners-hero-metric {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-sponsor-partner .wc-partners-dark-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at top left, rgba(216, 178, 77, 0.16), transparent 34%),
    linear-gradient(145deg, #142335 0%, #20344a 56%, #111a29 100%);
  box-shadow: 0 28px 54px rgba(10, 18, 29, 0.22);
}

.page-sponsor-partner .wc-partners-dark-panel::before {
  width: 132px;
  background: linear-gradient(90deg, #f1d47e 0%, #c8921d 100%);
}

.page-sponsor-partner .wc-partners-dark-panel h3,
.page-sponsor-partner .wc-partners-dark-panel h4,
.page-sponsor-partner .wc-partners-dark-panel h5 {
  color: var(--wc-partners-dark-title);
}

.page-sponsor-partner .wc-partners-dark-panel p,
.page-sponsor-partner .wc-partners-dark-panel li,
.page-sponsor-partner .wc-partners-dark-panel .text-variant-1 {
  color: var(--wc-partners-dark-copy);
}

.page-sponsor-partner .wc-partners-dark-panel li::marker {
  color: #e2c35f;
}

.page-sponsor-partner .wc-partners-dark-panel .tf-btn.style-2 {
  background: rgba(255, 255, 255, 0.08);
  color: #fff7de;
  border-color: rgba(216, 178, 77, 0.24);
}

.page-sponsor-partner .wc-partners-dark-panel .tf-btn.style-2:hover,
.page-sponsor-partner .wc-partners-dark-panel .tf-btn.style-2:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff7de;
}

.page-sponsor-partner .wc-partner-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 22%),
    linear-gradient(145deg, #17273a 0%, #1d3248 54%, #111a28 100%);
  box-shadow: 0 24px 46px rgba(10, 18, 29, 0.24);
}

.page-sponsor-partner .wc-partner-card__tags span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(216, 178, 77, 0.14);
}

.page-sponsor-partner .wc-partners-closing {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border-top: 3px solid rgba(216, 178, 77, 0.28);
}

.listing-search-page {
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.08), transparent 26%),
    linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 32%, #ffffff 100%);
}

.listing-search-page .wc-listing-shell {
  padding: 56px 0 72px;
}

.listing-search-page .wc-listing-hero-copy {
  max-width: 760px;
}

.listing-search-page .wc-listing-eyebrow,
.listing-search-page .wc-listing-overview-card__eyebrow,
.listing-search-page .wc-listing-results-head__eyebrow,
.listing-search-page .wc-listing-sidebar-card__eyebrow,
.listing-search-page .wc-listing-current-category span,
.listing-search-page .wc-listing-sidebar-path__label,
.listing-search-page .wc-listing-overview-metric span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #7a8796;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.listing-search-page .wc-listing-eyebrow {
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(21, 34, 55, 0.06);
}

.listing-search-page .wc-listing-hero-copy h1 {
  margin: 18px 0 0;
  color: #152237;
  font-size: clamp(50px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 10ch;
}

.listing-search-page .wc-listing-hero-copy p {
  max-width: 680px;
  margin: 20px 0 0;
  color: #5f6775;
  font-size: 18px;
  line-height: 1.7;
}

.listing-search-page .wc-listing-hero-chips,
.listing-search-page .wc-listing-chip-row,
.listing-search-page .wc-listing-toolbar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.listing-search-page .wc-listing-hero-chips {
  margin-top: 26px;
}

.listing-search-page .wc-listing-hero-chip,
.listing-search-page .wc-listing-chip,
.listing-search-page .wc-listing-filter-chip,
.listing-search-page .wc-listing-sidebar-card__all,
.listing-search-page .wc-listing-back-link,
.listing-search-page .wc-listing-toolbar__reset {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.listing-search-page .wc-listing-hero-chip {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 32, 52, 0.08);
  color: #203145;
  box-shadow: 0 10px 22px rgba(18, 29, 44, 0.06);
}

.listing-search-page .wc-listing-overview-card,
.listing-search-page .wc-listing-toolbar,
.listing-search-page .wc-listing-sidebar-card,
.listing-search-page .wc-listing-empty-state,
.listing-search-page .wc-listing-result-card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 32, 52, 0.08);
  box-shadow: 0 24px 50px rgba(18, 29, 44, 0.08);
}

.listing-search-page .wc-listing-overview-card {
  height: 100%;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.listing-search-page .wc-listing-overview-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.listing-search-page .wc-listing-overview-metric {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 32, 52, 0.08);
}

.listing-search-page .wc-listing-overview-metric strong {
  display: block;
  margin-top: 10px;
  color: #152237;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.listing-search-page .wc-listing-overview-card__body {
  margin: 18px 0 0;
  color: #5f6775;
  line-height: 1.7;
}

.listing-search-page .wc-listing-toolbar {
  display: grid;
  gap: 20px;
  padding: 28px;
  margin-bottom: 20px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
}

.listing-search-page .wc-listing-toolbar__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(19, 32, 52, 0.08);
}

.listing-search-page .wc-listing-toolbar__summary {
  display: grid;
  gap: 8px;
}

.listing-search-page .wc-listing-toolbar__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(21, 34, 55, 0.06);
  color: #617086;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.listing-search-page .wc-listing-toolbar__summary strong {
  color: #152237;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.listing-search-page .wc-listing-toolbar__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: min(100%, 320px);
}

.listing-search-page .wc-listing-toolbar__meta-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 32, 52, 0.08);
}

.listing-search-page .wc-listing-toolbar__meta-item small {
  color: #748093;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listing-search-page .wc-listing-toolbar__meta-item strong {
  color: #152237;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.listing-search-page .wc-listing-toolbar__searchbar,
.listing-search-page .wc-listing-toolbar__panel {
  border-radius: 24px;
  background: rgba(244, 247, 251, 0.84);
  border: 1px solid rgba(19, 32, 52, 0.06);
}

.listing-search-page .wc-listing-toolbar__searchbar {
  padding: 20px;
}

.listing-search-page .wc-listing-toolbar__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 20px;
}

.listing-search-page .wc-listing-toolbar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.listing-search-page .wc-listing-toolbar__field {
  min-width: 0;
}

.listing-search-page .wc-listing-toolbar__field--search {
  grid-column: auto;
}

.listing-search-page .wc-listing-toolbar__field label {
  display: block;
  margin: 0 0 10px;
  color: #5f6d82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-search-page .wc-listing-toolbar__field input,
.listing-search-page .wc-listing-toolbar__field select {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 20px;
  border: 1px solid rgba(19, 32, 52, 0.12);
  background: #ffffff;
  color: #162336;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.listing-search-page .wc-listing-toolbar__field--search input {
  min-height: 64px;
  font-size: 17px;
}

.listing-search-page .wc-listing-toolbar__field input:focus,
.listing-search-page .wc-listing-toolbar__field select:focus {
  outline: 0;
  border-color: rgba(25, 103, 210, 0.24);
  box-shadow: 0 0 0 4px rgba(25, 103, 210, 0.08);
}

.listing-search-page .wc-listing-toolbar__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 60px;
  padding: 0 28px;
  border-radius: 20px;
  box-shadow: 0 18px 28px rgba(237, 32, 39, 0.18);
}

.listing-search-page .wc-listing-toolbar__actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-width: 220px;
}

.listing-search-page .wc-listing-toolbar__active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(19, 32, 52, 0.06);
}

.listing-search-page .wc-listing-filter-chip {
  background: #f5f7fb;
  color: #344255;
}

.listing-search-page .wc-listing-toolbar__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(19, 32, 52, 0.1);
  color: #1b2a40;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.listing-search-page .wc-listing-toolbar__reset:hover,
.listing-search-page .wc-listing-toolbar__reset:focus {
  background: #eef3f8;
  color: #152237;
}

.listing-search-page .wc-listing-sidebar-card__all,
.listing-search-page .wc-listing-back-link {
  background: #f2f5f9;
  color: #1b2a40;
}

.listing-search-page .wc-listing-sidebar-card {
  position: sticky;
  top: 132px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.listing-search-page .wc-listing-sidebar-card__header,
.listing-search-page .wc-listing-results-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.listing-search-page .wc-listing-sidebar-card__header h2 {
  margin: 12px 0 0;
  color: #152237;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.listing-search-page .wc-listing-sidebar-card__header p {
  margin: 12px 0 0;
  color: #647084;
  line-height: 1.7;
}

.listing-search-page .wc-listing-sidebar-card__snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(19, 32, 52, 0.08);
}

.listing-search-page .wc-listing-sidebar-card__snapshot-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(244, 247, 251, 0.95);
  border: 1px solid rgba(19, 32, 52, 0.06);
}

.listing-search-page .wc-listing-sidebar-card__snapshot-item span {
  color: #728094;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-search-page .wc-listing-sidebar-card__snapshot-item strong {
  color: #152237;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.listing-search-page .wc-listing-current-category,
.listing-search-page .wc-listing-sidebar-path {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(19, 32, 52, 0.08);
}

.listing-search-page .wc-listing-current-category {
  padding: 20px 22px 0;
  margin-left: -6px;
  margin-right: -6px;
}

.listing-search-page .wc-listing-current-category strong {
  display: block;
  margin-top: 8px;
  color: #152237;
  font-size: 20px;
  line-height: 1.2;
}

.listing-search-page .wc-listing-chip {
  background: #f4f7fb;
  color: #465365;
  border: 1px solid rgba(19, 32, 52, 0.06);
}

.listing-search-page .wc-listing-chip.is-active {
  background: rgba(237, 32, 39, 0.1);
  color: #b71c23;
}

.listing-search-page .wc-listing-back-link {
  margin-top: 18px;
}

.listing-search-page .wc-listing-sidebar-empty {
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
  background: #f5f7fb;
  color: #647084;
}

.listing-search-page .wc-listing-category-stack {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.listing-search-page .wc-listing-category-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  border: 1px solid rgba(19, 32, 52, 0.08);
  box-shadow: 0 18px 34px rgba(18, 29, 44, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.listing-search-page .wc-listing-category-card:hover,
.listing-search-page .wc-listing-category-card:focus {
  transform: translateY(-2px);
  border-color: rgba(237, 32, 39, 0.2);
  box-shadow: 0 26px 42px rgba(18, 29, 44, 0.1);
}

.listing-search-page .wc-listing-category-card.is-active {
  border-color: rgba(237, 32, 39, 0.22);
  background:
    linear-gradient(180deg, rgba(237, 32, 39, 0.05), rgba(255, 255, 255, 0.98));
}

.listing-search-page .wc-listing-category-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f6f8fb 0%, #ecf1f6 100%);
  overflow: hidden;
}

.listing-search-page .wc-listing-category-card__media img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.listing-search-page .wc-listing-category-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #21364d 0%, #142233 100%);
  color: #fff4d6;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.listing-search-page .wc-listing-category-card__content {
  min-width: 0;
}

.listing-search-page .wc-listing-category-card__name {
  display: block;
  color: #152237;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.listing-search-page .wc-listing-category-card__meta {
  display: block;
  margin-top: 6px;
  color: #667182;
  font-size: 14px;
}

.listing-search-page .wc-listing-category-card__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #152237;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.listing-search-page .wc-listing-category-card__action-label {
  color: #233247;
}

.listing-search-page .wc-listing-category-card__action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #eef3f8;
  color: #152237;
  font-size: 15px;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.listing-search-page .wc-listing-category-card:hover .wc-listing-category-card__action-icon,
.listing-search-page .wc-listing-category-card:focus .wc-listing-category-card__action-icon {
  transform: translateX(2px);
  background: #ed2027;
  color: #ffffff;
}

.listing-search-page .wc-listing-results-head {
  margin-bottom: 18px;
}

.listing-search-page .wc-listing-results-head__count {
  margin: 10px 0 0;
  color: #596577;
  font-weight: 600;
}

.listing-search-page .wc-listing-results-head__paging {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 32, 52, 0.08);
  color: #203145;
}

.listing-search-page .wc-listing-empty-state {
  padding: 54px 28px;
  text-align: center;
}

.listing-search-page .wc-listing-empty-state h2 {
  margin: 0;
  color: #152237;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.listing-search-page .wc-listing-empty-state p {
  margin: 12px auto 24px;
  max-width: 520px;
  color: #667182;
  line-height: 1.7;
}

.listing-search-page .wc-listing-result-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.listing-search-page .wc-listing-result-card:hover,
.listing-search-page .wc-listing-result-card:focus {
  transform: translateY(-4px);
  border-color: rgba(237, 32, 39, 0.16);
  box-shadow: 0 28px 56px rgba(18, 29, 44, 0.12);
}

.listing-search-page .wc-listing-result-card:focus-visible {
  outline: 3px solid rgba(237, 32, 39, 0.24);
  outline-offset: 3px;
}

.listing-search-page .wc-listing-result-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e8edf5 0%, #f7f8fb 100%);
}

.listing-search-page .wc-listing-result-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.listing-search-page .wc-listing-result-card:hover .wc-listing-result-card__media img,
.listing-search-page .wc-listing-result-card:focus .wc-listing-result-card__media img {
  transform: scale(1.04);
}

.listing-search-page .wc-listing-result-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #203145;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.listing-search-page .wc-listing-result-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.34), rgba(15, 23, 42, 0.04) 55%, rgba(15, 23, 42, 0.42));
}

.listing-search-page .wc-listing-result-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #152237;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.listing-search-page .wc-listing-result-card__pill.is-dark {
  margin-left: auto;
  background: rgba(15, 23, 42, 0.78);
  color: #ffffff;
}

.listing-search-page .wc-listing-result-card__body {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 22px 24px;
}

.listing-search-page .wc-listing-result-card__store {
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-search-page .wc-listing-result-card__title {
  color: #152237;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
  transition: color 0.22s ease;
}

.listing-search-page .wc-listing-result-card:hover .wc-listing-result-card__title,
.listing-search-page .wc-listing-result-card:focus .wc-listing-result-card__title {
  color: #b91c1c;
}

.listing-search-page .wc-listing-result-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #667182;
  font-size: 14px;
}

.listing-search-page .wc-listing-result-card__meta span {
  position: relative;
}

.listing-search-page .wc-listing-result-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(19, 32, 52, 0.08);
}

.listing-search-page .wc-listing-result-card__footer-text {
  color: #203145;
  font-size: 14px;
  font-weight: 700;
}

.listing-search-page .wc-listing-result-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff1f2;
  color: #b91c1c;
  font-size: 18px;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.listing-search-page .wc-listing-result-card:hover .wc-listing-result-card__arrow,
.listing-search-page .wc-listing-result-card:focus .wc-listing-result-card__arrow {
  transform: translateX(3px);
  background: #b91c1c;
  color: #ffffff;
}

.listing-search-page .wc-listing-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}

.listing-search-page .wc-listing-pagination__pages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.listing-search-page .wc-listing-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 32, 52, 0.08);
  color: #152237;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(18, 29, 44, 0.06);
}

.listing-search-page .wc-listing-pagination__link.is-active {
  background: linear-gradient(135deg, #ed2027 0%, #f2483f 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(237, 32, 39, 0.22);
}

.listing-search-page .wc-listing-pagination__link.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.listing-detail-page .wc-listing-detail-shell {
  padding: 52px 0 92px;
  background:
    radial-gradient(circle at top right, rgba(255, 59, 48, 0.08), transparent 28%),
    linear-gradient(180deg, #f5f7fb 0%, #ffffff 26%, #f7f9fc 100%);
}

.listing-detail-page .wc-listing-detail-breadcrumb {
  margin-bottom: 22px;
}

.listing-detail-page .wc-listing-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.listing-detail-page .wc-listing-detail-head__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 59, 48, 0.08);
  color: #d92f27;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-head h1 {
  margin: 14px 0 0;
  color: #152238;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.listing-detail-page .wc-listing-detail-head__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.listing-detail-page .wc-listing-detail-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(21, 34, 56, 0.08);
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.listing-detail-page .wc-listing-detail-price-card {
  min-width: 260px;
  padding: 24px 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #162236 0%, #243653 58%, #30476b 100%);
  color: #f8fafc;
  box-shadow: 0 26px 52px rgba(17, 24, 39, 0.16);
}

.listing-detail-page .wc-listing-detail-price-card__label {
  color: rgba(241, 245, 249, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-price-card__value {
  margin-top: 10px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.listing-detail-page .wc-listing-detail-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.listing-detail-page .col-xl-7 > .wc-listing-detail-panel + .wc-listing-detail-panel {
  margin-top: 22px;
}

.listing-detail-page .wc-listing-detail-panel {
  padding: 26px 28px;
  border: 1px solid rgba(21, 34, 56, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.07);
}

.listing-detail-page .wc-listing-detail-panel--gallery {
  padding: 18px;
}

.listing-detail-page .wc-listing-detail-panel--summary {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.listing-detail-page .wc-listing-detail-panel__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.listing-detail-page .wc-listing-detail-panel__head h2 {
  margin: 0;
  color: #152238;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.listing-detail-page .wc-listing-detail-panel__head p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.listing-detail-page .wc-listing-detail-panel__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f2f5f9;
  color: #152238;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.listing-detail-page .wc-listing-detail-panel--related {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.listing-detail-page .wc-listing-detail-panel--related .wc-listing-detail-panel__head {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.listing-detail-page .wc-listing-detail-gallery__stage {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(135deg, #dde6f1 0%, #f8fafc 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 34, 56, 0.06);
  cursor: zoom-in;
}

.listing-detail-page .wc-listing-detail-gallery__stage img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.listing-detail-page .wc-listing-detail-gallery__toolbar {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.listing-detail-page .wc-listing-detail-gallery__count,
.listing-detail-page .wc-listing-detail-gallery__open {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.88);
  color: #152238;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.listing-detail-page .wc-listing-detail-gallery__thumb {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 18px;
  background: #eef3f8;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.listing-detail-page .wc-listing-detail-gallery__thumb:hover,
.listing-detail-page .wc-listing-detail-gallery__thumb:focus,
.listing-detail-page .wc-listing-detail-gallery__thumb.is-active {
  border-color: #ff3b30;
  box-shadow: 0 18px 32px rgba(255, 59, 48, 0.18);
  transform: translateY(-2px);
}

.listing-detail-page .wc-listing-detail-gallery__thumb img,
.listing-detail-page .wc-listing-detail-related__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.listing-detail-page .wc-listing-detail-gallery__empty {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 320px;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef3f8 0%, #f8fafc 100%);
  color: #475569;
  text-align: center;
}

.listing-detail-page .wc-listing-detail-gallery__empty-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background: #ffffff;
  color: #152238;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.listing-detail-page .wc-listing-detail-snapshot-grid,
.listing-detail-page .wc-listing-detail-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.listing-detail-page .wc-listing-detail-snapshot-item,
.listing-detail-page .wc-listing-detail-spec-item {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(21, 34, 56, 0.07);
}

.listing-detail-page .wc-listing-detail-snapshot-item__label,
.listing-detail-page .wc-listing-detail-spec-item__label {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-snapshot-item strong,
.listing-detail-page .wc-listing-detail-spec-item strong {
  color: #152238;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.listing-detail-page .wc-listing-detail-spec-groups {
  display: grid;
  gap: 18px;
}

.listing-detail-page .wc-listing-detail-spec-group h3 {
  margin: 0 0 14px;
  color: #152238;
  font-size: 18px;
  font-weight: 800;
}

.listing-detail-page .wc-listing-richtext {
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}

.listing-detail-page .wc-listing-richtext > *:last-child {
  margin-bottom: 0;
}

.listing-detail-page .wc-listing-richtext p {
  margin: 0 0 16px;
}

.listing-detail-page .wc-listing-richtext strong {
  color: #152238;
}

.listing-detail-page .wc-listing-richtext ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-detail-page .wc-listing-richtext li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(21, 34, 56, 0.07);
}

.listing-detail-page .wc-listing-richtext li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5b4f 0%, #d92f27 100%);
  box-shadow: 0 0 0 6px rgba(255, 59, 48, 0.12);
}

.listing-detail-page .wc-listing-detail-map-card {
  display: grid;
  gap: 18px;
}

.listing-detail-page .wc-listing-detail-map-card__canvas {
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #edf2f7;
}

.listing-detail-page .wc-listing-detail-map-card .leaflet-container {
  z-index: 0 !important;
}

.listing-detail-page .wc-listing-detail-map-card__info {
  display: grid;
  gap: 6px;
}

.listing-detail-page .wc-listing-detail-map-card__info strong {
  color: #152238;
  font-size: 18px;
  font-weight: 800;
}

.listing-detail-page .wc-listing-detail-map-card__info span {
  color: #475569;
  font-size: 15px;
  font-weight: 700;
}

.listing-detail-page .wc-listing-detail-map-card__info p,
.listing-detail-page .wc-listing-detail-empty {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.listing-detail-page .wc-listing-detail-summary {
  display: grid;
  gap: 22px;
}

.listing-detail-page .wc-listing-detail-summary__value {
  color: #152238;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.listing-detail-page .wc-listing-detail-summary__facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.listing-detail-page .wc-listing-detail-summary__facts div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(21, 34, 56, 0.08);
}

.listing-detail-page .wc-listing-detail-summary__facts dt,
.listing-detail-page .wc-listing-detail-summary__facts dd {
  margin: 0;
}

.listing-detail-page .wc-listing-detail-summary__facts dt {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-summary__facts dd {
  color: #152238;
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.listing-detail-page .wc-listing-detail-summary__actions {
  display: grid;
  gap: 12px;
}

.listing-detail-page .wc-listing-detail-summary__quick-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.listing-detail-page .wc-listing-detail-quick-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  border: 1px solid rgba(21, 34, 56, 0.1);
  border-radius: 18px;
  background: #fff;
  color: #64748b;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.04);
  transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, background .18s ease;
}

.listing-detail-page a.wc-listing-detail-quick-action,
.listing-detail-page button.wc-listing-detail-quick-action {
  text-decoration: none;
}

.listing-detail-page button.wc-listing-detail-quick-action {
  width: 100%;
  padding: 0;
}

.listing-detail-page .wc-listing-detail-quick-action i,
.listing-detail-page .wc-listing-detail-quick-action__warning {
  font-size: 25px;
  line-height: 1;
}

.listing-detail-page .wc-listing-detail-quick-action__warning {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid currentColor;
  font-size: 18px;
  font-weight: 800;
}

.listing-detail-page .wc-listing-detail-quick-action:hover,
.listing-detail-page .wc-listing-detail-quick-action:focus,
.listing-detail-page .wc-listing-detail-quick-action.is-active {
  color: #c18049;
  border-color: rgba(193, 128, 73, 0.34);
  background: #fff8f1;
  box-shadow: 0 20px 40px rgba(193, 128, 73, 0.14);
  transform: translateY(-2px);
}

.listing-detail-page .wc-listing-detail-quick-action:focus-visible {
  outline: 2px solid rgba(193, 128, 73, 0.38);
  outline-offset: 2px;
}

.listing-detail-page .wc-listing-detail-share-feedback {
  margin: -4px 0 0;
  color: #152238;
  font-size: 13px;
  font-weight: 700;
}

.listing-detail-page .wc-listing-detail-share-feedback.is-error {
  color: #b42318;
}

.listing-detail-page .wc-listing-detail-form .form-control {
  min-height: 54px;
  border-radius: 16px;
  border-color: rgba(21, 34, 56, 0.12);
  box-shadow: none;
}

.listing-detail-page .wc-listing-detail-form__identity {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  border: 1px solid rgba(21, 34, 56, 0.08);
}

.listing-detail-page .wc-listing-detail-form__identity-label {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-form__identity strong {
  color: #152238;
  font-size: 20px;
  font-weight: 800;
}

.listing-detail-page .wc-listing-detail-form__identity span,
.listing-detail-page .wc-listing-detail-form__identity p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

.listing-detail-page .wc-listing-detail-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.listing-detail-page .wc-listing-detail-form .form-control:focus {
  border-color: rgba(255, 59, 48, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.08);
}

.listing-detail-page .wc-listing-detail-seller-card {
  display: grid;
  gap: 16px;
}

.listing-detail-page .wc-listing-detail-seller-card__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.listing-detail-page .wc-listing-detail-seller-card__avatar {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #152238 0%, #2f466a 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.listing-detail-page .wc-listing-detail-seller-card__avatar.has-image {
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(21, 34, 56, 0.08);
}

.listing-detail-page .wc-listing-detail-seller-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.listing-detail-page .wc-listing-detail-seller-card__copy {
  display: grid;
  gap: 6px;
}

.listing-detail-page .wc-listing-detail-seller-card__copy strong {
  color: #152238;
  font-size: 22px;
  font-weight: 800;
}

.listing-detail-page .wc-listing-detail-seller-card__copy span {
  color: #64748b;
  font-size: 15px;
}

.listing-detail-page .wc-listing-detail-seller-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.listing-detail-page .wc-listing-detail-seller-card__actions a {
  color: #d92f27;
  font-weight: 800;
  text-decoration: none;
}

.listing-detail-page .wc-listing-detail-seller-card__actions a:hover {
  color: #af241e;
}

.listing-detail-page .wc-listing-detail-related-grid > [class*="col-"] {
  display: flex;
}

.listing-detail-page .wc-listing-detail-related-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(21, 34, 56, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.listing-detail-page .wc-listing-detail-related-card:hover,
.listing-detail-page .wc-listing-detail-related-card:focus {
  transform: translateY(-4px);
  border-color: rgba(217, 47, 39, 0.16);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.1);
}

.listing-detail-page .wc-listing-detail-related-card:focus-visible {
  outline: 3px solid rgba(217, 47, 39, 0.22);
  outline-offset: 3px;
}

.listing-detail-page .wc-listing-detail-related-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #e9eff6 0%, #f8fafc 100%);
}

.listing-detail-page .wc-listing-detail-related-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 11;
  color: #152238;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.listing-detail-page .wc-listing-detail-related__image {
  transition: transform 0.28s ease;
}

.listing-detail-page .wc-listing-detail-related-card:hover .wc-listing-detail-related__image,
.listing-detail-page .wc-listing-detail-related-card:focus .wc-listing-detail-related__image {
  transform: scale(1.04);
}

.listing-detail-page .wc-listing-detail-related-card__media-bar {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.listing-detail-page .wc-listing-detail-related-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #152238;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.listing-detail-page .wc-listing-detail-related-card__pill.is-dark {
  margin-left: auto;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
}

.listing-detail-page .wc-listing-detail-related-card__body {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px 18px 20px;
}

.listing-detail-page .wc-listing-detail-related-card__store {
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-detail-page .wc-listing-detail-related-card__title {
  color: #152238;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  transition: color 0.22s ease;
}

.listing-detail-page .wc-listing-detail-related-card:hover .wc-listing-detail-related-card__title,
.listing-detail-page .wc-listing-detail-related-card:focus .wc-listing-detail-related-card__title {
  color: #af241e;
}

.listing-detail-page .wc-listing-detail-related-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.listing-detail-page .wc-listing-detail-related-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 34, 56, 0.08);
  color: #152238;
  font-size: 14px;
  font-weight: 800;
}

.listing-detail-page .wc-listing-detail-related-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff1f2;
  color: #b91c1c;
  font-size: 18px;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.listing-detail-page .wc-listing-detail-related-card:hover .wc-listing-detail-related-card__arrow,
.listing-detail-page .wc-listing-detail-related-card:focus .wc-listing-detail-related-card__arrow {
  transform: translateX(3px);
  background: #b91c1c;
  color: #ffffff;
}

.wc-gallery-modal-open {
  overflow: hidden;
}

.wc-listing-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
}

.wc-listing-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 29, 0.82);
  backdrop-filter: blur(10px);
}

.wc-listing-gallery-modal__dialog {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(92vw, 1200px);
  height: min(88vh, 860px);
  margin: 4vh auto 0;
  padding: 72px 32px 28px;
}

.wc-listing-gallery-modal__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 24px;
  touch-action: pan-y pinch-zoom;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(10, 17, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 64px rgba(0, 0, 0, 0.28);
}

.wc-listing-gallery-modal__media img {
  transform: translate3d(var(--wc-gallery-swipe-offset, 0), 0, 0);
  transition: transform 0.22s ease;
}

.wc-listing-gallery-modal__media.is-swiping img {
  transition: none;
}

.wc-listing-gallery-modal__dialog img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}

.wc-listing-gallery-modal__rail {
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

.wc-listing-gallery-modal__close,
.wc-listing-gallery-modal__nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.wc-listing-gallery-modal__close {
  top: 0;
  right: 0;
}

.wc-listing-gallery-modal__nav.is-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wc-listing-gallery-modal__nav.is-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wc-listing-gallery-modal__counter {
  justify-self: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 0.1em;
}

.wc-listing-gallery-modal__thumbs {
  display: flex;
  gap: 12px;
  min-width: 0;
  padding: 6px 2px 4px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.wc-listing-gallery-modal__thumbs::-webkit-scrollbar {
  height: 8px;
}

.wc-listing-gallery-modal__thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.wc-listing-gallery-modal__thumbs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.wc-listing-gallery-modal__thumb {
  flex: 0 0 112px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  opacity: 0.72;
  transform: translateY(0);
  transition:
    border-color 0.18s ease,
    opacity 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.wc-listing-gallery-modal__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wc-listing-gallery-modal__thumb:hover,
.wc-listing-gallery-modal__thumb:focus,
.wc-listing-gallery-modal__thumb.is-active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.wc-listing-gallery-modal__thumb:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.42);
  outline-offset: 2px;
}

@media (max-width: 1199.98px) {
  .listing-search-page .wc-listing-sidebar-card {
    position: static;
    top: auto;
  }

  .listing-search-page .wc-listing-toolbar__panel {
    grid-template-columns: 1fr;
  }

  .listing-search-page .wc-listing-toolbar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-search-page .wc-listing-toolbar__field--sort {
    grid-column: span 2;
  }

  .listing-search-page .wc-listing-toolbar__actions {
    flex-direction: row;
    justify-content: flex-end;
    min-width: 0;
  }

  .listing-search-page .wc-listing-toolbar__submit,
  .listing-search-page .wc-listing-toolbar__reset {
    min-width: 180px;
  }
}

@media (max-width: 991.98px) {
  .listing-search-page .wc-listing-hero-copy h1 {
    max-width: none;
  }

  .listing-search-page .wc-listing-toolbar__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-search-page .wc-listing-toolbar__meta {
    min-width: 0;
    width: 100%;
  }

  .listing-detail-page .wc-listing-detail-head {
    grid-template-columns: 1fr;
  }

  .listing-detail-page .wc-listing-detail-sidebar {
    position: static;
  }

  .listing-detail-page .wc-listing-detail-panel--related .wc-listing-detail-panel__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .listing-search-page .wc-listing-shell {
    padding: 40px 0 56px;
  }

  .listing-search-page .wc-listing-hero-copy h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .listing-search-page .wc-listing-overview-card,
  .listing-search-page .wc-listing-toolbar,
  .listing-search-page .wc-listing-sidebar-card,
  .listing-search-page .wc-listing-result-card,
  .listing-search-page .wc-listing-empty-state {
    padding: 20px;
    border-radius: 24px;
  }

  .listing-search-page .wc-listing-overview-card__grid,
  .listing-search-page .wc-listing-sidebar-card__snapshot,
  .listing-search-page .wc-listing-toolbar__grid,
  .listing-search-page .wc-listing-category-card {
    grid-template-columns: 1fr;
  }

  .listing-search-page .wc-listing-toolbar__searchbar,
  .listing-search-page .wc-listing-toolbar__panel {
    padding: 16px;
    border-radius: 20px;
  }

  .listing-search-page .wc-listing-toolbar__field--search,
  .listing-search-page .wc-listing-toolbar__field--city,
  .listing-search-page .wc-listing-toolbar__field--min,
  .listing-search-page .wc-listing-toolbar__field--max,
  .listing-search-page .wc-listing-toolbar__field--sort {
    grid-column: auto;
  }

  .listing-search-page .wc-listing-toolbar__actions {
    flex-direction: column;
    justify-content: stretch;
  }

  .listing-search-page .wc-listing-toolbar__submit,
  .listing-search-page .wc-listing-toolbar__reset {
    width: 100%;
    min-width: 0;
  }

  .listing-search-page .wc-listing-toolbar__summary strong {
    font-size: 24px;
  }

  .listing-search-page .wc-listing-toolbar__meta {
    grid-template-columns: 1fr;
  }

  .listing-search-page .wc-listing-category-card__action {
    text-align: left;
    justify-content: space-between;
  }

  .listing-search-page .wc-listing-toolbar__active,
  .listing-search-page .wc-listing-results-head,
  .listing-search-page .wc-listing-sidebar-card__header,
  .listing-search-page .wc-listing-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  .listing-search-page .wc-listing-pagination__pages {
    justify-content: flex-start;
  }

  .listing-detail-page .wc-listing-detail-shell {
    padding: 36px 0 64px;
  }

  .listing-detail-page .wc-listing-detail-head h1 {
    max-width: none;
    font-size: clamp(34px, 12vw, 48px);
  }

  .listing-detail-page .wc-listing-detail-price-card,
  .listing-detail-page .wc-listing-detail-panel {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .listing-detail-page .wc-listing-detail-panel--gallery {
    padding: 14px;
  }

  .listing-detail-page .wc-listing-detail-form__identity strong {
    font-size: 18px;
  }

  .listing-detail-page .wc-listing-detail-related-card__media-bar,
  .listing-detail-page .wc-listing-detail-related-card__footer {
    flex-wrap: wrap;
  }

  .listing-detail-page .wc-listing-detail-gallery__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .listing-detail-page .wc-listing-detail-snapshot-grid,
  .listing-detail-page .wc-listing-detail-spec-grid {
    grid-template-columns: 1fr;
  }

  .listing-detail-page .wc-listing-gallery-modal__dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 72px 16px 20px;
  }

  .listing-detail-page .wc-listing-gallery-modal__media {
    padding: 16px;
    border-radius: 24px;
  }

  .listing-detail-page .wc-listing-gallery-modal__nav.is-prev {
    left: 12px;
  }

  .listing-detail-page .wc-listing-gallery-modal__nav.is-next {
    right: 12px;
  }

  .listing-detail-page .wc-listing-gallery-modal__rail {
    gap: 12px;
    padding-top: 14px;
  }

  .listing-detail-page .wc-listing-gallery-modal__thumb {
    flex-basis: 88px;
    border-radius: 14px;
  }
}

.page-termini-e-condizioni .flat-title-page {
  padding-bottom: 28px;
}

.page-termini-e-condizioni .cms-page-content {
  padding-top: 28px;
  padding-bottom: 88px;
}

.page-termini-e-condizioni .cms-page-content .row.justify-content-center > .col-lg-10 {
  max-width: 1040px;
}

.page-termini-e-condizioni .wc-legal-page {
  color: #172033;
}

.page-termini-e-condizioni .wc-legal-page a {
  color: #c62828;
  text-decoration: none;
}

.page-termini-e-condizioni .wc-legal-page a:hover,
.page-termini-e-condizioni .wc-legal-page a:focus {
  color: #9f1d1d;
  text-decoration: underline;
}

.page-termini-e-condizioni .wc-legal-page__intro,
.page-termini-e-condizioni .wc-legal-page__toc,
.page-termini-e-condizioni .wc-legal-page__section {
  background: #ffffff;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(23, 32, 51, 0.06);
}

.page-termini-e-condizioni .wc-legal-page__intro {
  padding: 30px 32px;
}

.page-termini-e-condizioni .wc-legal-page__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(198, 40, 40, 0.08);
  color: #c62828;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-termini-e-condizioni .wc-legal-page__updated {
  margin: 18px 0 10px;
  color: #5f6b7a;
  font-size: 14px;
  font-weight: 600;
}

.page-termini-e-condizioni .wc-legal-page__lead {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.8;
}

.page-termini-e-condizioni .wc-legal-page__toc {
  margin-top: 24px;
  padding: 26px 28px;
}

.page-termini-e-condizioni .wc-legal-page__toc-title {
  margin: 0 0 18px;
  color: #172033;
  font-size: 18px;
  font-weight: 800;
}

.page-termini-e-condizioni .wc-legal-page__toc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.page-termini-e-condizioni .wc-legal-page__toc-grid a {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f9fc;
  color: #243247;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.page-termini-e-condizioni .wc-legal-page__toc-grid a:hover,
.page-termini-e-condizioni .wc-legal-page__toc-grid a:focus {
  background: #eef3f8;
  color: #172033;
  text-decoration: none;
}

.page-termini-e-condizioni .wc-legal-page__section {
  margin-top: 18px;
  padding: 28px 32px;
  scroll-margin-top: 120px;
}

.page-termini-e-condizioni .wc-legal-page__section--accent {
  border-color: rgba(198, 40, 40, 0.14);
  background: linear-gradient(180deg, #fffaf9 0%, #ffffff 100%);
}

.page-termini-e-condizioni .wc-legal-page__section h2,
.page-termini-e-condizioni .wc-legal-page__section h3 {
  margin: 0 0 16px;
  color: #172033;
  letter-spacing: -0.02em;
}

.page-termini-e-condizioni .wc-legal-page__section h2 {
  font-size: clamp(24px, 3vw, 30px);
}

.page-termini-e-condizioni .wc-legal-page__section h3 {
  font-size: clamp(20px, 2.4vw, 24px);
}

.page-termini-e-condizioni .wc-legal-page__section p,
.page-termini-e-condizioni .wc-legal-page__section li {
  color: #435062;
  font-size: 16px;
  line-height: 1.9;
}

.page-termini-e-condizioni .wc-legal-page__section p:last-child,
.page-termini-e-condizioni .wc-legal-page__section ul:last-child {
  margin-bottom: 0;
}

.page-termini-e-condizioni .wc-legal-page__section ul {
  padding-left: 22px;
  margin: 14px 0 18px;
}

.page-termini-e-condizioni .wc-legal-page__section li::marker {
  color: #c62828;
}

@media (max-width: 991.98px) {
  .page-termini-e-condizioni .wc-legal-page__toc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-termini-e-condizioni .flat-title-page {
    padding-top: 48px;
  }

  .page-termini-e-condizioni .cms-page-content {
    padding-top: 18px;
    padding-bottom: 64px;
  }

  .page-termini-e-condizioni .wc-legal-page__intro,
  .page-termini-e-condizioni .wc-legal-page__toc,
  .page-termini-e-condizioni .wc-legal-page__section {
    border-radius: 22px;
  }

  .page-termini-e-condizioni .wc-legal-page__intro,
  .page-termini-e-condizioni .wc-legal-page__section {
    padding: 24px 20px;
  }

  .page-termini-e-condizioni .wc-legal-page__toc {
    padding: 22px 20px;
  }

  .page-termini-e-condizioni .wc-legal-page__lead {
    font-size: 16px;
  }
}

.store-listings-page {
  background:
    radial-gradient(circle at top left, rgba(201, 32, 36, 0.08), transparent 34%),
    linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
}

.store-listings-page .wc-store-shell {
  padding: 48px 0 88px;
}

.store-listings-page .wc-store-overview {
  margin-bottom: 24px;
  padding: 32px 36px;
  border: 1px solid rgba(21, 34, 56, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.store-listings-page .wc-store-overview__content {
  max-width: 1080px;
}

.store-listings-page .wc-store-overview h1 {
  margin: 16px 0 16px;
  color: #152238;
  font-size: clamp(42px, 5.8vw, 78px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.store-listings-page .wc-store-overview p {
  max-width: 980px;
  margin: 0;
  color: #425268;
  font-size: 18px;
  line-height: 1.75;
}

.store-listings-page .wc-store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.store-listings-page .wc-store-hero__media,
.store-listings-page .wc-store-summary-card,
.store-listings-page .wc-store-toolbar,
.store-listings-page .wc-store-empty-state,
.store-listings-page .wc-store-card {
  border: 1px solid rgba(21, 34, 56, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.store-listings-page .wc-store-hero.is-compact {
  grid-template-columns: 1fr;
}

.store-listings-page .wc-store-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 228px;
  background: #152238;
}

.store-listings-page .wc-store-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.18) 100%),
    radial-gradient(circle at 18% 16%, rgba(201, 32, 36, 0.14) 0%, rgba(201, 32, 36, 0) 34%);
  pointer-events: none;
}

.store-listings-page .wc-store-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.store-listings-page .wc-store-eyebrow,
.store-listings-page .wc-store-results-head__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(201, 32, 36, 0.08);
  color: #c92024;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-listings-page .wc-store-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.store-listings-page .wc-store-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #304155;
  font-size: 14px;
  font-weight: 700;
}

.store-listings-page .wc-store-summary-card {
  display: grid;
  gap: 24px;
  min-height: 100%;
  padding: 28px;
  background: linear-gradient(180deg, #132033 0%, #1f3557 100%);
  color: #ffffff;
}

.store-listings-page .wc-store-summary-card__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.store-listings-page .wc-store-summary-card__badge {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #eef3fa 100%);
  color: #152238;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.store-listings-page .wc-store-summary-card__badge.has-image {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.store-listings-page .wc-store-summary-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
}

.store-listings-page .wc-store-summary-card__identity {
  display: grid;
  gap: 6px;
}

.store-listings-page .wc-store-summary-card__identity span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-listings-page .wc-store-summary-card__identity strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.store-listings-page .wc-store-summary-card__stats {
  display: grid;
  gap: 14px;
}

.store-listings-page .wc-store-summary-card__stats div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.store-listings-page .wc-store-summary-card__stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-listings-page .wc-store-summary-card__stats strong {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.store-listings-page .wc-store-summary-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wc-whatsapp-float {
  position: fixed;
  right: 26px;
  bottom: 110px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px 14px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d9b5f 0%, #128c4a 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 48px rgba(18, 140, 74, 0.34);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.wc-whatsapp-float:hover,
.wc-whatsapp-float:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 26px 56px rgba(18, 140, 74, 0.42);
  filter: saturate(1.04);
}

.wc-whatsapp-float:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.34);
  outline-offset: 3px;
}

.wc-whatsapp-float__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wc-whatsapp-float__content {
  display: grid;
  min-width: 0;
}

.wc-whatsapp-float__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.82;
  text-transform: uppercase;
}

.wc-whatsapp-float__title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .wc-whatsapp-float {
    right: 16px;
    bottom: 88px;
    padding-right: 14px;
  }

  .wc-whatsapp-float__content {
    display: none;
  }
}

.store-listings-page .wc-store-toolbar {
  display: grid;
  gap: 18px;
  padding: 22px;
  margin-bottom: 22px;
}

.store-listings-page .wc-store-toolbar__filters {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(180px, 0.6fr)) auto;
  gap: 16px;
  align-items: end;
}

.store-listings-page .wc-store-toolbar__field {
  display: grid;
  gap: 10px;
}

.store-listings-page .wc-store-toolbar__field label {
  color: #304155;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-listings-page .wc-store-toolbar__field input,
.store-listings-page .wc-store-toolbar__field select {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(21, 34, 56, 0.1);
  border-radius: 18px;
  background: #f8fafc;
  color: #152238;
  font-size: 15px;
  font-weight: 600;
}

.store-listings-page .wc-store-toolbar__field input:focus,
.store-listings-page .wc-store-toolbar__field select:focus {
  border-color: rgba(201, 32, 36, 0.42);
  box-shadow: 0 0 0 4px rgba(201, 32, 36, 0.08);
  outline: none;
}

.store-listings-page .wc-store-toolbar__submit {
  min-width: 190px;
}

.store-listings-page .wc-store-toolbar__aside {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.store-listings-page .wc-store-view-toggle {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: #f3f6fb;
}

.store-listings-page .wc-store-view-toggle__button,
.store-listings-page .wc-store-toolbar__reset {
  text-decoration: none;
}

.store-listings-page .wc-store-view-toggle__button {
  min-width: 92px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #506177;
  font-size: 14px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  transition: all 0.18s ease;
}

.store-listings-page .wc-store-view-toggle__button.is-active {
  background: #152238;
  color: #ffffff;
}

.store-listings-page .wc-store-toolbar__reset {
  color: #6a7787;
  font-size: 14px;
  font-weight: 700;
}

.store-listings-page .wc-store-toolbar__reset:hover,
.store-listings-page .wc-store-toolbar__reset:focus {
  color: #c92024;
}

.store-listings-page .wc-store-results-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 20px;
}

.store-listings-page .wc-store-results-head h2 {
  margin: 12px 0 6px;
  color: #152238;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.store-listings-page .wc-store-results-head p,
.store-listings-page .wc-store-results-head__paging span {
  margin: 0;
  color: #586679;
  font-size: 15px;
  line-height: 1.7;
}

.store-listings-page .wc-store-results-head__paging {
  min-width: 134px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(21, 34, 56, 0.08);
  text-align: right;
}

.store-listings-page .wc-store-results-head__paging strong {
  display: block;
  margin-top: 4px;
  color: #152238;
  font-size: 22px;
  font-weight: 800;
}

.store-listings-page .wc-store-empty-state {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 36px;
}

.store-listings-page .wc-store-empty-state h3 {
  margin: 0;
  color: #152238;
  font-size: 28px;
  font-weight: 800;
}

.store-listings-page .wc-store-empty-state p {
  margin: 0;
  color: #586679;
  font-size: 16px;
  line-height: 1.8;
}

.store-listings-page .wc-store-card {
  display: grid;
  overflow: hidden;
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.store-listings-page .wc-store-card:hover,
.store-listings-page .wc-store-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(201, 32, 36, 0.2);
  box-shadow: 0 26px 54px rgba(15, 23, 42, 0.12);
}

.store-listings-page .wc-store-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #eef2f8 0%, #dde5f0 100%);
}

.store-listings-page .wc-store-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.store-listings-page .wc-store-card:hover .wc-store-card__media img {
  transform: scale(1.04);
}

.store-listings-page .wc-store-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: rgba(21, 34, 56, 0.24);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.store-listings-page .wc-store-card__body {
  display: grid;
  gap: 12px;
  padding: 22px 22px 24px;
}

.store-listings-page .wc-store-card__topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.store-listings-page .wc-store-card__category {
  color: #68788c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-listings-page .wc-store-card__price {
  color: #152238;
  font-size: 14px;
  font-weight: 800;
}

.store-listings-page .wc-store-card h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.store-listings-page .wc-store-card h3 a {
  color: #152238;
  text-decoration: none;
}

.store-listings-page .wc-store-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #586679;
  font-size: 14px;
  font-weight: 600;
}

.store-listings-page .wc-store-card__footer {
  margin-top: 2px;
}

.store-listings-page .wc-store-card__cta {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #152238;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.store-listings-page .wc-store-card__cta:hover,
.store-listings-page .wc-store-card__cta:focus {
  background: #c92024;
  color: #ffffff;
  transform: translateY(-1px);
}

.store-listings-page .wc-store-results-grid.is-list .wc-store-card {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.3fr);
}

.store-listings-page .wc-store-card.is-list .wc-store-card__media {
  aspect-ratio: auto;
  min-height: 100%;
}

.store-listings-page .wc-store-card.is-list .wc-store-card__body {
  align-content: center;
  padding: 28px 28px 28px 24px;
}

.store-listings-page .wc-store-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.store-listings-page .wc-store-pagination__pages {
  display: flex;
  gap: 10px;
  align-items: center;
}

.store-listings-page .wc-store-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(21, 34, 56, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #152238;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.store-listings-page .wc-store-pagination__link.is-active {
  border-color: #152238;
  background: #152238;
  color: #ffffff;
}

.store-listings-page .wc-store-pagination__link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .store-listings-page .wc-store-hero {
    grid-template-columns: 1fr;
  }

  .store-listings-page .wc-store-hero__media {
    min-height: 212px;
  }

  .store-listings-page .wc-store-toolbar__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .store-listings-page .wc-store-results-grid.is-list .wc-store-card {
    grid-template-columns: 1fr;
  }

  .store-listings-page .wc-store-card.is-list .wc-store-card__media {
    min-height: 280px;
  }

  .store-listings-page .wc-store-results-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .store-listings-page .wc-store-shell {
    padding: 36px 0 64px;
  }

  .store-listings-page .wc-store-overview,
  .store-listings-page .wc-store-summary-card,
  .store-listings-page .wc-store-toolbar,
  .store-listings-page .wc-store-empty-state,
  .store-listings-page .wc-store-card {
    border-radius: 24px;
  }

  .store-listings-page .wc-store-overview {
    padding: 24px 22px;
  }

  .store-listings-page .wc-store-hero__media {
    min-height: 172px;
  }

  .store-listings-page .wc-store-summary-card__brand,
  .listing-detail-page .wc-listing-detail-seller-card__brand {
    align-items: flex-start;
  }

  .store-listings-page .wc-store-overview h1 {
    font-size: clamp(40px, 14vw, 62px);
  }

  .store-listings-page .wc-store-overview p {
    font-size: 16px;
  }

  .store-listings-page .wc-store-toolbar {
    padding: 18px;
  }

  .store-listings-page .wc-store-toolbar__filters {
    grid-template-columns: 1fr;
  }

  .store-listings-page .wc-store-toolbar__aside {
    flex-direction: column;
    align-items: stretch;
  }

  .store-listings-page .wc-store-view-toggle {
    width: 100%;
  }

  .store-listings-page .wc-store-view-toggle__button {
    flex: 1 1 0;
  }

  .store-listings-page .wc-store-card__media {
    aspect-ratio: 16 / 11;
  }

  .store-listings-page .wc-store-card__body,
  .store-listings-page .wc-store-card.is-list .wc-store-card__body {
    padding: 20px;
  }

  .store-listings-page .wc-store-card h3 {
    font-size: 22px;
  }

  .store-listings-page .wc-store-pagination {
    flex-wrap: wrap;
  }
}
