@import "card-macro.css";
@import "date-picker.css";
@import "spotlight-card.css";
@import "swiper-bundle-min.css";
@import "typography.css";

html:not(#__):not(#___) .cadmin.affix,
html:not(#__):not(#___) .cadmin.control-menu-container {
    top: 0;
    z-index: 989;
    position: sticky;
}

.lfr-layout-structure-item-container {
	padding-right: 12px !important;
	padding-left: 12px !important;
}

.swiper-slide {
	height: auto;
}

.swiper-slide:has(.flexible-height) > div,
.lfr-layout-structure-item-custom-card:has(.flexible-height)  > div,
.lfr-layout-structure-item-custom-card:has(.flexible-height)  .custom-card,
.lfr-layout-structure-item-custom-card:has(.flexible-height)  .row,
.lfr-layout-structure-item-custom-card:has(.flexible-height)  .card-body {
	height: 100% !important;
}