.smartnet-extra-external-buttons {
	display: grid;
	gap: 12px;
	margin-top: 14px;
	width: 100%;
}

.smartnet-extra-external-buttons .smartnet-extra-external-button,
.smartnet-extra-external-buttons .smartnet-extra-external-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	margin: 0;
	padding: 15px 20px !important;
	border-color: var(--mfn-button-theme-border-color);
	border-radius: 0;
	background-color: #565656 !important;
	background-image: none;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 20px !important;
	text-align: center;
	text-decoration: none;
	box-shadow: var(--mfn-button-theme-box-shadow);
}

.smartnet-extra-external-buttons .smartnet-extra-external-button::before,
.smartnet-extra-external-buttons .smartnet-extra-external-button::after {
	display: none !important;
	content: none !important;
}

.smartnet-extra-external-buttons .smartnet-extra-external-button:hover,
.smartnet-extra-external-buttons .smartnet-extra-external-button:focus {
	background-color: #565656 !important;
	background-image: none;
	color: #fff !important;
	text-decoration: none;
}
