/*bdooley outline homepage CTA text */
  
.text-outline {
  text-shadow: 
    1px 1px 0 #fff, 
    -1px -1px 0 #fff, 
    1px -1px 0 #fff, 
    -1px 1px 0 #fff;
  color: #000; /* Text color inside the outline */
}

/*owen.perks Header */
.page-header.responsive-centered-nav.ff-responsive-centered-nav-ada-on .header-contact .vcard {display: flex; justify-content: flex-end;}
.page-header.responsive-centered-nav .header-default .vcard .adr {position: relative; order:0; width: auto;}
.page-header.responsive-centered-nav .header-contact .vcard .tels {order:1;}




/*owen.perks SRP VDP Media Button*/
.vdp .mobile-toolbar__container > div:has(.ddc-icon-play2) a {border: 1px solid var(--color-primary-500); padding:0 5px; font-size: 28px; background: #000; color: #FFF;}
.srp .vehicle-card-media-container .open-media-modal-btn {font-size: 18px; border: 1px solid var(--color-primary-500); margin: 5px; background: #000;}
.srp .vehicle-card-media-container .open-media-modal-btn span {color: #FFF !important;}
.vdp .media-gallery-toolbar {left: unset; right: 0;}