/*
 Theme Name:   LDD Child
 Description:  OceanWP child for Let's Dilly Dally — cache-first events + perf tweaks.
 Author:       Kevin Kelly
 Author URI:   https://kellycreative.com
 Template:     oceanwp
 Version:      1.5.0
*/

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
  --cream: #f9f7ea;
  --red: #da6b4c;
  --darkred: #ce2920;
  --pink1: #ffeff5; /* light */
  --pink2: #ffb8d5; /* mid */
  --pink3: #e35590; /* dark */
  --pink4: #ef4e92; /* footer - location */
  --purple1: #a42dff;
  --purple2: #d7a7fb; /* footer - signup */
  --yellow: #fbf8d4;
  --mauve: #e6ddff;
  --orange2: #fb6737; /* footer - this Month's events */
}

/* ==========================================================================
   Base / Typography / Utilities
   ========================================================================== */
body {
  font-family: "Montserrat", sans-serif;
}
.coolvetica {
  font-family: "Coolvetica", sans-serif;
}
.deluna {
  font-family: "Deluna", sans-serif;
}
.lazydog {
  font-family: "LazyDog", sans-serif;
}
.nowrap,
.has-nowrap span {
  white-space: nowrap;
}

a:focus,
.button:focus,
.wp-block-button__link:focus {
  outline: none !important;
}

/* Visually hidden (sr-only) */
.page-header,
.visually-hidden,
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* Hard hide */
.admin,
[hidden],
.faq-drawer__close-btn,
.faq-drawer input[type="checkbox"],
.footer-signup-form .field-checkbox,
.blog-entry.large-entry .blog-entry-readmore i {
  display: none !important;
}

/* Logo */
#site-logo {
  float: none;
  display: block;
  padding-top: 20px;
  width: 100%;
  max-width: none;
  text-align: center;
}
#site-logo #site-logo-inner {
  display: block;
  height: auto;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.mobile-menu i {
  position: relative;
  top: -45px;
  color: #000;
  font-size: 50px;
}
.mobile-menu i:hover {
  color: var(--pink2);
}
#mobile-fullscreen #mobile-search .search-text,
#mobile-fullscreen #mobile-search input {
  color: #000 !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer-bottom #footer-bottom-menu li::after {
  content: "";
  margin-left: 8px;
  margin-right: 8px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.button,
button[type="submit"],
.wp-block-button__link,
.error404-content .error-btn,
.search-results article .search-entry-readmore a,
.blog-entry.large-entry .blog-entry-readmore a {
  padding: 2.33rem 2.83rem;
  border: 2px solid rgba(0, 0, 0, 0) !important;
  border-radius: 9999px;
}

button[type="submit"],
button[type="submit"]:focus,
.wp-block-button__link,
.blog-entry.large-entry .blog-entry-readmore a,
.form-submit input[type="submit"] {
  font-family: "Deluna", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-style: normal;
}

.wp-block-button__link,
.blog-entry.large-entry .blog-entry-readmore a,
.form-submit input[type="submit"] {
  color: var(--purple1);
  background: var(--mauve);
  border: 2px solid var(--purple1) !important;
}
.wp-block-button__link:hover,
.blog-entry.large-entry .blog-entry-readmore a:hover,
.form-submit input[type="submit"]:hover {
  color: var(--purple1);
  background: transparent;
  border: 2px solid var(--purple1) !important;
}

.contact .wp-block-button__link {
  padding: 2.33rem 3.83rem;
  background: var(--pink2);
  border: 2px solid var(--pink3) !important;
}
.contact .wp-block-button__link:hover {
  color: var(--pink3);
  background: var(--cream);
}

.has-span .wp-block-button__link span {
  display: block;
  font-family: "Coolvetica", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}

.footer-signup-form button[type="submit"] {
  color: var(--purple1);
  background: var(--cream) !important;
  border: 2px solid var(--purple1) !important;
}
.footer-signup-form:hover button[type="submit"] {
  color: var(--pink4);
  border: 2px solid var(--pink4) !important;
}

