/* =========================================================
   ZDV Footer V10 — Clean General CSS
   Scope: global footer class, no post/product ID dependency
   Target root: .zdv-footer-v10
   ========================================================= */

/* ---------------------------------------------------------
   01. Root / Elementor reset
   --------------------------------------------------------- */

.zdv-footer-v10,
.zdv-footer-v10 *,
.zdv-footer-v10 *::before,
.zdv-footer-v10 *::after {
  box-sizing: border-box;
}

.zdv-footer-v10 {
  --zdv-footer-bg: #f1f3f2;
  --zdv-footer-surface: rgba(255, 255, 255, 0.94);
  --zdv-footer-surface-soft: #f7faf8;
  --zdv-footer-border: #dce4df;
  --zdv-footer-border-soft: #e7ede9;
  --zdv-footer-text: #4f5d54;
  --zdv-footer-muted: #6b756f;
  --zdv-footer-title: #183f27;
  --zdv-footer-green: #147347;
  --zdv-footer-green-dark: #164c2b;
  --zdv-footer-accent: #79b83f;
  --zdv-footer-warning: #b56613;
  --zdv-footer-warning-bg: #fff7ea;
  --zdv-footer-warning-border: #efd3a4;

  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  direction: rtl;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 30px 0 0 !important;
  padding: 24px 20px 0 !important;
  overflow: hidden;
  background: var(--zdv-footer-bg) !important;
  border-top: 1px solid #d9dcda;
}

.zdv-footer-v10::before {
  content: "";
  position: absolute;
  inset-block-start: -1px;
  inset-inline-start: 50%;
  width: 88px;
  height: 3px;
  background: var(--zdv-footer-accent);
  border-radius: 0 0 6px 6px;
  transform: translateX(-50%);
}

.zdv-footer-v10 .elementor-widget,
.zdv-footer-v10 .elementor-widget-container,
.zdv-footer-v10 .elementor-shortcode {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
}

.zdv-footer-v10 a {
  text-decoration: none;
}

.zdv-footer-v10 img,
.zdv-footer-v10 svg {
  max-width: 100%;
}

/* ---------------------------------------------------------
   02. Footer layout
   --------------------------------------------------------- */

.zdv-footer-v10__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 1400px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.zdv-footer-v10__main {
  display: grid !important;
  grid-template-columns: minmax(0, 2.15fr) minmax(350px, 0.85fr) !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zdv-footer-communication,
.zdv-footer-shipping,
.zdv-footer-v10__bottom {
  min-width: 0 !important;
  min-height: 0 !important;
}

.zdv-footer-communication {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.zdv-footer-communication__content {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zdv-footer-shipping {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  width: 100% !important;
  padding: 16px 18px !important;
  background: var(--zdv-footer-surface) !important;
  border: 1px solid var(--zdv-footer-border) !important;
  border-radius: 13px;
  box-shadow: 0 6px 18px rgba(31, 50, 39, 0.045);
}

.zdv-footer-shipping__content {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

/* ---------------------------------------------------------
   03. Contact dashboard
   --------------------------------------------------------- */

.zdv-contact-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 65%) minmax(315px, 35%);
  grid-template-rows: auto auto auto;
  gap: 10px;
  width: 100%;
  min-width: 0;
  direction: rtl;
}

.zdv-contact-card {
  min-width: 0;
  padding: 14px 16px;
  background: var(--zdv-footer-surface);
  border: 1px solid var(--zdv-footer-border);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(31, 50, 39, 0.045);
}

/* Primary card */
.zdv-contact-card--primary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) minmax(315px, 35%);
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
}

.zdv-contact-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 92px;
  padding-inline-end: 0;
  padding-inline-start: 18px;
  border-inline-start: 1px solid #e3e9e5;
}

.zdv-contact-brand img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.zdv-contact-office {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  padding-inline-start: 18px;
}

.zdv-contact-office__badge,
.zdv-contact-warning-icon,
.zdv-shipping-summary__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.zdv-contact-office__badge {
  color: var(--zdv-footer-green);
  background: #e7f3eb;
  border: 1px solid #d6e8dc;
}

.zdv-contact-office__badge svg,
.zdv-contact-warning-icon svg,
.zdv-shipping-summary__icon svg {
  display: block;
  width: 21px;
  height: 21px;
}

.zdv-contact-office__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.zdv-contact-office__content strong {
  color: var(--zdv-footer-title);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
}

