  .WC-bookings-section {
    background-color: white;
    box-sizing: border-box;
    padding: 1em;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
  }

.btn--course {
  width: 100%;
  min-width: 280px; /* Ensures consistent width for longest content */
  height: 48px;
  background-color: #525252;
  border: none;
  border-radius: 2rem;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 1.25rem 0;
  margin-top: 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
}

.btn--course:hover {
  background-color: #262626;
}

.btn--course:focus {
  background: #262626;
}

.btn--course--text {
  margin-right: auto;
}

.btn--course--book-now {
  display: none; /* Hidden by default */
  margin-left: auto; /* Aligns to the right */
  font-size: 16px;
  font-weight: 500;
}

.btn--course:hover .btn--course--chevron {
  display: none; /* Hide chevron on hover */
}

.btn--course:hover .btn--course--book-now {
  display: inline; /* Show "Book now" on hover */
}

.btn--course--chevron {
  background-image: url(./?a=307882);
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}

.btn--brochure {
  width: fit-content;
  min-width: 200px;
  height: 48px;
  background-color: #262626;
  border: none;
  border-radius: 2rem;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 1.25rem 0;
  margin-top: 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
}

.btn--brochure:hover {
  background-color: #393939;
}

.btn--brochure:focus {
  background: #393939;
}

.btn--brochure--text {
  margin-right: auto;
}

.btn--brochure--download {
  display: none;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
}

.btn--brochure:hover .btn--brochure--text {
  display: none;
}

.btn--brochure:hover .btn--brochure--download {
  display: inline;
}

.btn--brochure--icon {
  background-image: url(./?a=182693);
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}



.WC-bookings {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*background-color: #fff;*
  align-items: stretch; /* Stretch children to match tallest (Content) */
}
.WC-bookings-content {
  /*background-color: #e0f7fa;
  padding: 20px;*/
  box-sizing: border-box;
  flex: 1;
}
.WC-bookings-details {
  background-color: black;
  color: white;
  padding: 2rem 1.25rem;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
}

.course--header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.25rem;
  border-bottom: 2px white solid;
  margin-top: 2.5rem;
}

.course--header--cost {
  opacity: 0.7;
  font-weight: 500;
}

.course--contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  /*font-size:1.25rem;*/
  margin-top: 0.5rem;
  align-items: center;
}



  .WC-bookings {
    flex-direction: column-reverse; /* Details first, then Content */
    gap: 20px;
    align-items: flex-start; /* Reset stretch for stacked layout */
  }
  .WC-bookings-content,
  .WC-bookings-details {
    width: 100%;
    max-width: none;
  }
  .WC-bookings-details {
    position: static; /* No sticky
    on mobile */
  }
  .course--contact {
    font-size: 1rem;
  }

.WC-bookings-section-iso{
    margin: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.WC-bookings-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  gap: 1rem;
  flex-direction: column;
}
.course-quick-facts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  background-color: #f8faff; 
  border: 1px solid #dbeafe;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.course-quick-facts-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.course-quick-facts-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbeafe; /* Light blue background for icon */
  color: #2563eb; /* Primary blue icon color */
  padding: 0.6rem;
  border-radius: 0.5rem;
}
.course-quick-facts-icon svg {
  width: 24px;
  height: 24px;
}
.course-quick-facts-text {
  display: flex;
  flex-direction: column;
}
.course-quick-facts-label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.125rem;
}
.course-quick-facts-value {
  font-size: 1rem;
  color: #111827;
  font-weight: 600;
  margin: 0;
}
.course-quick-facts-divider {
  display: none; /* Hidden on mobile */
  width: 1px;
  background-color: #bfdbfe;
  margin: 0.5rem 0;
} 


/* Dekstop styles */

@media (min-width: 768px) {
  .WC-button-grid-card-title {
    filter: invert();
  }
  .WC-button-grid-card {
    min-width: 340px;
  }

    .WC-bookings-action {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 2rem;
      gap: 1rem;
      flex-direction: row;
    }
  .WC-bookings {
    flex-direction: row;
    gap: 20px;
  }
  .WC-bookings-details {
    flex: 0 0 auto;
    position: sticky;
    top: 20px;
    align-self: flex-start; /* Ensures sticky works with stretching */
  }
  .WC-bookings-section {
    padding: 3em;
  }    

}

@media (min-width: 600px) {
  .course-quick-facts {
    flex-direction: row;
  }
  .course-quick-facts-divider {
    display: block;
  }
}
