.wdk-schedule-wrapper {
    height: 340px;
    padding: 4px;
    overflow: auto;
	position: relative;
}

.monoblock .wdk-schedule-wrapper {
    height: 385px;
}

.wdk-schedule-wrapper {
	scrollbar-width: thin !important;
}

.wdk-schedule-wrapper::-webkit-scrollbar-track {
	background-color: var(--white-02) !important;
	-webkit-box-shadow: inset 0 0 6px var(--white-02) !important;
    box-shadow: inset 0 0 6px var(--white-02) !important;
}
.wdk-schedule-wrapper::-webkit-scrollbar {
	background-color: var(--white-02) !important;
	width: 5px !important;
	height: 5px;
}
.wdk-schedule-wrapper::-webkit-scrollbar-thumb {
	background-color: var(--scroll-thumb-base-custom-color) !important;
	border-radius: 10px;
}

@media(max-width: 992px) {
    .wdk-schedule-wrapper {
		display: flex;
        flex-wrap: wrap;
		padding: 0 4px 4px 4px;
		max-height: 385px;
    }
	.wdk-schedule-wrapper .home-fallback {
		width: 100%;
	}
    .wdk-schedule-wrapper .wdk-media-item  {
		/* width: 48%; */
		width: 100%;
		margin: 8px !important;
		display: inline-flex;
    }
}


