/* general */
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #232323;
	margin: 0;
	background: #f0edeb;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body.white {
	background: #fff;
}

body.modal-open {
    overflow: hidden;
}

/*a, a:visited, a:active {
	color: #232323;
	text-decoration: none;
}
a:hover {
	color: #4771d1;
}*/
a {
	color: #0b57d0;
	text-decoration: none;
}
.no-touch a:hover {
	text-decoration: underline;
}

img {
    max-width: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	font-weight: 500;
	margin: 0;
}
h1 {
	font-size: 1.75rem;
}
strong {
	font-weight: 500;
}
li,
p {
	line-height: 1.75;
}

input {
	border: 1px solid #ababab;
	border-radius: .25rem;
	padding: 0 1rem;
	line-height: 36px;
}
label {
	font-size: .75rem;
}
textarea {
	border: 0;
	outline: 0;
	resize: none;
	padding: .25rem 1rem;
}
span.explainer {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: .5rem;
	font-size: .75rem;
	background: rgba(40,63,75,.05);
	border-radius: .5rem;
	padding: .5rem .75rem;
}
span.explainer svg {
	fill: #444746;
	width: 16px;
	height: 16px;
}
span.explainer.green svg {
	fill: green
}

/* figure */
figure {
	margin: 20px 0;
}
figure figcaption {
    text-align: center;
    font-size: .85rem;
	line-height: initial;
}

/* table */
table {
    border-spacing: 0;
    width: 100%;
    margin: 1rem 0;
}

table caption {
    caption-side: bottom;
    font-size: .85rem;
    text-align: right;
    font-style: italic;
	padding-top: .5rem;
}

table thead {
    background: rgba(40,63,75,.05);
    text-align: left;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
}

table tr th,
table tr td {
    padding: .25rem .5rem;
    border-bottom: 0;
    border-right: 0;
}

table tr th {
    font-weight: 500;
}

table tr:nth-child(even) {
    background: rgba(40,63,75,.05);
}

/* header */
header {
	background: #fff;
}
header .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	/*max-width: 1115px;*/
	padding: .5rem;
}
header .inner .logo a {
	font-family: Inter, sans-serif;
	font-size: 2.25rem;
	font-weight: 900;
	color: initial;
	text-decoration: none;
}
header .inner button {
	margin-left: auto;
}


/* footer */
footer {
	max-width: 1115px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 3rem 0 2rem;
	font-size: .85rem;
	line-height: 1.75;
}

footer nav {
	flex: 1 1 100%;
	padding: 0 0.75rem;
	display: flex;
	gap: 1rem;
}
footer nav .category {
	padding: 0;
    margin: 0;
    list-style: none;
}
footer nav .category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer nav .category ul li {
	margin: 0;
}

footer .bottom {
	flex: 1 1 100%;
	text-align: center;
}


