/* ROY DIAMOND V222 — mobile Certified Lab-Grown title single-line fit only */
@media (max-width: 700px) {
  .home-certified-grid > .certified-offer-card:first-child > h3 {
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    letter-spacing: -0.035em !important;
    width: calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media (max-width: 340px) {
  .home-certified-grid > .certified-offer-card:first-child > h3 {
    letter-spacing: -0.05em !important;
    width: calc(100% + 24px) !important;
    max-width: calc(100% + 24px) !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
