.tiqets-cta-container-v1 {
    margin: 1rem 0;
}

.tiqets-cta-button-v1 {
    display: inline-block;
    padding: 0.72rem 1rem;
    border-radius: 0.25rem;
    background: #343a40;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
}

.tiqets-cta-button-v1:hover,
.tiqets-cta-button-v1:focus {
    background: #212529;
    color: #fff !important;
    text-decoration: none !important;
}

.tiqets-price-v1 {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.tiqets-info-v1 {
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.tiqets-info-v1 dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.35rem 0.8rem;
    margin: 0;
}

.tiqets-info-v1 dt,
.tiqets-info-v1 dd {
    margin: 0;
}

.tiqets-info-v1 dt {
    font-weight: 700;
}

.tiqets-unavailable-v1 {
    margin: 1rem 0;
    font-weight: 700;
}

.tiqets-info-note-v1 {
    margin: 0.75rem 0 0;
    font-size: 0.92em;
}
