/*@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto+Mono:wght@100;200;300;400;500&display=swap');*/

.post-content {
    font-family: 'Roboto', sans-serif!important;
    color: #222324;
    font-size: 17px;
    line-height: 28px;
    border-radius: 3px;
}
.banner_top-content {
    float: left;
    position: relative;
    overflow: hidden;
    /*min-height: 95px;*/
    margin-right: 20px;
}
.banner-in-content {
    margin: 20px auto;
    text-align: center;
}

.post-content h2 {
    color:  #031A54;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: var(--D10, 48px) 0 var(--D6, 20px) 0;
}

.post-content h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #111112;
    margin-top: 26px;
}

.post-content h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    /*font-size: 16px;
    font-style: normal;
    line-height: 22px;*/
    letter-spacing: 0.3px;
    color: #111112;
    margin-top: 20px;
}

.post-content a {
    color: #1951E1;
    text-underline-offset: 0.5em;
    text-decoration-color: #1951E1;
    text-decoration-style: dotted;
}
.post-content a:hover {
    color: #2965FF;
    text-decoration-color: #2965FF;
}
.post-content a:focus,
.post-content a:active {
    color: #215AEE;
    text-decoration-color: #215AEE;
}
.post-content a.external{
    background: url(images/post/icon-external-link.svg) 100% center / 16px no-repeat;
    padding-right: 19px;
}
.post-content a strong {
    color: #1951E1;
}

.post-content strong,
.post-content b {
    font-weight: 700;
}

.post-content q,
.post-content cite {
    font-style: italic;
}

.post-content code {
    display: inline;
    padding: 0 8px;

    color: #222324;
    /* Caption/code */
    font-family: 'Roboto Mono', monospace !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1rem;
    background: #FFF9DC;
}

.post-content pre {
    display: block;
    position: relative;
    padding: 16px 24px;
    overflow-x: hidden;
    color: #222324;
    /* Caption/code */
    font-family: 'Roboto Mono', monospace !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: #FFF9DC;
    white-space: pre;
    z-index: 500;
}
.post-content pre:hover {
    width: fit-content;
    min-width: 100%;
}
.post-content img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.post-content .wp-video {
    max-width: 100%;
    height: auto;
    margin: 1.5em auto;
}
.post-content .wp-playlist {
    margin: 1.5em auto;
}
.post-content iframe[src*="youtube"]:not(.wp-video,.wp-playlist) {
    margin: 1.5em auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
/* AUTHORS*/

.post-content .author .default {
    background-image: url(images/post/avatars/default.png);
}

.post-content .author .robert-fox {
    background-image: url(images/post/avatars/robert-fox.png);
}

/* blockquote-author */
.post-content .blockquote-author {
    display: block;
    padding: var(--D8, 32px) var(--D10, 48px);
    margin: var(--D9, 40px) 0;
    box-shadow: 0 8px 40px 0 rgba(49, 52, 58, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.03);
}

.post-content .blockquote-author__icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/post/icon-quotes.svg) center no-repeat;
}
.post-content .blockquote-author__text {
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin: var(--D7, 24px) 0;
}
.post-content .blockquote-author__bottom {
    display: block;
    width: max-content;
    margin: 0 auto;
}
.post-content .author {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.post-content .author__image {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 8px;
}
.post-content .author__name {
    display: inline-block;
    font-family: 'Caveat', cursive !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 0 8px;
}


/* Notebox */

.post-content .notebox:before {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    height: 45px;
    background: url(images/post/icon-notes.svg) center no-repeat;
    margin-left: -48px;
    margin-top: -37px;
    margin-bottom: -8px;
}

.post-content .notebox {
    margin: var(--D10, 40px) 0;
    padding: 32px 32px 32px 72px ;
    background: #FFFFFF;
    /* screenshot shadow */
    box-shadow: 0 8px 40px 0 rgba(49, 52, 58, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.03);
}

.post-content .notebox__heading {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}
.post-content .notebox__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

/* alternative-notebox */
.post-content .alternative-notebox {
    display: block;
    padding: 20px 24px;
    border: 3px solid #215AEE;
    border-bottom: 9px solid #215AEE;
    margin: var(--D9, 40px) 0;
}
.post-content .alternative-notebox__heading {
    color: #215AEE;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.post-content .alternative-notebox__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
}
/* notebox-lite */
.post-content .notebox_lite {
    display: block;
    padding: 8px 20px 8px 21px;
    border-left: 3px solid #215AEE;
    margin: var(--D9, 40px) 0 var(--D9, 40px) 20px;
}
.post-content .notebox_lite__heading {
    font: 700 16px/28px 'Roboto', sans-serif;
    color: #215AEE;
}
.post-content .notebox_lite__text {
    margin-top: 8px;
    font: 400 17px/28px 'Roboto', sans-serif;
}


/* tipsbox */
.post-content .tipsbox {
    display: block;
    padding: 32px ;
    background: #FFFFFF;
    box-shadow: 0 8px 40px 0 rgba(49, 52, 58, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.03);
    border-top: 4px solid #2965FF;
    margin: var(--D9, 40px) 0;
}
.post-content .tipsbox__heading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-left: -22px;
    margin-top: -46px;
    margin-bottom: 22px;
}
.post-content .tipsbox__shield {
    display: block;
    width: 64px;
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
    background-color: #2965FF;
    /*padding: 0 5px;*/
    /*margin: 0 -0.5px 0 -0.75px;*/
    text-align: center;
}