/* mark */
mark { background-color: #ffb85c4d!important;}

/* lbl */
.lbl {
	background-color: rgba(40,63,75,.05);
	color: #232323;
	border-radius: 0.5rem;
	display: inline-block;
	font-size: .75rem;
	font-weight: 500;
	line-height: 20px;
	padding: 0.15rem 0.5rem;
}
.lbl.saving_pct {
	background-color: #e6f4ea;
	color: #137333;
}


/* navigation */
.navigation {
	
}
.navigation ul {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #555;*/
}
.navigation ul li {
	list-style: none;
	line-height: 48px;
	display: inline-block;
	margin: 0 .5rem;
}
.navigation ul li a {
	color: inherit;
}
/*.no-touch .navigation ul li.active a {
	border-bottom: 1px solid;
}*/
.no-touch .navigation ul li:hover a {
	/*border-bottom: 1px solid;*/
	text-decoration: none;
}

/* breadcrumbs */
nav.breadcrumbs {
	width: 100%;
}
nav.breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

nav.breadcrumbs>ol li {
    display: inline;
    font-size: .85rem;
    margin: 0
}

nav.breadcrumbs ol li:before {
    color: #e3ddd8
}

nav.breadcrumbs>ol li+li:before {
    content: "\203A";
    padding: 0 .25rem;
    color: #555
}

nav.breadcrumbs>ol li a {
    color: #555;
}

nav.breadcrumbs>.active a {
    color: initial
}

nav.breadcrumbs svg {
    max-width: 12px;
    margin-top: -2.5px
}

/* main */
main {
	max-width: 1115px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	/*padding: 1rem .5rem;*/
	padding: .5rem;
}

/* blogtxt */
.blogtxt {
	padding: 1rem 0;
}

/* related_threads */



/* sources */
.sources {
	width: 100%;
	padding: 1rem 0;
}

/* search */
.search_form {
	flex: 1 100%;
}
.search_form form {
	height: 48px;
	display: flex;
}
.search_form form input {
	flex: 0 75%;
	height: 100%;
	font-size: 16px;
	border: 1px solid rgba(35,35,50,.13)!important;
	border-top-left-radius: .5rem;
	border-top-right-radius: 0;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: 0;
	outline: 0;
	padding: 0 20px;
}
.search_form form button {
	flex: 0 25%;
	background-color: #4771d1;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 500;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 0 24px;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.no-touch .search_form form button:hover {
	opacity: .8;
}
.search_form .searchNumbers {
	padding: .5rem 0 0 20px;
	color: #70757a;
	font-size: .85rem;
}

/* heading */
.heading {
	flex: 1 100%;
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

/* filters */
.filters {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: .5rem;
}
.filters .select {
	position: relative;
	font-size: .925rem;
}
.filters .select .dropdownLbl {
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: .5rem;
	padding: 0 2.5rem 0 .5rem;
	line-height: 48px;
}
.filters .select .dropdownLbl:after {
	position: absolute;
	right: 1rem;
	top: 22px;
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.filters .select .dropdown {
	position: absolute;
	top: 48px;
	left: 0;
	min-width: 224px;
	max-width: 224px;
	max-height: 500px;
	overflow-x: auto;
	border-radius: .5rem;
	box-shadow: 0 3px 6px #00000029;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #e4e3e5;
	padding: .5rem;
	flex-direction: column;
}
.filters .select .dropdown .dropdown-search {
	border-radius: .5rem;
	border: 1px solid #e4e3e5;
	outline: 0;
	padding: 0 0.75rem;
	line-height: 35px;
	margin-bottom: 0.5rem;
}
.filters .select .dropdown input[type="radio"] {
	display: none;
    appearance: none;
    -webkit-appearance: none;
}
.filters .select .dropdown label {
	display: block;
	padding: .5rem .75rem;
	cursor: pointer;
	border-radius: .5rem;
}
.no-touch .filters .select .dropdownLbl:hover,
.no-touch .filters .select .dropdown input[type="radio"]:hover + label,
.filters .select .dropdown input[type="radio"]:checked + label {
    background: #4771d1;
	color: #fff;
}


/* results */
.results {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: .5rem;
}
.results .search_card {
	flex: 0 0 calc(25% - .375rem); /* ((.5 x 3)/4) */
	min-width: 0;
}
.results .search_card a {
	text-decoration: none;
	color: initial;
}
.results .search_card .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	height: 100%;
	border-radius: .5rem;
	transition: box-shadow .3s ease-in-out;
}
.results .search_card.active .inner {
	background: red;
}
.no-touch .results .search_card .inner:hover {
	box-shadow: 0 3px 15px #00000026;
}
.no-touch .results .search_card .inner:hover a .bottom {
	color: initial;
}
.results .search_card .inner .top {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: 1rem 1rem .75rem 1rem;
}
.results .search_card .inner .top .image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 175px;
	position: relative;
}
.results .search_card .inner .top .image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.results .search_card .inner .top .image .lbl {
	position: absolute;
	top: 0;
	right: 0;
}
.results .search_card .inner .top h3 {
	font-size: 18px;
	height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 500;
	color: #232323;
	/*text-transform: capitalize;*/
}
.results .search_card .inner .top .title {
	font-size: 14px;
	color: #444746;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/*
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 36px;
	*/
}
.results .search_card .inner .top .prices {
	
}
.results .search_card .inner .top .prices .final_price {
	display: inline;
	color: #739bf0;
	font-size: 18px;
	font-weight: 500;
}
.results .search_card .inner .top .prices .old_price {
	display: inline;
	text-decoration: line-through;
	margin-left: .25rem;
	color: #444746;
}
.results .search_card .inner .sizes {
	text-align: center;
	gap: .25rem;
	padding: 0 1rem .75rem;
	font-size: .65rem;
	color: #636c72;
	text-transform: uppercase;
}
.results .search_card .inner .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(35,35,50,.15);
	padding: .75rem 1rem;
	font-size: 14px;
}
.results .search_card .inner .bottom a {
	display: flex;
	color: #232332;
}
.results .search_card .inner .bottom a span  {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 90%;
}
.no-touch .results .search_card .inner .bottom svg {
	fill: #232323;
}
.no-touch .results .search_card .inner:hover .bottom svg {
	fill: #4771d1;
}
.results .search_card .inner .compare {
	border-top: 1px solid rgba(35,35,50,.15);
	padding: 0.75rem 1rem;
}
.results .search_card .inner .compare a {
	color: #1a73e8;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.no-touch .results .search_card .inner .compare a:hover {
	color: #1a73e8;
	text-decoration: underline;
}

