#sb_terms_and_conditions > div > div.form-group.form-group--terms.form-group--promotion-letter {
display: none !important;
}

#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}

.btn-danger {
    color: #333333;
    background-color: #facac8;
    border-color: #facac8;
}

.btn-danger:hover {
    color: #333333;
    background-color: #facac8;
    border-color: #facac8;
}

 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}

a {
  color: #FFA9AF;
}

 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

.brand a.ig:after {
  background: #FFA9AF;
}

#header .nav-trigger {
  background: #FFA9AF;
}

.alert-warning {
    background-color: #fff;
    border-color: #fff;
    color: #333333;
}

.alert-info {
    background-color: #fff;
    border-color: #fff;
    color: #333333;
}

modal-dialog .modal-content .modal-footer .btn {
    background: #ffd5d8;
    border: none;
}

modal-dialog .modal-content .modal-footer .btn:hover {
    background: #ffd5d8;
    border: none;
}

.google-reviews__card-left {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 60%;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #FFF2F3;
    background: #FFF2F3;
}

.google-reviews__card-rating-text a, .google-reviews__card-reviews-text a {
    color: #333333!important;
}

.google-reviews__btn {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #333333;
    transition: .4s ease;
}

.google-reviews__card {
    width: auto;
    align-self: flex-end;
    padding: 10px 10px 10px 20px;
    background: #FFF2F3;
}

.google-reviews__btn-wrapper {
    padding: 10px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background: #fff2f3;
}

.alert-info {
    background-color: #fff2f3;
    border-color: #dad6dd;
    color: #333333;
}

.modal-dialog .modal-content .modal-footer .btn {
    background: #facac8;
    border: none;
}

.alert-success {
    background-color: #FFF2F3;
    border-color: #FFF2F3;
    color: #333333;
}

.current-booking-info .booking-btns .btn.sb_cancel_btn {
    background: #a6a6a6;
}

.current-booking-info .booking-btns .btn.sb_add_to_cal {
    background: #ffa9af;
}

.current-booking-info .calendar .header {
    background: #ffa9af;
    font-size: 21px;
    color: #fff;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

.current-booking-info .calendar .body {
    background: #fff;
    font-size: 32px;
    color: #494949;
    line-height: 42px;
    border-radius: 0 0 5px 5px;
}
.promotions-letter-flag.v2 {
    display: none;
}

#header .nav-trigger {
    background: #FFd5d8;
}

body {
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.page-content--index .schedule table .day-off {
    color: #ffa9af;
}

#sb_content #contacts li .links {
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}



/* Rounded (pill) buttons - added Aug 2026 */
.btn,
.btn.select,
.btn.book,
.btn--load-more,
button.btn,
a.btn {
    border-radius: 50px !important;
}


/* Service cards: larger centered title, Read more under the title - added Aug 2026 */
.item .title--h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-bottom: 6px !important;
}
.item__description {
    text-align: center !important;
}
.item__description.short {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-bottom: 10px !important;
}
.item__description.short > p {
    display: none !important;
}
.item__read-more {
    position: static !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: transparent !important;
    text-decoration: underline !important;
}


/* Mulish type + Read more colour to match the demo - added Aug 2026 */
.item .title--h4,
.modal__body .title--h4,
.item__description,
.item__description p,
.item__read-more {
    font-family: 'Mulish', sans-serif !important;
}
.item__read-more {
    color: #e67881 !important;
    font-weight: 300 !important;
}


/* Mulish across the whole booking page - added Aug 2026 */
body,
input,
select,
textarea,
button,
.btn,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', sans-serif !important;
}


/* Banner height matched to the Minimal demo - added Aug 2026 */
#main-buttons .wrapper {
    height: 680px !important;
}
@media (max-width: 767px) {
    #main-buttons .wrapper { height: 420px !important; }
}


/* Obvious button feedback + bigger Book Here - added Aug 2026 */
.btn {
    transition: background-color .18s ease, color .18s ease,
                box-shadow .18s ease, transform .08s ease !important;
}
.btn:hover {
    background-color: #ffc1c6 !important;
    color: #1a1416 !important;
    box-shadow: 0 4px 12px rgba(255,169,175,.45) !important;
    transform: translateY(-1px) !important;
}
.btn:active {
    background-color: #ffa9af !important;
    color: #1a1416 !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.12) !important;
    transform: translateY(1px) !important;
}
.btn:focus-visible {
    outline: 2px solid #cc00a1 !important;
    outline-offset: 2px !important;
}


