/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/

.article {
    max-width: 100%;
}

.article b,
.article strong {
    font-weight: 600;
}

.article p > a:not(.button):not(.btn) {
    display: inline-flex;
}

.article.main h1,
.article.main h2 {
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.article.main h3 {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.7px;
}

.letter-spacing,
.article:not(.default) p,
.article:not(.default) ul,
.article:not(.default) ol,
.picture-wrap .article.heading-beige h2 {
    font-size: var(--font-size-theme);
    letter-spacing: var(--letter-spacing);
}


.article.treatment-description p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.28px;
}

.treatment-description {
    display: flex;
    margin-bottom: 24px;
}

.treatment-description > div:first-child > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/** region page our rates **/
.page-our-rates .treatment-description > div:first-child > div {
    justify-content: start;
}
.page-our-rates .treatment-description > div:first-child > div > *:first-child {
    margin-bottom: 30px;
}
/** endregion page our rates **/
.treatment-description > div:first-child > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.treatment-detail-article-section .bg-light {
    border-radius: 12px;
    margin: 124px auto;
    max-width: 1320px;
}

.treatment-detail-article-section .bg-light .section {
    padding: 72px 0;
}

.treatment-detail-article-section h2 {
    font-weight: 400;
    line-height: 117%;
}

.treatment-detail-article-section p,
.treatment-detail-article-section ul {
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0.2px;
    color: var(--theme-dune);
}

.treatment-detail-article-section strong {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
}

.treatment-detail-article-section h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 117%;
    color: var(--text-brown-dark);
}

.treatment-detail-article-section .section:nth-child(2) .article.article.default a:last-of-type {
    margin-top: 37px;
}

.treatment-detail-article-section .btn {
    margin-top: 40px;
}
.treatment-description h1 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--text-brown-dark);
}

.treatment-description .article h1 {
    margin-bottom: unset;
}

.treatment-description .text-brown-dark p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;
    color: var(--theme-dune);
}

body.page-specialists .col-main-sidebar {
    padding-bottom: 88px;
    padding-left: 0;
    float: right;
}

image.has-border {
    height: 219px;
    border-radius: 6px;
    background: lightgray 50% / cover no-repeat;
}

.letter-spacing-06p {
    letter-spacing: 0.6px !important;
}

.reachability.article {
    position: relative;
    margin-top: -200px;
    padding: 85px 105px;
    border-radius: 15px;
    z-index: 26;
}

.reachability.article h2 {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.17;
    letter-spacing: 0.5px;
    color: var(--theme-dune);
    text-align: center;
    margin-bottom: 40px;
}

.reachability-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 1.5rem;
}
.reachability-item a.button {
    position: relative;
}
.reachability-item a.button span {
    margin-left: 12px;
}
.reachability-item a.button::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    left: 12px;
    width: 14px;
    height: 14px;
    background-image: url("/images/svg/position.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.reachability-item h3 {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.17;
    letter-spacing: 0.5px;
}

.reachability-item h3 span {
    font-weight: 700;
    color: var(--theme-navy);
}

.reachability-item p {
    letter-spacing: 0.5px;
    color: var(--theme-dune);
    margin: 0.5rem 0 0;
}

.reachability-item .button {
    width: 95px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--theme-navy);
    background-color: var(--theme-navy);
    margin-top: 1.25rem;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #F9F7F1;
    text-decoration: none;
    transition: background 0.3s ease;
}

.reachability-item .button:hover {
    background-color: #F9F7F1;
    color: var(--theme-navy);
}


/*direct contact section*/
.direct-contact.article {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--text-brown-dark);
}

.direct-contact.article h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: var(--text-brown-dark);
    margin-top: 60px;
    margin-bottom: 40px;
}

.direct-contact.article .buttons {
    display: flex;
    margin-top: 40px;
    margin-bottom: 60px;
}

.direct-contact.article:not(.regular) p:not(:last-of-type) {
    margin-bottom: 0;
}

.direct-contact-item {
    max-width: 220px;
    min-height: 62px;
    border-radius: 7px;
    background-color: var(--theme-baltic-sea);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.5rem;
    margin: 0.5rem;
    text-decoration: none;
}

.direct-contact-item p {
    font-weight: 500;
    font-size: 9px;
    line-height: 1.17;
    letter-spacing: 0.5px;
    color: #FFE4BE;
    margin: 0;
    text-align: center;
    scale: 1;
    transition: all 300ms ease-in-out 25ms;
}

.direct-contact-item p:first-child {
    font-weight: 500;
    font-size: 11px;
    line-height: 117%;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 6px !important;
}

