.mp-panel-checkout,
.mp-panel-custom-checkout {
	padding: 0 !important;
	background: transparent !important;
}


.mp-panel-custom-checkout {

	.mp-row-checkout .mp-col-md-6 {
		&:nth-child(odd) {
			.mp-ticket-payments {
				padding-inline-start: 0;
			}
		}

		&:nth-child(even) {
			.mp-ticket-payments {
				padding-inline-end: 0;
			}
		}
	}

	.mp-img-ticket {
		max-height: 1.618em;
	}

	.mp-ticket-name {
		font-size: 12px !important;
	}
}


// checkboxes
.mp-ticket-payments input[type="radio"] {
	border: var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px)) solid var(--theme-form-selection-field-initial-color) !important;

	&:checked {
		border-color: var(--theme-form-selection-field-active-color) !important;
		background-color: var(--theme-form-selection-field-active-color) !important;
	}
}