/* ddcdusting 12725832 */
.page-header .header-default .vcard h1 {width: 260px;}

/* temp dealership title fix ddcjareds 13226688 + 02010889 JLC */
.page-header .header-logo-container .header-default .vcard .fn { width: 310; }

/* jwjakec - centers the icon on service page */
.transition-property-background-color.transition-timing-function-standard.transition-duration-lg.cta-foreground {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* jwjakec - centers the text on service page */
.ws-content-cta .cta-content>* {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* jwjakec - centers GM badge on SRP and enlarges it */
ul[data-location="vehicle-badge"] {
  width: 100%;
}
ul[data-location="vehicle-badge"] .vehicle-card-badge img[src*="/promotions/"] {
  height: auto !important;
  width: 100% !important;
  max-height: 80px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}