.direct-contact-item p:last-child {
    font-weight: 300;
    font-size: 16px;
    line-height: 117%;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

.direct-contact-item:hover{
    scale: 1.1;
}

a.direct-contact-item {
    font-weight: 300;
    line-height: 1.17;
    letter-spacing: 0.5px;
    color: #FFE4BE;
    text-decoration: none;
    transition: all 0.3s ease-out 25ms;
}

.direct-contact .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.direct-contact .buttons{
    flex-wrap: wrap;
    row-gap: 10px;
}


.article ul:not(:last-child),
.article ol:not(:last-child),
.article p:not(:last-child) {
    margin-bottom: var(--article-last-child-margin);
}

.article:not(.regular) p:not(:last-of-type) {
    margin-bottom: var(--article-last-type-margin);
}



/*--------------------------------------------------------------
# Article - with list
--------------------------------------------------------------*/


.article:has(ul) ul:not(.menu) {
    list-style-type: disc;
    padding-left: 18px;
}


/*--------------------------------------------------------------
# Article - enhanced
--------------------------------------------------------------*/

.article.enhanced {
    font-size: 1rem;
}

.article.enhanced ul {
    list-style: initial;
    padding: 10px;
}

.article.enhanced ul li {
    margin-bottom: 1rem;
}

.article.enhanced ul li strong {
    font-weight: 600;
    color: var(--text-brown-dark);
}


/*--------------------------------------------------------------
# Article - utility classes
--------------------------------------------------------------*/

.article.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.article.medium {
    font-weight: 400;
}


.article.title-no-bottom h1,
.article.title-no-bottom h2,
.article.title-no-bottom h3,
.article.title-no-bottom h4,
.article.title-no-bottom .title {
    margin-bottom: 0;
}


.article.title-bottom h1,
.article.title-bottom h2,
.article.title-bottom h3,
.article.title-bottom h4,
.article.title-bottom .title {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Article - headings
--------------------------------------------------------------*/

.article h1,
.article h2,
.article h3,
.article h4 {
    margin-bottom: var(--title-margin);
    letter-spacing: var(--letter-spacing-title);
}

.article p em strong,
.article p strong em {
    display: inline-block;
    color: currentColor;
    font-style: normal;
    font-size: var(--font-size-subtitle);
    font-weight: 500;
}

.article p strong em {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

@media all and (min-width: 576px) {


    .article p em strong,
    .article p strong em {
        line-height: 1.35em;
    }


}


/*--------------------------------------------------------------
# Article - heading sizes
--------------------------------------------------------------*/

/* Main articles */

.article.main h1 {
    font-size: var(--font-size-main-h1);
    color: var(--text-brown-dark);
}


.article.main h2,
.contact-wrap .article.main h2 {
    font-size: var(--font-size-main-h2);
    /*font-weight: 400;*/
}

.article-wrap .article.subtitle-brown-dark p strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.8px;
}

/* Regular articles (with titles) */
.article.has-title {
    font-size: var(--font-size-title-h1);
    color: var(--text-brown-dark);
}

.article.has-title h2 {
    font-size: var(--font-size-title-h2);
}

.article.has-title h3 {
    font-size: var(--font-size-title-h3);
}

.article.has-title h4 {
    font-size: var(--font-size-title-h4);
}

.div-reviews .article.main h3 {
    color: var(--text-brown-dark);
}

body.page-home .practice-intro h2 {
    color: var(--text-brown-dark) !important;
}

.div-reviews .article.main p strong {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

body.page-home .div-reviews .article.main h2 {
    color: var(--theme-baltic-sea) !important;
}

.specialists-wrap .article.main h2 {
    max-width: 239px;
    line-height: 1.2;
    letter-spacing: 1.2px;
}

.specialists-wrap .article.main p {
    width: 100%;
    max-width: 441px;
    font-weight: 300;
    letter-spacing: 0.24px;
}


.specializations-card h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 117%;
    letter-spacing: 1px;
}


/* Smaller article headings  */

.article.has-title.title-md h3 {
    font-size: var(--font-size-subtitle-md);
}

.home-articles-type {
    border-radius: 15px;
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%);
    margin-bottom: 142px;
    color: var(--beige);
}

.home-articles-type .row {
    padding: 59px 30px 30px 30px;
}

.home-articles-type h2 {
    padding-top: 46px;
    line-height: 120%;
    font-weight: 400;
}

.home-articles-type h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 117%;
    letter-spacing: 0.75px;
    font-style: normal;
    width: 100%;
}

.home-articles-type p {
    max-width: 330px;
}

.home-articles-type .row > div:nth-of-type(2) > div {
    padding-left: clamp(0px, 4vw, 103px);
}