.post-content .tipsbox__arrow-right {
    display: block;
    width: 14px;
    height: 22px;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: transparent #2966ff transparent transparent;
}
.post-content .tipsbox__arrow-left {
    display: block;
    width: 14px;
    height: 22px;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #2966ff;
}

.post-content .tipsbox__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

/* CTA box */
.cta-block {
    margin: 20px 0;
    box-shadow: 0 8px 40px 0 #31343A29;
}
.post-content .cta-block_main {
    display: block;
    padding: 24px 12px 24px 32px;
    border-left: 3px solid #1951E1;
}
.post-content .cta-block_native {
    display: block;
    position: relative;
    padding: 28px 32px 32px 32px;
    border-top: 4px solid #2965FF
}
.post-content .cta-block__top {
    position: absolute;
    left: 24px;
    top: -13px;
    padding: 0 8px;
    font: 500 14px/22px 'Roboto', sans-serif;
    color: #fff;
    background: #2965FF;
}
.post-content .cta-block__top:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    border: 11px solid transparent;
    border-right-color: #2965FF;
}
.post-content .cta-block__top:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    border: 11px solid transparent;
    border-left-color: #2965FF;
}
.post-content .left .cta-block__top,
.post-content .right .cta-block__top {
    display: none;
}
.post-content .cta-block_native.left {
    border-left: 4px solid #2965FF;
    border-top: none;
}
.post-content .cta-block_native.right {
    border-left: 4px solid #2965FF;
    border-top: none;
}
.post-content .cta-block__heading {
    /* Heading/3 */
    padding: 6px 0 6px 56px;
    margin-bottom: 12px;
    min-height: 40px;
    font: 700 20px/28px 'Roboto', sans-serif !important;
    letter-spacing: 0.5px;
    color: #111112;
    background: 0 center / 40px 40px no-repeat;
}
.post-content .cta-block__text {
    color: #222324;
    font-size: 15px;
    line-height: 24px;
}
.post-content .cta-block__text_native {
    font: 400 17px/28px 'Roboto', sans-serif;
    color: #222324;
    text-align: left;
}
.post-content .cta-block__btn-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 24px 0 0;
}
.post-content .cta-block__btn-group.right {
    justify-content: right;
}
.post-content .cta-block__download-btn,
.post-content .cta-block__learn-more
{
    display: inline-block;
    padding: 12px 24px;

    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;

    color: #ffffff;
    border: none;
    text-decoration: none;
}

.post-content .cta-block__download-btn {
    background-color: #1951E1;
}
.post-content .cta-block__download-btn:before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/post/icon-download-underline-2.svg) center bottom / 16px 16px no-repeat;
    position: relative;
    margin-bottom: -4px;
    margin-right: 4px;

}
.post-content .cta-block__download-btn:hover {
    color: #ffffff;
    background-color: #215AEE;
}
.post-content .cta-block__download-btn:active {
    color: #ffffff;
    background-color: #1149D8;
}
.post-content .cta-block__download-btn:disabled {
    background-color: #E3EBFF;
}

