.sms-activity-detail-page {
	background: #f7f8fa;
}

.sms-activity-detail-page .page_title {
	display: none;
}

.sms-activity-detail-page .page_content,
.sms-activity-detail-page .content,
.sms-activity-detail-page .cz_content {
	padding-top: 28px;
}

.sms-activity-detail-page main,
.sms-activity-detail-page .page_content > .row,
.sms-activity-detail-page .page_content > .row > .s12 {
	max-width: none;
}

.sms-activity-detail-page .ff-activity-card,
.sms-activity-detail-page .ff-activity-card * {
	box-sizing: border-box;
}

.sms-activity-detail-page .ff-activity-card {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto 125px;
	color: #172033;
}

.sms-activity-detail-page .ff-activity-main-content,
.sms-activity-detail-page .ff-activity-sidebar {
	width: auto;
	max-width: none;
}

.sms-activity-detail-page .sms-native-back-link {
	display: none;
}

/* De ronde terugknop staat al in de hero; verberg de dubbele knop erboven. */
.sms-activity-detail-page .ff-activity-back-wrap {
	display: none !important;
}

/* Houd leden uitnodigen compact zonder de zoek-, selectie- of laadlogica te wijzigen. */
.sms-activity-detail-page .ff-invite-results-count {
	display: none !important;
}

.sms-activity-detail-page .ff-invite-results-toolbar {
	justify-content: flex-end;
}

.sms-activity-detail-page .ff-activity-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
	min-height: 430px;
	overflow: hidden;
	background: #111827;
	border-radius: 24px;
	box-shadow: 0 16px 45px rgba(17, 24, 39, .15);
}

.sms-activity-detail-page .ff-activity-hero__image {
	position: relative;
	min-height: 430px;
}

.sms-activity-detail-page .ff-activity-hero__image::after {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(90deg, transparent 46%, rgba(10, 16, 29, .78) 100%);
}

.sms-activity-detail-page .ff-activity-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sms-activity-detail-page .ff-activity-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: flex-end;
	padding: 70px 38px 42px;
	background: linear-gradient(135deg, #111827, #202a43) !important;
}

