.b-sch-event-content {
    flex-direction  : column;
    align-items     : flex-start;
    justify-content : center;
    gap             : 0.25em;
}

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

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

.b-grid-header .b-sch-range.lunch {
    background-color : var(--b-color-red);
}

.b-time-axis-sub-grid {
    .b-sch-range:before {
        display : none;
    }

    .lunch {
        background-image : linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, var(--b-color-red) 49%, var(--b-color-red) 51%, rgba(0, 0, 0, 0) 55%);
        background-size  : 6px 6px !important;
    }

    .fika {
        background : rgba(217, 231, 246, 0.6);
        color      : #926b36;
    }
}

.b-sch-line.b-circle {
    .b-grid-header &.b-sch-time-range {
        background-color    : #ff5722;
        height              : .8em !important;
        width               : .8em !important;
        border-radius       : 50%;
        margin-inline-start : -0.43em;
        bottom              : 0;
        padding             : 0;

        label {
            display : none;
        }
    }

    .b-timeline-sub-grid & {
        border-left : 1px solid #ff5722;
    }
}

.b-sch-line.b-triangle {
    .b-grid-header &.b-sch-time-range {
        background-color    : transparent;
        margin-inline-start : -9px;
        height              : 1em;
        padding             : 0;

        .fa-caret-down {
            font-size  : 2em;
            color      : #3183fe;
            margin-top : 1px;
        }
    }

    label {
        display : none;
    }

    .b-timeline-sub-grid & {
        border-inline-start : 2px solid #3183fe;
    }
}
