.text-align-center {
    text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.paragraph-no-margins-around > p:first-of-type {
    margin-top: 0;
}

.paragraph-no-margins-around > p:last-of-type {
    margin-bottom: 0;
}

.no-margins {
    margin: 0;
}

.flex-row.vertically-center-items {
    align-items: center;
}

.flex-row.vertically-baseline-items {
    align-items: baseline;
}


.flex-no-resize {
	flex-grow: 0;
	flex-shrink: 0;
}

.flex-resize {
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-wrap {
    flex-wrap:  wrap;
}

.full-size {
    width: 100%;
    height: 100%;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.absolute-container {
    position: relative;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.absolute-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.absolute-for-transform {
    position: absolute;
    left: 0;
    top: 0;
}

.top-left {
    left: 0;
    top: 0;
}

.top-right {
    right: 0;
    top: 0;
}

.transform-y50-percent-overlap {
    transform: translateY(-50%);
}

.overflow-hidden {
    overflow: hidden;
}

.flex-row {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row.justify-center {
    justify-content: center;
}

.flex-row.justify-between {
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}

.image.background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image.background-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.image.background-center {
	background-position: center center;
	background-repeat: no-repeat;
}

.image.background-top-left {
	background-position: top left;
	background-repeat: no-repeat;
}

.image.background-center-left {
	background-position: center left;
	background-repeat: no-repeat;
}

.border-box-sizing {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    .color-fade {
        transition: color 0.3s ease-out;
    }
}

.no-pointer-events {
	pointer-events: none;
}

.all-pointer-events {
	pointer-events: all;
}

.integrated-field {
    box-sizing: border-box;
    border: none;
}

.centered-cell-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}

button.skip-default {
    appearance: none;
    border: none;
    padding: 0;
    text-align: inherit;
    background: none;
    color: inherit;
}

.no-opacity {
    opacity: 0;
}

.clear-both {
    clear: both;
}
.dbm-admin {
    background-color: #f6f7f9;
}
.dbm-admin-box {
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dbm-admin-box-padding {
    padding: 20px;
}
.dbm-admin-hero {
    background: rgb(41,56,97);
    background: linear-gradient(117deg, #4b4795 0%, #608be1 100%);
}
.dbm-admin-hero .on-hero-text {
    color: #FFFFFF;
}
.dbm-admin-hero-overlap {
    position: relative;
    top: -40px;
}
.page-title-form-field {
    font-weight: 700;
    font-size: 24px;
}
.dbm-admin-logo {
    height: 24px;
    width: auto;
}
.ce-block__content,
.ce-toolbar__content {
    max-width: none;
}
.editor-block-box {
    border: 1px solid #1A1A1A;
    border-radius: 5px;
    box-sizing: border-box;
}
.editor-block-box-padding {
    padding: 20px;
}
.image.editor-preview {
    width: 120px;
    height: 120px;
}
.dbm-admin .save-all-position {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.image-library-preview {
    width: 120px;
    height: 120px;
}
.image-library-margins {
    margin-right: 5px;
    margin-bottom: 5px;
}
.action-button {
    border: 1px solid #ADADAD;
    color: #ADADAD;
    font-size: 10px;
    border-radius: 9999px;
    cursor: pointer;
}
.action-button:hover {
    background-color: #ADADAD;
    color: #FFFFFF;
}
.action-button-padding {
    padding: 3px 10px;
}

html, body {
    margin: 0;
    padding: 0;
}

.centered-site {
    margin: auto;
    padding: 0 10px;
    max-width: 1280px;
}

.content-narrow {
    margin: auto;
    padding: 0 10px;
    max-width: 800px;
}

.min-content-height {
	min-height: 100vh;
}
@font-face {
    font-family: 'iCiel Gotham Ultra';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/iciel-gotham-webfont/icielgothamultraregular.woff') format('woff');
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v29-latin-regular.woff2') format('woff2');
  }
/* montserrat-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v29-latin-italic.woff2') format('woff2');
  }
/* montserrat-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat/montserrat-v29-latin-700.woff2') format('woff2');
  }
/* montserrat-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/montserrat/montserrat-v29-latin-700italic.woff2') format('woff2');
  }
.default-text-formatting {
    font-size: 14px;
    color: #313131;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "iCiel Gotham Ultra", sans-serif;
    color: #1A1A1A;
    letter-spacing: 0.1px;
}
h1 {
    font-size: 20px;
}
@media (min-width: 600px) {
    .default-text-formatting {
        font-size: 18px;
    }

    h1 {
        font-size: 36px;
    }
}
.address-box-title {
    font-family: "iCiel Gotham Ultra", sans-serif;
    letter-spacing: 0.1px;
}
.body-text {
    line-height: 1.8;
}
.body-text a:not(.skip-default):not(.custom-styled-link) {
    color: #042752;
}
.body-text a:not(.skip-default):not(.custom-styled-link),
.animate-links a:not(.skip-default):not(.custom-styled-link) {
    position: relative;
}
@media (prefers-reduced-motion: no-preference) {
    .body-text a:not(.skip-default):not(.custom-styled-link),
    .animate-links a:not(.skip-default):not(.custom-styled-link) {
        top: 0px;
        transition: top 0.3s ease-out;
    }

    .body-text a:not(.skip-default):not(.custom-styled-link):hover,
    .animate-links a:not(.skip-default):not(.custom-styled-link):hover {
        top: -2px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .body-text a:not(.skip-default):not(.custom-styled-link):hover {
        color: #1252a0;
    }
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.small-description {
    font-size: 10px;
    color: #717171;
}
ol.content-list,
.content-list ol {
	counter-reset: item
}
ol.content-list > li,
ol.content-list ol > li {
	counter-increment: item
}
ol.content-list > li::marker,
ol.content-list ol > li::marker {
	content: counters(item, ".") " ";
}
.small-bold-description {
    font-size: 12px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.medium-bold-description {
    font-size: 16px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.contact-box-text {
    font-size: 16px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.page-header-menu-item {
    font-size: 16px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.unit-size-price {
    font-size: 16px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.unit-size-price-mobile {
    font-size: 12px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.original-unit-size-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #777777;
}
.original-unit-size-price-mobile {
    font-size: 12px;
    text-decoration: line-through;
    color: #777777;
}
.discount-price-description {
    font-size: 10px;
}
.checkout-price {
    font-size: 24px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.checkout-addition-unit-details {
    font-size: 14px;
}
.breadcrumb-link {
    font-weight: 700;
    font-size: 12px;
    color: #1A1A1A;
}
.usp-text {
    font-weight: 700;
    /*color: #43CF9C;*/
    color: #017CD0;
}
.process-step-title {
    font-weight: 700;
    font-size: 12px;
}
.process-step-text {
    font-size: 12px;
    line-height: 1.5;
}
.customer-review {
    font-size: 18px;
    line-height: 1.5;
}
@media (min-width: 600px) {
    .customer-review {
        font-size: 36px;
    }
}
.customer-review-name {
    font-weight: 700;
}
.spacing.micro {
    height: 5px;
}
.spacing.small {
    height: 10px;
}
.spacing.medium {
    height: 15px;
}
.spacing.standard {
    height: 20px;
}
.spacing.double {
    height: 40px;
}
.spacing.hero-spacing {
    height: 100px;
}
.spacing.for-contact-box-unit-shape {
    height: 67px;
}
.spacing.for-mobile-contact-box-unit-shape {
    height: 18px;
}
.spacing.for-location-box-unit-shape {
    height: 32px;
}
.spacing.for-mobile-location-box-unit-shape {
    height: 25px;
}
.standard-box-padding {
    padding: 30px;
}
.location-box-padding {
    padding: 16px;
}
.standard-box-mobile-vertical-padding {
    padding-top: 6px;
    padding-bottom: 6px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 2px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 2px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 5px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 7.5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 7.5px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 10px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 10px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:first-of-type) {
    margin-top: 5px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:last-of-type) {
    margin-bottom: 5px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-row.singles > .flex-row-item {
	width: 100%;
}
.flex-row.halfs > .flex-row-item {
	width: 50%;
}
.flex-row > .flex-row-item.half {
	width: 50%;
}
.flex-row.thirds > .flex-row-item,
.flex-row-item.third {
	width: 33.33%;
}
.flex-row.quarters > .flex-row-item {
	width: 25%;
}
.flex-row > .flex-row-item.quarter {
	width: 25%;
}
.faq-row-padding {
    padding: 5px 12px 5px 10px;
}
.spacer-line {
    background-color: #E5E5E5;
    height: 1px;
    width: 90%;
    margin: auto;
}
.alternative-button {
    background-color: #1A1A1A;
    color: #FFFFFF;
    font-family: "iCiel Gotham Ultra", sans-serif;
    box-sizing: border-box;
    border-radius: 3px;
    letter-spacing: 0.2px;
}
.directions-button {
    background-color: #1A1A1A;
    color: #FFFFFF;
    font-family: "iCiel Gotham Ultra", sans-serif;
    box-sizing: border-box;
    letter-spacing: 0.2px;
}
.standard-button:not(.inactive):not(.inactive-during-process),
.secondary-button:not(.inactive):not(.inactive-during-process),
.alternative-button:not(.inactive):not(.inactive-during-process),
.directions-button:not(.inactive):not(.inactive-during-process) {
    cursor: pointer;
}
.standard-field {
    box-sizing: border-box;
    border: 1px solid #1A1A1A;
    color: #1A1A1A;
    border-radius: 3px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
.integrated-field {
    color: #1A1A1A;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
.standard-field-padding {
    padding: 10px;
}
.standard-field-padding-left-side {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.standard-field-padding-right-side {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.standard-field::placeholder,
.integrated-field::placeholder {
    color: #A6A6A6;

}
.standard-field-label {
    display: block;
    font-weight: 700;
    font-size: 12px;
}
.standard-box {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.65);
}
.standard-box-full-width {
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: rgba(255, 255, 255, 0.65);
}
.page-header-line {
    height: 1px;
    background-color: #E5E5E5;
}
.notice-bar {
    background-color: #1A1A1A;
    color: #FFFF00;
}
.notice-bar-padding {
    padding: 10px;
}
.notice-bar a {
    color: #FFFF00;
}
.contact-box-unit-shape {
    width: 136px;
    height: 134px;
}
.contact-box-unit-shape-mobile {
    width: 68px;
    height: 67px;
}
.process-step-shape {
    width: 72px;
    height: 71px;
}
.location-box-unit-shape {
    width: 208px;
    height: 205px;
}
.location-box-unit-shape-mobile {
    width: 91px;
    height: 89px;
}
.contact-box-unit-shape-overlap {
    transform: translateY(-50%);
}
.contact-box-unit-shape-overlap-mobile {
    margin-top: -25px;
}
.location-box-unit-shape-overlap-mobile {
    margin-top: -30px;
}
.location-box-unit-shape-overlap {
    margin-top: -49px;
    margin-bottom: -45px;
}
.contact-box-unit-shape-icon-padding {
    padding: 25%;
}
.hexagon-cut {
    mask-image: url("/assets/img/unit-shape.svg");
    mask-size: contain;
}
.price-notice-flag {
    width: 120px;
    height: 68px;
    color: #FFFF00;
}
.price-notice-flag-sideways {
    padding: 4px 30px;
    color: #FFFF00;
}
.price-notice-flag-overlap {
    margin-top: -30px;
}
.price-notice-flag-mobile {
    padding: 2px 30px;
    color: #FFFF00;
}
.page-header-logo {
    width: 370px;
    height: 40px;
}
.page-header-logo-mobile {
    width: 231px;
    height: 25px;
}
.mobile-menu-item-padding {
    padding: 10px;
}
.hamburger-menu-icon {
    width: 30px;
    height: 21px;
}
.placeholder-background {
    background-color: #E5E5E5;
}
.calculator-promo-side {
    width: 240px;
}
.calculatore-promo-image-mobile {
    height: 200px;
}
.unit-size-side {
    width: 270px;
    height: 270px;
}
.unit-size-side-mobile {
    width: 100px;
    height: 100px;
}
.unit-size-mobile-float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.standard-row {
    box-sizing: border-box;
}
.standard-row-padding {
    padding: 0.5rem 1rem;
}
.standard-alternating-rows .standard-row:nth-of-type(2n + 1) {
    background-color: #fafafa;
}
.hover-row:hover {
    background-color: #E5E5E5;
}
.field-submit-button {
    box-sizing: border-box;
    background-color: #FFFF00;
    border-radius: 3px;
}
.field-submit-button-padding {
    padding-left: 10px;
    padding-right: 10px;
}
.right-arrow-link-icon {
    width: 26px;
    height: 12px;
}
.submit-button-field-padding-right-side {
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.breadcrumb-separator {
    width: 4px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
}
.breadcrumb-separator-end {
    width: 4px;
    height: 7px;
    margin-left: 5px;
}
.same-as-booking-field-value {
    background-color: #d8fff1;
    border-radius: 3px;
    border: 1px solid #d8fff1;
}
.card-details-field-padding {
    padding-left: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.card-details-field-padding-left-side {
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-details-field-padding-right-side {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.cvv-width {
    width: 60px;
}
.credit-card-icon {
    width: 40px;
    height: 25px;
    border-radius: 2px;
    background-color: #dedede;
}
.credit-card-icon-position {
    left: 10px;
    top: 6px;
}
.credit-card-icon-padding {
    padding: 2px;
}
.image.proof-of-identity {
    height: 90px;
}
.proof-of-identity-mobile {
    height: 150px;
}
.proof-of-identity-image-cell-width {
    width: 150px;
}
.expiry-date-cell-width {
    width: 120px;
}
.image.text-icon {
    width: 18px;
    height: 18px;
}
.image.small-button-icon {
    width: 12px;
    height: 12px;
}
.remove-button {
    font-size: 12px;
    background-color: #933535;
    color: #FFFFFF;
    border-radius: 9999px;
    cursor: pointer;
}
.small-button-padding {
    padding: 3px 7px;
}
.small-button-padding-image-left {
    padding: 3px 7px 3px 5px;
}
.select-option-box {
    cursor: pointer;
    border: 2px solid #1A1A1A;
    box-sizing: border-box;
    border-radius: 3px;
}
.select-option-box.selected {
    background-color: #d8fff1;
}
@media (prefers-reduced-motion: no-preference) {
    .select-option-box {
        transition: background-color 0.3s ease-out;
    }
}
.select-option-box .selected-border {
    box-sizing: border-box;
    border-radius: 6px;
}
.selected-border-position {
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
}
.select-option-box.selected .selected-border {
    border: 4px solid #43cf9c;
}
.select-option-box .selected-scale {
    transform: scale(0%);
}
.select-option-box.selected .selected-scale {
    transform: scale(100%);
}
@media (prefers-reduced-motion: no-preference) {
    .select-option-box .selected-scale {
        transition: transform 0.3s ease-out;
    }
}
.select-option-box-padding {
    padding: 20px 5px;
}
.flex-row-item.other-option-spacing {
    width: 20px;
}
.selected-circle {
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    background-color: #43cf9c;
    box-sizing: border-box;
}
.selected-circle-padding {
    padding: 6px;
}
.overlap-top-right {
    transform: translate(50%, -50%);
}
.checkout-unit-image {
    width: 64px;
    height: 64px;
}
.date-selection {
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fBfBfB;
}
.date-selection:hover {
    background-color: #d8fff1;
}
.date-selection.selected {
    background-color: #d8fff1;
    font-weight: 700;
}
.date-selection-padding {
    padding: 10px;
}
.date-selection-month-label {
    background-color: #dcdcdc;
    font-size: 10px;
    border-radius: 9999px;
    box-sizing: border-box;
}
.date-selection-month-label-padding {
    padding: 2px 8px;
}
.date-selection-month-label-position {
    bottom: -7px
}
.usp-checkmark-icon {
    width: 37px;
    height: 35px;
}
.usp-text-position {
    margin-left: -7px;
    padding-top: 10px;
}
.quote-mark-icon {
    width: 6px;
    height: 7px;
}
.quote-mark-offset {
    position: relative;
    top: -7px;
}
@media (min-width: 600px) {
    .quote-mark-icon {
        width: 10px;
        height: 12px;
    }
    
    .quote-mark-offset {
        top: -15px;
    }
}
.review-star {
    width: 18px;
    height: 17px;
}
.offer-promo-shape {
    width: 208px;
    height: 205px;
    background-color: #000000;
    color: #FFFF00;
    font-weight: bold;
    box-sizing: border-box;
}
.offer-promo-shape-mobile {
    width: 134px;
    height: 132px;
    background-color: #000000;
    color: #FFFF00;
    font-weight: bold;
    box-sizing: border-box;
}
.offer-promo-shape-padding {
    padding: 20px;
}
.offer-promo-shape-padding-mobile {
    padding: 10px;
}
.offer-promo-shape-mobile .offer-promo-shape-small-text {
    font-size: 12px;
}
.offer-promo-shape-big-text {
    font-size: 40px;
}
.offer-promo-shape-mobile .offer-promo-shape-big-text {
    font-size: 26px;
}
.offer-promo-title {
    font-size: 24px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.offer-promo-title-text {

}
.offer-promo-title-mobile {
    font-size: 20px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.offer-promo-title-text-mobile {
    font-size: 12px;
}
.hero-logo-position {
    margin: auto;
    width: 80%;
    max-width: 600px;
    padding: 0 10px;

}
.hero-logo {
    width: 100%;
    height: auto;
}
.background-yellow-square {
    background-color: rgba(255, 255, 0, 0.4);
    width: 200px;
    height: 40px;
}
.hero-extended-area {
    left: 0;
    top: 0;
    right: 0;
    bottom: -200px;
}
.hero-image-bottom-overlap {
    margin-bottom: -20px;
}
@media (min-width: 800px) {
    .hero-image-bottom-overlap {
        margin-bottom: -50px;
    }
}
.footer {
    color: #FFFFFF;
    background-color: #1A1A1A;
    min-height: 120px;
}
.map-address-box {
    color: #1A1A1A;
    background-color: #FFFF00;
    font-size: 20px;
    box-sizing: border-box;
}
.map-address-box-desktop-width {
    width: 370px;
}
.footer-map-area {
	height: 300px;
	background-color: #E5E5E5;
}
.footer-map {
    height: 300px;
    background-color: #E5E5E5;
}
.map-address-box-overlap {
    top: -100px;
}
.built-by-note-link {
    font-size: 10px;
    text-decoration: none;
    color: #828282;
}
.built-by-note-link:hover {
    color: #FFFF00;
}
.footer-contact-link {
    text-decoration: none;
    font-weight: 700;
    color: #FFFFFF;
}
.footer-contact-link:hover {
    color: #FFFF00;
}
.direction-arrow-icon {
    width: 15px;
    height: 14px;
}
.cookie-bar-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-bar {
    border-top: 1px solid #1A1A1A;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7);
}
.cookie-bar-padding {
    padding: 1rem;
}
.cookie-bar-title {
    font-size: 12px;
    font-family: "iCiel Gotham Ultra", sans-serif;
}
.standard-button {
    border: 2px solid #1A1A1A;
    color: #1A1A1A;
    background-color: #FFFF00;
    font-family: "iCiel Gotham Ultra", sans-serif;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.2px;
}
@media (prefers-reduced-motion: no-preference) {
    .standard-button,
    .secondary-button {
        box-shadow: 0px 0px 15px rgba(255, 255, 0, 0);
        text-shadow: 0px 0px 15px rgba(255, 255, 0, 0);
        transition: box-shadow 0.3s ease-out;
        transition: text-shadow 0.3s ease-out;
    }
}
.standard-button:hover,
.secondary-button:hover {
    box-shadow: 0px 0px 15px rgba(255, 255, 0, 1);
    text-shadow: 0px 0px 15px rgba(255, 255, 0, 1);
}
.standard-button-inner-corner {
    border-radius: 1px;
}
.standard-button-padding {
    padding: 12px 30px;
}
.secondary-button {
    border: 2px solid #1A1A1A;
    background-color: #FFFFFF;
    color: #1A1A1A;
    font-family: "iCiel Gotham Ultra", sans-serif;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.admin-editor-overflow-image-vertical-line {
    width: 1px;
    height: 100%;
    background-color: #FF0000;
}

.admin-editor-overflow-image-horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #FF0000;
}