/*---------------------------------------------------------------------------------------------------------*/
/*Styling for media settings*/
.jabd-guidance-container a {
	text-decoration: none;
}

.wp-core-ui .jabd-link-button {
	align-items: normal;
	background-color: rgba(0,0,0,0);
	border-color: rgb(0, 0, 238);
	border-style: none;
	box-shadow: none;
	box-sizing: content-box;
	color: #006799; 
	cursor: pointer;
	display: inline;
	font: inherit;
	height: auto;
	padding: 0;
	perspective-origin: 0 0;
	text-align: start;
	text-decoration: none;
	text-transform: none;
	transform-origin: 0 0;
	width: auto;
	-moz-appearance: none;
	-webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
	-webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

.wp-core-ui .jabd-link-button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}