/*
Theme Name: Global Directory Pro
Theme URI: https://example.com/global-directory-pro
Author: OpenAI
Author URI: https://openai.com
Description: Custom-coded starter WordPress theme for a country-wise business directory and classifieds marketplace with business, product, and service listings.
Version: 1.4.23
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: global-directory-pro
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

:root {
  --gdp-bg: #fcf8ee;
  --gdp-bg-start: #fffef8;
  --gdp-bg-end: #fbf6e6;
  --gdp-surface: #ffffff;
  --gdp-surface-soft: #fffdf5;
  --gdp-text: #171611;
  --gdp-muted: #6d6656;
  --gdp-border: #e6dfc7;
  --gdp-primary: #ffd44d;
  --gdp-primary-dark: #f2c500;
  --gdp-primary-ink: #16140f;
  --gdp-primary-glow: rgba(255, 228, 130, 0.18);
  --gdp-link: #1c5fd4;
  --gdp-link-dark: #174ca8;
  --gdp-success: #2f8f4e;
  --gdp-header-bg: #fffcf4;
  --gdp-footer-bg: #171611;
  --gdp-footer-text: #eadfb6;
  --gdp-footer-text-muted: #c7bc97;
  --gdp-footer-border: rgba(255, 255, 255, 0.09);
  --gdp-shadow: 0 14px 34px rgba(23, 22, 17, 0.08);
  --gdp-radius: 22px;
  --gdp-radius-sm: 16px;
  --gdp-container: 1220px;
  --gdp-shell-container: 1440px;
  --gdp-home-rail-width: clamp(132px, 9vw, 156px);
  --gdp-home-rail-gap: clamp(10px, 1.4vw, 18px);
}

.gde-analytics-workspace {
  gap: 18px;
}

.gde-analytics-toolbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gde-analytics-toolbar label {
  display: grid;
  gap: 8px;
  color: #14375f;
  font-weight: 700;
}

.gde-analytics-toolbar span {
  font-size: 0.84rem;
}

.gde-analytics-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.gde-analytics-resource-column {
  position: sticky;
  top: 24px;
}

.gde-analytics-results-card,
.gde-analytics-selected-card,
.gde-analytics-detail-card {
  display: grid;
  gap: 12px;
}

.gde-analytics-resource-results {
  display: grid;
  gap: 12px;
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

.gde-analytics-resource-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  width: 100%;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(167, 194, 224, 0.9);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  color: #14375f;
  text-align: left;
  box-shadow: 0 12px 24px rgba(20, 55, 95, 0.06);
  overflow: hidden;
  white-space: normal;
}

.gde-analytics-resource-button:hover,
.gde-analytics-resource-button.is-active {
  border-color: rgba(28, 95, 212, 0.48);
  color: #14375f;
  transform: translateY(-1px);
}

.gde-analytics-resource-button.is-active {
  background: linear-gradient(180deg, #2f6cb7 0%, #1f5aa1 100%);
  color: #ffffff;
}

.gde-analytics-resource-button strong,
.gde-analytics-resource-button span,
.gde-analytics-resource-button small,
.gde-analytics-resource-title,
.gde-analytics-resource-meta,
.gde-analytics-resource-url {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gde-analytics-resource-button strong,
.gde-analytics-resource-title {
  font-size: 1rem;
  line-height: 1.3;
}

.gde-analytics-resource-button span,
.gde-analytics-resource-meta {
  display: block;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.gde-analytics-resource-button small,
.gde-analytics-resource-url {
  display: -webkit-box;
  color: inherit;
  font-size: 0.79rem;
  line-height: 1.45;
  opacity: 0.82;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gde-analytics-report-column {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.gde-analytics-summary {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.gde-analytics-summary-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(167, 194, 224, 0.9);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 255, 0.95) 100%);
  box-shadow: 0 16px 30px rgba(20, 55, 95, 0.08);
}

.gde-analytics-summary-card span {
  color: #5f7592;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gde-analytics-summary-card strong {
  color: #14375f;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1;
}

.gde-analytics-summary-card p {
  margin: 0;
  color: #6b809a;
  font-size: 0.85rem;
}

.gde-analytics-graph-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 310px;
  gap: 18px;
  align-items: start;
}

.gde-analytics-chart-card,
.gde-analytics-detail-card {
  min-width: 0;
}

.gde-analytics-chart-stage {
  position: relative;
  min-height: 300px;
  padding: 14px;
  border: 1px solid rgba(167, 194, 224, 0.9);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.gde-analytics-chart {
  display: block;
  width: 100%;
  height: 280px;
  overflow: visible;
}

.gde-analytics-chart-tooltip {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 180px;
  max-width: 240px;
  padding: 12px 14px;
  border: 1px solid rgba(38, 75, 120, 0.16);
  border-radius: 18px;
  background: rgba(16, 35, 61, 0.96);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 55, 95, 0.18);
  pointer-events: none;
}

.gde-analytics-chart-tooltip strong {
  display: block;
  margin-bottom: 4px;
}

.gde-analytics-chart-tooltip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  line-height: 1.45;
}

.gde-analytics-detail-grid,
.gde-analytics-list {
  display: grid;
  gap: 10px;
}

.gde-analytics-detail-row,
.gde-analytics-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(167, 194, 224, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.gde-analytics-detail-row strong,
.gde-analytics-list-row strong {
  color: #14375f;
}

.gde-analytics-detail-row span,
.gde-analytics-list-row span {
  color: #5f7592;
}

.gde-analytics-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gde-analytics-empty-state {
  margin: 0;
  padding: 14px 15px;
  border: 1px dashed rgba(167, 194, 224, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: #5f7592;
}

.gde-analytics-chart-grid-line {
  stroke: rgba(83, 116, 154, 0.18);
  stroke-width: 1;
}

.gde-analytics-chart-axis {
  stroke: rgba(83, 116, 154, 0.28);
  stroke-width: 1.5;
}

.gde-analytics-chart-path {
  fill: none;
  stroke: #1f5aa1;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gde-analytics-chart-area {
  fill: rgba(28, 95, 212, 0.12);
}

.gde-analytics-chart-dot {
  fill: #ffffff;
  stroke: #1f5aa1;
  stroke-width: 2.5;
}

.gde-analytics-chart-dot.is-active {
  fill: #ffd44d;
  stroke: #14375f;
}

.gde-analytics-chart-label {
  fill: #6b809a;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .gde-analytics-toolbar,
  .gde-analytics-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gde-analytics-layout,
  .gde-analytics-graph-shell {
    grid-template-columns: 1fr;
  }

  .gde-analytics-resource-column {
    position: static;
  }
}

@media (max-width: 760px) {
  .gde-analytics-toolbar,
  .gde-analytics-list-grid,
  .gde-analytics-summary {
    grid-template-columns: 1fr;
  }

  .gde-analytics-detail-row,
  .gde-analytics-list-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .gde-analytics-chart-stage {
    padding: 12px;
  }

  .gde-analytics-chart-tooltip {
    left: 12px;
    right: 12px;
    min-width: 0;
    max-width: none;
  }

  .gde-analytics-resource-results {
    max-height: none;
    padding-right: 0;
  }

  .gde-analytics-resource-button {
    padding: 13px 14px;
    border-radius: 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, var(--gdp-primary-glow), transparent 36%),
    linear-gradient(180deg, var(--gdp-bg-start) 0%, var(--gdp-bg-end) 100%);
  color: var(--gdp-text);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.has-aeo-modal {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--gdp-link);
  text-decoration: none;
}

a:hover {
  color: var(--gdp-link-dark);
}

p,
li,
a,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(28, 95, 212, 0.22);
  outline-offset: 2px;
}

.container {
  width: min(calc(100% - 32px), var(--gdp-container));
  margin-inline: auto;
}

.header-topbar .container,
.site-header > .container,
.site-nav-shell > .container,
.site-footer > .container {
  width: min(calc(100% - 40px), var(--gdp-shell-container));
  max-width: var(--gdp-shell-container);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 252, 244, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230, 223, 199, 0.9);
  transition: transform 0.28s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  will-change: transform;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.site-header.is-header-hidden {
  transform: translateY(calc(-100% - 12px));
  box-shadow: none;
}

.admin-bar .site-header {
  top: 32px;
}

.header-topbar {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 252, 244, 0) 100%);
  border-bottom: 1px solid rgba(230, 223, 199, 0.72);
}

.header-topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 6px 0;
}

.header-tagline {
  margin: 0;
  flex: 1 1 320px;
  color: var(--gdp-muted);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-utility-links {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.header-utility-links a {
  color: var(--gdp-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.header-utility-links a:hover {
  color: var(--gdp-text);
}

.header-main {
  display: grid;
  gap: 14px;
  padding: 16px 0 14px;
}

.header-main-top {
  display: grid;
  grid-template-columns: minmax(240px, 310px) minmax(360px, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.header-main-bottom {
  display: none;
}

.site-branding {
  min-width: 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-badge-link {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #111111;
  color: var(--gdp-primary);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: 0 12px 20px rgba(17, 17, 17, 0.18);
}

.brand-badge::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 5px;
  border-radius: 999px;
  background: var(--gdp-primary);
}

.brand-lockup .custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-lockup .custom-logo {
  width: auto;
  max-height: 56px;
}

.brand-copy {
  min-width: 0;
  color: var(--gdp-text);
}

.brand-copy strong {
  display: block;
  font-size: 1.24rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.brand-copy span {
  display: block;
  margin-top: 4px;
  color: var(--gdp-muted);
  font-size: 0.84rem;
  line-height: 1.35;
  max-width: 320px;
}

.header-search {
  min-width: 0;
  width: 100%;
}

.header-search .gdp-search-shell {
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(118px, 0.72fr)) auto;
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(230, 223, 199, 0.94);
  box-shadow: 0 18px 34px rgba(23, 22, 17, 0.08);
}

.header-search .gdp-search-field {
  min-height: 52px;
  padding: 0 14px;
}

.header-search .gdp-search-field input,
.header-search .gdp-search-field select {
  min-height: 48px;
}

.header-search .gdp-search-submit {
  min-width: 112px;
}

.header-mobile-quickbar {
  display: none;
}

.mobile-quick-link,
.mobile-quick-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffef8 0%, #fff7da 100%);
  color: var(--gdp-text);
  font-weight: 800;
  box-shadow: var(--gdp-shadow);
}

.mobile-quick-link:hover,
.mobile-quick-link-button:hover {
  color: var(--gdp-link);
  transform: none;
  box-shadow: var(--gdp-shadow);
}

.mobile-quick-link-button {
  width: 100%;
  font: inherit;
}

.mobile-quick-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.mobile-quick-link-icon svg {
  width: 18px;
  height: 18px;
}

.mobile-quick-link-label {
  line-height: 1;
}

.mobile-nav-search {
  display: none;
}

.gdp-search-form {
  width: 100%;
  position: relative;
}

.gdp-search-shell {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(160px, 0.8fr)) auto;
  gap: 10px;
  align-items: stretch;
  padding: 9px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--gdp-border);
  border-radius: 20px;
  box-shadow: var(--gdp-shadow);
}

.gdp-search-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 15px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: var(--gdp-surface-soft);
}

.gdp-search-field input,
.gdp-search-field select {
  min-width: 0;
  flex: 1 1 auto;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gdp-text);
  font: inherit;
  border-radius: 0;
  min-height: 52px;
}

.gdp-search-field input::placeholder {
  color: #7d786b;
}

.gdp-search-field select {
  appearance: none;
  cursor: pointer;
  padding-right: 20px;
}

.gdp-search-field-country::after,
.gdp-search-field-city::after,
.gdp-search-field-category::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #7d786b;
  border-bottom: 2px solid #7d786b;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.archive-filter input,
.archive-filter select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
form:not(.gdp-search-form) input[type="search"] {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--gdp-text);
  font: inherit;
}

.archive-filter select {
  cursor: pointer;
}

.gdp-search-form .gdp-search-field input,
.gdp-search-form .gdp-search-field select {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.gdp-search-suggestions {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  z-index: 40;
  padding: 16px;
  border: 1px solid var(--gdp-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 42px rgba(23, 22, 17, 0.14);
}

.gdp-search-suggestions-body {
  display: grid;
  gap: 14px;
}

.gdp-search-suggestion-group {
  display: grid;
  gap: 10px;
}

.gdp-search-suggestion-group-title {
  margin: 0;
  color: var(--gdp-muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gdp-search-suggestion-list {
  display: grid;
  gap: 10px;
}

.gdp-search-suggestion-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: var(--gdp-surface-soft);
  color: var(--gdp-text);
}

.gdp-search-suggestion-link:hover {
  color: var(--gdp-text);
  border-color: rgba(28, 95, 212, 0.22);
  background: #fffef8;
}

.gdp-search-suggestion-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.gdp-search-suggestion-title {
  color: var(--gdp-text);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.35;
}

.gdp-search-suggestion-link:hover .gdp-search-suggestion-title {
  color: var(--gdp-link);
}

.gdp-search-suggestion-detail {
  color: var(--gdp-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.gdp-search-suggestion-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.gdp-search-suggestion-flag,
.gdp-search-suggestion-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--gdp-border);
  background: #ffffff;
  color: #5d5544;
  font-size: 0.76rem;
  font-weight: 800;
}

.gdp-search-suggestion-flag.is-verified {
  border-color: rgba(47, 143, 78, 0.2);
  color: var(--gdp-success);
}

.gdp-search-suggestion-footer {
  padding-top: 4px;
}

.gdp-search-empty-state {
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed var(--gdp-border);
  border-radius: 16px;
  background: #fffef8;
  color: var(--gdp-muted);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.gdp-search-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #7d786b;
}

.gdp-search-icon-keyword {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.gdp-search-icon-keyword::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.gdp-search-icon-location {
  width: 16px;
  height: 16px;
  margin-left: 1px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid currentColor;
  transform: rotate(-45deg);
}

.gdp-search-icon-location::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: currentColor;
}

.gdp-search-icon-category {
  width: 18px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.gdp-search-icon-category::before,
.gdp-search-icon-category::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.gdp-search-icon-category::before {
  top: 3px;
}

.gdp-search-icon-category::after {
  bottom: 3px;
}

.button,
button,
input[type="submit"],
.wp-element-button,
.gdp-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--gdp-primary) 0%, var(--gdp-primary-dark) 100%);
  color: var(--gdp-primary-ink);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.gdp-search-submit:hover {
  color: var(--gdp-primary-ink);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.12);
}

.button.secondary {
  background: #ffffff;
  color: var(--gdp-text);
  border-color: var(--gdp-border);
  box-shadow: none;
}

.button-small {
  min-height: 48px;
  padding-inline: 16px;
}

.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-self: end;
  gap: 6px;
  min-width: 0;
  padding: 6px;
  border: 1px solid rgba(230, 223, 199, 0.88);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 229, 0.9) 100%);
  box-shadow: 0 18px 30px rgba(23, 22, 17, 0.07);
}

.header-actions .header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  color: var(--gdp-text);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.header-actions .button-small {
  flex: 0 0 auto;
  white-space: nowrap;
}

.header-actions .header-link:hover {
  color: var(--gdp-text);
  background: rgba(255, 212, 77, 0.22);
}

.menu-toggle {
  display: none;
  width: 48px;
  min-width: 48px;
  padding: 0;
  background: #fffdf6;
  color: var(--gdp-text);
  border-color: rgba(230, 223, 199, 0.94);
  box-shadow: none;
}

.menu-toggle-box {
  display: inline-grid;
  gap: 4px;
}

.menu-toggle-box span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-nav-shell {
  border-top: 1px solid rgba(230, 223, 199, 0.72);
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.96) 0%, rgba(255, 247, 221, 0.94) 100%);
}

.primary-nav ul,
.footer-nav ul,
.meta-list,
.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 0 14px;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gdp-text);
  font-size: 0.95rem;
  font-weight: 700;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-parent > a {
  background: rgba(255, 212, 77, 0.32);
  color: var(--gdp-primary-ink);
}

.site-content {
  overflow: clip;
}

.site-main {
  padding-bottom: 38px;
}

.hero {
  padding: 26px 0 14px;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gdp-border);
  border-radius: 34px;
  padding: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(135deg, #fff0a4 0%, #ffdc67 46%, #fffef8 100%);
  box-shadow: var(--gdp-shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -145px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(22, 20, 15, 0.08);
}

.hero-panel::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 18%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(4px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5b543f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: #5b543f;
}

.hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero p {
  margin: 0;
  max-width: 660px;
  color: #4f493d;
  font-size: 1.02rem;
}

.hero-search {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.gdp-search-form-hero .gdp-search-shell {
  grid-template-columns: minmax(0, 1.65fr) 210px 190px auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.hero-trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(109, 102, 86, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #393327;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-chip strong {
  font-size: 1rem;
}

.quick-categories-section {
  padding: 18px 0 24px;
}

.quick-categories-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.quick-category-link {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(218, 223, 232, 0.95);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(28, 95, 212, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 32px rgba(20, 55, 95, 0.08);
  color: var(--gdp-text);
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.quick-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(91, 145, 223, 0.42);
  background: #ffffff;
  color: #2c5cae;
  font-size: 1.14rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(28, 95, 212, 0.1);
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.quick-category-link:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 197, 0, 0.52);
  box-shadow: 0 24px 40px rgba(20, 55, 95, 0.12);
}

.quick-category-link:hover .quick-category-icon {
  transform: translateY(-2px) scale(1.02);
  border-color: var(--gdp-primary-dark);
  background: #fff9dc;
  box-shadow: 0 18px 30px rgba(28, 95, 212, 0.16);
}

.quick-category-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-category-icon-glyph {
  font-size: 2rem;
  width: auto;
  height: auto;
}

.quick-category-icon-initial {
  font-size: 1.22rem;
}

.quick-category-copy {
  display: grid;
  gap: 4px;
  width: 100%;
}

.quick-category-label {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
}

.quick-category-count {
  color: var(--gdp-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.homepage-shell {
  display: grid;
  align-items: flex-start;
  gap: var(--gdp-home-rail-gap);
  grid-template-columns: minmax(0, 1fr);
  width: min(calc(100% - 20px), var(--gdp-container));
  margin: 0 auto;
}

.homepage-shell.has-home-left-rail {
  grid-template-columns: minmax(0, var(--gdp-home-rail-width)) minmax(0, 1fr);
  width: min(calc(100% - 20px), calc(var(--gdp-container) + var(--gdp-home-rail-width) + var(--gdp-home-rail-gap)));
}

.homepage-shell.has-home-right-rail:not(.has-home-left-rail) {
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--gdp-home-rail-width));
  width: min(calc(100% - 20px), calc(var(--gdp-container) + var(--gdp-home-rail-width) + var(--gdp-home-rail-gap)));
}

.homepage-shell.has-home-left-rail.has-home-right-rail {
  grid-template-columns: minmax(0, var(--gdp-home-rail-width)) minmax(0, 1fr) minmax(0, var(--gdp-home-rail-width));
  width: min(calc(100% - 20px), calc(var(--gdp-container) + (var(--gdp-home-rail-width) * 2) + (var(--gdp-home-rail-gap) * 2)));
}

.homepage-main-stack {
  grid-column: 1;
  min-width: 0;
}

.homepage-shell.has-home-left-rail .homepage-main-stack {
  grid-column: 2;
}

.homepage-shell.has-home-right-rail:not(.has-home-left-rail) .homepage-main-stack {
  grid-column: 1;
}

.homepage-ad-rail {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: var(--gdp-home-rail-width);
  position: sticky;
  top: 112px;
}

.homepage-ad-rail-left {
  grid-column: 1;
  justify-self: end;
}

.homepage-ad-rail-right {
  justify-self: start;
}

.homepage-shell.has-home-left-rail.has-home-right-rail .homepage-ad-rail-right {
  grid-column: 3;
}

.homepage-shell.has-home-right-rail:not(.has-home-left-rail) .homepage-ad-rail-right {
  grid-column: 2;
}

.homepage-ad-widget {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(214, 222, 236, 0.96);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 18px 32px rgba(20, 55, 95, 0.08);
}

.homepage-ad-widget > *:first-child {
  margin-top: 0;
}

.homepage-ad-widget > *:last-child {
  margin-bottom: 0;
}

.homepage-ad-widget img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.homepage-ad-widget a {
  display: block;
}

.homepage-ad-widget iframe,
.homepage-ad-widget ins {
  max-width: 100%;
}

.homepage-ad-title {
  margin: 0 0 10px;
  font-size: 0.88rem;
}

.homepage-mobile-ad-strip {
  display: none;
  padding: 8px 0 0;
}

.homepage-mobile-ad-stack {
  display: grid;
  gap: 12px;
}

@media (max-width: 1380px) {
  .homepage-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100% - 24px), var(--gdp-container));
  }

  .homepage-main-stack {
    grid-column: 1 !important;
  }

  .homepage-ad-rail {
    display: none;
  }

  .homepage-mobile-ad-strip {
    display: block;
  }
}

.section {
  padding: 24px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.section-head h2,
.entry-title,
.page-title {
  margin: 4px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-head p {
  margin: 8px 0 0;
  max-width: 660px;
  color: var(--gdp-muted);
}

.text-link {
  color: var(--gdp-text);
  font-weight: 800;
}

.text-link:hover {
  color: var(--gdp-link);
}

.hero-stat-grid,
.card-grid,
.footer-grid,
.dashboard-stats,
.taxonomy-grid,
.feature-strip,
.location-panels {
  display: grid;
  gap: 16px;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card,
.section-panel,
.taxonomy-card,
.search-card,
.profile-sidebar-card,
.notice-card,
.archive-filter,
.entry-content,
.entry-summary {
  background: var(--gdp-surface);
  border: 1px solid var(--gdp-border);
  border-radius: var(--gdp-radius);
  box-shadow: var(--gdp-shadow);
}

.card,
.section-panel,
.taxonomy-card,
.notice-card,
.archive-filter,
.profile-sidebar-card,
.entry-content,
.entry-summary {
  padding: 22px;
}

.card .badge,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 212, 77, 0.26);
  color: #5b4a0a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.badge.success {
  background: rgba(47, 143, 78, 0.12);
  color: var(--gdp-success);
}

.badge.warning {
  background: rgba(239, 140, 0, 0.14);
  color: #af6500;
}

.card h3,
.section-panel h3,
.profile-sidebar-card h3,
.footer-widget h3 {
  margin: 14px 0 10px;
  font-size: 1.16rem;
  line-height: 1.25;
}

.card p,
.section-panel p,
.muted,
.footer-brand-copy p {
  color: var(--gdp-muted);
}

.compact-link-list,
.widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.widget-list li {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: var(--gdp-surface-soft);
}

.widget-list li strong {
  color: var(--gdp-text);
}

.widget-list li a:not(.widget-link-row) {
  color: var(--gdp-link);
}

.widget-list li a:not(.widget-link-row):hover {
  color: var(--gdp-link-dark);
}

.compact-link-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--gdp-border);
  border-radius: 14px;
  background: var(--gdp-surface-soft);
}

.compact-link-list li span {
  color: var(--gdp-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.compact-link-list li a {
  color: var(--gdp-text);
  font-weight: 800;
}

.compact-link-list li a:hover {
  color: var(--gdp-link);
}

.compact-country-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.compact-country-flag {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

.compact-country-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.widget-link-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: var(--gdp-text);
}

.widget-link-row:hover {
  color: var(--gdp-text);
}

.widget-link-row:hover .widget-link-label {
  color: var(--gdp-link);
}

.widget-link-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.widget-link-label {
  color: var(--gdp-text);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.widget-link-detail {
  color: var(--gdp-muted);
  font-size: 0.87rem;
  line-height: 1.45;
}

.widget-link-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 40px;
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid var(--gdp-border);
  border-radius: 999px;
  background: #ffffff;
  color: #5d5544;
  font-size: 0.8rem;
  font-weight: 800;
}

.section-panel-highlight {
  background: linear-gradient(180deg, #fffdf4 0%, #fff7d4 100%);
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.listing-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--gdp-border);
  border-radius: var(--gdp-radius);
  box-shadow: var(--gdp-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.listing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 197, 0, 0.45);
  box-shadow: 0 18px 34px rgba(23, 22, 17, 0.12);
}

.card-grid .listing-card,
.archive-list .listing-card {
  height: 100%;
}

.listing-card.is-business-card {
  background:
    radial-gradient(circle at top right, rgba(255, 212, 77, 0.14), transparent 30%),
    #ffffff;
}

.listing-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f2de;
}

.listing-card-media-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f7f2de;
}

.listing-card-content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.listing-card-top {
  margin-bottom: 0;
}

.listing-card-topline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.listing-card-title {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.25;
}

.listing-card-title a {
  display: -webkit-box;
  color: var(--gdp-text);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-card-title a:hover {
  color: var(--gdp-link);
}

.listing-card-website {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--gdp-border);
  border-radius: 999px;
  background: #fffef7;
  color: var(--gdp-text);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

.listing-card-website:hover {
  color: var(--gdp-link);
}

.listing-card-excerpt {
  margin: 0;
  color: var(--gdp-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.listing-card-details {
  display: grid;
  gap: 8px;
}

.listing-card-detail {
  display: grid;
  grid-template-columns: minmax(72px, auto) minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(230, 223, 199, 0.94);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffef9 0%, #fff8e2 100%);
}

.listing-card-detail-label {
  color: var(--gdp-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-card-detail-value {
  min-width: 0;
  color: var(--gdp-text);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.listing-card-detail a.listing-card-detail-value {
  color: var(--gdp-link);
}

.listing-card-detail a.listing-card-detail-value:hover {
  color: var(--gdp-link-dark);
}

.listing-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f7f1dc;
  color: #5d5544;
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.meta-chip-highlight {
  background: linear-gradient(180deg, #fff7cf 0%, #ffe690 100%);
  color: #4d3d09;
}

.listing-card-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--gdp-border);
}

.listing-card-footer-copy {
  flex: 1 1 220px;
  min-width: 0;
}

.listing-card-footer-text {
  display: block;
  color: var(--gdp-muted);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.listing-card-footer-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
  flex: 1 1 320px;
  min-width: min(320px, 100%);
}

.listing-card-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.listing-card-actions .button {
  min-height: 42px;
}

.listing-card-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: 100%;
}

.listing-card-links .text-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow-wrap: anywhere;
}

.thumbnail-fallback {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 77, 0.42), transparent 44%),
    linear-gradient(135deg, #fff0b5 0%, #fff8e1 100%);
}

.thumbnail-fallback::before,
.thumbnail-fallback::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  border-radius: 999px;
  background: rgba(34, 33, 26, 0.12);
}

.thumbnail-fallback::before {
  top: 26px;
  height: 18px;
  width: 56%;
}

.thumbnail-fallback::after {
  top: 58px;
  height: 12px;
  width: 72%;
}

.archive-layout,
.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
}

.directory-sidebar,
.single-sidebar-stack {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
}

.directory-sidebar > * {
  min-width: 0;
}

.archive-list,
.search-results-list {
  display: grid;
  gap: 16px;
}

.entry-header,
.page-header {
  margin: 22px 0 18px;
}

.entry-content > *:first-child,
.profile-sidebar-card > *:first-child,
.archive-filter > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
.profile-sidebar-card > *:last-child,
.archive-filter > *:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: var(--gdp-muted);
  font-size: 0.9rem;
}

.archive-filter form {
  display: block;
  width: 100%;
}

.archive-filter-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.archive-filter-stat {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffef8 0%, #fff9e4 100%);
}

.archive-filter-stat strong {
  font-size: 1.1rem;
  line-height: 1;
}

.archive-filter-stat span:last-child {
  color: var(--gdp-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.archive-filter-note {
  margin: 12px 0 0;
  color: var(--gdp-muted);
  font-size: 0.88rem;
}

.sidebar-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.sidebar-card-head h3 {
  margin: 0;
}

.sidebar-card-head p {
  margin: 0;
}

.sidebar-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5b543f;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sidebar-card-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #5b543f;
}

.gdp-search-form-sidebar .gdp-search-shell {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gdp-search-form-sidebar {
  width: 100%;
}

.gdp-search-form-sidebar .gdp-search-shell > * {
  width: 100%;
}

.gdp-search-form-sidebar .gdp-search-suggestions {
  position: static;
  margin-top: 12px;
  padding: 14px;
  box-shadow: none;
}

.gdp-search-form-sidebar .gdp-search-field {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-inline: 18px;
}

.gdp-search-form-sidebar .gdp-search-field-country,
.gdp-search-form-sidebar .gdp-search-field-city,
.gdp-search-form-sidebar .gdp-search-field-category {
  width: 100%;
  min-width: 0;
}

.gdp-search-form-sidebar .gdp-search-field select {
  padding-right: 28px;
  text-overflow: ellipsis;
  font-weight: 700;
}

.gdp-search-form-sidebar .gdp-search-submit {
  width: 100%;
  text-align: center;
  min-height: 60px;
  font-size: 1rem;
}

.profile-sidebar-card,
.footer-widget {
  padding: 22px;
}

.directory-sections-card {
  background:
    radial-gradient(circle at top right, rgba(255, 212, 77, 0.18), transparent 34%),
    var(--gdp-surface);
}

.site-search-empty {
  padding: 48px 20px;
  text-align: center;
}

.pagination,
.posts-navigation {
  margin-top: 22px;
}

.pagination .nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--gdp-border);
  background: #ffffff;
  color: var(--gdp-text);
}

.pagination .current {
  background: var(--gdp-primary);
  border-color: var(--gdp-primary);
  color: var(--gdp-primary-ink);
}

.dashboard-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  padding: 54px 0 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 77, 0.09), transparent 24%),
    linear-gradient(180deg, var(--gdp-footer-bg) 0%, #11100d 100%);
  color: var(--gdp-footer-text);
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 212, 77, 0.16) 0%, rgba(255, 212, 77, 0) 72%);
  pointer-events: none;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px 40px;
  align-items: start;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(12, 11, 8, 0.28) 100%);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid var(--gdp-footer-border);
}

.footer-brand-lockup {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-brand-lockup .custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.footer-brand-lockup .custom-logo {
  width: auto;
  max-height: 58px;
}

.footer-brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gdp-footer-text-muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-brand-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--gdp-footer-text-muted);
}

.footer-brand-copy h2 {
  margin: 0;
  color: var(--gdp-footer-text);
  font-size: 1.4rem;
  line-height: 1.1;
}

.footer-brand-copy p {
  margin: 8px 0 0;
  max-width: 620px;
  color: var(--gdp-footer-text-muted);
  line-height: 1.65;
}

.footer-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.footer-actions .button {
  min-height: 48px;
}

.footer-cta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--gdp-footer-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--gdp-footer-text);
  font-size: 0.84rem;
  font-weight: 700;
}

.footer-account-action {
  border-color: var(--gdp-footer-border) !important;
  background: transparent !important;
  color: var(--gdp-footer-text) !important;
}

.footer-account-action:hover {
  border-color: var(--gdp-footer-text) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.footer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 24px;
  padding-top: 34px;
}

.footer-widget {
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-widget-wide {
  grid-column: auto;
}

.footer-widget h3 {
  margin: 0 0 16px;
  color: var(--gdp-footer-text);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-widget .widget-list {
  display: grid;
  gap: 4px;
}

.footer-widget .widget-list li {
  padding: 0;
  border-bottom: 0;
}

.footer-widget .widget-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .widget-list a,
.site-footer a {
  color: var(--gdp-footer-text);
}

.footer-widget .widget-list a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 0;
  color: var(--gdp-footer-text-muted);
  font-weight: 600;
  line-height: 1.45;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-widget .widget-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 0.52em;
  border-radius: 999px;
  background: rgba(255, 212, 77, 0.76);
}

.footer-widget .widget-list li:last-child a {
  border-bottom: 0;
  padding-bottom: 6px;
}

.footer-widget .widget-list a:hover,
.site-footer a:hover {
  color: #ffffff;
}

.footer-widget .widget-list a:hover {
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gdp-footer-text-muted);
  font-size: 0.92rem;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  flex-wrap: wrap;
}

.footer-nav li {
  position: relative;
}

.footer-nav li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.footer-nav a {
  color: var(--gdp-footer-text-muted);
  font-weight: 700;
}

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

.wp-block-search__button {
  border-radius: 16px;
}

.notice-card {
  padding: 18px 20px;
}

.desktop-only {
  display: inline-flex;
}

.page-header-rich {
  max-width: 860px;
}

.page-header-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 14px;
}

.page-header-count {
  background: linear-gradient(180deg, #fff7cf 0%, #ffe690 100%);
  color: #4d3d09;
}

.gdp-info-page-shell {
  display: grid;
  gap: 22px;
  padding: 26px 0 40px;
}

.gdp-info-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(164, 196, 227, 0.9);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 77, 0.18), transparent 28%),
    radial-gradient(circle at top left, rgba(28, 95, 212, 0.1), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(238, 247, 255, 0.95) 100%);
  box-shadow: 0 24px 44px rgba(20, 55, 95, 0.1);
}

.gdp-info-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -96px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 212, 77, 0.2) 0%, rgba(255, 212, 77, 0) 72%);
  pointer-events: none;
}

.gdp-info-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 20px;
  align-items: start;
}

.gdp-info-hero-copy,
.gdp-info-section-head {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.gdp-info-kicker,
.gdp-info-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #214f88;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gdp-info-kicker::before,
.gdp-info-section-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.gdp-info-title {
  margin: 0;
  color: #112f53;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.gdp-info-lead {
  margin: 0;
  max-width: 68ch;
  color: #5d6f86;
  font-size: 1rem;
  line-height: 1.7;
}

.gdp-info-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.gdp-info-stat-grid {
  display: grid;
  gap: 12px;
  align-content: start;
}

.gdp-info-stat-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(168, 198, 228, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(20, 55, 95, 0.06);
}

.gdp-info-stat-card strong {
  color: #14375f;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1;
}

.gdp-info-stat-card span {
  color: #5d6f86;
  font-size: 0.9rem;
  line-height: 1.5;
}

.gdp-info-section {
  display: grid;
  gap: 18px;
}

.gdp-info-section-head h2 {
  margin: 0;
  color: #112f53;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.gdp-info-section-head p {
  margin: 0;
  max-width: 72ch;
  color: #5d6f86;
  line-height: 1.65;
}

.gdp-info-card-grid,
.gdp-info-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.gdp-info-card,
.gdp-info-related-link {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(214, 223, 236, 0.96);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 30px rgba(20, 55, 95, 0.06);
}

.gdp-info-card h3,
.gdp-info-related-link strong {
  margin: 0;
  color: #14375f;
  font-size: 1.05rem;
  line-height: 1.3;
}

.gdp-info-card p,
.gdp-info-related-link span {
  margin: 0;
  color: #5d6f86;
  line-height: 1.65;
}

.gdp-info-related-link {
  color: var(--gdp-text);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gdp-info-related-link:hover {
  color: var(--gdp-text);
  border-color: rgba(28, 95, 212, 0.34);
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(20, 55, 95, 0.09);
}

.gdp-info-related-link:hover strong {
  color: var(--gdp-link);
}

.gdp-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.gdp-info-list li {
  position: relative;
  padding-left: 18px;
  color: #51657f;
  line-height: 1.55;
}

.gdp-info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f6cb7 0%, #ffd44d 100%);
  transform: translateY(-50%);
}

.gdp-info-entry-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gdp-info-entry-content > *:first-child {
  margin-top: 0;
}

.gdp-info-entry-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .gdp-info-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .gdp-info-page-shell {
    gap: 18px;
    padding: 20px 0 30px;
  }

  .gdp-info-hero,
  .gdp-info-section.section-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .gdp-info-hero::after {
    display: none;
  }

  .gdp-info-title {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
  }

  .gdp-info-lead,
  .gdp-info-section-head p,
  .gdp-info-card p,
  .gdp-info-related-link span {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .gdp-info-hero-actions {
    flex-direction: column;
  }

  .gdp-info-hero-actions .button,
  .gdp-info-hero-actions .button.secondary {
    width: 100%;
  }

  .gdp-info-card-grid,
  .gdp-info-related-grid {
    grid-template-columns: 1fr;
  }

  .gdp-info-card,
  .gdp-info-related-link,
  .gdp-info-stat-card {
    padding: 16px;
    border-radius: 18px;
  }
}

.archive-toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.archive-toolbar h2 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.archive-empty-state {
  display: grid;
  gap: 12px;
}

.archive-empty-state h3 {
  margin: 0;
}

.archive-network-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.single-directory-layout {
  align-items: start;
}

.single-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--gdp-border);
  border-radius: var(--gdp-radius);
  background: #ffffff;
  box-shadow: var(--gdp-shadow);
}

.single-hero-media {
  min-height: 240px;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f1dc;
}

.single-hero-copy,
.single-directory-card {
  min-width: 0;
}

.single-directory-card {
  padding: 22px;
}

.single-lead {
  margin: 12px 0 0;
  color: var(--gdp-muted);
  font-size: 1rem;
}

.single-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.single-network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.entry-content p,
.entry-content li {
  color: #463f31;
}

.entry-content .gdp-inline-link {
  color: #1f61d2;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.entry-content .gdp-inline-link:hover {
  color: #1448a9;
}

.gde-dashboard-shell,
.gde-form-shell {
  display: grid;
  gap: 18px;
}

.gde-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gde-dashboard-card,
.gde-dashboard-panel {
  padding: 22px;
  border: 1px solid var(--gdp-border);
  border-radius: var(--gdp-radius);
  background: #ffffff;
  box-shadow: var(--gdp-shadow);
}

.gde-dashboard-card strong {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
}

.gde-dashboard-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
}

.gde-dashboard-stack,
.gde-dashboard-sidebar {
  display: grid;
  gap: 18px;
}

.gde-dashboard-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.gde-dashboard-panel-head h2,
.gde-dashboard-panel-head h3 {
  margin: 0 0 6px;
}

.gde-dashboard-panel-head p,
.gde-dashboard-card p,
.gde-dashboard-note {
  margin: 0;
  color: var(--gdp-muted);
}

.gde-dashboard-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gde-dashboard-action-tile {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--gdp-border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, #fffdf5 0%, #fff7da 100%);
  color: var(--gdp-text);
  box-shadow: var(--gdp-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gde-dashboard-action-tile strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.gde-dashboard-action-tile:hover {
  color: var(--gdp-text);
  transform: translateY(-1px);
}

.gde-dashboard-action-tile span:last-child {
  color: var(--gdp-muted);
  font-size: 0.92rem;
}

.gde-status-banner {
  background: linear-gradient(180deg, #fffdf6 0%, #fff8dc 100%);
  border-style: dashed;
}

.gde-dashboard-list {
  display: grid;
  gap: 12px;
}

.gde-dashboard-filter-group {
  display: grid;
  gap: 12px;
}

.gde-dashboard-searchbar {
  display: flex;
  justify-content: flex-start;
}

.gde-dashboard-searchbar-field {
  width: min(100%, 360px);
}

.gde-dashboard-searchbar-field input[type="search"] {
  background: #ffffff;
}

.gde-dashboard-filter-empty {
  margin: 0;
}

.gde-dashboard-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--gdp-border);
  border-radius: 18px;
  background: var(--gdp-surface-soft);
}

.gde-dashboard-item h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
}

.gde-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.claim-business-card,
.gde-claim-request-card,
.gde-claim-portal {
  gap: 14px;
}

.gde-claim-note-card strong,
.gde-claim-requested-documents strong,
.gde-claim-uploaded-documents strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gdp-text);
}

.gde-claim-note-card p,
.gde-claim-status-copy {
  margin: 0;
}

.gde-claim-document-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.gde-claim-document-list li {
  padding: 10px 12px;
  border: 1px solid var(--gdp-border);
  border-radius: 14px;
  background: var(--gdp-surface-soft);
  color: var(--gdp-text);
  font-weight: 700;
}

.gde-claim-document-fieldset {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffef8 0%, #fff9e4 100%);
}

.gde-claim-document-fieldset legend {
  padding: 0 6px;
  font-weight: 800;
}

.gde-claim-document-option-grid {
  display: grid;
  gap: 10px;
}

.gde-claim-document-option {
  padding: 10px 12px;
  border: 1px solid rgba(160, 194, 227, 0.44);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
}

.gde-claim-document-option strong,
.gde-claim-document-option small {
  display: block;
}

.gde-claim-document-option small {
  margin-top: 4px;
  color: var(--gdp-muted);
  line-height: 1.45;
}

.business-feedback-card,
.gde-feedback-admin-card {
  gap: 14px;
}

.business-feedback-helper,
.business-feedback-current {
  margin: 0;
}

.business-feedback-progress {
  display: grid;
  gap: 6px;
}

.business-feedback-form {
  display: grid;
  gap: 12px;
}

.business-feedback-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.business-feedback-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.business-feedback-actions .button,
.business-feedback-actions .button.secondary {
  width: 100%;
  justify-content: center;
}

.gde-dashboard-panel-compact {
  padding: 18px;
}

.gde-dashboard-admin-panel {
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 30%),
    linear-gradient(180deg, #fffef8 0%, #fff8dc 100%);
}

.gde-dashboard-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gde-dashboard-panel-span-full {
  grid-column: 1 / -1;
}

.gde-dashboard-site-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gde-dashboard-site-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--gdp-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffef8 0%, #fff9e4 100%);
}

.gde-dashboard-site-card h4 {
  margin: 8px 0 0;
  font-size: 1.05rem;
}

.gde-dashboard-site-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gde-dashboard-site-item {
  display: grid;
  gap: 10px;
}

.gde-dashboard-item-stacked {
  display: grid;
  gap: 14px;
}

.gde-admin-review-form {
  display: grid;
  gap: 12px;
}

.gde-admin-review-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.gde-checkbox-row {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600 !important;
}

.gde-checkbox-row input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.gde-business-form {
  display: grid;
  gap: 16px;
}

.gde-business-form label {
  display: grid;
  gap: 8px;
  color: var(--gdp-text);
  font-weight: 700;
}

.gde-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gde-form-actions {
  display: flex;
  justify-content: flex-start;
}

.gde-editor-page-wrap {
  display: grid;
  gap: 20px;
}

.gde-editor-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.gde-editor-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 24px;
}

.gde-editor-sidebar-card h2,
.gde-editor-toolbar h1 {
  margin: 12px 0 8px;
}

.gde-editor-sidebar-card p,
.gde-editor-toolbar p {
  margin: 0;
  color: var(--gdp-muted);
}

.gde-editor-nav {
  display: grid;
  gap: 10px;
}

.gde-editor-nav-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffef8 0%, #fff7da 100%);
  color: var(--gdp-text);
  font-weight: 700;
  box-shadow: var(--gdp-shadow);
}

.gde-editor-nav-link:hover {
  color: var(--gdp-text);
  transform: translateY(-1px);
}

.gde-editor-main,
.gde-editor-section {
  display: grid;
  gap: 18px;
}

.gde-editor-toolbar {
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 30%),
    linear-gradient(180deg, #fffef8 0%, #fff7da 100%);
}

.gde-richtext-field {
  display: grid;
  gap: 8px;
}

.gde-richtext-field > span {
  color: var(--gdp-text);
  font-weight: 700;
}

.gde-editor-richtext .wp-editor-wrap {
  border: 1px solid var(--gdp-border);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.gde-editor-richtext .wp-editor-container {
  border: 0;
}

.gde-editor-richtext textarea {
  border: 0;
}

.gde-login-shell {
  display: grid;
  justify-items: center;
  scroll-margin-top: 108px;
}

.gde-auth-grid {
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gde-auth-grid.is-single-card,
.gde-auth-grid.is-register-only {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}

.gde-login-card {
  width: 100%;
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--gdp-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 77, 0.18), transparent 28%),
    #ffffff;
  box-shadow: var(--gdp-shadow);
}

.gde-login-copy h1,
.gde-login-copy h2 {
  margin: 12px 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.gde-login-copy p {
  margin: 0;
  color: var(--gdp-muted);
  max-width: 560px;
}

.gde-login-form {
  display: grid;
  gap: 14px;
}

.gde-login-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.gde-register-card {
  background:
    radial-gradient(circle at top left, rgba(28, 95, 212, 0.08), transparent 30%),
    #ffffff;
}

.gde-register-form {
  align-content: start;
}

.gde-account-type-grid {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.gde-account-type-grid legend {
  padding: 0;
  font-weight: 800;
}

.gde-account-type-card {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 18px;
  background: #fffef8;
}

.gde-account-type-card input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.gde-account-type-copy {
  display: grid;
  gap: 4px;
}

.gde-account-type-copy strong {
  color: var(--gdp-text);
}

.gde-account-type-copy span {
  color: var(--gdp-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.gde-auth-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.gde-auth-switcher-link {
  width: 100%;
}

.gde-auth-switcher-link.is-active {
  border-color: rgba(242, 197, 0, 0.56);
  background: linear-gradient(180deg, #fff4af 0%, #ffe06b 100%);
  color: var(--gdp-primary-ink);
}

.gde-login-remember {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 600 !important;
}

.gde-login-remember input {
  width: auto;
  min-height: auto;
}

.gde-auth-helper-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gde-auth-helper-links a {
  color: var(--gdp-link);
  font-weight: 700;
}

.gde-account-panel-meta {
  margin-bottom: 16px;
}

.gde-dashboard-form-note {
  margin: 0;
}

.gde-upload-dropzone {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 18px;
  border: 2px dashed rgba(28, 95, 212, 0.26);
  border-radius: 20px;
  background:
    linear-gradient(180deg, #fffdf6 0%, #fff8de 100%);
  text-align: center;
  color: #4f493d;
}

.gde-upload-dropzone.is-dragover {
  border-color: var(--gdp-link);
  background:
    linear-gradient(180deg, #fefcf5 0%, #f7f1dc 100%);
}

.gde-upload-dropzone input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.gde-upload-file-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.gde-upload-file-chip {
  display: grid;
  gap: 8px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: #fffef8;
  color: #524a39;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.gde-upload-file-chip img,
.gde-upload-file-chip video {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background: #f5efdb;
}

.gde-upload-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.gde-upload-preview-item {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 10px;
  border: 1px solid var(--gdp-border);
  border-radius: 18px;
  background: var(--gdp-surface-soft);
  text-align: center;
}

.gde-upload-preview-item img,
.gde-upload-preview-item video {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background: #f5efdb;
}

.single-directory-square-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #f5efdb;
}

.single-directory-square-media-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f5efdb;
}

.business-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.business-profile-media,
.business-profile-copy {
  min-width: 0;
}

.business-media-slider {
  display: grid;
  gap: 12px;
}

.business-media-stage {
  position: relative;
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden;
  background: #f5efdb;
}

.business-media-fallback {
  min-height: 340px;
  aspect-ratio: auto;
  border-radius: 24px;
}

.business-media-slide {
  display: none;
  height: 100%;
}

.business-media-slide.is-active {
  display: block;
}

.business-media-asset {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  background: #f5efdb;
}

.business-media-controls {
  display: flex;
  gap: 10px;
}

.business-media-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 10px;
}

.business-media-thumb {
  display: block;
  min-height: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  color: inherit;
}

.business-media-thumb:hover {
  transform: none;
  box-shadow: none;
  color: inherit;
}

.business-media-thumb.is-active {
  border-color: var(--gdp-primary-dark);
}

.business-media-thumb-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: #fffdf7;
}

.business-category-ticker {
  overflow: hidden;
  margin-top: 18px;
}

.business-category-track {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 100%;
}

.business-category-ticker.is-animated .business-category-track {
  width: max-content;
  animation: gdp-marquee 24s linear infinite;
}

.business-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--gdp-border);
  border-radius: 999px;
  background: #fffdf6;
  color: var(--gdp-text);
  font-weight: 700;
  white-space: nowrap;
}

.business-category-pill:hover {
  color: var(--gdp-link);
}

.business-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 212, 77, 0.28);
  color: #5b4a0a;
  font-size: 0.82rem;
  font-weight: 900;
}

.business-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.business-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.business-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--gdp-border);
  border-radius: 16px;
  background: var(--gdp-surface-soft);
  color: var(--gdp-text);
  font-weight: 700;
}

.business-social-link:hover {
  color: var(--gdp-link);
}

.business-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1d2327;
  color: #ffd44d;
  font-size: 0.8rem;
  font-weight: 900;
}

.business-map-card {
  margin-top: 18px;
}

.business-video-card {
  margin-top: 18px;
}

.business-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.business-video-embed {
  overflow: hidden;
  border: 1px solid var(--gdp-border);
  border-radius: 22px;
  background: #111111;
}

.business-video-embed iframe,
.business-video-embed video,
.business-video-frame {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.business-video-embed .wp-block-embed__wrapper,
.business-video-embed .tiktok-embed {
  margin: 0;
}

.business-video-embed blockquote,
.business-video-embed .instagram-media,
.business-video-embed .tiktok-embed {
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

.business-map-embed {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--gdp-border);
}

.business-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.rfq-card .notice-card,
.claim-business-card .notice-card {
  margin-bottom: 14px;
}

.gde-rfq-form {
  display: grid;
  gap: 12px;
}

.gde-rfq-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.gdp-aeo-global-band {
  padding: 14px 0 0;
}

.gdp-aeo-slot {
  --gdp-aeo-duration: 5000ms;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(160, 193, 227, 0.8);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(235, 245, 255, 0.76) 100%);
  box-shadow: 0 18px 34px rgba(20, 55, 95, 0.08);
  backdrop-filter: blur(16px);
}

.gdp-aeo-slot-head {
  display: grid;
  gap: 6px;
}

.gdp-aeo-slot-kicker,
.gdp-aeo-item-meta {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

.gdp-aeo-slot-kicker {
  color: #1f4f86;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gdp-aeo-slot-head p {
  margin: 0;
  color: #5d6d84;
  font-size: 0.92rem;
}

.gdp-aeo-progress-bar {
  position: relative;
  overflow: hidden;
  height: 4px;
  border-radius: 999px;
  background: rgba(28, 95, 212, 0.12);
}

.gdp-aeo-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #2b6ad1 0%, #ffd44d 100%);
}

.gdp-aeo-slot.is-progress-running .gdp-aeo-progress-fill {
  animation: gdp-aeo-progress var(--gdp-aeo-duration) linear forwards;
}

.gdp-aeo-slot.is-paused .gdp-aeo-progress-fill {
  animation-play-state: paused;
}

.gdp-aeo-slot-stage {
  position: relative;
  min-height: 110px;
}

.gdp-aeo-slot-floating .gdp-aeo-slot-stage {
  min-height: 0;
}

.gdp-aeo-item {
  display: grid;
  gap: 14px;
  width: 100%;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.gdp-aeo-item.is-entering {
  opacity: 0;
  transform: translateX(26px);
}

.gdp-aeo-item.is-live {
  opacity: 1;
  transform: translateX(0);
}

.gdp-aeo-item.is-leaving {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(-26px);
}

.gdp-aeo-item-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.gdp-aeo-item-media {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.gdp-aeo-item-media img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.gdp-aeo-item-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #355984;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.gdp-aeo-item-kind,
.gdp-aeo-item-tag,
.gdp-aeo-item-match {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(145, 180, 219, 0.78);
  background: rgba(255, 255, 255, 0.82);
}

.gdp-aeo-item-match {
  border-color: rgba(255, 212, 77, 0.66);
  color: #775500;
  background: rgba(255, 248, 216, 0.95);
}

.gdp-aeo-item-title {
  margin: 0;
  color: #112f53;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.gdp-aeo-item-summary {
  margin: 0;
  color: #56687f;
  font-size: 0.95rem;
  line-height: 1.55;
}

.gdp-aeo-item-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gdp-aeo-item-actions .button,
.gdp-aeo-item-actions .button.secondary {
  min-height: 46px;
  border-radius: 14px;
}

.gdp-aeo-slot-ticker {
  gap: 12px;
}

.gdp-aeo-slot-ticker .gdp-aeo-slot-head {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px 14px;
}

.gdp-aeo-slot-ticker .gdp-aeo-slot-head p {
  font-size: 0.84rem;
}

.gdp-aeo-slot-ticker .gdp-aeo-slot-stage {
  min-height: 0;
}

.gdp-aeo-slot-ticker .gdp-aeo-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 20px;
}

.gdp-aeo-slot-ticker .gdp-aeo-item-title {
  font-size: 1.02rem;
}

.gdp-aeo-slot-ticker .gdp-aeo-item-summary {
  font-size: 0.88rem;
}

.gdp-aeo-slot-card .gdp-aeo-item {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  align-items: stretch;
}

.gdp-aeo-slot-card .gdp-aeo-item.is-no-media {
  grid-template-columns: 1fr;
}

.gdp-aeo-slot-card .gdp-aeo-item-actions {
  margin-top: 2px;
}

.gdp-aeo-slot-toast {
  width: min(360px, calc(100vw - 24px));
  padding: 16px 16px 14px;
  border-radius: 22px;
}

.gdp-aeo-slot-toast .gdp-aeo-slot-head {
  display: none;
}

.gdp-aeo-slot-toast .gdp-aeo-item-title {
  font-size: 1rem;
}

.gdp-aeo-slot-toast .gdp-aeo-item-summary {
  font-size: 0.88rem;
}

.gdp-aeo-slot-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 140;
}

.hero-smart-cta {
  margin-top: 18px;
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 28px rgba(17, 17, 17, 0.08);
}

.hero-smart-cta-kicker {
  color: #665a30;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-smart-cta-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-smart-cta-body p {
  margin: 0;
  color: #4f493d;
  font-size: 0.96rem;
}

.section-aeo-home {
  padding-top: 6px;
}

.gdp-aeo-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 20px;
}

.gdp-aeo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 21, 34, 0.68);
  backdrop-filter: blur(8px);
}

.gdp-aeo-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(166, 195, 225, 0.82);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 245, 255, 0.94) 100%);
  box-shadow: 0 28px 58px rgba(12, 28, 52, 0.26);
}

.gdp-aeo-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #173457;
  box-shadow: 0 12px 22px rgba(20, 55, 95, 0.12);
}

.gdp-aeo-modal-close:hover {
  color: #173457;
}

.gdp-aeo-modal-media {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.gdp-aeo-modal-media img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.gdp-aeo-modal-copy {
  display: grid;
  gap: 14px;
}

.gdp-aeo-modal-copy h2 {
  margin: 0;
  color: #102f53;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.gdp-aeo-modal-summary {
  margin: 0;
  color: #5a6c83;
}

.gdp-aeo-modal-copy .entry-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gdp-aeo-modal-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@keyframes gdp-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes gdp-aeo-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1360px) {
  .header-main-top {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header-search {
    grid-column: 1 / -1;
  }

  .header-actions {
    justify-self: end;
    justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .gdp-search-shell,
  .gdp-search-form-hero .gdp-search-shell,
  .archive-filter form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gdp-search-submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  .header-topbar-inner {
    align-items: flex-start;
    gap: 10px 14px;
  }

  .header-tagline {
    flex-basis: 100%;
    max-width: none;
  }

  .header-utility-links {
    width: 100%;
    justify-content: flex-start;
  }

  .card-grid,
  .feature-strip,
  .footer-grid,
  .dashboard-stats,
  .gde-dashboard-grid,
  .gde-dashboard-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-layout,
  .single-layout,
  .footer-top,
  .location-panels,
  .gde-dashboard-main,
  .gde-editor-shell {
    grid-template-columns: 1fr;
  }

  .gde-editor-sidebar {
    position: static;
  }

  .business-profile-hero {
    grid-template-columns: 1fr;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .quick-categories-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gdp-aeo-slot-card .gdp-aeo-item,
  .gdp-aeo-slot-ticker .gdp-aeo-item {
    grid-template-columns: 1fr;
  }

  .gdp-aeo-slot-floating {
    right: 16px;
    left: 16px;
    width: auto;
  }
}

@media (max-width: 860px) {
  .header-topbar {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .desktop-only {
    display: none;
  }

  .header-actions {
    display: flex;
    width: auto;
    justify-self: end;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-actions .header-link,
  .header-actions .button-small {
    display: none;
  }

  .header-actions .menu-toggle {
    width: 52px;
    min-width: 52px;
    justify-content: center;
  }

  .header-main {
    gap: 8px;
    padding: 12px 0 10px;
  }

  .header-main-top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .header-search {
    display: none;
  }

  .header-main-bottom {
    display: block;
  }

  .header-mobile-quickbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .mobile-quick-link,
  .mobile-quick-link-button {
    flex-direction: column;
    gap: 6px;
    min-height: 64px;
    padding: 10px 8px;
    border-radius: 18px;
  }

  .mobile-quick-link-label {
    font-size: 0.72rem;
    text-align: center;
  }

  .site-nav-shell {
    display: none;
    border-top: 0;
    background: linear-gradient(180deg, #fffdf6 0%, #fff8df 100%);
  }

  .site-nav-shell.is-open {
    display: block;
    padding: 0 0 14px;
  }

  .mobile-nav-search {
    display: grid;
    margin-bottom: 12px;
  }

  .mobile-nav-search .gdp-search-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-nav-search .gdp-search-field {
    min-height: 56px;
    padding-inline: 16px;
  }

  .mobile-nav-search .gdp-search-submit {
    width: 100%;
  }

  .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0;
  }

  .primary-nav a {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    border: 1px solid var(--gdp-border);
    background: #fffef7;
  }

  .quick-categories-track {
    grid-auto-flow: column;
    grid-auto-columns: minmax(98px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .quick-category-link {
    scroll-snap-align: start;
    min-width: 180px;
    min-height: auto;
    padding: 16px 14px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar.gdp-app-screen-page .site-main,
  .admin-bar .gdp-app-screen {
    min-height: calc(100vh - 46px);
  }

  .admin-bar .gdp-workspace-app-screen .gdp-app-screen-bar,
  .admin-bar .gdp-app-screen-editor .gdp-app-screen-bar {
    top: 46px;
  }
}

@media (min-width: 861px) {
  .site-nav-shell {
    display: block !important;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 24px), var(--gdp-container));
  }

  .header-topbar .container,
  .site-header > .container,
  .site-nav-shell > .container,
  .site-footer > .container {
    width: min(calc(100% - 24px), var(--gdp-shell-container));
  }

  .site-branding,
  .header-search {
    width: 100%;
  }

  .brand-badge {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 1.38rem;
  }

  .brand-copy strong {
    font-size: 1.1rem;
  }

  .brand-copy span {
    display: none;
  }

  .header-main-top {
    gap: 10px;
  }

  .header-actions {
    width: auto;
    gap: 8px;
    order: 2;
  }

  .header-mobile-quickbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-quick-link,
  .mobile-quick-link-button {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .mobile-quick-link-label {
    font-size: 0.78rem;
    text-align: left;
  }

  .button-small {
    min-height: 44px;
    padding-inline: 14px;
  }

  .site-main {
    width: 100%;
  }

  .gdp-search-shell,
  .gdp-search-form-hero .gdp-search-shell,
  .archive-filter form,
  .card-grid,
  .feature-strip,
  .dashboard-stats,
  .footer-grid,
  .gde-auth-grid,
  .gde-dashboard-grid,
  .gde-dashboard-admin-grid,
  .gde-dashboard-site-grid,
  .gde-dashboard-action-grid,
  .gde-form-grid,
  .archive-network-panels,
  .single-network-grid,
  .business-info-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    border-radius: 28px;
    padding: 26px 20px;
  }

  .hero-panel::before,
  .hero-panel::after {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .hero-chip {
    width: 100%;
    justify-content: space-between;
  }

  .listing-card {
    grid-template-columns: 1fr;
  }

  .listing-card-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .listing-card-detail {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .single-hero-card,
  .gde-dashboard-item,
  .gde-dashboard-panel-head {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .gde-editor-nav,
  .gde-editor-toolbar .gde-dashboard-actions {
    justify-content: flex-start;
  }

  .listing-card-media,
  .thumbnail-fallback {
    min-height: 0;
  }

  .business-media-stage,
  .business-media-asset,
  .business-media-fallback {
    min-height: 240px;
    height: 240px;
  }

  .gdp-search-form-sidebar .gdp-search-field {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .gdp-search-suggestions {
    position: static;
    margin-top: 12px;
    padding: 14px;
    box-shadow: none;
  }

  .archive-filter-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .listing-card-footer-copy,
  .listing-card-footer-actions,
  .listing-card-actions,
  .listing-card-links {
    width: 100%;
  }

  .listing-card-footer-actions {
    justify-items: stretch;
  }

  .listing-card-actions,
  .listing-card-links {
    justify-content: flex-start;
  }

  .listing-card-actions .button {
    width: 100%;
    justify-content: center;
  }

  .listing-card-links .text-link {
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--gdp-border);
    border-radius: 999px;
    background: #fffef6;
  }

  .profile-sidebar-card,
  .archive-filter,
  .card,
  .section-panel,
  .taxonomy-card,
  .notice-card,
  .entry-content,
  .entry-summary {
    padding: 18px;
  }

  .widget-link-row,
  .compact-link-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .business-media-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-video-grid {
    grid-template-columns: 1fr;
  }

  .business-category-ticker {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .business-category-ticker.is-animated .business-category-track {
    animation: none;
  }

  .page-template-page-login-php .directory-sidebar,
  .page-template-page-dashboard-php .directory-sidebar,
  .page-template-page-add-business-php .directory-sidebar {
    display: none;
  }

  .widget-link-count {
    align-self: flex-start;
  }

  .section {
    padding: 20px 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom,
  .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-header-rich {
    max-width: none;
  }

  .archive-toolbar {
    gap: 14px;
  }

  .footer-brand-lockup {
    flex-direction: column;
  }

  .gde-auth-switcher {
    grid-template-columns: 1fr;
  }

  .footer-actions {
    width: 100%;
  }

  .footer-actions .button,
  .footer-cta-chip {
    width: 100%;
    justify-content: center;
  }

  .footer-top,
  .footer-bottom {
    padding-inline: 18px;
  }

  .footer-widget {
    padding: 16px 0 0;
  }

  .footer-widget-wide {
    grid-column: auto;
  }

  .footer-nav li + li::before {
    display: none;
  }

  .listing-card-website {
    width: 100%;
    justify-content: flex-start;
  }

  .single-hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .business-feedback-actions {
    grid-template-columns: 1fr;
  }

  .gdp-aeo-slot,
  .hero-smart-cta,
  .gdp-aeo-modal-dialog {
    padding: 18px;
    border-radius: 22px;
  }

  .gdp-aeo-slot-floating {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .gdp-aeo-slot-toast {
    width: auto;
  }

  .hero-smart-cta-body,
  .gdp-aeo-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gdp-app-screen-inline-nav {
    gap: 8px;
  }

  .gdp-app-screen-chip {
    width: 100%;
    justify-content: center;
  }

  .hero-smart-cta-body .button,
  .gdp-aeo-item-actions .button,
  .gdp-aeo-item-actions a.button,
  .gdp-aeo-modal-actions .button,
  .gdp-aeo-modal-actions a.button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .mobile-quick-link,
  .mobile-quick-link-button {
    min-height: 62px;
  }

  .gdp-search-shell > * {
    min-width: 0;
  }

  .site-footer {
    margin-top: 32px;
    padding-top: 32px;
  }
}

.gdp-workspace-app-screen .site-header,
.gdp-workspace-app-screen .site-footer,
.gdp-workspace-app-screen .gdp-aeo-global-band,
.gdp-workspace-app-screen .gdp-aeo-slot-floating {
  display: none;
}

.gdp-app-screen-page .site-content {
  overflow: visible;
}

.gdp-app-screen-page .site-main {
  min-height: 100vh;
  padding: 0;
}

.gdp-app-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background:
    radial-gradient(circle at top left, rgba(28, 95, 212, 0.12), transparent 28%),
    linear-gradient(180deg, #f9fcff 0%, #eef5fb 100%);
}

.admin-bar.gdp-app-screen-page .site-main,
.admin-bar .gdp-app-screen {
  min-height: calc(100vh - 32px);
}

.gdp-app-screen-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 18px;
  padding: 18px 22px;
  border: 1px solid rgba(166, 197, 228, 0.84);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 246, 255, 0.94) 100%);
  box-shadow: 0 20px 36px rgba(18, 43, 76, 0.08);
}

.gdp-app-screen-bar-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.gdp-app-screen-kicker,
.gdp-app-page-nav-title {
  color: #1f4f86;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gdp-app-screen-title {
  margin: 0;
  color: #112f53;
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.gdp-app-screen-bar p {
  margin: 0;
  max-width: 820px;
  color: #5c6d84;
}

.gdp-app-screen-inline-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.gdp-app-screen-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(28, 95, 212, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1a4f88;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(20, 55, 95, 0.05);
}

.gdp-app-screen-chip:hover {
  color: #123d69;
  border-color: rgba(28, 95, 212, 0.38);
  transform: translateY(-1px);
}

.gdp-app-screen-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.gdp-app-screen-bar-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.gdp-app-screen-toggle {
  display: none;
  min-height: 46px;
  padding-inline: 16px;
  white-space: nowrap;
}

.gdp-app-screen-toggle-icon {
  display: inline-grid;
  gap: 3px;
  flex: 0 0 auto;
}

.gdp-app-screen-toggle-icon span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.gdp-app-screen-mobile-panel {
  display: none;
}

.gdp-app-screen-mobile-panel[hidden] {
  display: none !important;
}

.gdp-app-screen-mobile-panel-section {
  display: grid;
  gap: 10px;
}

.gdp-app-screen-mobile-panel-title {
  color: #1f4f86;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gdp-app-screen-mobile-nav,
.gdp-app-screen-mobile-actions {
  display: grid;
  gap: 10px;
}

.gdp-app-screen-mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgba(160, 194, 227, 0.88);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  color: #14375f;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(20, 55, 95, 0.05);
}

.gdp-app-screen-mobile-link:hover {
  color: #14375f;
  border-color: rgba(28, 95, 212, 0.52);
}

.gdp-app-screen-mobile-actions .button,
.gdp-app-screen-mobile-actions .button.secondary {
  width: 100%;
  justify-content: center;
}

.gdp-app-screen-body {
  flex: 1 1 auto;
  min-height: 0;
}

.gdp-app-screen-body-split {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
  min-height: 0;
}

.gdp-app-page-sidebar,
.gdp-app-page-stage,
.gdp-app-workspace-stage {
  min-height: 0;
}

.gdp-app-page-sidebar {
  display: grid;
  gap: 16px;
  align-content: start;
  overflow: auto;
  padding-right: 4px;
}

.gdp-app-page-sidebar-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(163, 195, 228, 0.84);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 18px 32px rgba(20, 55, 95, 0.08);
}

.gdp-app-page-sidebar-card h2 {
  margin: 0;
  color: #13365e;
  font-size: 1.32rem;
  line-height: 1.1;
}

.gdp-app-page-sidebar-card p {
  margin: 0;
  color: #5d6f86;
}

.gdp-app-page-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid rgba(160, 194, 227, 0.88);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  color: #14375f;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(20, 55, 95, 0.05);
}

.gdp-app-page-link:hover {
  color: #14375f;
  border-color: rgba(28, 95, 212, 0.52);
}

.gdp-app-page-link.is-active {
  border-color: rgba(28, 95, 212, 0.54);
  background: linear-gradient(180deg, #2f6cb7 0%, #1f5aa1 100%);
  color: #ffffff;
}

.gdp-app-page-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.gdp-app-page-checklist li {
  padding: 12px 14px;
  border: 1px solid rgba(170, 199, 227, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: #4f637d;
}

.gdp-app-page-stage,
.gdp-app-workspace-stage {
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(161, 194, 227, 0.84);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.96) 100%);
  box-shadow: 0 22px 42px rgba(18, 43, 76, 0.08);
}

.gdp-app-page-stage-form {
  align-content: start;
}

.gdp-auth-app-screen .gde-login-shell {
  display: grid;
  gap: 16px;
  align-content: start;
}

.gdp-auth-app-screen .gde-auth-switcher {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 8px;
  border: 1px solid rgba(166, 197, 228, 0.84);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 245, 255, 0.94) 100%);
  box-shadow: 0 16px 28px rgba(20, 55, 95, 0.08);
}

.gdp-auth-app-screen .gde-auth-grid {
  width: 100%;
  max-width: none;
}

.gdp-auth-app-screen .gde-login-card {
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(20, 55, 95, 0.08);
}

.gdp-auth-app-screen .gde-login-copy h1,
.gdp-auth-app-screen .gde-login-copy h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.gdp-auth-app-screen .gde-login-form:not(.gde-register-form) {
  max-width: 560px;
}

.gdp-auth-app-screen .gde-register-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.gdp-auth-app-screen .gde-register-form > .gde-account-type-grid,
.gdp-auth-app-screen .gde-register-form > button {
  grid-column: 1 / -1;
}

.gdp-app-screen-auth {
  gap: 12px;
  padding: 12px;
  overflow: hidden;
}

.gdp-app-screen-auth .gdp-app-screen-bar {
  padding: 14px 18px;
  border-radius: 24px;
}

.gdp-app-screen-auth .gdp-app-screen-title {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.gdp-app-screen-auth .gdp-app-screen-bar p {
  max-width: 760px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.gdp-app-screen-auth .gdp-app-screen-actions {
  gap: 8px;
}

.gdp-app-screen-auth .gdp-app-screen-actions .button,
.gdp-app-screen-auth .gdp-app-screen-actions .button.secondary {
  min-height: 44px;
  padding: 10px 14px;
}

.gdp-app-screen-auth .gdp-app-screen-body-split {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 12px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.gdp-app-screen-auth .gdp-app-page-sidebar,
.gdp-app-screen-auth .gdp-app-page-stage {
  height: 100%;
}

.gdp-app-screen-auth .gdp-app-page-sidebar {
  gap: 12px;
  overflow: auto;
  padding-right: 0;
}

.gdp-app-screen-auth .gdp-app-page-sidebar-card {
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
}

.gdp-app-screen-auth .gdp-app-page-sidebar-card h2 {
  font-size: 1.08rem;
  line-height: 1.15;
}

.gdp-app-screen-auth .gdp-app-page-sidebar-card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.gdp-app-screen-auth .gdp-app-page-nav-title {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.gdp-app-screen-auth .gdp-app-page-link {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  box-shadow: none;
  font-size: 0.9rem;
}

.gdp-app-screen-auth .gdp-app-page-checklist {
  gap: 8px;
}

.gdp-app-screen-auth .gdp-app-page-checklist li {
  padding: 10px 12px;
  font-size: 0.84rem;
  line-height: 1.4;
}

.gdp-app-screen-auth .gdp-app-page-stage {
  overflow: auto;
  padding: 14px;
  border-radius: 26px;
}

.gdp-app-screen-auth .gde-login-shell {
  gap: 12px;
  min-height: 100%;
  align-content: start;
}

.gdp-app-screen-auth .gde-auth-switcher {
  position: static;
  margin-bottom: 0;
  padding: 6px;
  gap: 8px;
  border-radius: 18px;
}

.gdp-app-screen-auth .gde-auth-switcher-link {
  min-height: 42px;
  font-size: 0.88rem;
}

.gdp-app-screen-auth .gde-auth-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 12px;
  align-items: start;
}

.gdp-app-screen-auth .gde-auth-grid.is-single-card,
.gdp-app-screen-auth .gde-auth-grid.is-register-only {
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
}

.gdp-app-screen-auth .gde-login-card {
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(20, 55, 95, 0.08);
}

.gdp-app-screen-auth .gde-login-copy h1,
.gdp-app-screen-auth .gde-login-copy h2 {
  margin: 6px 0 4px;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
}

.gdp-app-screen-auth .gde-login-copy p {
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.45;
}

.gdp-app-screen-auth .gde-login-form {
  gap: 10px;
}

.gdp-app-screen-auth .gde-login-form label {
  gap: 6px;
  font-size: 0.92rem;
}

.gdp-app-screen-auth .gde-login-form input[type="text"],
.gdp-app-screen-auth .gde-login-form input[type="email"],
.gdp-app-screen-auth .gde-login-form input[type="password"] {
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 14px;
}

.gdp-app-screen-auth .gde-login-form .button,
.gdp-app-screen-auth .gde-login-form .button.secondary {
  min-height: 46px;
}

.gdp-app-screen-auth .gde-login-remember {
  gap: 8px;
  font-size: 0.9rem;
}

.gdp-app-screen-auth .gde-auth-helper-links {
  gap: 10px 14px;
}

.gdp-app-screen-auth .gde-auth-helper-links a {
  font-size: 0.88rem;
}

.gdp-app-screen-auth .notice-card {
  padding: 12px 14px;
  border-radius: 16px;
}

.gdp-app-screen-auth .gde-register-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.gdp-app-screen-auth .gde-register-form > .gde-account-type-grid,
.gdp-app-screen-auth .gde-register-form > button {
  grid-column: 1 / -1;
}

.gdp-app-screen-auth .gde-account-type-grid {
  gap: 8px;
}

.gdp-app-screen-auth .gde-account-type-card {
  padding: 12px;
  border-radius: 16px;
}

.gdp-app-screen-auth .gde-account-type-copy span {
  font-size: 0.84rem;
  line-height: 1.35;
}

.gdp-auth-quick-grid {
  display: grid;
  gap: 10px;
}

.gdp-auth-quick-link {
  display: grid;
  gap: 4px;
  padding: 12px 13px;
  border: 1px solid rgba(160, 194, 227, 0.88);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #14375f;
  box-shadow: 0 10px 20px rgba(20, 55, 95, 0.05);
}

.gdp-auth-quick-link strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.gdp-auth-quick-link span {
  color: #5d6f86;
  font-size: 0.82rem;
  line-height: 1.35;
}

.gdp-auth-quick-link:hover {
  color: #14375f;
  border-color: rgba(28, 95, 212, 0.48);
  transform: translateY(-1px);
}

@media (min-width: 1280px) {
  .gdp-app-screen-auth .gde-register-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gdp-workspace-app-screen .gde-dashboard-workspace-flow {
  min-height: 0;
  height: auto;
  overflow: visible;
  padding-right: 0;
  align-content: start;
}

.gdp-workspace-app-screen .gdp-app-screen {
  min-height: 100vh;
  height: auto;
  overflow: visible;
}

.gdp-workspace-app-screen .gdp-app-workspace-stage {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gdp-workspace-app-screen .gde-dashboard-shell {
  min-height: 0;
  display: grid;
  gap: 18px;
}

.gdp-workspace-app-screen .gde-dashboard-shell > .gde-workspace-shell,
.gdp-workspace-app-screen .gde-workspace-shell-editor {
  flex: 1 1 auto;
  min-height: 0;
}

.gdp-workspace-app-screen .gde-workspace-shell,
.gdp-workspace-app-screen .gde-editor-shell {
  min-height: 0;
  align-items: start;
}

.gdp-workspace-app-screen .gde-workspace-sidebar,
.gdp-workspace-app-screen .gde-editor-sidebar {
  top: 0;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.gdp-workspace-app-screen .gde-workspace-main,
.gdp-workspace-app-screen .gde-editor-main {
  min-height: 0;
  overflow: visible;
  padding-right: 0;
}

.gdp-workspace-app-screen .gde-dashboard-panel,
.gdp-workspace-app-screen .gde-dashboard-card,
.gdp-workspace-app-screen .gde-dashboard-site-card,
.gdp-workspace-app-screen .gde-dashboard-item,
.gdp-workspace-app-screen .gde-dashboard-action-tile,
.gdp-workspace-app-screen .gde-workspace-nav-group {
  box-shadow: 0 18px 32px rgba(20, 55, 95, 0.08);
}

.gdp-workspace-app-screen .gde-form-shell {
  min-height: 100%;
  align-content: start;
}

.gdp-workspace-app-screen .gde-form-shell .gde-dashboard-panel {
  border-radius: 26px;
}

.gdp-workspace-app-screen .gdp-app-screen-bar {
  gap: 14px 16px;
}

.gdp-workspace-app-screen .gdp-app-screen-title {
  font-size: clamp(1.4rem, 2.2vw, 2.1rem);
}

.gdp-workspace-app-screen .gdp-app-screen-bar p {
  max-width: 760px;
}

.gdp-workspace-app-screen .gdp-app-screen-chip {
  min-height: 36px;
}

.gdp-workspace-app-screen .gdp-app-screen-actions .button,
.gdp-workspace-app-screen .gdp-app-screen-actions .button.secondary {
  min-height: 46px;
  padding-inline: 16px;
}

.gdp-app-screen-editor {
  gap: 0;
  padding: 0;
}

.gdp-app-screen-editor .gdp-app-screen-bar {
  position: sticky;
  top: 0;
  z-index: 12;
  margin: 0;
  border-radius: 0 0 28px 28px;
}

.admin-bar .gdp-app-screen-editor .gdp-app-screen-bar {
  top: 32px;
}

.gdp-app-screen-editor .gdp-app-screen-body-editor {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
}

.gdp-app-screen-editor .gdp-app-workspace-stage-editor {
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gdp-app-screen-editor .gde-editor-shell {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
}

.gdp-app-screen-editor .gde-editor-sidebar {
  display: none;
}

.gdp-app-screen-editor .gde-editor-main {
  min-height: 0;
  overflow: auto;
  width: 100%;
  padding: 18px;
  align-content: start;
}

.gdp-app-screen-editor .gde-editor-main > * {
  min-width: 0;
}

.gdp-app-screen-editor .gde-editor-toolbar {
  position: sticky;
  top: 0;
  z-index: 2;
}

.gdp-app-screen-editor .gde-editor-section {
  gap: 14px;
}

.gdp-app-screen-editor .gde-editor-main > .gde-dashboard-panel:first-child {
  margin-top: 0;
}

.gdp-app-screen-editor .gde-dashboard-panel,
.gdp-app-screen-editor .gde-dashboard-card,
.gdp-app-screen-editor .gde-dashboard-site-card,
.gdp-app-screen-editor .gde-dashboard-item,
.gdp-app-screen-editor .gde-dashboard-action-tile,
.gdp-app-screen-editor .gde-workspace-nav-group {
  border-radius: 24px;
}

.gdp-dashboard-page-shell {
  position: relative;
  padding: 26px 0 34px;
}

.gdp-dashboard-page-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 280px;
  background:
    radial-gradient(circle at top left, rgba(28, 95, 212, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 244, 0.98) 0%, rgba(251, 246, 230, 0.42) 100%);
  pointer-events: none;
}

.gdp-dashboard-page-head,
.gdp-dashboard-page-body {
  position: relative;
  width: min(calc(100% - 28px), 1440px);
}

.gdp-dashboard-page-head {
  margin-bottom: 18px;
}

.gdp-dashboard-page-head .page-header {
  padding: 28px 30px;
  border: 1px solid rgba(181, 204, 233, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.9) 100%);
  box-shadow: 0 24px 48px rgba(19, 42, 77, 0.08);
}

.gde-dashboard-workspace-flow {
  display: grid;
  gap: 24px;
}

.gde-workspace-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  min-height: 100%;
}

.gde-workspace-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 0;
  align-content: start;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
  padding-right: 4px;
}

.gde-workspace-sidebar-card {
  border-color: rgba(143, 183, 225, 0.82);
  background:
    linear-gradient(180deg, rgba(239, 247, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.gde-workspace-sidebar-card h2 {
  margin: 12px 0 8px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.gde-workspace-sidebar-card p {
  margin: 0;
  color: #5d6d84;
}

.gde-workspace-nav {
  display: grid;
  gap: 14px;
}

.gde-workspace-nav-group {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(172, 198, 229, 0.85);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(232, 243, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 18px 34px rgba(32, 62, 107, 0.08);
}

.gde-workspace-nav-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #14375f;
}

.gde-workspace-nav-group-toggle:hover {
  transform: none;
  box-shadow: none;
}

.gde-workspace-nav-group-body {
  display: grid;
  gap: 10px;
}

.gde-workspace-nav-group.is-collapsed .gde-workspace-nav-group-body {
  display: none;
}

.gde-workspace-nav-group-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.gde-workspace-nav-group-icon::before,
.gde-workspace-nav-group-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.gde-workspace-nav-group-icon::after {
  transform: rotate(90deg);
}

.gde-workspace-nav-group.is-open .gde-workspace-nav-group-icon::after {
  opacity: 0;
  transform: rotate(90deg) scaleX(0.2);
}

.gde-workspace-nav-title {
  color: #214f88;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gde-workspace-nav-link,
.gde-editor-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(161, 194, 228, 0.88);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  color: #14375f;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(20, 55, 95, 0.06);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.gde-workspace-nav-link:hover,
.gde-editor-nav-link:hover {
  color: #14375f;
  border-color: rgba(28, 95, 212, 0.48);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(20, 55, 95, 0.1);
}

.gde-workspace-nav-link.is-active,
.gde-editor-nav-link.is-active,
.gde-workspace-nav-link[aria-current="page"],
.gde-editor-nav-link[aria-current="page"] {
  border-color: rgba(28, 95, 212, 0.54);
  background: linear-gradient(180deg, #2f6cb7 0%, #1f5aa1 100%);
  color: #ffffff;
}

.gde-workspace-mini-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 10px;
}

.gde-workspace-mini-stat {
  display: grid;
  gap: 4px;
  padding: 14px 12px;
  border: 1px solid rgba(166, 197, 228, 0.88);
  border-radius: 18px;
  background: #ffffff;
}

.gde-workspace-mini-stat strong {
  color: #14375f;
  font-size: 1.5rem;
  line-height: 1;
}

.gde-workspace-mini-stat span {
  color: #58708d;
  font-size: 0.82rem;
  font-weight: 700;
}

.gde-workspace-main {
  display: grid;
  gap: 20px;
  min-height: 0;
  overflow: visible;
  padding-right: 0;
}

.gde-workspace-panel {
  display: none;
  gap: 18px;
  align-content: start;
  scroll-margin-top: 120px;
}

.gde-workspace-panel.is-active {
  display: grid;
}

.gde-workspace-main [id],
.gde-editor-main [id] {
  scroll-margin-top: 120px;
}

.gde-workspace-main[data-gde-workspace-stage] > .gde-dashboard-main {
  display: none;
}

.gde-workspace-main[data-gde-workspace-stage].is-detail-active > .gde-dashboard-main {
  display: grid;
}

.gde-workspace-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 20px;
  padding: 28px 30px;
  border-color: rgba(144, 181, 220, 0.88);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 245, 255, 0.98) 100%);
}

.gde-workspace-hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.gde-workspace-hero p {
  max-width: 760px;
  margin: 0;
  color: #5f6f86;
  font-size: 1rem;
}

.gde-workspace-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.gde-workspace-content {
  align-items: start;
}

.gde-workspace-section {
  display: grid;
  gap: 16px;
}

.gde-dashboard-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.gde-dashboard-card,
.gde-dashboard-panel {
  border-radius: 26px;
}

.gde-dashboard-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 77, 0.16), transparent 26%),
    #ffffff;
}

.gde-dashboard-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(28, 95, 212, 0.22) 0%, rgba(255, 212, 77, 0.55) 100%);
}

.gde-dashboard-card p {
  max-width: 24ch;
}

.gde-dashboard-panel-workspace {
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 28%),
    linear-gradient(180deg, #fffef9 0%, #ffffff 100%);
}

.gde-dashboard-main {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 20px;
}

.gde-dashboard-sidebar {
  gap: 20px;
}

.gde-dashboard-sidebar .gde-dashboard-panel {
  border-radius: 24px;
}

.gde-dashboard-action-grid {
  gap: 14px;
}

.gde-dashboard-action-tile {
  min-height: 100%;
  padding: 20px;
  border-color: rgba(159, 192, 227, 0.9);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
}

.gde-dashboard-action-tile strong {
  font-size: 1.12rem;
}

.gde-dashboard-item,
.gde-dashboard-site-card,
.gde-dashboard-panel-compact {
  border-radius: 22px;
}

.gde-dashboard-item {
  border-color: rgba(175, 201, 229, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.92) 100%);
}

.gde-editor-toolbar {
  border-radius: 30px;
}

.gde-form-shell {
  gap: 20px;
}

.gde-form-shell .gde-dashboard-panel {
  border-color: rgba(146, 182, 221, 0.86);
  background:
    radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-template-page-dashboard-php .site-main,
.page-template-page-editor-php .site-main {
  width: 100%;
}

@media (max-width: 1100px) {
  .gdp-app-screen-body-split {
    grid-template-columns: 1fr;
  }

  .gdp-workspace-app-screen .gdp-app-screen {
    gap: 12px;
    padding: 12px;
  }

  .gdp-workspace-app-screen .gdp-app-screen-bar {
    position: sticky;
    top: 0;
    z-index: 18;
    padding: 16px 18px;
    border-radius: 24px;
  }

  .admin-bar .gdp-workspace-app-screen .gdp-app-screen-bar {
    top: 32px;
  }

  .gdp-workspace-app-screen .gdp-app-screen-inline-nav,
  .gdp-workspace-app-screen .gdp-app-screen-actions {
    display: none;
  }

  .gdp-workspace-app-screen .gdp-app-screen-bar-controls {
    align-items: stretch;
  }

  .gdp-workspace-app-screen .gdp-app-screen-toggle {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .gdp-workspace-app-screen .gdp-app-screen-mobile-panel:not([hidden]) {
    display: grid;
    gap: 14px;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid rgba(161, 194, 227, 0.78);
  }

  .gdp-app-screen-auth {
    overflow: visible;
  }

  .gdp-app-screen-auth .gdp-app-screen-body-split {
    overflow: visible;
  }

  .gdp-app-screen-auth .gdp-app-page-sidebar,
  .gdp-app-screen-auth .gdp-app-page-stage {
    height: auto;
  }

  .gdp-app-screen-auth .gde-auth-grid {
    grid-template-columns: 1fr;
  }

  .gdp-app-page-stage {
    order: 1;
  }

  .gdp-app-page-sidebar {
    order: 2;
    overflow: visible;
    padding-right: 0;
  }

  .gdp-app-workspace-stage,
  .gdp-workspace-app-screen .gde-dashboard-workspace-flow,
  .gdp-workspace-app-screen .gde-workspace-sidebar,
  .gdp-workspace-app-screen .gde-editor-sidebar,
  .gdp-workspace-app-screen .gde-workspace-main,
  .gdp-workspace-app-screen .gde-editor-main {
    overflow: visible;
    padding-right: 0;
  }

  .gde-workspace-shell,
  .gde-editor-shell {
    grid-template-columns: 1fr;
  }

  .gde-workspace-sidebar,
  .gde-editor-sidebar {
    position: static;
  }

  .gdp-workspace-app-screen .gde-workspace-main {
    order: 1;
  }

  .gdp-workspace-app-screen .gde-workspace-sidebar {
    order: 2;
  }

  .gdp-workspace-app-screen .gde-workspace-hero-actions {
    display: none;
  }

  .gde-dashboard-main {
    grid-template-columns: 1fr;
  }

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

  .gdp-app-screen-editor .gdp-app-screen-bar {
    position: static;
  }

  .gdp-app-screen-editor .gdp-app-screen-body-editor {
    padding: 0 12px 12px;
  }

  .gdp-app-screen-editor .gdp-app-workspace-stage-editor,
  .gdp-app-screen-editor .gde-editor-main {
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .gdp-app-screen {
    gap: 12px;
    padding: 12px;
  }

  .gdp-app-screen-auth .gdp-app-screen-bar,
  .gdp-app-screen-auth .gdp-app-page-sidebar-card,
  .gdp-app-screen-auth .gdp-app-page-stage,
  .gdp-app-screen-auth .gde-login-card {
    padding: 16px;
    border-radius: 20px;
  }

  .gdp-app-screen-auth .gde-auth-switcher {
    grid-template-columns: 1fr;
  }

  .gdp-app-screen-auth .gde-register-form {
    grid-template-columns: 1fr;
  }

  .gdp-app-screen-bar,
  .gdp-app-page-sidebar-card,
  .gdp-app-page-stage,
  .gdp-app-workspace-stage {
    padding: 18px;
    border-radius: 22px;
  }

  .gdp-app-screen-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .gdp-app-screen-actions {
    justify-content: flex-start;
  }

  .gdp-app-screen-actions .button,
  .gdp-app-screen-actions .button.secondary {
    width: 100%;
  }

  .gdp-auth-app-screen .gde-auth-switcher {
    position: static;
  }

  .gdp-auth-app-screen .gde-register-form {
    grid-template-columns: 1fr;
  }

  .gdp-dashboard-page-shell {
    padding: 18px 0 24px;
  }

  .gdp-dashboard-page-head,
  .gdp-dashboard-page-body {
    width: min(calc(100% - 20px), 1440px);
  }

  .gdp-dashboard-page-head .page-header,
  .gde-workspace-hero,
  .gde-dashboard-card,
  .gde-dashboard-panel,
  .gde-workspace-nav-group {
    padding: 20px;
    border-radius: 22px;
  }

  .gde-workspace-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .gde-workspace-hero-actions {
    justify-content: flex-start;
  }

  .gde-dashboard-grid,
  .gde-workspace-mini-stats {
    grid-template-columns: 1fr;
  }

  .gde-workspace-nav-link,
  .gde-editor-nav-link {
    min-height: 46px;
  }

  .gdp-app-screen-editor .gdp-app-screen-bar,
  .gdp-app-screen-editor .gdp-app-screen-body-editor {
    margin: 0;
    padding: 12px;
  }

  .gdp-app-screen-editor .gdp-app-screen-bar {
    padding-bottom: 0;
  }

  .gdp-app-screen-editor .gdp-app-workspace-stage-editor {
    border-radius: 24px;
  }

  .gdp-app-screen-editor .gde-editor-main {
    padding: 12px;
  }

  .gdp-workspace-app-screen .gdp-app-screen-bar {
    padding: 14px;
    border-radius: 22px;
  }

  .gdp-workspace-app-screen .gdp-app-screen-title {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .gdp-workspace-app-screen .gdp-app-screen-bar p {
    font-size: 0.92rem;
    line-height: 1.5;
  }
}
/* Recruitment */
.gde-job-filter-shell {
    display: grid;
    gap: 1.25rem;
}

