/**
 * Custom CR style
 *
 * This css file for compareview article template
 */

/* Open Sans light */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Light.ttf")
    format("truetype");
    font-weight: 300;
}

/* Open Sans Regular */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Regular.ttf")
    format("truetype");
    font-weight: normal;
}

/* Open Sans Bold */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Bold.ttf")
    format("truetype");
    font-weight: bold;
}

/* Open Sans SemiBold */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-SemiBold.ttf")
    format("truetype");
    font-weight: 600; /* Adjust the font weight value as needed */
}

/* Variables */
:root {
    /* Font Family */
    --global--font-primary: "Open Sans", sans-serif;
    --global--font-secondary: "Roboto", sans-serif;

    /* Font Size */
    --global--font-size-small: 14px;
    --global--font-size-base: 16px;
    --global--font-size-h1: 30px;
    --global--font-size-h2: 24px;
    --global--font-size-h3: 20px;
    --global--font-size-h4: 18px;

    /* Line Height */
    --global--line-height-small: 18px;
    --global--line-height-base: 22px;
    --global--line-height-h1: 42px;
    --global--line-height-h2: 32px;
    --global--line-height-h3: 28px;
    --global--line-height-h4: 24px;

    /* Colors */
    --global--color-grey: #808080;
    --global--color-grey-text: #404040;
    --global--color-grey-border: #d9d9d9;
    --global--color-green: #407C11;
    --global--color-green-light: #329D01;
    --global--color-dark-grey: #5D5D5D;
    --global--color-green-background: #F4FAF0;
    --global--color-white: #ffffff;
	
	--arrow-image: url('/wp-content/uploads/compa-images/chevron-down.svg');
	--arrow-image-green: url('/wp-content/themes/CompaReview/assets/images/chevron-down-green.svg');
	--ms-arrow: url('/wp-content/plugins/method_section/arrow-down.png');
	--ms-image: url('/wp-content/themes/CompaReview/assets/images/stroke.svg');
	--faq-image: url('/wp-content/themes/CompaReview/assets/images/faq-sign.svg');
	--tip-image: url('/wp-content/themes/CompaReview/assets/images/pro-tip.svg');
	
	/*flags*/
	
	--denmark-flag: url(/wp-content/uploads/compa-images/states/denmark.png);
    --sweden-flag: url(/wp-content/uploads/compa-images/states/sweden.png);
   	--norway-flag: url(/wp-content/uploads/compa-images/states/norway.png);
    --finland-flag: url(/wp-content/uploads/compa-images/states/finland.png);
    --germany-flag: url(/wp-content/uploads/compa-images/states/germany.png);
    --uk-flag: url(/wp-content/uploads/compa-images/states/united-kingdom.png);
    --us-flag: url(/wp-content/uploads/compa-images/states/united-states.png);
    --australia-flag: url(/wp-content/uploads/compa-images/states/australia.png);
    --int-flag: url(/wp-content/uploads/compa-images/states/international.png);
	--check-image: url(/wp-content/themes/CompaReview/assets/images/check-icon.svg);
	--sticker: url(/wp-content/uploads/compa-images/discount_sticker.png);
}

body {
    margin: 0;
    background-color: #EEEEEE !important;
    font-family: "Open Sans";
    color: var(--global--color-grey-text);
}

h1 {
    font-size: var(--global--font-size-h1);
    line-height: var(--global--line-height-h1);
    color: var(--global--color-green);
    margin: 10px 0;
}

h2 {
    font-size: var(--global--font-size-h2);
    line-height: var(--global--line-height-h2);
}

h3 {
    font-size: var(--global--font-size-h3);
    line-height: var(--global--line-height-h3);
}

h4 {
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
}

h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

/*header style*/

.logged-in header {
    top: 32px;
}

header {
    background-color: var(--global--color-white);
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #A7BC99;
    z-index: 999;
    top: 0;
}

.site-header {
    display: flex;
    justify-content: space-between;
    padding: 9px 10px 7px 10px;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}

.site-branding {
    width: 280px;
}

.site-logo img {
    max-width: 300px;
    height: auto;
}

/*
.site-header .site-logo {
	padding: 4px 0;
}
*/

.full-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.breadcrumb, .screen-reader-text {
    display: none;
}

.menu-button-container {
    display: none;
    border: none;
    background: transparent;
}

.menu-button-container .close {
    display: none;
}

#site-navigation .menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    justify-content: flex-end;
    column-gap: 0;
    row-gap: 0;
    flex-direction: row;
    gap: 35px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
	padding-left: 0;
}

#site-navigation .sub-menu-toggle:after {
    content: "";
    position: relative;
    display: block;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    margin-left: 0;
}

#site-navigation .sub-menu-toggle {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
	margin-left: 8px;
}

#site-navigation a {
    font-size: 15px;
    color: var(--global--color-dark-grey);
    font-weight: 600;
    text-decoration: none;
}

#site-navigation .current-menu-item a, #site-navigation a:hover {
    color: var(--global--color-green-light);
}

.sub-menu-toggle span, button.search-button-close {
    display: none;
}

.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded="false"] ~ ul {
    display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: flex;
    position: absolute;
    background-color: var(--global--color-white);
    padding: 15px 10px;
    top: 47px;
    list-style: none;
    justify-content: space-around;
    right: 20px;
    left: 0;
    align-items: flex-start;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    width: 100%;
    display: flex;
}

.primary-navigation .primary-menu-container > ul > .menu-item a {
    padding: 20px 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu a {
    padding: 7px 10px;
    width: calc(100% - 20px);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul {
    list-style: none;
    padding-left: 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a {
    font-weight: 500 !important;
    padding: 7px 10px;
    width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a:hover, .primary-navigation > div > .menu-wrapper > li > .sub-menu a:hover {
    color: var(--global--color-dark-grey) !important;
    background-color: #E4E4E4;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul li {
    display: flex;
    width: 100%;
}

#site-navigation .menu-item:hover > a + .sub-menu-toggle:after,
#site-navigation .sub-menu-toggle[aria-expanded="true"]:after {
    background-image: var(--arrow-image-green);
}

#navigation-search {
    width: 40px;
    max-width: 40px;
    display: flex;
    justify-content: end;
}

.search-button-open {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50px;
    height: 35px;
    background-color: transparent;
}

.search-button {
    cursor: pointer;
    color: var(--global--color-dark-grey);
    transition: 0.3s ease-out;
}

.menu-button-container #primary-mobile-menu[aria-expanded*="true"] .dropdown-icon.open {
    display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*="true"] .dropdown-icon.close {
    display: flex;
}

.form-search .visuallyhidden {
    display: none;
}

.form-search input[type="search"] {
    padding: 0 40px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid var(--global--color-green-light);
    max-width: 100%;
    width: 100%;
    outline: none;
}

.form-search {
    position: relative;
    width: 100%;
}

.form-search .search-button-submit {
    background-color: var(--global--color-white);
}

.main-search {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
    gap: 30px;
}

.form-search #search-icon {
    fill: none;
    width: 25px;
}

.hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}

.overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    z-index: 25;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.overlay .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid;
}

.search-button-close {
    position: absolute;
    top: 8vh;
    right: 7.5vw;
    padding: 0;
    background-color: var(--global--color-white);
    padding: 10px;
}

.search-button-close .icon {
    width: 20px;
    height: 20px;
    padding: 4px;
}

.showing {
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.fill-currentcolor {
    fill: var(--global--color-dark-grey);
}

.search-button-close .fill-none {
    fill: none;
}
/*end of header style*/


/*main content css*/

#content {
    padding-top: 60px;
    background-color: #EEEE;
}

#content a:hover {
    color: var(--global--color-green-light);
}

#primary {
    margin: auto;
}

.main-content {
    max-width: 100%;
    display: flex;
    gap: 40px;
}

.article-content a {
    color: var(--global--color-grey-text);
}

.article-content {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--global--color-white);
}

.right-sidebar {
    width: 30%;
}

.related-posts-sidebar {
    padding: 10px;
    background-color: var(--global--color-white);
    margin-bottom: 30px;
}

.related-posts-heading {
    background-color: var(--global--color-green-background);
    color: var(--global--color-green-light);
    font-weight: 600;
    padding: 10px;
    margin: 0 0 10px 0;
}

.related-posts-inner {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.related-posts-text {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
}

.related-posts-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.related-posts-text a {
    color: var(--global--color-grey-text);
    letter-spacing: -0.14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--global--font-size-small);
    line-height: var(--global--line-height-small);
}

.related-posts-text a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    right: 0;
    background-color: var(--global--color-grey-border);
}

.related-posts-img a {
    display: flex;
    align-items: flex-end;
}

.sticky-toc a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--global--color-grey-text);
    text-decoration: none;
}

.stickyTocWrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media only screen and (max-width: 1100px) {
    .stickyTocWrapper {
        background-color: var(--global--color-green-background);
        flex-direction: row;
    }
    
    .sticky-toc {
        padding: 10px 0;
        bottom: 0;
        top: auto !important;
        width: 100% !important;
        flex-direction: row;
        background-color: var(--global--color-green-background);
        border-top: 1px solid var(--global--color-grey-border);
        z-index: 999;
        gap: 5px;
    }

    .sticky-toc a {
        flex-direction: column;
        font-size: 12px;
        width: 25%;
        gap: 5px;
    }

    .newSidebarDisclaimerWrapper {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .stickyTocWrapper {
        background-color: var(--global--color-white);
    }
}

.sticky-toc a:hover .green-img {
    display: block;
}

.green-img, .sticky-toc a:hover .grey-img {
    display: none;
}

.header-disclaimer {
    text-align: center;
    font-size: var(--global--font-size-small);
    line-height: var(--global--line-height-small);
    color: var(--global--color-grey);
    padding: 7px 0;
    margin-bottom: 5px;
}

.header-disclaimer a {
    color: var(--global--color-green);
}

.hero-section {
    position: relative;
	height: 300px;
    background-size: cover;
    background-position: center;
	border-radius: 12px;
}

@media only screen and (max-width: 767px) {
	.hero-section {
		height: 250px;
	}
}

@media only screen and (max-width: 680px) {
	.hero-section {
		height: 200px;
	}
}

@media only screen and (max-width: 560px) {
	.hero-section {
		height: 150px;
	}
}

.hero-section .disclaimer {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    padding: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hero-section .disclaimer p {
    margin: 0;
    font-size: 13px;
    color: var(--global--color-grey-text);
}

.hero-section .disclaimer p a {
    color: var(--global--color-grey-text);
}

#dots, #readBtn, .disclaimer-mobile {
    display: none;
}

.disclaimer-mobile img {
    margin-left: 5px;
    margin-bottom: -2px;
}

.article-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.article-content .disclaimer-onn {
    width: 80%;
    display: block !important;
    bottom: 32px;
    right: 0;
    border-radius: 12px 0 0 12px;
}

.article-content .disclaimer-onn p {
    font-size: 11px;
}

.research-disc {
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-base);
    cursor: pointer;
    position: relative;
    color: var(--global--color-grey);
    margin-bottom: 15px;
    font-weight: 500;
}

