.v7-booking-calendar {
    margin-top: 18px;
}

.v7-date-grid {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );
    gap: 8px;
    margin-top: 12px;
}

.v7-date-button {
    min-height: 64px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 14px;
    background: #fff;
    padding: 8px 6px;
    font: inherit;
    cursor: pointer;
}

.v7-date-button span {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.v7-date-button small {
    display: block;
    margin-top: 5px;
    opacity: .65;
}

.v7-date-button.active {
    border-width: 2px;
}

.v7-review-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 0;
    border-bottom:
        1px solid rgba(0,0,0,.06);
}

.v7-review-row span {
    opacity: .65;
    flex-shrink: 0;
}

.v7-review-row strong {
    overflow-wrap: anywhere;
}

.v7-hold-note,
.v7-otp-pending {
    margin: 14px 0;
    padding: 12px;
    border-radius: 12px;
    background:
        rgba(0,0,0,.035);
    line-height: 1.8;
    font-size: 13px;
}

.v7-success-card {
    text-align: center;
}

.v7-success-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid currentColor;
    font-size: 30px;
}

.v7-address {
    padding: 12px 0 16px;
    line-height: 1.8;
    text-align: right;
}

.v7-direct-actions {
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(0,1fr)
        );
    gap: 8px;
    margin-top: 12px;
}

@media (min-width:560px) {

    .v7-date-grid {
        grid-template-columns:
            repeat(
                5,
                minmax(0,1fr)
            );
    }
}

/* NOBAT V7.2 BEGIN */

/*
 * The original date-strip is now the only
 * booking calendar and has 30 days.
 */
#v7BookingCalendar {
    display: none !important;
}

/* NOBAT V7.2 END */

/* NOBAT V7.3 BEGIN */

.v73-hold-countdown {
    text-align: center;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.v7-success-card .v7-review-row {
    text-align: right;
}

/* NOBAT V7.3 END */

/* NOBAT V7.4 BEGIN */

.v74-detail-card {
    overflow: hidden;
}

.v74-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.v74-service {
    font-weight: 850;
    font-size: 18px;
}

.v74-specialist {
    margin-top: 5px;
    opacity: .7;
    font-size: 13px;
}

.v74-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.v74-row span {
    flex-shrink: 0;
    opacity: .65;
}

.v74-row strong {
    text-align: left;
    overflow-wrap: anywhere;
}

.v74-address {
    padding: 14px 0;
    line-height: 1.9;
}

.v74-address-label {
    font-weight: 800;
    margin-bottom: 5px;
}

.v74-action-card {
    margin-top: 16px;
}

.v74-help {
    margin: 8px 0 16px;
    opacity: .7;
    font-size: 13px;
    line-height: 1.9;
}

.v74-textarea {
    min-height: 100px;
    resize: vertical;
}

.v74-danger-button {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #b42318;
    border-radius: 14px;
    padding: 13px 16px;
    background: transparent;
    color: #b42318;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.v74-danger-solid {
    background: #b42318;
    color: #fff;
}

.v74-danger-button:disabled {
    opacity: .5;
    cursor: default;
}

.v74-success-message {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(0,0,0,.04);
    font-weight: 700;
    line-height: 1.8;
}

/* NOBAT V7.4 END */

/* NOBAT V7.5 BEGIN */

.v75-availability-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 14px;
    line-height: 1.8;
}

.v75-status-icon {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1.4;
}

.v75-status-text {
    margin-top: 4px;
    font-size: 13px;
    opacity: .72;
}

.v75-no-waitlist {
    margin-top: 8px;
    font-size: 12px;
    opacity: .58;
}

.v75-scanning {
    opacity: .9;
}

.v75-nearest {
    border-width: 1px;
}

.v75-none {
    text-align: right;
}

/* NOBAT V7.5 END */

/* NOBAT V7.6 BEGIN */

.v76-welcome {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.v76-welcome-small {
    font-size: 13px;
    opacity: .65;
}

.v76-welcome-title {
    margin-top: 4px;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.65;
}

.v76-notification-button {
    position: relative;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--card);
    font: inherit;
    cursor: pointer;
}

.v76-notification-badge {
    position: absolute;
    top: -6px;
    left: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.v76-next-card {
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.v76-next-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.v76-next-service {
    font-size: 17px;
    font-weight: 850;
}

.v76-next-specialist {
    margin-top: 5px;
    font-size: 13px;
    opacity: .68;
}

.v76-next-time {
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 900;
}

.v76-next-meta {
    display: grid;
    gap: 6px;
    margin-top: 15px;
    font-size: 13px;
    opacity: .72;
}

.v76-link-button {
    border: 0;
    background: transparent;
    padding: 4px;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
    opacity: .72;
}

.v76-specialists-list {
    display: grid;
    gap: 10px;
}

.v76-specialist-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: right;
}

.v76-specialist-avatar {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(0,0,0,.04);
    font-size: 23px;
}

.v76-specialist-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v76-specialist-body {
    min-width: 0;
    flex: 1 1 auto;
}

.v76-specialist-name {
    font-weight: 820;
}

.v76-specialist-meta {
    margin-top: 4px;
    font-size: 12px;
    opacity: .65;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v76-profile-summary {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.v76-profile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.04);
    font-size: 26px;
    flex: 0 0 auto;
}

.v76-profile-name {
    font-weight: 850;
    font-size: 17px;
}

.v76-profile-phone,
.v76-profile-city {
    margin-top: 3px;
    font-size: 12px;
    opacity: .62;
}

.v76-profile-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    margin-bottom: 8px;
    cursor: pointer;
}

.v76-home-loading {
    margin-bottom: 16px;
    font-size: 13px;
    opacity: .65;
}

/* NOBAT V7.6 END */