.gde-job-filter-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
    align-items: end;
}

.gde-job-filter-form input,
.gde-job-filter-form select,
.gde-recruitment-inline-form input,
.gde-recruitment-inline-form select,
.gde-recruitment-inline-form textarea {
    width: 100%;
}

.gde-job-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gde-job-save-form {
    margin: 0;
}

.gde-recruitment-panel {
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.gde-recruitment-summary-grid {
    margin-top: 1rem;
}

.gde-recruitment-stage-grid {
    margin-top: 0.5rem;
}

.gde-recruitment-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.gde-recruitment-choice-group {
    display: grid;
    gap: 0.5rem;
}

.gde-recruitment-choice {
    display: flex;
    gap: 0.55rem;
    align-items: center;
}

.gde-recruitment-list {
    display: grid;
    gap: 0.9rem;
}

.gde-recruitment-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.gde-recruitment-item strong,
.gde-recruitment-item span {
    display: block;
}

.gde-recruitment-item-meta {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gde-recruitment-application-list {
    display: grid;
    gap: 1rem;
}

.gde-recruitment-application-card {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    overflow: hidden;
}

.gde-recruitment-application-card summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.1rem;
}

.gde-recruitment-application-card summary::-webkit-details-marker {
    display: none;
}

.gde-recruitment-application-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.gde-recruitment-application-head strong,
.gde-recruitment-application-head span {
    display: block;
}

.gde-recruitment-application-meta {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gde-recruitment-application-body {
    padding: 0 1.1rem 1.1rem;
}

.gde-recruitment-application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.gde-recruitment-application-column h4 {
    margin: 0 0 0.75rem;
}

.gde-recruitment-inline-form {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.95rem;
    border-radius: 16px;
    background: rgba(248, 246, 239, 0.78);
}

@media (max-width: 900px) {
    .gde-recruitment-item,
    .gde-recruitment-application-head {
        flex-direction: column;
        align-items: stretch;
    }

    .gde-recruitment-item-meta,
    .gde-recruitment-application-meta {
        justify-content: flex-start;
    }

    .gde-recruitment-application-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .gde-job-filter-form,
    .gde-recruitment-form-grid {
        grid-template-columns: 1fr;
    }

    .gde-job-filter-actions {
        flex-direction: column;
    }
}

.listing-card {
    grid-template-columns: minmax(156px, 176px) minmax(0, 1fr);
    gap: 20px;
    padding: 18px;
    border-radius: 24px;
}

.listing-card.is-verified-card {
    background:
        radial-gradient(circle at top right, rgba(47, 143, 78, 0.13), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fffdf6 100%);
    border-color: rgba(174, 211, 185, 0.95);
}

.listing-card-content {
    gap: 12px;
}

.listing-card-top {
    justify-content: space-between;
    gap: 10px 12px;
}

.listing-card-topline,
.listing-card-title-group {
    width: 100%;
}

.listing-card-title-group {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.listing-card-signals {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.listing-card-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(28, 95, 212, 0.08);
    color: #1f5aa1;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.listing-card-geo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid rgba(214, 222, 236, 0.94);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
    color: #14375f;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.listing-card-flag {
    font-size: 1.02rem;
    line-height: 1;
    flex: 0 0 auto;
}

.listing-card-geo-label {
    min-width: 0;
    overflow-wrap: anywhere;
}

.listing-card-title {
    font-size: 1.2rem;
}

.listing-card-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid rgba(47, 143, 78, 0.22);
    border-radius: 999px;
    background: rgba(47, 143, 78, 0.1);
    color: var(--gdp-success);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
}

.listing-card-verified-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--gdp-success);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
}