.research-disc .tooltiptext {
    width: 300px;
    left: 0;
    top: 28px;
    padding: 10px;
    display: none;
    color: var(--global--color-grey);
    background-color: var(--global--color-white);
    border: 1px solid #f3f4f6;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    min-width: 250px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.research-disc:hover .tooltiptext {
    display: block;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.post_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.update_date {
    text-transform: capitalize;
    font-size: 12px;
    width: auto;
}

.update_date label {
    color: #329D01;
    font-size: 12px;
    font-weight: 600;
}

.update-section {
    display: none;
    position: fixed !important;
    right: 0;
    bottom: 0;
    background-color: var(--global--color-white);
    border-radius: 12px;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: left;
    z-index: 10000 !important;
    max-width: 600px;
    max-height: 300px;
    overflow-y: auto;
    pointer-events: auto;
}

.update-section.logs-visible {
    display: block;
}

@media (max-width: 768px) {
    .update-section {
        right: 16px;
        left: 16px;
        bottom: 16px;
        width: auto;
        max-height: calc(100vh - 80px);
    }
}

.update_date .logs-visible {
    display: block;
}

.author-box {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 400px;
    background-color: var(--global--color-white);
    border-radius: 12px 12px 0 0;
	z-index: 1;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.user-header {
    border-radius: 12px 12px 0 0;
    background-color: var(--global--color-green-background);
    padding: 10px 25px 10px 8px;
    color: #333333;
    font-weight: 600;
    position: relative;
    text-transform: none;
}

.log-header {
    border-radius: 12px 12px 0 0;
    background-color: var(--global--color-green-background);
    padding: 10px 25px 10px 15px;
    color: #333333;
    font-weight: 600;
    position: relative;
    text-transform: none;
}

.log-date {
    font-weight: 600;
    margin-bottom: 5px;
}

.single-log {
    padding: 5px 15px;
    text-transform: none;
    color: #404040;
}

.date-label {
    font-weight: 400;
}

.user-header img, .log-header img {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.user-header a {
    position: relative;
    color: #333333;
    text-decoration: none;
}

.meta-users {
    width: calc(100% - 250px);
    display: flex;
    color: var(--global--color-grey-text);
    position: relative;
}

.meta-users p {
    font-size: 14px;
    margin-bottom: 0;
}

.author-name label {
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.author-name label:after, .user-header a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--global--color-green-light);
}

.author-box.visible-author {
    display: block;
}

.author-expertise {
    padding: 0 8px 10px 8px;
}

.author-expertise p {
    font-size: 14px;
}

.user-infos {
    display: flex;
    align-items: center;
    padding: 10px 8px;
}

.user-infos img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.intro {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
    padding-bottom: 20px;
}

.intro p {
    color: var(--global--color-grey-text);
}

/*roundup section*/
.tg-explainer {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.tgExplainerHeading {
    margin-bottom: 0 !important;
}

.asterix-img {
    margin-left: 0.5rem;
}

.tg-explainer .asterix-img {
    margin-top: 0;
    margin-right: 5px;
    padding: 2px 3.6px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    border: 1px solid darkgrey;
}

.testAsterixWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-asterix {
    display: none;
    width: 300px;
    top: -10px;
    right: -430%;
    transform: translate(0, -100%);
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}

.test-asterix.hovered {
    display: block;
}

.test-asterix p, .award-asterix p {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}

.roundup ul {
    list-style: none;
    padding: 0;
}

.product-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    text-decoration: none;

}

.prod-item {
    border-bottom: 1px solid var(--global--color-grey-border);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.prod-item img {
    border-radius: 4px;
    margin-left: 20px;
    object-fit: contain;
}

.product-item p {
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    color: var(--global--color-grey-text);
}

.product-item label {
    color: var(--global--color-green);
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
    text-decoration: underline;
    margin-bottom: 0;
    cursor: pointer;
}

.load-less, .more-items, .show-less {
    display: none;
}

.more-products, .full-supp, .show-all {
    text-align: center;
}

.show-all {
	margin-top: 20px;
}

.more-products {
    padding: 20px 0 0 0;
}

.load-more, .load-less, .supp-more, .supp-less, .show-more, .show-less {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--global--color-grey);
    padding-right: 25px;
    text-decoration: underline;
}

.show-more, .show-less {
	text-transform: none;
	text-decoration: none;
	color: var(--global--color-green);
}

.showLessCompaProduct {
    color: var(--global--color-grey) !important;
}

.more-products .load-more:after, .full-supp .supp-more:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 2px;
}

.show-all .show-more:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 2px;
}


.more-products .load-less:after, .full-supp .supp-less:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 6px;
    transform: rotate(180deg);
}

.show-all .show-less:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 6px;
    transform: rotate(180deg);
}

.additional_discl {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #ffe5e5;
    font-size: 14px;
    border-radius: 4px;
}

/*product section*/
.def-section {
    padding: 30px 0 50px 0;
    margin-bottom: 40px;
    border: 1px solid #74B828
}

.award, .awards {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #74B828;
    border-radius: 15px 0 15px 0;
    padding: 7px 15px;
    margin-top: -30px;
    margin-left: -30px;
    width: fit-content;
}

.awards label {
    font-size: 12px;
}

.award label, .awards label {
    position: relative;
	flex-direction: row-reverse;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    gap: 8px;
	color: var(--global--color-white);
}

.award-disclaimer {
    cursor: pointer;
}

.award-asterix {
    display: none;
    width: 300px;
    top: -5px;
    right: -15px;
    transform: translate(0, -100%);
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}

.award-asterix.hovered {
    display: block;
}

.prod-name {
    font-weight: normal;
    color: #74B828;
    margin-bottom: 5px;
}

.prod-name .title-link {
    color: #74B828;
    text-decoration-thickness: from-font;
}

.prod-name .pr-info {
	display: block;
    font-size: 10px;
    line-height: 14px;
    margin-top: 10px;
}

.tail {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	color: #64748B;
}

.tail::first-letter {
    text-transform: capitalize;
}

.image-box {
    text-align: center;
    padding: 15px 15px 15px 0;
    position: relative;
}

.image-box img {
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-right: 6px;
}

/*slider*/
.product-slider {
    background-color: #fff;
    position: relative;
    border-radius: 14px;
    margin: 15px auto;
    min-width: 300px;
    grid-column: span 5;
}

@media (max-width: 340px) {
    .product-slider {
        min-width: auto;
    }
} 

.product-slider img {
    vertical-align: middle;
}

/* Hide the images by default */
.single-slide {
    display: none;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.product-slider .single-slide img {
    max-height: 300px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
}

.product-slider .prev,
.product-slider .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 5px 11px;
    margin-top: -20px;
    color: var(--global--color-grey-text);
    font-weight: 500;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 2px;
}

/* Position the "next button" to the right */
.product-slider .next {
    right: 5px;
}

.product-slider .prev {
    left: 5px;
}

.product-slider .active,
.product-slider .demo:hover {
    opacity: 1;
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.dots-container .dot {
    width: 6px;
    height: 6px;
    background-color: var(--global--color-white);
    border-radius: 50%;
    opacity: 0.3;
}

.dots-container .dot.active {
    opacity: 1;
}

.note-image {
    background: var(--global--color-green-background);
    padding: 10px 15px;
    margin-bottom: 15px;
}

.note-image p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.full-supp, .supp-less {
    display: none;
}


/*price table style*/
.def-section .limiter {
    font-family: "Open Sans" !important;
}

html body .compa-table-body .compa-row, html .single-compareview .compa-table-body .compa-row:hover {
    text-decoration: none;
}

.compa-row .price-font .desk-only-price {
	font-size: 18px;
}

.single-compareview .compa-row .compa-btn, .single-compareview .compa-row .compa-btn:hover, .single-compareview .compa-row:hover .compa-btn {
	background: #74B828;
	color: #fff !important;
	border-color: #74B828;
	padding: 6px 15px !important;
	line-height: 26px;
	font-family: "Open Sans" !important;
}

.single-compareview .compa-row .compa-stock-text {
    color: var(--global--color-grey-text);
}

.single-compareview .compa-start img {
    max-width: 100%;
    object-fit: contain;
}

body .compa-row img {
    filter: none !important;
}

.single-compareview  .compa-row .compa-stock .compa-stock-circle {
    width: 8px;
    height: 8px;
    border: none;
    opacity: 1;
}

.single-compareview .compa-row:hover .compa-stock-circle {
    border: none;
}

/*pros & cons*/
.pros-cons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
	display: none;
}

.pros, .cons {
    margin-bottom: 15px;
    width: 50%;
}

.pros p, .cons p {
    font-size: var(--global--font-size-h3);
    line-height: var(--global--line-height-h3);
    margin-bottom: 10px;
}

.pros {
    border-color: var(--global--color-green);
}

.pros p {
    color: var(--global--color-green);
}

.cons p {
    color: #F14800;
}

.cons {
    border-color: #F14800;
}

.pros ul, .cons ul {
    padding: 0 !important;
    list-style: none;
    margin: 0;
}

