/* This file has been separated into individual CSS files for better organization */
/* Please use the following separate files instead: */
/* - passenger-messaging.css */
/* - section-visibility.css */
/* - step-validation.css */
/* - navigation-buttons.css */
/* - error-validation.css */
/* - notifications.css */
/* - responsive.css */
/* - summary-box.css */
/* - car-card-selection.css */
.step-navigation .btn-prev {
    width: 100%;
}
td.header {
    font-weight: bold;
}
.title-sb_info button {
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 16px 20px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 220px;
    gap: 5px;
    margin: 0 auto;
    margin-top: 10px;
}
.title-sb_info button svg {
    width: 19px;
    height: 19px;
}