@font-face {
    font-family: Comic;
    src: url(../font/COMIC.TTF);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
.pure-g [class*=pure-u] {
    font-family: Comic, sans-serif;
}

select {
    -webkit-appearance: none;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    color: #5f6c6d;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

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

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.text--red {
    color: red;
}

/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-control-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.pure-control-group .ts-wrapper {
    flex: 1;
    width: 100%;
}

.pure-control-group .ts-control {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    padding-right: 35px !important;
    cursor: pointer;
}

.pure-control-group--center {
    justify-content: center;
}

.pure-controls {
    display: flex;
    align-items: center;
    margin: 1.5em !important;
    justify-content: center;
}

.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
    width: 77px !important;
}

.pure-form select,
.pure-form textarea,
.pure-form input {
    border: 2px solid #ddd;
    box-shadow: none;
    flex: 1;
    width: 100%;
}

.pure-form textarea {
    height: 100px;
}

.pure-form select {
    color: #34495e;
    padding: 0 0.6em;
}

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

.save-button #loadingSpinner {
    margin-top: 10px;
}

@media (max-width: 350px) {
    .pure-control-group--recaptcha {
        position: absolute;
        left: 0;
        right: 0;
    }

    .save-button {
        margin-top: 100px !important;
    }
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}

.home-menu {
    background: #2d3e50;
}

.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
    margin: 0;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}

.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background-image: url('../images/cover_v2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    /*height: 88%;*/
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 25px rgb(0 0 0 / 50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    color: #efefef;
    padding: 0 1em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: #efefef;
    letter-spacing: 0.05em;
}

@media (max-width: 540px) {
    .splash-locations {
        font-size: 12px;
    }
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    /*top: 87%;*/
    top: 100%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    max-width: 2000px;
    margin: 0 auto;
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}

.content-subhead i {
    margin-right: 7px;
}

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #3a5571;
    color: #d0d0d0;
}

.ribbon-content {
    max-width: 2000px;
    margin: 0 auto;
}

/* This is the class used for the footer */
.footer {
    background: #111;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }

    .home-menu ul {
        float: right;
    }

    /* We increase the height of the splash-container */
    /*    .splash-container {
            height: 500px;
        }*/
    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

#successMessage {
    display: none;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: #270;
    background-color: #DFF2BF;
    justify-content: center;
}

.special-offer {
    color: #efefef;
}

.cursor--pointer {
    cursor: pointer;
}

.flex__centered {
    display: flex;
    justify-content: center;
}

.pricelist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pricelist__price {
    color: #1f8dd6;
}

.mw-800 {
    max-width: 800px;
}

