 body {
    overflow-x: hidden;
 }

.lg-sub-html {
    text-align: left!important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.lg-sub-html > div > div {
    max-width: calc(90% - 119px);
}

.bg-violet-700.rounded, .bg-violet-700.rounded:hover, .bg-violet-700.rounded:active, .bg-violet-700.rounded:focus {
    text-decoration: none !important;
}

/* if contains media items, grid has min heigh */
[data-controller="masonry"]:has(.grid-cell) {
    min-height: 768px;
}