.listing-card .badge.success::before {
    content: "\2713";
    margin-right: 6px;
    font-size: 0.78rem;
    font-weight: 900;
}

.listing-card-price-badge {
    background: linear-gradient(180deg, #fff4af 0%, #ffe06b 100%);
    color: #4d3d09;
}

.listing-card-glance {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 10px;
}

.listing-card-glance-item {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(214, 222, 236, 0.94);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.listing-card-glance-label {
    color: var(--gdp-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.listing-card-glance-value {
    min-width: 0;
    color: var(--gdp-text);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

a.listing-card-glance-value {
    color: var(--gdp-link);
}

a.listing-card-glance-value:hover {
    color: var(--gdp-link-dark);
}

.listing-card-details {
    gap: 10px;
}

.listing-card-detail {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 10px 14px;
    padding: 11px 14px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.listing-card-detail-label {
    letter-spacing: 0.06em;
}

.listing-card-detail-value {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.listing-card-detail--contact .listing-card-detail-value,
.listing-card-detail--seller .listing-card-detail-value,
.listing-card-detail--company .listing-card-detail-value {
    white-space: normal;
}

.listing-card-footer {
    gap: 12px 16px;
    padding-top: 14px;
}

.listing-card-footer-actions {
    align-items: end;
    gap: 12px;
}

.listing-card-links {
    row-gap: 8px;
}

.listing-card-links .text-link {
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(28, 95, 212, 0.22);
    text-underline-offset: 0.16em;
}

.listing-card.is-product-card {
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
}

.listing-card.is-home-card {
    border-color: rgba(220, 214, 190, 0.98);
    box-shadow: 0 20px 36px rgba(20, 55, 95, 0.08);
}

.listing-card.is-home-card .listing-card-media {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}

.listing-card.is-home-card .listing-card-media-asset {
    object-fit: cover;
}

.listing-card.is-home-card .listing-card-title {
    font-size: 1.24rem;
}

.listing-card.is-home-card .listing-card-glance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-card.is-home-card .listing-card-excerpt {
    -webkit-line-clamp: 2;
}

.listing-card.is-home-card .listing-card-geo {
    background: linear-gradient(180deg, #fffef8 0%, #eef6ff 100%);
}

.listing-card.is-home-card .listing-card-details {
    gap: 8px;
}

.listing-card.is-home-card .listing-card-detail {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.card-grid-home-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.card-grid-home-feed .listing-card {
    height: 100%;
    border-color: rgba(217, 210, 186, 0.98);
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
}

.card-grid-home-feed .listing-card:first-child {
    grid-column: span 2;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    align-items: stretch;
}

.card-grid-home-feed .listing-card:first-child .listing-card-media {
    aspect-ratio: auto;
    min-height: 100%;
}

.card-grid-home-feed .listing-card:first-child .listing-card-excerpt {
    -webkit-line-clamp: 3;
}

.gde-dashboard-card,
.gde-dashboard-panel,
.gde-dashboard-site-card,
.gde-dashboard-item,
.gde-workspace-nav-group {
    border-radius: 22px;
}

.gde-dashboard-panel,
.gde-dashboard-site-card,
.gde-dashboard-item {
    border-color: rgba(223, 216, 193, 0.98);
}

.gde-dashboard-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 241, 0.98) 100%);
}

.gde-dashboard-panel-head {
    gap: 18px 22px;
    margin-bottom: 18px;
}

.gde-dashboard-panel-head > div,
.gde-editor-toolbar > div,
.gde-workspace-hero > div {
    min-width: 0;
}

.gde-dashboard-searchbar {
    width: 100%;
}

.gde-dashboard-searchbar-field {
    width: min(100%, 460px);
}

.gde-business-form,
.gde-admin-review-form {
    gap: 18px;
}

.gde-business-form label,
.gde-admin-review-form label {
    gap: 9px;
}

.gde-form-grid {
    gap: 16px 18px;
}

.gde-dashboard-searchbar-field input[type="search"],
.gde-business-form input[type="text"],
.gde-business-form input[type="email"],
.gde-business-form input[type="url"],
.gde-business-form input[type="search"],
.gde-business-form input[type="number"],
.gde-business-form input[type="date"],
.gde-business-form input[type="password"],
.gde-business-form select,
.gde-business-form textarea,
.gde-admin-review-form input[type="text"],
.gde-admin-review-form input[type="email"],
.gde-admin-review-form input[type="url"],
.gde-admin-review-form input[type="search"],
.gde-admin-review-form input[type="number"],
.gde-admin-review-form input[type="date"],
.gde-admin-review-form input[type="password"],
.gde-admin-review-form select,
.gde-admin-review-form textarea {
    border-color: rgba(215, 208, 183, 0.98);
    background: #ffffff;
    box-shadow: inset 0 1px 2px rgba(28, 28, 28, 0.04);
}

.gde-business-form input:focus,
.gde-business-form select:focus,
.gde-business-form textarea:focus,
.gde-admin-review-form input:focus,
.gde-admin-review-form select:focus,
.gde-admin-review-form textarea:focus,
.gde-dashboard-searchbar-field input[type="search"]:focus {
    border-color: rgba(28, 95, 212, 0.36);
    box-shadow: 0 0 0 4px rgba(28, 95, 212, 0.09);
    outline: none;
}

.gde-dashboard-actions,
.gde-workspace-hero-actions {
    gap: 10px;
}

.gde-dashboard-actions .button,
.gde-workspace-hero-actions .button,
.gde-workspace-hero-actions .button.secondary,
.gde-editor-nav-link,
.gde-workspace-nav-link {
    min-height: 46px;
}

.gde-dashboard-item-resource,
.gde-dashboard-item-sitewide {
    gap: 18px;
    align-items: stretch;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 233, 0.92) 100%);
}

.gde-dashboard-item-main {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.gde-dashboard-item-main h3 {
    margin: 0;
    line-height: 1.28;
}

.gde-dashboard-resource-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--gdp-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.gde-resource-action-cluster {
    display: grid;
    gap: 10px;
    justify-items: end;
    align-content: start;
    min-width: min(280px, 100%);
}

.gde-dashboard-actions-primary,
.gde-resource-quick-actions {
    width: 100%;
    justify-content: flex-end;
}

.gde-resource-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gde-resource-inline-form {
    display: flex;
}

.gde-resource-inline-form .button,
.gde-resource-inline-form .button.secondary {
    min-height: 44px;
}

.gde-meta-chip-verified {
    border: 1px solid rgba(47, 143, 78, 0.22);
    background: rgba(47, 143, 78, 0.1);
    color: var(--gdp-success);
}

.gde-button-danger,
.gde-button-danger.button.secondary {
    border-color: rgba(174, 47, 47, 0.18);
    background: #fff5f5;
    color: #9b1f1f;
}

.gde-button-danger:hover,
.gde-button-danger.button.secondary:hover {
    color: #7f1717;
    border-color: rgba(174, 47, 47, 0.32);
    box-shadow: 0 12px 22px rgba(155, 31, 31, 0.08);
}

.gde-dashboard-list-admin {
    gap: 14px;
}

.gde-dashboard-admin-panel {
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 30%),
        linear-gradient(180deg, #fffef8 0%, #fff7db 100%);
}

.gde-editor-toolbar,
.gde-workspace-hero {
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 32%),
        linear-gradient(180deg, #fffef9 0%, #fff8e2 100%);
}

.gde-workspace-sidebar-card,
.gde-workspace-nav-group {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 236, 0.96) 100%);
}

@media (max-width: 900px) {
    .listing-card-glance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .listing-card-detail {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .listing-card-detail-value {
        white-space: normal;
    }

    .listing-card-links .text-link {
        min-height: 0;
        padding: 0;
        border: 0;
        background: transparent;
        justify-content: flex-start;
    }

    .gde-dashboard-item-resource,
    .gde-dashboard-item-sitewide {
        flex-direction: column;
    }

    .gde-resource-action-cluster,
    .gde-dashboard-actions-primary,
    .gde-resource-quick-actions {
        width: 100%;
        justify-items: stretch;
        justify-content: flex-start;
    }

    .gde-resource-inline-form {
        flex: 1 1 180px;
    }

    .gde-resource-inline-form .button,
    .gde-resource-inline-form .button.secondary {
        width: 100%;
    }

    .card-grid-home-feed .listing-card:first-child {
        grid-column: auto;
        grid-template-columns: minmax(156px, 176px) minmax(0, 1fr);
    }
}

@media (max-width: 680px) {
    .listing-card {
        gap: 16px;
        padding: 16px;
    }

    .listing-card-glance,
    .listing-card.is-home-card .listing-card-glance {
        grid-template-columns: 1fr;
    }

    .listing-card-topline,
    .listing-card-title-group {
        gap: 8px;
    }

    .listing-card-detail {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .listing-card-detail-label {
        font-size: 0.7rem;
    }

    .listing-card-links .text-link {
        min-height: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .gde-form-grid {
        grid-template-columns: 1fr;
    }

    .gde-dashboard-actions,
    .gde-workspace-hero-actions,
    .gde-resource-quick-actions {
        width: 100%;
    }

.gde-dashboard-actions .button,
.gde-dashboard-actions .button.secondary,
.gde-workspace-hero-actions .button,
.gde-workspace-hero-actions .button.secondary,
.gde-resource-inline-form {
    width: 100%;
}
}

body.has-mobile-nav-open {
    overflow: hidden;
}

.gde-google-product-category-field {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
}

.gde-google-product-category-field input[list] {
    width: 100%;
}

.gde-field-help {
    display: block;
    margin-top: 6px;
    color: var(--gdp-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.gde-form-grid-span-full {
    grid-column: 1 / -1;
}

.gde-form-guidance-card {
    display: grid;
    gap: 8px;
}

.gde-form-guidance-card strong {
    color: #14375f;
    font-size: 1rem;
}

.gde-form-guidance-card p {
    margin: 0;
    color: #5d6f86;
}

.gde-editor-empty-guide {
    border-style: dashed;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(243, 248, 255, 0.96) 100%);
}

.menu-toggle {
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.menu-toggle-box span {
    transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s ease;
    transform-origin: center;
}

.menu-toggle.is-open {
    border-color: #111111;
    background: #111111;
    color: var(--gdp-primary);
    box-shadow: 0 14px 24px rgba(17, 17, 17, 0.18);
}

.menu-toggle.is-open .menu-toggle-box span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-box span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open .menu-toggle-box span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.gdp-auth-stage-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid rgba(162, 194, 227, 0.82);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 246, 255, 0.94) 100%);
    box-shadow: 0 20px 36px rgba(20, 55, 95, 0.08);
}

.gdp-auth-stage-banner-copy {
    display: grid;
    gap: 8px;
}

.gdp-auth-stage-banner-copy h2 {
    margin: 0;
    color: #112f53;
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.gdp-auth-stage-banner-copy p {
    margin: 0;
    color: #5d6f86;
    line-height: 1.6;
}

.gdp-auth-stage-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.gdp-auth-stage-stat {
    display: grid;
    gap: 6px;
    padding: 16px 14px;
    border: 1px solid rgba(166, 197, 228, 0.84);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 24px rgba(20, 55, 95, 0.05);
}

.gdp-auth-stage-stat strong {
    color: #13365e;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1;
}

.gdp-auth-stage-stat span {
    color: #5d6f86;
    font-size: 0.84rem;
    font-weight: 700;
}

.gdp-app-screen-auth {
    background:
        radial-gradient(circle at top left, rgba(28, 95, 212, 0.14), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.gdp-app-screen-auth .gdp-app-screen-bar,
.gdp-app-screen-auth .gdp-app-page-sidebar-card,
.gdp-app-screen-auth .gdp-app-page-stage,
.gdp-app-screen-auth .gde-login-card {
    border-color: rgba(163, 195, 228, 0.86);
}

.gdp-app-screen-auth .gdp-app-screen-bar {
    box-shadow: 0 22px 38px rgba(18, 43, 76, 0.08);
}

.gdp-app-screen-auth .gdp-app-page-sidebar {
    gap: 14px;
}

.gdp-app-screen-auth .gdp-app-page-sidebar-card {
    box-shadow: 0 18px 30px rgba(20, 55, 95, 0.06);
}

.gdp-app-screen-auth .gde-auth-switcher {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
}

.gdp-app-screen-auth .gde-auth-switcher-link {
    min-height: 52px;
    padding: 10px 12px;
    border-radius: 16px;
    text-align: center;
    white-space: normal;
    line-height: 1.35;
}

.gdp-app-screen-auth .gde-login-card {
    gap: 16px;
    background:
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 251, 255, 0.97) 100%);
    box-shadow: 0 22px 38px rgba(20, 55, 95, 0.08);
}

.gdp-app-screen-auth .gde-register-card {
    background:
        radial-gradient(circle at top left, rgba(28, 95, 212, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 250, 255, 0.97) 100%);
}

.gdp-app-screen-auth .gde-login-copy p {
    max-width: none;
    color: #5d6f86;
}

.gdp-app-screen-auth .gde-login-form {
    gap: 12px;
}

.gdp-app-screen-auth .gde-login-form label {
    gap: 7px;
}

.gdp-app-screen-auth .gde-login-form input[type="text"],
.gdp-app-screen-auth .gde-login-form input[type="email"],
.gdp-app-screen-auth .gde-login-form input[type="password"],
.gdp-app-screen-auth .gde-login-form input[type="url"],
.gdp-app-screen-auth .gde-login-form input[type="search"],
.gdp-app-screen-auth .gde-login-form select,
.gdp-app-screen-auth .gde-login-form textarea {
    background: #ffffff;
    border-color: rgba(211, 220, 232, 0.98);
    box-shadow: inset 0 1px 2px rgba(20, 55, 95, 0.04);
}

.gdp-app-screen-auth .gde-login-form input[type="text"]:focus,
.gdp-app-screen-auth .gde-login-form input[type="email"]:focus,
.gdp-app-screen-auth .gde-login-form input[type="password"]:focus,
.gdp-app-screen-auth .gde-login-form input[type="url"]:focus,
.gdp-app-screen-auth .gde-login-form input[type="search"]:focus,
.gdp-app-screen-auth .gde-login-form select:focus,
.gdp-app-screen-auth .gde-login-form textarea:focus {
    border-color: rgba(28, 95, 212, 0.36);
    box-shadow: 0 0 0 4px rgba(28, 95, 212, 0.08);
    outline: none;
}

.gdp-app-screen-auth .gde-account-type-card {
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gdp-app-screen-auth .gde-account-type-card:hover {
    border-color: rgba(28, 95, 212, 0.28);
    box-shadow: 0 16px 28px rgba(20, 55, 95, 0.08);
    transform: translateY(-1px);
}

.gdp-app-screen-auth .notice-card {
    border-color: rgba(190, 210, 233, 0.84);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.96) 100%);
}

.business-rating-panel {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(164, 197, 227, 0.84);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.94) 100%);
}

.business-rating-summary {
    display: grid;
    gap: 8px;
}

.business-rating-summary strong {
    color: #14375f;
    font-size: clamp(1.7rem, 2.8vw, 2.3rem);
    line-height: 1;
}

.business-rating-summary p,
.business-rating-notice p {
    margin: 0;
}

.business-rating-form {
    padding: 16px;
    border: 1px solid rgba(166, 197, 228, 0.8);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
}

.business-rating-notice {
    border-color: rgba(166, 197, 228, 0.84);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.95) 100%);
}

.business-rating-notice a {
    font-weight: 800;
}

.homepage-spotlight-list {
    display: grid;
    gap: 12px;
}

.homepage-spotlight-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(221, 214, 191, 0.96);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 239, 0.96) 100%);
    color: var(--gdp-text);
    box-shadow: 0 14px 28px rgba(20, 55, 95, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.homepage-spotlight-item:hover {
    color: var(--gdp-text);
    border-color: rgba(28, 95, 212, 0.32);
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(20, 55, 95, 0.08);
}

.homepage-spotlight-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(255, 212, 77, 0.36), transparent 48%),
        linear-gradient(180deg, #fffef8 0%, #eef6ff 100%);
}