.socializer {
    margin-bottom: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper img {
    max-height: 600px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    object-fit: contain;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
}

.dates {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.dates__group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#days {
    width: 40px;
}

@media (max-width: 380px) {
    .dates {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

@media (max-width: 480px) {
    #days {
        margin-right: 10px;
    }
}

.extras {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
}

.extras__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.extras__litres {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.extras__litres input {
    width: 60px;
}

.extras-checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.extras input {
    margin-right: 10px;
    min-width: 12px;
}

.pure-form .multiselect-dropdown-list label,
.extras label,
.install-times__field label {
    width: auto !important;
}

/* Paigaldus- ja mahavõtuaegade konteiner — analoogne .extras-iga.
   Sisemiste väljade label on PEAL inputi (mitte vasakul), et pikemad
   eestikeelsed fraasid mahuksid ilma 77px piiranguta. */
.install-times {
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}
.install-times__field {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.install-times__field label {
    margin: 0 0 0.25em !important;
    font-weight: normal;
    font-size: 90%;
}
.install-times__field input[type="time"] {
    width: 100%;
    /* iOS Safari renderdab native time-input-i halli "kasti" kujul tsentreeritud
       tekstiga ja erineva kõrgusega kui muud inputid. Need stiilid ühtlustavad
       kuvandi nii iOS-il kui ka mujal:
       - appearance:none eemaldab native kummalisused (iOS-il ei kao ikoon,
         sest seda iOS-il niikuinii ei ole),
       - background+text-align+padding sünkroniseerib muude pure-form input-itega,
       - font-size: 16px hoiab iOS Safari'l ära autoom-zoomi inputi fookuse korral,
       - min-height vastab pure-form input default-kõrgusele. */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: inherit;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    padding: 0.4em 0.6em;
    min-height: 2.25em;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 4px;
}
.install-times__field input[type="time"]:focus {
    border-color: #129FEA;
    outline: 0;
}
/* iOS Safari'l tekib mõnikord olukord, kus tühi time-input kuvab tsentreeritud
   placeholder-i ('--:--' või kohalik kuju). Sundime selle vasakule. */
.install-times__field input[type="time"]::-webkit-date-and-time-value {
    text-align: left;
}
@media (max-width: 420px) {
    .install-times {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .extras {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 500px) {
    .l-box-lrg {
        padding: 1em !important;
    }
}

.datepicker__readonly {
    background-color: #fff !important;
    color: #000 !important;
}

/* Menu tag for new items */
.menu-tag-new {
    background-color: #cc0000;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: bold;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -1px;
}

/* Season closed banner */
.season-closed-banner {
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}

.banner-content h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-content p {
    margin: 0;
    font-size: 16px;
    color: rgba(255,255,255,0.95);
}

@media (max-width: 768px) {
    .banner-content h2 {
        font-size: 20px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .season-closed-banner {
        padding: 15px;
        margin-top: 20px;
    }
}
/* ===== Radio card group (transport / paigaldus) ===== */
.pure-form .radio-cards {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex: 1;
    flex-wrap: wrap;
}

.pure-form label.radio-card {
    display: block;
    cursor: pointer;
    margin: 0 !important;
    width: auto !important;
    flex: 1 1 220px;
    font-weight: normal !important;
}

.radio-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-card__body {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #d0d4d8;
    border-radius: 8px;
    background: #fff;
    transition: border-color .15s, background .15s, box-shadow .15s;
}

.radio-card input[type="radio"]:checked + .radio-card__body {
    border-color: #409CFF;
    box-shadow: 0 0 0 1px #409CFF inset;
}

.radio-card input[type="radio"]:focus-visible + .radio-card__body {
    outline: 2px solid #409CFF;
    outline-offset: 2px;
}

.radio-card__icon {
    font-size: 24px;
    flex-shrink: 0;
}

.radio-card__text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.radio-card__text strong {
    font-weight: 600;
    color: #2a2a2a;
}

.radio-card__detail {
    font-size: 13px;
    color: #6c757d;
    margin-top: 2px;
}

/* Lukustatud radio-kaart — kasutusel kui transport='transport' lukustab SULA valiku.
   JS lisab klassi 'radio-card--disabled' ja seab input.disabled = true. */
.radio-card.radio-card--disabled {
    opacity: 0.45;
    pointer-events: none;
    cursor: not-allowed;
}

/* Kohustuslike väljade punane tärn siltides */
.required-mark {
    color: #d9534f;
    font-weight: bold;
    margin-left: 2px;
}

/* "Saada päring" nupu disabled-olek (ajutiselt AJAX-i saatmise ajal) */
#saveButton[disabled] {
    background-color: #b0b0b0 !important;
    color: #f0f0f0 !important;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Makseviis-i info-tekst — kuvatakse eraldi reas Makseviis välja all,
   ainult kui klient on valinud "Arvega tasumine". Element on sibling
   .pure-control-group-i (mitte raadiokaartide sees), kontrollime ülemise
   pure-control-group's valitud raadio väärtust :has() abil. */
.makseviis-info-hint {
    display: none;
    margin: 4px 0 .5em;
    padding: 8px 12px;
    font-size: 13px;
    color: #34495e;
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-radius: 6px;
}

.pure-control-group:has(input[name="payment_type"][value="ARVE_MAKSMISEL"]:checked) + .makseviis-info-hint {
    display: block;
}

/*
 * -- TERMS & CONDITIONS CHECKBOX + MODAL --
 */
.terms-row {
    width: 100%;
    margin: 18px 0 6px;
    box-sizing: border-box;
}

/*
 * Custom-styled checkbox.
 * The native <input> is visually hidden but kept accessible (focus, screen readers).
 * The .terms-checkbox__box element is what the user actually sees, and the :checked
 * state of the sibling <input> drives its appearance.
 */
.pure-form label.terms-checkbox,
.terms-row .terms-checkbox {
    /* Override the .pure-form label rule that pins width to 70px */
    width: 100% !important;
    display: flex !important;
    align-items: center;
    gap: 14px;
    margin: 0 !important;
    padding: 14px 18px;
    background: #f7f9fb;
    border: 2px solid #e1e7ec;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1.5;
    color: #34495e;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.terms-checkbox:hover {
    border-color: #2196F3;
    background: #f0f7ff;
}

/* Visually hide the native checkbox but keep it accessible */
.terms-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.terms-checkbox__box {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 2px solid #b0bcc7;
    border-radius: 5px;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.terms-checkbox__check {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

/* Checked state */
.terms-checkbox input[type="checkbox"]:checked ~ .terms-checkbox__box {
    background: #2cbe4e;
    border-color: #2cbe4e;
}

.terms-checkbox input[type="checkbox"]:checked ~ .terms-checkbox__box .terms-checkbox__check {
    opacity: 1;
    transform: scale(1);
}

/* Keyboard focus ring for accessibility */
.terms-checkbox input[type="checkbox"]:focus-visible ~ .terms-checkbox__box {
    outline: 2px solid #409CFF;
    outline-offset: 2px;
}

.terms-checkbox__text {
    flex: 1 1 auto;
    text-align: left;
}

.terms-checkbox__text a {
    color: #2196F3;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.terms-checkbox__text a:hover {
    text-decoration: none;
}

@media (max-width: 480px) {
    .terms-checkbox {
        padding: 12px 14px;
        font-size: 13px;
    }
}

/* Modal overlay */
.terms-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.terms-modal.is-open {
    display: flex;
}

.terms-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.terms-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.terms-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #e5e5e5;
    flex-shrink: 0;
}

.terms-modal__header h2 {
    margin: 0;
    font-size: 18px;
    color: #34495e;
}

.terms-modal__close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    color: #5f6c6d;
}

.terms-modal__close:hover {
    color: #000;
}

.terms-modal__content {
    flex: 1 1 auto;
    overflow-y: scroll;          /* alati nähtav scrollbar — annab vihjet, et tuleb keri */
    scrollbar-gutter: stable;
    scrollbar-width: auto;       /* Firefox */
    scrollbar-color: #b0b0b0 #f0f0f0; /* Firefox: thumb track */
    padding: 20px 24px;
    font-size: 13px;
    line-height: 1.6;
    color: #5f6c6d;
}

/* WebKit (Chrome, Safari, Edge) — alati nähtav scrollbar koos selgelt eristuva track-iga */
.terms-modal__content::-webkit-scrollbar {
    width: 10px;
    -webkit-appearance: none;
}
.terms-modal__content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}
.terms-modal__content::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 4px;
    border: 2px solid #f0f0f0; /* loob õhukese piiri thumb-i ümber */
}
.terms-modal__content::-webkit-scrollbar-thumb:hover {
    background: #909090;
}

.terms-modal__content h3,
.terms-modal__content h4 {
    color: #000000;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
}

.terms-modal__content h3:first-child {
    margin-top: 0;
}

.terms-modal__content p,
.terms-modal__content li {
    margin-bottom: 0.6em;
}

.terms-modal__content ol,
.terms-modal__content ul {
    padding-left: 1.4em;
}

.terms-modal__loading {
    text-align: center;
    color: #888;
    padding: 40px 0;
}

.terms-modal__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    border-top: 1px solid #e5e5e5;
    flex-shrink: 0;
    background: #fafafa;
}

.terms-modal__hint {
    margin: 0;
    font-size: 12px;
    color: #888;
    flex: 1 1 auto;
}

#acceptTermsBtn {
    flex-shrink: 0;
}

#acceptTermsBtn[disabled] {
    background-color: #d0d0d0;
    color: #888;
    cursor: not-allowed;
}

#acceptTermsBtn:not([disabled]) {
    background-color: #2cbe4e;
    color: #fff;
    cursor: pointer;
}

#acceptTermsBtn:not([disabled]):hover {
    background-color: #25a042;
}

