.tw-booking-form {
    margin: 0 auto; /* Center the form */
    padding: 20px; /* Optional: add padding for better spacing */
    background: white; /* Ensure a clean background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow for elegance */
    border-radius: 8px; /* Rounded corners */
}
.list-group-item.active {
    background-color: #588157; /* Match the theme color */
    border-color: #588157;
}