* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  background: rgba(255, 255, 255, 1);
  line-height: 1.6;
}
img{
max-width: 100%
}
.main-wrapper {
  min-height: 100vh;
  width: 100%;
}
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_row {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.row-column {
  padding: 0 10px;
}
.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px 0;
}
.advertorial {
  color: var(--text-muted);
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
.hero-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 20px;
}
.hero-desktop {
  display: block;
}
.hero-title {
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 1) -1px 0 2px;
  margin: 0;
  padding: 0;
}
.hero-title strong {
  background: rgba(99, 106, 123, 0.6);
}
.hero-mobile {
  display: none;
}
.author-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0 10px;
}
.author-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.author-info {
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.6;
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.main-content {
  width: 70%;
  padding: 0 10px;
}
.sidebar {
  width: 30%;
  padding: 0 10px;
}
.quote-box {
  background: var(--bg-yellow);
  padding: 10px;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: var(--text-dark);
}
.section-header {
  font-size: 26px;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 10px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.paragraph {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding: 10px;
  text-align: left;
  color: var(--text-dark);
}
.reddit-quote {
  background: var(--bg-gray);
  padding: 10px;
  margin: 15px 0 0;
  font-size: 19px;
  line-height: 1.6;
  box-shadow: rgba(37, 42, 50, 1) 2px 0 10px 0;
  color: var(--text-dark);
}
.faq-box {
  background: var(--bg-gray);
  padding: 10px;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.6;
  box-shadow: rgba(37, 42, 50, 1) 2px 0 10px 0;
  color: var(--text-dark);
}
.urgency-box {
  background: var(--bg-yellow);
  border: 4px dashed rgba(155, 155, 155, 1);
  padding: 10px;
  margin: 10px 0 0;
  text-align: center;
}
.urgency-text {
  background: var(--bg-yellow);
  padding: 10px;
  font-size: 19px;
  line-height: 1.6;
  text-align: left;
  color: var(--text-dark);
}
.content-img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.product-card {
  position: sticky;
  top: 20px;
  border: 1px solid rgba(0, 0, 0, 1);
  padding: 10px;
  margin: 60px 20px 0;
  text-align: center;
}
.product-title {
  font-size: 20px;
  font-weight: bold;
}
.product-rating {
  color: rgba(255, 227, 0, 1);
  font-size: 24px;
  font-weight: bold;
}
.product-reviews {
  font-size: 15px;
  color: var(--text-dark);
}
.product-name {
  color: var(--accent-green);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
}
.product-features {
  text-align: left;
  margin: 10px;
}
.product-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}
.product-feature img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.product-feature span {
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.5;
}
#fbcomments,
#fbcomments * {
  text-align: left !important;
}
#fbcomments {
  border-bottom: 1px solid rgba(233, 234, 237, 1);
  max-width: 680px;
  margin: 16px 0;
}
#fbcommentslist {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fbcommentslist > li {
  margin: 10px 0;
}
.comment {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.profilepic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 40px;
}
.comment-content {
  flex: 1;
  min-width: 0;
}
#fbcomments h3 {
  font:
    700 15px Helvetica,
    Arial,
    sans-serif;
  color: rgba(59, 89, 152, 1);
  margin: 0;
}
#fbcomments p {
  margin: 4px 0;
  font:
    16px/24px Helvetica,
    Arial,
    sans-serif;
  color: rgba(5, 5, 5, 1);
}
#fbcomments .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(127, 127, 127, 1);
  font:
    13px/20px Helvetica,
    Arial,
    sans-serif;
  margin-top: 2px;
}
#fbcomments .meta > * + *::before {
  content: "·";
  margin: 0 2px 0 0;
  color: rgba(127, 127, 127, 1);
}
#fbcomments .blue {
  color: rgba(27, 116, 228, 1);
  cursor: pointer;
}
#fbcomments .blue:hover {
  text-decoration: underline;
}
.icon {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
.like-btn,
.likecount {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
ul.replies {
  margin: 8px 0 0 48px;
  list-style: none;
  padding-left: 12px;
  border-left: 1px dotted rgba(211, 214, 219, 1);
}
ul.replies > li {
  margin: 8px 0;
}
#fbcomments .comment-content p strong {
  color: rgba(27, 116, 228, 1);
}
.tip-box {
  background: var(--bg-blue-light);
  border: 2px dashed rgba(255, 0, 0, 1);
  padding: 10px;
  margin: 30px 0 0;
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-dark);
}
.tip-box a {
  color: var(--link-blue);
  text-decoration: underline;
  font-weight: bold;
}
:root {
  --main-color: rgba(22, 163, 74, 1);
  --secondary-color: null;
  --accent-green: rgba(25, 175, 66, 1);
  --accent-green-alt: rgba(63, 160, 38, 1);
  --cta-green: rgba(63, 160, 38, 1);
  --cta-green-hover: rgba(94, 213, 75, 1);
  --text-dark: rgba(34, 34, 34, 1);
  --text-muted: rgba(34, 34, 34, 0.65);
  --bg-yellow: rgba(254, 245, 196, 1);
  --bg-gray: rgba(240, 240, 240, 1);
  --bg-blue-light: rgba(239, 248, 255, 1);
  --link-blue: rgba(74, 144, 226, 1);
  --urgency-red: rgba(208, 2, 27, 1);
}