.pros ul li, .cons ul li{
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews {
    display: flex;
	flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
    position: relative;
	display: none;
	margin-bottom: 20px;
}

.data-scores label {
	text-decoration: none !important;
}

.reviews label {
    color: var(--global--color-grey);
    text-decoration: underline;
    text-decoration-color: var(--global--color-grey-border);
}

.review-detail {
    width: 100%;
    padding: 20px 0;
    min-height: 80px;
	flex: 1 1 calc(33.333% - 10px);
	max-width: calc(33.333% - 10px);
	background-color: rgb(228 228 228 / 30%);
    border-radius: 6px;
}

.review-detail img {
    height: 60px;
    width: auto;
}

.close-details {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    opacity: 0.3;
}

.reviews .close-reviews {
    position: sticky;
    left: 270px;
    top: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    opacity: 0.3;
}

.expert-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.expert-info label {
    cursor: pointer;
    color: var(--global--color-grey-text);
}

.expert-award {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
    font-size: 13px;
	line-height: 14px;
	color: var(--global--color-green);
}

.expert-award img {
    width: 15px;
    height: 15px;
}

.review-visible {
    display: flex;
    flex-direction: column;
    width: 300px;
    max-height: 120px;
}

.reviews p {
    font-size: var(--global--font-size-h1);
    line-height: var(--global--line-height-h1);
    color: var(--global--color-green);
    margin-bottom: 0 !important;
    gap: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.product-content {
    display: none;
}

.review-details {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}

.kdmf-headline, .comments-users h3 {
	font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
	color: var(--global--color-green) !important;
	text-align: left;
}

.kdmf-headline {
    margin: 1rem 0 !important;
}

.kdmf-details {
    line-height: 130%;
}

.comments-users p {
	font-size: var(--global--font-primary);
	line-height: var(--global--line-height-base);
	color: var(--global--color-grey-text);
	text-align: left;
	display: block;
}

.comments-users {
	gap: 0;
}

/*specifications*/
/*
.specif {
    width: calc(50% - 30px);
    float: right;
    margin-left: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 15px;
    background: rgb(228 228 228 / 30%);
}
*/

.specHeadingCompareview {
    font-size: 18px;
    line-height: 15px;
    margin-left: 0.3rem;
    margin-bottom: 1.3rem;
}

.specif {
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 30px 15px 15px 15px;
    background: rgb(228 228 228 / 30%);
}

.specif p {
	color: var(--global--color-green);
}

.specif ul {
    padding-left: 25px;
    margin: 10px 0;
	list-style: disc;
}

.specif ul li {
    margin-bottom: 3px;
	display: list-item;
}

.specif ul li::marker {
    color: var(--global--color-grey);
    font-size: 0.7em;
}

.product-content p {
    margin-bottom: 15px;
    line-height: 24px;
}

.product-content ul {
    padding-left: 20px;
}

.product-content blockquote {
    background-color: var(--global--color-green-background);
    margin: 15px 0;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgb(101 159 19 / 30%);
}

.product-content blockquote p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.product-content blockquote p strong {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-content blockquote p strong:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--tip-image);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.product-content .reviews-title:after,
.product-content .pros-title:after,
.product-content .details-title:after {
	content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 27px;
    height: 22px;
    right: 0;
    top: 10px;
}

/*new style for compa table*/

.table-compa {
	width: 100%;
	position: relative;
}

.table-compa table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.table-compa td {
	padding: 7px;
	border: 1px solid #ddd;
	text-align: center;
}

.table-compa td:first-child {
	position: sticky;
	left: -1px;
	background-color: #f4f4f4;
	z-index: 1;
	min-width: 150px;
	max-width: 150px;
}

.table-compa tbody {
	display: block;
	overflow-y: auto;
	width: 100%;
	border: 1px solid #407C11;
    border-radius: 8px;
	font-size: 13px;
	line-height: 15px;
}

.table-compa tbody tr {
	display: table;
	width: 100%;
}

.table-compa td {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	border: 1px solid #E6E6E6;
}

.product-base .product-image img {
	width: 200px;
    height: 90px;
    object-fit: contain;
    padding: 5px;
}

.product-base .award-name {
	font-size: 12px;
    line-height: 18px;
    text-transform: none;
    padding: 2px 10px;
    background-color: var(--global--color-green);
    color: var(--global--color-white);
    margin-bottom: 5px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-base p {
	font-size: 13px;
    font-weight: 600;
	color: var(--global--color-green);
}

.product-base p a {
	text-decoration: none;
	color: var(--global--color-green);
}

.product-base .ct-cta label {
	font-weight: 600;
    border: 1px solid var(--global--color-green);
    border-radius: 24px;
    padding: 4px 10px;
    cursor: pointer;
    display: inline-block;
}

.parent-score-row, .parent-score, .global-score-km {
	background-color: #E6E6E6 !important;
	color: var(--global--color-green);
	font-weight: 600;
}

.parent-score-row {
	position: relative;
}

.table-compa .test-results span {
	opacity: 50%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.arrow-mobile {
	display: none;
	position: sticky;
    right: 0;
    padding-right: 15px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    background-color: #e6e6e6;
    border-top: 1px solid #fff !important;
    padding-bottom: 4px !important;
	padding-top: 4px !important;
}

.score-open .arrow-mobile img {
	transform: rotate(180deg);
}

#comparison_table .child-open {
    display: table-row !important;
}

.sticky-mobile {
	display: none;
}

.global-score-km .parent-score, .global-score-km .score-data {
	border-bottom: 1px solid #fff;
}

/*video*/
.video-sec {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.video-sec iframe {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    min-height: 200px;
}

.pure-link {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--global--color-green);
    color: var(--global--color-white) !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
}

.pure-link-new {
	display: flex;
    justify-content: center;
	color: var(--global--color-green) !important;
	margin-top: 30px;
}

.pure-link:hover {
    background-color: var(--global--color-green-light);
    color: var(--global--color-white) !important;
}

/*CompaTable*/

.ct-title {
    margin-top: 50px;
}

.single-compareview .table-body-column {
    margin-top: 0;
}

#compa_table {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #77A156;
    margin-bottom: 40px;
}

#compa_table::-webkit-scrollbar, .table-compa tbody::-webkit-scrollbar {
    height: 10px;
}

.review-visible::-webkit-scrollbar {
    width: 6px;
}

#compa_table::-webkit-scrollbar-track, .table-compa tbody::-webkit-scrollbar-track {
    background-color: #F0F0F0;
    border-radius: 0 0 4px 4px;
}

.review-visible::-webkit-scrollbar-track {
    background-color: #F0F0F0;
    border-radius: 0 4px 4px 0;
}

.review-visible::-webkit-scrollbar-thumb {
    background-color: var(--global--color-grey);
    border-radius: 0 4px 4px 4px;
}

#compa_table::-webkit-scrollbar-thumb, .table-compa tbody::-webkit-scrollbar-thumb {
    background-color: var(--global--color-grey);
    border-radius: 0 5px 5px 5px;
}

#compa_table::-webkit-scrollbar-button, .review-visible::-webkit-scrollbar-button, .table-compa tbody::-webkit-scrollbar-button {
    display: none;
}

.table-row {
    display: flex;
}

.table-row .single-row {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-row .single-row img {
	margin: 10px 0;
}

.single-row span {
    opacity: 50%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.test-results strong {
    font-weight: 600;
}

.table-row .product-image img {
    width: 200px;
    height: 70px;
    object-fit: contain;
	padding: 5px;
}

.table-row label {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 5px;
}

.tbl-name label {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--global--color-grey-border);
}

.tbl-name label a {
    text-decoration: none;
}

.tbl-award {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tbl-award label {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
}

.tbl-price label {
    color: var(--global--color-green);
    font-weight: 700;
    border: 1px solid var(--global--color-green);
    border-radius: 24px;
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 10px;
}

.tbl-price .ct-cta label {
	cursor: pointer;
	display: block;
	margin: 0;
}

.tbl-price .ct-cta label:hover {
	background-color: var(--global--color-green);
	color: var(--global--color-white);
}

.ct-cta {
	text-decoration: none;
	margin: 5px 0;
}

.specif-row {
    padding-top: 33px;
    position: relative;
}

.tbl-specif label {
    padding: 10px 5px;
}

.main-spec {
    background-color: var(--global--color-green-background);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 5px;
}

@media (max-width: 768px) {
    .bottom-line {
        margin-top: 35px;
    }
}

/*bottom line*/
.bottom-line  p {
    display: none;
}

.bottom-line p.is-open {
    display: block;
}

.bottom-line h3,
.scoresMobile__heading button {
    font-weight: 400;
    color: var(--global--color-green-light);
	border-top: 1px solid #E4E4E4;
    padding-top: 10px;
	cursor: pointer;
	padding-right: 30px;
    position: relative;
}



.bottom-line h3:after {
	content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 27px;
    height: 22px;
    right: 0;
    top: 10px;
}

.opened-parag:after, .open-pros:after, .open-details:after, .open-reviews:after {
	transform: rotate(180deg);
	top: 15px;
}

.pros-cons-open, .reviews-open {
	display: flex;
}

.details-prod-open {
	display: inline-block !important;
	width: 100%;
}

/*method section style*/
#method-section .method, #infobox {
    margin-top: 0;
    border: 1px solid #808080;
    border-radius: 8px;
}

.infobox-content {
    display: none;
}

.infobox-all .infobox-content {
    display: block;
}

#method-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
}

#method-section .method_heading, .infobox_heading {
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
}

.method_heading img {
    margin-right: 10px;
}

.infobox_heading img {
    margin-right: 6px;
}

.method_heading h2, .infobox_heading h2 {
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
    font-weight: 600;
}

.box-desc a {
 color: var(--global--color-grey-text)
}

.box-desc a:hover {
 color: var(--global--color-green-light);
}

.infobox_text {
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
    width: 100%;
}

#method-section .method .method_text::after {
    top: 6px;
	background: var(--ms-arrow);
    background-size: 100%;
}

.infobox_text::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 6px;
    background: url(/wp-content/plugins/method_section/arrow-down.png);
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.infobox-less .infobox_text:after {
    transform: rotate(180deg);
}

.method_content {
    padding: 0 10px;
    background-image: var(--ms-image);
    background-position: 98% 22%;
    background-repeat: no-repeat;
}

.infobox-content {
    padding: 0 10px;
}

.infobox-content .single-box {
    margin-bottom: 15px;
}

.infobox-content .single-title {
    margin-bottom: 5px;
}

.method_content ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.method_li_wrapper {
    display: flex;
    margin-bottom: 5px;
}

.method_number_dot, .infobox_short_number_dot {
    border-radius: 50%;
    border: 1px solid var(--global--color-green);
    padding: 0 5px;
    margin-right: 7px;
    line-height: 18px;
    font-size: 14px;
    height: 18px;
    color: var(--global--color-green);
}

.method-btn {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    max-width: 200px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px;
}

/*method section style END*/

/*bg style*/

#buying-guide {
    padding: 20px 0 10px 0;
    margin-top: 50px;
}

.box-guide h3 {
    margin-bottom: 0;
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-base);
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    background-color: var(--global--color-green-background);
    font-weight: 600;
    border-radius: 8px;
    position: relative;
}

.box-guide h3:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 10px;
    top: 12px;
}

.box-guide .active-guide:after {
    transform: rotate(180deg);
    top: 15px;
}

.box-guide .active-guide {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box-guide .guide {
    display: none;
    padding: 0 10px 10px 10px;
    background-color: var(--global--color-green-background);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*supp content style*/
#supp-content {
    padding: 0 0 35px 0;
}

#supp-content h2, #supp-content h3 {
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
    margin-top: 25px;
}

.single-photo {
    width: 40%;
    float: right;
    margin-left: 25px;
}

.single-photo img {
    margin-bottom: 15px;
    border-radius: 8px;
    width: 100%;
}

#supp-content ul {
    padding-left: 20px;
}

#supp-content ul li {
    margin-bottom: 10px;
}

#supp-content ul li::marker {
    color: var(--global--color-green);
}

/*faq style*/
#faq-row {
    margin: 40px -20px 20px -20px;
    background-image: var(--faq-image);
    background-position: 98% 5%;
    background-repeat: no-repeat;
    background-color: #FCFFF9;
    padding: 20px 20px 40px 20px;
}

#faq-row h2 {
    margin-bottom: 25px;
}

#faq-row .panel-wrapper {
    margin-bottom: 25px;
}

#faq-row h3 {
    margin-bottom: 5px;
    font-weight: 600;
	font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
}

/*end of faq syle*/


/*sources list style*/
.source-list {
    margin-bottom: 35px;
    margin-top: 40px;
    border-top: 1px solid var(--global--color-green);
    padding-top: 30px;
}

.source-list h2 {
    margin-bottom: 25px;
}

.sources-details,
.cons_review {
    padding: 10px 0 0 0;
}

.sources-details h3,
.cons_review h3 {
    font-size: var(--global--font-size-h4);
    margin-bottom: var(--global--line-height-h4);
    font-weight: 600;
    margin-bottom: 10px;
}

.single-source, .box-guide {
    margin-bottom: 10px;
}

.single-source h4 {
    margin-bottom: 0;
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-base);
    cursor: pointer;
    padding: 10px 35px;
    background-color: var(--global--color-green-background);
    font-weight: 500;
}

.single-source h4.active:after {
    position: absolute;
    content: "\2212" !important;
}

.single-source h4:after {
    content: "\002B";
    position: absolute;
    right: 10px;
    font-size: 22px;
}

.sources-text {
    display: none;
    padding: 10px;
    background-color: var(--global--color-green-background);
}

.sources-text a {
    color: var(--global--color-grey-text);
}

.dk h4, .swe h4, .no h4, .fi h4, .de h4, .uk h4, .us h4, .au h4, .in h4 {
    position: relative;
}

.sources-title:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 19px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.dk h4:before {
    background-image: var(--denmark-flag);
}