/* Broneerimistingimuste lehel kasutatavate <strong> elementide stiil —
   eristub selgelt tavatekstist (tumesinine värv + letter-spacing + paks weight).
   NB: ei rakendu tabelilahtrites <th>, kuna need kasutavad oma stiili. */
.terms-doc strong {
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.terms-doc .terms-damage-table strong,
.terms-doc .terms-capacity-table strong {
    /* Tabelite sees pole strong-i, kuid igaks juhuks katkestame ülaltoodud stiili */
    color: inherit;
    letter-spacing: normal;
}

/* Broneerimistingimuste sees olevad tabelid (vastutussummad + kandevõime) */
.terms-doc .terms-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 12px 0;
}

.terms-doc .terms-damage-table,
.terms-doc .terms-capacity-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
}

.terms-doc .terms-damage-table th,
.terms-doc .terms-damage-table td,
.terms-doc .terms-capacity-table th,
.terms-doc .terms-capacity-table td {
    border: 1px solid #d0d4d8;
    padding: 8px 10px;
    vertical-align: top;
    text-align: left;
}

.terms-doc .terms-damage-table thead th,
.terms-doc .terms-capacity-table thead th {
    background: #f7f9fb;
    font-weight: 600;
    white-space: nowrap;
}

.terms-doc .terms-damage-table tbody th,
.terms-doc .terms-capacity-table tbody th {
    font-weight: 500;
    background: #fcfdfe;
}

/* Summade ja arvude veerud paremale, et joonduksid */
.terms-doc .terms-damage-table td,
.terms-doc .terms-capacity-table td {
    text-align: right;
    white-space: nowrap;
}

.terms-doc .terms-damage-extras {
    margin: 10px 0 6px;
    font-size: 14px;
}

@media (max-width: 480px) {
    .terms-doc .terms-damage-table,
    .terms-doc .terms-capacity-table {
        font-size: 12px;
    }
    .terms-doc .terms-damage-table th,
    .terms-doc .terms-damage-table td,
    .terms-doc .terms-capacity-table th,
    .terms-doc .terms-capacity-table td {
        padding: 6px 8px;
    }
}

@media (max-width: 600px) {
    .terms-modal {
        padding: 0;
    }

    .terms-modal__dialog {
        max-width: 100%;
        max-height: 100vh;
        height: 100%;
        border-radius: 0;
    }

    .terms-modal__footer {
        flex-direction: column;
        align-items: stretch;
    }

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

    #acceptTermsBtn {
        width: 100%;
    }
}
