.ticket-options {
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: calc(100% - 50px);
    max-height: 40vh;
    overflow-y: scroll;
    padding: 0 15px;
    border: solid 1px var(--gray);
    border-radius:4px;
}

.ticket-options > p {
    margin-bottom: 20px;
}

.ticket-option {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px var(--gray);
    font-size: 0.9em;
    color: rgb(125, 125, 125);
}

.ticket-option-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 5px 0;
    align-items: center;
}


.ticket-option-name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 3em;
}


.ticket-option-name span {
    font-size: 1.1em;
    color: var(--dark-brand-color);
}

.sale-dates {
    display: inline-flex;
    margin: 5px 0;
}