/**
used in
* /shopify
* /woocommerce
* /magento
 */
body {
    overflow-x: hidden;
}

/*div.page-row:nth-child(2) {*/
/*    height: auto;*/
/*}*/

.article-section {
    background-color: white;
    border-radius: 10px;
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    padding: 43px 70px;
}

@media screen and (max-width: 1279px) {
    .article-section {
        width: 951px;
    }
}

@media screen and (max-width: 991px) {
    .article-section {
        width: 731px;
        padding-left: 29px;
        padding-right: 29px;
    }
}

@media screen and (max-width: 767px) {
    .article-section {
        width: 457px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 477px) {
    .article-section {
        width: 317px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

.article-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .article-section-heading {
        flex-direction: column;
        justify-content: flex-start;
    }
    .article-section-heading > a {
        margin-top: 40px;
    }
}

.article-section ul,
.article-section ol {
    line-height: 28px;
    padding-left: 20px;
}

.plugin-logo {
    width: 100%;
    max-width: 252px;
    height: auto;
}

.plugin-listing-header-section {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 23px;
}

@media screen and (max-width: 767px) {
    .plugin-listing-header-section > a {
        margin-right: auto;
    }
}

.instructions-subsection {
    background-color: rgba(42, 94, 213, 0.05);
    border-radius: 10px;
    padding: 40px;
    margin-top: 25px;
    margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
    .instructions-subsection {
        padding: 30px;
    }
}

@media screen and (max-width: 477px) {
    .instructions-subsection {
        padding: 15px;
    }
}

.instructions-subsection > h3 {
    margin-top: 0;
}
