.influenced-purchase-wrapper * {
    text-rendering: geometricPrecision;
}

.influenced-purchase-wrapper .mb-0 {
    margin-bottom: 0;
}

.influenced-purchase-wrapper section {
    padding: 96px 0;

    @media (max-width: 40em) {
        padding: 56px 0;
    }
}

.influenced-purchase-wrapper .intro {
    h1 {
        margin-bottom: 16px;

        @media (max-width: 40em) {
            font-weight: 500;
        }
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
        font-weight: 300;

        @media (max-width: 40em) {
            font-size: 21px;
            line-height: 28px;
        }
    }

    p {
        margin-bottom: 0;
        font-weight: 400;

        @media (max-width: 40em) {
            font-size: 16px;
            line-height: 28px;
            text-align: center;
        }
    }
}

.influenced-purchase-wrapper .form-wrapper {
    background-color: #fafafa;

    .form-section {
        margin-bottom: 56px;
    }

    .form-error {
        color: #ff0000;
        text-align: center;
        font-weight: bold;
    }

    h3 {
        color: #445C6D !important;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
        font-weight: 500;

        @media (max-width: 40em) {
            font-size: 21px;
            line-height: 28px;
            text-align: center;
        }
    }

    p {
        margin-bottom: 24px;
        font-weight: 400;

        @media (max-width: 40em) {
            font-size: 16px;
            line-height: 28px;
            text-align: center;
        }
    }

    label {
        color: #9b9b9b;
        line-height: 18px;
        margin-bottom: 8px;

        &.under-label {
            font-size: 12px;
            line-height: 16px;
            margin: 4px 0 16px;
        }
    }

    input, select, textarea {
        border-radius: 4px;
        border: 1px solid #cccccb;
        box-shadow: none;
        font-size: 16px !important;
        line-height: 24px;
        color: #4e4e4e;
        font-weight: 400;
    }

    input:focus, select:focus, textarea:focus {
        background-color: white;
    }

    input[type="text"],
    input[type="email"] {
        height: 40px;
    }

    form input.error {
        border-color: red !important;
    }

    input.error, select.error, textarea.error {
        /* Unset foundation default */
        margin-bottom: 1rem;
    }

    .error-msg {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 21px !important;
        margin-left: 1em !important;
        float: right;
        font-weight: 600;
        list-style: none;

        li {
            color: red;
            font-size: 12px;
        }
    }

    .custom-checkbox input + span {
        font-weight: 400;
        color: #4e4e4e;
    }

    .dropdown-row .dropdown-container {
        width: 100%;
        font-weight: 400;
    }
}

.influenced-purchase-wrapper .integrator-cta {
    margin-top: 40px;
    width: auto;

    @media (max-width: 40em) {
        width: 100%;
    }

    span {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
}

.influenced-purchase-wrapper .form-privacy-statement {
    margin-top: 24px;

    a.gate {
        text-decoration: underline;
        color: #4E4E4E;
        font-size: 12px;
        line-height: 16px;
        font-weight: 300;
    }
}

.influenced-purchase-wrapper .summary-card {
    background-color: white;
    padding: 40px 40px 32px 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    margin-top: 24px;

    p {
        line-height: 30px;
        margin-bottom: 8px;
    }
}
