/* ==================================================
   THE CAGE — MINIMAL LEGAL PAGES
   Terms, Privacy Policy and Cookies Policy
   ================================================== */

html {
    scroll-behavior: smooth;
}

body.tc-legal-page {
    margin: 0 !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    background: #000000 !important;
    color: #eeeeec !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.tc-legal-page *,
body.tc-legal-page *::before,
body.tc-legal-page *::after {
    box-sizing: border-box !important;
}

body.tc-legal-page a {
    color: inherit;
    text-decoration: none;
}

.tc-legal-skip-link {
    position: fixed;
    top: -100px;
    left: 18px;
    z-index: 99999;
    padding: 12px 16px;
    background: #ffffff;
    color: #000000;
}

.tc-legal-skip-link:focus {
    top: 18px;
}

.tc-legal-main {
    display: block !important;
    width: 100% !important;
    min-height: 100vh !important;
    padding: 72px 24px !important;
    background: #000000 !important;
}

.tc-legal-document {
    display: block !important;
    width: min(900px, 100%) !important;
    margin: 0 auto !important;
}

.tc-legal-title {
    display: block !important;
    margin: 0 0 44px !important;
    color: #e10d18 !important;
    font-size: clamp(32px, 4vw, 52px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.015em !important;
    text-transform: uppercase !important;
}

.tc-legal-copy {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    color: #d8d8d6 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.78 !important;
    white-space: pre-wrap !important;
    overflow-wrap: anywhere !important;
}

.tc-legal-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(320px, 100%) !important;
    min-height: 54px !important;
    margin: 58px auto 0 !important;
    border: 1px solid #e10d18 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.24em !important;
    text-align: center !important;
    text-decoration: none !important;
    transition:
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.tc-legal-close:hover,
.tc-legal-close:focus-visible {
    background: rgba(225, 13, 24, 0.14) !important;
    box-shadow: 0 0 26px rgba(225, 13, 24, 0.16) !important;
    transform: translateY(-2px);
    outline: none !important;
}

body.tc-legal-page .gt_float_switcher,
body.tc-legal-page .gtranslate_wrapper,
body.tc-legal-page .cky-btn-revisit-wrapper {
    display: none !important;
}

@media (max-width: 700px) {

    .tc-legal-main {
        padding: 46px 18px !important;
    }

    .tc-legal-title {
        margin-bottom: 32px !important;
        font-size: 32px !important;
    }

    .tc-legal-copy {
        font-size: 14px !important;
        line-height: 1.72 !important;
    }

    .tc-legal-close {
        margin-top: 44px !important;
        min-height: 50px !important;
        font-size: 12px !important;
    }
}

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .tc-legal-close {
        transition: none;
    }
}
