/* Black Friday Template Styles */
body.black-friday-template {
  overflow-x: hidden !important;
  overflow-y: scroll !important; /* Force scrollbar to always show */
  background-color: #000;
}


body.black-friday-template #container {
  padding: 0 !important;
  overflow: visible !important;
}

body.black-friday-template #content {
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

/* Featured Article Black Template Styles */
body.post-template-wrapper-black,
body.post-template-wrapper-black .wrapper {
  background-color: #000;
  padding-top: 0;
  margin-top: 0;
}

body.post-template-wrapper-black .wrapper {
  height: auto !important;
  border: none;
}

/* Layout overrides so blocks can span the full viewport */
body.post-template-wrapper-black .wrapper {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.post-template-wrapper-black #container,
body.post-template-wrapper-black #content,
body.post-template-wrapper-black .content-wide,
body.post-template-wrapper-black .entry--black-template,
body.post-template-wrapper-black .post-content--black {
  width: 100%;
}

body.post-template-wrapper-black .content-wide,
body.post-template-wrapper-black .entry--black-template,
body.post-template-wrapper-black .post-content--black {
  margin: 0;
  padding: 0;
}

body.post-template-wrapper-black .post-content--black {
  --bf-content-max-width: 1280px;
  --bf-horizontal-gutter: 16px;
}

@media (min-width: 768px) {
  body.post-template-wrapper-black .post-content--black {
    --bf-horizontal-gutter: clamp(32px, 5vw, 60px);
  }

  body.post-template-wrapper-black .post-content--black > :not(.wp-block-ut-countdown):not(.schema-faq):not(.alignfull):not(.alignwide):not(.is-style-fullwidth):not(.blue-background):not(.black-friday-dark-section):not(.black-friday-wrapper):not(.black-friday-content):not(.black-friday-widget-area):not(#h-haufig-gestellte-fragen) {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bf-content-max-width);
    width: 100%;
  }

  body.post-template-wrapper-black .post-content--black > .wp-block-group:not(.alignfull):not(.alignwide):not(.is-style-fullwidth) > .wp-block-group__inner-container,
  body.post-template-wrapper-black .post-content--black > .wp-block-cover:not(.alignfull):not(.alignwide):not(.is-style-fullwidth) .wp-block-cover__inner-container,
  body.post-template-wrapper-black .post-content--black > .wp-block-columns:not(.alignfull):not(.alignwide):not(.is-style-fullwidth):not(.blue-background) {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bf-content-max-width);
    padding-left: var(--bf-horizontal-gutter);
    padding-right: var(--bf-horizontal-gutter);
    width: 100%;
  }
}

body.post-template-wrapper-black .entry .post-meta,
body.post-template-wrapper-black .entry .post-content,
body.post-template-wrapper-black .entry .post-footer {
  padding-left: 0;
  padding-right: 0;
}

body.post-template-wrapper-black ul.pages-table-content {
  padding: 20px 0;
  margin: 0;
    gap: 8px 8px;
}

body.post-template-wrapper-black ul.pages-table-content li a {
  background: #E6E9F7;
  color: rgba(5, 7, 69, 0.9);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: none;
}
body.post-template-wrapper-black .entry .post {
    padding-bottom: 0;
}
body.post-template-wrapper-black .entry,
body.post-template-wrapper-black .entry p,
body.post-template-wrapper-black .entry h1,
body.post-template-wrapper-black .entry h2,
body.post-template-wrapper-black .entry h3,
body.post-template-wrapper-black .entry h4,
body.post-template-wrapper-black .entry h5,
body.post-template-wrapper-black .entry h6,
body.post-template-wrapper-black .entry li,
body.post-template-wrapper-black .entry blockquote,
body.post-template-wrapper-black .entry span,
body.post-template-wrapper-black .entry a {
  color: #fff;
}

