﻿

/*__________________________Nav_________________________*/
.nav.amazon-ads-report-nav {
}


/*___________________________Header_________________________*/
/*.amazon-ads-report .main-header {
    padding-bottom: 160px;
    padding-top: 80px;
    min-height:95vh;
}
*/
.amazon-ads-report .main-header-bg {
}


/*__________________________Section__________________________*/
.amazon-ads-report-section {
    padding-top: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*__________________________Text__________________________*/
.amazon-ads-report-text {
    max-width: 900px;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    font-size: 14pt;
}

.amazon-ads-report-text p {
    margin-bottom: 25px;
    color: var(--grey-text);
}

.amazon-ads-report-text b {
    font-weight: 700;
    color: white;
}


/*__________________________Problem__________________________*/
html body .amazon-ads-report-problem {
    margin: auto;
    max-width: 100%;
    background: var(--sub-bg);
    padding: 100px 30px;
    border-radius: var(--border-radius);
    border: var(--border);
}


/*__________________________How It Works__________________________*/
html body .amazon-ads-report-section.amazon-ads-report-how-it-works {
    padding-top: 120px;
    text-align: center;
}


.amazon-ads-report-how-it-works .o-sign-up-steps-step-number {
    font-size: 30pt;
    width: 74px;
    height: 73px;
}

.amazon-ads-report-how-it-works-qualifiers {
    margin-top: 20px;
    margin-bottom: 10px;
}


/*__________________________Solution__________________________*/

.amazon-ads-report-solution-split {
    display: flex;
    align-items: center;
    gap: 60px;
}

.amazon-ads-report-solution-split-image {
    flex-basis: 40%;
}

.amazon-ads-report-bullets li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 20px 20px;
    background: var(--sub-bg);
    border-radius: var(--border-radius);
    border: var(--border);
    line-height: 1.4;
}

.amazon-ads-report-bullets li img {
    width: 32px;
}



/*________________________Trust__________________________*/
html body .amazon-ads-report-trust {
    margin-top: 160px;
    margin-bottom: 30px;
}


/*__________________________CTA__________________________*/
.amazon-ads-report-section-ctas .cta {
    padding: 18px 90px;
    margin-top: 40px;
    margin-bottom: 30px;
}


/*__________________________Footer__________________________*/

.amazon-ad-report-footer.o-footer {
    background: var(--body-bg);
}

.amazon-ad-report-footer .o-footer-header {
    padding-bottom: 60px;
}

.amazon-ad-report-footer .o-footer-footer {
    padding-top: 40px;
}


/*__________________________Responsive__________________________*/
@media screen and (max-width:1200px) {

    .amazon-ads-report-solution-split {
        flex-wrap: wrap;
        justify-content: center;
    }

    .amazon-ads-report-bullets {
        width: 100%;
    }

    html body .amazon-ads-report-solution-split-image {
        flex-basis: 100%;
        width: 100%;
    }

    .amazon-ads-report-solution-split-image .account-box {
        width: 100%;
    }

    html body .o-body .amazon-ads-report-trust {
        margin-top: 100px;
    }
}


@media screen and (max-width:750px) {
    .amazon-ads-report-solution-split-image img {
        max-width: 100%;
    }
}

@media screen and (max-width:450px) {
    html body .amazon-ads-report .main-header {
        padding-top: 30px;
    }

    html body .amazon-ads-report-section {
        padding-top: 120px;
    }
}