/* Hide the check mark on the hero Book Now button - added Aug 2026 */
.btn.book.btn-has-icon::after {
    content: none !important;
    display: none !important;
}


/* Mobile header: hamburger left, logo centered - added Aug 2026 */
@media (max-width: 1024px) {
    .header__content {
        position: relative !important;
        justify-content: flex-start !important;
    }
    .header__menu-trigger {
        margin-right: auto !important;
    }
    .header__logo-wrapper {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
    }
}


/* Make the banner button stand out - added Aug 2026 */
#main-buttons .btn.book {
    color: #1a1416 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22) !important;
}
#main-buttons .btn.book:hover {
    box-shadow: 0 8px 26px rgba(0, 0, 0, .3) !important;
}


/* Slightly larger button labels - added Aug 2026 */
#main-buttons .btn.book,
.btn.select {
    font-size: 17px !important;
}


/* Service description headings match Mulish body copy - added Aug 2026 */
.item__description h1,
.item__description h2,
.item__description h3,
.item__description h4,
.item__description h5,
.item__description h6 {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    margin: 1.1em 0 0.35em !important;
}


/* Uniform body sizing in all service descriptions - added Aug 2026 */
.item__description,
.item__description p,
.item__description div,
.item__description span,
.item__description li,
.item__description strong,
.item__description em,
.item__description a {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
}


/* Bulleted lists in service descriptions - added Aug 2026 */
.item__description ul,
.item__description ol {
    display: inline-block !important;
    text-align: left !important;
    padding-left: 1.25em !important;
    margin: 0.4em auto 0.9em !important;
}
.item__description li {
    text-align: left !important;
}

/* Stop long descriptions overlapping the Book button - added Aug 2026 */
.item__description.short {
    overflow: clip !important;
}

/* Content links match the Read more color - added Aug 2026 */
.item__description a,
.item__description a:link,
.item__description a:visited,
.item__description a:active {
    color: #e67881 !important;
    text-decoration: none !important;
}
.item__description a:hover,
.item__description a:focus {
    color: #d4626c !important;
    text-decoration: underline !important;
}

/* Breathing room under the title in the Read more popup - added Aug 2026 */
.item__popup .title--h4,
.category-modal .title--h4 {
    margin-bottom: 18px !important;
}

/* Hide provider photo on booking steps - added Aug 2026 */
.provider-item .item__picture-wrapper,
.provider-step .item__picture-wrapper {
    display: none !important;
}

/* ==========================================================
   Calendar: month grid + clearer selected day - added Aug 2026
   ========================================================== */

@media (min-width: 768px) {

  .calendar .weeks-name > div,
  .calendar .weeks-date > div {
    width: 100% !important;
    float: none !important;
  }

  .calendar .weeks-name > div:not(:first-child) { display: none !important; }
  .calendar .weeks-name > div:first-child       { display: block !important; }

  .calendar .weeks-name,
  .calendar .weeks-name > div,
  .calendar .weeks-name .inner { height: auto !important; }

  .calendar .weeks-name .name {
    height: auto !important;
    line-height: 1.2 !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
  }

  .calendar .weeks-name { border-bottom: 1px solid #ffd5d8; margin-bottom: 6px; }

  .calendar .weeks-date > div + div .inner { border-top: 1px solid #fff2f3; }
  .calendar .weeks-date .inner { padding: 3px 0; }
}

.calendar .weeks-date .date {
  border-radius: 50% !important;
  background: transparent !important;
}

.calendar .weeks-date .date a.day-on {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffd5d8;
  color: #1a1416 !important;
  font-weight: 600;
  transition: background .15s ease, border-color .15s ease;
}

.calendar .weeks-date .date a.day-on:hover { background: #fff2f3; }

.calendar .weeks-date .date.selected a.day-on {
  background: #ffd5d8 !important;
  border: 1px solid #ffd5d8 !important;
  color: #1a1416 !important;
  font-weight: 700;
}