.zdv-contact-office__content address {
  max-width: 100%;
  margin: 0;
  color: #56645b;
  font-size: 12.5px;
  font-style: normal;
  line-height: 2;
  text-align: justify;
  text-align-last: right;
  overflow-wrap: break-word;
}

.zdv-contact-office__content address br {
  display: none !important;
}

.zdv-contact-numbers {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  width: 100%;
  min-width: 0;
  margin: 0 !important;
}

.zdv-contact-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 45px;
  padding: 7px 13px;
  color: #ffffff;
  background: #1b703d;
  border: 1px solid #1b703d;
  border-radius: 10px;
  box-shadow: 0 7px 16px rgba(27, 112, 61, 0.15);
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.zdv-contact-mobile:hover {
  color: #ffffff;
  background: #145b31;
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(20, 91, 49, 0.2);
}

.zdv-contact-mobile span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 650;
}

.zdv-contact-mobile strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.zdv-contact-landlines {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
}

.zdv-contact-landlines a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 38px;
  padding: 5px 4px;
  color: #2f5f40;
  background: #f5f8f6;
  border: 1px solid #dce6df;
  border-radius: 8px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.zdv-contact-landlines a:hover {
  color: #1e5231;
  background: #eef5f0;
  border-color: #ceddd2;
}

/* Messaging */
.zdv-contact-card--messaging {
  grid-column: 1;
  display: grid !important;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 112px;
  padding: 11px 14px !important;
  background: linear-gradient(135deg, #f3faf6 0%, #ffffff 100%);
}

.zdv-contact-card__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.zdv-contact-card__heading strong {
  margin: 0;
  color: #174c2c;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.5;
  white-space: nowrap;
}

.zdv-contact-card__heading span {
  margin: 0;
  color: var(--zdv-footer-muted);
  font-size: 10.5px;
  line-height: 1.55;
  white-space: nowrap;
}

.zdv-contact-apps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(70px, 1fr));
  align-items: center;
  gap: 6px;
  width: 100%;
  margin: 0 !important;
}

.zdv-contact-app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 36px;
  padding: 4px 7px;
  color: #34483b;
  background: #ffffff;
  border: 1px solid #dfe8e2;
  border-radius: 9px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.zdv-contact-app:hover {
  color: var(--zdv-footer-title);
  background: #eef5f0;
  border-color: #ceddd2;
}

.zdv-contact-app__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  background: transparent;
}

