.yuki-builder-column .current-menu-item > a {
  color: #ad3271 !important;
  -webkit-text-stroke-color: #ad3271;
}
div > .card p > a {
  color: #ad3271 !important;
}
.row > div .p-0 {
  margin-bottom: 0px !important;
}
div > .card > .card-body > .text-center > a {
  padding-top: 0px0px !important;
  margin-left: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
#sfm-sidebar > div:nth-child(1) > div > nav > div > ul > li:nth-child(2) > #sfm-sidebar > div:nth-child(1) > div > nav > div > ul > li:nth-child(2) > a > span {
  color: #d2e58c;
  -webkit-text-stroke-width: 0px;
}
#sfm-sidebar > div:nth-child(1) > div > nav > div > ul > li:nth-child(2) > a > img {
  color: #ae3271;
}
#sfm-sidebar > div:nth-child(1) > div > nav > div > ul > li:nth-child(2) > a:hover {
  color: #ad3271;
}
#sfm-sidebar > div:nth-child(1) > div > nav > div > ul > li:nth-child(2) > a > span:hover {
  color: #ae3271;
}
/* ================================================
   Specials Grid – Compact 2-Column Mobile Layout
   ================================================ */
/* ================================================
   Extra-Small Phones (< 400 px) – same layout, tighter gaps
   ================================================ */
/* ============================
   SearchWP Form - Mobile Fix
   For CSS Hero (simplified)
   ============================ */
/* Mobile layout for search form */
/* Tiny phones (extra small tweaks) */
/* ================================================
   Reduce side padding on mobile for Specials layout
   ================================================ */
@media (max-width: 640px) {
  /* Main form container */
  #searchwp-form-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
  /* Search field */
  #searchwp-form-1 input[type="search"] {
    font-size: 13px !important;
    padding: 6px 8px !important;
    height: 36px !important;
    border-radius: 6px !important;
    flex: 1 !important;
    min-width: 0 !important;
  }
  /* Search button */
  #searchwp-form-1 input[type="submit"] {
    font-size: 13px !important;
    padding: 6px 10px !important;
    height: 36px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
  }
  /* Inner flex container */
  #searchwp-form-1 .swp-flex {
    gap: 6px !important;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 400px) {
  #content_wpdm_package_1 .row > [class*="col-"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  #content_wpdm_package_1 .special-card {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 420px) {
  #searchwp-form-1 input[type="search"],
  #searchwp-form-1 input[type="submit"] {
    font-size: 12px !important;
    height: 32px !important;
  }
}
@media (max-width: 650px) {
  .wp-block-columns,
  .wp-container-core-columns-is-layout-14363ae7,
  #content .wp-block-column {
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* tighten outer container if used */
  #content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
  }
  /* ensure specials fill full width */
  #content_wpdm_package_1 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 641px) {
  /* --- Force 2-column flex grid --- */
  #content_wpdm_package_1 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  /* --- Ensure columns take up exactly half width --- */
  #content_wpdm_package_1 .row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    /* critical override */
    padding-left: 4px !important;
    padding-right: 4px !important;
    box-sizing: border-box !important;
  }
  /* --- Reduce vertical spacing between cards --- */
  #content_wpdm_package_1 .special-card {
    margin-bottom: 10px !important;
  }
  /* --- Compact inner text section --- */
  .special-info {
    padding: 6px 8px 8px !important;
  }
  .special-title {
    font-size: 11.5px !important;
    margin: 2px 0 2px !important;
    line-height: 1.2 !important;
  }
  .special-expiry {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    margin-top: 2px !important;
  }
  .special-expiry span.date {
    font-size: 10px !important;
    font-weight: 600 !important;
  }
  .special-wrapper {
    border-radius: 10px !important;
  }
}
