* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #2f2f2f;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #3f5fb7;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: #1f469d;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.article-shell {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top-strip {
  background: #344a5f;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-transform: uppercase;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  border-bottom: 1px solid #e3e3e3;
  background: #fbfbfb;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.site-logo {
  display: block;
  width: 174px;
  height: auto;
}

.brand-lockup i {
  width: 1px;
  height: 30px;
  background: #d6d6d6;
}

.brand-lockup strong {
  color: #1582c5;
  font-weight: 600;
}

.brand-mark {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background:
    conic-gradient(#e744a0 0 16%, #fa8d23 16% 32%, #ffd037 32% 48%, #23b95a 48% 64%, #1999d6 64% 80%, #6856d9 80% 100%);
}

.trend {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2f2f2f;
  font-size: 16px;
}

.flag {
  font-size: 26px;
  line-height: 1;
}

.update-alert {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(255, 227, 149, 0.53);
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.45;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 710px) 250px;
  column-gap: 30px;
  align-items: start;
  padding-top: 30px;
}

.article-main {
  min-width: 0;
}

.article-main h1 {
  margin: 0 0 18px;
  color: #2f2f2f;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.sale-link,
.blue-cta {
  display: inline-block;
  margin: 0 0 20px;
  color: #3f5fb7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  color: #808080;
  font-size: 14px;
}

.meta-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.stars,
.side-stars,
.ratings-head span {
  color: #ff9f1c;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 1;
}

.stars span,
.side-stars span,
.ratings-head i {
  color: #bfbfbf;
  font-style: normal;
}

.author-avatar,
.comment-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d8e4ef;
  color: #344a5f;
  font-size: 12px;
  font-weight: 800;
}

.likes {
  color: #808080;
  white-space: nowrap;
}

.hero-placeholders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 20px;
  text-decoration: none;
}

.source-hero-media {
  margin-bottom: 24px;
}

.hero-media {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  text-decoration: none;
}

.hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.article-image {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  text-decoration: none;
}

.article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.placeholder {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  background:
    linear-gradient(135deg, rgba(52, 74, 95, 0.08) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(52, 74, 95, 0.08) 75%) 0 0 / 22px 22px,
    #f3f3f3;
  color: #334a5f;
  text-align: center;
}

.placeholder span {
  max-width: 82%;
  font-size: 15px;
  font-weight: 800;
}

.placeholder small {
  display: block;
  max-width: 82%;
  margin-top: 5px;
  color: #777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.placeholder-half {
  min-height: 428px;
}

.placeholder-wide {
  width: 100%;
  min-height: 415px;
  margin: 14px 0 24px;
  text-decoration: none;
}