.swe h4:before {
    background-image: var(--sweden-flag);
}

.no h4:before {
    background-image: var(--norway-flag);
}

.fi h4:before {
    background-image: var(--finland-flag);
}

.de h4:before {
    background-image: var(--germany-flag);
}

.uk h4:before {
    background-image: var(--uk-flag);
}

.us h4:before {
    background-image: var(--us-flag);
}

.au h4:before {
    background-image: var(--australia-flag);
}

.in h4:before {
    background-image: var(--int-flag);
}

/*end of sources list style*/

#contact-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.head-icon {
    padding: 5px;
    text-align: center;
    background-color: var(--global--color-green);
    border-radius: 20px 20px 0 0;
}

.contact-info {
    background-color: var(--global--color-green-background);
    padding: 10px;
    border-radius: 0 0 20px 20px;
	text-align: center;
}

.contact-info a {
    color: var(--global--color-grey-text);
}

/*end of content style*/

/*footer style*/
/* 
footer {
    width: calc(100% - 40px);
    background-color: #E4E4E4;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 30px 20px;
}
*/

#pre-footer {
    max-width: 1400px;
    margin: auto;
    display: flex;
}

#back-to-top {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 99;
}

.circle-path {
    fill: var(--global--color-green-background);
}

.powered-by {
    text-align: center;
    color: var(--global--color-grey)
    max-width: 1400px;
    margin: auto;
}

.powered-by a {
    color: var(--global--color-grey);
}

.footer-widget-copyright {
    display: flex;
    justify-content: center;
    color: var(--global--color-grey-text);
    font-weight: 700;
    position: relative;
}

.footer-widget-copyright p {
    padding: 0 15px;
    position: relative;
}

.footer-widget-copyright p:not(:last-of-type)::after {
    content: '|';
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 20px;
}

.footer-widget-top {
    margin-bottom: 10px;
    color: var(--global--color-grey);
}

#pre-footer figure {
    display: none;
}

#pre-footer .widget-area {
    width: 33.33%;
    color: var(--global--color-grey-text);
}

#pre-footer .widget-area .widget-title {
    font-weight: 600;
    color: var(--global--color-grey-text);
}

#pre-footer .widget-area .menu {
    list-style: none;
    padding: 0;
    color: var(--global--color-grey-text);
}

#pre-footer .widget-area .menu li {
    margin-bottom: 5px;
}

#pre-footer .widget-area .menu a {
    color: var(--global--color-grey-text);
    text-decoration: none;
}

#pre-footer .widget-area .menu a:hover {
    text-decoration: underline;
}

#block-5, .wp-block-spacer {
    display: none;
}

/*end of footer style*/

.compa-rating {
    padding: 25px 0;
}

.compa-rating .rmp-heading--title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.compa-rating .rmp-rating-widget .rmp-icon--ratings {
    font-size: 20px;
}

.compa-rating .rmp-rating-widget__icons {
    margin-top: 10px !important;
}

.price-font {
	justify-content: center;
}

/* button shaking */

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  2%,
  8% {
    transform: translateX(5px);
  }
  5%,
  12% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(0);
  }
}

#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
	max-height: 12em !important;
}

.shake-btn {
  animation: shake 5s linear infinite;
}

/*ol li products section style*/
.big-toplist {
	display: block;
	list-style: none;
    padding: 0;
    margin: 0;
}

.big-toplist li.def-section {
	display: block;
    border-radius: 15px;
    padding: 30px;
	position: relative;
}

@media (max-width: 768px) {
    .big-toplist li.def-section {
        padding: 15px;
    }
}

/*aditional afp pricetable style*/
.compa-btn span {
    position: relative;
    padding-right: 15px;
}

.compa-btn span:after {
    content: "»";
    position: absolute;
    right: 0;
    top: -3px;
}

/*
body .compa-table-body .compa-row:hover {
    box-shadow: 0px 2px 5px 2px rgb(81 163 20 / 80%) !important;
    -webkit-box-shadow: 0px 2px 5px 2px rgb(81 163 20 / 80%);
}

body .compa-table-body .compa-row {
    box-shadow: 0px 2px 5px 2px rgb(81 163 20 / 45%) !important;
    -webkit-box-shadow: 0px 2px 5px 2px rgb(81 163 20 / 45%) !important;
}
    */

body .compa-table-body .compa-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#site-navigation .menu-wrapper li.search-icon {
	display: none;
}

/*shorts video in product carousel slider*/

.product-slider iframe {
	height: 400px !important;
}

.product-slider .video-container .rll-youtube-player {
	padding-bottom: 400px !important;
	max-width: 250px;
    margin: auto;
}

.product-slider .video-container .rll-youtube-player img {
	max-height: 400px;
    object-fit: cover;
    height: 400px;
}


/*compa table savier elements*/

.savier-compa, .saiver-td {
  background-color: #f4efff;
}

.savier-compa {
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	position: relative;
}

.savier-explanation span {
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	opacity: 1;
	text-transform: none;
}

.savier-lbl {
  color: #8353e0 !important;
}

.saiver-td {
  cursor: pointer;
}

.savier-explanation {
  display: none;
  position: absolute;
  top: -60px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 5px;
  font-weight: 500;
	color: #000;
}

.savier-explanation a {
	line-height: 20px;
	font-weight: 600;
}

.saiver-td {
	flex-direction: column;
	padding-top: 5px;
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 0;
}

.saiver-td img {
	margin: 0 !important;
}

.savier-div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	font-weight: 600;
}

.savier-div img {
	margin-left: 5px !important;
}

/*additional css for design v3*/

#prod_reviews {
	height: 0;
	visibility: hidden;
}

/*scores section*/

.all-scores {
	display: flex;
	flex-direction: column-reverse;
}

.global-score {
	text-align: center;
	position: relative;
}

.global-score label {
	display: flex;
    justify-content: center;
    align-items: center;
}

.global-score span.score {
	font-size: 30px;
    font-weight: 700;
    line-height: 36px;
	color: var(--global--color-green);
}

.global-score span.konsument {
	color: #64748b;
	text-align: left;
    padding-left: 5px;
}

.global-score span.konsument img {
	margin-bottom: -3px;
    cursor: pointer;
}

.usps ul {
	list-style: none;
    padding: 0;
}

.usps ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 3px;
}

.usps ul li:before {
	content: '';
	background-image: var(--check-image);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	left: 0;
    top: 5px;
    width: 16px;
    height: 12px;
}

.score-item {
    padding: 5px 10px;
	text-align: center;
	flex: 0 0 auto; /* Ensure each item takes up its own space */
	cursor: pointer;
	position: relative;
}

.score-item p {
	font-size: 24px;
    font-weight: bold;
    color: var(--global--color-green);
	margin-bottom: 0;
	cursor: pointer;
}

.score-item label {
    text-align: start;
	font-size: 14px;
	word-break: break-word;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 18px;
	cursor: pointer;
}

/*style for scores carousel slider*/

.score-section {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 800px; /* Adjust based on your layout */
    margin: 15px auto;
    display: block !important;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
	overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 10px; /* Space between items */
}

/* Navigation buttons */
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
	font-size: 20px;
    color: var(--global--color-grey);
}

.carousel-button.prev {
    left: -6px;
}

.carousel-button.next {
    right: -6px;
}

.carousel-button:disabled {
    display: none;
}

.score-info-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}

.score-info-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #407C11;
    transition: transform 0.2s ease;
}

.score-info-toggle:hover,
.score-info-toggle:focus-visible {
    transform: scale(1.05);
}

.score-info-toggle img {
    width: 16px;
    height: 16px;
}

.score-info-wrapper .score-desc {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(-8px, -50%);
    z-index: 20;
    background: #fff;
    padding: 10px 12px;
    border: 1px solid rgba(64, 124, 17, 0.2);
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
    font-size: 12px;
    line-height: 1.4;
    border-radius: 6px;
    max-width: 260px;
    width: max-content;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: normal;
}

.score-info-wrapper:hover .score-desc,
.score-info-wrapper:focus-within .score-desc,
.score-info-toggle:focus + .score-desc,
.score-info-wrapper.is-active .score-desc {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

.price-part {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 5px;
}

.disc-open p {
	display: block !important;
}

.afp-price-btn small {
	text-align: left;
}

.afp-price-btn {
	min-width: 100%;
	width: 100%;
	text-align: center;
	display: flex;
    flex-direction: column;
}

.afp-price-btn a {
	background-color: #74B828;
    color: var(--global--color-white);
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 6px;
}

.afp-price-btn a:hover {
	color: var(--global--color-white) !important;
}

.price-part label {
	font-size: 11px;
    font-weight: 500;
    padding: 5px;
}

.price-part .pricerunner-disc {
	width: 100%;
}

.price-part .pricerunner-disc p {
	display: none;
	font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 0;
    color: #C2C2C2;
}

.desc-text-desktop,
.desc-text-mobile {
	margin-top: 20px;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
    .desc-text-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .desc-text-mobile {
        display: none;
    }
}

.details-prod {
	display: none;
}

.product-content {
    font-family: 'Roboto', sans-serif;
}

.product-content .reviews-title,
.product-content .pros-title,
.product-content .details-title {
    font-weight: 400;
    color: var(--global--color-green-light);
    border-top: 1px solid #E4E4E4;
    padding-top: 10px;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}

.details-title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 20px;
}

/*
.product-content .reviews-title:after,
.product-content .pros-title:after,
.product-content .details-title:after {
	content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 27px;
    height: 22px;
    right: 0;
    top: 10px;
}
*/

.konsument:hover .km-hover {
	display: block;
}

.km-hover {
	display: none;
	position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
    width: 200px;
}

@media (max-width: 768px) {
    .km-hover {
        left: 30%;
    }
}

.review-comming {
	font-weight: 500;
    color: var(--global--color-green-light);
	text-align: center;
}

.review-comming img {
	margin-bottom: -2px;
    padding-left: 5px;
}

.no-score {
	color: #64748b;
    font-weight: 400 !important;
}

.low {
    color: #EDC41F !important;
}

.medium {
    color: #78B631 !important;
}

.heigh {
     color: var(--global--color-green) !important;
}

/*
.reseller-rabat {
	display: none;
}
    */

.afp_price_discount_percentage label, .disc-mobile {
	display: none;
}

.discount-afp {
    text-align: center;
    gap: 0.2rem;
	font-size: 13px;
    font-weight: 500;
    padding: 8px 16px !important;
    background-color: #FCE838;
    border-radius: 15px;
	max-width: max-content;
}

.disc-mobile {
	display: flex;
	position: relative;
	justify-content: start;
	align-items: center;
	gap: 5px;
	font-size: 13px;
}

.disc-mobile p {
	display: none;
}

.disc-mobile img {
	padding: 3px 4.6px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    border: 1px solid darkgrey;
    width: 9px;
    height: 12px;
}

.disc-open p {
	width: 260px;
    top: 12px;
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}


/*new style for compa table*/

.table-compa {
	width: 100%;
	position: relative;
}

.table-compa table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.table-compa td {
	padding: 7px;
	border: 1px solid #ddd;
	text-align: center;
}

.table-compa td:first-child {
	position: sticky;
	left: -1px;
	background-color: #f4f4f4;
	z-index: 1;
	min-width: 150px;
	max-width: 150px;
}

.table-compa tbody {
	display: block;
	overflow-y: auto;
	width: 100%;
	border: 1px solid #407C11;
    border-radius: 8px;
	font-size: 13px;
	line-height: 15px;
}