.color-brown p {
    color: var(--theme-dune);
}

/*--------------------------------------------------------------
# Article - heading colors
--------------------------------------------------------------*/
.article.heading-black p em strong,
.article.heading-black p strong em,
.article.heading-black h1,
.article.heading-black h2,
.article.heading-black h3,
.article.heading-black h4 {
    color: var(--black);
}

.article.heading-beige p em strong,
.article.heading-beige p strong em,
.article.heading-beige h1,
.article.heading-beige h2,
.article.heading-beige h3,
.article.heading-beige h4 {
    color: var(--beige);
}

.article.heading-dune p,
.article.heading-dune p strong {
    color: var(--theme-dune);
}

.article.heading-baltic-sea p em strong,
.article.heading-baltic-sea p strong em,
.article.heading-baltic-sea h1,
.article.heading-baltic-sea h2,
.article.heading-baltic-sea h3,
.article.heading-baltic-sea h4 {
    color: var(--theme-baltic-sea) !important;
}

.article.heading-brown-dark h1,
.article.heading-brown-dark h2,
.article.heading-brown-dark h3,
.article.heading-brown-dark h4 {
    color: var(--text-brown-dark);
}


.article.subtitle-black > p em strong,
.article.subtitle-black > p strong em {
    color: var(--black);
}

.article.subtitle-beige > p em strong,
.article.subtitle-beige > p strong em {
    color: var(--beige);
}

.article.subtitle-brown-dark > p em strong,
.article.subtitle-brown-dark > p strong em, .article.subtitle-brown-dark.first-p-brown-dark p:nth-of-type(1) {
    color: var(--text-brown-dark);
}

.article.first-p-as-slogan p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.7px;
}

/*--------------------------------------------------------------
# Article - size variations
--------------------------------------------------------------*/

.article-xs {
    width: 520px;
}

.article-sm {
    width: 720px;
}

.article-md {
    width: 820px;
}

.article-lg {
    width: 920px;
}


/*--------------------------------------------------------------
# Article (wrap) - spacings
--------------------------------------------------------------*/
.article.top,
.article-wrap.top {
    padding-top: var(--article-offset);
}

.article-wrap.top-sm {
    padding-top: var(--article-offset-sm);
}

.article-wrap.top-md {
    padding-top: var(--article-offset-md);
}

.article-wrap.spacing-top {
    padding-top: var(--article-offset-lg);
}


.article.bottom,
.article-wrap.bottom {
    padding-bottom: var(--article-offset);
}

.article.bottom-sm,
.article-wrap.bottom-sm {
    padding-bottom: var(--article-offset-sm);
}

.article.bottom-md,
.article-wrap.bottom-md {
    padding-bottom: var(--article-offset-md);
}

.article.spacing-bottom,
.article-wrap.spacing-bottom {
    padding-bottom: var(--article-offset-lg);
}

.precisely-description .article-wrap .article.default h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 117%;
}

.precisely-description .article-wrap .article.default p {
    line-height: 180%;
    letter-spacing: 0.2px;
}


.article.news-intro h1 {
    letter-spacing: 1px !important;
    line-height: 120% !important;
}

.article.news-intro p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;
    color: var(--theme-dune);
}

.news .card-date {
    margin-top: 9px;
}

.news .card-date span {
    line-height: 117%;
    letter-spacing: 0.5px;
    color: var(--text-brown-dark);
}

.news .card-title h2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 117%;
    letter-spacing: 0.75px;
    color: var(--text-brown-dark);
    margin: 9px 0 !important;
}

.news-intro .card-content p {
    line-height: 100%;
    letter-spacing: 0.28px;
    color: var(--theme-dune);
}

