/**
 * Custom ppc style
 *
 * This css file for ppc 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);
}

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;
}

/*main content css*/

#content {
    padding-top: 0;
    background-color: #fff;
}

.skip-link, #pre-footer-wrapper, header {
	display: none;
}

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

#primary {
    max-width: 1250px;
    margin: auto;
}

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

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

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

.hero-section {
	background-color: #101426;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 30px 0 0px 0;
	margin-bottom: 30px;
}

.hero-section .disclaimer {
    text-align: center;
    color: var(--global--color-white);
    max-width: 80%;
    margin: auto;
    font-size: 15px;
    font-family: var(--global--font-primary);
    background-color: transparent;
}

.hero-section .disclaimer p {
    opacity: 0.7;
    color: var(--global--color-white) !important;
    font-size: 14px !important;
    line-height: 1rem !important;
    margin-bottom: 0 !important;
}

.hero-section .disclaimer a {
    color: var(--global--color-secondary) !important;
}

.hero-section .site-logo {
  margin: 0;
  text-align: center;
}

.hero-section .ad-discl {
    text-align: right;
    font-size: 12px;
    color: #757575;
    padding-bottom: 10px;
    margin-right: 20px;
    padding-top: 15px;
}

.hero-section .ad-discl .desc-short {
	padding: 3px 10px;
	position: relative;
	display: inline-flex;
}

.disclaimer-tooltip {
    display: inline;
    align-items: center;
    text-align: left;
    height: 20px;
    position: relative;
    top: -2px;
    left: 4px;
}

.disclaimer-tooltip .top {
    min-width: 250px;
    top: -15px;
    left: 50%;
    transform: translate(-235px, 45px);
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    font-weight: normal;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
    display: none;
}

.ad-discl .disclaimer-tooltip .top p {
    font-size: 12px;
    line-height: 16px;
	margin-bottom: 0;
}

.hero-section .disclaimer-tooltip .top {
  min-width: 250px;
  top: -15px;
  left: 50%;
  transform: translate(-235px, 45px);
}

.hero-section .disclaimer-tooltip .top i {
  top: -10px;
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.disclaimer-tooltip:hover .top {
    display: block;
}

.question-mark:hover {
    cursor: pointer;
}

.hero-section h1 {
	text-align: center;
	color: var(--global--color-white);
	max-width: 80%;
	margin: 40px auto;
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	text-transform: inherit;
	font-family: var(--global--font-primary);
}

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

.hero_mask {
    background: transparent linear-gradient(128deg, #101426 0%, #101426 100%) 0% 0% no-repeat padding-box;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.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 {
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #fff !important;
    text-align: center;
    max-width: 360px !important;
    margin: 0 auto 30px auto;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
	font-size: 16px;
    line-height: 15px;
	border-radius: 16px;
}

.research-disc .tooltiptext {
    width: 350px;
    left: 0;
    right: 0;
    padding: 10px;
	line-height: 16px;
    font-weight: normal;
	top: 25px;
	text-transform: initial;
    z-index: 10;
    min-width: 250px;
	position: absolute;
	font-size: 12px;
	color: #757575;
    background-color: #fff;
    border: 1px solid #f3f4f6;
    text-align: center;
    border-radius: 6px;
	display: none;
}

.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;
}

.author-box {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 400px;
    background-color: var(--global--color-white);
    border-radius: 12px 12px 0 0;
    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;
}

.user-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: end;
}

.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;
}

.test-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%);
}

.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 {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--global--color-green);
    padding-bottom: 40px;
}

.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: 0px 20px 5px 20px;
	display: flex;
    flex-direction: row;
    align-items: center;
}

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

.product-item {
	padding: 0 20px;
    width: calc(100% - 250px);
}

.cta-div {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 165px;
}

.cta-div a {
	text-align: center;
	border-radius: 8px;
	background-color: var(--global--color-green-light);
	color: #fff !important;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	font-weight: 800;
	padding: 10px;
	text-transform: uppercase;
}

.pricerunner-disc {
    font-size: x-small;
    color: var(--global--color-green);
    padding: 6px;
    line-height: 14px;
    text-align: center;
}

.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;
}

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

.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;
}

.load-more, .load-less {
    position: relative;
    cursor: pointer;
    color: var(--global--color-grey);
    padding-right: 25px;
}

.show-more, .show-less {
    text-decoration: underline;
}

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

.more-products .load-less:after, .full-supp .supp-less:after, .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: 30px;
    border-bottom: 1px solid var(--global--color-green);
}

.award {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: -19px;
    background: #51A314;
    border-radius: 8px;
    padding: 7px 15px;
    left: -2px;
}

.award label {
    position: relative;
    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: var(--global--color-green-light);
    margin-bottom: 0;
	font-size: 32px;
    line-height: 40px;
}

.prod-name .title-link {
    color: var(--global--color-green-light);
    text-decoration-thickness: from-font;
}

.tail {
    font-weight: 300;
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
}

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

.image-box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

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