.table-compa tbody tr {
	display: table;
	width: 100%;
}

.table-compa td {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	border: 1px solid #E6E6E6;
}

.product-base .product-image img {
	width: 200px;
    height: 90px;
    object-fit: contain;
    padding: 5px;
}

.product-base .award-name {
	font-size: 12px;
    line-height: 18px;
    text-transform: none;
    padding: 2px 10px;
    background-color: var(--global--color-green);
    color: var(--global--color-white);
    margin-bottom: 5px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-base p {
	font-size: 13px;
    font-weight: 600;
	color: var(--global--color-green);
}

.product-base p a {
	text-decoration: none;
	color: var(--global--color-green);
}

.product-base .ct-cta label {
	font-weight: 600;
    border: 1px solid var(--global--color-green);
    border-radius: 24px;
    padding: 4px 10px;
    cursor: pointer;
    display: inline-block;
}

.parent-score-row, .parent-score, .global-score-km {
	background-color: #E6E6E6 !important;
	color: var(--global--color-green);
	font-weight: 600;
}

.parent-score-row {
	position: relative;
}

.table-compa .test-results span {
	opacity: 50%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.arrow-mobile {
	display: none;
	position: sticky;
    right: 0;
    padding-right: 15px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    background-color: #e6e6e6;
    border-top: 1px solid #fff !important;
    padding-bottom: 4px !important;
	padding-top: 4px !important;
}

.score-open .arrow-mobile img {
	transform: rotate(180deg);
}

.sticky-mobile {
	display: none;
}

.global-score-km .parent-score, .global-score-km .score-data {
	border-bottom: 1px solid #fff;
}

/*outlet*/
.row-2 {
	display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.right-half, .row-2 image {
	max-width: 50%;
    width: 50%;
    min-width: 50%;
}

.outlet-text .bottom-line-outlet {
	margin: 40px -20px 20px -20px;
    background-color: var(--global--color-green-background);
    padding: 25px 20px 20px 20px;
}

.reviewed_product {
	margin-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
}

.tidligere {
	padding-top: 30px;
	margin-top: 30px;
    border-top: 1px solid var(--global--color-green);
}

.tidligere-intro h2 {
	color: var(--global--color-green);
	margin-bottom: 30px !important;
}

.outlet-title {
	cursor: pointer;
	padding-right: 30px;
	position: relative;
	font-size: 18px;
}

.outlet-title:after {
	top: 6px;
    background: var(--ms-arrow);
    background-size: 100%;
	content: "";
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
}

.outlet-title.active:after {
	transform: rotate(180deg);
}

.outlet-text {
	display: none;
	padding-bottom: 30px;
}

.reviewed_product .row-2 img {
	max-height: 300px;
	object-fit: contain;
}

.ind-annonc {
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 12px;
	line-height: 12px;
    color: #fff;
    background-color: #808080c9;
    padding: 2px 5px;
    cursor: pointer;
	margin: 0; 
} 

/** Single article disclaimer changes */
.header-disclaimer {
	text-align: center;
	border-top: 2px solid white !important;
	line-height: 16px;
  font-weight: 600;
	padding: 9px 20px;
	color: #000;
}
.header-disclaimer a {
	color: var(--global--color-secondary);
	text-decoration: underline;
}

@media (max-width: 768px) {
  .header-disclaimer {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header-disclaimer {
    font-size: 16px;
    width: 100% !important;
  }
}

.disclaimerSingle span {
  color: #000;
}

.disclaimerSingle a {
  color: #000;
  text-decoration: underline;
}

.disclaimerSingle {
  font-size: 14px !important;
  background-color: rgba(255, 255, 255, 0.9); 
  padding: 0.5rem;
  width: 100%;
}

.disclaimerSingle p {
  font-size: 14px !important;
}

.disclaimer p {
  font-size: 14px !important;
}

/** New mobile and sticky disclaimer in the sidebar */
.newSidebarDisclaimerWrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.newSidebarDisclaimerWrapper.show {
    opacity: 1;
    visibility: visible;
}

.newSidebarDisclaimerWrapper {
    padding: 20px;
    background-color: var(--global--color-white);   
    text-align: center;
    margin-top: 30px;
}

.newDisclaimerHeading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.newDisclaimerText {
    font-size: 16px;
    font-weight: 400;
}

.newDisclaimerLink {
    color: var(--global--color-green-light) !important;
    text-decoration: underline !important;
}

.sticky-toc {
    width: 351px !important;
}

.sticky-toc a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--global--color-grey-text);
    text-decoration: none;
}

/** Mobile disclaimer */
@media (min-width: 1101px) {
    .mobileDisclaimer {
        display: none;
    }
}

@media (max-width: 1101px) {
    .disclaimer-mobile {
        display: none !important
    }

    .mobileDisclaimer {
        position: fixed;
        top: 75px;
        right: 20px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        z-index: 1000;
        transition: all 0.3s ease;
        border: 1px solid #ddd;
        user-select: none;
        opacity: 0;
        visibility: hidden;
    }

    .mobileDisclaimer.show {
        opacity: 1;
        visibility: visible;
    }

    .disclaimer-short {
        text-transform: uppercase;
        color: black;
        font-weight: 900;
    }

    .mobileDisclaimer:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mobileDisclaimer.expanded {
        font-size: 13px;
        max-width: 250px;
        line-height: 1.6;
        padding: 5px;
    }

    .disclaimerFullAnnon {
        text-transform: uppercase;
        color: black;
        font-weight: 900;
        display: blocK;
    }

    .disclaimer-full {
        padding: 5px;
        color: black;
        font-weight: 900;
    }
} 

.reviewBannerWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px 0;
    border-top: 1px solid #aaaaaa70;
}

.reviewBannerText {
    font-size: 26px;
    font-weight: 400;
    color: var(--global--color-green);
    margin-left: 16px;
}

.prod-name {
    font-size: 40px;
    font-weight: 400;
    line-height: 28px;
    margin: 1.5rem 0 1rem 0;
}

@media (max-width: 768px) {
    .prod-name {
        font-size: 32px;
        font-weight: 400;
        line-height: 34px;
        margin: 1.5rem 0 1rem 0;
    }
}

.konsument {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
}

.konsument img {
    margin-left: 4px;
}

/* Keep your existing 8-col grid */
.headingScoreWrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  align-items: center;
}

/* Important: allow each grid child to actually shrink within its track */
.productHeading { 
  grid-column: 1 / span 6; 
  min-width: 0;                  /* key fix */
}
.overallScore { 
  grid-column: 7 / span 2; 
  min-width: 0; 
  justify-self: end;             /* keep score tight to the right */
}

/* Ensure heading text wraps instead of forcing a single line */
.productHeading .prod-name,
.productHeading .prod-name .title-link {
  display: block;                /* avoid accidental flex/inline issues */
  white-space: normal;           /* override any nowrap coming from elsewhere */
  overflow-wrap: anywhere;       /* break long words if needed */
  word-break: break-word;
  max-width: 100%;
}

/* If the score block has long content, don't let it overflow its cell */
.overallScoreWrapper,
.global-score {
  max-width: 100%;
}

/* Optional: on very narrow phones, keep layout side-by-side but
   give the score 'auto' width and the heading the rest */
@media (max-width: 420px) {
  .headingScoreWrapper {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

.stackedLabel {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* adjust spacing as needed */
}

.konsumentWrapperAnnonc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: -5px;
    margin-right: 20px;
}

.overallScoreWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: top;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .overallScoreWrapper {
        margin-top: 0;
        padding-top: 25px;
    }
    
    .konsumentWrapperAnnonc {
        max-width: 100px;
        margin-right: 0 !important;
    }

    .konsument {
        text-align: center !important;
    }
}

.priceDiscountWrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.priceDiscountWrapperInvisibleDiv {
    grid-column: span 1;
}

.priceDiscountSecondDiv {
    grid-column: span 2;
}

.pr-label-mobile {
    text-align: center;
}

.discountAfpWrapper {
    width: 99%;
    display: flex;
    justify-content: center;
    background-color: #DFFFC2;
    border-radius: 15px;
    padding: 0 3px;
}

.priceButtonWrapper {
    width: 100%;
}

.discountBannerAnnonc {
    display: block;
}

.discountBannerAnnoncText {
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
}

.afp-price-btn {
    margin-bottom: 8px;
}

.discountAfpWrapper {
    margin-bottom: 7px;
}

.priceDiscountSecondDivMobile {
    display: none;
}

@media (max-width: 768px) {
    .priceDiscountSecondDivMobile {
        display: flex;
        gap: 5px;
    }

    .discountAfpWrapper {
        margin-bottom: 5px;
        text-align: center;
        width: auto;
    }

    .pr-label-mobile {
        font-size: 12px;
        padding: 5px;
    }
}

