/*
 * Mzansi Doctor Now — Profile Mirror v1.0.2
 *
 * The Doctor Now section is a full DOM clone of the appointment section.
 * No visual restyling is applied here.
 */

.mdn-profile-doctor-now-full-clone {
    width: 100% !important;
    box-sizing: border-box !important;
}

.mdn-profile-doctor-now-full-clone,
.mdn-profile-doctor-now-full-clone * {
    pointer-events: none !important;
}


/* v1.0.3: Doctor Now action visually clones Book appointment. */
.mdn-profile-doctor-now-action,
.mdn-profile-doctor-now-action * {
    pointer-events: none !important;
}


/* v1.0.5: Get Doctor Now is the only interactive cloned control. */
#mdn-profile-doctor-now-action,
#mdn-profile-doctor-now-action * {
    pointer-events: auto !important;
    cursor: pointer !important;
}
