.section-page-articles {
    width: 100%;
    padding: 180px 0px 90px 0px;
    text-align: center;
}

.section-page-articles-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.section-page-articles-bg h1 {
    font-family: secondary-font;
    text-align: center;
    font-size: 45px;
    margin: 0 auto;
    max-width: 850px;
    padding: 0px 15px;
    flex-grow: 1;
    color: #EBE4FA;
}

.section-page-articles-bg h1 div,
.section-page-articles-bg h1 span {
    color: #fff;
}

.section-page-articles-bg h1 div {
    font-style: italic;
}

.section-page-articles-bg h1 span {
    font-style: normal;
}

.section-page-articles-buttons {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.section-articles {
    text-align: center;
    padding: 90px 0px;
}

.section-articles .container {
    text-align: center;
    padding: 10px 0px;
}

.section-articles h2,
.section-four-info h2 {
    font-family: secondary-font;
    font-size: 45px;
    padding: 10px 0px 40px 0px;
}

.section-articles h2 span,
.section-four-info h2 span {
    font-size: 45px;
    color: #C2A6FF;
}

.section-articles .articles {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
    padding: 0px 12px;
    flex-wrap: wrap;
}

.section-articles .article-one {
    width: 30%;
    padding: 35px 0px;
    font-size: 14px;
    text-align: left;
    color: #EBE4FA;
}

.section-articles .articles-single-blog .article-one {
    width: 23%;
    padding: 5px 0px;
}

.section-articles .article-one h3 {
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0px 0px 0px;
}

.section-articles .article-one h3 a {
    text-decoration: none;
}

.section-articles .article-one p,
.section-articles .article-one .article-content ol li,
.section-articles .article-one .article-content ul li {
    font-size: 16px;
    color: rgba(235, 228, 250, 0.70);
}

.section-articles .article-img {
    width: 100%;
    height: 257px;
}

.section-articles .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-one .article-one-l,
.article-one .article-one-r {
    width: 25%;
    padding-right: 50px;
    box-sizing: border-box;
}

.article-one .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.article-content {
    width: 800px;
}

.article-content img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.article-one h2 {
    font-family: primary-font;
    font-weight: 400;
    font-size: 28px;
    padding: 10px 0px;
}

.article-one h2 strong {
    font-weight: 400;
}

.article-one h2 span {
    font-size: 28px;
    color: #C2A6FF;
}

.article-one p,
.article-one .article-content ol li,
.article-one .article-content ul li {
    font-size: 16px;
    font-weight: 300;
    color: rgba(235, 228, 250, 0.80);
    padding: 5px 0px;
}

.article-one table {
    width: 100%;
}

.article-one table th {
    font-size: 14px;
    font-weight: 500;
    color: rgba(235, 228, 250, 0.8);
}

.article-one table td {
    font-size: 14px;
    font-weight: 300;
    color: rgba(235, 228, 250, 0.8);
    border: 1px solid rgba(235, 228, 250, 0.2);
    padding: 5px;
}

.article-one strong {
    font-weight: 500;
}

.article-one-sticky {
    position: sticky;
    top: 150px;
}

.article-one-l-header {
    font-size: 14px;
    color: #EBE4FA;
    border-bottom: 1px solid #524A63;
    padding: 0px 0px 18px 0px;
}

.article-one-l-footer {
    font-size: 14px;
    color: rgba(235, 228, 250, .5);
    border-top: 1px solid #524A63;
    padding: 18px 0px 3px 0px;
}

.article-one-l a {
    font-size: 14px;
    color: #EBE4FA;
    opacity: .5;
    display: block;
    padding: 15px 0px 0px 0px;
    text-decoration: none;
}

.article-one_active {
    opacity: .9 !important;
    font-weight: 400 !important;
}

.article-category {
    background: #BB9BFF;
    color: #362C4A;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 11px;
    margin: 0px 5px;
    transition: .2s;
}

.article-categories a {
    color: #362C4A !important;
    text-decoration: none;
}

.article-categories a:hover {
    color: rgba(54, 44, 74, .5) !important;
}

.article-categories {
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-around;
}

.article-socials {
    display: flex;
    max-width: 130px;
    justify-content: space-between;
    align-items: center;
}

.article-socials a {
    opacity: 1;
}

.article-social {
    background-image: url('img/logo.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.article-social-fb {
    background-image: url('img/article-social-fb.png');
}

.article-social-mail {
    background-image: url('img/article-social-mail.png');
}

.article-social-whatsapp {
    background-image: url('img/article-social-whatsapp.png');
    width: 18px;
}

.article-tags {
    display: flex;
    justify-content: start;
    margin: 0px 10px 0px 0px;
    transition: .2s;
}

.article-content-tags {
    border-top: 1px solid #524A63;
    font-size: 12px;
    color: #fff;
    padding: 25px 0px;
}

.article-tag {
    background: #3E3058;
    color: #EBE4FA;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 11px;
    float: left;
    margin: 10px 10px 0px 0px;
}

.article-tag a {
    color: #EBE4FA !important;
    text-decoration: none;
    transition: .2s;
}

.article-tag a:hover {
    color: rgba(235, 228, 250, .5) !important;
}

.article-content h3 {
    font-size: 22px !important;
    padding-top: 10px;
    color: #EBE4FA !important;
}

.article-content h1,
.article-content h2 {
    padding-top: 25px;
    color: #EBE4FA !important;
}

.article-content h2,
.article-content h2 span {
    font-size: 35px !important;
}

.article-content p {
    padding: 10px 0px;
}

.article-recommed,
.article-promo-calc {
    background: #1B0F32;
    text-align: center;
    margin: 10px 0px 30px 0px;
    padding: 0px 10px 30px 10px;
    clear: both;
}

.article-promo-calc {
    background: #B4A3FD;
}

.article-recommed h3,
.article-promo-calc h3,
.article-promo-calc h2 {
    font-size: 22px;
    font-size: 400;
    color: #fff;
    padding-top: 20px;
}

.article-promo-calc h3,
.article-promo-calc h2 {
    font-size: 24px;
    font-family: secondary-font;
    color: #100721 !important;
}

.article-recommed p,
.article-promo-calc p {
    font-size: 14px;
    font-size: 300;
    color: rgba(255, 255, 255, .7) !important;
    padding: 20px 0px 15px 0px;
}

.article-promo-calc p {
    color: #100721 !important;
}

.article-recommed .btn-home,
.article-promo-calc .btn-home {
    font-size: 14px;
}

.article-promo-calc .btn-home {
    border: 1px solid #100721;
    background: #100721;
}

#ez-toc-container {
    background: #1B0F32 !important;
    border: 0 !important;
    padding: 20px 50px 20px 25px !important;
    font-weight: 300;
    transition: .2s;
    margin-top: 30px;
}

#ez-toc-container a {
    font-weight: 300 !important;
}