.summary {
  margin: 18px 0 22px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.article-main p {
  margin: 0 0 20px;
}

.article-main h2 {
  margin: 34px 0 20px;
  color: #2f2f2f;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}

.source-media {
  margin-bottom: 22px;
}

.plain-checks {
  margin: 0 0 20px;
}

.plain-checks p {
  margin-bottom: 8px;
  font-weight: 700;
}

.offer-box {
  margin: 16px 0 24px;
  padding: 22px 26px;
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
}

.offer-box .placeholder-wide {
  min-height: 315px;
}

.offer-list h3 {
  position: relative;
  margin: 22px 0 6px;
  padding-left: 34px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.offer-list h3::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #16c60c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.offer-list p {
  margin-bottom: 14px;
}

.quote-card {
  margin: 18px 0;
  padding: 22px 26px;
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
}

.quote-card p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.55;
}

.quote-card span {
  color: #808080;
  font-size: 14px;
  font-weight: 700;
}

.social-proof {
  width: 100%;
  margin: 34px 0 34px;
  color: #050505;
  font-family: "SF Pro Display", Roboto, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.social-proof * {
  font-family: "SF Pro Display", Roboto, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.social-proof h2 {
  margin: 0 0 22px;
  color: #050505;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
}

.source-author {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.facebook-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  align-items: start;
  padding: 12px 0 18px;
}

.facebook-post-column {
  display: flex;
  flex-direction: column;
  gap: 35px;
  min-width: 0;
}

.post-container-wrapper {
  display: block;
  background: #fff;
  outline: 12px solid #f0f2f5;
}

.post-container {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  background: #fff;
  break-inside: avoid;
  page-break-inside: avoid;
}

.post-click {
  display: block;
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.post-click:hover {
  color: inherit;
}

.post-container-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pic-name-time,
.time-globe,
.flex-center,
.flex-start,
.flex-row,
.like-button,
.comment-button {
  display: flex;
}

.pic-name-time {
  align-items: flex-start;
}

.pic-name-time > div {
  margin-left: 10px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.time-globe {
  align-items: center;
  margin-top: 2px;
}

.profile-pic {
  width: 35px !important;
  height: 35px !important;
  flex: 0 0 35px;
  margin-bottom: 12px !important;
  border-radius: 50%;
  object-fit: cover;
}

.author-name-main {
  margin: 0 0 -1px !important;
  color: #3f5893;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
}

.post-date {
  margin: 0 !important;
  color: #62676f !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
}

.dot-symbol {
  margin: 0 3px;
  color: #8a8d91;
  font-size: 12px;
  line-height: 12px;
}

.globe {
  width: 12px !important;
  height: 12px !important;
  margin-bottom: 0 !important;
}

.dots-container span {
  display: block;
  width: 38px;
  padding: 2px 8px 9px;
  color: #61676f;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.post-text-content {
  width: 100% !important;
  margin: 0 0 12px !important;
  color: #1e2128 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
}

.post-image {
  overflow: hidden;
  margin: 0 -20px 6px;
  border: 1px solid #d7dce3;
  background: #f3f4f6;
}

.post-image img {
  display: block;
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.post-image-robert img {
  object-position: center 54%;
}

.post-image-megan img {
  height: 176px;
  object-position: center 54%;
}

.reactions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #ced0d4;
}

.flex-center {
  align-items: center;
}

.reaction-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  line-height: 1;
}

.reaction-like {
  background-image: url("../img/reaction-like.png");
}

.reaction-love {
  margin-left: -3px;
  background-image: url("../img/reaction-love.png");
}

.reactions-number,
.number-of-comments {
  color: #62676f;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.reactions-number {
  margin-left: 5px;
  color: #65676b;
}

.like-comment {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ced0d4;
}

.like-button,
.comment-button {
  align-items: center;
  color: #718096;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.like-button::before,
.comment-button::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: center / 18px 18px no-repeat;
  content: "";
}

.like-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23718096' d='M21.3 10.08A3 3 0 0 0 19 9h-4.56L15 7.57A4.13 4.13 0 0 0 11.11 2a1 1 0 0 0-.91.59L7.35 9H5a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h12.73a3 3 0 0 0 2.95-2.46l1.27-7a3 3 0 0 0-.65-2.46zM7 20H5a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2zm13-7.82-1.27 7a1 1 0 0 1-1 .82H9v-9.79l2.72-6.12A2.11 2.11 0 0 1 13.1 6.87L12.57 8.3A2 2 0 0 0 14.44 11H19a1 1 0 0 1 .77.36 1 1 0 0 1 .23.82z'/%3E%3C/svg%3E");
}

.comment-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23718096' d='M1 4.5C1 3.119 2.119 2 3.5 2h9C13.881 2 15 3.119 15 4.5v5c0 1.381-1.119 2.5-2.5 2.5H8.688l-3.063 2.68C4.992 15.234 4 14.784 4 13.942V12h-.5C2.119 12 1 10.881 1 9.5v-5zM3.5 3C2.672 3 2 3.672 2 4.5v5c0 .828.672 1.5 1.5 1.5H5v2.898L8.312 11H12.5c.828 0 1.5-.672 1.5-1.5v-5c0-.828-.672-1.5-1.5-1.5h-9z'/%3E%3C/svg%3E");
}

.testimonials-comment-section {
  margin-top: 0;
}

.comment-container {
  margin-top: 6px;
}

.flex-start {
  align-items: flex-start;
}

.comment-profile-pic {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-buble {
  width: fit-content;
  margin-left: 5px;
  padding: 1px 10px 6px;
  border-radius: 10px;
  background-color: #f0f2f5;
}

.author-name {
  display: block;
  margin-bottom: 1px;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 13px !important;
  text-transform: capitalize;
}

.comment-buble p {
  display: table-cell;
  margin: 0 !important;
  color: #1e2128 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px !important;
  letter-spacing: 0 !important;
}

.comment-like-reply {
  margin-left: 9px;
}

.social-proof .like,
.social-proof .reply,
.time-ago {
  color: #65676b;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0;
}

.social-proof .reply {
  margin-left: 5px;
  padding: 0 !important;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.time-ago {
  margin-left: 6px;
  color: #62676f;
  font-weight: 400;
}

.subcomment-container {
  margin-top: 10px;
}

.subcomment-profile-pic {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px;
  border-radius: 50%;
  object-fit: cover;
}

.worth-table {
  width: 100%;
  margin: 8px 0 22px;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  background: #fbfbfb;
}

.worth-table td {
  width: 50%;
  padding: 12px 14px;
  border: 1px solid #e4e4e4;
  font-size: 17px;
  font-weight: 700;
}

.worth-animation {
  overflow: hidden;
  margin: 14px 0 24px;
  border: 1px solid #d7d7d7;
  background: #fafafa;
}

.worth-animation img {
  display: block;
  width: 100%;
  height: auto;
}

.check-panel,
.question-card {
  margin: 18px 0 28px;
  padding: 20px 26px;
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
}

.check-panel p,
.question-card p {
  position: relative;
  margin: 0 0 18px;
  padding-left: 34px;
}

.check-panel p:last-child,
.question-card p:last-child {
  margin-bottom: 0;
}

.check-panel span,
.question-card span {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #16c60c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.split-panel {
  margin-top: 260px;
}

.green-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 28px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #0bac4b;
  box-shadow: 0 2px 0 #04461e;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.green-cta:hover {
  background: #067131;
  color: #fff;
}

.comment-thread {
  margin: 12px 0 26px;
}

.comment {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.comment p {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.45;
}

.comment p strong {
  color: #3f5fb7;
}

.comment em,
.comment span {
  color: #969696;
  font-size: 13px;
  font-style: normal;
}

.dashed-update {
  margin: 22px 0;
  padding: 18px 20px;
  border: 3px dashed #000;
  background: #fff9e9;
  font-size: 19px;
  line-height: 1.45;
}

.final-cta {
  margin-top: 18px;
}

.note {
  text-align: center;
}

.ratings-box {
  margin: 32px 0 36px;
  border-top: 1px solid #e2e2e2;
  background: #f2f2f2;
}

.ratings-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px 14px;
  background: #fbfbfb;
}

.ratings-head h3,
.fb-comments h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.ratings-head p {
  margin: 0 0 4px;
  font-size: 16px;
}

.ratings-head strong {
  display: block;
  font-size: 23px;
}

.rating-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 26px;
}

.score-row {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 18px;
  align-items: center;
  padding: 8px 18px;
}

.score-row div {
  overflow: hidden;
  height: 20px;
  border-radius: 12px;
  background: #c6c6c6;
}

.score-row span {
  display: block;
  height: 100%;
  padding-right: 14px;
  border-radius: 12px;
  background: #1e65aa;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.score-row p {
  margin: 0;
  font-size: 18px;
}

.fb-comments {
  margin-bottom: 80px;
  border-top: 1px solid #e2e2e2;
  padding-top: 22px;
}

.comment-input {
  width: calc(100% - 88px);
  height: 50px;
  margin: 22px auto 28px;
  padding: 14px;
  border: 1px solid #cfcfcf;
  color: #c6cfd8;
  font-size: 14px;
}

.fb-comments .small {
  display: block;
  padding-left: 58px;
}

.fb-comments .small .comment-avatar {
  display: none;
}

.article-sidebar {
  position: sticky;
  top: 18px;
  z-index: 2;
  align-self: start;
}

.side-card {
  position: static;
  padding: 10px;
  border: 1px solid #edf2f7;
  background: #fff;
  text-align: center;
}

.side-card h3 {
  color: #060606;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.side-card h3:nth-child(-n+2) {
  margin: 0;
  padding: 0 16px;
  background: rgba(240, 240, 240, 0.8);
}

.side-card h3:first-child {
  padding-top: 20px;
}

.side-card h3:nth-child(2) {
  padding-top: 6px;
  padding-bottom: 14px;
  color: #035282;
  font-size: 15px;
  font-weight: 600;
}

.side-card h3:nth-of-type(3) {
  padding: 0 12px 10px;
  color: #3f5fb7;
  font-size: 17px;
  font-weight: 700;
}

.side-stars {
  margin: 12px 0 20px;
  font-size: 18px;
}

.side-stars a {
  font-size: 14px;
  text-decoration: none;
}

.side-product {
  display: flex;
  min-height: 235px;
  margin: 15px 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf2f7;
  background: #fff;
  text-decoration: none;
}

.side-product img {
  display: block;
  width: 100%;
  max-width: 218px;
  height: auto;
  margin: 0 auto;
}

.side-card p {
  padding: 0 10px;
  color: #3f5fb7;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.side-card .green-cta {
  min-height: 56px;
  margin: 0;
  padding: 16px;
  font-size: 17px;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  padding: 9px 12px;
  background: #08af4f;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
}

.mobile-cta a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

footer {
  padding: 48px 0 42px;
  background: #111;
  color: rgba(255, 255, 255, 0.24);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

footer .bottom__footer {
  margin-bottom: 26px;
}

footer ul {
  display: flex;
  justify-content: center;
  gap: 46px;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

footer p {
  max-width: 940px;
  margin: 0 auto 18px;
}

footer span {
  font-weight: 700;
}

@media (max-width: 1040px) {
  .article-shell {
    max-width: 940px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .page-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    column-gap: 24px;
  }

  .article-main h1 {
    font-size: 38px;
  }

  .social-proof {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 42px;
    font-size: 18px;
  }

  .article-shell {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-strip {
    line-height: 24px;
  }

  .header-inner {
    min-height: 45px;
  }

  .brand-lockup {
    gap: 5px;
    font-size: 24px;
  }

  .site-logo {
    width: 142px;
  }

  .brand-lockup i,
  .brand-lockup strong {
    display: none;
  }

  .brand-mark {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .trend {
    font-size: 14px;
  }

  .flag {
    font-size: 22px;
  }

  .page-layout {
    display: block;
    padding-top: 24px;
  }

  .article-sidebar {
    display: none;
  }

  .article-main h1 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.35;
  }

  .sale-link,
  .blue-cta {
    font-size: 18px;
  }

  .article-meta {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .meta-left {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 0 12px;
  }

  .meta-left .stars {
    grid-column: 2;
    grid-row: 2;
  }

  .author-avatar {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
  }

  .stars {
    font-size: 18px;
  }

  .hero-placeholders {
    gap: 3px;
  }

  .placeholder-half {
    min-height: 220px;
  }

  .placeholder-wide {
    min-height: 280px;
  }

  .summary {
    font-size: 18px;
  }

  .article-main h2 {
    font-size: 28px;
  }

  .social-proof {
    width: 100%;
    margin-left: 0;
  }

  .social-proof h2 {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .facebook-post-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding-top: 10px;
  }

  .facebook-post-column {
    display: contents;
  }

  .post-card-robert {
    order: 1;
  }

  .post-card-megan {
    order: 2;
  }

  .post-card-linda {
    order: 3;
  }

  .post-container-wrapper {
    outline-width: 10px;
  }

  .post-container {
    padding: 12px;
  }

  .post-image {
    margin-right: -16px;
    margin-left: -16px;
  }

  .post-image img,
  .post-image-megan img {
    height: 176px;
  }

  .reaction-icon {
    width: 20px;
    height: 20px;
  }

  .reactions-number {
    font-size: 12px;
  }

  .check-panel,
  .question-card {
    padding: 18px;
  }

  .split-panel {
    margin-top: 42px;
  }

  .dashed-update {
    font-size: 17px;
  }

  .ratings-head {
    display: block;
  }

  .rating-brand {
    margin-top: 14px;
  }

  .score-row {
    grid-template-columns: 1fr 86px;
  }

  .comment-input {
    width: 100%;
  }

  .fb-comments .small {
    padding-left: 0;
  }

  .mobile-cta {
    display: block;
  }

  footer {
    padding-bottom: 70px;
  }

  footer ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .article-shell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .article-main h1 {
    font-size: 28px;
  }

  .placeholder-half {
    min-height: 218px;
  }

  .placeholder span {
    font-size: 13px;
  }

  .placeholder small {
    font-size: 9px;
  }
}
