html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #121212;
}

#blazor-error-ui {
    background: #ff5722;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    color: white;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.color-swatch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    vertical-align: middle;
    margin-right: 6px;
}

.ride-card:hover {
    transform: translateY(-2px);
    transition: transform 0.15s ease;
}