.news .card-image.regular {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.news .card-image.regular picture {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.news .card-image.regular .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, var(--theme-baltic-sea), transparent 37%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news .card-image.regular .overlay span {
    color: var(--theme-white);
    font-size: 12px;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: 1px;
}

.news .card:hover .card-image.regular .overlay {
    opacity: 1;
}

.news .card:hover .card-image.regular picture {
    transform: scale(1.05);
}

.news .card.no-spacing .card-image,
.news .card.is-flex.full-height .card-content {
    padding: 0;
}
.container .home-treatments-wrapper {
    margin-bottom: clamp(50px, 8vw, 100px);
}

.news-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: clamp(30px, 5vw, 80px);
}

.news-detail h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.news-detail p {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.28px;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Article wrap - banner
--------------------------------------------------------------*/

@media all and (min-width: 768px) {

    .article-wrap.banner {
        width: 600px;
        max-width: 100%;
    }

}


/*--------------------------------------------------------------
# Article wrap - pulled
--------------------------------------------------------------*/

.article-wrap.pulled .article h2 {
    margin-top: -14rem;
    padding-top: 14rem;
}


/*--------------------------------------------------------------
# Article - story
--------------------------------------------------------------*/

.article.story {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}


/*--------------------------------------------------------------
# Media querys
--------------------------------------------------------------*/

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

    /* Article wrap - spacings  */
    .article-wrap.spacing-top {
        padding-top: 25px;
    }
    /*  Article wrap - treatment detail */
    .article-wrap.treatment-detail .article h2 {
        margin-top: 0;
        padding-top: 0;
    }

    .article-wrap.treatment-detail.spacing-top {
        padding-top: 50px;
    }

    .article-wrap.bottom {
        padding-bottom: 0;
    }


}


@media all and (max-width: 575px) {

    /*  Article wrap - spacings */
    .article-wrap.bottom:has(.article.main) {
        margin-bottom: 2rem;
    }

    .home-articles-type .row {
        padding-inline: 7px;
    }

}


/** Article Sections **/

.article-section.is-featured .section-article {
    position: relative;
    z-index: 35;
    background-color: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
}

.article-section.is-featured .section-article.top-sm {
    margin-top: var(--article-offset-sm);
}

@media all and (min-width: 768px) {

    .article-section.is-featured .section-article {
        padding: 40px;
        border-radius: 10px;
    }

}


@media all and (max-width: 767px) {


    .article-section.is-featured .section-article {
        padding: var(--container-padding);
        padding-top: calc(var(--container-padding) + 15px);
        padding-bottom: calc(var(--container-padding) + 15px);
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding));
    }

    .article-section.is-featured .table-overview {
        max-width: calc(100% + (var(--container-padding) * 2));
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding));
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }


}


/* Article Tables */

.article:not(.no-table) table th,
.article:not(.no-table) table td {
    position: relative;
    text-align: left;
    padding: 5px 0 3px;
    line-height: 1.05em;
    font-size: var(--font-size-theme);
    letter-spacing: var(--letter-spacing);
}

.article:not(.no-table) table th:not(:last-child),
.article:not(.no-table) table td:not(:last-child) {
    padding-right: 10px !important;
}

.table-nowrap table th,
.table-nowrap table td {
    white-space: nowrap;
}


/* Article Tables: Prices */

@media all and (min-width: 576px) {

    .article table.table-prices {
        min-width: 500px;
    }

    .article table.table-prices td:not([colspan]):first-child {
        /*width: 40%;*/
    }
}


@media all and (max-width: 575px) {


    .article:not(.no-table) table:not(.default):not(.regular) {
        display: flex;
        flex-direction: column;
    }

    .article:not(.no-table) table:not(.default):not(.regular) thead {
        display: none;
    }

    .article:not(.no-table) table:not(.default):not(.regular) tbody {
        display: flex;
        flex-direction: column;
    }

    .article:not(.no-table) table:not(.default):not(.regular) tr {
        display: flex;
        flex-direction: column;
    }

    .article:not(.no-table) table:not(.default):not(.regular) th,
    .article:not(.no-table) table:not(.default):not(.regular) td {
        display: flex;
        justify-content: space-between;
    }


    .article:not(.no-table) table:not(.default):not(.regular) th.is-empty,
    .article:not(.no-table) table:not(.default):not(.regular) td.is-empty {
        display: none !important;
    }
    .reachability.article {
        padding-inline: 20px;
    }
    .reachability-item .button {
        font-size: 15px;
        height: 33px;
    }
}


/* Article Sections Tables */

.article-section.is-featured table td em {
    font-style: normal;
    color: var(--theme-beige);
}

.article-section.is-featured table tr td {
    padding: 10px 0 8px;
}

.article-section.is-featured table tr td:not([colspan]) {
    padding: 10px 8px 8px;
}

@media all and (min-width: 576px) {

    .article-section.is-featured table tr td:not([colspan]) {
        padding: 10px 0 8px;
    }

}


/*.article-section.is-featured table tr td:not([colspan])::before,*/
/*.article-section.is-featured table tr td:not([colspan])::after {*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    inset: 3px 0;*/
/*    z-index: -1;*/
/*    background: var(--grey-table);*/
/*}*/

/*.article-section.is-featured:not(.no-table-border) table tr td:not([colspan])::before {*/
/*    margin: -1px 0;*/
/*    border: 1px solid var(--grey-table-border);*/
/*}*/
/*.article-section.is-featured:not(.no-table-border) table tr td:not([colspan]):first-child::before {*/
/*    margin: -1px 0 -1px -1px;*/
/*}*/
/*.article-section.is-featured:not(.no-table-border) table tr td:not([colspan]):last-child::before {*/
/*    margin: -1px -1px -1px 0;*/
/*}*/