.is-disabled {
  opacity: 0.5 !important;
}
.not-a-button .wp-block-button__link {
  padding: 0 !important;
  color: #000;
  background: transparent;
  border: none !important;
  pointer-events: none;
  font-family: "Coolvetica", sans-serif;
  text-transform: lowercase !important;
}

/* ==========================================================================
   Images
   ========================================================================== */
img {
  position: relative;
}
.wp-block-cover-image,
.wp-block-image {
  margin-bottom: 0;
}

/* Generic box */
.box {
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0);
}

.box .wp-block-heading {
  line-height: 1;
}

/* ==========================================================================
   Ticker
   ========================================================================== */
.tick-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tick-wrap[data-pause="true"] .tick-track:hover {
  animation-play-state: paused;
}
.tick {
  display: flex;
  white-space: nowrap;
}
.tick-track {
  display: flex;
  padding: 1rem 0;
  will-change: transform;
  animation: ldd-tick var(--tick-dur) linear infinite;
}
.tick__item {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.tick__text {
  display: inline-block;
}
.tick__icon {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  margin: 0 25px;
  font-weight: 600;
}
.tick__between {
  display: inline-flex;
  align-items: center;
  margin: 0 15px;
}

@keyframes ldd-tick {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tick-track {
    animation: none;
    transform: none;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
.footer-signup-form form {
  margin: 30px auto;
  width: 600px;
  max-width: 90%;
  color: #f9f7ea;
}
.ldd-form .field {
  margin: 0 0 2rem;
}
.ldd-form .field label {
  display: block;
  margin: 0 0 0.25rem;
  font-weight: 400;
}
.footer-signup-form form input[type="text"]::placeholder,
.footer-signup-form form input[type="email"]::placeholder {
  color: transparent !important;
}

/* Override parent theme inputs */
form input[type="text"],
form input[type="email"] {
  min-height: 60px;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 2px solid #f9f7ea;
  border-left: none !important;
}

.ldd-form.success {
  margin-top: 15px;
  color: #f9f7ea;
  font-family: "Coolvetica", sans-serif;
  font-size: 32px;
  text-align: center;
}

/* Hide placeholders on Contact page */
.contact .ldd-form input::placeholder,
.contact .ldd-form textarea::placeholder {
  color: transparent !important;
}


/* ==========================================================================
   Miscellaneous
   ========================================================================== */
.max800 {
  margin: 0 auto;
  width: 800px;
  max-width: 90%;
}

/* ==========================================================================
   FAQ (block + footer variants)
   ========================================================================== */
#faq {
  margin: 50px auto;
}
#faq .wp-block-heading {
  color: var(--pink3);
  font-family: "Deluna", sans-serif;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.2rem;
	text-wrap: balance;
}
#faq .faq-drawer {
  padding: 0;
  border-bottom: 1px solid #dedede;
}
#faq .faq-drawer.last {
  border-bottom: none;
}
#faq .faq-drawer__title {
  color: var(--pink3);
  font-family: "Coolvetica", sans-serif;
}
#faq .faq-drawer__content {
  font-size: 18px;
}

