/* ── Reset & Base ─────────────────────────────────────────────────────────── */
a { text-decoration: none; }
p, h1, h2, h3, h4, h5, h6 { margin: 0; }
body {
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F5F5F5;
}
.display-none { display: none; }
.display-none-imp { display: none !important; }

/* ── Navigation ───────────────────────────────────────────────────────────── */
#navigation {
  padding: 30px 0;
  background-color: white;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 10px 10px -15px rgba(0,0,0,0.5);
}
#navigation #nav_wrapper_mobile { display: none; }
#navigation #nav_wrapper {
  max-width: 1320px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
}
#navigation .logo { width: 200px; }
#navigation #buttons_center {
  width: calc(100% - 260px);
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
#navigation #buttons_center a { text-decoration: none; color: black; }
#navigation #buttons_center a,
#navigation #buttons_center p { margin: 0 15px; }
#navigation #languages { width: 60px; }
#navigation #show_all_reviews_div { position: relative; }
#navigation #show_all_reviews_div #all_reviews_nav {
  position: absolute;
  background-color: white;
  top: 63px;
  box-shadow: 0 10px 10px -15px rgba(0,0,0,0.5);
  display: flex;
  flex-wrap: wrap;
  width: 182px;
}
#navigation #show_all_reviews_div p { cursor: pointer; }
#navigation #show_all_reviews_div #all_reviews_nav a {
  margin: 0;
  padding: 10px 25px;
  cursor: pointer;
  width: 100%;
}
#navigation #show_all_reviews_div #all_reviews_nav a:hover { background-color: #AF9274; }
#navigation #languages button {
  background: transparent;
  border: none;
  cursor: pointer;
  visibility: hidden;
}
#navigation #mobile_languages_btn { display: none; }
#navigation #mobile_nav_elements {
  background: white;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#mobile_nav_elements a { color: black; text-decoration: none; }
#navigation #mobile_nav_elements p {
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  padding-left: 8px;
  font-size: 22px;
  font-weight: 300;
}

/* ── Footer ───────────────────────────────────────────────────────────────── */
#footer { padding-bottom: 35px; }
#footer .img_c { margin-bottom: 15px; }
#footer .img_c img { height: 40px; }
#footer .footer_elements { display: flex; justify-content: space-between; }
#footer .footer_elements .footer_links { display: flex; }
#footer .footer_elements .footer_links a {
  border-right: 1px solid #32475B;
  color: #32475B;
  text-decoration: underline;
  padding: 0 10px;
  height: 24px;
}
#footer .footer_elements .footer_links a:last-child { padding-right: 0; border-right: none; }

/* ── Shared Content Wrapper ───────────────────────────────────────────────── */
#main_content { max-width: 1320px; margin: auto; padding: 0 20px; }

/* ── Shared Typography ────────────────────────────────────────────────────── */
p.gold_header {
  text-transform: uppercase;
  color: #AF9274;
  font-size: 23px;
  letter-spacing: 3px;
  margin: 0;
}
.h_blue { color: #32475B; font-size: 44px; font-weight: 700; margin: 0 0 35px 0; }

/* ── Homepage: Banner ─────────────────────────────────────────────────────── */
#main_content #banner {
  background-color: #2E375F;
  border-radius: 5px;
  display: flex;
  margin-top: 20px;
}
#main_content #banner_mobile { display: none; }
#main_content #banner .left { width: 50%; }
#main_content #banner .left h1 { color: white; padding: 40px 0 20px 40px; margin: 0; }
#main_content #banner .left p.desc {
  color: white;
  padding: 0 0 20px 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
#main_content #banner .left a.review_winner_btn {
  margin: 0 0 20px 40px;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 300;
  background-color: #AF9274;
  padding: 15px 40px;
  border-radius: 40px;
  box-shadow: 0 7px 5px -4px rgba(0,0,0,0.5);
}
#main_content #banner .left .multiple_reviews {
  padding: 0 0 40px 40px;
  display: flex;
  align-items: center;
}
#main_content #banner .left .multiple_reviews p {
  margin: 0 0 0 5px;
  color: white;
  font-size: 12px;
  font-weight: 200;
}
#main_content #banner .right { width: 50%; display: flex; justify-content: end; }
#main_content #banner .right img { border-radius: 5px; }

