/* Adjust the form display */
#tribe-tickets__tickets-form {
    display: block !important;
    width: 100% !important;
    max-width: unset !important;
}

/* Remove background & border */
.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form {
    background: unset !important;
    border: unset !important;
}

/* Format ticket title */
.tribe-tickets__tickets-footer-total-label,
h2.tribe-tickets__tickets-title {
    letter-spacing: 2px;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

/* Remove item border */
.entry .entry-content .event-tickets .tribe-tickets__tickets-item,
.event-tickets .tribe-tickets__tickets-item {
    border: unset !important;
}

/* Add spacing and border-bottom to items */
.entry .entry-content .event-tickets .tribe-tickets__tickets-item,
.event-tickets .tribe-tickets__tickets-item:not(:last-child) {
    padding-top: 20px !important;
    border-bottom: 2px solid #d3d3d370 !important;
}

/* Hide the buy button */


/* Adjust item content title */
.tribe-tickets__tickets-item-content-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
}

/* Style item details content */
.tribe-tickets__tickets-item-details-content {
    position: relative;
    /*padding-left: 18px !important;*/
    text-transform: uppercase !important;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

/* Add a bullet point to item details content */
/*.tribe-tickets__tickets-item-details-content:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #EAAA52 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}*/

.tribe-tickets__tickets-item-details-content br {
    display: block !important;
}

/* Hide item extra available and footer */
.tribe-tickets__tickets-item-extra-available {
    display: none;
}

/* Adjust item quantity and extra */
.tribe-tickets__tickets-item-quantity,
.tribe-tickets__tickets-item-extra {
    height: 100% !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

/* Adjust font size for common elements */
.tribe-common-h4--min-medium,
.tribe-formatted-currency-wrap span {
    font-size: 25px !important;
}

/* Adjust quantity number margin */
.tribe-tickets__tickets-item-quantity-number {
    margin: 0 20px !important;
}

/* Adjust quantity add and remove buttons */
.tribe-tickets__tickets-item-quantity-add,
.tribe-tickets__tickets-item-quantity-remove {
    font-size: 25px !important;
    color: rgb(39, 41, 47) !important;
    font-weight: 200 !important;
}

/* Remove button border and adjust font styles */
button {
    border: unset !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

/* Adjust font family for formatted currency and item content title */
.tribe-formatted-currency-wrap,
.tribe-tickets__tickets-footer-quantity-number,
.tribe-tickets__tickets-item-quantity-number-input,
.tribe-tickets__tickets-item-extra-price,
.tribe-tickets__tickets-item-content-title {
    font-family: "Source Serif 4" !important;
}

.tribe-tickets__tickets-footer {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-end !important;
}
.tribe-tickets__tickets-footer-quantity {
    display: none !important;
}

.tribe-tickets__tickets-footer-total {
    margin: 20px 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px
}
.tribe-tickets__tickets-footer-total span {
    margin: 0 !important
}

button#tribe-tickets__tickets-buy {
    letter-spacing: 2px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    background: #EAAA52 !important;
    color: black !important

}



/* Reorder Row Columms */
.tribe-tickets__tickets-item-quantity {
    grid-column: 2 !important
}

.tribe-tickets__tickets-item-extra {
    grid-column: 3 !important;
}

.tribe-tickets__tickets-item-quantity,
.tribe-tickets__tickets-item-quantity span,
.tribe-tickets__tickets-item-extra span{
    font-weight: 400 !important
}


/* Orange Dots */
.tribe-tickets__tickets-item-content-title {
    margin-bottom: 10px !important;
}

.tribe-tickets__tickets-item-details-content div{
    margin-bottom: 10px;
    letter-spacing: 3px !important;
    padding-left: 20px !important;
}
.tribe-tickets__tickets-item-details-content div { position: relative;}
.tribe-tickets__tickets-item-details-content div::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #EAAA52;
    border-radius: 50%;
    opacity: .9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}



/* Subtotal Text */
.tribe-tickets__tickets-footer-total-label {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tribe-tickets__tickets-footer-total-label::before{
    content: 'Sub';
    position: relative;
    right: -3px
}