.homepage-spotlight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-spotlight-initial {
    color: #214f88;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.homepage-spotlight-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.homepage-spotlight-topline {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.homepage-spotlight-title {
    color: #14375f;
    font-size: 0.98rem;
    line-height: 1.3;
}

.homepage-spotlight-meta {
    color: #5d6f86;
    font-size: 0.84rem;
    line-height: 1.45;
}

.homepage-spotlight-empty {
    margin: 0;
}

.site-footer {
    scroll-margin-top: 88px;
}

.footer-top {
    align-items: center;
}

.footer-actions .button,
.footer-cta-chip {
    min-height: 48px;
}

.footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 28px 22px;
}

.footer-widget .widget-list {
    gap: 6px;
}

.footer-widget .widget-list a {
    min-height: 34px;
    padding: 8px 0;
}

.footer-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
}

.gde-dashboard-searchbar-field input[type="search"],
.gde-business-form select,
.gde-business-form textarea,
.gde-admin-review-form select,
.gde-admin-review-form textarea {
    line-height: 1.45;
}

.gde-dashboard-item,
.gde-dashboard-panel,
.gde-dashboard-site-card,
.gde-workspace-nav-group,
.gdp-app-page-sidebar-card,
.gdp-app-page-stage {
    box-shadow: 0 18px 34px rgba(20, 55, 95, 0.07);
}

