/* Start custom CSS for html, class: .elementor-element-4d575fe *//* =====================================================
   TUBIEPORN.COM
   2257 LEGAL / COMPLIANCE PAGE
   ===================================================== */

.tp2257-page {
    width: 100%;
    background: #0f0f10;
    color: #bdbdc2;
    padding: 45px 20px 75px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.tp2257-page *,
.tp2257-page *::before,
.tp2257-page *::after {
    box-sizing: border-box;
}

.tp2257-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}


/* =====================================================
   HEADER BOX
   ===================================================== */

.tp2257-header {
    width: 100%;
    margin: 0 0 28px;
    background: #1a1a1d;
    border: 1px solid #2d2d31;
    border-radius: 8px;
}

.tp2257-header-inner {
    padding: 30px 34px 28px;
}

.tp2257-label {
    display: block;
    margin: 0 0 10px;
    color: #929298;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* FORCE THE THEME'S H1 TO STAY SMALL */

.tp2257-header h1 {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: none !important;
}

.tp2257-date {
    margin: 11px 0 0 !important;
    padding: 0;
    color: #77777d !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}


/* =====================================================
   CONTENT
   ===================================================== */

.tp2257-content {
    width: 100%;
}

.tp2257-introduction {
    padding: 20px 24px;
    margin: 0 0 8px;
    background: #161618;
    border: 1px solid #28282c;
    border-radius: 6px;
}

.tp2257-introduction p {
    margin: 0 !important;
    color: #dddddf !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}


/* =====================================================
   LEGAL SECTIONS
   ===================================================== */

.tp2257-section {
    padding: 32px 4px;
    border-bottom: 1px solid #29292d;
}

.tp2257-section h2 {
    margin: 0 0 17px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    text-transform: none !important;
}

.tp2257-section p {
    max-width: 940px;
    margin: 0 0 16px !important;
    color: #b6b6bb !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
}

.tp2257-section p:last-child {
    margin-bottom: 0 !important;
}


/* =====================================================
   LINKS
   ===================================================== */

.tp2257-section a,
.tp2257-inline-link {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.tp2257-section a:hover,
.tp2257-inline-link:hover {
    opacity: 0.75;
}


/* =====================================================
   PROTECTION OF MINORS NOTICE
   ===================================================== */

.tp2257-notice {
    margin: 30px 0;
    padding: 26px 28px !important;
    background: #19191c;
    border: 1px solid #333338;
    border-left: 3px solid #ffffff;
    border-radius: 6px;
}

.tp2257-notice-label {
    display: block;
    margin-bottom: 7px;
    color: #8e8e94;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tp2257-notice h2 {
    margin-bottom: 15px !important;
}


/* =====================================================
   CONTACT INFORMATION
   ===================================================== */

.tp2257-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 25px;
}

.tp2257-contact {
    padding: 19px 20px;
    background: #18181b;
    border: 1px solid #2c2c30;
    border-radius: 6px;
}

.tp2257-contact span {
    display: block;
    margin-bottom: 7px;
    color: #77777d;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.tp2257-contact a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.tp2257-contact a:hover {
    text-decoration: underline;
}

.tp2257-address {
    grid-column: 1 / -1;
}

.tp2257-contact address {
    margin: 0;
    color: #bdbdc2;
    font-size: 14px;
    line-height: 1.65;
    font-style: normal;
}


/* =====================================================
   COMPANY / LEGAL ADDRESS
   ===================================================== */

.tp2257-company {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;

    margin-top: 35px;
    padding: 24px 26px;

    background: #1a1a1d;
    border: 1px solid #2d2d31;
    border-radius: 6px;
}

.tp2257-company-name strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}

.tp2257-company-name span {
    color: #7e7e84;
    font-size: 12px;
}

.tp2257-company address {
    margin: 0;
    color: #9e9ea4;
    font-size: 13px;
    line-height: 1.65;
    font-style: normal;
    text-align: right;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 900px) {

    .tp2257-page {
        padding: 35px 18px 60px;
    }

    .tp2257-header-inner {
        padding: 26px 27px;
    }

    .tp2257-header h1 {
        font-size: 27px !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .tp2257-page {
        padding: 25px 14px 50px;
    }

    .tp2257-header {
        margin-bottom: 18px;
        border-radius: 6px;
    }

    .tp2257-header-inner {
        padding: 22px 20px;
    }

    .tp2257-header h1 {
        font-size: 23px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.2px !important;
    }

    .tp2257-date {
        margin-top: 8px !important;
        font-size: 12px !important;
    }

    .tp2257-introduction {
        padding: 18px 19px;
    }

    .tp2257-introduction p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .tp2257-section {
        padding: 27px 3px;
    }

    .tp2257-section h2 {
        font-size: 19px !important;
        line-height: 1.35 !important;
    }

    .tp2257-section p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .tp2257-notice {
        margin: 22px 0;
        padding: 21px 19px !important;
    }

    .tp2257-contact-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tp2257-address {
        grid-column: auto;
    }

    .tp2257-contact {
        padding: 17px 18px;
    }

    .tp2257-company {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .tp2257-company address {
        text-align: left;
    }

}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media (max-width: 480px) {

    .tp2257-page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tp2257-header-inner {
        padding: 20px 17px;
    }

    .tp2257-header h1 {
        font-size: 21px !important;
    }

    .tp2257-section h2 {
        font-size: 18px !important;
    }

}/* End custom CSS */