/* Scope all styles to the scores section only */
.all-scores .score-display {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.all-scores .score-bar {
    flex: 1;
    height: 24px;
    background-color: #E5E7EB;
    border-radius: 12px;
    overflow: visible;
}

.all-scores .score-bar-fill {
    height: 100%;
    border-radius: 12px;
    transition: width 0.3s ease;
}

.all-scores .score-bar-fill.heigh {
    background-color: #407C11;
}

.all-scores .score-bar-fill.medium {
    background-color: #74B828;
}

.all-scores .score-bar-fill.low {
    background-color: #EDC41F;
}

.score-bar-fill.low {
    opacity: 50%;
}

.score-bar-fill.medium,
.score-bar-fill.heigh {
    opacity: 30%;
}

@media (min-width: 1024px) {
    .all-scores .score-bar {
        height: 18px;
    }
}

@media (max-width: 768px) {
    .all-scores {
        display: none;
    }

    .priceDiscountSecondDivMobile {
        flex-direction: column;
    }
}

.score-bar {
    position: relative;
    height: 20px; /* adjust as needed */
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.score-bar-fill {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* push number to end */
    padding-right: 5px; /* space from edge */
    color: #fff; /* number color */
    font-weight: bold;
}

.score-number {
    font-size: 13px;
    font-weight: 600;
    color: white;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

/* Wrapper for the score section to contain the fade overlay */
.scoreSectionWrapper {
    position: relative;
    height: 235px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.score-section {
    background-color: #F9FAFB;
    border-radius: 8px;
    height: 100%;
    overflow-y: auto;
    /* Add enough padding so content can scroll past the fade overlay */
    padding-bottom: 0;
    box-sizing: border-box;
    
    /* Hide scrollbar for WebKit browsers (Chrome, Safari, Edge) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

@media (max-width: 768px) {
    .score-section {
        overflow-y: unset !important;
    }
}

/* Hide scrollbar for WebKit browsers */
.score-section::-webkit-scrollbar {
    display: none;
}

/* Add a spacer div at the bottom instead of padding */
.score-section::after {
    content: '';
    display: block;
    height: 40px; /* This creates space at the bottom */
}

/* Fade overlay at the bottom - stays fixed at bottom of wrapper */
.scoreSectionWrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; /* Adjust height of fade effect */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none; /* Allows clicking through the overlay */
    z-index: 10;
}

/* Score item flex container */
.score-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Score item name - first column */
.scoreItemName {
    display: flex;
    justify-content: start;
    align-items: center;
}

@media (min-width: 768px) {
    .scoreItemName {
        min-width: 150px;
        max-width: 150px;
    }
}

.scoreItemName span {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Score display - second column */
.score-display {
    flex: 1; /* Takes remaining space */
    min-width: 0; /* Allows flex item to shrink below content size */
}

.score-bar {
    position: relative;
    height: 20px;
    background-color: #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
}

.score-bar-fill {
    height: 100%;
    border-radius: 10px;
    position: relative;
    transition: width 0.3s ease;
}

.score-bar-fill.heigh {
    background-color: #407C11;
}

.score-bar-fill.medium {
    background-color: #74B828;
}

.score-bar-fill.low {
    background-color: #EDC41F;
}

.score-number {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.no-score {
    color: #6B7280;
    margin: 0;
    text-align: center;
    line-height: 20px;
    width: 100%;
}

/* Score bar marker inside score bar - vertical indicator */
.score-bar-marker {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #4B5563;
    z-index: 2;
    transform: translateX(-1px);
}

/* Average marker as third flex item - text display */
.score-item > .average-marker {
    flex: 0 0 120px; /* Fixed width for average display */
    text-align: right;
    margin-bottom: 5px;
}

.score-item > .average-marker span {

    font-size: 12px;
    font-weight: 400;
}

.averageMarkerNumber {
    color: #407C11;
}

.averageMarkerText {
    margin-right: 15px;
    color: #6b7280;
}

/* Optional: Custom scrollbar styling for better appearance */
.score-section::-webkit-scrollbar {
    width: 8px;
}

.score-section::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius: 4px;
}

.score-section::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.score-section::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Score description styles (if needed) */
.score-summary {
    margin: 12px 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
    display: none;
}

.shake-btn {
    font-size: 14px;
}

@media (max-width: 768px) {
    .shake-btn {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .shake-btn {
        min-width: 200px;
    }
}

.title-link {
    text-decoration: none;
}

/* New footer */
.highlightCardsWrapper {
    background-color: #111827;
    padding: 50px 30px;
}

.highlightCards {
    max-width: 1400px;
    margin: 0 auto;
}

.individualCardWrapper {
    display: flex;
    justify-content: space-between;
}

.highlightCardTitle {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 16px;
}

.highlightCardDescription {
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20pX;
}

.highlightCard {
    text-align: center;
    max-width: 300px;
}

.footerMenusWrapper {
    background-color: #1F2937;
    padding: 50px 30px;
}

.footerMenus {
    max-width: 1400px;
    margin: 0 auto;  
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.footerMenusLogo {
    margin-bottom: 15px;
}

.footerMenusSiteDescription p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #D1D5DB;
}

.footerMenusSiteDescription a {
    color: #22C55E;
    text-decoration: none;
}

.footerMenusSiteDescription a:hover {
    text-decoration: underline;
}

.footerMenusCard {
    padding: 0 30px 20px 30px;
}

.footerMenusHeading {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-links,
.footer-links li {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    padding: 3px 0;
}

.footer-links li a {
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.footer-links li a:hover {
    color: #22C55E;
    text-decoration: underline;
}

.footerLegalInfo {
    max-width: 1400px;
    margin: 0 auto;  
    text-align: center;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 30px 0;
    border-top: 1px solid #374151;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .individualCardWrapper {
        flex-direction: column;
    }

    .highlightCard {
        margin: 15px auto;
    }

    .footerMenus {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .footerMenusWrapper {
        padding: 50px 15px;
    }

    .footer-info-links ul {
        padding: 0;
    }

    .footerMenusCard {
        padding: 0;
    }

    .footerLegalInfo {
        margin-top: 0;
    }
}

/* Compareview V3 template */

/* Compa header disclaimer */
#compaHeaderDisclaimer {
    font-family: 'Roboto', sans-serif;
}

#compaHeaderDisclaimer > .compa-header-disclaimer {
    background-color: #FEFCE8;
    padding: 14px 20px 7px 20px;
    text-align: center;
}

@media (max-width: 768px) {
    #compaHeaderDisclaimer > .compa-header-disclaimer {
        padding: 14px 20px 7px 20px;
    }
}

.compa-header-disclaimer span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.compa-header-disclaimer span strong {
    font-weight: 700;
}

.compa-header-disclaimer a {
    color: var(--global--color-green-light);
}

.compa-header-disclaimer a:hover {
    text-decoration: underline;
}

.compa-header-disclaimer {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
    .compa-header-disclaimer {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
}

/* Compa hero */
#compaHero {
    padding: 70px 20px;
}

.hero-with-overlay {
    position: relative;
}

.hero-with-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* 60% black overlay */
    z-index: 1;
}

.hero-with-overlay * {
    position: relative;
    z-index: 2; /* Ensures content stays above overlay */
}

.hero-with-overlay .compaLastUpdatedWrapper .update-section {
    position: fixed !important;
    z-index: 10000 !important;
}

.compaContent {
    max-width: 1120px;
    margin: 0 auto;
    height: 100%;
}

.heroContentWrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
}

.compaHeroHeading {
    color: white;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: start;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.compaHeroHeading p {
    display: block;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    margin: 10px 0 0 0;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.glassSection {
    background: rgba(34, 197, 94, 0.20); /* Green with transparency for glass effect */
    backdrop-filter: blur(10px); /* Creates the glass blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 1px solid rgba(74, 222, 128, 0.4); /* Thicker green border */
    border-radius: 15px;
    padding: 20px 30px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 0 1rem;
}

.glassText {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}

.glassSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-radius: 15px;
    pointer-events: none;
}

.glassSection {
    position: relative;
}

.glassDescription {
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    #compaHero {
        padding: 10% 0;
    }

    .glassSection {
        padding: 15px;
    }

    .compaHeroHeading {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        margin: 0 0 2rem 0;
    }

    .compaHeroHeading p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;   
    }

    .glassText, .glassDescription {
        font-size: 14px;
    }
}

.authors-container {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 400px) {
    .authors-container {
        flex-wrap: wrap;
    }
}

.author-card {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.author-image,
.author-card {
    display: flex;
}

@media (max-width: 768px) {
    .author-image {
        display: none;
    }
}

.author-chip {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 20px;
}

.author-avatar img,
.author-image img,
.author-chip img {
    width: 24px;
    height: 24px;
    border-radius: 50%; /* Makes the image round */
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.7);
    margin-right: 5px;
}

@media (max-width: 768px) {
    .author-avatar img,
    .author-image img,
    .author-chip img {
        display: none;
    }
}

/* Info button styles - NEW */
.info-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    background: url('/wp-content/themes/CompaReview/assets/images/author-box-button.webp') center center no-repeat;
    background-size: contain; /* Ensures the image fits properly */
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.info-btn:hover {
    transform: scale(1.1);
}

.author-chip-name {
    font-size: 12px;
}

.author-name {
    margin: 0;
}

.author-name a,
.update_date,
.author-chip {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.authors-heading,
.dateUpdateText {
    color: #FFFFFF80;
    font-size: 12px;
    font-weight: 400;
    margin: 0 10px 0 0;
}


.author-name a:hover {
    color: white !important;
    text-decoration: underline;
}

.author-role {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* Expertise card styles */
.author-expertise-card {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    margin-top: 10px;
}

.author-expertise-card.show {
    opacity: 1;
    visibility: visible;
}

.expertise-content {
    padding: 20px;
    position: relative;
    z-index: 1; /* Lower z-index for content */
}

.close-expertise {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none; /* Remove default button border */
    background: none; /* Remove default button background */
    border-radius: 50%;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.close-expertise:hover {
    color: #333;
}

/* Author info header with avatar and details side by side */
.author-info-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    padding-right: 40px; /* More space for close button */
    position: relative;
    z-index: 2; /* Lower than close button */
}

.author-avatar-small {
    flex-shrink: 0;
}

.author-avatar-small img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.author-details {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1; /* Even lower z-index */
    margin: auto;
}

.author-card-name {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.author-card-role {
    margin: 0;
    font-size: 13px;
    color: #666;
    font-style: italic;
    line-height: 1.2;
    position: relative;
    z-index: 1; /* Ensure it's below the close button */
}

/* Description section */
.author-description {
    border-top: 1px solid #f0f0f0;
}

.author-description p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: left;
}

.authorSectionDesktop {
    display: flex;
    justify-content: start;
    align-items: center;
}

@media (max-width: 400px) {
    .authorSectionDesktop {
        align-items: self-start;
    }
} 

.authorsSectionWrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
}

@media (max-width: 768px) {
    .authorSectionDesktop {
        gap: 5px;
    }
    
    .authorsSectionWrapper {
        flex-wrap: wrap;
        gap: 5px;
    }
}

.compaDateWrapper {
    display: flex;
    justify-content: start;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
}

#dataAnalyze {
    padding: 70px 20px 20px 20px;
    background: linear-gradient(180deg, #F6FAF0 0%, #F1F5F9 100%);
    font-family: 'Roboto', sans-serif;
}

.dataAnalyzeHeading {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #46770E;
    text-align: center;
}

.analyzeNumbersWrapper {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.numStats {
    text-align: center;
    width: 170px;
}

.numStats span {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #46770E;
    margin-bottom: 8px;
}

.numStats h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #030712;
}

.dataAnalyzeImageWrapper {
    display: flex;
    justify-content: center;
    width: inherit;
}

.dataAnalyzeImageWrapper img,
.dataAnalyzeImageWrapper .dataAnalyzeImage {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .dataAnalyzeImageWrapper {
        margin-bottom: 30px;
    }
}

.productsNumberWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}

.productsNumber {
    background-color: white;
    padding: 25px;
    border: 2px solid #46770E;
    border-radius: 20px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productsNumberNumber {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #404040;
}

.productsNumberText {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
    margin-bottom: 0;
}

.productsNumberText span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #329D01
}

.mobileAnalayzeNumbers {
    display: none;
}

@media (max-width: 768px) {
    .dataAnalyzeHeading {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .productsNumberWrapper {
        margin-top: 30px;
    }

    .productsNumberText {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .desktopAnalayzeNumbers {
        display: none;
    }

    .productsNumber {
        padding: 15px;
    }

    #dataAnalyze {
        padding: 30px 0;
    }

    .mobileAnalayzeNumbers { display: none; }
    .desktopAnalayzeNumbers { display: none; }
    .mobileAnalayzeNumbers { display: block; }

    /* With this */
    .mobileAnalayzeNumbers .cr-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 0 48px; /* no left/right padding */
    }

    .mobileAnalayzeNumbers .cr-carousel-track {
    display: flex;
    transition: transform 300ms ease;
    will-change: transform;
    }

    .mobileAnalayzeNumbers .cr-slide {
    /* Make each slide exactly one viewport wide */
    flex: 0 0 100%;
    min-width: auto;           /* override previous min-width */
    box-sizing: border-box;
    padding: 0 16px;           /* put the horizontal padding on the slide instead */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    }

    .mobileAnalayzeNumbers .cr-carousel-track {
    display: flex;
    transition: transform 300ms ease; /* ensure present */
    will-change: transform;
    }

    .mobileAnalayzeNumbers .cr-slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    }

    .mobileAnalayzeNumbers .cr-number {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #46770E;
    }

    .mobileAnalayzeNumbers .cr-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #030712;
    margin: 0;
    }

    /* Controls overlay the whole carousel area */
    .mobileAnalayzeNumbers .cr-carousel-controls {
    position: absolute;
    inset: 0;               /* top:0 right:0 bottom:0 left:0 */
    pointer-events: none;   /* allow inner buttons to enable themselves */
    }

    /* Side arrows */
    .mobileAnalayzeNumbers .cr-prev,
    .mobileAnalayzeNumbers .cr-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: #4B5563;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;   /* clickable */
    z-index: 2;
    }

    .mobileAnalayzeNumbers .cr-prev { left: 8px; }
    .mobileAnalayzeNumbers .cr-next { right: 8px; }

    .mobileAnalayzeNumbers .cr-prev:active,
    .mobileAnalayzeNumbers .cr-next:active {
    transform: translateY(-50%) scale(0.96);
    }

    /* Dots centered at bottom */
    .mobileAnalayzeNumbers .cr-dots {
    display: none;
    }

    .mobileAnalayzeNumbers .cr-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #D6D6D6;
    border: 0;
    padding: 0;
    cursor: pointer;
    }

    .mobileAnalayzeNumbers .cr-dot.is-active { background: #111; }
}