/* ── Homepage: Platform Cards ─────────────────────────────────────────────── */
#sites { margin-top: 70px; }
#sites .review_elem {
  display: flex;
  border: 1px solid #af9274;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 10px -4px rgba(0,0,0,0.5);
  margin-bottom: 30px;
}
#sites .review_elem .left {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sites .review_elem .left .flex_wrapper { text-align: center; }
#sites .review_elem .main { width: calc(100% - 520px); padding: 30px; }
#sites .review_elem .right {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sites .review_elem .left .full_star_rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
#sites .review_elem .left .full_star_rating p { margin-left: 5px; }
#sites .review_elem .left .full_star_rating p span { color: #ffc100; font-size: 35px; }
#sites .review_elem .main .pro_con_elem { display: flex; margin-top: 5px; align-items: flex-start; }
#sites .review_elem .main .pro_con_elem p { margin-left: 5px; color: #84919D; }
#sites .review_elem .main p.elem_header { font-size: 22px; font-weight: bold; color: #32475B; }
#sites .review_elem .main p.elem_txt { margin: 15px 0; }
#sites .review_elem .right .total_score { display: flex; align-items: center; margin-right: 10px; }
#sites .review_elem .right .total_score p.score {
  background-color: #34AB85;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  font-size: 30px;
  margin-right: 10px;
}
#sites .review_elem .right .total_score p.score_txt span { color: #32475B; font-weight: bold; }
#sites .review_elem .right a.site_btn {
  display: block;
  background-color: #2E375F;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  padding: 10px 20px;
  max-width: 250px;
  margin: 20px 0 10px 0;
}
#sites .review_elem .right a.know_more_btn { color: #32475B; text-decoration: none; font-size: 15px; }
#sites .review_elem .right a.know_more_btn img { width: 14px; height: 14px; }

/* ── Homepage: Guides ─────────────────────────────────────────────────────── */
#guides { margin-top: 70px; }
#guides #guides_holder { display: flex; justify-content: space-between; }
#guides #guides_holder .guide_elem { width: calc(100% / 3 - 20px); }
#guides #guides_holder .guide_elem img.guide_img { width: 100%; margin-bottom: 10px; }
#guides #guides_holder .guide_elem p.header {
  color: #32475B;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}
#guides #guides_holder .guide_elem p.txt { color: #32475B; margin-bottom: 10px; font-size: 18px; }
#guides #guides_holder .guide_elem hr { border-color: #32475B; width: 80px; margin-left: 0; }
#guides #guides_holder .guide_elem a.go_to_details {
  display: inline-block;
  background-color: #2E375F;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 10px 30px;
}

/* ── Homepage: FAQ ────────────────────────────────────────────────────────── */
#faq { margin-top: 70px; margin-bottom: 70px; }
#faq .faq_elem { margin-bottom: 10px; }
#faq .faq_elem .question {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #AF9274;
  padding: 5px 5px 5px 0;
  align-items: center;
  cursor: pointer;
}
#faq .faq_elem .question p { color: #32475B; font-size: 22px; font-weight: bold; width: calc(100% - 44px); }
#faq .faq_elem .question span.toggle_icon {
  background-color: #2E375F;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .faq_elem .answer { margin-top: 10px; }
#faq .faq_elem .answer p { color: #32475B; font-size: 18px; padding-right: 30px; }

/* ── Review & Article Pages: Layout ──────────────────────────────────────── */
#main_content.inner { padding: 20px; }
#main_content.inner #main_flex { display: flex; }
#main_content.inner #main_flex #left { width: calc(100% - 275px); padding-right: 15px; }
#main_content.inner #main_flex #left #banner_img img { width: 100%; }
#main_content.inner #main_flex #right { width: 275px; padding-left: 15px; }

/* Sidebar: Top Dating Sites */
#main_content.inner #main_flex #right #best_dating_sites {
  background-color: #ededed;
  padding: 10px;
}
#main_content.inner #main_flex #right #best_dating_sites p.header {
  color: #AF9274;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#main_content.inner #main_flex #right #best_dating_sites .bd_elem {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #AF9274;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 7px;
  justify-content: space-between;
}
#main_content.inner #main_flex #right #best_dating_sites .bd_elem p.site_name {
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#main_content.inner #main_flex #right #best_dating_sites .bd_elem p.score { font-size: 10px; margin-right: 5px; }
#main_content.inner #main_flex #right #best_dating_sites .bd_elem p.score span { font-size: 18px; color: #FFC100; }

