.b-scheduler .b-sch-event {
    --b-sch-event-transition : opacity .4s;
}

.b-sch-event-header {
    font-size : .7em;
}

.b-sch-event-footer {
    font-weight : 400;
}

.b-highlighting {
    .b-sch-event-wrap {
        .b-sch-event {
            opacity : 0.2;

            &.b-match {
                opacity : 1;
            }
        }
    }
}

.b-sch-range {
    background : repeating-linear-gradient(-55deg, var(--b-neutral-90), var(--b-neutral-90) 10px, var(--b-neutral-95) 5px, var(--b-neutral-95) 20px);
    opacity    : 0.7;
}
