/* CTA Split Full */
.cta-split-full {

}

.cta-split-full .cta-split-full_image {
  width: 100%;
  height: 100%;
}

.cta-split-full .cta-split-full_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-split-full .cta-split-full_content {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

/* Imagely Section */
.sukha-imagely-section { }
.sukha-imagely-section .ngg-slideshow {
  max-width: none !important;
  max-height: none !important;
}

.sukha-imagely-section .ngg-slideshow.slick-slider {
  margin: 0 !important;
}

.sukha-imagely-section .slick-slide img {
  width: 100% !important;
  max-height: none !important;
}


/* FAQ */
.sukha-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.sukha-faq .wp-block-accordion-heading { }
.sukha-faq .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

.sukha-faq .wp-block-accordion-heading__toggle-icon {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--terracotta);
  border-radius: 50%;
  font-size: 2rem;
}

/* Testimonials horizontal scroll */
.sukha-testimonials-scroll { }

.sukha-testimonials-scroll .single-item-wrapper {
  display:flex;
  flex-direction: column-reverse;
  background: var(--wp--preset--color--sage);
  border-radius: 1.25rem;
}

.sukha-testimonials-scroll .tss-carousel {
  display:flex;
  flex-wrap: wrap;
}

.sukha-testimonials-scroll .tss-carousel .item-content-wrapper {
  background: none !important;
  color: var(--wp--preset--color--white) !important;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) 0 var(--wp--preset--spacing--md) !important;
}

.sukha-testimonials-scroll .tss-carousel .slide-item {
  transform: translateX(13rem) !important;
}

.sukha-testimonials-scroll .tss-carousel .item-content {
  font-size: 1.2rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.sukha-testimonials-scroll .tss-carousel .item-content p:first-child {
  margin-top: 0 !important;
}

.sukha-testimonials-scroll .tss-carousel .item-content p:last-child {
  margin-bottom: 0 !important;
}

.sukha-testimonials-scroll .tss-carousel .item-content-wrapper::before {
  display: none !important;
}

.sukha-testimonials-scroll .tss-carousel .single-item-wrapper h4.author-bio {
  color: var(--wp--preset--color--white) !important;
  text-align: left !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin: 0 !important;
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) !important;
}

.sukha-testimonials-scroll .tss-carousel .swiper-wrapper {
  margin-bottom: 1rem !important;
}

.sukha-testimonials-scroll .tss-carousel .swiper-arrow {
  display: inline-block !important;
  position: static !important;
  margin: 0 !important;
  background: var(--wp--preset--color--sage) !important;
  border-radius: 100% !important;
  padding: var(--wp--preset--spacing--sm) !important;
}

.sukha-testimonials-scroll .tss-carousel .swiper-arrow:hover {
  background: var(--wp--preset--color--cream) !important;
}

.sukha-testimonials-scroll .tss-carousel .swiper-button-next {
  order: 3;
  margin-left: 0.5rem !important;
}

.sukha-testimonials-scroll .tss-carousel .swiper-button-prev {
  order: 2;
  margin-left: 13.5rem !important;
}

/* Recipes Grid */
.recipe-card-grid .wp-block-post-featured-image {
  margin-bottom:var(--wp--preset--spacing--sm);
  aspect-ratio:4/3;
  width:100%;
  overflow: hidden;
}

/* Contact Hero */
.contact-hero__left {
  max-width: 32rem;
}

.contact-hero__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 0.85em;
}

.contact-hero__contacts a {
  text-decoration: none;
}

.contact-hero__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--terracotta);
}

.contact-hero__badge svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.contact-hero__card {
  max-width: 34rem;
  margin-left: auto;
}

.contact-hero__map-placeholder,
.contact-hero__form-placeholder {
  border: 2px dashed;
  border-radius: 1rem;
  text-align: center;
}

.contact-hero__map-placeholder {
  min-height: 12rem;
  max-width: 28rem;
  padding: var(--wp--preset--spacing--md);
  background-color: rgba(255, 255, 255, 0.12);
  border-color: var(--wp--preset--color--cream);
  color: var(--wp--preset--color--white);
}

.contact-hero__form-placeholder {
  min-height: 22rem;
  padding: var(--wp--preset--spacing--md);
  border-color: var(--wp--preset--color--sage);
  color: var(--wp--preset--color--charcoal);
}

/* How It Works Timeline */
.sukha-timeline__track {
  --sukha-timeline-badge: 3.25rem;   /* circle diameter */
  --sukha-timeline-line: 2px;        /* connector thickness */
  --sukha-timeline-gap: 0.45rem;     /* breathing room above/below the line */
}

/* Each step is a flex row we own entirely in CSS — not via the block's flex
   layout — so align-items:stretch is guaranteed and the connector can fill the
   full height of the row in both the editor and on the front end. */
.sukha-timeline__step {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--wp--preset--spacing--md);
}

/* Icon column: stretches to the row height so its ::after line spans the gap
   down to the next badge. Steps sit flush (blockGap 0) so lines join up. */
.sukha-timeline__marker {
  flex: 0 0 var(--sukha-timeline-badge);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sukha-timeline__marker::after {
  content: "";
  flex: 1 1 auto;
  width: var(--sukha-timeline-line);
  margin-top: var(--sukha-timeline-gap);
  margin-bottom: var(--sukha-timeline-gap);
  border-radius: var(--sukha-timeline-line);
  background-color: var(--wp--preset--color--terracotta);
}

/* Last step: no trailing connector (own modifier class, robust in the editor
   where a block appender can break :last-child). */
.sukha-timeline__step--last .sukha-timeline__marker::after {
  display: none;
}

.sukha-timeline__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--sukha-timeline-badge);
  height: var(--sukha-timeline-badge);
  border-radius: 50%;
  background-color: var(--wp--preset--color--terracotta);
  color: var(--wp--preset--color--white);
}

.sukha-timeline__badge svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

/* Text column: min-width:0 lets long words wrap instead of forcing overflow. */
.sukha-timeline__content {
  flex: 1 1 auto;
  min-width: 0;
}