.catalog-form .form-trap {
    display: none !important;
}

.catalog-form .form-status {
    border: 1px solid;
    margin: 0 0 1.5em;
    padding: .85em 1em;
}

.catalog-form .form-status.success {
    background: #effaf1;
    border-color: #3c8c4b;
    color: #236130;
}

.catalog-form .form-status.error {
    background: #fff2f2;
    border-color: #bc4242;
    color: #8c2424;
}

.catalog-form .catalog-submit {
    -webkit-appearance: none;
    appearance: none;
    background-color: #1d2b57;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 1.1em 2.5em;
    text-transform: uppercase;
    transition: all 300ms ease;
    visibility: visible;
    width: auto;
}

.btHardRoundedButtons .catalog-form .catalog-submit {
    border-radius: 50px;
}

.btSoftRoundedButtons .catalog-form .catalog-submit {
    border-radius: 3px;
}

.catalog-form .catalog-submit:hover {
    opacity: .8;
}

.btTextLeft .catalog-form {
    float: left;
    width: 100%;
}

.btTextRight .catalog-form {
    float: right;
    width: 100%;
}

.catalog-form .privacy-consent {
    align-items: flex-start;
    display: flex;
    font-size: .94em;
    gap: .65em;
    line-height: 1.55;
}

.catalog-form .privacy-consent input {
    flex: 0 0 auto;
    margin-top: .35em;
}

.legal-links {
    margin: 0;
}

.legal-links a,
.legal-links button {
    color: inherit;
    display: inline-block;
    font-size: .88em;
    margin-left: 1.1em;
}

.cookie-settings-link {
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
}

.cookie-banner {
    background: #fff;
    border-top: 3px solid #1d2b57;
    bottom: 0;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, .16);
    left: 0;
    padding: 1.25em 5%;
    position: fixed;
    right: 0;
    z-index: 99999;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner-inner {
    align-items: center;
    display: flex;
    gap: 1.5em;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.cookie-banner p {
    margin: 0;
    max-width: 760px;
}

.cookie-actions {
    display: flex;
    gap: .75em;
}

.cookie-choice {
    border: 2px solid #1d2b57;
    cursor: pointer;
    font-weight: 700;
    padding: .8em 1.15em;
    white-space: nowrap;
}

.cookie-optional {
    background: #1d2b57;
    color: #fff;
}

.cookie-essential,
.external-content-notice .cookie-choice {
    background: #fff;
    color: #1d2b57;
}

.external-content-notice {
    border: 1px solid #d9dfea;
    padding: 1.3em;
}

.external-content-notice p {
    margin-top: 0;
}

.legal-page .btText h3 {
    margin-top: 1.7em;
}

.legal-table {
    border-collapse: collapse;
    margin: 1.2em 0 2em;
    width: 100%;
}

.legal-table th,
.legal-table td {
    border: 1px solid #dbe1eb;
    padding: .7em;
    text-align: left;
    vertical-align: top;
}

.policy-cookie-button {
    background: #1d2b57;
    color: #fff;
    display: inline-block;
    padding: .75em 1.1em;
    text-decoration: none;
}

.site-search-results {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}

.site-search-results li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-size: 1.1em;
    padding: .8em 0;
}

@media (max-width: 768px) {
    .cookie-banner-inner,
    .cookie-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .legal-links a,
    .legal-links button {
        margin: .45em .7em 0 0;
    }
}

/* Compact consent prompt and responsive usability refinements. */
.cookie-banner {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 16px 16px;
    pointer-events: none;
}

.cookie-banner-inner {
    background: rgba(255, 255, 255, .98);
    border: 1px solid #d8deea;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(17, 28, 56, .12);
    gap: 14px;
    max-width: 850px;
    padding: 12px 14px;
    pointer-events: auto;
}

.cookie-banner p {
    color: #313b54;
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.45;
    max-width: none;
}

.cookie-actions {
    flex: 0 0 auto;
    gap: 7px;
}