.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-ppc .compa-table-body .compa-row:hover {
    text-decoration: none;
}

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

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

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

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

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

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

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

.table-body-column {
	margin-top: 0 !important;
}

/*pros & cons*/
.pros-cons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.pros, .cons {
    border: 1px solid;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    width: 50%;
	background-color: #F7F7F7;
}

.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: #F7F7F7;
}

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

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

/*supp content style*/
#supp-content {
    padding: 0 0 35px 0;
	border-bottom: 1px solid var(--global--color-green);
}

#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: 30px;
    padding-top: 10px;
}

.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*/

.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;
}

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

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

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

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

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

.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;
}

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

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

.desk-hidden {
	display: none;
}

/*css for mobile*/

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

    .main-content {
        flex-direction: column;
    }


    .article-content {
        width: calc(100% - 40px);
        padding-right: 20px;
    }

    #content {
        background-color: #fff;
    }
	
	.top-part {
		flex-direction: column;
	}
	
	.big-toplist .top-left, .big-toplist .top-right {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	
	.hero-section .ad-discl {
		font-size: 10px;
	}
	
	.hero-section .ad-discl .desc-short img {
		width: 16px;
		height: 16px;
	}
	
	.roundup .first-product .col-img {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.first-product .afp-price-btn.desk-hidden {
		font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        width: 150px;
	}
		
	.roundup .first-product .product-link h2 {
		font-size: 28px !important;
		line-height: 36px !important;
	}
	
	.first-product .prod-item {
		flex-direction: column;
	}
	
	.first-product .first-bottom {
		flex-direction: column;
		gap: 15px;
		align-items: start;
	}
	
	.mob-hidden {
		display: none !important;
	}
	
	.desk-hidden {
		display: block !important;
	}
	
	.afp-price-btn.desk-hidden {
		font-size: 11px;
        line-height: 11px;
        width: 130px;
		text-align: center;
		border-radius: 8px;
		background-color: var(--global--color-green-light);
		color: #fff !important;
		text-decoration: none;
		font-weight: 800;
		padding: 10px;
		text-transform: uppercase;
		margin-top: 10px;
	}
	
	.pricerunner-disc {
		text-align: left;
		padding-top: 2px;
	}
	
	.product-item {
		padding: 10px 20px !important;
        width: 100% !important;
	}
	
	.author-name label {
		text-decoration: underline;
		text-decoration-color: var(--global--color-green-light);
	}
	
	.author-name label:after, .user-header a:after {
		content: none !important;
	}
	
	#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
		max-height: 10em !important;
	}
	
	.def-section .image-box img {
		height: 150px;
	}

    body .compa-row img {
        max-width: 75px !important;
    }

    .award-name {
        padding: 0 5px !important;
    }

    .def-section:first-of-type {
        padding-top: 20px;
    }

    .product-content {
        flex-direction: column;
    }

    .pros-cons {
        flex-direction: column;
    }

    .pros, .cons {
        width: calc(100% - 30px);
    }

    .article-content, footer {
        width: calc(100% - 30px);
    }

    .article-content h1 {
        font-size: var(--global--font-size-h2);
        line-height: var(--global--line-height-h2);
		margin: 20px auto;
		max-width: 95%;
    }
		
	.hero-section .research-disc {
		font-size: 15px;
		margin: 0 auto 20px auto;
	}
	
	.site-logo img {
		height: 35px;
		width: auto;
	}

    .article-content h2 {
        font-size: var(--global--font-size-h3);
        line-height: var(--global--line-height-h3);
    }

    .article-content h3 {
        font-size: var(--global--font-size-h4);
        line-height: var(--global--line-height-h4);
    }

    #dots, #readBtn {
        display: inline;
    }

    .sources-text p {
        font-size: 14px;
    }

    #more2 {
        display: none;
    }

    footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 10px 15px;
    }

    .powered-by {
        padding-top: 20px;
        font-size: var(--global--font-size-small);
    }

    .footer-widget-copyright p {
        padding: 0 5px;
        font-size: var(--global--font-size-small);
    }

    .footer-widget-copyright {
        font-weight: 600;
    }

    .site-main .article-content {
        padding: 0 15px 30px 15px;
    }
	
	.site-main .article-content .hero-section {
		margin-left: -15px;
		margin-right: -15px;
	}

    .post_meta {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .meta-users {
        width: 100%;
    }

    .author-box {
        width: 100%;
    }

    #faq-row {
        padding-bottom: 10px;
        margin: 30px -15px 20px -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .load-more, .load-less {
        font-size: 14px;
        padding-right: 30px;
    }

    #supp-content .single-photo {
        width: 100%;
        float: none;
        margin: 10px 0;
    }

    .note-image p {
        font-size: 12px;
        line-height: 18px;
    }

    .test-asterix {
        right: 0;
    }

    .award-asterix {
        right: 0;
        left: 0;
    }

    .asterix-img {
        width: 10px;
        height: 13px;
    }

    .single-ppc .compa-row .compa-btn {
       	line-height: 24px !important;
		padding: 5px 7px !important;
    }
}

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

    .single-ppc .limiter .col-md-3 {
        padding: 0 0 !important;
    }
}