/* Sidebar: Articles */
#main_content.inner #main_flex #right #articles { margin-top: 20px; }
#main_content.inner #main_flex #right #articles a { text-decoration: none; color: black; }
#main_content.inner #main_flex #right #articles p.header {
  color: #AF9274;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main_content.inner #main_flex #right #articles .articles_elem { margin-bottom: 15px; }
#main_content.inner #main_flex #right #articles .articles_elem .img_c { margin-bottom: 10px; }
#main_content.inner #main_flex #right #articles .articles_elem .img_c img { width: 100%; }
#main_content.inner #main_flex #right #articles .articles_elem p.articles_elem_header {
  font-size: 18px;
  font-weight: bold;
}

/* ── Review Pages: Comparison Section ────────────────────────────────────── */
#main_content.inner #main_flex #left #comparison { margin-top: 35px; }
#main_content.inner #main_flex #left #comparison p#comparison_txt { font-size: 18px; }
#main_content.inner #main_flex #left #comparison #pro_contra { margin-top: 35px; display: flex; }
#main_content.inner #main_flex #left #comparison #pro_contra .header_elem { text-align: center; padding: 20px; }
#main_content.inner #main_flex #left #comparison #pro_contra .header_elem p { font-size: 22px; font-weight: bold; color: white; }
#main_content.inner #main_flex #left #comparison #pro_contra #pro .header_elem { background-color: #14D79B; }
#main_content.inner #main_flex #left #comparison #pro_contra #contra .header_elem { background-color: #D72444; }
#main_content.inner #main_flex #left #comparison #pro_contra #pro,
#main_content.inner #main_flex #left #comparison #pro_contra #contra {
  width: 50%;
  background-color: #ededed;
}
#main_content.inner #main_flex #left #comparison #pro_contra .pro_contra_elem {
  display: flex;
  padding: 25px 50px 0 25px;
  align-items: center;
}
#main_content.inner #main_flex #left #comparison #pro_contra .pro_contra_elem:last-child { padding-bottom: 25px; }
#main_content.inner #main_flex #left #comparison #pro_contra .pro_contra_elem p { font-size: 20px; }
#main_content.inner #main_flex #left #comparison #pro_contra .pro_contra_elem img { margin-right: 15px; width: 24px; height: 24px; }

/* ── Review Pages: Insights ───────────────────────────────────────────────── */
#main_content.inner #main_flex #left #insights { margin-top: 70px; }
#main_content.inner #main_flex #left #insights p#insights_txt { font-size: 18px; }
#main_content.inner #main_flex #left #insights #insights_images { margin-top: 20px; display: flex; justify-content: space-between; }
#main_content.inner #main_flex #left #insights #insights_images .insight_elem { width: calc(100% / 3 - 20px); }
#main_content.inner #main_flex #left #insights #insights_images .insight_elem .img_c { margin-bottom: 20px; }
#main_content.inner #main_flex #left #insights #insights_images .insight_elem .img_c img { width: 100%; border-radius: 18px 18px 0 0; }
#main_content.inner #main_flex #left #insights #insights_images .insight_elem p.insights_img_txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #32475B;
}
#main_content.inner #main_flex #left #insights .h_blue { margin-bottom: 20px; }