body.post-template-wrapper-black .entry h2 {
  color: var(--Text-On-Brand-Default, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: none;
}


body.post-template-wrapper-black .entry a {
  text-decoration: underline;
}

body.post-template-wrapper-black .entry .wp-block-button__link:not(.utrp-button) {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

body.post-template-wrapper-black .entry .wp-block-button.is-style-outline .wp-block-button__link:not(.utrp-button) {
  color: #fff;
  background-color: transparent;
}

body.post-template-wrapper-black .entry .wp-block-separator {
  border-color: #fff;
}

body.post-template-wrapper-black .entry .magazin-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 24px;
  background: var(--Background-Brand-Secondary, #FC7D21);
  border: none;
  color: var(--Text-Default-Primary, rgba(5, 7, 69, 0.9)) !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  box-shadow: none;
  padding: 12px 24px;
  width: 248px;
}


body.post-template-wrapper-black .entry .magazin-action a:hover,
body.post-template-wrapper-black .entry .magazin-action a:focus,
body.post-template-wrapper-black .entry .magazin-action a:active {
  color: inherit;
  text-decoration: none;
}

body.post-template-wrapper-black .entry .utrp-button:hover,
body.post-template-wrapper-black .entry .utrp-button:focus,
body.post-template-wrapper-black .entry .utrp-button:active,
body.post-template-wrapper-black .entry .magazin-action:hover,
body.post-template-wrapper-black .entry .magazin-action:focus,
body.post-template-wrapper-black .entry .magazin-action:active {
  text-decoration: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  body.post-template-wrapper-black .entry--black-template {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  body.post-template-wrapper-black .entry .magazin-action a {
    width: 100%;
  }
}

body.post-template-wrapper-black .entry .utrp-title a,
body.post-template-wrapper-black .entry .utrp-title a:hover,
body.post-template-wrapper-black .entry .utrp-title a:focus,
body.post-template-wrapper-black .entry .utrp-title a:active {
  text-decoration: none;
  color: inherit;
}

body.post-template-wrapper-black .page-footer {
  background-color: #fff;
}

body.post-template-wrapper-black .post-content ul ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

body.post-template-wrapper-black .post-content ul ul li {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

body.post-template-wrapper-black .post-content ul ul li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FC7D21;
  font-weight: 700;
}
body.post-template-wrapper-black .has-text-align-left {
  text-align: left;
}


body.post-template-wrapper-black .post-content p {
  padding: 10px 0px;
}


/* Full-bleed block treatments */
body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown,
body.post-template-wrapper-black .post-content--black .schema-faq {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}
.blue-background {
  background: var(--Blue-010, #E7EDFA);
}



body.post-template-wrapper-black .post-content--black .wp-block-columns.blue-background {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 30px;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  padding-left: var(--bf-horizontal-gutter);
  padding-right: var(--bf-horizontal-gutter);
  padding-left: max(
    var(--bf-horizontal-gutter),
    calc((100vw - var(--bf-content-max-width)) / 2)
  );
  padding-right: max(
    var(--bf-horizontal-gutter),
    calc((100vw - var(--bf-content-max-width)) / 2)
  );
}

body.post-template-wrapper-black .entry .blue-background img {
  border-radius: 32px;
}

body.post-template-wrapper-black .entry .blue-background,
body.post-template-wrapper-black .entry .blue-background h2,
body.post-template-wrapper-black .entry .blue-background h3,
body.post-template-wrapper-black .entry .blue-background h4,
body.post-template-wrapper-black .entry .blue-background h5,
body.post-template-wrapper-black .entry .blue-background h6,
body.post-template-wrapper-black .entry .blue-background p,
body.post-template-wrapper-black .entry .blue-background li,
body.post-template-wrapper-black .entry .blue-background blockquote,
body.post-template-wrapper-black .entry .blue-background span {
  color: var(--Text-Default-Primary, rgba(5, 7, 69, 0.9));
}

body.post-template-wrapper-black .entry .blue-background a {
  color: var(--Background-Brand-Primary, #0D49C7);
}

body.post-template-wrapper-black .entry .blue-background .wp-block-button__link:not(.utrp-button) {
  color: var(--Text-On-Brand-Default, #fff);
  background-color: var(--Background-Brand-Primary, #0D49C7);
  border-color: var(--Background-Brand-Primary, #0D49C7);
}

body.post-template-wrapper-black .entry .blue-background .wp-block-button.is-style-outline .wp-block-button__link:not(.utrp-button) {
  color: var(--Background-Brand-Primary, #0D49C7);
  background-color: transparent;
  border-color: var(--Background-Brand-Primary, #0D49C7);
}


body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown {
  position: relative;
  overflow: hidden;
  padding: 48px 24px;
  background-color: #000;
  background-image: url('../images/black-friday/countdown-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1023px) {
  body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown {
    background-image: url('../images/black-friday/countdown-mobile-tablet-bg.png');
  }
}
@media (max-width: 600px) {
  body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown {
    background-image: url('../images/black-friday/countdown-mobile-bg.png');
    background-size: 600px auto;
  }
}

body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown .ut-countdown__background {
  position: absolute;
  inset: 0;
  display: flex;
}

body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown .ut-countdown__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown .ut-countdown__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

body.post-template-wrapper-black .post-content--black .schema-faq {
  background: #F7F7F7;
  border: 1px solid rgba(230, 233, 247, 0.2);

}

body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 32px;
  box-shadow: none;
}

body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-section:before {
  content: none;
}


body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-question {
  color: var(--Text-Default-Primary, rgba(5, 7, 69, 0.90));
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  max-height: 60px;
}

body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-answer {
  color: var(--Text-Default-Primary, rgba(5, 7, 69, 0.90));
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown,
  body.post-template-wrapper-black .post-content--black .schema-faq {
    padding-left: 16px;
    padding-right: 16px;
  }
  #content .entry {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-section {
    padding-bottom: 24px;
  }
}

@media (max-width: 600px) {
  body.post-template-wrapper-black .post-content--black .wp-block-ut-countdown {
    padding-top: 50px;
    padding-bottom: 32px;
  }

  body.post-template-wrapper-black .post-content--black .schema-faq {
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-question {
    font-size: 20px;
    padding-top: 40px;
  }

  body.post-template-wrapper-black .post-content--black .schema-faq .schema-faq-answer {
    font-size: 16px;
  }
  body.post-template-wrapper-black .mobile-sidebar-container {
    padding:0;
  }
}

#h-haufig-gestellte-fragen {
  background: var(--Background-Default-Default, #F7F7F7);
  padding: 25px;
  margin: 0;
  color: var(--Text-Default-Primary, rgba(5, 7, 69, 0.90));
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* Dark Section (Black Background) */
.black-friday-wrapper {
  background-color: #000;
  width: 100%;
}

.black-friday-content {
  background-color: #000;
  color: #fff;
  width: 100%;
}

.black-friday-dark-section {
  background-color: #000;
  width: 100%;
  overflow: visible;
}

.black-friday-widget-area {
  width: 100%;
  max-width: 100%;
  overflow: visible !important;
}

.black-friday-widget {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

/* Ensure custom HTML widget wrapper doesn't block sticky */
.black-friday-dark-section .custom-html-widget,
.black-friday-dark-section .textwidget {
  overflow: visible !important;
}

body.post-template-wrapper-black .newsletter-widget-container,
body.black-friday-template .newsletter-widget-container {
  border: 1px solid rgba(230, 233, 247, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

body.post-template-wrapper-black .newsletter-text-column,
body.black-friday-template .newsletter-text-column {
  color: #fff;
}

body.post-template-wrapper-black .newsletter-text-column h2,
body.black-friday-template .newsletter-text-column h2,
body.post-template-wrapper-black .newsletter-text-column p,
body.black-friday-template .newsletter-text-column p {
  color: inherit;
}

/* ------------------------------------------------------------------
   Deal voucher block: ensure highlight layout stacks on mobile
   ------------------------------------------------------------------ */
@media (max-width: 781px) {

  body.post-template-wrapper-black .entry .columns-1 .ut-deal-card__actions a
  {
    max-width: 100%;
  }
  .wp-block-ut-deal-voucher.columns-1,
  .wp-block-ut-deal-voucher.columns-1 .wp-block-ut-deal-voucher__columns {
    flex-wrap: wrap;
    grid-template-columns: 1fr !important;
  }

  .wp-block-ut-deal-voucher.columns-1 > *,
  .wp-block-ut-deal-voucher.columns-1 .wp-block-ut-deal-voucher__columns > * {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  body:not(.block-editor-page) .wp-block-ut-deal-voucher.columns-1 .ut-deal-card {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 0px;
    min-width: 0;
  }

  body:not(.block-editor-page) .wp-block-ut-deal-voucher.columns-1 .ut-deal-card > * {
    width: 100%;
  }

  body:not(.block-editor-page) .wp-block-ut-deal-voucher.columns-1 .ut-deal-card__image {
    flex: none;
    max-width: 100%;
    height: 145.5px;
  }

  body:not(.block-editor-page) .wp-block-ut-deal-voucher.columns-1 .ut-deal-card__body,
  body:not(.block-editor-page) .wp-block-ut-deal-voucher.columns-1 .ut-deal-card__actions {
    align-items: center;
    text-align: center;
    gap: 0px;
  }
}
body.post-template-wrapper-black .newsletter-form input[type="email"],
body.black-friday-template .newsletter-form input[type="email"] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(230, 233, 247, 0.3);
  color: #fff;
}

body.post-template-wrapper-black .newsletter-form input[type="email"]::placeholder,
body.black-friday-template .newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.post-template-wrapper-black .newsletter-form button[type="submit"],
body.black-friday-template .newsletter-form button[type="submit"] {
  background: #FC7D21;
  color: #050745;
  border: none;
}

body.post-template-wrapper-black .newsletter-form button[type="submit"]:hover,
body.black-friday-template .newsletter-form button[type="submit"]:hover,
body.post-template-wrapper-black .newsletter-form button[type="submit"]:focus,
body.black-friday-template .newsletter-form button[type="submit"]:focus {
  background: #ff9546;
}

body.post-template-wrapper-black .newsletter-privacy-checkbox h4,
body.black-friday-template .newsletter-privacy-checkbox h4 {
  color: rgba(255, 255, 255, 0.85);
}

body.post-template-wrapper-black .newsletter-disclaimer,
body.black-friday-template .newsletter-disclaimer,
body.post-template-wrapper-black .newsletter-message,
body.black-friday-template .newsletter-message {
  color: rgba(255, 255, 255, 0.7);
}

.black-friday-widget .widget-title {
  color: #fff;
}

/* Light Section (Grey Background - same as front page) */
.black-friday-light-wrapper {
  background-color: #F7F7F7;
  width: 100%;
}

.black-friday-light-content {
  background-color: #F7F7F7;
  color: #333;
  width: 100%;
}

.black-friday-light-section {
  background-color: #F7F7F7;
  width: 100%;
}

.black-friday-widget-light {
  width: 100%;
  margin: 0;
  padding: 0;
}

.black-friday-widget-light .widget-title {
  color: #333;
}

/* Scroll offset for anchor links (to account for fixed header) */
.deals-ajax-wrapper-section,
.bf-vouchers-widget-container {
  scroll-margin-top: 160px; /* Desktop: header + admin bar + nav */
}

@media (max-width: 1024px) {
  .deals-ajax-wrapper-section,
  .bf-vouchers-widget-container {
    scroll-margin-top: 60px; /* Mobile: mobile header (if visible) + nav */
  }
}

/* Anchor navigation links at top */
.black-friday-dark-section .black-friday-anchor-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: nowrap;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
  position: sticky;
  top: 60px;
  background-color: #000;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Hide scrollbar in Chrome/Safari/Opera */
.black-friday-dark-section .black-friday-anchor-nav::-webkit-scrollbar {
  display: none;
}

.black-friday-dark-section .black-friday-anchor-nav .anchor-label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.black-friday-dark-section .black-friday-anchor-nav .anchor-label::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../images/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.black-friday-dark-section .black-friday-anchor-nav a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  gap: 4px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E6E9F7;
  border-radius: 40px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease;

  /* Text styles */
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: rgba(5, 7, 69, 0.9);
  white-space: nowrap;
  flex-shrink: 0;
}

.black-friday-dark-section .black-friday-anchor-nav a:hover {
  background: #f0f0f0;
}

.black-friday-dark-section .sub-nav-cat-info {
  margin-top: 30px;
}

/* Black Friday Dark Section - White/Light Text Styling */
.black-friday-dark-section .sub-nav-cat-info h2 {
  color: #fff !important;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Icon styling */
.black-friday-dark-section .black-friday-title-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(52%) sepia(87%) saturate(2157%) hue-rotate(360deg) brightness(99%) contrast(98%);
}

.black-friday-dark-section .sub-nav-cat-info .cat-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.black-friday-dark-section .search-result-title span {
  color: #fff !important;
}

.black-friday-dark-section .entry-summary {
  color: rgba(255, 255, 255, 0.85) !important;
}

.black-friday-dark-section .search-result-date {
  color: rgba(255, 255, 255, 0.7) !important;
}

.black-friday-dark-section .cat-desc {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Button styling for Black Friday */
.black-friday-dark-section .custom-widget-button {
  background: #FC7D21;
  color: rgba(5, 7, 69, 0.9);
  padding: 12px 40px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

.black-friday-dark-section .custom-widget-button:hover {
  background-color: #FF7700;
}

/* Force 4 equal-width columns for Black Friday widget grid */
.black-friday-dark-section .grid-loop {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
}

/* Disable enlarged cards in Black Friday widget */
.black-friday-dark-section .grid-loop .is-enlarged {
  grid-column: span 1 !important;
}

.black-friday-dark-section #deals-ajax-wrapper {
  padding-left: 0;
  padding-right: 0;
}

  /* Force all cards to be equal width - very high specificity */
.black-friday-dark-section #deals-ajax-wrapper .grid-loop .search-result-card,
.black-friday-dark-section #deals-ajax-wrapper .grid-loop .search-result-card.is-enlarged,
.black-friday-dark-section .grid-loop .search-result-card {
  grid-column: span 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Target each child specifically */
.black-friday-dark-section .grid-loop .search-result-card:nth-child(1),
.black-friday-dark-section .grid-loop .search-result-card:nth-child(2),
.black-friday-dark-section .grid-loop .search-result-card:nth-child(3),
.black-friday-dark-section .grid-loop .search-result-card:nth-child(4) {
  grid-column: span 1 !important;
}



/* Force text wrapping in card content to prevent layout issues */
.black-friday-dark-section .search-result-content,
.black-friday-dark-section .post-content,
.black-friday-dark-section .post-content-start,
.black-friday-dark-section .entry-summary {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

/* Remove top padding from posts in Black Friday section to align with placeholders */
@media (max-width: 1024px) {
  .black-friday-dark-section .post {
    padding-top: 0 !important;
  }
}

/* Responsive: 3 columns on medium screens */
@media (max-width: 1023px) {
  .black-friday-dark-section .grid-loop {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

/* Responsive: 2 columns on tablets */
@media (max-width: 779px) {
  .black-friday-dark-section .grid-loop {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

/* Responsive: 1 column on mobile */
@media (max-width: 629px) {
  .black-friday-dark-section .grid-loop {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Placeholder card styling */
.black-friday-dark-section .black-friday-placeholder {
  cursor: default;
  pointer-events: none;
}

.black-friday-dark-section .placeholder-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 0 17px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* Increase border radius for Black Friday card images */
.black-friday-dark-section .search-result-image {
  border-radius: 20px !important;
  height: 296px !important;
}

.black-friday-dark-section .search-result-image-container {
  min-height: 296px !important;
}

/* Mobile: Reduce image height */
@media (max-width: 630px) {
  .black-friday-dark-section .search-result-image {
    height: 200px !important;
  }

  .black-friday-dark-section .search-result-image-container {
    min-height: 200px !important;
  }
}

/* Hide date on placeholder cards */
.black-friday-dark-section .black-friday-placeholder .search-result-meta {
  display: none;
}

/* Bottom description styling */
.black-friday-dark-section .black-friday-bottom-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 60px;
  justify-content: center;
}

/* Countdown Widget Styling */
.black-friday-dark-section .black-friday-countdown-widget {
  text-align: center;
  padding: 40px 20px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  background-image: url('../images/black-friday/countdown-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.black-friday-dark-section .countdown-title {
  height: 36px;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.black-friday-dark-section .countdown-expires-text {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.black-friday-dark-section .countdown-display {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.black-friday-dark-section .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 100px;
}

.black-friday-dark-section .countdown-number {
  height: 50px;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #FC7D21;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}

.black-friday-dark-section .countdown-label {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

/* Expandable Text Block */
.black-friday-dark-section .expandable-text-block {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  border-bottom: 1px solid #B4B5C8;
  /* margin-bottom: 20px; */
}

.black-friday-dark-section .expandable-text-block h1 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.black-friday-dark-section .expandable-text-content {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.black-friday-dark-section .expandable-text-content.collapsed {
  max-height: 48px; /* 2 lines at 24px line-height */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.black-friday-dark-section .expandable-text-content.expanded {
  max-height: none;
}

.black-friday-dark-section .mehr-button {
  background: none;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 12px;
  padding: 0;
  transition: opacity 0.3s ease;
  float: right;
}

.black-friday-dark-section .mehr-button:hover {
  opacity: 0.8;
}

.black-friday-dark-section .mehr-button::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../images/home-widgets/show-more.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1); /* Makes the arrow white */
  display: inline-block;
  transform: rotate(180deg); /* Start pointing down */
}

.black-friday-dark-section .mehr-button.expanded::after {
  transform: rotate(0deg); /* Point up when expanded */
}

/* Responsive: Mobile & Tablet countdown background */
@media (max-width: 1023px) {
  .black-friday-dark-section .black-friday-countdown-widget {
    background-image: url('../images/black-friday/countdown-mobile-tablet-bg.png');
  }
}

/* Responsive: Horizontal padding for content blocks below 1320px */
@media (max-width: 1320px) {
  .black-friday-dark-section .expandable-text-block,
  .black-friday-dark-section .sub-nav-cat-info,
  .black-friday-dark-section .grid-loop,
  body.black-friday-template .black-friday-faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}


body.black-friday-template .widget_travel_inspiration_menu_widget {
  padding-top: 60px;
  padding-bottom: 60px;

}
/* FAQ Section Styling */
body.black-friday-template .black-friday-faq-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}

body.black-friday-template .faq-title {
  color: #050745E5;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}

body.black-friday-template .faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.black-friday-template .faq-item {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F5F5F5;
}

/* Schema FAQ block support */
body.black-friday-template .schema-faq {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 0 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.black-friday-template .schema-faq .wp-block-heading,
body.black-friday-template .schema-faq-title,
body.black-friday-template .schema-faq-heading {
  color: #050745E5;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}

body.black-friday-template .schema-faq-section {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F5F5F5;
}

body.black-friday-template .schema-faq-section.collapsed {
  max-height: 80px;
  padding: 0;
  box-shadow: none;
  margin: 0;
}

body.black-friday-template .schema-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #050745E5;
}

body.black-friday-template .schema-faq-answer,
body.black-friday-template .schema-faq-section > p {
  max-height: 1000px;
  padding: 0 28px 24px;
  margin: 0;
  color: #050745E5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

body.black-friday-template .schema-faq-section a {
  color: #050745E5;
  text-decoration: none;
}

body.black-friday-template .schema-faq-answer + p {
  padding-top: 0;
}

body.black-friday-template .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
}

body.black-friday-template .faq-question:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

body.black-friday-template .faq-question-text {
  color: #050745E5 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  flex: 1;
  padding-right: 20px;
}

body.black-friday-template .faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.black-friday-template .faq-icon img {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

body.black-friday-template .faq-icon .icon-minus {
  opacity: 0;
  transform: rotate(90deg);
}

body.black-friday-template .faq-question[aria-expanded="true"] .icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}

body.black-friday-template .faq-question[aria-expanded="true"] .icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}

body.black-friday-template .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

body.black-friday-template .faq-answer-content {
  padding: 0 28px 24px 28px;
  color: #050745E5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

body.black-friday-template .faq-item.active .faq-answer {
  max-height: 1000px;
}

/* HTML Content Block with Image and Text */
body.black-friday-template .bf-html-block-wrapper {
  background-color: #E7EDFA;
  width: 100%;
}

body.black-friday-template .bf-html-block {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  gap: 60px;
  align-items: center;
}

body.black-friday-template .bf-html-block-image {
  flex: 0 0 630px;
  max-width: 630px;
}

body.black-friday-template .bf-html-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

body.black-friday-template .bf-html-block-content {
  flex: 1;
  min-width: 0;
}

body.black-friday-template .bf-html-block-content h2 {
  color: #050745E5;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

body.black-friday-template .bf-html-block-content p {
  color: #050745E5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

body.black-friday-template .bf-html-block-content .btn-load-more {
  background-color: #050745;
  color: white;
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

body.black-friday-template .bf-html-block-content .btn-load-more:hover {
  background-color: #03032e;
}

/* Responsive: Stack on mobile */
@media (max-width: 1024px) {
  body.black-friday-template .bf-html-block {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }

  body.black-friday-template .bf-html-block-image {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 1320px) {
  body.black-friday-template .bf-html-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Black Friday Posts Widget - Base Styles for LIGHT sections */
body.black-friday-template .black-friday-light-section .sub-nav-cat-info {
  margin-top: 50px;
}

body.black-friday-template .black-friday-light-section .sub-nav-cat-info h2 {
  color: #050745E5 !important;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

body.black-friday-template .black-friday-light-section .black-friday-title-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  filter: none; /* No filter for light sections - show original colors */
}

body.black-friday-template .black-friday-light-section .sub-nav-cat-info .cat-desc {
  color: #050745E5 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

body.black-friday-template .black-friday-light-section .search-result-title span {
  color: #050745E5 !important;
}

body.black-friday-template .black-friday-light-section .entry-summary {
  color: #050745E5 !important;
}

body.black-friday-template .black-friday-light-section .search-result-date {
  color: rgba(5, 7, 69, 0.7) !important;
}

body.black-friday-template .black-friday-light-section .cat-desc {
  color: #050745E5 !important;
}

body.black-friday-template .black-friday-light-section .custom-widget-button {
  background: #050745;
  color: white;
  padding: 12px 40px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

body.black-friday-template .black-friday-light-section .custom-widget-button:hover {
  background-color: #03032e;
}

body.black-friday-template .black-friday-light-section .grid-loop {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
}

body.black-friday-template .black-friday-light-section .grid-loop .is-enlarged {
  grid-column: span 1 !important;
}

body.black-friday-template .black-friday-light-section #deals-ajax-wrapper {
  padding-left: 0;
  padding-right: 0;
}

body.black-friday-template .black-friday-light-section #deals-ajax-wrapper .grid-loop .search-result-card,
body.black-friday-template .black-friday-light-section #deals-ajax-wrapper .grid-loop .search-result-card.is-enlarged,
body.black-friday-template .black-friday-light-section .grid-loop .search-result-card {
  grid-column: span 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.black-friday-template .black-friday-light-section .search-result-content,
body.black-friday-template .black-friday-light-section .post-content,
body.black-friday-template .black-friday-light-section .post-content-start,
body.black-friday-template .black-friday-light-section .entry-summary {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

body.black-friday-template .black-friday-light-section .black-friday-placeholder {
  cursor: default;
  pointer-events: none;
}

body.black-friday-template .black-friday-light-section .placeholder-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #050745;
  color: #fff;
  padding: 0 17px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

body.black-friday-template .black-friday-light-section .search-result-image {
  border-radius: 20px !important;
  height: 296px !important;
}

body.black-friday-template .black-friday-light-section .search-result-image-container {
  min-height: 296px !important;
}

/* Mobile: Reduce image height */
@media (max-width: 630px) {
  body.black-friday-template .black-friday-light-section .search-result-image {
    height: 200px !important;
  }

  body.black-friday-template .black-friday-light-section .search-result-image-container {
    min-height: 200px !important;
  }
}

body.black-friday-template .black-friday-light-section .black-friday-placeholder .search-result-meta {
  display: none;
}

body.black-friday-template .black-friday-light-section .black-friday-bottom-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #050745E5;
  margin-top: 40px;
  margin-bottom: 60px;
  justify-content: center;
}

/* Light section responsive grid */
@media (max-width: 1024px) {
  body.black-friday-template .black-friday-light-section .post {
    padding-top: 0 !important;
  }
}

@media (max-width: 1023px) {
  body.black-friday-template .black-friday-light-section .grid-loop {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 779px) {
  body.black-friday-template .black-friday-light-section .grid-loop {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 629px) {
  body.black-friday-template .black-friday-light-section .grid-loop {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 1320px) {
  body.black-friday-template .black-friday-light-section .sub-nav-cat-info,
  body.black-friday-template .black-friday-light-section .grid-loop {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Responsive: Mobile countdown adjustments */
@media (max-width: 600px) {
  .black-friday-dark-section .black-friday-countdown-widget {
    background-image: url('../images/black-friday/countdown-mobile-bg.png');
    background-size: 600px auto;
  }

  .black-friday-dark-section .countdown-title {
    font-size: 30px;
    line-height: 30px;
    height: auto;
  }

  .black-friday-dark-section .countdown-display {
    gap: 24px;
  }

  .black-friday-dark-section .countdown-unit {
    min-width: auto;
    gap: 6px;
  }

  .black-friday-dark-section .countdown-number {
    font-size: 36px;
    line-height: 44px;
    height: 44px;
    width: 55px;
  }

  .black-friday-dark-section .countdown-label {
    font-size: 12px;
    line-height: 18px;
    height: auto;
  }
}

/* =================================================================
   BLACK FRIDAY VOUCHERS WIDGET - DARK SECTION
   ================================================================= */

.black-friday-dark-section .bf-vouchers-widget-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.black-friday-dark-section .bf-vouchers-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin-top: 30px;
}

.black-friday-dark-section .bf-voucher-card {
  background: transparent;
  display: flex;
  flex-direction: column;
}

/* Thumbnail container */
.black-friday-dark-section .bf-voucher-image-container {
  width: 100%;
  min-height: 296px;
  position: relative;
  margin-bottom: 16px;
}

.black-friday-dark-section .bf-voucher-image {
  width: 100%;
  height: 296px !important;
  border-radius: 20px !important;
  object-fit: cover;
  display: block;
}

/* Mobile: Reduce voucher image height */
@media (max-width: 630px) {
  .black-friday-dark-section .bf-voucher-image {
    height: 200px !important;
  }

  .black-friday-dark-section .bf-voucher-image-container {
    min-height: 200px !important;
  }
}

/* Content area below thumbnail */
.black-friday-dark-section .bf-voucher-content {
  background: transparent;
  display: flex;
  flex-direction: column;
}

.black-friday-dark-section .bf-voucher-title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.black-friday-dark-section .bf-voucher-description {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.black-friday-dark-section .bf-voucher-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.black-friday-dark-section .bf-voucher-bullets li {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.black-friday-dark-section .bf-voucher-bullets li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FC7D21;
  font-weight: 700;
}

.black-friday-dark-section .bf-voucher-button-wrapper {
  margin-top: auto;
  text-align: center;
}

.black-friday-dark-section .bf-voucher-shortcode-wrapper {
  margin-top: 12px;
  text-align: center;
}

.black-friday-dark-section .bf-voucher-button {
  background: #FC7D21;
  color: rgba(5, 7, 69, 0.9);
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  text-align: center;
  height: 48px;
}

.black-friday-dark-section .bf-voucher-button:hover {
  background-color: #FF7700;
}

/* Placeholder cards */
.black-friday-dark-section .bf-voucher-card.black-friday-placeholder {
  cursor: default;
  pointer-events: none;
}

.black-friday-dark-section .bf-voucher-card.black-friday-placeholder .bf-voucher-image-container {
  position: relative;
}

.black-friday-dark-section .bf-voucher-card.black-friday-placeholder .placeholder-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 0 17px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
}

.black-friday-dark-section .sub-nav-cat-bottom-description {
  margin-top: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

/* Responsive: 3 columns on medium screens */
@media (max-width: 1023px) {
  .black-friday-dark-section .bf-vouchers-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

/* Responsive: 2 columns on tablets */
@media (max-width: 779px) {
  .black-friday-dark-section .bf-vouchers-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

/* Responsive: 1 column on mobile */
@media (max-width: 629px) {
  .black-friday-dark-section .bf-vouchers-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Responsive padding */
@media (max-width: 1320px) {
  .black-friday-dark-section .bf-vouchers-widget-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =================================================================
   BLACK FRIDAY VOUCHERS WIDGET - LIGHT SECTION
   ================================================================= */

.black-friday-light-section .bf-vouchers-widget-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.black-friday-light-section .bf-vouchers-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin-top: 30px;
}

.black-friday-light-section .bf-voucher-card {
  background: transparent;
  display: flex;
  flex-direction: column;
}

/* Thumbnail container */
.black-friday-light-section .bf-voucher-image-container {
  width: 100%;
  min-height: 296px;
  position: relative;
  margin-bottom: 16px;
}

.black-friday-light-section .bf-voucher-image {
  width: 100%;
  height: 296px !important;
  border-radius: 20px !important;
  object-fit: cover;
  display: block;
}

/* Mobile: Reduce voucher image height */
@media (max-width: 630px) {
  .black-friday-light-section .bf-voucher-image {
    height: 200px !important;
  }

  .black-friday-light-section .bf-voucher-image-container {
    min-height: 200px !important;
  }
}

/* Content area below thumbnail */
.black-friday-light-section .bf-voucher-content {
  background: transparent;
  display: flex;
  flex-direction: column;
}

.black-friday-light-section .bf-voucher-title {
  color: #050745;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.black-friday-light-section .bf-voucher-description {
  color: #050745E5;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.black-friday-light-section .bf-voucher-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.black-friday-light-section .bf-voucher-bullets li {
  color: #050745E5;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.black-friday-light-section .bf-voucher-bullets li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #050745;
  font-weight: 700;
}

.black-friday-light-section .bf-voucher-button-wrapper {
  margin-top: auto;
  text-align: center;
}

.black-friday-light-section .bf-voucher-shortcode-wrapper {
  margin-top: 12px;
  text-align: center;
}

.black-friday-light-section .bf-voucher-button {
  background: #050745;
  color: white;
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  text-align: center;
  height: 48px;
}

.black-friday-light-section .bf-voucher-button:hover {
  background-color: #03032e;
}

/* Placeholder cards */
.black-friday-light-section .bf-voucher-card.black-friday-placeholder {
  cursor: default;
  pointer-events: none;
}

.black-friday-light-section .bf-voucher-card.black-friday-placeholder .bf-voucher-image-container {
  position: relative;
}

.black-friday-light-section .bf-voucher-card.black-friday-placeholder .placeholder-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #050745;
  color: #fff;
  padding: 0 17px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
}

.black-friday-light-section .sub-nav-cat-bottom-description {
  margin-top: 40px;
  text-align: center;
  color: #050745E5;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

/* Responsive: 3 columns on medium screens */
@media (max-width: 1023px) {
  .black-friday-light-section .bf-vouchers-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

/* Responsive: 2 columns on tablets */
@media (max-width: 779px) {
  .black-friday-light-section .bf-vouchers-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

/* Responsive: 1 column on mobile */
@media (max-width: 629px) {
  .black-friday-light-section .bf-vouchers-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Responsive padding */
@media (max-width: 1320px) {
  .black-friday-light-section .bf-vouchers-widget-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =================================================================
   HIGHLIGHT VOUCHERS - SPECIAL LAYOUT (1 voucher, 50/50 split on desktop)
   ================================================================= */

/* Desktop: 50/50 split layout for highlight vouchers */
@media (min-width: 630px) {
  /* Dark section highlight */
  .black-friday-dark-section .bf-vouchers-highlight .bf-vouchers-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-card {
    flex-direction: row !important;
    gap: 40px;
    align-items: stretch;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-image-container {
    flex: 0 0 calc(50% - 20px);
    min-height: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-image {
    width: 100%;
    height: 296px !important;
    object-fit: cover;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-content {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Title styling for highlight */
  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-title {
    min-height: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FC7D21;
  }

  /* Button left-aligned for highlight and right after description */
  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-button-wrapper {
    text-align: left;
    margin-top: 0;
  }

  /* Description spacing for highlight - preserve line breaks */
  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-description {
    margin-bottom: 20px;
    white-space: pre-line;
  }

  /* Light section highlight */
  .black-friday-light-section .bf-vouchers-highlight .bf-vouchers-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-card {
    flex-direction: row !important;
    gap: 40px;
    align-items: stretch;
  }

  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-image-container {
    flex: 0 0 calc(50% - 20px);
    min-height: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-image {
    width: 100%;
    height: 296px !important;
    object-fit: cover;
  }

  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-content {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Title styling for highlight */
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-title {
    min-height: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FC7D21;
  }

  /* Button left-aligned for highlight and right after description */
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-button-wrapper {
    text-align: left;
    margin-top: 0;
  }

  /* Description spacing for highlight - preserve line breaks */
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-description {
    margin-bottom: 20px;
    white-space: pre-line;
  }
}

/* Mobile: Keep normal layout (image on top, content below) */
@media (max-width: 629px) {
  .black-friday-dark-section .bf-vouchers-highlight .bf-vouchers-grid,
  .black-friday-light-section .bf-vouchers-highlight .bf-vouchers-grid {
    grid-template-columns: 1fr !important;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-card,
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-card {
    flex-direction: column !important;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-image-container,
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-image-container {
    flex: none;
    margin-bottom: 16px;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-image,
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-image {
    height: 200px !important;
    min-height: auto;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-image-container,
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-image-container {
    min-height: 200px !important;
  }

  .black-friday-dark-section .bf-vouchers-highlight .bf-voucher-content,
  .black-friday-light-section .bf-vouchers-highlight .bf-voucher-content {
    flex: none;
  }
}

/* Comments Container */
.bf-comments-container {
  position: relative;
  top: auto;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
}

