@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

.pass-group {
    margin-bottom: 1rem;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-width: 1000px;
    gap: 2rem !important;
    border: 1px solid rgba(238, 237, 242, 0.882)
}

.ticket-list {
    margin-bottom: 0;
}

.ticket-line {
    padding: 1rem 0;
}

.ticket-line:last-child {
    padding-bottom: 0;
    border-bottom: none !important;
}

.badge {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.35em 0.65em;
}

.gst-text {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
}

.find-tickets-btn {
    white-space: nowrap;
}


@media (max-width: 576px) {
    .pass-group {
        padding: 1rem;
    }
    
    .ticket-line {
        gap: 1rem !important;
    }
}