/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.bike-info-overlay { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: rgba(255, 255, 255, 0.95); text-align: center; padding: 20px 30px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); margin-bottom:20px; } .bike-info-overlay h3 { font-size: 18px; margin: 0 0 8px; font-weight: 700; } .bike-info-overlay .price { color: #e63946; font-weight: 600; font-size: 16px; margin: 0 0 8px; } .bike-info-overlay .details-link { color: #e63946; text-transform: uppercase; font-size: 14px; font-weight: bold; text-decoration: none; }