@media (max-width: 860px) {
    .site-nav-shell {
        display: block;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        padding: 0;
        transform: translateY(-10px);
        transition:
            max-height 0.28s ease,
            opacity 0.24s ease,
            transform 0.24s ease,
            padding 0.24s ease,
            visibility 0.24s ease;
    }

    .site-nav-shell.is-open {
        max-height: min(calc(100vh - 96px), 720px);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow: auto;
        padding: 0 0 14px;
        transform: translateY(0);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .site-nav-shell > .container {
        padding-top: 4px;
    }

    .mobile-nav-search .gdp-search-field,
    .primary-nav a {
        box-shadow: 0 12px 24px rgba(20, 55, 95, 0.06);
    }

    .primary-nav ul {
        padding-top: 4px;
    }
}

@media (max-width: 980px) {
    .gdp-auth-stage-banner {
        grid-template-columns: 1fr;
    }

    .gdp-auth-stage-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
  .gdp-auth-stage-banner {
        padding: 18px;
        border-radius: 22px;
    }

    .homepage-mobile-ad-stack {
        gap: 10px;
    }

    .gdp-auth-stage-stats {
        grid-template-columns: 1fr;
    }

    .gdp-app-screen-auth .gde-auth-switcher {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdp-app-screen-auth .gde-login-card,
    .gdp-app-screen-auth .gdp-app-page-stage,
    .gdp-app-screen-auth .gdp-app-page-sidebar-card {
        padding: 18px;
        border-radius: 20px;
    }

    .gdp-app-screen-auth .gde-login-form .button,
    .gdp-app-screen-auth .gde-login-form .button.secondary {
        width: 100%;
    }

    .business-rating-panel {
        padding: 16px;
        border-radius: 20px;
    }

    .footer-top {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .footer-grid {
        gap: 20px;
        padding-top: 24px;
    }

    .footer-widget .widget-list a {
        min-height: 38px;
    }

    .footer-bottom {
        gap: 10px;
    }

    .homepage-spotlight-item {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px;
        padding: 11px;
    }

    .homepage-spotlight-media {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }
}

@media (max-width: 560px) {
    .gdp-app-screen-auth .gde-auth-switcher {
        grid-template-columns: 1fr;
    }

    .gdp-auth-stage-banner-copy h2 {
        font-size: clamp(1.3rem, 7vw, 1.75rem);
    }
}

.gde-editor-sidebar-brand {
    gap: 14px;
}

.gde-editor-sidebar-brand-copy {
    display: grid;
    gap: 8px;
}

.gde-editor-site-pill {
    display: grid;
    gap: 4px;
    padding: 14px 15px;
    border: 1px solid rgba(160, 194, 227, 0.84);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 247, 255, 0.94) 100%);
}

.gde-editor-site-pill strong {
    color: #14375f;
    font-size: 1rem;
    line-height: 1.2;
}

.gde-editor-site-pill span {
    color: #5d6f86;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gde-editor-nav-group-main {
    gap: 12px;
}

.gde-editor-nav-group-main .gde-dashboard-searchbar {
    width: 100%;
}

.gde-editor-nav-group-main .gde-dashboard-searchbar-field {
    width: 100%;
}

.gde-editor-nav-group-main .gde-dashboard-searchbar-field input[type="search"] {
    min-height: 46px;
    padding-inline: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
}

.gde-editor-nav-stack {
    display: grid;
    gap: 10px;
}

.gde-editor-toolbar-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 10px;
}

