/* Accolade CTA Button Scoped Stylesheet */

.elementor-widget-accolade-cta-button,
.elementor-widget-accolade-cta-button * {
	box-sizing: border-box;
}

.elementor-widget-accolade-cta-button {
	display: block;
	width: 100%;
}

.elementor-widget-accolade-cta-button .accolade-cta-button-wrapper {
	position: relative;
	width: 100%;
}

.elementor-widget-accolade-cta-button a.accolade-cta-button,
.elementor-widget-accolade-cta-button a.accolade-cta-button:link,
.elementor-widget-accolade-cta-button a.accolade-cta-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	position: relative;
	text-decoration: none;
	background-color: #0A3681;
	color: #ffffff;
	padding: 14px 28px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-family: "Inter", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.elementor-widget-accolade-cta-button .accolade-cta-button__content {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-accolade-cta-button .accolade-cta-button__text {
	display: inline-block;
	color: inherit;
	transition: color 0.3s ease;
}

.elementor-widget-accolade-cta-button .accolade-cta-button__subtext {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.8);
	transition: color 0.3s ease;
}

.elementor-widget-accolade-cta-button .accolade-cta-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	fill: currentColor;
	font-size: 14px;
	line-height: 1;
	transition: color 0.3s ease, transform 0.3s ease, fill 0.3s ease;
}

.elementor-widget-accolade-cta-button .accolade-cta-button__icon i,
.elementor-widget-accolade-cta-button .accolade-cta-button__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* Hover & Focus States */
.elementor-widget-accolade-cta-button a.accolade-cta-button:hover,
.elementor-widget-accolade-cta-button a.accolade-cta-button:focus {
	background-color: #1D82EA;
	color: #ffffff;
	transform: translateY(-3px);
}

.elementor-widget-accolade-cta-button a.accolade-cta-button:hover .accolade-cta-button__icon,
.elementor-widget-accolade-cta-button a.accolade-cta-button:focus .accolade-cta-button__icon {
	transform: translateX(2px);
}

.elementor-widget-accolade-cta-button--icon-left a.accolade-cta-button:hover .accolade-cta-button__icon,
.elementor-widget-accolade-cta-button--icon-left a.accolade-cta-button:focus .accolade-cta-button__icon {
	transform: translateX(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.elementor-widget-accolade-cta-button a.accolade-cta-button,
	.elementor-widget-accolade-cta-button .accolade-cta-button__icon,
	.elementor-widget-accolade-cta-button .accolade-cta-button__text,
	.elementor-widget-accolade-cta-button .accolade-cta-button__subtext {
		transition: none !important;
		transform: none !important;
	}
}
