.service-dg-dcl__item, .bs-service-card-dc, .bs-extra__extras__item__footer__left__duration{display: none !important}

.booking-time-controls__title {
    /* 1. Hide the original text by making it invisible */
    font-size: 0 !important;
}

.booking-time-controls__title::after {
    /* 2. Inject the new text */
    content: "Check-in time";
    
    /* 3. Restore the font size and styling */
    font-size: 1.2rem; /* Adjust this to match your site's heading size */
    visibility: visible;
    display: block;
}


/* Hide the stopwatch icon */
.ui-icon-stopwatch {
    display: none !important;
}

/* Hide the span.sub-med that comes immediately after it */
.ui-icon-stopwatch + span.sub-med {
    display: none !important;
}