﻿/* ==========================================
   PROFILE / PAGE HEADER
   ========================================== */

.profile-header {
    background: #A8DDF0;
    padding: 20px 20px;
    text-align: center;
}

    .profile-header h1 {
        margin: 0;
        color: #fff;
        font-size: 58px;
        font-weight: 800;
        line-height: 1.2;
        font-family: inherit;
    }


/* ==========================================
   MAIN PAGE
   ========================================== */

.register-login-section {
    background: #fff;
    padding: 15px 0 0;
}

#register-container {
    max-width: 1280px;
}


/* ==========================================
   CONTENT HOLDER
   ========================================== */

.login-form.page-content-holder {
    width: 100%;
    background: #fff;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
}


/* ==========================================
   TOP ACTION / DOWNLOAD BUTTON
   ========================================== */

.page-content-header {
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
}


    /* remove inline margin behaviour */

    .page-content-header .download-button {
        margin-left: 0 !important;
        padding: 12px 24px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 44px;
        background: #FFD501;
        color: #150A51 !important;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none !important;
        transition: all 0.25s ease;
    }


        /* button icon */

        .page-content-header .download-button i {
            color: #150A51;
            font-size: 14px;
        }


        /* hover */

        .page-content-header .download-button:hover {
            background: #150A51;
            color: #fff !important;
            text-decoration: none;
        }

            .page-content-header .download-button:hover i {
                color: #fff;
            }


/* ==========================================
   CONTENT SECTION
   ========================================== */

.section-margin--small {
    margin: 0 !important;
    padding: 0;
}

    .section-margin--small > .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }


/* ==========================================
   PRIVACY POLICY CARD
   ========================================== */

.inner-content {
    width: 100%;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 35px 40px;
    color: #333;
    box-sizing: border-box;
}


    /* ==========================================
   PRIVACY POLICY BODY TEXT
   ========================================== */

    .inner-content p {
        margin: 0 0 22px;
        color: #333;
        font-size: 14px;
        line-height: 1.8;
        font-weight: 400;
    }


        /* remove extra bottom spacing */

        .inner-content p:last-child {
            margin-bottom: 0;
        }


    /* ==========================================
   PRIVACY POLICY HEADINGS
   ========================================== */

    .inner-content h4 {
        margin: 30px 0 12px;
        color: #150A51;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 800;
    }


    /* First heading slightly closer */

    .inner-content p + h4 {
        margin-top: 28px;
    }


    /* headings currently inside paragraphs */

    .inner-content p strong {
        color: #150A51;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 800;
    }


    /* ==========================================
   PRIVACY POLICY LINKS
   ========================================== */

    .inner-content a {
        color: #150A51;
        font-weight: 600;
        text-decoration: underline;
        transition: color 0.2s ease;
    }

        .inner-content a:hover {
            color: #FFD501;
        }


/* =========================================================
   DELIVERY / RETURNS PAGE
   ========================================================= */


/* Creates the same card style when the content is placed
   directly inside .section-margin--small instead of .inner-content */