/* Method section */
#compaMethods {
    background-color: white;
    padding: 100px 20px 20px 20px;
    font-family: 'Roboto', sans-serif;
}

.methodsHeadingWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.methodsHeadingWrapper img {
    margin-right: 20px;
}

.methodHeadingText {
    text-align: center;
}

.methodHeadingText h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 5px;
}

.methodHeadingText span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #64748b;
}

@media (max-width: 768px) {
    #compaMethods {
        padding: 50px 0 0 0;
    }

    .methodsHeadingWrapper img {
        display: none;
    }

    .methodHeadingText {
        text-align: center;
    }

    .methodHeadingText h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .methodHeadingText span {
        text-align: center;
    }
}

.dropdownMethod {
    background-color: white;
    border: none;
    padding: 5px;
}

.methodDropdownButtonWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.defaultMethod {
    padding: 0 50px;
    margin-top: 30px;
}

.stepsWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stepItem {
    display: flex;
    justify-content: start;
    align-items: center;
}

.stepNumber {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #46770E;
    color: white;
    border-radius: 50%; /* Makes it perfectly round */
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0; /* Prevents shrinking */
    margin-right: 20px;
}

.stepTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
    color: #030712;
}

.stepDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #64748b;
}

@media (max-width: 768px) {
    .stepsWrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .defaultMethod {
        padding: 0 10px;
        margin-top: 10px;
    }
    
    .stepTitle {
        font-size: 18px;
    }
}

.methodEditorContent {
    background-color: #F4F4F4;
    border-radius: 15px;
}

.methodEditorText {
    text-align: center;
}

.methodEditorText p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 15px;
}

.methodButtonRedirectWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.methodButtonRedirectWrapper button {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #74B828;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 999;
    border: none;
}

.methodButtonRedirectWrapper button:hover {
    background-color: #407C11;
}

.methodButtonRedirectWrapper button a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: color 0.3s ease;
    display: block; /* Makes the entire button area clickable */
}

/* More specific selector for hover */
.methodButtonRedirectWrapper button:hover a {
    color: white !important;
}

/* Method dropdown */
.dropdownMethod img {
    transition: transform 0.3s ease;
}

/* Smooth slide animation for methods content */
.methodsContentWrapper {
    transition: opacity 0.3s ease, max-height 0.3s ease;
    overflow: hidden;
}

/* Button hover effect */
.dropdownMethod {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 8px;
}

.dropdownMethod:hover {
    opacity: 0.8;
}

/* Classes for sliding animation */
.methodsContentWrapper.hidden {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.methodsContentWrapper.visible {
    max-height: 2000px; /* Adjust based on your content height */
    opacity: 1;
}

/* Products section */
#compaProducts {
    padding: 70px 20px;
    background-color: white;
}

.compaProductTopDisclaimerWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
}

.compaProductTopDisclaimer {
    width: fit-content;
    background-color: #F5F6F9;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    border: 1px solid #F5F6F9;
    border-radius: 8px;
}

.compaProductTopDisclaimer a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.compaProductTopDisclaimer span {
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.prod-section {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.image-box {
    grid-column: span 5;
}

.all-scores {
    grid-column: span 7;
}

@media (max-width: 768px) {  
  .prod-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}

/* Faq section */
#compaFaq {
    background-color: #F1F5F94D;
    padding: 45px 0;
    font-family: 'Roboto', sans-serif;
}

.faq-accordion {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 25px;
    background-color: #fff;
}

.compaHeadingWrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.compaHeadingWrapper p {
    color: #030712;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.compaHeadingWrapper span {
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 768px) {
    #compaProducts {
        padding: 30px 0;
    }

    .compaHeadingWrapper h2 {
        font-size: 22px;
    }
}

.faq-item {
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    margin-bottom: 15px;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 10px; 
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .faq-icon,
    .faq-icon img {
        display: none;
    }
}

.faq-question-text {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #030712;
    line-height: 24px;
    margin-bottom: 0;
}

.faq-toggle-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #666;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(180deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    height: auto;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-content {
    padding: 0 24px 20px 0;
    color: #64748b;
    font-size: 14px;
    line-height: 23px;
}

/* If no icon, adjust the answer padding */
.faq-item:not(:has(.faq-icon)) .faq-answer-content {
    padding-left: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .compaContent {
        padding: 0 16px;
    }
    
    .faq-question {
        padding: 16px 20px;
        gap: 12px;
    }
    
    .faq-icon {
        width: 28px;
        height: 28px;
    }
    
    .faq-question-text {
        font-size: 16px;
    }
    
    .faq-answer-content {
        padding: 15px;
        font-size: 14px;
    }
    
    .faq-item:not(:has(.faq-icon)) .faq-answer-content {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .faq-question {
        padding: 14px 16px;
        gap: 10px;
    }
    
    .faq-icon {
        width: 24px;
        height: 24px;
    }
    
    .faq-question-text {
        font-size: 15px;
    }
    
    .faq-toggle-icon {
        width: 20px;
        height: 20px;
    }
    
    .faq-answer-content {
        padding: 15px;
    }
    
    .faq-item:not(:has(.faq-icon)) .faq-answer-content {
        padding-left: 16px;
    }
}

/* Compa comparison table new */
#compaComparisonTable {
    background-color: #fff;
    padding: 45px 0 0 0;
}

.ct-cta {
    color: var(--global--color-grey-text);
}

/* Feedback to authors */
#compaFeedback {
    background-color: #FFFFFF;
    padding: 0 0 40px 0;
    font-family: 'Roboto', sans-serif;
    margin-top: -70px;
}

.feedbackAuthorsAvatar,
.feedbackAuthorsAvatar img {
    max-width: 48px;
    max-height: 48px;
}

.feedbackToAuthorsWrapper {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.feedbackAvatars > .authors-avatars-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.feedbackToAuthorsWrapper {
    background-color: #F2F8EA;
    padding: 25px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
}

.feedbackText h3 {
    color: #407C11;
    font-size: 28px;
    line-height: 24px;
    font-weight: 400;
}

.feedbackText span a {
    color: #329D01 !important;
}

.feedbackText span a:hover {
    text-decoration: none;
}

.feedbackText span {
    color: #2E2E2E;
    font-size: 14px;
    line-height: 22.75px;
    font-weight: 400;
    margin-top: 5px;
}

.authors-line {
    color: #6B7280;
    font-size: 12px;
    line-height: 22.75px;
    font-weight: 400;
    margin-top: 5px;
}

.authors-line a {
    font-weight: 700;
    color: #6B7280;
    text-decoration: none;
}

.authors-line a:hover {
    text-decoration: underline;
}

/* Supp content */
#compaSuppContent {
    background-color: white;
    padding: 40px 0;
    font-family: 'Roboto', sans-serif;
}

#compaSuppContent h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #030712;
  margin-bottom: 25px;
}

#compaSuppContent h2 {
  font-size: 20px; /* corrected */
  line-height: 26px;
  font-weight: 700;
  color: #030712;
  margin-bottom: 15px;
}

#compaSuppContent h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #030712;
}

#compaSuppContent h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #030712;
}

#compaSuppContent h5 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #030712;
}

#compaSuppContent h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #030712;
}

#compaSuppContent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #64748b;
  margin-bottom: 15px; /* optional */
}

#compaSuppContent a {
  font-size: 16px; /* corrected */
  font-weight: 600;
  line-height: 26px;
  color: #64748b;
  text-decoration: underline; /* corrected */
}

#compaSuppContent a:hover {
    text-decoration: none;
}

.scoresMobile {
    display: none;
}

@media (max-width: 768px) {
    .score-section::after {
    content: '';
    display: block;
    height: 0;
    }

    .scoresMobile {
        display: block;
        padding-bottom: 5px;
    }

    .score-item {
        flex-direction: column;
    }

    .scoreItemName {
        flex: 0;
        width: 100%;
        justify-content: space-between;
    }

    .score-display {
        width: 100%;
    }

    .score-item > .average-marker {
        flex: 0;
    }

    .average-marker {
        display: none;
    }

    .score-info-wrapper .score-desc {
        top: calc(100% + 12px);
        left: 50%;
        transform: translate(-50%, -8px);
        max-width: min(90vw, 320px);
        text-align: left;
    }

    .score-info-wrapper:hover .score-desc,
    .score-info-wrapper:focus-within .score-desc,
    .score-info-toggle:focus + .score-desc,
    .score-info-wrapper.is-active .score-desc {
        transform: translate(-90%, 0);
        width: 200px;
    }

    .scoresMobile .score-bar {
    position: relative;
    overflow: visible; /* allow label to render above bar */
    }

    .scoresMobile .score-bar-fill {
    position: relative;
    z-index: 1;
    }

    /* Center the vertical marker on its own x-position */
    .scoresMobile .score-bar-marker {
    transform: translateX(-50%);
    z-index: 2;
    }

    /* “Gns(…)" label above the marker, centered */
    .scoresMobile .score-bar-marker-label {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    color: #111;
    pointer-events: none;
    z-index: 3;
    }

    .scoresMobile .score-bar-marker[style*="left: 100%"] .score-bar-marker-label {
    left: auto;
    right: 0;
    transform: none;
    text-align: right;
    padding-right: 2px;
    }

    .scoresMobile .score-bar-marker[style*="left: 0%"] .score-bar-marker-label {
    left: 0;
    transform: none;
    text-align: left;
    padding-left: 2px;
    }

    .scoresMobile__heading {
    /* mimic your theme's h3 spacing as needed */
    position: relative;
    margin: 0; /* adjust if your bottom-line h3 has margins */
    }

    /* Use the same arrow as .bottom-line h3:after */
    .scoresMobile__heading:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    right: 0;
    top: 10px;
    }

    /* Rotate arrow when open (same behavior as bottom-line open state) */
    .scoresMobile.scoresMobile--open .scoresMobile__heading:after {
    transform: rotate(180deg);
    }

    /* Make the button look exactly like the h3 text */
    .scoresMobile__toggle {
    all: unset;                /* strip button default styles */
    display: block;
    width: 100%;
    cursor: pointer;
    padding-right: 36px;       /* space for arrow (27px + gap) */
    font: inherit;             /* inherit h3 font from theme */
    font-weight: inherit;      /* match .bottom-line h3 weight */
    line-height: inherit;      /* match .bottom-line h3 line-height */
    }

    /* Keyboard focus */
    .scoresMobile__toggle:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
    }

    .scoresMobile__heading button {
        margin-bottom: 15px;
    }

    .details-title {
        font-size: 18px;
    }

    .feedbackToAuthorsWrapper {
        flex-direction: column;
    }

    .feedbackAvatars {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feedbackText {
        text-align: center;
    }

    #compaFeedback {
        margin-top: -20px;
    }

    #compaSuppContent {
        padding: 0;
    }
}

