/* HOMELAB_ADMIN_TEST_RIDES_STYLE_V24 */
#view-test-rides[hidden], #test-v24-modal[hidden] { display: none !important; }
#view-test-rides { color: var(--text); }
.test-v24-scroll { overflow-x: auto; margin-top: 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--panel); }
.test-v24-scroll table { width: 100%; min-width: 850px; border-collapse: collapse; }
.test-v24-scroll th, .test-v24-scroll td { padding: 12px; text-align: left; border-bottom: 1px solid var(--border); }
.test-v24-scroll th { background: var(--panel2); }
.test-v24-map { height: 420px; width: 100%; border-radius: 10px; }
.test-v24-summary { color: var(--muted); }
#test-v24-modal { position: fixed; inset: 0; background: #000a; z-index: 10030; display: grid; place-items: center; padding: 12px; }
.test-v24-card { width: min(800px,100%); max-height: 90vh; overflow: auto; border-radius: 14px; background: var(--panel); color: var(--text); padding: 18px; }
@media(max-width:700px) { .test-v24-map { height: 55vh; } .test-v24-scroll td button { min-width: 140px; } }
