/* Placeholder — replace with styles from your web app. */
.ffm-webinar {
	max-width: 32rem;
}

.ffm-webinar__field label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
}

.ffm-webinar__field input:not(.ffm-webinar__phone-local):not(.phone-input-field):not(.ffm-webinar__phone-cc-search-input):not(.phone-input-dropdown__search-field) {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.6rem;
}

.ffm-webinar__actions {
	margin-top: 1rem;
}

.ffm-webinar__register-other-wrap {
	margin: 0 0 0.75rem;
}

.ffm-webinar__register-other-btn.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	border-radius: 999px;
	background: transparent;
	color: #004fa0;
	font-weight: 600;
	border: 2px solid rgba(0, 79, 160, 0.35);
	cursor: pointer;
}

.ffm-webinar__register-other-btn.button:hover,
.ffm-webinar__register-other-btn.button:focus-visible {
	background: rgba(0, 79, 160, 0.08);
	border-color: #004fa0;
}

.ffm-webinar__feedback {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 4px;
}

.ffm-webinar__feedback--success {
	background: rgba(0, 160, 80, 0.12);
}

.ffm-webinar__feedback--error {
	background: rgba(200, 40, 40, 0.12);
}

.ffm-webinar-error {
	color: #b32d2e;
}

/* Presenters (single webinar) */
.ffm-webinar-single__type {
	margin: 0 0 0.5rem;
}

.ffm-webinar-single__type-badge {
	display: inline-block;
	padding: 0.2rem 0.65rem;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 999px;
	background: rgba( 0, 79, 160, 0.12 );
	color: #004fa0;
}

.ffm-webinar-single__presenters {
	margin: 2rem 0;
}

.ffm-webinar-single__presenters-title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.ffm-webinar-presenters {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ffm-webinar-presenters__item {
	margin: 0;
}

.ffm-webinar-presenters__card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	height: 100%;
}

.ffm-webinar-presenters__photo {
	margin: 0;
}

.ffm-webinar-presenters__photo img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
}

.ffm-webinar-presenters__name {
	font-weight: 700;
	margin: 0;
}

.ffm-webinar-presenters__bio {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.45;
	opacity: 0.92;
}