.post-content .cta-block__learn-more {
    border: 1px solid #C3C4C7;
    background: #ffffff;
    color: #222324;
    margin-left: 20px;
    padding: 11px 24px;
}

.post-content .cta-block__learn-more:hover {
    border: 1px solid  #215AEE;
}
.post-content .cta-block__learn-more:active {
    border: 1px solid  #1951E1;
    color:#1951E1;
}
.post-content .cta-block__learn-more:disabled {
    border: 1px solid #E7E7E8;
    color: #C3C4C7;
}

.post-content .cta-block__privacy {
    margin: 24px 0 0;
    font: 400 12px/18px 'Roboto', sans-serif;
    color: #222324;
}
.post-content .cta-block__privacy a
{
    font-size: 12px;
    line-height: 18px;
    color:#222324;
    text-underline-offset: 4px;
    text-decoration-style: dotted;
    text-decoration-color: var(--neutral-200, #C3C4C7);
}
.post-content .cta-block__privacy a:hover
{
    color:#222324;
    text-underline-color: var(--royalblue-400, #2965FF);
}
.post-content .cta-block__privacy a:active, .post-content .cta-block__privacy a:focus
{
    color: var(--royalblue-500, #215AEE);
}

/* screenshots */
.post-content .screenshots {
    display: block;
    /*padding: 32px 0;*/
    margin: 40px auto;
}
.post-content .screenshots__image-shadow {
    background: #ffffff;
    text-align: center;
}
.post-content .screenshots__image-shadow img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 8px 40px 0 rgba(49, 52, 58, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.03);
}

.post-content .screenshots__image {
    max-width: 100%;
    height: auto;
}
.post-content .screenshots__image,
.post-content .screenshots__image-shadow img:hover {
    cursor: zoom-in;
}
.post-content .screenshots__description {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    color: #919399;
    text-align: center;
    margin: 6px 0;
}


/* benefit */
.post-content .benefit {
    display: block;
}

.post-content .benefit:not(:first-child) {
    margin-top: 32px;
}

.post-content .benefits__heading {
    display: flex;
    align-items: center;
}

.post-content table .benefits__heading {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.post-content .benefits__image {
    display: block;
    width: 40px;
    height: 40px;
}
.post-content .benefits__image img {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
}
.post-content .benefits__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-left: 24px;
}
.post-content table .benefits__title {
    font-size: 15px;
    line-height: 24px;
    margin: 8px 0;
}

.post-content .benefits__content {
    display: block;
    margin-left: 64px;
    margin-top: 20px;

    font-size: 17px;
    line-height: 28px;
}

.post-content table .benefits__content {
    font-size: 15px;
    line-height: 24px;
    margin: 8px 0;
}

.post-content .benefits__content,
.post-content .benefits__content p {
    font-size: 17px;
    line-height: 28px;
}
.post-content .benefits__content ul {
    padding-left: 24px;
}
.post-content ul>li {
    list-style-image: url(images/post/icon-romb.svg) ;
}
.post-content ul>li ul > li {
    list-style-image: url(images/post/icon-romb-border.svg) ;
}

.post-content .benefits__content li {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.post-content .benefits__content li>strong,
.post-content .benefits__content li>b
{
    font-weight: 700;
}
.post-content  ol > li:not(:first-child) ,
.post-content  ul > li:not(:first-child) ,
.post-content .benefits__content li:not(:first-child),
.post-content  li ol li:first-child,
.post-content  li ul li:first-child
{
    margin-top: 16px;
}


.post-content ol > li {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #222324;
}


/*.post-content ol > li {
    counter-increment: item;
    content: counter(item) ". ";
}

.post-content ol {
    counter-reset: item;
}
.post-content ol > li {
    list-style: none;
}
.post-content ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}*/


/* pros-cons */
.post-content .pros-cons {
    display: flex;
    flex-wrap: nowrap;
    margin: 24px auto;
}
.post-content table .pros-cons {
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.pros-cons__choose,
.pros-cons__avoid {
    display: block;
    width: calc(50% - 24px);
}
.pros-cons__choose {
    margin-right: 40px;
}
table .pros-cons__choose,
table .pros-cons__avoid {
    margin: 0;
    width: auto;
}

.pros-cons__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}
table .pros-cons__heading {
    font-size: 16px;
    line-height: 24px;
}

.pros-cons__list{
    padding-left: 28px;
    /*margin-top: 24px;*/
    margin-top: 0;
    margin-bottom: 0;
}
table .pros-cons__list{
    padding-left: 20px;
    margin: 18px 0 12px;
}

.pros-cons__list>li {
    list-style: none;
}
.pros-cons__list_pros>li {
    list-style-image: url(images/post/icon-pros.svg) !important;
}
.pros-cons__list_cons>li {
    list-style-image: url(images/post/icon-cons.svg) !important;
}

/* End pros-cons */


.post-content .toc {
    display: block;
    margin-bottom: var(--D9, 40px);
    position: relative;
    overflow-y: hidden;
}
.post-content .toc__column {
    display: block;
    border-top: 1px solid #E7E7E8;
    padding: 32px 0 0 0;
}
.post-content .toc__title {
    display: block;
    padding: 0 20px;
    text-align: left;

    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #222324;

    margin-bottom: 12px;
}
.post-content .toc__content {
    display: block;
    margin-bottom: 32px;
    padding: 0 20px;
    transition: height 350ms linear 0ms;
    height: 248px;
}
.post-content .toc__footer {
    display: block;
    position: relative;
    padding: 0 20px;
    text-align: center;
    height: 20px;
    background: #ffffff;
    border-top: 1px solid #E7E7E8;
    box-shadow: 0 -10px 10px 10px #ffffff;
}
.toc__button {
    display: block;
    border: 1px solid #E7E7E8;
    background: #ffffff url(images/post/icon-plus-minus.png) -30px 0 / 60px 30px  no-repeat;
    box-shadow: 0 2px 5px 0 rgba(58, 62, 69, 0.08);
    width: 32px;
    height: 32px;
    padding: 8px;
    position: relative;
    margin: -17px auto 0;
}
.toc__button:hover {
    border: 1px solid var(--royalblue-500, #215AEE);
    box-shadow: 0 2px 5px 0 rgba(58, 62, 69, 0.08);
}
.toc__button:active,
.toc__button:focus {
    border: 1px solid var(--royalblue-600, #1951E1);
}

.post-content .toc-list__ul{
    margin-bottom: 0;
    padding-left: 1rem;
    box-sizing: border-box;
}
.post-content .toc-list__li {
    list-style: url(images/post/icon-romb-blue.svg);
}
.post-content .toc-list__li .toc-list__li {
    list-style: url(images/post/icon-romb-blue-border.svg);
}

.post-content .toc-list__link,
.post-content .toc-list__link:visited {
    color: #222324;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px dotted #C3C4C7;
}

/*.post-content .toc-list__link:visited {
    color: #551a8b;
    border-bottom: 1px dotted #551a8b;
}*/
.post-content .toc-list__link:hover {
    color: var(--neutral-800, #222324);
    border-bottom: 1px dotted #2965FF;
}
.post-content .toc-list__link:active {
    color: #215AEE;
    border-bottom: 1px dotted #2965FF;
}

/*
.post-content .closed .toc-list__li[part='1'] {
    display: none;
}

.post-content .closed .toc-list__li > ul.toc-list__ul {
    display: none;
}*/

.post-content .top-unit__button {
    display: block;
    width: 40px;
    height: 34px;
    margin: 0 auto;
}



/* FAQ-Block styles */
.post-content .faq-box__tabs {
    overflow: hidden;
}
.post-content .faq-box__tab {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #E7E7E8;
    padding: 0 16px;
}
.post-content .faq-box__tab:last-child {
    border-bottom: 1px solid #E7E7E8;
}
.post-content .faq-box__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 0;
    margin: 0!important;
    cursor: pointer;
}
.post-content .faq-box__label span {
    color: #222324;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.post-content .faq-box__label:hover span {
    color: #1951E1;
}

.post-content .faq-box__label:before {
    font-size: 1px;
    line-height: 1px;
    content: ' ';
    display: block;
    border: 1px solid #E7E7E8;
    box-shadow: 0 2px 5px 0 rgba(58, 62, 69, 0.08);
    width: 32px;
    height: 32px;
    position: relative;
    background: #fff url(images/post/icon-plus.svg) center / 16px no-repeat;
    margin-right: 20px;
    transition: all 0.35s;
}
.post-content .faq-box__label:hover:before {
    border: 1px solid #215AEE;
}

.post-content .faq-box__content {

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #222324;

    max-height: 0;
    padding-left: 52px;
    background: #ffffff;
    transition: all 0.35s;
}

.post-content .faq-box__tabs input:checked + .faq-box__label {
    color: #222324;
}
.post-content .faq-box__tabs input:checked + .faq-box__label::before {
    background-image: url(images/post/icon-minus.svg);
}
.post-content .faq-box__tabs input:checked + .faq-box__label:hover:before {
    border: 1px solid #E7E7E8;
}

.post-content .faq-box__tabs input:checked ~ .faq-box__content {
    max-height: inherit;
    padding: 0 0 24px 52px;
}
.faq-box__checkbox,
.post-content .faq-box__tabs > input[type=checkbox] {
    opacity: 0;
    z-index: -1;
    position: absolute;
    margin: 0!important;
    padding: 0!important;
    width: 0;
    height: 0;
}

/* End FAQ-Block styles */


/* Table */
.post-content .wrapper-table {
    position: relative;
    overflow-x: auto;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 24px auto;
    scrollbar-width: thin;
}
.post-content .wrapper-table .wrapper-table {
    margin: 0;
}
.post-content table {
    font-size: 15px;
    line-height: 24px;
    margin: 24px auto;
    border-left: 1px solid #E7E7E8;
    border-top: 1px solid #E7E7E8;
    width: 100%;
}

.post-content .wrapper-table table {
    margin: 0;
    /*width: max-content;*/
    width: auto;
    /*max-width: unset;*/
    max-width: 100%;
    min-width: 100%;
}

.post-content table th,
.post-content table td {
    border-right: 1px solid #E7E7E8;
    border-bottom: 1px solid #E7E7E8;
    padding: 16px;
    vertical-align: top;
}

.post-content table th {
    background:  #F9FAFB;
    text-align: center;
    font-weight: bold;
}
.post-content table td {
    text-align: left;
    min-width: min-content;
    /*max-width: 373px;
    width: auto;*/
}
@media (max-width: 1023px) {
    /*.post-content table td {
        max-width: 400px;
    }*/
}

/* End Table */

/* Start Troubleshooter */
.cta-block_troubleshooter {
    padding: 16px 32px 32px;
    border-top: 4px solid #2965FF;
    font: 17px/28px 'Roboto', sans-serif;
}
.cta-block__heading_tsh {
    font: 700 20px/28px 'Roboto', sans-serif;
    margin: 12px 0;
}
.cta-block__title_tsh {
    font: 700 17px/28px 'Roboto', sans-serif;
    margin: 12px 0;
}
.cta-block__list {
    margin: 12px 0;
}
.cta-block__list div{
    margin-bottom: 4px;
    padding-left: 32px;
}
.cta-block__list div:nth-child(1){
    background: url("/en/articles/wp-content/themes/auslogics-milenium/assets/images/icons/download.png") 0 0/24px no-repeat;
}
.cta-block__list div:nth-child(2){
    background: url("/en/articles/wp-content/themes/auslogics-milenium/assets/images/icons/play.png") 0 0/24px no-repeat;
}
.cta-block__list div:nth-child(3){
    background: url("/en/articles/wp-content/themes/auslogics-milenium/assets/images/icons/scan.png") 0 0/24px no-repeat;
}
.cta-block__win {
    padding: 6px 0 6px 24px;
    font: 12px/18px 'Roboto', sans-serif;
    color: #6F7175;
}

/* End Troubleshooter */

/* Start best-faq */
.best-faq {
    margin-top: -1px;
    width: 100%;
    border-top: 1px solid #E7E7E8;
    border-bottom: 1px solid #E7E7E8;
    padding: 32px 16px;
}
.best-faq__header {
    position: relative;
    padding: 2px 0 2px 52px;

    color: #222324;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
}
.best-faq__header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #E7E7E8;
    box-shadow: 0 2px 5px 0 rgba(58, 62, 69, 0.08);
    width: 32px;
    height: 32px;
    background: url(images/post/icon-plus.svg) center / 16px no-repeat;
}
.best-faq__content {
    display: none;
    position: relative;
    left: 52px;
    overflow-y: hidden;
    width: calc(100% - 52px) !important;
}
.best-faq.active .best-faq__header:before {
    background: url(images/post/icon-minus.svg) center / 16px no-repeat;
}
/* End best-faq */

/* cta ask question */
.post-content .shcode-askquestion:before {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    height: 45px;
    background: url(images/post/icon-notes.svg) center no-repeat;
    margin-left: -48px;
    margin-top: -37px;
    margin-bottom: -8px;
}
.post-content .shcode-askquestion {
    margin: var(--D10, 40px) 0;
    padding: 32px 32px 32px 72px ;
    background: #FFFFFF;
    /* screenshot shadow */
    box-shadow: 0 8px 40px 0 rgba(49, 52, 58, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.03);
}

.post-content .shcode-askquestion .shcode-askquestion__heading {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}
.post-content .shcode-askquestion .shcode-askquestion__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}
/* end cta ask question */

.content-storylane {
    margin: 40px 0;
}
.post-content div:not([class]) {
    margin: 40px 0;
}

@media (max-width: 590px) {
    .banner_top-content {
        float: none;
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .post-content .screenshots__image-shadow img{
        max-width: 100%;
        height: auto;
    }

    .post-content .wrapper-table {
        display: block;
        overflow-x: scroll;
        width: 100%;
    }

    .post-content table {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        min-width: 768px;
    }

}

@media (max-width: 500px) {


    .post-content .toc__title {
        padding: 0;
    }

    .post-content .toc__content {
        margin-bottom: 16px;
    }
    .post-content .toc-list__ul {
        padding-left: 24px;
    }

    .post-content .blockquote-author{
        padding: 24px;
        margin: 0;
    }
    .post-content .blockquote-author__text {
        margin: 16px 0;
    }

    .post-content .notebox {
        padding: 24px 24px 24px 40px;
    }

    .post-content .notebox:before {
        margin-left: -38px;
        margin-top: -30px;
        margin-bottom: -15px;
    }

    .post-content .tipsbox {
        padding: 24px;
    }


    .post-content .faq-box__tab {
        padding: 0 8px;
    }

    .post-content .faq-box__label {
        padding: 24px 0;
    }

    .post-content .faq-box__label span {
        max-width: calc(100% - 52px);
    }

    .post-content .tipsbox__heading {
        margin-left: -20px;
        margin-top: -37px;
    }

    .post-content .cta-block_main {
        padding: 16px;
    }
    .post-content .cta-block_native {
        padding: 20px 16px 16px 16px;
    }
    .post-content .cta-block_native.left,
    .post-content .cta-block_native.right {
        padding: 16px 16px 16px 12px;
    }
    .post-content .cta-block__btn-group {
        flex-direction: column;
        margin: 16px 0 0;
    }
    .post-content .cta-block__learn-more {
        margin: 8px 0 0 0;
    }
    .post-content .cta-block__win {
        padding: 8px 0 0 0;
        text-align: center;
    }
    .post-content .ccta-block__privacy {
        margin: 16px 0 0;
        text-align: center;
    }

    .post-content .screenshots {
        padding: 0;
        margin: 24px auto;
    }

    .post-content .pros-cons {
        flex-direction: column;
    }
    .post-content .pros-cons__choose {
        margin: 0 0 16px 0;
    }

    .post-content .pros-cons > div {
        width: 100%;
    }

    .post-content ol, .post-content ul
    {
        padding-left: 28px;
    }

}
