/* Prevent line break in 'Book An Appointment' buttons */
button,
.wp-block-button__link {
  white-space: nowrap !important;
}

/* Chakra colors for Services page (ID 923) */
/* Works for both Core Heading and Spectra Heading blocks */

/* Reiki Energy Healing */
.page-id-923 .h2-reiki,
.page-id-923 .h2-reiki .uagb-heading-text { 
  color: #B48CBF !important; 
}

/* Long Distance Energy Healing */
.page-id-923 .h2-distance,
.page-id-923 .h2-distance .uagb-heading-text { 
  color: #4C7CA0 !important; 
}

/* Akashic Records Consultation */
.page-id-923 .h2-akashic,
.page-id-923 .h2-akashic .uagb-heading-text { 
  color: #AAB20E !important; 
}

/* Reiki Level 1 Individual or Small Group Training */
.page-id-923 .h2-training,
.page-id-923 .h2-training .uagb-heading-text { 
  color: #E9B44C !important; 
}

/* Custom Session */
.page-id-923 .h2-custom,
.page-id-923 .h2-custom .uagb-heading-text { 
  color: #D16934 !important; 
}

/* Make all Wide Line separators thin and elegant */
.wp-block-separator.is-style-wide {
  border-top-width: 1px !important;   /* same thickness as the olive dividers */
  border-color: currentColor;         /* keeps the chosen color from editor */
  opacity: 1;                         /* ensure full visibility */
}

@media (max-width: 781px) {
  /* For any section you tagged as swap-mobile */
  .swap-mobile {
    display: flex;
    flex-direction: column;
  }

  /* Adjust the order of its children */
  .swap-mobile > *:nth-child(1) { order: 2; } /* text */
  .swap-mobile > *:nth-child(2) { order: 3; } /* benefits */
  .swap-mobile > *:nth-child(3) { order: 1; } /* image */
}

@media (max-width: 767px) {
  header .custom-logo-link img {
    width: clamp(180px, 45vw, 280px) !important;
    max-width: none !important;
    height: auto !important;
  }

	/* Astra + UAGB: testimonial arrows only */
.wp-block-uagb-testimonial .slick-arrow {
  background: transparent !important;
  border-color: transparent !important;
}

	body { background: #fffbcc !important; }
