/* EV Map Pro - Modern Frontend Styles */
.mimap-container { width: 100%; font-family: 'Sen', sans-serif; }
.mimap-card { background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1); padding: 1.5rem; transition: transform 0.3s ease; }
.mimap-map-wrapper { height: 500px; min-height: 400px; }
#map { height: 100%; width: 100%; border-radius: 12px; }
.mimap-select { width: 100%; padding: 0.8rem; border-radius: 8px; border: 1px solid #eee; background: #CD1821; color: #fff; cursor: pointer; margin-bottom: 1rem; }
.mimap-list-container { height: 300px; overflow-y: auto; border-top: 1px solid #eee; margin-top: 1rem; }
#markers { list-style: none; padding: 0; margin: 0; }
#markers li { padding: 0.8rem; border-bottom: 1px solid #f9f9f9; cursor: pointer; }
#markers li:hover { background: #f0f0f0; }
.btn-find { font-size: 0.8rem; color: #CD1821; font-weight: 700; text-transform: uppercase; background: none; border: none; cursor: pointer; }
.no-results { text-align: center; padding: 2rem; color: #999; }
.mimap-list-container::-webkit-scrollbar { width: 6px; }
.mimap-list-container::-webkit-scrollbar-thumb { background: #CD1821; border-radius: 10px; }
@media (max-width: 768px) { .mimap-map-wrapper { height: 350px; order: -1; margin-bottom: 1.5rem; } }