/* ── Review Pages: Ratings ────────────────────────────────────────────────── */
#main_content.inner #main_flex #left #ratings { margin-top: 70px; }
#main_content.inner #main_flex #left #ratings .h_blue { margin-bottom: 20px; }
#main_content.inner #main_flex #left #ratings p#ratings_txt { font-size: 18px; }
#main_content.inner #main_flex #left #ratings #ratings_block {
  margin: 20px 0;
  border-radius: 15px;
  box-shadow: 0 2px 10px -4px rgba(0,0,0,0.5);
  border: 1px solid #ededed;
  display: flex;
  background-color: white;
}
#main_content.inner #main_flex #left #ratings #ratings_block #left_block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 20px;
}
#main_content.inner #main_flex #left #ratings #ratings_block #left_block .content p.header { font-size: 26px; font-weight: bold; color: #32475B; }
#main_content.inner #main_flex #left #ratings #ratings_block #left_block .content p.score { font-size: 20px; text-align: center; }
#main_content.inner #main_flex #left #ratings #ratings_block #left_block .content p.score span { font-size: 50px; color: #FFC100; }
#main_content.inner #main_flex #left #ratings #ratings_block #left_block .content div.star_rating { text-align: center; margin-top: -10px; }
#main_content.inner #main_flex #left #ratings #ratings_block #left_block .content #total_ratings_btn {
  background-color: #FFF6ED;
  border: none;
  border-radius: 20px;
  margin: 20px auto 0 auto;
  display: block;
  padding: 10px 30px;
}
#main_content.inner #main_flex #left #ratings #ratings_block #right_block { width: 55%; padding: 50px 25px 25px 20px; }
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem { margin-bottom: 25px; }
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem .score_texts { display: flex; justify-content: space-between; margin-bottom: 10px; }
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem .score_texts p { font-size: 16px; font-weight: bold; }
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem .fill_line,
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem .fill_line .overlay_line { height: 7px; border-radius: 10px; }
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem .fill_line { width: 100%; background-color: #F3F3F3; }
#main_content.inner #main_flex #left #ratings #ratings_block #right_block .score_elem .overlay_line { background-color: #ffc100; }
#main_content.inner #main_flex #left #ratings #final_banner {
  background-color: #2E375F;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 70px 0;
}
#main_content.inner #main_flex #left #ratings #final_banner .full_star_rating { display: flex; align-items: center; }
#main_content.inner #main_flex #left #ratings #final_banner .full_star_rating .star_rating img { margin-right: 5px; width: 30px; height: 30px; }
#main_content.inner #main_flex #left #ratings #final_banner .full_star_rating p { margin-left: 5px; color: white; }
#main_content.inner #main_flex #left #ratings #final_banner .full_star_rating p span { color: #ffc100; font-size: 35px; }
#main_content.inner #main_flex #left #ratings #final_banner a.site_btn {
  background-color: white;
  color: #AF9274;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
}
#main_content.inner #main_flex #left #ratings #final_banner .img_c img { width: 100%; margin-top: 5px; }

