.aifsdw-widget {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--aifsdw-max-width, 800px);
	margin: 0 auto;
	text-align: center;
}

.aifsdw-widget *,
.aifsdw-widget *::before,
.aifsdw-widget *::after {
	box-sizing: inherit;
}

.aifsdw-widget__iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.aifsdw-widget__iframe[hidden],
.aifsdw-widget__intro[hidden] {
	display: none;
}

.aifsdw-widget__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	padding: 32px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.aifsdw-widget__eyebrow,
.aifsdw-widget__title,
.aifsdw-widget__text {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.aifsdw-widget__eyebrow {
	margin-top: 0;
	margin-bottom: 10px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aifsdw-widget__title {
	margin-top: 0;
	margin-bottom: 12px;
	color: #111827;
	font-size: 28px;
	line-height: 1.2;
}

.aifsdw-widget__text {
	margin-top: 0;
	margin-bottom: 22px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.6;
}

.aifsdw-widget__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #fff;
	cursor: pointer;
	font: 700 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.aifsdw-widget__button:hover,
.aifsdw-widget__button:focus {
	background: #000;
}

.aifsdw-widget__credit {
	margin-top: 12px;
	color: #6b7280;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.aifsdw-widget__credit a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: none;
}

.aifsdw-widget__credit a:hover,
.aifsdw-widget__credit a:focus {
	color: #1d4ed8;
	text-decoration: underline;
}