.login-form.page-content-holder > .section-margin--small {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 16px;
    padding: 35px 40px;
    color: #333;
    box-sizing: border-box;
}


    /* ==========================================
   DELIVERY PAGE PARAGRAPHS
   ========================================== */

    .login-form.page-content-holder > .section-margin--small p {
        margin: 0 0 18px;
        color: #333;
        font-size: 14px;
        line-height: 1.8;
        font-weight: 400;
    }

        .login-form.page-content-holder > .section-margin--small p:last-child {
            margin-bottom: 0;
        }


    /* ==========================================
   DELIVERY PAGE MAIN HEADINGS
   Example:
   1. DELIVERY AND RETURNS
   2. CANCELLATION
   ========================================== */

    .login-form.page-content-holder > .section-margin--small > ol {
        margin: 0 0 22px;
        padding-left: 24px;
    }

        .login-form.page-content-holder > .section-margin--small > ol > li {
            padding-left: 5px;
            color: #150A51;
            font-size: 20px;
            line-height: 1.3;
            font-weight: 800;
        }

            .login-form.page-content-holder > .section-margin--small > ol > li strong {
                color: #150A51;
                font-size: 20px;
                font-weight: 800;
            }


        /* remove the <br> directly after the first heading */

        .login-form.page-content-holder > .section-margin--small > ol + br {
            display: none;
        }


    /* ==========================================
   DELIVERY PAGE SUBHEADINGS
   Example:
   1.1 We deliver...
   1.2 If FLUFFY...
   1.3 Fraud Prevention
   ========================================== */

    .login-form.page-content-holder > .section-margin--small p > strong {
        display: inline-block;
        margin-top: 8px;
        color: #150A51;
        font-size: 17px;
        line-height: 1.4;
        font-weight: 800;
    }


    /* ==========================================
   DELIVERY PAGE ORDERED LISTS
   ========================================== */

    .login-form.page-content-holder > .section-margin--small ol {
        color: #333;
    }


    /* nested/supporting ordered list */

    .login-form.page-content-holder > .section-margin--small p + ol:not([start]) {
        margin: 5px 0 20px;
        padding-left: 28px;
    }

        .login-form.page-content-holder > .section-margin--small p + ol:not([start]) li {
            margin-bottom: 8px;
            padding-left: 3px;
            color: #333;
            font-size: 14px;
            line-height: 1.7;
        }


    /* ==========================================
   DELIVERY PAGE BULLET LIST
   ========================================== */

    .login-form.page-content-holder > .section-margin--small ul {
        margin: 5px 0 22px !important;
        padding-left: 32px !important;
    }

        .login-form.page-content-holder > .section-margin--small ul li {
            margin-bottom: 8px;
            padding-left: 3px;
            color: #333;
            font-size: 14px;
            line-height: 1.7;
        }


    /* ==========================================
   DELIVERY PAGE LINKS
   ========================================== */

    .login-form.page-content-holder > .section-margin--small a {
        color: #150A51;
        font-weight: 700;
        text-decoration: underline;
        transition: color 0.2s ease;
    }

        .login-form.page-content-holder > .section-margin--small a:hover {
            color: #FFD501;
        }


    /* ==========================================
   SECTION 2 - CANCELLATION
   ========================================== */

    .login-form.page-content-holder > .section-margin--small ol[start="2"] {
        margin-top: 35px;
        margin-bottom: 20px;
        padding-top: 27px;
        border-top: 1px solid #dedede;
    }


    /* ==========================================
   LIST MARKERS
   ========================================== */

    .login-form.page-content-holder > .section-margin--small ol li::marker {
        color: #150A51;
        font-weight: 800;
    }

    .login-form.page-content-holder > .section-margin--small ul li::marker {
        color: #150A51;
    }


    /* ==========================================
   GENERAL SPACING HELPERS
   ========================================== */

    .login-form.page-content-holder > .section-margin--small p + p {
        margin-top: 0;
    }

    .login-form.page-content-holder > .section-margin--small ol + p {
        margin-top: 10px;
    }

    .login-form.page-content-holder > .section-margin--small ul + p {
        margin-top: 4px;
    }


/* ==========================================
   DESKTOP
   ========================================== */