@media (max-width: 768px) {
  .site-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;          /* prevent wrapping between the last two */
    gap: 8px;                   /* control spacing */
    justify-content: flex-start;/* let auto margin handle spacing */
  }



    .newFooter {
        padding: 0;
    }
}

@media (max-width: 1101px) {
    .full-menu {
        margin-left: auto;
        margin-bottom: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1101px) {
      .priceDiscountWrapperInvisibleDiv {
        display: none;
    }

    .priceDiscountWrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .compaContent {
        padding: 0 20px;
    }

    #compaProducts {
        padding: 70px 0;
    }
}

#infobox {
    margin-bottom: 30px;
}
/* Navigation hover fallback */
.primary-navigation > .primary-menu-container ul > li.menu-item-has-children:hover > .sub-menu-toggle[aria-expanded="false"] ~ ul,
.primary-navigation > .primary-menu-container ul > li.menu-item-has-children:focus-within > .sub-menu-toggle[aria-expanded="false"] ~ ul {
    display: flex;
}

.compaLastUpdatedWrapper {
    position: relative;
}

#compaContents {
    background-color: white;
    padding: 70px 20px;
}

@media (max-width: 768px) {
    #compaContents {
        padding: 30px 0;
    }
}

#dataAnalayzeNew {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    padding: 70px 20px 20px 20px;
}

@media (max-width: 768px) {
    #dataAnalayzeNew {
        font-family: 'Roboto', sans-serif;
        background-color: white;
        padding: 30px 0;
    }
}

.dataAnalyzeSubheading {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #64758B;
}

.dataAnalayzeIntroWrapper {
    background-color: #F5F6F9;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.dataAnalayzeIntroText {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
    margin-bottom: 0;
}

.dataAnalayzeToggle {
    display: none;
    margin: 12px auto 0;
    padding: 8px 16px;
    border: none;
    border-radius: 999px;
    background-color: transparent;
    color: #0F172A;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, box-shadow 0.2s ease;
}

.dataAnalayzeToggle {
    color: #329D01;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.dataAnalayzeToggle:hover {
    color: #329D01;
}

.dataAnalayzeToggle:focus-visible {
    color: #329D01;
    outline: none;
    box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.15);
}

.dataCardsWrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
}

.dataCard {
    display: flex;
    align-items: center;
    gap: 20px;
}

.userReviewsFiveInstance > .arrowWrapperNormal,
.keyParametersFiveInstance > .arrowWrapperNormal  {
    display: none;
}

@media (max-width: 768px) {
    .dataCardsWrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 50px;
        column-gap: 10px;
    }

    .curvedArrowWrapperRight,
    .curvedArrowWrapperLeft {
        display: none;
    }
    
    .dataCard {
        align-items: center;
        gap: 10px;
    }

    .arrowWrapperMobileNone {
        display: none;
    }

    .spacingDiv {
        display: none;
    }

    .fiveInstanceWideMobile {
        grid-column: span 2;
    }

    .fiveInstanceWideMobile > .dataCard {
        justify-content: center;
    }

    .fiveInstanceWideMobile > .arrowWrapperNormal {
        display: none;
    }

    .fiveInstanceArrowsMobileWrapper {
        display: flex; 
        justify-content: space-between;
        align-items: center;
    }

    .dataPointsFiveInstance > .arrowWrapperNormal {
        display: none;
    }

    .userReviewsFiveInstance > .arrowWrapperNormal,
    .keyParametersFiveInstance > .arrowWrapperNormal {
        display: block;
    }

    .keyParametersFiveInstance > .arrowMobileRight {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .dataPointsFiveInstance > .arrowTabletLeft {
        display: none;
    }

    .keyParametersFiveInstance > .arrowTabletRight {
        display: none;
    }

    .keyParametersFiveInstance > .arrowWrapperNormal {
        display: block;
    }

    .userReviewsFiveInstance > .dataCard {
        min-height: 100px;
    }
}

@media (min-width: 1024px) {
    .userReviewsFiveInstance > .arrowWrapper,
    .userReviewsFiveInstanceWithoutUserReviews > .arrowWrapper {
        display: none;
    }
}

.fourInstanceDataCardsWrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 15px;
}

@media (min-width: 769px) {
    .dataCardFourInstanceContentWrapper {
        min-width: 300px;
        display: flex;
        justify-content: start;
        gap: 20px;
    }
}

@media (min-width: 769px) {
    .dataCardFourInstanceContentWrapperRight {
        display: flex;
        justify-content: start !important;
        align-items: center;
        gap: 10px;
    }
    
    .dataCardFourInstanceContentWrapperLeft {
        display: flex;
        justify-content: start !important;
        gap: 10px;
        align-items: center;
    }
}

.fourInstanceDataCardsWrapper > .dataCardWrapper > .arrowWrapperNormal img {
    margin-left: 0;
}

.dataPointsFourInstance > .arrowSpecCount,
.dataPointsFourInstance > .arrowMobileRight {
    display: none;
}

.arrowTabletLeftFourInstance,
.arrowTabletRightFourInstance {
    display: none;
}

.dataCardFourInstanceLeft {
    display: flex;
    justify-content: end;
}

.dataCardFourInstanceRight {
    display: flex;
    justify-content: start;
}

@media (max-width: 769px) {
    .dataCardFourInstanceContentWrapper {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}


@media (max-width: 1024px) {
    .arrowTabletLeftFourInstance,
    .arrowTabletRightFourInstance {
        display: flex !important;
        justify-content: center;
    }

    .arrowDownFourInstanceDesktop {
        display: none;
    }
}

.arrowTabletLeftFourInstance img {
    margin-left: 5%;
}

.arrowTabletRightFourInstance img {
    margin-right: 5%;
}

.arrowFourInstanceWrapperLeft > .arrowWrapper img,
.arrowFourInstanceWrapperRight > .arrowWrapper img,
.arrowDownFourInstanceDesktopRight > .arrowWrapper img {
    margin-left: 0;
}

.arrowFourInstanceWrapperLeft {
    display: flex;
    justify-content: end;
}

.arrowFourInstanceWrapperRight {
    display: flex;
    justify-content: start;
}

.arrowFourInstanceWrapperLeft > .arrowDownFourInstanceDesktopLeft,
.arrowFourInstanceWrapperRight > .arrowDownFourInstanceDesktopRight {
    width: 300px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .arrowDownFourInstanceDesktop {
        display: none !important;
    }
}

.dataCardText {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #64758B;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    margin-bottom: 0;
}

.dataCardText span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #404040;
    margin-right: 5px;
}

.dataCard img {
    width: 64px;
    height: 64px;
}

@media (max-width: 768px) {
    .dataCard img {
        width: 40px;
        height: 40px;
    }

    .dataCardText {
        margin: 0;
    }
}

@media (max-width: 360px) {
    .dataCardText {
        font-size: 14px;
    }
}

.arrowWrapper,
.arrowWrapperMobile {
    width: 100%;
}

.arrowWrapper img,
.arrowWrapperMobile img {
    margin-left: 40%;
}

.arrowWrapperMobileNone,
.arrowWrapperMobile {
    display: none;
}

@media (max-width: 768px) {
    .arrowWrapper img,
    .arrowWrapperMobile img {
        transform: scale(0.8); /* 80% of original size */
        transform-origin: center; /* keeps it centered while scaling */
    }
}

.dataAnalayzeNumOfProducts {
    display: flex;
    justify-content: center;
}

.dataAnalayzeNumOfProductsWrapper {
    background-color: #F2F8EA;
    border: 1px solid #329D01;
    padding: 20px;
    border-radius: 12px;
}



@media (min-width: 768px) {
    .dataAnalayzeNumOfProductsWrapper {
        max-height: 20px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .dataAnalayzeNumOfProductsWrapper {
        text-align: center;
        padding: 10px;
    }
}

.curvedArrowWrapperLeft {
    margin-top: -60px;
    margin-left: -30px;
}

.curvedArrowWrapperRight {
    margin-top: -60px;
}

.arrowSpecCount {
    display: none;
}

.arrowTabletLeft,
.arrowTabletRight {
    display: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .curvedArrowWrapperLeft img,
    .curvedArrowWrapperRight img {
        display: none;
    }

    .arrowTabletLeft,
    .arrowTabletRight {
        display: block;
    }

    .arrowTabletRight img {
        margin-left: 34%;
    }

    .dataAnalayzeNumOfProductsWrapper {
        padding: 20px 70px;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .dataAnalayzeNumOfProductsWrapper {
        margin-right: 1%;
    }
}

@media (max-width: 769px) and (min-width: 542px) {
    .dataAnalayzeNumOfProductsWrapper {
        margin-right: 3%;
    }
}

@media (min-width: 768px) {
    .arrowMobileRight,
    .arrowMobileLeft {
        display: none;
    }
}

@media (max-width: 768px) {
    .arrowEksterneTest {
        display: none;
    }

    .arrowSpecCount {
        display: block;
    }

    .arrowMobileRight img {
        margin-left: 30%;
    }
}

@media (max-width: 769px) and (min-width: 542px) {
    .arrowMobileRight img {
        margin-left: 35%;
    }
}

.methodTextWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}

.methodTextWrapper .methodsContentWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4F4F4;
    gap: 15px;
}

.methodTextContent {
    --method-collapsed-height: 180px;
    position: relative;
    width: 100%;
    max-height: var(--method-collapsed-height);
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.methodTextWrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.methodTextWrapper.is-expanded .methodTextContent {
    max-height: none;
    overflow: visible;
}

.methodTextWrapper.is-expanded .methodTextContent::after {
    opacity: 0;
}

.methodToggle {
    background-color: transparent;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: none;
    position: relative;
    z-index: 999;
}

.methodToggle img {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.methodTextWrapper.is-expanded .methodToggle img {
    transform: rotate(180deg);
}

.methodToggle[hidden] {
    display: none;
}


@media (min-width: 768px) {
    .shake-btn {
        min-width: unset; 
        min-width: auto;
    }
}

.compareview-offer-text {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.black-friday-bar {
    background-color: black;
    text-align: center;
    color: #ffeb3b;
    padding: 12px 20px;
    font-weight: 600;
    font-family: system-ui;
}

.black-friday-bar img {
    width: 15px;
    height: 15px;
}

.priceButtonOfferText {
    width: 99%;
    display: flex;
    justify-content: center;
    background-color: black;
    border-radius: 15px;
    padding: 0 3px;
    margin-bottom: 5px;
}

.priceButtonOfferText span {
    color: #ffeb3b;
    font-size: 11px;
    font-weight: 500;
    padding: 5px;
}

.discountPercentageWrapper {
    width: 99%;
    display: flex;
    justify-content: center;
    background-color: #EDC41F;
    border-radius: 15px;
    padding: 0 3px;
    text-align: center;
    margin-bottom: 5px;
}

.discountPercentageWrapper span {
    color: #404040;
    font-size: 11px;
    font-weight: 500;
    padding: 5px;
}