@media only screen and (max-width: 560px) {
	
	.award label {
		max-height: 20px;
	}

    h1 {
        font-size: var(--global--font-size-h2);
        line-height: var(--global--line-height-h2);
        margin-bottom: 0;
    }

    .footer-widget-copyright p:not(:last-of-type)::after {
        content: none;
    }

    .footer-widget-copyright p {
        margin: 0;
    }

    .footer-widget-copyright {
        flex-direction: column;
        padding: 20px 0;
    }
}

/*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;
}

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

.big-toplist li.def-section {
	display: block;
	border: 1px solid #51A314;
    border-radius: 8px;
    padding: 30px 15px 15px 15px;
    position: relative;
}

/*bf banner top header*/
#bf-banner-top {
  background-color: #000;
  padding: 7px;
  text-align: center;
  max-width: 100%;
  margin: auto;
  overflow: hidden; /* Hide overflowing text */
  white-space: nowrap; /* Prevent line breaks */
	position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}

#bf-banner-top p strong {
  text-shadow: 0 0 0.625rem #ffbc11;
  text-transform: uppercase;
}

#bf-banner-top p {
  margin-bottom: 0;
  color: #ffbc11;
  font-size: 14px;
  text-shadow: 0 0 0.625rem #ffbc11;
  letter-spacing: 1px;
  display: inline-block; /* Required for animation */
  padding-right: 50px; /* Add space between repetitions */
}

.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 30s infinite linear;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/*additional style*/

.first-product {
	padding: 30px 20px 20px 20px;
    border: 1px solid var(--global--color-green);
    border-radius: 8px;
    margin: 20px 0;
	position: relative;
}

.first-product .prod-item {
	border: none;
	margin-bottom: 0;
}

.first-product .col-img {
	width: 30%;
    min-width: 30%;
    max-width: 30%;
	text-align: center;
}

.first-product .product-item p {
	text-transform: uppercase;
    font-size: 18px;
	font-weight: 600;
}

.first-product .product-link h2 {
	font-weight: 500;
    font-size: 36px;
    line-height: 50px;
}

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

.teaser p {
	font-weight: 500 !important;
	margin-bottom: 20px;
	text-transform: none !important;
} 

.top-tag {
	position: absolute;
    top: -20px;
	font-size: 20px;
    background-color: #FCE838;
    padding: 7px 15px;
    border-radius: 8px 8px 8px 0;
    text-transform: uppercase;
    color: #404040;
	display: flex;
    align-items: center;
    font-weight: 700;
}

.top-tag img {
	margin-right: 10px;
}

.first-product .cta-div {
	width: auto;
}

.first-product .product-item {
	padding-right: 0;
}

.first-product .prod-item {
	padding: 0;
}

.first-bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-label {
	font-size: 20px;
	font-weight: bold;
	color: var(--global--color-green);
}

.top-part {
	display: flex;
	align-items: start;
	border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.top-left, .top-right {
	width: 50%;
	max-width: 50%;
	min-width: 50%;
}

.teaser-box {
	background-color: rgba(228, 228, 228, 0.3);
	padding: 10px;
	color: var(--global--color-green);
	font-size: 16px;
	border-radius: 8px;
}

.teaser-box p {
	margin-bottom: 0;
}

.top-right .savier-wdg {
	padding: 5px !important;
}

.top-right .savier-wdg a label {
	padding: 5px !important;
}

.teaser-box a {
	color: var(--global--color-green);
}

.top-right {
	padding-top: 50px;
}

.simple-link {
	font-weight: bold;
	font-size: 20px;
	color: var(--global--color-green) !important;
}

/** Google Ads page styling */
.header-disclaimer {
	text-align: center;
	border-top: 2px solid white !important;
	line-height: 16px;
    font-weight: 600;
	color: #000;
}
.header-disclaimer a {
	color: var(--global--color-secondary);
	text-decoration: underline;
}

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

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

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

#infobox {
	margin-bottom: 30px;
}

.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;
}

.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;
}

/* Universal sticky disclaimer - works on all devices */
.disclaimer-mobile {
    display: none !important;
}

.stickyDisclaimer {
    position: fixed;
    top: 35px;
    right: 15px;
    background-color: rgba(238, 238, 238, 0.75);
    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;
}

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

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

.stickyDisclaimer:hover {
    background-color: rgba(238, 238, 238, 0.75);
}

.stickyDisclaimer.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;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .stickyDisclaimer {
        top: 30px;
        right: 30px;
    }
}

/* Optional: Adjust positioning for larger screens */
@media (min-width: 1024px) {
    .stickyDisclaimer {
        top: 40px;
        right: 30px;
    }
}

.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;
    color: black;
    text-align: center;
}

@media (min-width: 768px) {
    .disclaimerSingle {
    width: 100%;
    }
}

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