@import url("../mediterranean.css");
@import url("../lib/ecommerce.css");


.ticket-listing {
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: calc(100% - 20px);
}

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

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

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

.ticket-name label {
    font-size: 1.1rem;
    color: var(--dark-brand-color);
}



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

.ticket-entitlements {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
}

.ticket-entitlements p {
    text-align: end;
}

.ticket-usage {
    display: none;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    color: var(--error-color);
}

.ticket-quantity {
    display: none;
}

.ticket-quantity.ticket-loading {
    display: flex;
}

.ticket-quantity select {
    border-color: var(--light-brand-color);
    width: 4.5rem;
    justify-content: flex-end;
    text-align: end;
    padding-inline-end: 1.75rem;
}