.cookie-choice,
.cookie-optional,
.cookie-essential {
    background: #fff;
    border: 1px solid #1d2b57;
    border-radius: 5px;
    color: #1d2b57;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 12px;
}

.cookie-choice:hover,
.cookie-choice:focus {
    background: #1d2b57;
    color: #fff;
}

.location-card {
    background: #f5f7fb;
    border-left: 3px solid #1d2b57;
    max-width: 600px;
    padding: 18px 20px;
}

.location-card p {
    margin: 0 0 12px;
}

.map-link {
    border: 1px solid #1d2b57;
    border-radius: 3px;
    color: #1d2b57;
    display: inline-block;
    font-size: .9em;
    font-weight: 600;
    padding: 9px 14px;
}

.catalog-form input:not([type="checkbox"]),
.catalog-form textarea {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.catalog-form .catalog-submit {
    min-height: 44px;
}

.btContentHolder .btContent figure.wp-caption,
.btContentHolder .btContent figure.alignnone {
    box-sizing: border-box;
    max-width: 100%;
    width: 100% !important;
}

.btContentHolder .btContent figure img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .cookie-banner-inner,
    .cookie-actions {
        align-items: center;
        flex-direction: row;
    }

    body {
        overflow-x: hidden;
    }

    .gutter .port {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .btContentHolder h1,
    .btContentHolder h2,
    .btContentHolder h3,
    .btContentHolder h4,
    .btContentHolder h5,
    .btContentHolder h6 {
        overflow-wrap: break-word;
    }

    .btContentHolder .btText h6 {
        font-size: clamp(1.28rem, 5.7vw, 1.62rem);
        line-height: 1.28;
    }

    .btContentHolder .btText p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .btMenuVertical .btLogoArea {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 78px;
        padding: 8px 18px;
    }

    .btMenuVertical .mainHeader .btLogoArea .logo {
        float: none;
        margin: 0 auto !important;
    }

    .btMenuVertical .mainHeader .topBarInLogoArea {
        display: none;
    }

    .btMenuVertical .btLogoArea .logo img {
        height: auto;
        max-height: 68px;
        max-width: min(62vw, 245px);
    }

    .btMenuVertical .btVerticalMenuTrigger {
        font-size: 0;
        height: 48px;
        left: auto;
        line-height: 48px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        right: 12px;
        text-align: center;
        top: 16px;
        transform: none;
        width: 48px;
        white-space: nowrap;
        z-index: 2;
    }

    .btMenuVertical .btVerticalMenuTrigger .btIco {
        font-size: 28px;
        line-height: 48px;
    }

    .btMenuVertical > .menuPort {
        background: #fff;
        text-align: left;
        width: min(86vw, 320px);
    }

    .btMenuVertical > .menuPort .logo {
        padding: 16px 54px 14px 20px;
    }

    .btMenuVertical > .menuPort .logo img {
        height: auto;
        max-width: 205px;
        width: auto;
    }

    .btMenuVertical > .menuPort nav ul li a {
        line-height: 1.35;
        padding: 13px 48px 13px 20px;
    }

    .btMenuVertical > .menuPort .btCloseVertical {
        right: 18px;
        top: 18px;
    }

    .legal-table {
        display: block;
        font-size: .9em;
        overflow-x: auto;
    }
}

@media (max-width: 600px) {
    .cookie-banner {
        padding: 0 10px 10px;
    }

    .cookie-banner-inner {
        display: block;
        padding: 10px 11px;
    }

    .cookie-banner p {
        font-size: 12px;
        line-height: 1.42;
        margin: 0 0 9px;
    }

    .cookie-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-choice {
        min-height: 40px;
        padding: 8px 5px;
        white-space: normal;
    }

    .gutter .port {
        padding-left: 18px;
        padding-right: 18px;
    }

    .catalog-form .privacy-consent {
        font-size: .88em;
    }

    .btSiteFooter .btFooterCopy,
    .btSiteFooter .btFooterMenu {
        text-align: left;
    }
}
