.wc-checkout-fees{
	background: none !important;
	border: none !important;
}

.wc-checkout-fees .form-row {
	padding: 10px 15px;
	display: flex;
    align-items: center;
	gap: 15px;
}


.wc-checkout-fees .input-checkbox {
    margin: 0;
    margin-right: 8px;
}

.wc-checkout-fees .checkbox {
    display: flex;
    margin: 0;
}

.wc-checkout-fees hr {
    border-top: 2px solid;
    border-color: #ECEFF1;
    opacity: 1;
}