@media (min-width: 960px) {
  /* Intentionally hide the visual FAQ block on desktop (schema still present) */
  #faq:not(.single #faq) {
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

/* Footer widgets that reuse FAQ styles */
.footer-coming a,
.faq-drawer__title:not(#faq .faq-drawer__title):not(.single #faq .faq-drawer__title),
.faq-drawer__content .heading {
  color: var(--cream);
  font-family: "Deluna", sans-serif;
  letter-spacing: 0.2rem;
}
.faq-drawer__content .heading,
.faq-drawer__content p:not(#faq .faq-drawer__content p),
.faq-drawer__content a:not(#faq .faq-drawer__content a) {
  color: var(--cream);
}

/* ==========================================================================
   Share This Page block
   ========================================================================== */
.share-page-block {
  background-image: url("/wp-content/uploads/2025/11/stripes@2x.png");
  background-repeat: repeat;
}
.share-page-block .box {
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  background: var(--pink1);
  border: 2px solid var(--pink3);
}
.share-page-block .deluna {
  margin: 0;
  padding: 0 5%;
  line-height: 0.9;
}
.share-page-block .box img {
  position: relative;
  margin-top: -80px;
  bottom: -30px;
  left: -150px;
  max-width: 100px;
  height: auto;
}

.share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  justify-content: center;
  align-content: center;
  min-height: 200px;
}
.share-links .share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 1.33rem 1.83rem;
  background: var(--pink2);
  border: 1px solid var(--pink3);
  border-radius: 9999px;
  text-decoration: none !important;
}
.share-links .share-link:hover {
  color: #333;
  background: var(--pink1);
}

/* Copy toast */
.ldd-share-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  background: #111;
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  transition: opacity 0.18s ease, transform 0.18s ease;
  font-size: 14px;
  line-height: 1;
}
.ldd-share-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* ==========================================================================
   Footer Widgets (3-up)
   ========================================================================== */
.footer-coming {
  padding: 30px 20px;
  background-image: url("/wp-content/uploads/2025/11/orange-bg.webp");
  background-repeat: repeat;
  font-size: 26px;
}
.footer-coming a span {
  position: relative;
  top: -10px;
  float: right;
  font-size: 30px;
  font-weight: 600;
}
.footer-location {
  background-image: url("/wp-content/uploads/2025/11/pink-bg.webp");
  background-repeat: repeat;
}
.footer-signup {
  background-image: url("/wp-content/uploads/2025/11/purple-bg.webp");
  background-repeat: repeat;
}
.footer-signup-form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer-coming__inner .next-month {
  display: none;
}
body.current-events .this-month {
  display: none;
}
body.current-events .footer-coming__inner .next-month {
  display: inline-block;
}

.current-events .heading-box,
.next-months-events .heading-box {
  margin: 0 auto;
  width: 600px;
  max-width: 95%;
  background: var(--pink2);
  border: 2px solid var(--darkred);
}
.current-events .wp-block-heading,
.next-months-events .wp-block-heading {
  margin: 0;
  color: var(--cream);
  font-family: "Coolvetica", sans-serif;
  font-size: 36px;
}
.current-events .wp-block-heading span,
.next-months-events .wp-block-heading span {
  display: block;
  font-family: "Deluna", sans-serif;
  font-size: 200%;
}

.single #faq .faq-drawer__title {
  font-family: "Montserrat", sans-serif
}

/* Layout tweaks */
@media (max-width: 767px) {
  .col-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 959px) {

}
@media (min-width: 960px) {
  #site-header {
    margin-bottom: 90px;
  }
  .upto959,
  .date-day,
  .tap---book {
    display: none;
  }
}
@media only screen and (min-width: 959px) and (max-width: 1300px) {
  #footer-bottom #footer-bottom-menu {
    padding-right: 50px;
  }
}

/* ==========================================================================
   Event – detail pages
   ========================================================================== */
.event-intro {
  margin: 0 auto;
  width: 800px;
  max-width: 90%;
}
.event-intro .wp-block-heading {
  line-height: 0.9;
}

/* Hero image */
.event-heading__primary-img img {
  position: relative;
  top: -50px;
  width: 140px;
  height: auto;
  transform: rotate(-10deg);
}

/* Details boxes */
.event-details,
.event-details .wp-block-column {
  position: relative;
}
.event-details p span {
  display: block;
}
.event-details .box {
  padding: 3vw;
}
.event-details .box:first-of-type {
  border-color: var(--pink3);
}
.event-details .box:last-of-type {
  border-color: var(--orange2);
}
.event-details .wp-block-heading {
  margin: 0;
}
.event-details .box:last-of-type img {
  transform: rotate(10deg);
}

.book-now__section {
  margin: 0 auto 5vw;
  width: 900px;
  max-width: 90%;
}
.book-now__section .wp-block-heading {
	color: var(--pink3);
	line-height: 1;
}
.book-now__section .wp-block-button__link {
  width: 255px;
  border-color: var(--purple1);
}
.book-now__section .wp-block-button__link:hover {
  background: var(--cream) !important;
  border-color: var(--purple1);
}

