.is-desktop-preview .editor-styles-wrapper .is-root-container .acf-block-component .acf-block-preview .slider-categories .swiper .swiper-wrapper{
    height: auto ;
}
.acf-block-component .acf-block-preview .slider-categories .view-all,
.acf-block-component .acf-block-preview .slider-top-reads .view-all,
.acf-block-component .acf-block-preview .information-block .view-all,
.acf-block-component .acf-block-preview .latest-articles .view-all{
    display: inline-flex;
    align-items: center;
    color: #2B1AF1;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    line-height: 125%;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 16px;
    border: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.acf-block-component .acf-block-preview .information-block .view-all{
    padding-bottom: 0 !important;
}

.editor-styles-wrapper .is-root-container .wp-block .wp-block-list{
    list-style: none !important;
    margin-bottom: 32px;
    padding-left: 0;
}

.editor-styles-wrapper .is-root-container .wp-block .wp-block-list li{
    list-style: none !important;
}

.editor-styles-wrapper .is-root-container .wp-block .wp-block-list li div{
    position: relative;
    padding-left: 14px !important;
    color: #1C0E40;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 150%;
}

.editor-styles-wrapper .is-root-container .wp-block .wp-block-list li:last-child {
    margin-bottom: 0;
}

.editor-styles-wrapper .is-root-container .wp-block .wp-block-list li div:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2B1AF1;
}

.editor-styles-wrapper .is-root-container .wp-block-buttons .wp-block-button{
    margin-bottom: 24px;
}

.editor-styles-wrapper .is-root-container .wp-block-buttons .wp-block-button:last-child {
    margin-bottom: 0;
}

.editor-styles-wrapper .is-root-container .wp-block-buttons .wp-block-button .wp-block-button__link{
    display: inline-block !important;
    position: relative;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    padding-right: 32px;
    color: #2B1AF1;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.editor-styles-wrapper .is-root-container .wp-block-buttons .wp-block-button .wp-block-button__link:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_25_409' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_25_409)'%3E%3Cpath d='M12 15.6442L15.6442 12L12 8.35578L10.9558 9.39998L12.8058 11.25H8.25V12.75H12.8058L10.9558 14.6L12 15.6442ZM12.0016 21.5C10.6877 21.5 9.45268 21.2506 8.29655 20.752C7.1404 20.2533 6.13472 19.5765 5.2795 18.7217C4.42427 17.8669 3.74721 16.8616 3.24833 15.706C2.74944 14.5504 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45268 3.248 8.29655C3.74667 7.1404 4.42342 6.13472 5.27825 5.2795C6.1331 4.42427 7.13834 3.74721 8.29398 3.24833C9.44959 2.74944 10.6844 2.5 11.9983 2.5C13.3122 2.5 14.5473 2.74933 15.7034 3.248C16.8596 3.74667 17.8652 4.42342 18.7205 5.27825C19.5757 6.1331 20.2527 7.13834 20.7516 8.29398C21.2505 9.44959 21.5 10.6844 21.5 11.9983C21.5 13.3122 21.2506 14.5473 20.752 15.7034C20.2533 16.8596 19.5765 17.8652 18.7217 18.7205C17.8669 19.5757 16.8616 20.2527 15.706 20.7516C14.5504 21.2505 13.3156 21.5 12.0016 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76664 19.225 7.87498 17.675 6.32498C16.125 4.77498 14.2333 3.99998 12 3.99998C9.76664 3.99998 7.87498 4.77498 6.32498 6.32498C4.77498 7.87498 3.99998 9.76664 3.99998 12C3.99998 14.2333 4.77498 16.125 6.32498 17.675C7.87498 19.225 9.76664 20 12 20Z' fill='%232B1AF1'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.editor-styles-wrapper .is-root-container .wp-block-buttons .wp-block-button .wp-block-button__link:hover{
    text-decoration-line: underline;
}

.editor-styles-wrapper .is-root-container .wp-block .wp-block-image{
    margin-bottom: 32px !important;
}

.acf-block-component .acf-block-preview .table-of-content .content-list,
.acf-block-component .acf-block-preview .information-block .wrapper .content-info-wrapper .info-list{
    padding-left: 0;
}

.acf-block-component .acf-block-preview .slider-top-reads .swiper .swiper-wrapper,
.acf-block-component .acf-block-preview .slider-categories .swiper .swiper-wrapper{
    height: auto !important;
}
.acf-block-component .acf-block-preview .slider-top-reads .swiper .swiper-slide,
.acf-block-component .acf-block-preview .slider-categories .swiper .swiper-slide{
    height: auto !important;
    max-width: 252px !important;
}

.acf-block-component .acf-block-preview .preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-content{
    width: calc(100% - 96px);
}

.acf-block-component .acf-block-preview .description-block p,
.acf-block-component .acf-block-preview .call-to-action .title-call-to-action{
    margin-top: 0;
}