.gde-editor-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gde-editor-overview-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(171, 198, 228, 0.86);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(242, 248, 255, 0.95) 100%);
    box-shadow: 0 18px 30px rgba(20, 55, 95, 0.08);
}

.gde-editor-overview-card.is-primary {
    background:
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.2), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(236, 245, 255, 0.98) 100%);
}

.gde-editor-overview-kicker {
    color: #476888;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gde-editor-overview-card strong {
    color: #12375f;
    font-size: clamp(1.85rem, 2.8vw, 2.6rem);
    line-height: 1;
}

.gde-editor-overview-card p {
    margin: 0;
    color: #5d6f86;
    font-size: 0.9rem;
    line-height: 1.5;
}

.gde-editor-quick-panel {
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 252, 255, 0.97) 100%);
}

.gde-editor-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gde-editor-quick-card {
    display: grid;
    gap: 8px;
    min-height: 100%;
    padding: 18px;
    border: 1px solid rgba(166, 197, 228, 0.88);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 247, 255, 0.94) 100%);
    color: #14375f;
    box-shadow: 0 16px 28px rgba(20, 55, 95, 0.06);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gde-editor-quick-card strong {
    color: #14375f;
    font-size: 1.06rem;
    line-height: 1.25;
}

.gde-editor-quick-card span:last-child {
    color: #5d6f86;
    font-size: 0.88rem;
    line-height: 1.45;
}