/* modal */
.modal {
    display: none;
    position: fixed;
	justify-content: center;
	align-items: center;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(36,36,36,0.9);
}
.modal input {
    border: 0;
    border-bottom: 1px solid #dee0e1;
    border-radius: 0;
    outline: 0;
}
.modal .inner {
	display: flex;
	flex-direction: column;
    background-color: #fff;
    margin: 0 .5rem;
    border: 1px solid #888;
	width: 100%;
	border-radius: .5rem;
	max-width: 650px;
}
.modal .inner .header {
    cursor: pointer;
	padding: 1rem 1rem .5rem 1rem;
}
.modal .inner .header .close {
	cursor: pointer;
}
.modal .inner .header .close svg {
	stroke: #666;
}
/*.no-touch .modal .inner .header .close:hover,
.modal .inner .header .close:focus {
    background: #f7f7f7;
    cursor: pointer;
}*/
.modal .inner .content {
	
}
.modal .inner .content .form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: .5rem 1rem;
}
.modal .inner .content .form .headline {
	font-weight: 500;
	font-size: 1.15rem;
}
.modal .inner .content .action {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
	padding: .75rem 1rem;
	border-top: 1px solid #dee0e1;
}
.modal .inner .content .action button {
	
}

/* modal -> simple */
.modal.simple .inner {
    padding: 0;
    position: relative;
}
.modal.simple .inner .header {
	padding: 0;
	cursor: initial;
}
.modal.simple .inner .content {
    padding: 0;
}

.modal.simple .inner .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: 0;
}
.modal.simple .inner .close svg {
    /*background: rgba(255, 255, 255, 0.25);
	stroke: #fff;*/
	background: #f5f5f5;
    stroke: #232323;
    border-radius: 50%;
    padding: .5rem;
}




/* modal */
/*
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
}

.modal {
	background-color: #fff;
	margin: 3rem auto;
	padding: 2rem;
	border-radius: .5rem;
	max-width: 665px;
	display: flex;
	flex-wrap: wrap;
}
.modal .close {
	flex: 1 100%;
	font-size: 3rem;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.modal .content {
	flex: 1 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.modal .content .offer_top {
	flex: 1 100%;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.modal .content .offer_top .image {
	height: 150px;
	width: 150px;
}
.modal .content .offer_top .image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.modal .content .offer_top h2 {
	margin-top: .5rem;
	font-weight: 500;
}
	
.modal .content .offer_wrapper {
	flex: 1 100%;
}
.modal .content .offer_wrapper .offer_wrapper_head {
	font-size: .85rem;
	font-weight: 400;
	background: rgba(40,63,75,.05);
	padding: 0.5rem 0.75rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	text-align: center;
}
.modal .content .offer_wrapper .offer_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	gap: 0.75rem;
	color: initial;
	border-bottom: 1px dotted #ccc;
}
.no-touch .modal .content .offer_wrapper .offer_wrap:hover {
	background: rgba(40,63,75,.025);
}
.modal .content .offer_wrapper .offer_wrap .logo {
    flex: 0 0 100px;
	font-weight: 400;
	font-size: .875rem;
}
.modal .content .offer_wrapper .offer_wrap .logo img {
	height: 22px;
	max-width: 100px;
	object-fit: contain;
}
.modal .content .offer_wrapper .offer_wrap .usp {
	flex: 0 0 175px;
}
.modal .content .offer_wrapper .offer_wrap .prices {
	flex: 0 auto;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.modal .content .offer_wrapper .offer_wrap .prices .old_price {
	display: inline;
	text-decoration: line-through;
	margin-right: 0.25rem;
	color: #444746;	
}
.modal .content .offer_wrapper .offer_wrap .prices .final_price {
	display: inline;
	color: #739bf0;
	font-size: 18px;
	font-weight: 500;
}
.modal .content .offer_wrapper .offer_wrap .cta {
	
}
.modal .content .offer_wrapper .offer_wrap .cta .btn {
    background: #e8f0fe;
    color: #1a73e8;
    border-radius: .5rem;
    min-height: 48px;
    line-height: 48px;
    font-size: .85rem;
    font-weight: 400;
    cursor: pointer;
    padding: 0 1.5rem 0 0.75rem;
    position: relative;
}
.modal .content .offer_wrapper .offer_wrap .cta .btn:after {
    content: '\276F';
    position: absolute;
    top: 0;
    right: 0.75rem;
}
*/

