.b-dual-day-view-content {
    --b-panel-padding     : 0;

    > .b-day-view {
        flex : 1 1 0;

        .b-day-view-day-content {
            border-top : 0 none;
        }

        &:nth-child(1) {
            border-inline-end : 1px solid var(--b-day-view-border-color);
        }
        &:nth-child(2) {
            border-inline-start : 1px solid var(--b-day-view-border-color);
        }
    }
}

/* Drag must not be active over the day selector - it's not a drop target */
.b-drag-helper-active .b-dual-day-view-day-selector {
    pointer-events : none;
}
