.stronghold-tips{
	display:flex;
	width:100%;
	flex-wrap: wrap;
}



 
.stronghold-tips h3{
	width:100%;
}
.stronghold-tip-options {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.stronghold-tip-options label .checkmark {
	width: 100%;
	border: 1px solid;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.stronghold-tip-options label:hover .checkmark,
.stronghold-tip-options input:checked ~ .checkmark
{
	background: #ccc;
}
.stronghold-tips h3{
	margin-bottom:0px;
}
.stronghold_tip {
	opacity: 0;
	width: 0;
	margin: 0 !important;
	padding: 0;
	height:0px;
}
.stronghold_peyments_buttons {
	display: flex;
	padding: 10px 0px;
	gap: 20px;    
	margin-top: 10px;
}
.payment_method_WC_Stronghold_Payment_Gateway .button{
	padding:10px;
	border:none;
	cursor:pointer;
}
.stronghold_custom_tip {
	width: 100%;
	margin-top:10px;
	position: relative;
}
#add_stronghold_custom_tip {
	position: absolute;
	right: 0;
	height: 100%;
	min-width: 60px;
}
.stronghold_custom_tip .input-text{
	width:90%;
}
.stronghold_payment_sources {
	padding: 0px 0;
	border-bottom: 1px solid;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.stronghold_payment_sources label{
	padding: 10px 0;
	margin-bottom:0px !important;
}
button#stronghold_custom_tip {
	margin-top: 20px;
}
.stronghold_peyments_buttons {
    font-size: 14px;
    padding: 25px 0px !important;
}
#payment_sources_list .stronghold_peyments_buttons .button{
	font-size: 14px;
	margin:0px;
	padding:10px;
}
.unlink-payment-source{
	display:none !important;
	font-size:12px !important;
}
.stronghold_payment_sources:hover .unlink-payment-source{
	display:inline-block !important;
}