.zdv-contact-app__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Hours */
.zdv-contact-card--hours {
  grid-column: 2;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 112px;
  padding: 11px 14px !important;
  background: linear-gradient(135deg, #fafbfa 0%, #ffffff 100%);
  text-align: right;
}

.zdv-contact-hours__title {
  width: 100%;
  margin: 0;
  color: var(--zdv-footer-title);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

.zdv-contact-hours__schedule {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px 15px;
  width: 100%;
  margin: 0;
}

.zdv-contact-hours__schedule span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #5d6961;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.7;
  white-space: nowrap;
}

.zdv-contact-hours__schedule b {
  color: #17653a;
  font-size: 11.5px;
  font-weight: 850;
}

.zdv-contact-hours__schedule .is-closed,
.zdv-contact-hours__schedule .is-closed b {
  color: #b33f3f;
}

/* Warehouse */
.zdv-contact-card--warehouse {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 15px;
  background: linear-gradient(135deg, var(--zdv-footer-warning-bg) 0%, #fffdf8 100%);
  border-color: var(--zdv-footer-warning-border);
  box-shadow: 0 6px 18px rgba(185, 114, 25, 0.05);
}

.zdv-contact-warning-icon {
  color: var(--zdv-footer-warning);
  background: #fff0d4;
  border: 1px solid #efcf96;
  border-radius: 11px;
}

.zdv-contact-warehouse__content {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(250px, 0.75fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: 10px 22px;
  width: 100%;
  min-width: 0;
}

.zdv-contact-warehouse__content strong {
  color: #82430d;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.6;
}

.zdv-contact-warehouse__content span {
  color: #6d5540;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.7;
}

.zdv-contact-warehouse__content small {
  color: #a15416;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.7;
}

/* ---------------------------------------------------------
   04. Shipping summary
   --------------------------------------------------------- */

.zdv-shipping-summary {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  min-height: 100%;
}

.zdv-shipping-summary__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 10px 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.zdv-shipping-summary__item + .zdv-shipping-summary__item {
  border-top: 1px solid var(--zdv-footer-border-soft);
}

.zdv-shipping-summary__icon {
  color: #08785c;
  background: #e8f3ec;
  border: 1px solid #dce9e0;
}

.zdv-shipping-summary__content {
  min-width: 0;
}

.zdv-shipping-summary__content h3 {
  margin: 0 0 3px;
  color: #21492f;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.55;
}

.zdv-shipping-summary__content p {
  margin: 0;
  color: #68746c;
  font-size: 11px;
  line-height: 1.7;
}

.zdv-shipping-guide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 8px 14px;
  color: #ffffff;
  background: #089b73;
  border: 1px solid #089b73;
  border-radius: 10px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(8, 155, 115, 0.18);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.zdv-shipping-guide-button svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.zdv-shipping-guide-button:hover {
  color: #ffffff;
  background: #047857;
  border-color: #047857;
  box-shadow: 0 9px 22px rgba(4, 120, 87, 0.23);
  transform: translateY(-1px);
}

.zdv-shipping-guide-button:active {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(4, 120, 87, 0.15);
}

/* ---------------------------------------------------------
   05. Footer bottom
   --------------------------------------------------------- */

.zdv-footer-v10__bottom {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zdv-footer-bottom {
  width: 100%;
  overflow: hidden;
  border-radius: 13px 13px 0 0;
}

.zdv-footer-bottom__main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-areas: "permits links";
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  min-height: 72px !important;
  padding: 9px 18px !important;
  background: var(--zdv-footer-green-dark);
  direction: ltr;
}

.zdv-footer-bottom__permits {
  grid-area: permits;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  direction: ltr;
  justify-self: stretch !important;
}

.zdv-footer-bottom__permits a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9px;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.zdv-footer-bottom__permits a:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.zdv-footer-bottom__permits img {
  display: block;
  width: 38px;
  height: 38px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.zdv-footer-bottom__links {
  grid-area: links;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 0 0 auto !important;
  padding-inline-start: 18px;
  direction: rtl;
  justify-self: stretch !important;
}

.zdv-footer-bottom__links span {
  position: relative;
  padding-inline: 13px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.zdv-footer-bottom__links span:first-child {
  padding-inline-start: 0;
}

.zdv-footer-bottom__links span:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
}

.zdv-footer-bottom__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px 16px 8px;
  background: #e9eeeb;
  border: 1px solid #dce3df;
  border-top: 0;
  text-align: center;
}

.zdv-footer-bottom__copyright,
.zdv-footer-bottom__credit {
  margin: 0;
}

.zdv-footer-bottom__copyright {
  color: #48554d;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.7;
}

.zdv-footer-bottom__copyright strong {
  color: #33743f;
  font-weight: 850;
}

.zdv-footer-bottom__credit {
  color: #7a847e;
  font-size: 9px;
  line-height: 1.6;
}

/* ---------------------------------------------------------
   06. Tablet
   --------------------------------------------------------- */

@media (max-width: 1200px) {
  .zdv-footer-v10__main {
    grid-template-columns: 1fr !important;
  }

  .zdv-contact-card--primary {
    grid-template-columns: 95px minmax(0, 1fr) minmax(310px, 0.9fr);
    gap: 14px;
  }

  .zdv-contact-brand img {
    width: 82px;
  }

  .zdv-contact-card--messaging {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
}

@media (max-width: 1100px) {
  .zdv-contact-dashboard {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
  }

  .zdv-contact-warehouse__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}

/* ---------------------------------------------------------
   07. Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {
  .zdv-footer-v10 {
    margin-top: 20px !important;
    padding: 18px 12px 0 !important;
  }

  .zdv-footer-v10__inner {
    gap: 16px !important;
    padding: 0 !important;
  }

  .zdv-footer-v10__main {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .zdv-footer-communication,
  .zdv-footer-shipping,
  .zdv-footer-v10__bottom,
  .zdv-footer-bottom {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .zdv-footer-shipping {
    padding: 15px !important;
    border-radius: 12px;
  }

  .zdv-contact-dashboard {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .zdv-contact-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-radius: 12px;
  }

  .zdv-contact-card--primary {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  .zdv-contact-brand {
    min-height: 0;
    padding: 0 0 11px;
    border-inline-start: 0;
    border-bottom: 1px solid #e3e9e5;
  }

  .zdv-contact-brand img {
    width: 88px;
  }

  .zdv-contact-office {
    width: 100% !important;
    padding: 0 0 11px;
    border-bottom: 1px solid #e3e9e5;
  }

  .zdv-contact-office__content address {
    line-height: 1.9;
  }

  .zdv-contact-landlines {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .zdv-contact-card--messaging {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    min-height: auto;
    padding: 12px 14px !important;
  }

  .zdv-contact-card__heading strong,
  .zdv-contact-card__heading span {
    white-space: normal;
  }

  .zdv-contact-apps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .zdv-contact-card--hours {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-height: auto;
    padding: 14px 12px !important;
    text-align: center !important;
  }

  .zdv-contact-hours__title {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .zdv-contact-hours__schedule {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 10px !important;
    width: 100%;
    text-align: center;
  }

  .zdv-contact-hours__schedule > span {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }

  .zdv-contact-hours__schedule > .is-closed {
    grid-column: 1 / -1 !important;
    flex-direction: row !important;
    gap: 6px !important;
    padding-top: 3px !important;
  }

  .zdv-contact-card--warehouse {
    align-items: flex-start;
  }

  .zdv-contact-warehouse__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    max-width: 100%;
  }

  .zdv-shipping-summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .zdv-shipping-summary__item,
  .zdv-shipping-guide-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
  }

  .zdv-footer-bottom__main {
    grid-template-columns: 1fr !important;
    grid-template-areas: "links" "permits" !important;
    gap: 11px !important;
    min-height: 0 !important;
    padding: 12px 14px !important;
  }

  .zdv-footer-bottom__links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .zdv-footer-bottom__links span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.28) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .zdv-footer-bottom__links span:first-child {
    border-right: 0 !important;
  }

  .zdv-footer-bottom__links span::after {
    display: none !important;
  }

  .zdv-footer-bottom__permits {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: center !important;
    justify-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .zdv-footer-bottom__permits a {
    flex: none;
    width: 44px;
    height: 44px;
    min-width: 0;
    max-width: 100%;
  }

  .zdv-footer-bottom__permits img {
    width: 35px;
    height: 35px;
  }

  .zdv-footer-bottom__meta {
    gap: 5px;
    margin-top: 0;
    padding: 9px 14px 10px;
  }

  .zdv-footer-bottom__meta p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    line-height: 1.8;
  }
}

/* ---------------------------------------------------------
   08. Motion preferences
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .zdv-footer-v10 *,
  .zdv-footer-v10 *::before,
  .zdv-footer-v10 *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   V.10.1 - Shipping Guide Button Specificity Fix
   بازگردانی استایل CTA دکمه مشاهده زمان‌بندی ارسال
   ========================================================= */

.zdv-footer-v10 .zdv-shipping-summary .zdv-shipping-guide-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 44px !important;
  margin-top: auto !important;
  padding: 8px 14px !important;

  color: #ffffff !important;
  background: #089b73 !important;
  border: 1px solid #089b73 !important;
  border-radius: 10px !important;

  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  box-shadow: 0 7px 18px rgba(8, 155, 115, 0.18) !important;
  appearance: none !important;
  -webkit-appearance: none !important;

  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease !important;
}

.zdv-footer-v10 .zdv-shipping-summary .zdv-shipping-guide-button span {
  color: inherit !important;
}

.zdv-footer-v10 .zdv-shipping-summary .zdv-shipping-guide-button svg {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  color: inherit !important;
  stroke: currentColor !important;
}

.zdv-footer-v10 .zdv-shipping-summary .zdv-shipping-guide-button:hover {
  color: #ffffff !important;
  background: #047857 !important;
  border-color: #047857 !important;
  box-shadow: 0 9px 22px rgba(4, 120, 87, 0.23) !important;
  transform: translateY(-1px) !important;
}

.zdv-footer-v10 .zdv-shipping-summary .zdv-shipping-guide-button:active {
  transform: translateY(1px) !important;
  box-shadow: 0 4px 12px rgba(4, 120, 87, 0.15) !important;
}
/* ---------------------------------------------------------
 * ZDV Footer Permits - Bigger logos without increasing bar height
 * --------------------------------------------------------- */

.zdv-footer-v10 .zdv-footer-bottom__permits {
	align-items: center;
	gap: 8px;
}

.zdv-footer-v10 .zdv-footer-bottom__permits a {
	width: 56px;
	height: 56px;
	min-width: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}

.zdv-footer-v10 .zdv-footer-bottom__permits img {
	width: 56px !important;
	height: 56px !important;
	max-width: 56px;
	max-height: 56px;
	object-fit: contain;
	display: block;
}