@media (max-width: 781px) {
  .event-details .box:last-of-type img {
    position: relative;
    max-width: 150px;
    margin-top: -80px;
    right: -20px;
    bottom: -35px;
    height: auto;
  }
  .book-now__section {
    margin-top: 50px;
  }
}
@media (min-width: 767px) {
  .event-poster__primary {
    margin: 5vw 0;
  }
  .event-poster__primary img {
    max-width: 95%;
    border-radius: 24px;
  }
}
@media (min-width: 782px) {
  .event-details {
    margin-bottom: 120px;
  }
  .beginner-col {
    display: none;
  }
  .book-now__section {
    margin-bottom: 60px;
  }
  .share-page-block {
    padding: 90px 0;
  }
  .share-page-block .box {
    max-width: 700px;
  }
  .share-page-block .box img {
    position: relative;
    float: left;
    margin-top: -80px;
    bottom: -30px;
    left: -30px;
    max-width: 100%;
    height: auto;
  }
}

/* Poster polish */
.event-poster__primary img {
  border-top: 2px solid var(--pink1);
  box-shadow: -4px 6px 14px -1px rgba(153, 153, 153, 0.36);
}

/* ==========================================================================
   Current Events (listing)
   ========================================================================== */
.current-events .heading-box {
  margin: 0 auto;
  width: 600px;
  max-width: 95%;
  background: var(--pink2);
  border: 2px solid var(--darkred);
}
.current-events .wp-block-heading {
  margin: 0;
  color: var(--cream);
  font-family: "Coolvetica", sans-serif;
  font-size: 36px;
}
.current-events .wp-block-heading span {
  display: block;
  font-family: "Deluna", sans-serif;
  font-size: 200%;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin: 20px auto;
}
.event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 15px;
}
.event-card__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px auto;
  width: 95%;
  padding: 10px 5px;
  color: var(--darkred);
  background: var(--pink1);
  border: 2px solid var(--darkred);
  border-radius: 24px;
  text-align: center;
}
.event-card__inner .event-title {
  color: var(--darkred);
  font-family: "Coolvetica", sans-serif !important;
  font-size: calc(16px + 2vw);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 990px) {
  .events-grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 20px 5px;
  }
}
@media (min-width: 991px) {
  .events-grid.cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 50px auto;
    max-width: 900px;
  }
  .event-card__inner .event-title {
    font-size: 28px;
  }
}
.event-card__inner:hover {
  opacity: 0.6;
}
.event-card__inner a {
  text-decoration: none !important;
}
.event-card__inner .event-cta {
  display: none;
}

/* ==========================================================================
   All Events (A–Z)
   ========================================================================== */
