.page-header .value-statement {bottom: 10px; color: #6c6c6c; font-weight: 800; left: 510px; top:80px; font-size: 16px;}


/* ddcbeckylong - removing extra height/ space on layout*/
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .tabs-content-container {min-height: 0;}

/* ddcbeccab - Phone number bold and centered*/
.page-header .header-default .vcard .tels .tel.phone1 {font-weight: bold;}
.page-header .header-default .vcard .tels {margin-top: 57px; right: 114px;}

h1, h2, h3, .contentHeading, .showroom-details-section > h4, .inventory-detail-mini h3, .incentives-search-default .facet-group h3, .incentives-search-detail .facet-group h3, .model-specific-landing-incentives h3, .reviews-auto-detail .hreview h1, .ui-dialog-title {margin-top: -12px;}

/* jwjakec - Adds styling to CTA button */
.custom-btn {
    background-color: #c3002f;   /* red background */
    color: #ffffff;              /* white text */
    text-decoration: none;       /* remove underline */
    padding: 12px 24px;          /* button sizing */
    display: inline-block;       /* makes it behave like a button */
    font-weight: 600;            /* bold text */
    border: none;                /* no border */
    border-radius: 0;            /* sharp corners */
    cursor: pointer;             /* pointer on hover */
}

/* jwjakec - adds styling to CTA button on hover */
.custom-btn:hover {
    background-color: #990026;   /* darker red */
    color: #000000;   
    transform: scale(1.05);      /* slight hover effect */
}