/* advertiser_grid */
.advertiser_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(125px,1fr));
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	width: 100%;
}
.advertiser_grid a .grid_item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	font-size: .85rem;
	font-weight: 400;
	border-radius: .5rem;
	border: 1px solid #eee;
	padding: .5rem .75rem;
	height: 40px;
	margin: 0 auto;
	transition: .3s ease-in-out;
}
.advertiser_grid a .grid_item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.no-touch .advertiser_grid a .grid_item:hover {
	box-shadow: 0 3px 15px #00000026;
}

/* active filters */
.active-filters {
	width: 100%;
}

.filter-btn {
    margin: .5rem .5rem .25rem 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
	border-radius: .5rem;
}

.filter-remove {
    margin-left: 8px;
    font-weight: bold;
    display: inline-block;
}

/* card */
.card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: .5rem;
	width: 100%;
}
.card .top {
	display: flex;
	border-top-right-radius: .5rem;
	border-top-left-radius: .5rem;
	padding: 1rem 1.75rem;
}
.card.acceptedAnswer .top {
	background: #e7f8ed;
	font-weight: 500;
	text-transform: capitalize;
}
.card.threadList .top {
	border-bottom: 1px solid #dee0e1;
}
.card.threadList .top h2 {
	font-size: initial;
}
.card.threadList {
	display: flex;
}
.card.threadList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.card.threadList li {
	display: flex;
	border-bottom: 1px solid #dee0e1;
	padding: .5rem 1.75rem;
}
.card.threadList li svg {
	height: 14px;
	width: 14px;
}
.card.threadList li .headline .title {
	/*font-weight: 500;*/
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.card.threadList li .headline .author {
	display: flex;
	gap: 1rem;
	color: #444746;
	font-size: .85rem;
}
.card.threadList li .replies {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: .85rem;
	color: #444746;
}
.card.threadList li .replies .comment_top {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.card.threadList li .replies .comment_cnt {
	display: flex;
	align-items: center;
	gap: .25rem;
}
.card .top span.sorting {
	margin-left: auto;
	color: #444746;
}
.card .top span.sorting svg {
	stroke: #444746;
}
.card .top svg {
	float: left;
	fill: inherit;
	height: 20px;
	width: 20px;
	padding-right: .5rem;
}
.card .content {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	padding: 1rem 1.75rem;
}
.card .content .text {
	line-height: 1.75;
	letter-spacing: .0075rem;
	max-width: 850px;
	padding-top: 1rem;
}
.card .content .text ul {
	list-style: none;
    padding: 1rem 1.75rem;
	margin: 0;
}
.card .content .text ul li {
	line-height: 2;
}
.card .content .medias {
	display: grid;
	/*grid-template-columns: repeat(auto-fill,minmax(calc(50% - 1rem),1fr));*/
	grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
	gap: 1rem;
}
.card .content .medias .media {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: .5rem;
	overflow: hidden;
	cursor: -webkit-zoom-in;
	transition: .2s all;
}
.no-touch .card .content .medias .media:hover {
	opacity: .8;
}
.card .content .medias .media img {
	object-fit: contain;
}
.card .content .selectedAnswer {
	font-size: .725rem;
	color: #444746;
}
.card .content .selectedAnswer span {
	font-weight: 500;
	text-decoration: capitalize;
}

/* meta */
.meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}
/*
.meta a {
	margin-right: auto;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: .85rem;
}
.meta a:hover {
	text-decoration: none;
}
.meta a .avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: #555;
	border-radius: 20px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.25rem;
}
*/
.meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: .85rem;
}
.meta .avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: #555;
	border-radius: 20px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 1.25rem;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0b57d0;
}
.meta .avatar a {
	color: #fff;
}
.meta .avatar a:hover {
	text-decoration: none;
}
.meta .avatar.odd {
	background: #188038;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #188038;
}
.meta .avatar.even {
	background: #3F51B5;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3F51B5;
}
.meta .avatar img {
	object-fit: contain;
}
.meta .orgPoster {
	font-weight: 500;
}
.meta .about {
	display: flex;
	flex-direction: column;
	line-height: 20px;
}
.meta .about .short {
	color: #636466;
	font-weight: 300;
}
.meta .time {
	display: flex;
	gap: 1rem;
	margin-left: auto;
	color: #444746;
	font-size: .85rem;
}