.all-events-alpha li {
  max-width: 95%;
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.all-events-alpha li:last-of-type {
  border-bottom: none;
}
.all-events-alpha li a {
  margin-left: -5px;
  padding: 0 3px;
  font-size: 28px;
  text-decoration: none !important;
}
.all-events-alpha li a:hover {
  color: #000;
  background: var(--pink2);
  border-radius: 5px;
}
.all-events-alpha .tag {
  display: inline-block;
  position: relative;
  top: -5px;
  padding: 5px 0.75rem;
  border-radius: 0.375rem;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.all-events-alpha .tag.active {
  background: var(--red);
  color: #fff;
}
.all-events-alpha .tag.season-christmas {
  background: #1f7a39;
  color: #fff;
}
.all-events-alpha .tag.season-halloween {
  background: #7c1096;
  color: #fff;
}

/* ==========================================================================
   Home
   ========================================================================== */
.home .hero {
  position: relative;
  background-image: url("/wp-content/uploads/2025/11/Cork.avif");
  background-size: cover;
  padding: 50px 0;
  z-index: 0;
}

.all-pics {
  margin: 0 auto 20px;
  padding-top: 45px;
  width: 500px;
  max-width: 90%;
}
.two-pics {
  margin: 0 auto;
  max-width: 80%;
}
.one-pic img,
.two-pics img {
  position: relative;
  border: 2px solid var(--pink3);
  border-radius: 12px;
}
.two-pics img {
  z-index: 2;
}
.one-pic img {
  top: -30px;
  z-index: 1;
}

/* Stripes + Blob */
.home .panel {
  position: relative;
  margin-top: -15px;
  padding: 50px 0;
  background: url("/wp-content/uploads/2025/11/stripes@2x.png") repeat;
  z-index: -1;
}
.home .blob {
  position: relative;
  isolation: isolate;
  max-width: 600px;
  margin: 0 auto;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 56px) clamp(8%, 8vw, 96px);
  box-sizing: border-box;
}
.home .blob::before {
  content: "";
  position: absolute;
  inset: 0 clamp(5%, 5vw, 5%);
  z-index: -1;
  background: url("/wp-content/uploads/2025/11/Pink-Blob-Portait.png") center / 100% 100% no-repeat;
	/*
  -webkit-mask: url("/wp-content/uploads/2025/11/pink-blob.svg") center / 100% 100% no-repeat;
  mask: url("/wp-content/uploads/2025/11/pink-blob.svg") center / 100% 100% no-repeat;
	*/
}
.stripes,
.stripes::before,
.stripes::after,
.blob::before,
.blob::after {
  pointer-events: none !important;
}
.stripes > *,
.blob > * {
  position: relative;
  z-index: 1;
}
.home .blob__content {
  padding: 50px 0 20px;
  color: #fff;
  text-align: center;
}

/* What we do */
.what-we-do .wp-block-columns.is-layout-flex {
  margin: 10px;
  gap: 10px;
}
.home .what-we-do {
  padding: 5vw 0;
}
.home .what-we-do .box {
  padding: 5vw 3px 0;
  border: 3px solid var(--pink3);
}
.home .what-we-do .box .wp-block-heading {
  font-size: 7vw;
  line-height: 1.1;
}
.home .what-we-do .box1 p:first-of-type,
.home .what-we-do .box2 p:first-of-type,
.home .what-we-do .box3 p:first-of-type {
  line-height: 1.1;
}

/* ==========================================================================
   Contact + About shared
   ========================================================================== */
.top-bubbles {
  margin: 0 auto;
  max-width: 800px;
}
.purple-box {
  margin: 0 auto 30px;
  padding-top: 50px;
  max-width: 800px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.purple-box .wp-block-group {
  margin: 0 auto;
  max-width: 90%;
}

/* Contact page */
.contact .contact-box .wp-block-heading {
  padding-left: 80px;
}
.contact .contact-box .img-1 {
  display: inline-block;
}
.contact .contact-box .img-1 img {
  position: relative;
  margin-top: -130px;
  top: -30px;
  left: -20px;
  float: left;
  max-width: 120px;
  height: auto;
  transform: rotate(10deg);
}
.contact .contact-box .img-2 img {
  position: relative;
  bottom: -30px;
  right: 50px;
}
.contact .footer-signup-form form .field {
  border-bottom: none;
}
body.contact .ldd-form.success {
  color: #000;
}
body.contact .inner .wp-block-heading {
  color: var(--pink3);
  font-family: "Deluna", sans-serif;
  font-size: calc(36px + 2vw);
  letter-spacing: 0.2rem;
  line-height: 1.1;
}

.contact .stripes {
  position: relative;
  padding: 50px 0;
  background: url("/wp-content/uploads/2025/11/stripes@2x.png") repeat;
  z-index: -1;
}
.contact .inner {
  margin: 0 auto;
  width: 900px;
  max-width: 90%;
  padding: 5vw;
  background: var(--cream);
  border-radius: 24px;
}
.contact form .field {
  border-bottom: 1px solid #555;
}
.contact form textarea {
  border: none;
}

/* About page */
.chels-dan .wp-block-group {
  margin: 0 auto 30px;
  padding: 25px 20px 1px;
  max-width: 380px;
  background: var(--cream);
  border: 1px solid #999;
}
.bottom-images {
  margin: 0 auto 50px;
  max-width: 90%;
}
.wp-block-columns.is-layout-flex.bottom-images {
  gap: 0 !important;
}
.dfewtgwte {
  position: relative;
  left: 30px;
  border-radius: 24px;
}
.dfewtgwte img {
  border-radius: 24px;
}
.sfegewt {
  position: relative;
  top: 20px;
  right: 30px;
}

/* ==========================================================================
   Sitemap
   ========================================================================== */
.site-map.two-col {
  display: flex;
  margin: 50px auto;
  width: 100%;
  max-width: 700px;
}
.site-map__col {
  flex-basis: 50%;
}
.site-map__col h2 {
  font-family: "Coolvetica", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .site-map.two-col {
    flex-wrap: wrap;
  }
  .site-map__col {
    flex-basis: 100%;
    padding-left: 5%;
  }
}
ul.site-map__list li {
  padding: 5px 0;
  list-style: none;
}
ul.site-map__list li a {
  margin-left: -6px;
  padding: 0 5px;
  text-decoration: none !important;
}
ul.site-map__list li a:hover {
  color: #000;
  background: var(--pink2);
  border-radius: 5px;
}

/* ==========================================================================
   Reviews Carousel
   ========================================================================== */
.reviews-carousel {
  background-image: url("/wp-content/uploads/2025/11/Pink-Checkers.webp");
  min-height: 300px;
  margin-bottom: -5px;
}
.ldd-reviews {
  position: relative;
  margin: 30px auto;
  width: 700px;
  max-width: 90%;
  min-height: 350px;
  padding: 35px 0;
  background: var(--yellow);
  border-radius: 24px;
  --ldd-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  text-align: center;
}
.ldd-reviews__track {
  position: relative;
  transition: height 0.5s var(--ldd-ease);
}
.review-text {
  margin: 0 auto;
  width: 600px;
  max-width: 80%;
}
.ldd-reviews .stars {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 75px);
}

/* Layered cards (generic hooks preserved) */
.ldd-reviews .review-card,
.ldd-reviews .js-review,
.ldd-reviews .ldd-review,
.ldd-reviews .review,
.ldd-reviews [data-review] {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  will-change: opacity, transform;
  transition: opacity 0.55s var(--ldd-ease), transform 0.55s var(--ldd-ease);
}
.ldd-reviews .review-card.is-active,
.ldd-reviews .js-review.is-active,
.ldd-reviews .ldd-review.is-active,
.ldd-reviews .review.is-active,
.ldd-reviews [data-review].is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.ldd-reviews .is-leaving {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.ldd-reviews__prev,
.ldd-reviews__next {
  position: relative;
  border: none;
  color: var(--pink3);
  background: transparent;
  font-size: 3em;
  font-weight: 200;
}
.ldd-reviews__prev {
  float: left;
  margin-left: 2%;
}
.ldd-reviews__next {
  float: right;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .ldd-reviews__prev,
  .ldd-reviews__next {
  }
}

/* ==========================================================================
   error404 Page
   ========================================================================== */
body.error404 .error-title {
	color: var(--pink3);
	font-family: "deluna", sans-serif;
	letter-spacing: 1px;
}

body.error404 form input[type="search"] {
	margin-bottom: 30px;
	min-height: 60px;
	border-color: var(--pink2);
}

body.error404 form input[type="search"]:focus {
	border-color: var(--pink3);
}


/* ==========================================================================
   Ooops Page
   ========================================================================== */
.ooops .intro {
	margin: 10vw auto;
	width: 900px;
	max-width: 90%;
}

.ooops .wp-block-heading {
	color: #e35590;
	font-family: "deluna", sans-serif;
  font-size: 55px;
	letter-spacing: 1px;
}

.ooops a {
  padding: 0 3px;

}

.ooops a:hover {
  color: #000;
  background: var(--pink2);
  border-radius: 5px;
	text-decoration: none !important;
}