.article-section.is-featured table tr td:not([colspan]):first-child::before,
.article-section.is-featured table tr td:not([colspan]):first-child::after {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    left: 0;
}

.article-section.is-featured table tr td:not([colspan]):last-child::before,
.article-section.is-featured table tr td:not([colspan]):last-child::after {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    right: 0;
}


.article-section.is-featured table tr th:not(:last-child),
.article-section.is-featured table tr td:not(:last-child) {
    padding-right: 10px !important;
}


.article-section.is-featured table tr td:not([colspan])::before,
.article-section.is-featured table tr td:not([colspan])::after {
    content: ' ';
    position: absolute;
    inset: 0 0;
    z-index: -1;
    background: var(--grey-table);
}

/** region treatment-products **/
.treatment-products {
    row-gap: 30px;
    margin-bottom: 70px;
}
.treatment-products > div > div {
    background-color: var(--theme-baltic-sea);
    border-radius: 4px;
    padding: 20px 19px;
    color: #ffffff;
}
.treatment-products h4 {
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.24px;
    color: var(--theme-yellow-bright-200);
}
.treatment-products .icon {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
/** region page reviews **/
.starts {
    display: flex;
    justify-content: center;
    gap: 5px
}
.star {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.inactive-star {
    background-image: url('/images/google-reviews/star_inactive.png');
}
.sharp-star {
    background-image: url('/images/google-reviews/star_sharp.svg');
}
.justify-start {
    justify-content: start !important;
}
.text-left {
    text-align: left !important;
}
#grid-reviews {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
}
/** region page reviews **/
@media all and (max-width: 588px) {
    #grid-reviews {
        grid-template-columns: 1fr;
    }
}
/** endregion treatment-products **/
@media  all and (max-width: 766px) {
    .home-articles-type .row > div:nth-of-type(2) > div,
    .home-articles-type .white-border {
        padding: 0;
        text-align: center;
    }
    .home-articles-type p {
        max-width: unset;
    }
}
@media all and (min-width: 576px) {

      /* Table */
    .article-section.is-featured table tr td:not([colspan]):first-child::before,
    .article-section.is-featured table tr td:not([colspan]):first-child::after {
        left: -8px;
    }

    .article-section.is-featured table tr td:not([colspan]):last-child::before,
    .article-section.is-featured table tr td:not([colspan]):last-child::after {
        right: -8px;
    }


    /* Block Table */
    .article-section.is-featured table tr td:not([colspan])::before,
    .article-section.is-featured table tr td:not([colspan])::after {
        inset: 3px 0;
        /*inset: 0;*/
    }

    .article-section.is-featured table:not(.default):not(.regular) tr td:not([colspan]):first-child::before,
    .article-section.is-featured table:not(.default):not(.regular) tr td:not([colspan]):first-child::after {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .article-section.is-featured table:not(.default):not(.regular) tr td:not([colspan]):last-child::before,
    .article-section.is-featured table:not(.default):not(.regular) tr td:not([colspan]):last-child::after {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .article-section.is-featured:not(.no-table-border) table tr td:not([colspan])::before {
        margin: -1px 0;
        border: 1px solid var(--grey-table-border);
    }

    .article-section.is-featured:not(.no-table-border) table tr td:not([colspan]):first-child::before {
        margin: -1px 0 -1px -1px;
    }

    .article-section.is-featured:not(.no-table-border) table tr td:not([colspan]):last-child::before {
        margin: -1px -1px -1px 0;
    }


}


@media all and (max-width: 575px) {


    .article-section.is-featured table tr td:not([colspan])::before,
    .article-section.is-featured table tr td:not([colspan])::after {
        opacity: 0 !important;
        left: -15px !important;
        right: -15px !important;
    }

    .article-section.is-featured table tr td:not([colspan]):first-child::before,
    .article-section.is-featured table tr td:not([colspan]):first-child::after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .article-section.is-featured table tr td:not([colspan]):last-child::before,
    .article-section.is-featured table tr td:not([colspan]):last-child::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .article-section.is-featured table tr:not(:last-child) {
        margin-bottom: -5px;
    }

    .article-section.is-featured table tr td:not([colspan]) {
        padding: 3px 0 1px;
    }

    .article-section.is-featured table tr td:not([colspan]):first-child {
        padding-top: 10px;
    }

    .article-section.is-featured table tr td:not([colspan]):last-child {
        padding-bottom: 8px;
    }


}


