body {
    background-color: white;
}

::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.details-modal,
.vehicle-notes-modal {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    width: 90%;
}