.gde-editor-quick-card:hover {
    color: #14375f;
    border-color: rgba(28, 95, 212, 0.48);
    box-shadow: 0 18px 32px rgba(20, 55, 95, 0.1);
    transform: translateY(-1px);
}

.gde-editor-admin-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.gde-editor-admin-summary-card {
    display: grid;
    gap: 6px;
    padding: 16px 17px;
    border: 1px solid rgba(166, 197, 228, 0.84);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 26px rgba(20, 55, 95, 0.05);
}

.gde-editor-admin-summary-card span {
    color: #56708d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gde-editor-admin-summary-card strong {
    color: #14375f;
    font-size: clamp(1.35rem, 2.1vw, 1.9rem);
    line-height: 1;
}

.gde-dashboard-admin-grid > .gde-dashboard-panel {
    align-content: start;
}

.gde-dashboard-site-card {
    gap: 12px;
}

.gde-dashboard-site-card .gde-dashboard-list-admin {
    max-height: 440px;
    overflow: auto;
    padding-right: 4px;
}

.gde-dashboard-list-admin .gde-dashboard-item-sitewide {
    padding: 14px;
    gap: 14px;
    border-radius: 18px;
}

.gde-dashboard-list-admin .gde-dashboard-item-main {
    gap: 8px;
}

.gde-dashboard-resource-meta {
    row-gap: 6px;
}

.gde-resource-action-cluster {
    min-width: min(240px, 100%);
}

.gde-dashboard-actions-primary .button,
.gde-resource-quick-actions .button,
.gde-resource-quick-actions .button.secondary {
    min-height: 42px;
    padding-inline: 14px;
    border-radius: 14px;
}

.gde-dashboard-item-stacked {
    gap: 12px;
}

.gde-dashboard-item-stacked .gde-admin-review-form,
.gde-dashboard-item-stacked .business-feedback-form {
    padding: 14px;
    border: 1px solid rgba(223, 216, 193, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1200px) {
    .gde-editor-overview-grid,
    .gde-editor-quick-grid,
    .gde-editor-admin-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gde-editor-sidebar-brand,
    .gde-editor-quick-panel {
        border-radius: 22px;
    }

    .gde-dashboard-site-card .gde-dashboard-list-admin {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

@media (max-width: 760px) {
    .gde-editor-overview-grid,
    .gde-editor-quick-grid,
    .gde-editor-admin-summary {
        grid-template-columns: 1fr;
    }

    .gde-editor-site-pill,
    .gde-editor-overview-card,
    .gde-editor-quick-card,
    .gde-editor-admin-summary-card {
        border-radius: 18px;
    }

    .card-grid-home-feed {
        grid-template-columns: 1fr;
    }
}

/* 1.4.15 UI refresh */
.gdp-app-screen-auth {
    position: relative;
    overflow: visible;
    align-content: start;
    min-height: auto;
    background:
        radial-gradient(circle at top left, rgba(28, 95, 212, 0.18), transparent 26%),
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.16), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.gdp-app-screen-auth .gdp-app-screen-body,
.gdp-app-screen-auth .gdp-app-screen-body-split,
.gdp-app-screen-auth .gdp-app-page-sidebar,
.gdp-app-screen-auth .gdp-app-page-stage {
    overflow: visible;
}

.gdp-app-screen-auth .gdp-app-screen-body-split {
    align-items: start;
}

.gdp-app-screen-auth .gdp-app-page-sidebar,
.gdp-app-screen-auth .gdp-app-page-stage {
    height: auto;
    min-height: 0;
}

.gdp-app-screen-auth .gdp-app-screen-bar,
.gdp-app-screen-auth .gdp-app-page-sidebar-card,
.gdp-app-screen-auth .gdp-app-page-stage,
.gdp-app-screen-auth .gde-login-card,
.gdp-auth-stage-banner {
    position: relative;
    overflow: hidden;
}

.gdp-app-screen-auth .gdp-app-screen-bar::after,
.gdp-auth-stage-banner::after {
    content: "";
    position: absolute;
    inset: auto -8% -34% auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 212, 77, 0.24) 0%, rgba(255, 212, 77, 0) 72%);
    pointer-events: none;
}

.gdp-app-screen-auth .gdp-app-screen-bar {
    border-color: rgba(150, 188, 228, 0.94);
    background:
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.12), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(236, 245, 255, 0.95) 100%);
    box-shadow: 0 24px 46px rgba(18, 43, 76, 0.12);
}

.gdp-app-screen-auth .gdp-app-page-sidebar-card,
.gdp-app-screen-auth .gdp-app-page-stage,
.gdp-app-screen-auth .gde-login-card {
    border-color: rgba(154, 189, 225, 0.88);
    box-shadow: 0 22px 40px rgba(20, 55, 95, 0.08);
}

.gdp-app-screen-auth .gdp-app-page-link,
.gdp-app-screen-auth .gdp-auth-quick-link {
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gdp-app-screen-auth .gdp-app-page-link:hover,
.gdp-app-screen-auth .gdp-auth-quick-link:hover {
    transform: translateY(-1px);
    border-color: rgba(28, 95, 212, 0.4);
    box-shadow: 0 18px 28px rgba(20, 55, 95, 0.08);
}

.gdp-app-screen-auth .gde-login-card {
    background:
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.995) 0%, rgba(247, 251, 255, 0.98) 100%);
}

.gdp-app-screen-auth .gde-register-card {
    background:
        radial-gradient(circle at top left, rgba(28, 95, 212, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.995) 0%, rgba(243, 249, 255, 0.98) 100%);
}

.gdp-app-screen-auth .gde-login-copy h1,
.gdp-app-screen-auth .gde-login-copy h2 {
    max-width: 12ch;
}

.gdp-app-screen-auth .gde-auth-switcher {
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.gdp-app-screen-auth .gde-auth-switcher-link {
    box-shadow: none;
}

.gdp-app-screen-auth .gde-auth-switcher-link.is-active {
    box-shadow: 0 14px 24px rgba(242, 197, 0, 0.16);
}

.gdp-app-screen-auth .gde-login-form input[type="text"],
.gdp-app-screen-auth .gde-login-form input[type="email"],
.gdp-app-screen-auth .gde-login-form input[type="password"],
.gdp-app-screen-auth .gde-login-form input[type="url"],
.gdp-app-screen-auth .gde-login-form input[type="search"],
.gdp-app-screen-auth .gde-login-form select,
.gdp-app-screen-auth .gde-login-form textarea {
    min-height: 50px;
    border-color: rgba(202, 214, 230, 0.98);
    background: rgba(255, 255, 255, 0.98);
}

.gdp-auth-stage-banner {
    border-color: rgba(152, 188, 228, 0.88);
    box-shadow: 0 24px 40px rgba(20, 55, 95, 0.1);
}

.gdp-auth-stage-stats {
    gap: 10px;
}

.gdp-auth-stage-stat {
    background: rgba(255, 255, 255, 0.9);
}

.gdp-workspace-app-screen .gdp-app-screen,
.gdp-app-screen-editor {
    background:
        radial-gradient(circle at top left, rgba(28, 95, 212, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.1), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 54%, #f8fbff 100%);
}

.gdp-workspace-app-screen .gdp-app-screen-bar,
.gdp-app-screen-editor .gdp-app-screen-bar {
    border-color: rgba(145, 184, 225, 0.9);
    background:
        radial-gradient(circle at top right, rgba(255, 212, 77, 0.1), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(235, 245, 255, 0.95) 100%);
    box-shadow: 0 24px 44px rgba(18, 43, 76, 0.12);
}

.gdp-workspace-app-screen .gde-dashboard-panel,
.gdp-workspace-app-screen .gde-dashboard-card,
.gdp-workspace-app-screen .gde-dashboard-site-card,
.gdp-workspace-app-screen .gde-dashboard-item,
.gdp-workspace-app-screen .gde-workspace-nav-group,
.gdp-app-screen-editor .gde-dashboard-panel,
.gdp-app-screen-editor .gde-dashboard-card,
.gdp-app-screen-editor .gde-dashboard-site-card,
.gdp-app-screen-editor .gde-dashboard-item,
.gdp-app-screen-editor .gde-editor-overview-card,
.gdp-app-screen-editor .gde-editor-quick-card,
.gdp-app-screen-editor .gde-editor-admin-summary-card {
    border-color: rgba(157, 191, 227, 0.88);
    box-shadow: 0 20px 36px rgba(20, 55, 95, 0.1);
}

.gde-workspace-hero,
.gde-editor-toolbar {
    position: relative;
    overflow: hidden;
    border-color: rgba(144, 181, 220, 0.92);
    box-shadow: 0 22px 38px rgba(20, 55, 95, 0.1);
}

.gde-workspace-hero::after,
.gde-editor-toolbar::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -92px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 212, 77, 0.22) 0%, rgba(255, 212, 77, 0) 72%);
    pointer-events: none;
}

.gde-workspace-nav-link,
.gde-editor-nav-link {
    border-color: rgba(151, 188, 229, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 246, 255, 0.96) 100%);
}

.gde-workspace-nav-link.is-active,
.gde-editor-nav-link.is-active,
.gde-workspace-nav-link[aria-current="page"],
.gde-editor-nav-link[aria-current="page"] {
    box-shadow: 0 18px 28px rgba(31, 90, 161, 0.2);
}

.gde-dashboard-card strong,
.gde-editor-overview-card strong,
.gde-editor-admin-summary-card strong {
    letter-spacing: -0.05em;
}

.gde-dashboard-item,
.gde-dashboard-item-resource,
.gde-dashboard-item-sitewide {
    background:
        radial-gradient(circle at top right, rgba(28, 95, 212, 0.06), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 250, 255, 0.94) 100%);
}

.gde-editor-overview-card.is-primary,
.gde-editor-quick-card:hover {
    box-shadow: 0 22px 38px rgba(20, 55, 95, 0.12);
}

@media (max-width: 980px) {
    .card-grid-home-feed {
        grid-template-columns: 1fr;
    }

    .card-grid-home-feed .listing-card,
    .card-grid-home-feed .listing-card:first-child {
        grid-column: auto;
    }

    .card-grid-home-feed .listing-card:first-child {
        grid-template-columns: minmax(156px, 176px) minmax(0, 1fr);
    }
}

@media (max-width: 860px) {
    .site-header {
        background: rgba(255, 252, 244, 0.92);
        backdrop-filter: blur(22px);
    }

    .site-header.is-scrolled {
        box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
    }

    .header-main {
        gap: 10px;
    }

    .menu-toggle {
        min-height: 52px;
        border-radius: 18px;
        background: linear-gradient(180deg, #ffffff 0%, #fff4c0 100%);
        box-shadow: 0 14px 24px rgba(17, 17, 17, 0.08);
    }

    .header-main-bottom {
        margin-top: 2px;
    }

    .header-mobile-quickbar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(222, 214, 190, 0.96);
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 248, 223, 0.94) 100%);
        box-shadow: 0 18px 30px rgba(20, 55, 95, 0.08);
    }

    .mobile-quick-link,
    .mobile-quick-link-button {
        min-width: 0;
        min-height: 64px;
        padding: 10px 8px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.78);
        border-color: rgba(226, 218, 196, 0.92);
        box-shadow: none;
    }

    .mobile-quick-link-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 50%;
        background: #171611;
        color: var(--gdp-primary);
    }

    .mobile-quick-link-icon svg {
        width: 17px;
        height: 17px;
    }

    .mobile-quick-link-label {
        min-width: 0;
        font-size: 0.72rem;
        line-height: 1.2;
    }

    .site-nav-shell {
        margin-top: 10px;
        border: 1px solid rgba(222, 214, 190, 0.94);
        border-radius: 26px;
        background: linear-gradient(180deg, rgba(255, 253, 246, 0.98) 0%, rgba(255, 247, 221, 0.96) 100%);
        box-shadow: 0 20px 34px rgba(20, 55, 95, 0.08);
    }

    .site-nav-shell.is-open {
        padding: 12px 0 14px;
    }

    .quick-categories-track {
        grid-auto-flow: row;
        grid-auto-columns: initial;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .quick-category-link {
        min-width: 0;
        min-height: 100%;
        padding: 15px 12px;
        border-radius: 20px;
        gap: 10px;
    }

    .quick-category-icon {
        width: 58px;
        height: 58px;
        font-size: 1rem;
    }

    .quick-category-label {
        display: -webkit-box;
        overflow: hidden;
        font-size: 0.88rem;
        line-height: 1.28;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .quick-category-count {
        font-size: 0.75rem;
    }

    .card-grid-home-feed .listing-card,
    .card-grid-home-feed .listing-card:first-child {
        grid-template-columns: minmax(132px, 148px) minmax(0, 1fr);
        gap: 16px;
    }

    .listing-card-signals {
        gap: 6px;
    }

    .listing-card-geo,
    .listing-card-eyebrow {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .header-mobile-quickbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-quick-link,
    .mobile-quick-link-button {
        flex-direction: row;
        justify-content: flex-start;
        min-height: 58px;
        padding: 10px 12px;
    }

    .mobile-quick-link-label {
        text-align: left;
        font-size: 0.78rem;
    }
}

@media (max-width: 640px) {
    .card-grid-home-feed .listing-card,
    .card-grid-home-feed .listing-card:first-child {
        grid-template-columns: 1fr;
    }

    .listing-card.is-home-card .listing-card-media {
        aspect-ratio: 16 / 10;
    }

    .listing-card-signals {
        flex-direction: column;
        align-items: stretch;
    }

    .listing-card-geo {
        width: 100%;
        justify-content: flex-start;
    }

    .quick-categories-track {
        gap: 10px;
    }

    .quick-category-link {
        padding: 13px 10px;
    }

    .quick-category-icon {
        width: 52px;
        height: 52px;
    }

    .gdp-app-screen-auth .gdp-app-screen-bar,
    .gdp-app-screen-auth .gdp-app-page-stage,
    .gdp-app-screen-auth .gdp-app-page-sidebar-card,
    .gdp-app-screen-auth .gde-login-card,
    .gdp-auth-stage-banner {
        border-radius: 20px;
    }
}

/* 1.4.16 mobile ribbon */
.header-mobile-ribbon {
    display: none;
}

@media (max-width: 860px) {
    .header-main-top {
        display: none;
    }

    .header-main-bottom {
        display: block;
    }

    .header-mobile-ribbon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding: 12px 14px;
        border: 1px solid rgba(214, 224, 236, 0.92);
        border-radius: 28px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.94) 100%);
        box-shadow: 0 20px 34px rgba(20, 55, 95, 0.1);
    }

    .mobile-ribbon-brand {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
        flex: 1 1 auto;
        color: var(--gdp-text);
    }

    .mobile-ribbon-brand:hover {
        color: var(--gdp-text);
    }

    .mobile-ribbon-brand-mark {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-width: 74px;
        min-height: 52px;
        padding: 8px 12px;
        border: 1px solid rgba(220, 227, 237, 0.92);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
    }

    .mobile-ribbon-logo {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 38px;
    }

    .mobile-ribbon-logo-fallback {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 1.16rem;
    }

    .mobile-ribbon-brand-copy {
        display: grid;
        gap: 3px;
        min-width: 0;
    }

    .mobile-ribbon-brand-copy strong {
        color: #102f53;
        font-size: 0.98rem;
        line-height: 1.05;
        letter-spacing: -0.03em;
    }

    .mobile-ribbon-brand-copy span {
        color: #5d6f86;
        font-size: 0.72rem;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-ribbon-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        flex: 0 0 auto;
    }

    .mobile-ribbon-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        min-height: 54px;
        padding: 0;
        border: 1px solid rgba(210, 220, 232, 0.92);
        border-radius: 20px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 253, 0.94) 100%);
        box-shadow: 0 12px 24px rgba(20, 55, 95, 0.08);
        color: #356eb6;
        transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
    }

    .mobile-ribbon-button:hover {
        color: #275b9b;
        border-color: rgba(53, 110, 182, 0.26);
        transform: translateY(-1px);
        box-shadow: 0 16px 28px rgba(20, 55, 95, 0.12);
    }

    .mobile-ribbon-button.is-primary {
        border-color: rgba(255, 212, 77, 0.8);
        background: linear-gradient(180deg, #fff8d7 0%, #ffe787 100%);
        color: #533f08;
    }

    .mobile-ribbon-button-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
    }

    .mobile-ribbon-button-icon svg {
        width: 22px;
        height: 22px;
    }

    .mobile-ribbon-menu-toggle.is-open {
        border-color: #111111;
        background: #111111;
        color: var(--gdp-primary);
        box-shadow: 0 16px 28px rgba(17, 17, 17, 0.18);
    }

    .site-nav-shell {
        margin-top: 10px;
    }
}