/* recommendedAnswer */
.recommendedAnswer {
	display: flex;
	align-items: center;
	color: #198639;
	font-size: .85rem;
	font-weight: 500;
	text-transform: capitalize;
}
.recommendedAnswer svg {
	fill: #198639;
	height: 16px;
	width: 16px;
	padding-right: .25rem;
}

/* card > answers */
.card.answers {
	max-width: 650px;
}
.card.answers .answer {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	padding: 1.5rem 1.75rem;
	border-bottom: 1px solid #dee0e1;
}
.card.answers .answer .headline {
	font-weight: 500;
	font-size: 1.05rem;
}
.card.answers .answer .text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	line-height: 1.75;
}
.card.answers .answer .text a {
	position: absolute;
	bottom: 0;
	right: 0;
}
.card.answers .answer .text a span {
	background: rgba(255,255,255,1);
	box-shadow: rgba(255, 255, 255, 0.85) -16px 0px 14px 6px;
}
.card.answers .answer .upvote_count {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: .85rem;
}
.card.answers .answer .upvote_count svg {
	fill: #292929;
	width: 16px;
	height: 16px;
}

/* card > answer */
.card.answer {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2rem 1.75rem;
}
.card.answer .encourage {
	flex: 1;
	line-height: 1.75;
	text-align: center;
}
.card.answer button {
	flex: 1;
}

/* ads */
.ads {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
}
.ads .adsDisclaimer {
	width: 100%;
	font-size: .85rem;
	color: #444746;
}
.ads .ad {
	flex: 0 0 calc(25% - 0.5rem);
	border: 1px solid #dadce0;
	border-radius: .5rem;
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	color: initial;
	transition: .3s ease-in-out;
	font-size: .85rem;
}
.no-touch .ads .ad:hover {
	box-shadow: 0 3px 15px #00000026;
}
.no-touch .ads .ad a:hover {
	text-decoration: none;
}
.ads .ad .image {
	height: 100px;
	position: relative;
	background-color: rgba(40,63,75,.05);
	padding: 1.5rem .75rem;
}
.ads .ad .image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.ads .ad .image .lbl {
	position: absolute;
	top: .5rem;
	right: .5rem;
}
.ads .ad .title {
	margin: 1rem .75rem .75rem .75rem;
	color: #444746;
	height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ads .ad .prices {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 .75rem 1rem .75rem;
}
.ads .ad .prices .final_price {
	display: inline;
	color: #739bf0;
	font-size: 16px;
	font-weight: 500;
}
.ads .ad .prices .old_price {
	font-size: 14px;	
	display: inline;
    text-decoration: line-through;
    margin-left: 0.25rem;
    color: #444746;
}

/* votes */
.votes {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: .85rem;
	padding-top: 1rem;
}

/* button */
button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	outline: 1px solid #ababab;
	border: 0;
	background: none;
	border-radius: 0.5rem;
	padding: .75rem 1rem;
	cursor: pointer;
	color: #0b57d0;
}
button svg {
	width: 16px;
	height: 16px;
}
button.upvote svg {
	fill: #0b57d0
}
button svg.answer {
	stroke: red;
}
button.disabled {
	pointer-events: none;
}
.no-touch button:hover {
	background: #f5f8fd;
	outline: 2px solid #0b57d0;
}
button.cancel {
    outline: 0;
	color: initial;
}
.no-touch button.cancel:hover {
	background: none;
	outline: 0;
}

/* article */
article.review {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-family: Inter, sans-serif;
	font-weight: 400;
}
article.review strong {
	font-weight: 700;
}
article.review h1 {
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.5;
}
article.review h2,
article.review h3,
article.review h4 {
	font-weight: 700;
}
article.review header {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
article.review header summary {
	font-size: 1.5rem;
	font-weight: 500;
	color: #454545;
	line-height: 1.5;
}
article.review header .meta {
	
}
article.review section {
	/*font-size: 1.25rem;*/
	line-height: 1.75;
	max-width: 750px;
	margin: 0 auto;
}

/* affiliateDisclaimer */
.affiliateDisclaimer {
	line-height: 1.75;
	max-width: 750px;
	margin: 0 auto;
	background: #faf8f6;
	text-align: justify;
	/*background: #f7f7f7;*/
	color: #777;
	padding: .75rem 1rem;
}