/* ── Test Winner Banner ───────────────────────────────────────────────────── */
/* Full-width horizontal TEST WINNER banner */
.tw_banner {
  background-color: #2E375F;
  border-radius: 8px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.tw_banner .tw_left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.tw_crown { width: 55px; height: 55px; flex-shrink: 0; }
.tw_info .tw_logo_row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.tw_info .tw_logo { height: 20px; width: auto; }
.tw_info .tw_label {
  color: white;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
.tw_info .tw_tagline {
  color: rgba(255,255,255,0.65);
  font-size: 12px;
  margin: 0;
}
.tw_divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
  margin: 0 5px;
}
/* Center block: stars stacked above description */
.tw_center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.tw_stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.tw_stars img { width: 20px; height: 20px; }
.tw_stars .tw_score {
  color: #FFC100;
  font-weight: bold;
  font-size: 18px;
  margin-left: 5px;
}
.tw_stars .tw_score_denom {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  margin-left: 2px;
}
.tw_center .tw_desc {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  text-align: center;
  line-height: 1.45;
  margin: 0;
}
.tw_btn {
  background-color: rgba(255,255,255,0.12);
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s;
}
.tw_btn:hover { background-color: rgba(255,255,255,0.22); color: white; }

/* Sidebar TEST WINNER card */
.tw_sidebar_card {
  background-color: #2E375F;
  border-radius: 10px;
  padding: 25px 20px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.tw_crown_lg { width: 70px; height: 70px; margin: 0 auto 12px; display: block; }
.tw_sidebar_card .tw_label {
  color: white;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.tw_sidebar_card .tw_logo_lg {
  max-width: 160px;
  height: 22px;
  width: auto;
  margin: 0 auto 18px;
  display: block;
}
.tw_sidebar_card .tw_tagline {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.tw_sidebar_card .tw_stars { margin-bottom: 18px; justify-content: center; }
.tw_sidebar_card .tw_btn {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 20px;
  background-color: white;
  color: #2E375F;
  border: none;
}
.tw_sidebar_card .tw_btn:hover { background-color: #f0f0f0; color: #2E375F; }

/* ── Article/Guide Pages ──────────────────────────────────────────────────── */
.content_elem { margin-top: 35px; margin-bottom: 35px; }
.content_elem .main_content_txt { font-size: 18px; line-height: 1.7; }
.content_elem .content_elem_header { font-size: 22px; font-weight: bold; color: #32475B; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.content_elem .content_elem_header img { width: 24px; height: 24px; }

/* How We Rate special sections */
#how_we_rate_banner img { width: 100%; margin-bottom: 20px; }
#trust_us, #more_questions {
  background-color: #ededed;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 30px 0;
}
#trust_us p.header, #more_questions p.header { font-size: 26px; font-weight: bold; color: #32475B; margin-bottom: 15px; }
#trust_us p.txt, #more_questions p.txt { font-size: 18px; color: #32475B; }
#more_questions a.cta {
  display: inline-block;
  margin-top: 20px;
  background-color: #2E375F;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
}

/* ── Blog Section ─────────────────────────────────────────────────────────── */
#blog_section { max-width: 1320px; margin: auto; padding: 40px 20px 70px; }
#blog_section .blog_header { margin-bottom: 40px; }
#blog_section .posts_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.post_card {
  background: white;
  border: 1px solid #af9274;
  border-radius: 5px;
  box-shadow: 0 2px 10px -4px rgba(0,0,0,0.5);
  overflow: hidden;
}
.post_card .post_img { width: 100%; height: 200px; object-fit: cover; }
.post_card .post_img_placeholder { width: 100%; height: 200px; background: #ededed; }
.post_card .post_card_body { padding: 20px; }
.post_card .post_card_body .post_date { font-size: 13px; color: #84919D; margin-bottom: 8px; display: block; }
.post_card .post_card_body .post_title { font-size: 20px; font-weight: bold; color: #32475B; margin-bottom: 10px; }
.post_card .post_card_body .post_title a { color: #32475B; text-decoration: none; }
.post_card .post_card_body .post_title a:hover { color: #AF9274; }
.post_card .post_card_body .post_excerpt { font-size: 15px; color: #84919D; margin-bottom: 15px; line-height: 1.5; }
.post_card .post_card_body .read_more {
  color: #2E375F;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.post_card .post_card_body .read_more:hover { color: #AF9274; }
#blog_section .no_posts { text-align: center; padding: 60px 20px; color: #84919D; font-size: 18px; }

/* Blog Post Single */
.blog_post_article .post_featured_img { width: 100%; border-radius: 5px; margin-bottom: 30px; }
.blog_post_article .post_meta { font-size: 14px; color: #84919D; margin-bottom: 15px; }
.blog_post_article .post_content { font-size: 18px; line-height: 1.8; color: #32475B; }
.blog_post_article .post_content h2 { font-size: 28px; font-weight: bold; margin: 30px 0 15px; color: #2E375F; }
.blog_post_article .post_content h3 { font-size: 22px; font-weight: bold; margin: 25px 0 10px; color: #2E375F; }
.blog_post_article .post_content p { margin-bottom: 18px; }
.blog_post_article .post_content ul, .blog_post_article .post_content ol { margin: 15px 0 15px 25px; }
.blog_post_article .post_content li { margin-bottom: 8px; }
.blog_post_article .post_content figure.post-image { margin: 25px 0; }
.blog_post_article .post_content figure.post-image img { width: 100%; border-radius: 5px; }
.blog_post_article .post_back_link { margin-top: 40px; display: inline-block; color: #2E375F; font-weight: bold; }
.tw_sidebar_card.tw_mobile_only { display: none; margin-top: 35px; }
@media (max-width: 767px) {
  .tw_sidebar_card.tw_mobile_only { display: block; }
}

/* Author Page (Über Emma) */
.author_page { max-width: 820px; }
.author_profile {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px;
  background: #F0F2F8;
  border-radius: 12px;
  margin-bottom: 40px;
}
.author_avatar {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
}
.author_avatar img {
  width: 160px !important;
  height: 160px !important;
  max-width: 160px !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
}
.author_intro h1 { margin: 4px 0 12px; }
.author_tagline { font-size: 17px; color: #32475B; line-height: 1.5; margin-bottom: 16px; }
.author_tags { display: flex; flex-wrap: wrap; gap: 8px; }
.author_tag {
  background: white;
  color: #2E375F;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #DDE1EE;
}
.author_content h2 { margin-top: 32px; margin-bottom: 14px; }
.author_content p { font-size: 17px; line-height: 1.7; color: #32475B; margin-bottom: 16px; }
.author_content ul { font-size: 17px; line-height: 1.7; color: #32475B; margin: 10px 0 20px 25px; }
.author_content ul li { margin-bottom: 8px; }
.author_content a { color: #2E375F; font-weight: 500; text-decoration: underline; }
@media (max-width: 767px) {
  .author_profile { flex-direction: column; text-align: center; padding: 24px; gap: 20px; }
  .author_tags { justify-content: center; }
  .author_avatar { width: 130px; height: 130px; }
  .author_avatar img { width: 130px !important; height: 130px !important; max-width: 130px !important; }
}

/* Author byline on blog posts */
.post_author_box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: #F0F2F8;
  border-radius: 10px;
  margin: 35px 0;
  text-decoration: none;
  color: inherit;
}
.post_author_box:hover { background: #e6e9f3; }
.post_author_box .author_avatar_sm {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.post_author_box .author_avatar_sm img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
}
.post_author_box .author_meta_label { font-size: 12px; color: #84919D; margin: 0 0 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.post_author_box .author_meta_name { font-size: 16px; font-weight: bold; color: #2E375F; margin: 0; }
.post_author_box .author_meta_more { font-size: 13px; color: #84919D; margin: 2px 0 0; }

/* ── Homepage: How We Test Section ────────────────────────────────────────── */
#how_we_test {
  margin-top: 50px;
  padding: 30px;
  background: #EEF2F7;
  border-radius: 12px;
  border-bottom: none;
  margin-bottom: 10px;
}
#how_we_test .h_blue { font-size: 36px; margin-bottom: 15px; }
.how_we_test_intro { font-size: 16px; color: #555; line-height: 1.6; margin-bottom: 30px; }
.how_we_test_cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}
.how_we_test_col {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border: 1px solid #dce4ef;
}
.hwt_icon { margin-bottom: 10px; display: flex; }
.hwt_icon svg { display: block; }
.how_we_test_col p { font-size: 15px; color: #555; line-height: 1.6; margin-top: 6px; }
.col_label { font-weight: 700; color: #32475B; font-size: 15px; margin: 0; }
a.blue_link { color: #4A90D9; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-block; margin-bottom: 0; }
a.blue_link:hover { text-decoration: underline; }

/* ── Homepage: Info Two-Column Sections ───────────────────────────────────── */
.info_two_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 40px;
}
.info_box {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.info_box h3.h_blue { font-size: 22px; margin-bottom: 15px; }
.info_box p { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 12px; }
.info_box p:last-child { margin-bottom: 0; }
.info_box ul, .info_box ol { padding-left: 20px; margin: 0; }
.info_box ul li, .info_box ol li { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 8px; }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  #main_content #banner { overflow: hidden; }
  #main_content #banner .left { width: calc(100% - 443px); }
  #main_content #banner .right { width: 443px; }
  #main_content #banner .right img { margin-right: -80px; width: 523px; }
}

@media (max-width: 990px) {
  .how_we_test_cols { grid-template-columns: 1fr 1fr; }
  .info_two_col { grid-template-columns: 1fr; }
  .tw_banner .tw_center .tw_tagline { font-size: 13px; }
  #main_content #banner { display: none; }
  #main_content #banner_mobile {
    display: inherit;
    background: url(https://d3qkxh84sanyh9.cloudfront.net/www.wewantchoice.com/main_banner_med.jpg) no-repeat;
    width: 100%;
    height: 280px;
    background-position: center;
    background-color: #2e3760;
    border-radius: 5px;
    margin-top: 20px;
  }
  #sites, #guides, #faq { margin-top: 20px; }
  #sites .review_elem .main { width: calc(100% - 440px); padding: 30px 15px; }
  #sites .review_elem .left { width: 230px; }
  #sites .review_elem .right { width: 210px; }
  .h_blue { font-size: 30px; margin: 0 0 20px 0; }
  p.gold_header { font-size: 18px; }
  #main_content.inner #main_flex #left #ratings #ratings_block { flex-wrap: wrap; }
  #main_content.inner #main_flex #left #ratings #ratings_block #right_block { width: 100%; padding: 18px; }
  #main_content.inner #main_flex #left #ratings #ratings_block #left_block { width: 100%; padding: 18px 18px 0 18px; }
  #main_content.inner #main_flex #left #comparison #pro_contra { flex-wrap: wrap; }
  #main_content.inner #main_flex #left #comparison #pro_contra #pro,
  #main_content.inner #main_flex #left #comparison #pro_contra #contra { width: 100%; }
  #main_content.inner #main_flex #left #comparison, #main_content.inner #main_flex #left #insights, #main_content.inner #main_flex #left #ratings { margin-top: 20px; }
  #main_content.inner #main_flex #left #ratings #final_banner { flex-wrap: wrap; }
  #main_content.inner #main_flex #left #ratings #final_banner a.site_btn { width: 100%; margin: 10px auto 0 auto; }
}

@media (max-width: 767px) {
  .how_we_test_cols { grid-template-columns: 1fr; }
  #how_we_test .h_blue { font-size: 26px; }
  .tw_banner { height: auto; flex-wrap: wrap; padding: 15px; }
  .tw_banner .tw_left { width: 100%; }
  .tw_banner .tw_divider { display: none; }
  .tw_banner .tw_center { width: 100%; padding: 10px 0; }
  .tw_banner .tw_btn { width: 100%; text-align: center; padding: 12px; }
  #navigation #nav_wrapper_mobile { display: inherit; position: relative; padding: 0 20px; }
  #navigation #nav_wrapper { display: none; }
  #navigation #nav_wrapper_mobile .logo { width: 100%; text-align: center; }
  #navigation #nav_wrapper_mobile #nav_mobile_toggler { position: absolute; background: transparent; border: none; }
  #navigation #nav_wrapper_mobile #nav_mobile_toggler img { width: 40px; }
  #footer .img_c { text-align: center; }
  #footer .footer_elements { flex-wrap: wrap; }
  #footer .footer_elements p { width: 100%; text-align: center; margin-bottom: 15px; }
  #footer .footer_elements .footer_links { width: 100%; justify-content: center; }
  #sites .review_elem { flex-wrap: wrap; }
  #sites .review_elem .main { width: 100%; padding: 15px; }
  #sites .review_elem .left { width: 100%; padding: 15px 15px 0 15px; }
  #sites .review_elem .left .img_c { max-width: 220px; }
  #sites .review_elem .left .img_c img { width: 100%; }
  #sites .review_elem .right { width: 100%; padding: 0 15px 15px 15px; }
  #sites .review_elem .right .total_score { display: none; }
  #sites .review_elem .right a.site_btn { max-width: 450px; width: 100%; display: inline-block; font-size: 22px; }
  #sites .review_elem .right a.know_more_btn { text-align: center; display: inline-block; width: 100%; }
  #guides #guides_holder { flex-wrap: wrap; }
  #guides #guides_holder .guide_elem { width: calc(100% / 2 - 20px); margin-bottom: 20px; }
  #main_content.inner #main_flex #right { display: none; }
  #main_content.inner #main_flex #left { width: 100%; padding-right: 0; }
  #blog_section .posts_grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575px) {
  #guides #guides_holder .guide_elem { width: 100%; }
  #main_content.inner #main_flex #left #insights #insights_images { flex-wrap: wrap; }
  #main_content.inner #main_flex #left #insights #insights_images .insight_elem { width: calc(100% / 2 - 20px); margin-bottom: 20px; }
  #blog_section .posts_grid { grid-template-columns: 1fr; }
}

@media (max-width: 425px) {
  #main_content #banner_mobile {
    background: url(https://d3qkxh84sanyh9.cloudfront.net/www.wewantchoice.com/main_banner_mobile.jpg) no-repeat;
    height: 175px;
    background-position: center;
  }
  #guides #guides_holder .guide_elem hr { display: none; }
  #guides #guides_holder .guide_elem a.go_to_details { width: 100%; }
  #faq .faq_elem .question p { font-size: 16px; }
  #faq .faq_elem .answer p { font-size: 14px; }
  #navigation #nav_wrapper_mobile .logo { text-align: right; }
  #footer .footer_elements .footer_links { flex-wrap: wrap; }
  #footer .footer_elements .footer_links a { border-right: none; width: 100%; text-align: center; margin-bottom: 5px; }
}

@media (max-width: 380px) {
  #navigation #nav_wrapper_mobile .logo img { width: 180px; }
}