@media (max-width: 760px) {
    .header-mobile-ribbon {
        padding: 10px 12px;
        border-radius: 24px;
        gap: 10px;
    }

    .mobile-ribbon-brand-mark {
        min-width: 62px;
        min-height: 46px;
        padding: 7px 10px;
        border-radius: 18px;
    }

    .mobile-ribbon-logo {
        max-height: 32px;
    }

    .mobile-ribbon-brand-copy span {
        display: none;
    }

    .mobile-ribbon-actions {
        gap: 6px;
    }

    .mobile-ribbon-button {
        width: 48px;
        height: 48px;
        min-height: 48px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .header-mobile-ribbon {
        padding: 9px 10px;
        border-radius: 22px;
    }

    .mobile-ribbon-brand {
        gap: 10px;
    }

    .mobile-ribbon-brand-mark {
        min-width: 54px;
        min-height: 42px;
        padding: 6px 8px;
        border-radius: 16px;
    }

    .mobile-ribbon-brand-copy strong {
        font-size: 0.88rem;
    }

    .mobile-ribbon-button {
        width: 44px;
        height: 44px;
        min-height: 44px;
        border-radius: 16px;
    }
}

/* 1.4.17 workspace and mobile refinement */
.gdp-workspace-app-screen .gdp-app-screen-bar {
    transition: transform 0.28s ease, opacity 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    will-change: transform;
}

@media (max-width: 1100px) {
    .gdp-workspace-app-screen .gdp-app-screen-bar.is-workspace-bar-hidden {
        transform: translateY(calc(-100% - 18px));
        opacity: 0;
        pointer-events: none;
    }

    .gdp-workspace-app-screen .gdp-app-screen-bar.is-workspace-bar-scrolled:not(.is-workspace-panel-open) {
        box-shadow: 0 22px 38px rgba(18, 43, 76, 0.14);
    }

    .gdp-workspace-app-screen .gdp-app-screen-bar.is-workspace-panel-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .gdp-workspace-app-screen .gdp-app-screen-bar-copy {
        gap: 10px;
    }

    .gdp-workspace-app-screen .gdp-app-screen-bar p {
        max-width: none;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .gdp-workspace-app-screen .gdp-app-screen-toggle {
        min-height: 50px;
        border-radius: 18px;
    }

    .gdp-workspace-app-screen .gdp-app-screen-mobile-panel {
        gap: 12px;
    }

    .gdp-workspace-app-screen .gdp-app-screen-mobile-panel-section {
        gap: 12px;
        padding: 14px;
        border: 1px solid rgba(167, 198, 228, 0.84);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.76);
    }

    .gdp-workspace-app-screen .gdp-app-screen-mobile-nav,
    .gdp-workspace-app-screen .gdp-app-screen-mobile-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdp-workspace-app-screen .gdp-app-screen-mobile-link,
    .gdp-workspace-app-screen .gdp-app-screen-mobile-actions .button,
    .gdp-workspace-app-screen .gdp-app-screen-mobile-actions .button.secondary,
    .gdp-workspace-app-screen .gde-resource-inline-form {
        width: 100%;
        min-width: 0;
    }

    .gdp-workspace-app-screen .gde-dashboard-panel,
    .gdp-workspace-app-screen .gde-dashboard-card,
    .gdp-workspace-app-screen .gde-dashboard-site-card,
    .gdp-workspace-app-screen .gde-dashboard-item,
    .gdp-workspace-app-screen .gde-dashboard-item-resource,
    .gdp-workspace-app-screen .gde-dashboard-item-sitewide,
    .gdp-workspace-app-screen .gde-dashboard-panel-compact,
    .gdp-workspace-app-screen .gde-workspace-nav-group,
    .gdp-workspace-app-screen .gde-form-shell {
        min-width: 0;
    }

    .gdp-workspace-app-screen .gde-business-form,
    .gdp-workspace-app-screen .gde-admin-review-form {
        gap: 16px;
    }

    .gdp-workspace-app-screen .gde-form-grid,
    .gdp-workspace-app-screen .gde-job-filter-form,
    .gdp-workspace-app-screen .gde-recruitment-form-grid {
        grid-template-columns: 1fr;
    }

    .gdp-workspace-app-screen .gde-form-grid > *,
    .gdp-workspace-app-screen .gde-business-form > *,
    .gdp-workspace-app-screen .gde-business-form label,
    .gdp-workspace-app-screen .gde-admin-review-form label,
    .gdp-workspace-app-screen .gde-form-grid-span-full,
    .gdp-workspace-app-screen .gde-google-product-category-field {
        min-width: 0;
    }

    .gdp-workspace-app-screen .gde-business-form input[type="text"],
    .gdp-workspace-app-screen .gde-business-form input[type="email"],
    .gdp-workspace-app-screen .gde-business-form input[type="url"],
    .gdp-workspace-app-screen .gde-business-form input[type="search"],
    .gdp-workspace-app-screen .gde-business-form input[type="number"],
    .gdp-workspace-app-screen .gde-business-form input[type="date"],
    .gdp-workspace-app-screen .gde-business-form input[type="password"],
    .gdp-workspace-app-screen .gde-business-form select,
    .gdp-workspace-app-screen .gde-business-form textarea,
    .gdp-workspace-app-screen .gde-admin-review-form input[type="text"],
    .gdp-workspace-app-screen .gde-admin-review-form input[type="email"],
    .gdp-workspace-app-screen .gde-admin-review-form input[type="url"],
    .gdp-workspace-app-screen .gde-admin-review-form input[type="search"],
    .gdp-workspace-app-screen .gde-admin-review-form input[type="number"],
    .gdp-workspace-app-screen .gde-admin-review-form input[type="date"],
    .gdp-workspace-app-screen .gde-admin-review-form input[type="password"],
    .gdp-workspace-app-screen .gde-admin-review-form select,
    .gdp-workspace-app-screen .gde-admin-review-form textarea {
        min-width: 0;
        min-height: 50px;
    }

    .gdp-workspace-app-screen .gde-business-form textarea,
    .gdp-workspace-app-screen .gde-admin-review-form textarea {
        min-height: 136px;
    }
}

@media (max-width: 760px) {
    .gdp-workspace-app-screen .gdp-app-screen {
        gap: 10px;
        padding: 10px;
    }

    .gdp-workspace-app-screen .gdp-app-screen-bar {
        gap: 12px;
        padding: 12px 13px;
        border-radius: 20px;
    }

    .gdp-workspace-app-screen .gdp-app-screen-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    .gdp-workspace-app-screen .gdp-app-screen-title {
        font-size: clamp(1.08rem, 6vw, 1.45rem);
        line-height: 1.06;
    }

    .gdp-workspace-app-screen .gdp-app-screen-bar p {
        font-size: 0.88rem;
        line-height: 1.42;
        -webkit-line-clamp: 2;
    }

    .gdp-workspace-app-screen .gdp-app-screen-toggle {
        min-height: 48px;
        padding-inline: 14px;
        border-radius: 16px;
    }

    .gdp-workspace-app-screen .gdp-app-screen-mobile-nav,
    .gdp-workspace-app-screen .gdp-app-screen-mobile-actions {
        grid-template-columns: 1fr;
    }

    .gdp-workspace-app-screen .gdp-app-screen-mobile-panel-section,
    .gdp-workspace-app-screen .gde-dashboard-panel,
    .gdp-workspace-app-screen .gde-dashboard-card,
    .gdp-workspace-app-screen .gde-dashboard-site-card,
    .gdp-workspace-app-screen .gde-dashboard-item,
    .gdp-workspace-app-screen .gde-dashboard-item-resource,
    .gdp-workspace-app-screen .gde-dashboard-item-sitewide,
    .gdp-workspace-app-screen .gde-dashboard-panel-compact,
    .gdp-workspace-app-screen .gde-workspace-nav-group {
        padding: 14px;
        border-radius: 18px;
    }

    .gdp-workspace-app-screen .gde-dashboard-panel-head,
    .gdp-workspace-app-screen .gde-dashboard-item,
    .gdp-workspace-app-screen .gde-dashboard-item-resource,
    .gdp-workspace-app-screen .gde-dashboard-item-sitewide {
        gap: 12px;
    }

    .gdp-workspace-app-screen .gde-dashboard-item,
    .gdp-workspace-app-screen .gde-dashboard-item-resource,
    .gdp-workspace-app-screen .gde-dashboard-item-sitewide {
        flex-direction: column;
        align-items: stretch;
    }

    .gdp-workspace-app-screen .gde-resource-action-cluster,
    .gdp-workspace-app-screen .gde-dashboard-actions,
    .gdp-workspace-app-screen .gde-dashboard-actions-primary,
    .gdp-workspace-app-screen .gde-resource-quick-actions {
        width: 100%;
        justify-content: flex-start;
        justify-items: stretch;
    }

    .gdp-workspace-app-screen .gde-dashboard-actions .button,
    .gdp-workspace-app-screen .gde-dashboard-actions .button.secondary,
    .gdp-workspace-app-screen .gde-dashboard-actions-primary .button,
    .gdp-workspace-app-screen .gde-dashboard-actions-primary .button.secondary,
    .gdp-workspace-app-screen .gde-resource-inline-form .button,
    .gdp-workspace-app-screen .gde-resource-inline-form .button.secondary,
    .gdp-workspace-app-screen .gde-resource-quick-actions .button,
    .gdp-workspace-app-screen .gde-resource-quick-actions .button.secondary {
        width: 100%;
    }

    .gdp-workspace-app-screen .gde-dashboard-searchbar-field {
        width: 100%;
    }

    .gdp-workspace-app-screen .gde-field-help {
        font-size: 0.82rem;
        line-height: 1.4;
    }
}

@media (max-width: 520px) {
    .gdp-workspace-app-screen .gdp-app-screen-bar.is-workspace-bar-hidden {
        transform: translateY(calc(-100% - 12px));
    }

    .gdp-workspace-app-screen .gdp-app-screen-title {
        font-size: clamp(1rem, 7vw, 1.28rem);
    }
}

/* 1.4.18 auth mobile polish */
.gdp-app-screen-auth-portal .gdp-auth-sidebar,
.gdp-app-screen-auth-portal .gdp-auth-stage,
.gdp-app-screen-auth-portal .gde-login-shell,
.gdp-app-screen-auth-portal .gde-auth-grid,
.gdp-app-screen-auth-portal .gde-login-card,
.gdp-app-screen-auth-portal .gde-login-form,
.gdp-app-screen-auth-portal .gde-auth-switcher {
    min-width: 0;
}

.gdp-app-screen-auth-portal .gdp-auth-sidebar-card-routes .gdp-app-page-link {
    overflow-wrap: anywhere;
}

.gdp-app-screen-auth-portal .gde-login-form input[type="text"],
.gdp-app-screen-auth-portal .gde-login-form input[type="email"],
.gdp-app-screen-auth-portal .gde-login-form input[type="password"],
.gdp-app-screen-auth-portal .gde-login-form input[type="url"],
.gdp-app-screen-auth-portal .gde-login-form input[type="search"],
.gdp-app-screen-auth-portal .gde-login-form select,
.gdp-app-screen-auth-portal .gde-login-form textarea {
    width: 100%;
    min-width: 0;
}

@media (max-width: 1100px) {
    .gdp-app-screen-auth-portal .gdp-app-screen-body-split {
        grid-template-columns: 1fr;
        gap: 14px;
        overflow: visible;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage {
        order: 1;
    }

    .gdp-app-screen-auth-portal .gdp-auth-sidebar {
        order: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        overflow: visible;
    }

    .gdp-app-screen-auth-portal .gdp-auth-sidebar-card {
        min-width: 0;
        height: 100%;
    }

    .gdp-app-screen-auth-portal .gdp-auth-sidebar-card-quick {
        grid-column: 1 / -1;
    }

    .gdp-app-screen-auth-portal .gdp-app-page-stage,
    .gdp-app-screen-auth-portal .gdp-app-page-sidebar {
        height: auto;
    }
}

@media (max-width: 760px) {
    .gdp-app-screen-auth-portal {
        gap: 10px;
        padding: 10px;
    }

    .gdp-app-screen-auth-portal .gdp-app-screen-bar {
        gap: 10px;
        padding: 14px;
        border-radius: 20px;
    }

    .gdp-app-screen-auth-portal .gdp-app-screen-title {
        font-size: clamp(1.2rem, 7vw, 1.65rem);
        line-height: 1.05;
    }

    .gdp-app-screen-auth-portal .gdp-app-screen-bar p {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .gdp-app-screen-auth-portal .gdp-app-screen-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gdp-app-screen-auth-portal .gdp-app-screen-actions .button,
    .gdp-app-screen-auth-portal .gdp-app-screen-actions .button.secondary {
        width: 100%;
        justify-content: center;
    }

    .gdp-app-screen-auth-portal .gdp-auth-sidebar {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gdp-app-screen-auth-portal .gdp-auth-sidebar-card-intro,
    .gdp-app-screen-auth-portal .gdp-auth-sidebar-card-routes {
        display: none;
    }

    .gdp-app-screen-auth-portal .gdp-app-page-stage,
    .gdp-app-screen-auth-portal .gdp-app-page-sidebar-card,
    .gdp-app-screen-auth-portal .gde-login-card,
    .gdp-app-screen-auth-portal .gdp-auth-stage-banner {
        padding: 14px;
        border-radius: 18px;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-banner {
        gap: 12px;
        margin-bottom: 14px;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-banner-copy h2 {
        font-size: clamp(1.2rem, 6vw, 1.6rem);
        line-height: 1.08;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-banner-copy p {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-stat {
        padding: 12px 10px;
        border-radius: 16px;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-stat strong {
        font-size: 1.1rem;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-stat span {
        font-size: 0.76rem;
    }

    .gdp-app-screen-auth-portal .gde-auth-switcher {
        gap: 8px;
        padding: 8px;
        border-radius: 18px;
    }

    .gdp-app-screen-auth-portal .gde-auth-switcher-link {
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 14px;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .gdp-app-screen-auth-portal .gde-auth-grid {
        gap: 14px;
    }

    .gdp-app-screen-auth-portal .gde-login-copy h1,
    .gdp-app-screen-auth-portal .gde-login-copy h2 {
        margin: 4px 0 6px;
        font-size: clamp(1.45rem, 7vw, 1.85rem);
        line-height: 1.04;
    }

    .gdp-app-screen-auth-portal .gde-login-copy p {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .gdp-app-screen-auth-portal .gde-login-form {
        gap: 12px;
    }

    .gdp-app-screen-auth-portal .gde-login-form label {
        gap: 7px;
        font-size: 0.94rem;
    }

    .gdp-app-screen-auth-portal .gde-login-form input[type="text"],
    .gdp-app-screen-auth-portal .gde-login-form input[type="email"],
    .gdp-app-screen-auth-portal .gde-login-form input[type="password"],
    .gdp-app-screen-auth-portal .gde-login-form input[type="url"],
    .gdp-app-screen-auth-portal .gde-login-form input[type="search"],
    .gdp-app-screen-auth-portal .gde-login-form select,
    .gdp-app-screen-auth-portal .gde-login-form textarea {
        min-height: 52px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .gdp-app-screen-auth-portal .gde-login-remember {
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .gdp-app-screen-auth-portal .gde-login-form .button,
    .gdp-app-screen-auth-portal .gde-login-form .button.secondary {
        width: 100%;
        min-height: 50px;
        justify-content: center;
    }

    .gdp-app-screen-auth-portal .gdp-auth-quick-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gdp-app-screen-auth-portal .gdp-auth-quick-link {
        padding: 12px 13px;
        border-radius: 14px;
    }
}

@media (max-width: 520px) {
    .gdp-app-screen-auth-portal .gdp-app-screen-actions {
        grid-template-columns: 1fr;
    }

    .gdp-app-screen-auth-portal .gdp-auth-stage-stats {
        grid-template-columns: 1fr;
    }

    .gdp-app-screen-auth-portal .gde-auth-switcher {
        grid-template-columns: 1fr;
    }
}

/* 1.4.22 archive card cleanup */
.archive-list,
.search-results-list {
    gap: 18px;
}

.archive-list .listing-card,
.search-results-list .listing-card {
    grid-template-columns: minmax(168px, 196px) minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding: 16px;
    overflow: hidden;
}

.archive-list .listing-card-media,
.search-results-list .listing-card-media {
    aspect-ratio: 1 / 1;
    min-height: 168px;
    border-radius: 20px;
}

.archive-list .listing-card-content,
.search-results-list .listing-card-content {
    gap: 12px;
}

.archive-list .listing-card-top,
.search-results-list .listing-card-top {
    align-items: center;
    gap: 8px;
}

.archive-list .listing-card-title,
.search-results-list .listing-card-title {
    font-size: clamp(1.18rem, 2vw, 1.38rem);
    line-height: 1.18;
}

.archive-list .listing-card-signals,
.search-results-list .listing-card-signals {
    gap: 6px;
}

.archive-list .listing-card-verified,
.search-results-list .listing-card-verified {
    margin-top: 2px;
}

.archive-list .listing-card-glance,
.search-results-list .listing-card-glance,
.archive-list .listing-card-details,
.search-results-list .listing-card-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.archive-list .listing-card-glance-item,
.search-results-list .listing-card-glance-item {
    padding: 11px 12px;
    border-radius: 16px;
}

.archive-list .listing-card-detail,
.search-results-list .listing-card-detail {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 5px;
    padding: 11px 12px;
    border-radius: 16px;
}

.archive-list .listing-card-detail-value,
.search-results-list .listing-card-detail-value {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.archive-list .listing-card-excerpt,
.search-results-list .listing-card-excerpt {
    -webkit-line-clamp: 2;
}

.archive-list .listing-card-meta,
.search-results-list .listing-card-meta {
    gap: 6px;
}

.archive-list .listing-card-footer,
.search-results-list .listing-card-footer {
    gap: 10px 14px;
    margin-top: 2px;
}

.archive-list .listing-card-footer-actions,
.search-results-list .listing-card-footer-actions {
    min-width: 0;
    justify-items: start;
    flex: 1 1 100%;
}

.archive-list .listing-card-actions,
.search-results-list .listing-card-actions,
.archive-list .listing-card-links,
.search-results-list .listing-card-links {
    justify-content: flex-start;
}

@media (max-width: 900px) {
    .archive-list .listing-card,
    .search-results-list .listing-card {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .archive-list .listing-card-media,
    .search-results-list .listing-card-media {
        min-height: 140px;
    }

    .archive-list .listing-card-glance,
    .search-results-list .listing-card-glance,
    .archive-list .listing-card-details,
    .search-results-list .listing-card-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .archive-list .listing-card,
    .search-results-list .listing-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }

    .archive-list .listing-card-media,
    .search-results-list .listing-card-media {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .archive-list .listing-card-top,
    .search-results-list .listing-card-top,
    .archive-list .listing-card-topline,
    .search-results-list .listing-card-topline {
        flex-direction: column;
        align-items: flex-start;
    }

    .archive-list .listing-card-footer,
    .search-results-list .listing-card-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .archive-list .listing-card-footer-copy,
    .search-results-list .listing-card-footer-copy,
    .archive-list .listing-card-footer-actions,
    .search-results-list .listing-card-footer-actions,
    .archive-list .listing-card-actions,
    .search-results-list .listing-card-actions,
    .archive-list .listing-card-links,
    .search-results-list .listing-card-links {
        width: 100%;
    }

    .archive-list .listing-card-actions .button,
    .search-results-list .listing-card-actions .button {
        width: 100%;
        justify-content: center;
    }

    .archive-list .listing-card-links .text-link,
    .search-results-list .listing-card-links .text-link {
        min-height: 0;
        padding: 0;
        border: 0;
        background: transparent;
        justify-content: flex-start;
    }

    .archive-list .listing-card-geo,
    .search-results-list .listing-card-geo,
    .archive-list .listing-card-eyebrow,
    .search-results-list .listing-card-eyebrow,
    .archive-list .listing-card-verified,
    .search-results-list .listing-card-verified {
        max-width: 100%;
    }
}