/* ==================== FACEBOOK-STYLE COMMENTS ==================== */
#fbcomments .icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
}
#fbcomments .replies {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
#fbcomments .replies li {
  margin: 8px 0;
}
#fbcomments .replies .profilepic {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
/* ==================== RESPONSIVE STYLES ==================== */
#adv-content-03-desktop {
  width: 807px;
  height: 432px;
}
#adv-content-04-desktop {
  width: 804px;
  height: 443px;
}
#adv-content-06-desktop {
  width: 807px;
  height: 459px;
}
#adv-content-02-desktop {
  width: 805px;
  height: 456px;
}
#adv-content-01-desktop {
  width: 821px;
  height: 480px;
}
#adv-hero-desktop {
  width: 1163px;
  height: 594px;
}
.footer-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 0;
  padding: 10px;
}
.footer-menu a {
  color: rgba(99, 106, 123, 1);
  font-size: 16px;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-text {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
}
.footer-disclaimer {
  text-align: center;
  font-size: 15px;
  color: rgba(34, 34, 34, 0.65);
  padding: 10px;
  line-height: 1.6;
}

#cc-id-l7ZvL2WgusOu {
  width: 828px;
  height: 448px;
}
#cc-id-I4BO5THAexfa {
  width: 802px;
  height: 469px;
}
#cc-id-mkACmuBwzAKe {
  width: 802px;
  height: 469px;
}
.product-cta {
  display: block;
  color: rgba(246, 249, 254, 1);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: var(--cta-green);
  padding: 15px;
  margin: 10px;
  border-radius: 25px;
}
.product-cta:hover {
  background: var(--cta-green-hover);
}
.btn_more {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: var(--cta-green);
  padding: 20px 40px;
  margin: 10px 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn_more:hover {
  background: var(--cta-green-hover);
  box-shadow:
    inset 0 2px 2px 0 rgba(255, 255, 255, 0.22),
    0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
@media only screen and (max-width: 600px) {
  .hero-desktop {
    display: none;
  }
  .hero-mobile {
    display: block;
  }
  .hero-title {
    font-size: 18px;
  }
  .main-content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .product-card {
    display: none;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .author-desktop {
    display: none;
  }
  .author-mobile {
    display: block;
  }
  ul.replies {
    margin-left: 44px;
  }
  /* 55+ Readability - Never below 19px on mobile */
  body {
    font-size: 19px;
    line-height: 1.6;
  }
  .paragraph {
    font-size: 19px;
    line-height: 1.6;
  }
  .quote-box {
    font-size: 19px;
    line-height: 1.6;
  }
  .reddit-quote {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .tip-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .urgency-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .section-header {
    font-size: 22px;
    line-height: 1.4;
  }
  /* 55+ Readability - Never below 19px on mobile */
  /* 55+ Readability - Never below 19px on mobile */
}
@media only screen and (min-width: 601px) {
  .author-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .hero-desktop {
    display: none;
  }
  .hero-mobile {
    display: block;
  }
  .author-desktop {
    display: none;
  }
  .author-mobile {
    display: block;
  }
  .main-content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .product-card {
    margin: 20px 10px;
    position: relative;
    top: 0;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .hero-title {
    font-size: 24px;
  }
  .section-header {
    font-size: 22px;
  }
  .btn_more {
    font-size: 22px;
    padding: 15px 30px;
  }
  #fbcomments {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-desktop {
    display: none;
  }
  .hero-mobile {
    display: block;
  }
  .hero-title {
    font-size: 18px;
  }
  .main-content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .product-card {
    display: none;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .author-desktop {
    display: none;
  }
  .author-mobile {
    display: block;
  }
  ul.replies {
    margin-left: 44px;
  }
  body {
    font-size: 19px;
    line-height: 1.6;
  }
  .paragraph {
    font-size: 19px;
    line-height: 1.6;
  }
  .quote-box {
    font-size: 19px;
    line-height: 1.6;
  }
  .reddit-quote {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .tip-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .urgency-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .section-header {
    font-size: 22px;
    line-height: 1.4;
  }
  .btn_more {
    font-size: 22px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 769px) {
  .author-mobile {
    display: none;
  }
}

.whitespace-break-spaces {
  white-space: break-spaces;
}
.congrat-container {
  max-width: 680px;
  margin: 0 auto;
}
.congrat-img img {
  max-width: 100px;
}
.congrat-img {
  max-width: 100px;
  margin: 10px auto;
}