
.wp-block-mgc-buytickets-form .card {
    flex-direction: row; 
    flex-wrap: wrap; 
    border-width: 2px; 
    box-shadow: 1px 1px 0px 0px var(--bs-secondary), 2px 2px 0px 0px var(--bs-secondary), 3px 3px 0px 0px var(--bs-secondary), 4px 4px 0px 0px var(--bs-secondary);
}

.wp-block-mgc-buytickets-form .card .card-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 88px;
    font-family: 'Press Start'; 
    font-weight: bold; 
    font-size: x-large; 
    align-content: center; 
    padding: 0.50rem;
}

.wp-block-mgc-buytickets-form .card .card-tag img {
    border-radius: var(--bs-border-radius) !important;
}

.wp-block-mgc-buytickets-form .card .card-quantity {
    padding: 0.50rem;
}

.wp-block-mgc-buytickets-form .card .card-quantity input {
    width: 4rem; 
    text-align: center; 
    font-size: x-large;
}

.wp-block-mgc-buytickets-form .card .card-text {
    display: flex;
    align-items: center;
    flex: 1 0 60%;
    padding: 0 0.50rem;
}

.wp-block-mgc-buytickets-form .card .card-price {
    flex: 1 0 auto;
    padding: 0.50rem;
    align-content: center; 
    text-align: right; 
    font-weight: bold; 
    font-size: x-large;
}

.wp-block-mgc-buytickets-form .card .card-details {
    display: flex;
    flex-grow: 1;
    width: 100%;
    padding: 0.50rem; 
    border-top: 1px solid var(--bs-secondary);
}

.wp-block-mgc-buytickets-form .card .card-details.collapse:not(.show) {
    display: none;
}

.wp-block-mgc-buytickets-form .card .form-switch {
    display: flex;
}

.wp-block-mgc-buytickets-form .card .form-switch input.form-check-input {
    margin-right: 0.75em;
    margin-top: 0;
    width: 3em;
    height: 1.5em;
}

.wp-block-mgc-buytickets-form .card .product-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
}

@media (min-width: 991px) {
    .wp-block-mgc-buytickets-form .card .product-items {
        display: grid;
        gap: 0.50rem;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column dense;
    }

    .wp-block-mgc-buytickets-form .card .product-items .product {
        margin-bottom: unset;
    }
}

.wp-block-mgc-buytickets-form .card .product-items .product {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 0.75rem;
}

.wp-block-mgc-buytickets-form .card .product-items .product-quantity input {
    width: 4rem;
    text-align: center;
}

.wp-block-mgc-buytickets-form .card .product-items .product-text {
    align-items: center;
    padding: 0 0.50rem;
}

.wp-block-mgc-buytickets-form .card .card.has-variations .input-group > :first-child.d-none ~ :last-child {
    border-top-left-radius: var(--bs-btn-border-radius) !important;
    border-bottom-left-radius: var(--bs-btn-border-radius) !important;
}

#tickets-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
