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

.bike-card { max-width: 300px; margin: 20px auto; padding: 15px; background: #f7f7f7; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); text-align: center; font-family: sans-serif; } .bike-card h3 { margin-bottom: 10px; color: #333; } .bike-card p { margin: 5px 0; color: #555; } .btn-contact { display: inline-block; margin-top: 10px; padding: 10px 20px; background: #b22222; color: #fff; text-decoration: none; border-radius: 20px; transition: background 0.3s; } .btn-contact:hover { background: #800000; color: #fff; }