.elementor-29 .elementor-element.elementor-element-d8cf599{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-29 .elementor-element.elementor-element-d8f8ade{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;text-align:center;}.elementor-29 .elementor-element.elementor-element-d8f8ade .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:32px;font-weight:600;color:#000000;}.elementor-29 .elementor-element.elementor-element-5310059{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-29 .elementor-element.elementor-element-6aaf329{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-d8f8ade{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 30px) 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-5db8162 */.latepoint-booking-form-element .os-day-status .day-available{
    background-color:#5697B2 ;
}
.latepoint-booking-form-element .dp-timebox {
    background-color: #9CC7D7; /* lighter color */
}
.latepoint-booking-form-element .dp-timebox:hover {
    background-color: #5697B2;
}



.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-img-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-img-w {
    flex: 0 0 95px;
    width: 120px;
    height: 120px;
    margin-left: 15px;
    margin-right: 25px;
    
}







/* Card container: horizontal layout */
.os-item-i {
    display: flex !important;
    flex-direction: row !important; /* image left, content right */
    align-items: center; /* vertically center content */
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    max-width: 500px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    position: relative; /* for price positioning */
}

/* Image on the left */
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-img-w,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-img-w {
    flex: 0 0 120px; /* fixed width */
    width: 120px;
    height: 120px;
    margin-left: 0;
    margin-right: 15px;
    order: 0; /* make sure image stays first */
}

.os-item-img-w img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Content next to image */
.os-item-content-w {
    flex: 1; /* take remaining width */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0 !important; /* remove top margin since horizontal */
}

/* Title styling */
.os-item-name-w .os-item-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 2px 0;
}

/* Description styling */
.os-item-name-w .os-item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    padding: 2px 0;
    padding-top: 16px;
}

/* Price badge on top-right */
.os-item-price-w {
    position: absolute;
    top: 10px;
    right: 10px; /* blue badge */
    color: #fff;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 5px 10px;
    border-radius: 6px;
}


.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label,
.latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label {
    display: none !important;
}



.latepoint-w.latepoint-summary-is-open .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form, .latepoint-w.latepoint-summary-is-open .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w{
    width: 600px;
}/* End custom CSS */