.new-homeowner-essentials-post .essentials-hero {
  background: #f4f6f6;
}

.new-homeowner-essentials-post .essentials-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  background: #dbe1e2;
}

.new-homeowner-essentials-post .essentials-hero__grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}

.new-homeowner-essentials-post .hk-product-card__image {
  padding: 10px;
  background: #f4f6f6;
}

.new-homeowner-essentials-post .hk-product-card__image img {
  width: 100%;
  object-fit: contain;
}

.new-homeowner-essentials-post .hk-product-card__reasons-title {
  margin: 0 0 10px;
  color: #172028;
  font-size: 0.96rem;
  font-weight: 800;
}

.new-homeowner-essentials-post .hk-product-card ul {
  gap: 10px;
}

.new-homeowner-essentials-post .hk-product-card li {
  align-items: flex-start;
  gap: 10px;
  color: #3f4d56;
  font-size: 15px;
  line-height: 1.5;
}

.new-homeowner-essentials-post .hk-product-card li .hk-icon {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  color: #167966;
  stroke-width: 2.4;
}

.new-homeowner-essentials-post .essentials-cleaning-grid .hk-text-link {
  margin-top: auto;
}

.new-homeowner-essentials-post .essentials-faq h3 {
  max-width: 32rem;
}

.new-homeowner-essentials-post .essentials-secondary-title {
  margin: 0.45rem 0 1rem;
  font-size: 2rem;
}

.new-homeowner-essentials-post .essentials-secondary-kicker {
  margin-top: 3rem;
}

.new-homeowner-essentials-post .essentials-rating-note {
  margin-top: 1rem;
  color: #66747a;
  font-size: 0.88rem;
}

.new-homeowner-essentials-post .essentials-cleaning-list {
  margin-top: 1.75rem;
}

.new-homeowner-essentials-post .essentials-cleaning-list .hk-product-card__image {
  background: #fff;
}

.new-homeowner-essentials-post .hk-evidence-panel figure img {
  border-radius: 24px;
}

@media (min-width: 721px) {
  .new-homeowner-essentials-post .hk-product-card {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .new-homeowner-essentials-post .essentials-hero__grid {
    aspect-ratio: 4 / 3;
  }

  .new-homeowner-essentials-post .essentials-secondary-title {
    font-size: 1.5rem;
  }

  .new-homeowner-essentials-post .hk-product-card__image {
    padding: 12px;
  }

  .new-homeowner-essentials-post .hk-product-card__image img {
    width: min(320px, 92%);
  }
}
