
html:has(.cb--modal.display-flex) {
    overflow: hidden;
}
html:has(.cb--notification-modal.display-flex) {
    overflow: hidden;
}
html:has(.cb--results-page.search-form.display-flex) {
    overflow: hidden;
}
html:has(.cb--results-page.results.show-filters) {
    overflow: hidden;
}

body {
    container-type: inline-size;
    container-name: cb--body;
    margin: 0;
}
body:has(.cb--modal.display-flex) {
    overflow: hidden;
}
body:has(.cb--notification-modal.display-flex) {
    overflow: hidden;
}
body:has(.cb--results-page.search-form.display-flex) {
    overflow: hidden;
}
body:has(.cb--results-page.results.show-filters) {
    overflow: hidden;
}

.no-display {
    display: none !important;
}
.display {
    display: block !important;
}
.display-flex {
    display: flex !important;
}

.cb--main *,
.flatpickr-calendar * {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    line-height: normal;
}

.cb--main h1,
.cb--main h2,
.cb--main h3,
.cb--main h4,
.cb--main h5,
.cb--main h6 {
    margin: 0 0;
}

.cb--main p,
.cb--main ul li,
.cb--main ol li,
.cb--main td {
    color: var(--cb-color-3);
    font-size: var(--font-size-small);
}
.cb--main ul,
.cb--main ol {
    padding-left: 2px;
    list-style-position: inside;
}
.cb--main td {
    padding-right: 25px;
}

.cb--main {
    position: relative;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}
.col {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
