/* AUTO from awards.css via rtlcss */
/* =========================================================================
   rp-awards — component styles (Awards / Badges band)
   Scope: .rp-kawards. Navy band bg comes from the Kadence Row Layout ATTRIBUTE.
   The badge composition keeps its global migration.css styling; this file ports
   the home-specific tweaks (badge-row full-bleed + the H2/H3 size) + clipping.
   ========================================================================= */

.rp-kawards { overflow: hidden; }

/* the live awards block sits transparent on the Kadence navy band */
.rp-kawards .new_landing_page_badges,
.rp-kawards .badges-trusted-new-design.badges-trusted-new-design-blue {
  background-color: transparent;
}

/* H2 "Trusted by Customers," + H3 "Recognized by Experts" — live sizing */
.rp-kawards .badges-trusted-new-design-main-header,
.rp-kawards .badges-trusted-new-design-main-header.badges-trusted-new-design-main-header-white {
  font-size: 32px;
  line-height: 48px;
}

/* badge row full-bleed (was §L in qa-fixes-home.css) */
.rp-kawards .new_landing_page_badges .fb-awards-badge-row {
  max-width: 1800px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
.rp-kawards .new_landing_page_badges .fb-awards-badge-row img {
  width: 100%;
  height: auto;
  display: block;
}
