.cst_SERVICE_BTN .btn-primary {color: #fff; border-color: #e52124; background: #e52124;}

/* jwjakec - changes size of logo in header */
img.dealer-path-override-img {
    height: 60px;
}

/* 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 - changes the icon to LLM enhanced */
.ddc-icon.ddc-icon-search.ddc-nav-icon-link::before {
  content: "" !important;
  font-family: "ddc-icons" !important;
  background-image: none !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}