.ez-toc-container-columns {
    width: 100% !important;
    display: block;
    margin: 20px 0px;
    margin-top: 30px !important;
}

.ez-toc-container-columns ul {
    columns: 3;
    opacity: .7;
}

#ez-toc-container a {
    padding: 4px 0px;
    font-size: 14px !important;
    font-weight: 400;
}

.ez-toc-single {
    display: none !important;
}

.ez-toc-title {
    font-weight: 400 !important;
}

.ez-toc-title-toggle {
    display: none !important;
}

.ez-toc-list a {
    color: rgba(235, 228, 250, 0.80);
}

.ez-toc-title-container {
    padding-bottom: 10px;
}

.ez-toc-counter ul {
    list-style: none;
    padding-left: 0px;
}

.ez-toc-counter ul ul {
    list-style: none;
    padding-left: 15px;
}

.ez-toc-counter {
    transition: .2s;
}

.ez-toc-counter a:hover {
    opacity: .7;
}

.max-800-center {
    max-width: 800px;
    margin: 0 auto;
}

.cta-blog-w {
    background: #1B0F32 !important;
    border: solid #1B0F32 !important;
    margin: 15px 0px 20px 0px;
}

.cta-blog-w p {
    padding: 0 !important;
}

.container_all_articles table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    max-width: 100% !important;
    display: block;
}

.container_all_articles table tr:first-child {
    background: #EBE4FA;
    color: #100721;
    padding: 14px 0 15px 10px;
}

.container_all_articles table th {
    border: 1px solid #ded2f7;
    font-weight: 400;
}

.container_all_articles table tr:first-child th {
    padding: 14px 0 15px 10px;
}


.container_all_articles table td {
    background: #100721;
    border: 1px solid #EBE4FA;
    padding: 17px 0 18px 15px;
    color: rgba(235, 228, 250, .75);
}

.widget-tarot-results-card {
    display: none;
    margin-top: 1.2rem;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}

@media only screen and (max-width: 768px) {

    .widget-tarot-results-card {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }


    #ez-toc-container ul {
        column-count: 1;
    }
}

@media only screen and (max-width: 960px) {
    .ez-toc-container-columns ul {
        columns: 1;
        opacity: .7;
    }

    .section-articles .articles {
        overflow: scroll;
        gap: 10px;
        margin-bottom: 40px;
    }

    .section-articles .articles-single-blog .article-one {
        width: 48%;
    }

    .section-articles .article-one {
        width: 48%;
        padding: 20px 10px 10px 10px;
    }

    .section-articles .article-img {
        height: 217px;
    }

    .article-one-l,
    .article-one-r {
        display: none;
    }

    .article-content {
        width: 100%;
    }

    #ez-toc-container {
        width: 100% !important;

    }

    .ez-toc-single {
        display: block !important;
    }

    .article-tags {
        display: block;
        padding: 0px 0px 30px 0px;
        margin: 0px 10px 30px 0px;
    }
}


@media only screen and (max-width: 568px) {

    .container_all_articles table {
        font-size: 14px;
        line-height: 21px;
    }

    .section-articles .articles-single-blog .article-one {
        width: 100%;
    }

    .section-articles .article-one {
        width: 100%;
    }

    .article-content {
        padding: 0px 15px;
    }

    .section-page-articles-bg h1 {
        font-size: 45px;
    }

}