@media (min-width: 1200px) {

    .register-login-section .col-lg-10.offset-lg-1 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .profile-header h1 {
        font-size: 46px;
    }

    .register-login-section {
        padding: 35px 0 55px;
    }

    .inner-content {
        padding: 30px;
    }

        .inner-content p {
            font-size: 14px;
            line-height: 1.7;
        }


    /* Delivery page */

    .login-form.page-content-holder > .section-margin--small {
        padding: 30px;
    }

        .login-form.page-content-holder > .section-margin--small p,
        .login-form.page-content-holder > .section-margin--small ol li,
        .login-form.page-content-holder > .section-margin--small ul li {
            font-size: 14px;
            line-height: 1.7;
        }
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .profile-header {
        padding: 16px 15px;
    }

        .profile-header h1 {
            font-size: 34px;
        }

    .register-login-section {
        padding: 25px 0 40px;
    }

    #register-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .register-login-section .col-lg-10.offset-lg-1 {
        padding-left: 0;
        padding-right: 0;
    }


    /* ==========================================
       DOWNLOAD BUTTON
       ========================================== */

    .page-content-header {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

        .page-content-header .download-button {
            width: 100%;
            padding: 13px 20px !important;
            font-size: 13px;
        }


    /* ==========================================
       PRIVACY POLICY
       ========================================== */

    .inner-content {
        padding: 24px 20px;
        border-radius: 12px;
    }

        .inner-content p {
            margin-bottom: 18px;
            font-size: 13px;
            line-height: 1.7;
        }

            .inner-content h4,
            .inner-content p strong {
                font-size: 16px;
            }

        .inner-content h4 {
            margin-top: 25px;
        }


    /* ==========================================
       DELIVERY / RETURNS PAGE
       ========================================== */

    .login-form.page-content-holder > .section-margin--small {
        padding: 24px 20px;
        border-radius: 12px;
    }

        .login-form.page-content-holder > .section-margin--small p {
            margin-bottom: 16px;
            font-size: 13px;
            line-height: 1.7;
        }


        /* main headings */

        .login-form.page-content-holder > .section-margin--small > ol {
            padding-left: 22px;
            margin-bottom: 20px;
        }

            .login-form.page-content-holder > .section-margin--small > ol > li,
            .login-form.page-content-holder > .section-margin--small > ol > li strong {
                font-size: 18px;
            }


        /* subheadings */

        .login-form.page-content-holder > .section-margin--small p > strong {
            font-size: 15px;
            line-height: 1.4;
        }


        /* numbered list */

        .login-form.page-content-holder > .section-margin--small p + ol:not([start]) {
            padding-left: 25px;
        }

            .login-form.page-content-holder > .section-margin--small p + ol:not([start]) li {
                font-size: 13px;
                line-height: 1.65;
            }


        /* bullet list */

        .login-form.page-content-holder > .section-margin--small ul {
            margin-left: 0 !important;
            padding-left: 25px !important;
        }

            .login-form.page-content-holder > .section-margin--small ul li {
                font-size: 13px;
                line-height: 1.65;
            }


        /* Cancellation section */

        .login-form.page-content-holder > .section-margin--small ol[start="2"] {
            margin-top: 28px;
            padding-top: 22px;
        }
}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 480px) {

    .profile-header h1 {
        font-size: 30px;
    }


    /* Privacy page */

    .inner-content {
        padding: 20px 16px;
    }

        .inner-content p {
            font-size: 12px;
            line-height: 1.65;
        }


    /* Download button */

    .page-content-header .download-button {
        min-height: 42px;
        font-size: 12px;
    }


    /* Delivery page */

    .login-form.page-content-holder > .section-margin--small {
        padding: 20px 16px;
    }

        .login-form.page-content-holder > .section-margin--small > ol {
            padding-left: 20px;
        }

            .login-form.page-content-holder > .section-margin--small > ol > li,
            .login-form.page-content-holder > .section-margin--small > ol > li strong {
                font-size: 16px;
            }

        .login-form.page-content-holder > .section-margin--small p,
        .login-form.page-content-holder > .section-margin--small ol li,
        .login-form.page-content-holder > .section-margin--small ul li {
            font-size: 12px;
            line-height: 1.65;
        }

            .login-form.page-content-holder > .section-margin--small p > strong {
                font-size: 14px;
            }

        .login-form.page-content-holder > .section-margin--small ul {
            padding-left: 22px !important;
        }
}