.sms-activity-detail-page .ff-activity-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.sms-activity-detail-page .ff-activity-tag {
	padding: 7px 11px !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	background: linear-gradient(135deg, #12c7b1, #7040ed) !important;
	border-radius: 999px;
}

.sms-activity-detail-page .ff-activity-title {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.sms-activity-hero-controls {
	position: absolute;
	z-index: 6;
	top: 18px;
	right: 18px;
	left: 18px;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	gap: 8px;
}

.sms-activity-hero-controls button {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	color: #fff;
	font-size: 18px;
	background: rgba(15, 23, 42, .68);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	backdrop-filter: blur(8px);
	cursor: pointer;
}

.sms-activity-hero-controls button.is-active {
	background: #7040ed;
}

.sms-activity-hero-controls [data-sms-activity-share] svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.sms-activity-owner-badge {
	position: absolute;
	z-index: 5;
	top: 75px;
	right: 24px;
}

.sms-activity-owner-badge .sms-user-badge {
	box-shadow: 0 5px 16px rgba(14, 24, 43, .24);
}

.sms-activity-detail-page .sms-activity-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 42px 14px;
}

.sms-activity-detail-page .sms-activity-summary .ff-activity-meta-item {
	display: flex;
	min-width: 0;
	min-height: 95px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 16px;
}

.sms-activity-detail-page .ff-activity-meta-label {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #8a94a6;
	font-size: 12px;
	font-weight: 600;
}

.sms-activity-detail-page .ff-activity-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.sms-activity-detail-page .ff-activity-meta-item strong {
	color: #202a3d;
	font-size: 15px;
	line-height: 1.3;
}

.sms-activity-attendance-summary {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px 20px;
	margin: 0 42px;
	padding: 4px 4px 13px;
}

.sms-activity-attendance-summary__avatars {
	position: relative;
	display: flex;
	width: max-content;
	max-width: 100%;
	align-items: center;
	justify-self: start;
}

.sms-activity-detail--visitor .sms-activity-attendance-summary__avatars img,
.sms-activity-detail--visitor .ff-activity-attendee img,
.sms-activity-detail--visitor .ff-activity-attendee .avatar {
	filter: blur(6px);
	transform: scale(1.08);
}

.sms-activity-detail--visitor .sms-activity-attendance-summary__avatars::after {
	position: absolute;
	right: -5px;
	bottom: -5px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	content: '🔒';
	font-size: 10px;
	background: #fff;
	border: 1px solid #e1e5ec;
	border-radius: 50%;
	box-shadow: 0 2px 7px rgba(23, 32, 51, .13);
}

.sms-activity-detail--visitor .ff-activity-attendee,
.sms-activity-detail--visitor .ff-activity-attendee__profile {
	pointer-events: none;
}

.sms-activity-attendance-summary__avatars img,
.sms-activity-attendance-summary__avatars > span {
	display: grid;
	width: 36px;
	height: 36px;
	margin-left: -8px;
	place-items: center;
	overflow: hidden;
	font-size: 15px;
	object-fit: cover;
	background: #eef0f5;
	border: 2px solid #fff;
	border-radius: 50%;
}

.sms-activity-attendance-summary__avatars > :first-child {
	margin-left: 0;
}

.sms-activity-attendance-summary__numbers {
	text-align: right;
}

.sms-activity-attendance-summary__numbers strong,
.sms-activity-attendance-summary__numbers small {
	display: block;
}

.sms-activity-attendance-summary__numbers strong {
	font-size: 14px;
}

.sms-activity-attendance-summary__numbers small {
	margin-top: 2px;
	color: #09ad7d;
	font-size: 12px;
}

.sms-activity-attendance-summary__progress {
	grid-column: 1 / -1;
	height: 5px;
	overflow: hidden;
	background: #e9ecf1;
	border-radius: 999px;
}

.sms-activity-attendance-summary__progress span {
	display: block;
	height: 100%;
	min-width: 4px;
	background: linear-gradient(90deg, #0bcbb3, #7040ed);
	border-radius: inherit;
}

.sms-activity-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 42px 18px;
	border-bottom: 1px solid #e4e7ec;
}

.sms-activity-tabs button {
	position: relative;
	min-height: 52px;
	padding: 0 12px;
	color: #9299a8;
	font: 750 14px/1 inherit;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.sms-activity-tabs button::after {
	position: absolute;
	right: 28%;
	bottom: -1px;
	left: 28%;
	height: 3px;
	content: '';
	background: transparent;
	border-radius: 999px 999px 0 0;
}

.sms-activity-tabs button.is-active {
	color: #7040ed;
}

.sms-activity-tabs button.is-active::after {
	background: #7040ed;
}

.sms-activity-detail-page .ff-activity-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(290px, .75fr);
	align-items: start;
	gap: 24px;
}

.sms-activity-detail-page .ff-activity-card:not([data-sms-tab="info"]) .ff-activity-layout {
	grid-template-columns: 1fr;
}

.sms-activity-detail-page .ff-activity-card:not([data-sms-tab="info"]) .ff-activity-sidebar {
	display: none;
}

.sms-activity-tab-panel,
.sms-activity-detail-page .ff-activity-panel,
.sms-activity-detail-page .ff-activity-organizer-widget,
.sms-activity-detail-page .ff-activity-attendees-widget,
.sms-activity-detail-page .ff-activity-discussion {
	padding: 24px;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 18px;
	box-shadow: 0 4px 16px rgba(20, 30, 50, .04);
}

.sms-activity-tab-panel[hidden] {
	display: none !important;
}

.sms-activity-tab-panel--info > h2,
.sms-activity-detail-page .ff-activity-discussion__header h2,
.sms-activity-detail-page .ff-activity-panel-title {
	margin: 0 0 14px;
	color: #182133;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
}

.sms-activity-detail-page .ff-activity-content {
	color: #566176;
	font-size: 15px;
	line-height: 1.75;
}

.sms-activity-detail-page .ff-activity-content > :first-child {
	margin-top: 0;
}

.sms-activity-support-blocks {
	display: grid;
	gap: 12px;
	margin-top: 12px;
}

.sms-activity-create-prompt a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 16px 18px;
	color: #253047;
	text-decoration: none;
	background: linear-gradient(125deg, #eafaf7, #f1ecff);
	border: 1px solid #ded5ff;
	border-radius: 16px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sms-activity-create-prompt a:hover,
.sms-activity-create-prompt a:focus-visible {
	color: #253047;
	border-color: #ad93ff;
	box-shadow: 0 8px 24px rgba(80, 59, 180, .12);
	transform: translateY(-1px);
}

.sms-activity-create-prompt a > span:first-child {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(135deg, #10c8b2, #7040ed);
	border-radius: 13px;
}

.sms-activity-create-prompt__icon svg,
.sms-activity-create-prompt b svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sms-activity-create-prompt strong,
.sms-activity-create-prompt small {
	display: block;
}

.sms-activity-create-prompt strong {
	font-size: 14px;
	line-height: 1.35;
}

.sms-activity-create-prompt small {
	margin-top: 3px;
	color: #6e788d;
	font-size: 13px;
}

.sms-activity-create-prompt b {
	color: #7040ed;
}

.sms-activity-initiative-notice {
	display: block;
	margin: 0 0 22px;
	padding: 17px 18px;
	color: #9a5b00;
	background: #fff9e8;
	border: 1px solid #f5d66f;
	border-radius: 16px;
}

.sms-activity-initiative-notice p {
	margin: 0 !important;
	color: inherit;
	font-size: 14px;
	line-height: 1.65;
}

.sms-activity-initiative-notice strong {
	color: #7a4200;
}

.sms-activity-initiative-notice a {
	color: #7a4200;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sms-activity-support-blocks .sms-activity-initiative-notice {
	margin: 0;
}

.sms-activity-practical {
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid #e6e9ef;
	border-radius: 16px;
}

.sms-activity-practical__toggle {
	display: flex;
	width: 100%;
	min-height: 60px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	color: #182133;
	font-size: 17px;
	font-weight: 800;
	text-align: left;
	background: #fff;
	border: 0;
	cursor: pointer;
}

.sms-activity-practical__toggle span {
	display: flex;
	align-items: center;
	gap: 9px;
}

.sms-activity-practical__toggle i {
	display: inline-flex;
	font-style: normal;
}

.sms-activity-practical__toggle b {
	display: inline-flex;
	transition: transform .2s ease;
}

.sms-activity-support-icon {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	color: #456589;
	background: linear-gradient(135deg, #e7f8f6, #eee9ff);
	border-radius: 11px;
}

.sms-activity-support-icon svg,
.sms-activity-practical__toggle b svg,
.sms-activity-tickets-quick .ff-activity-button svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sms-activity-practical__toggle b svg {
	width: 22px;
	height: 22px;
}

.sms-activity-practical__toggle[aria-expanded="true"] b {
	transform: rotate(180deg);
}

.sms-activity-practical__content {
	padding: 0 16px 16px;
	border-top: 1px solid #edf0f4;
}

.sms-activity-practical__content[hidden] {
	display: none !important;
}

.sms-activity-practical__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding-top: 16px;
}

.sms-activity-practical__grid .ff-activity-meta-item {
	padding: 14px;
	background: #f7f8fa;
	border-radius: 13px;
}

.sms-activity-practical__grid .ff-activity-meta-item > * {
	display: block;
	margin-top: 5px;
}

.sms-activity-practical__grid .ff-activity-button {
	color: #7040ed;
	font-size: 13px;
	font-weight: 750;
}

.sms-activity-tickets-quick {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 26px;
	padding: 16px 18px;
	background: linear-gradient(135deg, rgba(18, 200, 178, .08), rgba(112, 64, 237, .08));
	border: 1px solid rgba(112, 64, 237, .18);
	border-radius: 16px;
}

.sms-activity-tickets-quick > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1px 9px;
}

.sms-activity-tickets-quick > div > span {
	grid-row: 1 / 3;
}

.sms-activity-tickets-quick strong,
.sms-activity-tickets-quick small {
	display: block;
}

.sms-activity-tickets-quick strong {
	color: #182133;
	font-size: 16px;
}

.sms-activity-tickets-quick small {
	color: #7b8598;
	font-size: 12px;
}

.sms-activity-tickets-quick .ff-activity-button {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.sms-activity-tickets-quick .ff-activity-button svg {
	width: 20px;
	height: 20px;
}

.sms-activity-tickets-quick .ff-activity-links {
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.sms-activity-detail-page .ff-activity-organizer-widget {
	margin-top: 18px;
	padding: 18px;
}

.sms-activity-detail-page .ff-activity-organizer-widget__subtitle {
	display: none;
}

.sms-activity-detail-page .ff-activity-organizer-card {
	display: flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

.sms-activity-detail-page .ff-activity-organizer-card__avatar,
.sms-activity-detail-page .ff-activity-organizer-card__avatar img {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 50%;
}

.sms-activity-detail-page .ff-activity-organizer-card__body strong,
.sms-activity-detail-page .ff-activity-organizer-card__body small {
	display: block;
}

.sms-activity-detail-page .ff-activity-sidebar {
	display: grid;
	gap: 18px;
}

.sms-activity-detail-page .ff-activity-location-panel h3 {
	margin: 0 0 6px;
	font-size: 17px;
}

.sms-activity-map {
	position: relative;
	height: 230px;
	overflow: hidden;
	margin: -24px -24px 18px;
	background: #e5e7eb;
	border-radius: 18px 18px 0 0;
}

.sms-activity-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.sms-activity-detail-page .ff-activity-location-panel p {
	color: #737e91;
	font-size: 13px;
	line-height: 1.5;
}

.sms-activity-detail-page .ff-activity-location-panel .ff-activity-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 0 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	background: linear-gradient(135deg, #12c8b2, #7040ed);
	border-radius: 11px;
}

.sms-activity-detail-page .ff-activity-tickets-panel {
	display: none;
}

.sms-activity-detail-page .ff-activity-attendees-widget,
.sms-activity-detail-page .ff-activity-discussion {
	padding: 0;
	border: 0;
	box-shadow: none;
}

.sms-activity-detail-page .sms-activity-tab-panel--chat {
	background: #f8f9fb;
}

.sms-activity-detail-page .ff-activity-discussion__header {
	display: none;
}

.sms-activity-chat-intro {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin: 22px;
	padding: 18px 20px;
	background: linear-gradient(125deg, #e9faf7, #f0ebff);
	border: 1px solid #e2dcff;
	border-radius: 19px;
}

.sms-activity-chat-intro > span {
	font-size: 31px;
	line-height: 1;
}

.sms-activity-chat-intro strong,
.sms-activity-chat-intro small {
	display: block;
}

.sms-activity-chat-intro strong {
	color: #172033;
	font-size: 18px;
	line-height: 1.3;
}

.sms-activity-chat-intro small {
	margin-top: 3px;
	color: #5f6b80;
	font-size: 14px;
	line-height: 1.45;
}

.sms-activity-detail-page .ff-activity-comments-list,
.sms-activity-detail-page .ff-activity-comments-list .children {
	margin: 0;
	padding: 0 22px 8px;
	list-style: none;
}

.sms-activity-detail-page .ff-activity-comments-list .children {
	padding: 12px 0 0 38px;
}

.sms-activity-detail-page .ff-activity-comments-list li {
	margin: 0 0 20px;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-body {
	position: relative;
	min-height: 52px;
	padding-left: 66px;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-meta {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 26px;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-author {
	display: inline-flex;
	align-items: baseline;
	color: #172033;
	font-size: 14px;
	font-weight: 800;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-author a {
	color: inherit;
	text-decoration: none;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 50%;
}

.sms-activity-detail-page .ff-activity-comments-list .says {
	display: none;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-metadata,
.sms-activity-detail-page .ff-activity-comments-list .comment-metadata a {
	color: #9aa3b2;
	font-size: 12px;
	text-decoration: none;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-content {
	margin-top: 7px;
	padding: 14px 17px;
	color: #354055;
	font-size: 14px;
	line-height: 1.6;
	background: #fff;
	border: 1px solid #e7e9ef;
	border-radius: 18px;
	box-shadow: 0 3px 10px rgba(20, 30, 50, .03);
}

.sms-activity-detail-page .ff-activity-comments-list .comment-content > :first-child {
	margin-top: 0;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-content > :last-child {
	margin-bottom: 0;
}

.sms-activity-detail-page .ff-activity-comments-list .reply {
	margin-top: 5px;
	text-align: right;
}

.sms-activity-detail-page .ff-activity-comments-list .comment-reply-link {
	color: #7040ed;
	font-size: 11px;
	font-weight: 750;
	text-decoration: none;
}

.sms-activity-detail-page .ff-activity-discussion .comment-respond {
	border-top: 1px solid #e7e9ef;
}

.sms-activity-detail-page .ff-activity-comment-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 10px;
}

.sms-activity-detail-page .ff-activity-discussion .comment-reply-title {
	grid-column: 1 / -1;
	margin: 0 0 8px;
	color: #4f596c;
	font-size: 13px;
}

.sms-activity-detail-page .ff-activity-discussion .comment-reply-title:has(#cancel-comment-reply-link[style*="display:none"]),
.sms-activity-detail-page .ff-activity-discussion .comment-reply-title:has(#cancel-comment-reply-link[style*="display: none"]),
.sms-activity-detail-page .ff-activity-comment-form label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.sms-activity-detail-page .ff-activity-comment-form .comment-form-comment,
.sms-activity-detail-page .ff-activity-comment-form .form-submit {
	margin: 0;
}

.sms-activity-detail-page .ff-activity-comment-form textarea {
	display: block;
	min-height: 58px;
	max-height: 150px;
	padding: 17px 19px;
	font: inherit;
	line-height: 1.45;
	resize: vertical;
	background: #fff;
	border-radius: 18px;
}

.sms-activity-detail-page .ff-activity-comment-form .ff-activity-comment-submit {
	display: inline-flex;
	flex: 0 0 58px;
	width: 58px;
	min-width: 58px;
	max-width: 58px;
	height: 58px;
	min-height: 58px;
	max-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 25px;
	line-height: 1;
	border-radius: 50% !important;
	appearance: none;
}

.sms-activity-detail-page .ff-activity-attendees-widget__header,
.sms-activity-detail-page .ff-activity-attendees-footer,
.sms-activity-detail-page .ff-activity-discussion__header,
.sms-activity-detail-page .comment-respond {
	padding: 22px;
}

.sms-activity-detail-page .ff-activity-attendees-empty,
.sms-activity-detail-page .ff-activity-discussion__empty,
.sms-activity-detail-page .ff-activity-attendees-list,
.sms-activity-detail-page .comment-list {
	margin: 0;
	padding: 0 22px 22px;
}

.sms-activity-detail-page .sms-activity-tab-panel--attendees {
	background: #f8f9fb;
}

.sms-activity-detail-page .ff-activity-attendees-widget__header {
	align-items: center;
	padding-bottom: 14px;
}

.sms-activity-detail-page .ff-activity-attendees-widget__header > div {
	display: block;
}

.sms-activity-detail-page .ff-activity-attendees-widget__subtitle {
	display: none;
}

.sms-activity-detail-page .ff-activity-attendees-widget__header .ff-activity-attendees-count {
	padding: 8px 12px;
	color: #08ad8f;
	font-size: 12px;
	font-weight: 800;
	background: #e8faf6;
	border-radius: 999px;
}

.sms-activity-detail-page .ff-activity-attendees-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.sms-activity-detail-page .ff-activity-attendee-wrap {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	width: auto;
	height: auto;
	min-height: 86px;
	align-items: center;
	gap: 12px;
	padding: 13px 14px;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 17px;
	box-shadow: 0 3px 12px rgba(20, 30, 50, .035);
}

.sms-activity-detail-page .ff-activity-attendee-wrap .ff-activity-attendee {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	width: auto;
	height: auto;
	min-width: 0;
	align-items: center;
	gap: 13px;
	color: #172033;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.sms-activity-detail-page .ff-activity-attendee-wrap .ff-activity-attendee:hover,
.sms-activity-detail-page .ff-activity-attendee-wrap .ff-activity-attendee:focus {
	color: #172033;
	box-shadow: none;
	transform: none;
}

.sms-activity-detail-page .ff-activity-attendee img,
.sms-activity-detail-page .ff-activity-attendee .avatar {
	width: 58px;
	height: 58px;
	border: 2px solid #fff;
	box-shadow: 0 4px 12px rgba(20, 30, 50, .12);
}

.sms-activity-detail-page .ff-activity-attendee__body {
	display: block;
	min-width: 0;
}

.sms-activity-detail-page .ff-activity-attendee__body strong,
.sms-activity-detail-page .ff-activity-attendee__body small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sms-activity-detail-page .ff-activity-attendee__body strong {
	font-size: 15px;
	font-weight: 800;
}

.sms-activity-detail-page .ff-activity-attendee__body strong em {
	color: #99a2b2;
	font-style: normal;
	font-weight: 700;
}

.sms-activity-detail-page .ff-activity-attendee__body small {
	margin-top: 4px;
	color: #8993a5;
	font-size: 12px;
}

.sms-activity-detail-page .ff-activity-attendee__profile {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	color: #4f596c;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	background: #fff;
	border: 1px solid #dfe3ea;
	border-radius: 999px;
}

.sms-activity-detail-page .ff-activity-attendee__profile:hover,
.sms-activity-detail-page .ff-activity-attendee__profile:focus-visible {
	color: #7040ed;
	border-color: #bda9ff;
}

.sms-activity-invite-prompt {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin: 0 22px 18px;
	padding: 15px 17px;
	background: linear-gradient(125deg, #e9faf7, #f1ebff);
	border: 1px solid #e3dcff;
	border-radius: 17px;
}

.sms-activity-invite-prompt > span {
	font-size: 27px;
}

.sms-activity-invite-prompt strong,
.sms-activity-invite-prompt small {
	display: block;
}

.sms-activity-invite-prompt strong {
	font-size: 15px;
}

.sms-activity-invite-prompt small {
	margin-top: 2px;
	color: #68748a;
	font-size: 12px;
}

.sms-activity-invite-prompt .ff-activity-button {
	min-height: 40px;
	padding: 0 16px;
	font-size: 12px;
	border-radius: 999px;
}

.sms-activity-detail-page textarea {
	width: 100%;
	padding: 13px;
	border: 1px solid #dfe3ea;
	border-radius: 12px;
}

.sms-activity-detail-page .ff-activity-button,
.sms-activity-detail-page .ff-activity-comment-submit {
	min-height: 44px;
	padding: 0 18px;
	color: #fff;
	font-weight: 750;
	background: linear-gradient(135deg, #12c8b2, #7040ed);
	border: 0;
	border-radius: 12px;
	cursor: pointer;
}

.sms-activity-sticky-action {
	position: fixed;
	z-index: 50;
	left: 50%;
	bottom: 18px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 20px;
	width: min(1120px, calc(100% - 32px));
	margin: 0;
	padding: 13px 15px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid #e3e6ed;
	border-radius: 17px;
	box-shadow: 0 14px 35px rgba(20, 30, 50, .16);
	backdrop-filter: blur(10px);
	transform: translateX(-50%);
}

.sms-activity-sticky-action > div strong,
.sms-activity-sticky-action > div span {
	font-size: 13px;
}

.sms-activity-sticky-action > div i {
	display: block;
	width: 190px;
	height: 4px;
	margin-top: 7px;
	overflow: hidden;
	background: #eaedf2;
	border-radius: 999px;
}

.sms-activity-sticky-action > div i b {
	display: block;
	height: 100%;
	min-width: 4px;
	background: linear-gradient(90deg, #0ccbb3, #7040ed);
}

.sms-activity-sticky-action form {
	margin: 0;
}

.sms-activity-sticky-action .ff-activity-button {
	min-width: 180px;
}

@media (max-width: 820px) {
	.sms-activity-detail-page .ff-activity-single {
		padding-top: 0;
	}

	.sms-activity-detail-page .page_content,
	.sms-activity-detail-page .content,
	.sms-activity-detail-page .cz_content {
		padding-top: 0;
	}

	.sms-activity-detail-page .ff-activity-card {
		width: 100%;
		margin-bottom: 95px;
	}

	.sms-activity-detail-page .ff-activity-hero {
		display: block;
		min-height: 320px;
		border-radius: 0;
		box-shadow: none;
	}

	.sms-activity-detail-page .ff-activity-hero__image {
		position: absolute;
		inset: 0;
		min-height: 0;
	}

	.sms-activity-detail-page .ff-activity-hero__image::after {
		background: linear-gradient(180deg, rgba(10, 16, 28, .08) 30%, rgba(8, 13, 24, .93) 100%);
	}

	.sms-activity-detail-page .ff-activity-hero__content {
		position: absolute;
		inset: auto 0 0;
		padding: 90px 17px 18px;
		background: transparent !important;
	}

	.sms-activity-detail-page .ff-activity-title {
		font-size: 24px;
	}

	.sms-activity-owner-badge {
		top: auto;
		right: 17px;
		bottom: 68px;
	}

	.sms-activity-detail-page .ff-activity-tags {
		align-items: center;
	}

	.sms-activity-detail-page .ff-activity-tags > .sms-activity-owner-badge {
		position: static;
		display: inline-flex;
		align-items: center;
		align-self: center;
		margin-left: auto;
		line-height: 1;
	}

	.sms-activity-detail-page .sms-activity-summary {
		gap: 7px;
		margin: 12px 12px 10px;
	}

	.sms-activity-detail-page .sms-activity-summary .ff-activity-meta-item {
		min-height: 87px;
		padding: 9px 6px;
		border-radius: 13px;
	}

	.sms-activity-detail-page .ff-activity-meta-item strong {
		font-size: 12px;
	}

	.sms-activity-attendance-summary {
		margin: 0 13px;
	}

	.sms-activity-tabs {
		margin: 0;
	}

	.sms-activity-detail-page .ff-activity-layout {
		display: block;
	}

	.sms-activity-tab-panel,
	.sms-activity-detail-page .ff-activity-panel {
		padding: 20px 16px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.sms-activity-detail-page .ff-activity-attendees-list {
		grid-template-columns: 1fr;
	}

	.sms-activity-detail-page .ff-activity-attendee-wrap {
		min-height: 80px;
		padding: 11px 12px;
	}

	.sms-activity-detail-page .ff-activity-attendee-wrap .ff-activity-attendee {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 11px;
	}

	.sms-activity-detail-page .ff-activity-attendee img,
	.sms-activity-detail-page .ff-activity-attendee .avatar {
		width: 52px;
		height: 52px;
	}

	.sms-activity-invite-prompt {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
		margin-right: 16px;
		margin-left: 16px;
	}

	.sms-activity-invite-prompt .ff-activity-button {
		grid-column: 2;
		width: 100%;
		margin-top: 2px;
	}

	.sms-activity-chat-intro {
		margin: 16px;
		padding: 16px;
	}

	.sms-activity-detail-page .ff-activity-comments-list,
	.sms-activity-detail-page .ff-activity-comments-list .children {
		padding-right: 16px;
		padding-left: 16px;
	}

	.sms-activity-detail-page .ff-activity-comments-list .children {
		padding-right: 0;
		padding-left: 24px;
	}

	.sms-activity-detail-page .ff-activity-organizer-widget + .sms-activity-support-blocks {
		margin-top: 10px;
	}

	.sms-activity-practical__grid {
		grid-template-columns: 1fr;
	}

	.sms-activity-tickets-quick {
		align-items: stretch;
		flex-direction: column;
	}

	.sms-activity-tickets-quick .ff-activity-button {
		width: 100%;
	}

	.sms-activity-tickets-quick .ff-activity-links {
		display: grid;
		width: 100%;
	}

	.sms-activity-detail-page .ff-activity-sidebar {
		gap: 0;
	}

	.sms-activity-detail-page .ff-activity-location-panel {
		margin-top: 12px;
		border-radius: 16px;
	}

	.sms-activity-map {
		height: 210px;
		margin: -20px -16px 16px;
		border-radius: 16px 16px 0 0;
	}

	.sms-activity-sticky-action {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 11px 13px calc(11px + env(safe-area-inset-bottom));
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0;
		transform: none;
	}

	body.logged-in.sms-activity-detail-page .sms-activity-sticky-action {
		bottom: calc(68px + env(safe-area-inset-bottom));
		padding-bottom: 11px;
	}

	.sms-activity-sticky-action > div i {
		width: 120px;
	}

	.sms-activity-sticky-action .ff-activity-button {
		min-width: 142px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sms-activity-detail-page * {
		scroll-behavior: auto !important;
	}
}

/* Activity page refinements managed by the child theme. */
.sms-activity-detail-page button[aria-label="Activiteit bewaren"] {
	display: none !important;
}

.sms-activity-detail-page .ff-activity-content h1 {
	font-size: 21px !important;
}

@media (max-width: 520px) {
	.sms-activity-detail-page .ff-activity-content h2 {
		font-size: clamp(.7rem, 11vw, 1.5em);
	}
}
