.nl-content-html {
    width: min(82cqw, 100%);
    max-height: 100%;
    overflow: auto;
    text-align: left;
    pointer-events: auto;
}

.nl-content-html > :first-child {
    margin-top: 0;
}

.nl-content-html > :last-child {
    margin-bottom: 0;
}

.nl-content-html h1,
.nl-content-html h2,
.nl-content-html h3 {
    line-height: 1.2;
    letter-spacing: 0;
}

.nl-content-html p,
.nl-content-html li {
    line-height: 1.7;
}

.nl-content-html a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.nl-content-html .content-lead {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.6;
}

.nl-content-html .content-callout {
    border-left: .35em solid #256d7e;
    padding: .8em 1em;
    background: #f4f0c9;
}

.nl-content-html .content-marker {
    padding: .05em .2em;
    background: #fffb00;
}

.nl-content-html .content-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .3em;
    padding: .45em .9em;
    background: #256d7e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.nl-content-html .content-button-link:hover,
.nl-content-html .content-button-link:focus-visible {
    background: #1c5b6b;
}

.nl-content-booking-methods .nl-level-content {
    align-content: start;
    padding: 0;
    color: #0c223f;
}

.nl-content-booking-methods .nl-content-html {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.booking-methods-content {
    position: relative;
    width: 100%;
    min-height: 134.62cqw;
    color: #0c223f;
    text-align: center;
    font-weight: 700;
}

.booking-methods-content h1 {
    position: absolute;
    top: 9.65cqw;
    left: 50%;
    display: flex;
    width: 67.2cqw;
    min-height: 7.7cqw;
    align-items: center;
    justify-content: center;
    border-radius: 1.1cqw;
    margin: 0;
    padding: .3cqw 1.6cqw .75cqw;
    background: #fffb00;
    color: #000;
    font-size: 5.45cqw;
    line-height: 1;
    white-space: nowrap;
    transform: translateX(-50%);
}

.booking-methods-block {
    position: absolute;
    left: 0;
    width: 100%;
}

.booking-methods-block:nth-of-type(1) {
    top: 21.84cqw;
}

.booking-methods-block:nth-of-type(2) {
    top: 97.45cqw;
}

.booking-methods-block:nth-of-type(3) {
    top: 122.06cqw;
}

.booking-methods-block h2 {
    display: flex;
    width: 67.2cqw;
    min-height: 6.3cqw;
    align-items: center;
    justify-content: center;
    border-radius: .8cqw;
    margin: 0 auto;
    padding: .15cqw 1.2cqw .55cqw;
    background: #f4f0c9;
    color: #0c223f;
    font-size: 3.7cqw;
    line-height: 1.08;
    white-space: nowrap;
}

.booking-methods-block:nth-of-type(2) h2,
.booking-methods-block:nth-of-type(3) h2 {
    width: 78.5cqw;
}

.booking-methods-block p {
    position: absolute;
    top: 10.15cqw;
    left: 0;
    width: 100%;
    margin: 0;
}

.booking-methods-block:nth-of-type(2) p {
    top: 11.7cqw;
}

.booking-methods-cta {
    display: inline-flex;
    min-height: 6.95cqw;
    align-items: center;
    border: .45cqw solid #fff;
    border-radius: 1.1cqw;
    padding: .2cqw 2.6cqw .65cqw;
    background: #256d7e;
    color: #fff !important;
    font-size: 3.75cqw;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.booking-methods-block:nth-of-type(2) .booking-methods-cta {
    padding-right: 1.5cqw;
    padding-left: 1.5cqw;
    font-size: 3.45cqw;
}

.booking-methods-cta:hover,
.booking-methods-cta:focus-visible {
    background: #1c5b6b;
}

.booking-methods-block ul {
    position: absolute;
    top: 21.75cqw;
    left: 50%;
    display: grid;
    gap: 1.2cqw;
    justify-items: center;
    width: 90cqw;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: left;
    list-style-position: outside;
    font-size: 3.35cqw;
    line-height: 1.32;
    transform: translateX(-50%);
}

.booking-methods-block li {
    width: max-content;
    max-width: 100%;
    margin-left: 2.2cqw;
    line-height: 1.32;
    white-space: nowrap;
}

.booking-methods-block li:has(> span) {
    margin-left: 0;
    text-align: center;
    list-style: none;
}

.booking-methods-block li span {
    display: inline-block;
    color: #fff;
    font-size: 2.85cqw;
}

.ck-editor {
    container-type: inline-size;
}

.ck-editor .ck-content {
    min-height: 24rem;
}

.ck-editor .ck-content:has(.booking-methods-content) {
    padding: 0;
}

.content-editor-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: .75rem 1rem;
    margin-bottom: .75rem;
}

.ck-editor .ck-content .content-lead {
    font-size: 1.2em;
    font-weight: 700;
}

.ck-editor .ck-content .content-callout {
    border-left: .35em solid #256d7e;
    padding: .8em 1em;
    background: #f4f0c9;
}

.ck-editor .ck-content .content-marker {
    padding: .05em .2em;
    background: #fffb00;
}

.ck-editor .ck-content .content-button-link {
    border-radius: .3em;
    padding: .45em .9em;
    background: #256d7e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
