/* ==========================================================
   MTWOLF CONTENT PAGE
   Legal / text pages: GDPR, obchodne podmienky, cookies
   ========================================================== */

.mtw-content-page {
    background: #0f1416;
}

.mtw-content-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
            radial-gradient(circle at 80% 15%, rgba(182, 223, 51, .18), transparent 34%),
            linear-gradient(135deg, #151b1e 0%, #0d1113 100%);
}

.mtw-content-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .42;
}

.mtw-content-hero-overlay {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 80% 18%, rgba(182, 223, 51, .20), transparent 34%),
            linear-gradient(90deg, rgba(8, 12, 14, .96), rgba(8, 12, 14, .78) 52%, rgba(8, 12, 14, .54));
}

.mtw-content-hero-noimage {
    min-height: 300px;
}

.mtw-content-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 980px;
    padding: 88px 0 54px;
}

.mtw-content-hero-inner h1 {
    margin: 0;
    color: #fff;
    max-width: 900px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.055em;
}

.mtw-content-hero-inner p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 18px;
    line-height: 1.65;
}

.mtw-content-body {
    padding: 36px 0 76px;
    background:
            radial-gradient(circle at top right, rgba(182, 223, 51, .065), transparent 34%),
            linear-gradient(180deg, #111719 0%, #0f1416 100%);
}

.mtw-content-breadcrumb {
    max-width: 980px;
    margin: 0 auto 22px;
}

.mtw-content-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 14px;
}

.mtw-content-breadcrumb .breadcrumb a {
    color: rgba(255, 255, 255, .68);
    text-decoration: none;
}

.mtw-content-breadcrumb .breadcrumb a:hover {
    color: #b6df33;
}

.mtw-content-breadcrumb .breadcrumb li,
.mtw-content-breadcrumb .breadcrumb li.active {
    color: rgba(255, 255, 255, .42);
}

.mtw-content-subpages,
.mtw-content-image-top,
.mtw-content-images-inline,
.mtw-content-gallery,
.mtw-content-files,
.mtw-content-image-bottom {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.mtw-content-subpages {
    margin-bottom: 26px;
}

.mtw-content-image-top {
    margin-bottom: 26px;
}

.mtw-content-card {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    padding: 46px 54px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .16);
    overflow: hidden;
}

.mtw-content-text {
    color: #2d353a;
    font-size: 17px;
    line-height: 1.84;
}

.mtw-content-text-secondary {
    margin-top: 38px;
    padding-top: 34px;
    border-top: 1px solid rgba(20, 30, 35, .10);
}

.mtw-content-text > *:first-child {
    margin-top: 0 !important;
}

.mtw-content-text > *:last-child {
    margin-bottom: 0 !important;
}

.mtw-content-text h1,
.mtw-content-text h2,
.mtw-content-text h3,
.mtw-content-text h4,
.mtw-content-text h5,
.mtw-content-text h6 {
    color: #151b1e;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.mtw-content-text h1 {
    font-size: 36px;
    margin: 0 0 24px;
}

.mtw-content-text h2 {
    position: relative;
    font-size: 28px;
    margin: 44px 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(20, 30, 35, .10);
}

.mtw-content-text h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 76px;
    height: 2px;
    border-radius: 999px;
    background: #b6df33;
}

.mtw-content-text h3 {
    font-size: 22px;
    margin: 34px 0 14px;
}

.mtw-content-text h4 {
    font-size: 18px;
    margin: 28px 0 12px;
}

.mtw-content-text p {
    margin: 0 0 18px;
}

.mtw-content-text strong,
.mtw-content-text b {
    color: #151b1e;
    font-weight: 850;
}

.mtw-content-text a {
    color: #668814;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(102, 136, 20, .32);
}

.mtw-content-text a:hover {
    color: #4c670d;
    border-bottom-color: #4c670d;
}

.mtw-content-text ul,
.mtw-content-text ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.mtw-content-text li {
    margin-bottom: 9px;
    padding-left: 2px;
}

.mtw-content-text ul li::marker {
    color: #86a91e;
}

.mtw-content-text ol li::marker {
    color: #86a91e;
    font-weight: 800;
}

.mtw-content-text blockquote {
    margin: 28px 0;
    padding: 22px 26px;
    background: #f5fae8;
    border-left: 5px solid #b6df33;
    border-radius: 0 18px 18px 0;
    color: #3e4a28;
    font-size: 18px;
    line-height: 1.65;
}

.mtw-content-text table {
    width: 100%;
    margin: 28px 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(20, 30, 35, .10);
}

.mtw-content-text table th,
.mtw-content-text table td {
    padding: 15px 17px;
    border-bottom: 1px solid rgba(20, 30, 35, .08);
    vertical-align: top;
}

.mtw-content-text table th {
    background: #171d20;
    color: #fff;
    font-weight: 850;
}

.mtw-content-text table tr:nth-child(even) td {
    background: #f7f9f4;
}

.mtw-content-text table tr:last-child td {
    border-bottom: 0;
}

.mtw-content-text img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.mtw-content-text iframe {
    max-width: 100%;
    border-radius: 18px;
}

.mtw-content-text hr {
    border: 0;
    border-top: 1px solid rgba(20, 30, 35, .10);
    margin: 36px 0;
}

.mtw-content-empty {
    text-align: center;
    padding: 42px 20px;
    color: #6d7980;
}

.mtw-content-empty i {
    font-size: 42px;
    color: #b6df33;
    margin-bottom: 16px;
}

.mtw-content-empty h2 {
    margin: 0 0 8px;
    color: #151b1e;
    font-size: 28px;
    font-weight: 900;
}

.mtw-content-empty p {
    margin: 0;
}

.mtw-content-images-inline {
    margin-top: 28px;
}

.mtw-content-gallery {
    margin-top: 30px;
}

.mtw-content-files {
    margin-top: 28px;
}

.mtw-content-image-bottom {
    margin-top: 34px;
}

.mtw-content-sitemap {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .mtw-content-hero {
        min-height: 310px;
    }

    .mtw-content-hero-inner {
        padding: 72px 0 44px;
    }

    .mtw-content-card {
        padding: 38px 36px;
        border-radius: 24px;
    }

    .mtw-content-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .mtw-content-hero {
        min-height: 280px;
    }

    .mtw-content-hero-inner {
        padding: 58px 0 36px;
    }

    .mtw-content-hero-inner h1 {
        font-size: 34px;
        line-height: 1.05;
    }

    .mtw-content-hero-inner p {
        font-size: 15px;
    }

    .mtw-content-body {
        padding: 24px 0 54px;
    }

    .mtw-content-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .mtw-content-text {
        font-size: 15.5px;
        line-height: 1.75;
    }

    .mtw-content-text h1 {
        font-size: 28px;
    }

    .mtw-content-text h2 {
        font-size: 23px;
        margin-top: 34px;
    }

    .mtw-content-text h3 {
        font-size: 19px;
    }

    .mtw-content-text table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}