/**
 * Page publique club — /club/{slug}/
 */

.fl-club-public,
.fl-club-feed-dashboard {
	--fl-club-public-primary: #020326;
	--fl-club-public-accent: #29eb94;
	--fl-club-public-border: #eeeeee;
	--fl-club-public-muted: #747688;
	--fl-club-public-bg: #f7f7f7;
}

.fl-club-public {
	--fl-club-public-cover-height: clamp(180px, 28vw, 320px);
	--fl-club-public-logo-size: 128px;
	width: 100%;
	margin-top: -63px;
	background: var(--fl-club-public-bg);
}

.fl-club-public i.fas,
.fl-club-public i.far,
.fl-club-public i.fab,
.fl-club-feed i.fas,
.fl-club-feed i.far,
.fl-club-feed i.fab {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fl-club-public i.fas,
.fl-club-feed i.fas {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif;
	font-weight: 900;
}

.fl-club-public i.far,
.fl-club-feed i.far {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif;
	font-weight: 400;
}

.fl-club-feed__tool-btn > i,
.fl-club-feed__photo-remove > i,
.fl-club-feed__action-btn > i,
.fl-club-public__badge > i,
.fl-club-public__logo-fallback > i,
.fl-club-feed__avatar--fallback > i {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-rendering: auto !important;
	line-height: 1 !important;
	display: inline-block !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fl-club-feed__tool-btn > i,
.fl-club-feed__photo-remove > i,
.fl-club-feed__action-btn > i.fas,
.fl-club-public__badge > i,
.fl-club-public__logo-fallback > i,
.fl-club-feed__avatar--fallback > i {
	font-weight: 900 !important;
}

.fl-club-feed__post-actions .fl-club-feed__action-btn > i {
	font-size: 14px;
}

.fl-club-feed__action-btn > i.far {
	font-weight: 400 !important;
}

.fl-club-feed__tool-btn > i {
	font-size: 18px;
}

.fl-club-public__badge > i {
	font-size: 14px;
	flex-shrink: 0;
}

.fl-club-public__cover-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: 1;
}

.fl-club-public__cover {
	width: 100%;
	height: var(--fl-club-public-cover-height);
	background-color: #dfe3ea;
	background-size: cover;
	background-position: center;
}

.fl-club-public__cover--empty {
	background:
		linear-gradient(135deg, rgba(2, 3, 38, 0.88), rgba(2, 3, 38, 0.55)),
		linear-gradient(45deg, #c8d0dc 0%, #eef2f7 100%);
}

.fl-club-public__body {
	position: relative;
	z-index: 2;
	padding: 0 0 48px;
}

.fl-club-public__container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.fl-club-public__hero {
	display: grid;
	grid-template-columns: var(--fl-club-public-logo-size) minmax(0, 1fr);
	gap: 24px;
	align-items: end;
	margin-top: calc(var(--fl-club-public-logo-size) / -2);
	padding-bottom: 24px;
}

.fl-club-public__logo-wrap {
	position: relative;
	z-index: 2;
}

.fl-club-public__logo {
	width: var(--fl-club-public-logo-size);
	height: var(--fl-club-public-logo-size);
	border: 4px solid #fff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(2, 3, 38, 0.12);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fl-club-public__logo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl-club-public__logo-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 42px;
	color: var(--fl-club-public-primary);
	background: rgba(41, 235, 148, 0.12);
}

.fl-club-public__hero-main {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	min-width: 0;
	padding-top: calc(var(--fl-club-public-logo-size) / 2 + 8px);
}

.fl-club-public__title {
	margin: 0 0 4px;
	font-size: clamp(18px, 2.5vw, 22px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--fl-club-public-primary);
}

.fl-club-public__meta {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--fl-club-public-muted);
}

.fl-club-public__meta a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.fl-club-public__meta a:hover,
.fl-club-public__meta a:focus {
	color: inherit;
	text-decoration: none;
}

.fl-club-public__meta-sep {
	margin: 0 6px;
}

.fl-club-adhere-control {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.fl-club-adhere-control__active {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.fl-club-adhere-control__renew {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: var(--fl-club-public-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.fl-club-adhere-control__renew:hover,
.fl-club-adhere-control__renew:focus {
	opacity: 0.8;
}

.fl-club-adhere-control__renew:disabled,
.fl-club-adhere-control__renew[aria-disabled='true'] {
	opacity: 0.55;
	cursor: not-allowed;
}

.fl-club-public__hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	flex-shrink: 0;
}

.fl-club-public__hero-actions [data-fl-club-membership-notice='subscribe'] {
	flex-basis: 100%;
	margin: 0;
}

.fl-club-public__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 8px;
	border: none;
	background: #020326;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.fl-club-public__btn--primary,
.fl-club-public__btn--secondary {
	background: #020326;
	color: #ffffff;
	border: none;
}

.fl-club-public__btn:hover,
.fl-club-public__btn:focus-visible {
	background: #020326;
	color: #ffffff;
	opacity: 0.92;
	text-decoration: none;
}

.fl-club-public__btn[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

.fl-club-public__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(41, 235, 148, 0.16);
	color: var(--fl-club-public-primary);
	font-size: 14px;
	font-weight: 600;
}

.fl-club-public__badge > i {
	color: var(--fl-club-public-primary);
}

.fl-club-public__badge--pending {
	background: rgba(234, 179, 8, 0.12);
	color: #a16207;
}

.fl-club-public__badge--pending > i {
	color: #ca8a04;
}

.fl-club-public__badge--adherent {
	background: rgba(59, 130, 246, 0.14);
	color: #1d4ed8;
}

.fl-club-public__badge--adherent > i {
	color: #2563eb;
}

.fl-club-public__membership-description {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
	color: var(--fl-club-text, #334155);
}

.fl-club-public__membership-description > :first-child {
	margin-top: 0;
}

.fl-club-public__membership-description > :last-child {
	margin-bottom: 0;
}

.fl-club-public__join-note,
.fl-club-public__join-notice {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--fl-club-muted, #64748b);
}

.fl-club-public__join-notice.is-error {
	color: #b91c1c;
}

.fl-club-join-btn.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.fl-club-public__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.fl-club-public__main {
	min-width: 0;
	max-width: 100%;
}

.fl-club-public__tabs-wrap {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	z-index: 5;
	min-width: 0;
	max-width: 100%;
}

.fl-club-public__tabs {
	margin-bottom: 0;
}

.fl-club-public__tabs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid var(--fl-club-public-border);
}

.fl-club-public__tabs-item {
	margin: 0;
}

.fl-club-public__tab {
	appearance: none;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin: 0 0 -1px;
	padding: 0 16px;
	border: none;
	border-bottom: 2px solid transparent;
	background: transparent;
	color: var(--fl-club-public-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	z-index: 2;
	pointer-events: auto;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.fl-club-public__tab:hover,
.fl-club-public__tab:focus-visible {
	color: var(--fl-club-public-primary);
	outline: none;
}

.fl-club-public__tab.is-active {
	color: var(--fl-club-public-primary);
	border-bottom-color: var(--fl-club-public-accent);
}

.fl-club-public__panels {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.fl-club-public__panel {
	display: none;
	margin-bottom: 0;
}

.fl-club-public__panel.is-active {
	display: block;
}

.fl-club-public__panel[hidden] {
	display: none !important;
}

.fl-club-public__events {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-club-public__events > li,
.fl-club-public__events > .event_entry,
.fl-club-public__events > .event_item {
	width: 100%;
	margin: 0;
}

.fl-club-public__members-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fl-club-public__member {
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.fl-club-public__member-link {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 14px 16px;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.fl-club-public__member-link--static {
	cursor: default;
}

.fl-club-public__member-link:hover,
.fl-club-public__member-link:focus-visible {
	background: rgba(2, 3, 38, 0.03);
}

.fl-club-public__member-link--static:hover,
.fl-club-public__member-link--static:focus-visible {
	background: transparent;
}

.fl-club-public__member-avatar {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.fl-club-public__member-avatar--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f5;
	color: var(--fl-club-public-muted);
	font-size: 20px;
}

.fl-club-public__member-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1;
}

.fl-club-public__member-name {
	font-size: 16px;
	font-weight: 600;
	color: var(--fl-club-public-primary);
	line-height: 1.3;
}

.fl-club-public__member-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: var(--fl-club-public-muted);
	line-height: 1.4;
}

.fl-club-public__member-meta-sep {
	opacity: 0.6;
}

.fl-club-public__member-role--owner,
.fl-club-public__member-role--admin {
	color: var(--fl-club-public-primary);
	font-weight: 500;
}

.fl-club-public__member-adhesion--adherent {
	color: #067647;
	font-weight: 500;
}

.fl-club-public__member-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--fl-club-public-muted);
	font-size: 14px;
}

.fl-club-public__member-row {
	display: flex;
	align-items: stretch;
	transition: background-color 0.15s ease;
}

.fl-club-public__member-row:hover,
.fl-club-public__member-row:focus-within {
	background: rgba(2, 3, 38, 0.03);
}

.fl-club-public__member-row .fl-club-public__member-link:hover,
.fl-club-public__member-row .fl-club-public__member-link:focus-visible {
	background: transparent;
}

.fl-club-public__member-row .fl-club-public__member-chevron-link:hover,
.fl-club-public__member-row .fl-club-public__member-chevron-link:focus-visible {
	background: transparent;
}

.fl-club-public__member-link--main {
	flex: 1;
	min-width: 0;
}

.fl-club-public__member-aside {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	padding-right: 12px;
}

.fl-club-public__member-chevron-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: inherit;
	text-decoration: none;
	border-radius: 8px;
	transition: background-color 0.15s ease;
}

.fl-club-public__member-chevron-link:hover,
.fl-club-public__member-chevron-link:focus-visible {
	background: rgba(2, 3, 38, 0.03);
}

.fl-club-public__member-link:not(.fl-club-public__member-link--main) .fl-club-public__member-chevron {
	margin-left: auto;
}

.fl-club-public__member.is-busy {
	opacity: 0.65;
	pointer-events: none;
}

.fl-club-public__member-link--pending {
	cursor: default;
}

.fl-club-public__member--pending.is-busy {
	opacity: 0.65;
	pointer-events: none;
}

.fl-club-public__member-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	margin-left: auto;
}

.fl-club-public__member-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff;
	color: #444;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fl-club-public__member-action:hover:not(:disabled) {
	border-color: #ddd;
	background: #f8f8f8;
}

.fl-club-public__member-action:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.fl-club-public__member-action--approve {
	color: #067647;
}

.fl-club-public__member-action--approve:hover:not(:disabled) {
	background: rgba(7, 148, 85, 0.1);
	border-color: rgba(7, 148, 85, 0.25);
}

.fl-club-public__member-action--reject {
	color: #b42318;
}

.fl-club-public__member-action--reject:hover:not(:disabled) {
	background: rgba(239, 68, 68, 0.1);
	border-color: rgba(239, 68, 68, 0.25);
}

.fl-club-public__member-action--ban {
	color: #b42318;
}

.fl-club-public__member-action--ban:hover:not(:disabled) {
	background: rgba(239, 68, 68, 0.1);
	border-color: rgba(239, 68, 68, 0.25);
}

.fl-club-public__member-action--unban {
	color: #067647;
}

.fl-club-public__member-action--unban:hover:not(:disabled) {
	background: rgba(7, 148, 85, 0.1);
	border-color: rgba(7, 148, 85, 0.25);
}

.fl-club-public__member-status--pending {
	color: #b54708;
	font-weight: 600;
}

.fl-club-public__members-pending {
	margin-top: 28px;
}

.fl-club-public__members-pending-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: var(--fl-club-public-primary);
}

.fl-club-public__members-banned {
	margin-top: 28px;
}

.fl-club-public__members-banned-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: var(--fl-club-public-primary);
}

.fl-club-public__member-status--banned {
	color: #b42318;
	font-weight: 600;
}

.fl-club-public__members [data-fl-club-members-feedback] {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.45;
	color: #067647;
}

.fl-club-public__members [data-fl-club-members-feedback].is-error {
	color: #b42318;
}

.fl-club-public__members [data-fl-club-members-feedback][hidden] {
	display: none !important;
}

.fl-club-public__membership {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.fl-club-public__membership-intro {
	display: grid;
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	width: 100%;
}

.fl-club-public__membership:not(.fl-club-public__membership--has-card) .fl-club-public__membership-intro {
	grid-template-columns: minmax(0, 1fr);
}

.fl-club-public__membership-card {
	width: 100%;
	max-width: 340px;
	padding: 16px;
	border-radius: 14px;
	background: #eee;
	position: relative;
	overflow: hidden;
	contain: layout paint;
}

.fl-club-public__membership-card .fl-club-member-card--preview {
	margin: 0 auto;
	box-shadow: 0 14px 36px rgba(2, 3, 38, 0.12);
	position: relative;
}

.fl-club-public__membership-card .fl-club-member-card--public .fl-club-member-card__inner {
	position: relative;
	z-index: 1;
}

.fl-club-public__membership-copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.fl-club-public__membership-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}

.fl-club-public__membership-amount {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--fl-club-public-primary);
}

.fl-club-public__membership-period {
	font-size: 15px;
	color: var(--fl-club-public-muted);
}

.fl-club-public__facts--inline {
	width: 100%;
	max-width: 420px;
}

.fl-club-public__section {
	background: #fff;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
}

.fl-club-public__section-title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: var(--fl-club-public-primary);
}

.fl-club-public__description {
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}

.fl-club-public__description > :first-child {
	margin-top: 0;
}

.fl-club-public__description > :last-child {
	margin-bottom: 0;
}

.fl-club-public__placeholder-text {
	margin: 0;
	color: var(--fl-club-public-muted);
	font-size: 15px;
	line-height: 1.6;
}

.fl-club-public__content-gate {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 32px 24px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.fl-club-public__content-gate-text {
	margin: 0;
	max-width: 36ch;
	color: var(--fl-club-public-muted);
	font-size: 15px;
	line-height: 1.6;
}

.fl-club-public__owner-section {
	margin-top: 24px;
}

.fl-club-public__about-description {
	margin-top: 0;
}

.fl-club-public__social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.fl-club-public__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 10px;
	background: #fff;
	color: var(--fl-club-public-primary);
	font-size: 18px;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.fl-club-public__social-link:hover,
.fl-club-public__social-link:focus-visible {
	border-color: #d8d8de;
	box-shadow: 0 2px 8px rgba(2, 3, 38, 0.06);
	color: var(--fl-club-public-primary);
}

.fl-club-public__owner-section-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	color: var(--fl-club-public-primary);
}

.fl-club-public__owner-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fl-club-public__owner-card:hover,
.fl-club-public__owner-card:focus-visible {
	border-color: #d8d8de;
	box-shadow: 0 2px 8px rgba(2, 3, 38, 0.06);
	color: inherit;
}

.fl-club-public__owner-card-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.fl-club-public__owner-card-avatar--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-muted);
	font-size: 20px;
}

.fl-club-public__owner-card-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
}

.fl-club-public__owner-card-name {
	font-size: 16px;
	font-weight: 700;
	color: var(--fl-club-public-primary);
}

.fl-club-public__owner-card-chevron {
	flex-shrink: 0;
	color: var(--fl-club-public-muted);
	font-size: 14px;
}

.fl-club-public__card {
	background: #fff;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	padding: 20px;
	position: sticky;
	top: 24px;
}

.fl-club-public__card-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: var(--fl-club-public-primary);
}

.fl-club-public__fact dd a {
	color: var(--fl-club-public-primary);
	text-decoration: none;
	font-weight: 600;
}

.fl-club-public__fact dd a:hover {
	text-decoration: underline;
}

.fl-club-public__facts {
	margin: 0;
}

.fl-club-public__fact {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-top: 1px solid #f1f1f1;
}

.fl-club-public__fact:first-child {
	border-top: 0;
	padding-top: 0;
}

.fl-club-public__fact dt {
	margin: 0;
	font-size: 14px;
	color: var(--fl-club-public-muted);
}

.fl-club-public__fact dd {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--fl-club-public-primary);
	text-align: right;
}

@media (max-width: 991px) {
	.fl-club-public__hero {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: calc(var(--fl-club-public-logo-size) / -2);
	}

	.fl-club-public__hero-main {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 0;
	}

	.fl-club-public__layout {
		grid-template-columns: 1fr;
	}

	.fl-club-public__card {
		position: static;
	}

	.fl-club-public__events {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fl-club-public__membership-intro {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.fl-club-public__membership-card {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.fl-club-public {
		--fl-club-public-logo-size: 104px;
	}

	.fl-club-public__container {
		width: min(100%, calc(100% - 20px));
	}

	.fl-club-public__hero-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.fl-club-public__btn,
	.fl-club-public__badge {
		width: 100%;
	}

	.fl-club-public__tabs-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.fl-club-public__tabs-list::-webkit-scrollbar {
		display: none;
	}

	.fl-club-public__tab {
		flex-shrink: 0;
	}

	.fl-club-public__events {
		grid-template-columns: 1fr;
	}

	.fl-club-feed__composer-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.fl-club-feed__submit {
		width: 100%;
	}

	.fl-club-public__panel.fl-club-public__section {
		padding: 12px;
	}

	.fl-club-feed__composer,
	.fl-club-feed__post {
		padding: 12px;
	}

	.fl-club-feed__event-preview {
		margin-left: 0;
	}

	.fl-club-feed__event-card--preview {
		padding-right: 12px;
	}

	.fl-club-feed__composer-footer {
		min-width: 0;
	}
}

/* Fil de discussion */
.fl-club-feed__composer-host {
	margin-bottom: 16px;
	min-width: 0;
	max-width: 100%;
}

.fl-club-feed__list-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
}

.fl-club-feed__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
}

.fl-club-feed__composer-host[hidden] {
	display: none !important;
}

.fl-club-feed__composer-card {
	background: #fff;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(2, 3, 38, 0.04);
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

.fl-club-feed__post {
	background: #fff;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(2, 3, 38, 0.04);
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

.fl-club-feed__composer {
	padding: 16px;
}

.fl-club-feed__composer--locked {
	padding: 16px;
}

.fl-club-feed__composer-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.fl-club-feed__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.fl-club-feed__avatar--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-muted);
	font-size: 16px;
}

.fl-club-feed__input {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 40px;
	max-height: 160px;
	padding: 10px 14px;
	border: none;
	border-radius: 20px;
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-primary);
	font: inherit;
	line-height: 1.4;
	resize: none;
}

.fl-club-feed__input:focus {
	outline: 2px solid rgba(41, 235, 148, 0.45);
	outline-offset: 0;
}

.fl-club-feed__locked-text {
	margin: 0;
	padding: 10px 14px;
	flex: 1;
	border-radius: 20px;
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-muted);
	font-size: 14px;
	line-height: 1.4;
}

.fl-club-feed__photo-preview {
	position: relative;
	margin-top: 12px;
	margin-left: 52px;
	max-width: 320px;
}

.fl-club-feed__photo-preview-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.fl-club-feed__photo-remove {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: rgba(2, 3, 38, 0.72);
	color: #fff;
	cursor: pointer;
}

.fl-club-feed__event-preview {
	margin-top: 12px;
	margin-left: 52px;
	max-width: 100%;
}

.fl-club-feed__event-card {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 10px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

a.fl-club-feed__event-card:hover {
	border-color: rgba(41, 235, 148, 0.55);
	box-shadow: 0 4px 16px rgba(2, 3, 38, 0.06);
}

.fl-club-feed__event-card--preview {
	position: relative;
	padding-right: 44px;
}

.fl-club-feed__post .fl-club-feed__event-card {
	margin-top: 12px;
}

.fl-club-feed__event-card-img {
	width: 72px;
	height: 72px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.fl-club-feed__event-card-img--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(41, 235, 148, 0.12);
	color: var(--fl-club-public-primary);
	font-size: 22px;
}

.fl-club-feed__event-card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}

.fl-club-feed__event-card-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--fl-club-public-primary);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fl-club-feed__event-card-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 13px;
	line-height: 1.35;
	color: var(--fl-club-public-muted);
}

.fl-club-feed__event-card-meta-line {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.fl-club-feed__event-card-meta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 14px;
	font-size: 12px;
	opacity: 0.85;
}

.fl-club-feed__event-card-meta-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fl-club-feed__event-card-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	color: var(--fl-club-public-muted);
	font-size: 14px;
}

.fl-club-feed__event-preview-remove {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: rgba(2, 3, 38, 0.72);
	color: #fff;
	cursor: pointer;
}

.fl-club-feed__event-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.fl-club-feed__event-modal[hidden] {
	display: none !important;
}

.fl-club-feed__event-modal-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(2, 3, 38, 0.45);
	cursor: pointer;
}

.fl-club-feed__event-modal-panel {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: min(80vh, 640px);
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 48px rgba(2, 3, 38, 0.18);
	overflow: hidden;
}

.fl-club-feed__event-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--fl-club-public-border);
}

.fl-club-feed__event-modal-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--fl-club-public-primary);
}

.fl-club-feed__event-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--fl-club-public-muted);
	cursor: pointer;
}

.fl-club-feed__event-modal-close:hover {
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-primary);
}

.fl-club-feed__event-modal-body {
	padding: 12px 18px 18px;
	overflow: auto;
}

.fl-club-feed__event-modal-status {
	margin-bottom: 10px;
	color: var(--fl-club-public-muted);
	font-size: 14px;
}

.fl-club-feed__event-picker-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fl-club-feed__event-picker-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 10px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.fl-club-feed__event-picker-btn:hover {
	border-color: rgba(41, 235, 148, 0.55);
	background: rgba(41, 235, 148, 0.06);
}

body.fl-club-feed-modal-open {
	overflow: hidden;
}

.fl-club-feed__composer-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--fl-club-public-border);
}

.fl-club-feed__tools {
	display: flex;
	align-items: center;
	gap: 4px;
}

.fl-club-feed__emoji-wrap {
	position: relative;
}

.fl-club-feed__tool-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: var(--fl-club-public-muted);
	font-size: 18px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.fl-club-feed__tool-btn:hover,
.fl-club-feed__tool-btn:focus-visible {
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-primary);
}

.fl-club-feed__emoji-picker {
	position: absolute;
	left: 0;
	bottom: calc(100% + 8px);
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 4px;
	width: 220px;
	padding: 10px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(2, 3, 38, 0.12);
}

.fl-club-feed__emoji-btn {
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 8px;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.fl-club-feed__emoji-btn:hover {
	background: var(--fl-club-public-bg);
}

.fl-club-feed__submit {
	min-width: 108px;
	padding: 10px 18px;
}

.fl-club-feed__submit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.fl-club-feed__feedback {
	margin: 10px 0 0;
	font-size: 13px;
	color: var(--fl-club-public-muted);
}

.fl-club-feed__feedback.is-error {
	color: #c0392b;
}

.fl-club-feed__loading,
.fl-club-feed__empty,
.fl-club-feed__error {
	margin: 0;
	padding: 20px;
	text-align: center;
	color: var(--fl-club-public-muted);
	font-size: 14px;
}

.fl-club-feed__post {
	padding: 16px;
}

.fl-club-feed__post-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.fl-club-feed__post-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.fl-club-feed__post-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.fl-club-feed__pinned-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #020326;
}

.fl-club-feed__pinned-badge > i {
	font-size: 11px;
}

.fl-club-feed__post.is-pinned {
	border-top: 3px solid #020326;
}

.fl-club-feed__post-menu-wrap {
	position: relative;
	flex: 0 0 auto;
	margin-left: auto;
}

.fl-club-feed__post-menu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--fl-club-public-muted);
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.fl-club-feed__post-menu-btn:hover,
.fl-club-feed__post-menu-btn[aria-expanded="true"] {
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-primary);
}

.fl-club-feed__post-menu-btn > i {
	font-size: 14px;
}

.fl-club-feed__post-menu {
	position: absolute;
	top: calc(100% + 2px);
	right: 0;
	z-index: 20;
	min-width: 156px;
	padding: 4px 0;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(2, 3, 38, 0.1);
}

.fl-club-feed__post-menu[hidden] {
	display: none !important;
}

.fl-club-feed__post-menu-item {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 7px 12px;
	border: 0;
	background: transparent;
	color: var(--fl-club-public-primary);
	font-size: 13px;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

.fl-club-feed__post-menu-item:hover {
	background: var(--fl-club-public-bg);
}

.fl-club-feed__post-menu-item > i {
	width: 14px;
	font-size: 13px;
	color: var(--fl-club-public-muted);
}

.fl-club-feed__post-menu-item--danger {
	color: #c0392b;
}

.fl-club-feed__post-menu-item--danger > i {
	color: #c0392b;
}

.fl-club-feed__post-menu-item--danger:hover {
	background: #fdecea;
}

.fl-club-feed__author-name {
	font-size: 15px;
	font-weight: 700;
	color: var(--fl-club-public-primary);
	text-decoration: none;
}

.fl-club-feed__author-line {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.fl-club-feed__adherent-badge {
	display: inline-flex;
	align-items: center;
	padding: 1px 8px;
	border-radius: 999px;
	background: rgba(59, 130, 246, 0.14);
	color: #1d4ed8;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
}

.fl-club-feed__author-name:hover {
	text-decoration: underline;
}

.fl-club-feed__post-time {
	font-size: 13px;
	color: var(--fl-club-public-muted);
}

.fl-club-feed__post-content {
	font-size: 15px;
	line-height: 1.5;
	color: var(--fl-club-public-primary);
	word-break: break-word;
	overflow-wrap: anywhere;
	max-width: 100%;
}

.fl-club-feed__post-content p {
	margin: 0 0 8px;
}

.fl-club-feed__post-content p:last-child {
	margin-bottom: 0;
}

.fl-club-feed__post-media {
	margin-top: 12px;
	border-radius: 10px;
	overflow: hidden;
}

.fl-club-feed__post-media img {
	display: block;
	width: 100%;
	height: auto;
}

.fl-club-feed__load-more {
	align-self: center;
	padding: 10px 18px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 999px;
	background: #fff;
	color: var(--fl-club-public-primary);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.fl-club-feed__load-more:hover {
	background: var(--fl-club-public-bg);
}

.fl-club-feed__post-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--fl-club-public-border);
}

.fl-club-feed__action-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border: none;
	border-radius: 999px;
	background: transparent;
	color: var(--fl-club-public-muted);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.fl-club-feed__action-btn:hover,
.fl-club-feed__action-btn:focus-visible {
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-primary);
}

.fl-club-feed__action-btn.is-active {
	color: #1877f2;
	background: rgba(24, 119, 242, 0.08);
}

.fl-club-feed__action-count {
	min-width: 1ch;
	font-size: 12px;
}

.fl-club-feed__comments {
	display: none;
	margin-top: 12px;
	padding: 12px;
	border-top: 1px solid var(--fl-club-public-border);
	background: var(--fl-club-public-bg);
	border-radius: 0 0 10px 10px;
}

.fl-club-feed__comments.is-open {
	display: block;
}

.fl-club-feed__comment-locked {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff;
	color: var(--fl-club-public-muted);
	font-size: 14px;
	line-height: 1.4;
}

.fl-club-feed__comments-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fl-club-feed__comments-loading,
.fl-club-feed__comments-empty,
.fl-club-feed__comments-error {
	margin: 0;
	font-size: 13px;
	color: var(--fl-club-public-muted);
}

.fl-club-feed__comment {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.fl-club-feed__comment-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.fl-club-feed__comment-delete {
	flex-shrink: 0;
	margin-left: auto;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: #999;
	cursor: pointer;
}

.fl-club-feed__comment-delete:hover {
	background: #fdecea;
	color: #c0392b;
}

.fl-club-feed__comment-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.fl-club-feed__avatar--sm {
	width: 32px;
	height: 32px;
}

.fl-club-feed__author-name--sm {
	font-size: 14px;
}

.fl-club-feed__comment-content {
	margin-left: 42px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--fl-club-public-primary);
}

.fl-club-feed__comment-content p {
	margin: 0;
}

.fl-club-feed__comment-composer {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}

.fl-club-feed__comment-field {
	flex: 1;
	min-width: 0;
}

.fl-club-feed__comment-input {
	width: 100%;
	min-height: 38px;
	max-height: 120px;
	padding: 8px 12px;
	border: 1px solid var(--fl-club-public-border);
	border-radius: 18px;
	background: #fff;
	color: var(--fl-club-public-primary);
	font: inherit;
	line-height: 1.4;
	resize: vertical;
}

.fl-club-feed__comment-submit {
	flex-shrink: 0;
	padding: 8px 14px;
	border: none;
	border-radius: 999px;
	background: var(--fl-club-public-accent);
	color: var(--fl-club-public-primary);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.fl-club-feed__comment-submit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.fl-club-feed__composer--guest {
	cursor: default;
}

.fl-club-feed__input--guest {
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	color: var(--fl-club-public-muted);
}

.fl-club-feed__input--guest:hover,
.fl-club-feed__input--guest:focus {
	color: var(--fl-club-public-primary);
}

.fl-club-feed__tool-btn--muted {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: var(--fl-club-public-muted);
	opacity: 0.55;
}

.fl-club-login-promo {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	--fl-club-public-primary: #020326;
	--fl-club-public-muted: #747688;
	--fl-club-public-accent: #29eb94;
	--fl-club-public-bg: #f7f7f7;
}

.fl-club-login-promo[hidden] {
	display: none !important;
}

.fl-club-login-promo__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(2, 3, 38, 0.52);
	cursor: pointer;
}

.fl-club-login-promo__panel {
	position: relative;
	z-index: 1;
	width: min(440px, 100%);
	padding: 28px 24px 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 20px 56px rgba(2, 3, 38, 0.2);
	text-align: center;
}

.fl-club-login-promo__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: var(--fl-club-public-muted);
	cursor: pointer;
}

.fl-club-login-promo__close:hover {
	background: var(--fl-club-public-bg);
	color: var(--fl-club-public-primary);
}

.fl-club-login-promo__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
	border: 3px solid #fff;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(2, 3, 38, 0.12);
	overflow: hidden;
}

.fl-club-login-promo__icon-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl-club-login-promo__icon-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(41, 235, 148, 0.14);
	color: var(--fl-club-public-accent);
	font-size: 26px;
}

.fl-club-login-promo__title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.25;
	color: var(--fl-club-public-primary);
}

.fl-club-login-promo__lead {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.55;
	color: #747688;
}

.fl-club-login-promo__footnote {
	margin: 14px 0 0;
	font-size: 13px;
	color: #747688;
}

.fl-club-login-promo__benefits {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	text-align: left;
}

.fl-club-login-promo__benefit {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--fl-club-public-primary);
}

.fl-club-login-promo__benefit:last-child {
	margin-bottom: 0;
}

.fl-club-login-promo__benefit i {
	margin-top: 2px;
	color: var(--fl-club-public-accent);
}

.fl-club-login-promo__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fl-club-login-promo__cta {
	width: 100%;
	justify-content: center;
}

.fl-club-login-promo__actions .fl-club-public__btn--secondary {
	background: #fff;
	color: #020326;
	border: 1px solid #d0d5dd;
}

.fl-club-login-promo__actions .fl-club-public__btn--secondary:hover,
.fl-club-login-promo__actions .fl-club-public__btn--secondary:focus-visible {
	background: #fff;
	color: #020326;
	border-color: #020326;
	opacity: 1;
}


body.fl-club-login-promo-open {
	overflow: hidden;
}

/* Dashboard organisateur — isolation vendor_wrap (design identique à la page publique) */
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard {
	color: var(--fl-club-public-primary);
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard button {
	margin-left: 0 !important;
	margin-right: 0;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard textarea.fl-club-feed__input,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard button.fl-club-feed__input--guest {
	border: none !important;
	border-radius: 20px !important;
	box-shadow: none !important;
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-primary) !important;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.4 !important;
	text-transform: none !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard button.fl-club-feed__input--guest {
	color: var(--fl-club-public-muted) !important;
	text-align: left;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard textarea.fl-club-feed__comment-input {
	border: 1px solid var(--fl-club-public-border) !important;
	border-radius: 18px !important;
	box-shadow: none !important;
	background: #fff !important;
	color: var(--fl-club-public-primary) !important;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.4 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__action-btn,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__tool-btn,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__photo-remove,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__emoji-btn,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-btn,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-delete,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__load-more,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-modal-close,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-picker-btn,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-preview-remove {
	font-family: inherit;
	text-transform: none !important;
	box-shadow: none !important;
	letter-spacing: normal;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__action-btn {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	padding: 4px 10px !important;
	border: none !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--fl-club-public-muted) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__action-btn:hover,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__action-btn:focus-visible {
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__action-btn.is-active {
	color: #1877f2 !important;
	background: rgba(24, 119, 242, 0.08) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__action-count {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: inherit !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__tool-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--fl-club-public-muted) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	min-height: 0 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__tool-btn:hover,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__tool-btn:focus-visible {
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-public__btn.fl-club-feed__submit,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: none !important;
	font-family: inherit;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-public__btn.fl-club-feed__submit {
	min-width: 108px;
	min-height: 42px !important;
	padding: 10px 18px !important;
	border-radius: 8px !important;
	background: #020326 !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-public__btn.fl-club-feed__submit:hover,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-public__btn.fl-club-feed__submit:focus-visible {
	background: #020326 !important;
	color: #ffffff !important;
	opacity: 0.92;
	text-decoration: none !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-public__btn.fl-club-feed__submit:disabled {
	opacity: 0.55 !important;
	cursor: not-allowed;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-submit {
	padding: 8px 14px !important;
	border-radius: 999px !important;
	background: var(--fl-club-public-accent) !important;
	color: var(--fl-club-public-primary) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	min-height: 0 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__photo-remove,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-delete,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-modal-close,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-preview-remove {
	border: none !important;
	background: transparent !important;
	color: var(--fl-club-public-muted) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--fl-club-public-muted) !important;
	min-height: 0 !important;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-btn > i {
	font-size: 14px !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-btn:hover,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-btn:focus-visible,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-btn[aria-expanded="true"] {
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__load-more {
	padding: 10px 18px !important;
	border: 1px solid var(--fl-club-public-border) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--fl-club-public-primary) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__load-more:hover {
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item {
	display: flex !important;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 7px 12px !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--fl-club-public-primary) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item > i {
	width: 14px;
	font-size: 13px !important;
	color: var(--fl-club-public-muted) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item:hover,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item:focus-visible {
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item--danger {
	color: #c0392b !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item--danger > i {
	color: #c0392b !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item--danger:hover,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-menu-item--danger:focus-visible {
	background: #fdecea !important;
	color: #c0392b !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard a.fl-club-feed__author-name {
	color: var(--fl-club-public-primary) !important;
	text-decoration: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard a.fl-club-feed__author-name {
	font-size: 15px !important;
	font-weight: 700 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard a.fl-club-feed__author-name:hover {
	text-decoration: underline !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-time,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__feedback,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__loading,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__empty,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__error,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comments-empty,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-locked {
	font-size: inherit;
	font-weight: inherit;
	color: var(--fl-club-public-muted) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-time {
	font-size: 13px !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post-content,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-content {
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__comment-content {
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__pinned-badge,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__adherent-badge {
	font-size: 11px !important;
	font-weight: 600 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-picker-btn {
	display: flex !important;
	width: 100%;
	padding: 12px !important;
	border: 1px solid var(--fl-club-public-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--fl-club-public-primary) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-align: left;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-picker-btn:hover {
	background: var(--fl-club-public-bg) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard img.fl-club-feed__avatar,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__avatar--fallback {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	border-radius: 50% !important;
	flex-shrink: 0;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard img.fl-club-feed__avatar {
	display: block !important;
	object-fit: cover !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__avatar--fallback {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: var(--fl-club-public-bg) !important;
	color: var(--fl-club-public-muted) !important;
	font-size: 16px !important;
	overflow: hidden;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard img.fl-club-feed__avatar.fl-club-feed__avatar--sm,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__avatar--sm.fl-club-feed__avatar--fallback {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	max-width: 32px !important;
	max-height: 32px !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard a.fl-club-feed__event-card,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card {
	display: flex !important;
	align-items: center;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
	padding: 10px 12px !important;
	border: 1px solid var(--fl-club-public-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: inherit !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard a.fl-club-feed__event-card:hover {
	border-color: rgba(41, 235, 148, 0.55) !important;
	box-shadow: 0 4px 16px rgba(2, 3, 38, 0.06) !important;
	color: inherit !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__post .fl-club-feed__event-card {
	margin-top: 12px !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card--preview {
	position: relative;
	padding-right: 44px !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard img.fl-club-feed__event-card-img,
.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-img--fallback {
	width: 72px !important;
	height: 72px !important;
	min-width: 72px !important;
	min-height: 72px !important;
	max-width: 72px !important;
	max-height: 72px !important;
	border-radius: 8px !important;
	flex-shrink: 0;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard img.fl-club-feed__event-card-img {
	display: block !important;
	object-fit: cover !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-img--fallback {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: rgba(41, 235, 148, 0.12) !important;
	color: var(--fl-club-public-primary) !important;
	font-size: 22px !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-title {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: var(--fl-club-public-primary) !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 13px !important;
	line-height: 1.35 !important;
	color: var(--fl-club-public-muted) !important;
	font-weight: 400 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-meta-line {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-meta-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--fl-club-public-muted) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}

.vendor_wrap .contents .fl-club-feed-moderation .fl-club-feed-dashboard .fl-club-feed__event-card-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	color: var(--fl-club-public-muted) !important;
	font-size: 14px !important;
}

/* Annuaire public — /clubs/ */

.fl-clubs-directory {
	--fl-clubs-directory-max: 1180px;
	--fl-clubs-directory-hero-height: clamp(240px, 34vw, 380px);
	width: 100%;
	margin-top: -63px;
	padding: 0 0 72px;
	background: var(--fl-club-public-bg, #f7f7f7);
}

.fl-clubs-directory__hero-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.fl-clubs-directory__hero {
	width: 100%;
	height: var(--fl-clubs-directory-hero-height);
	background-color: #020326;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fl-clubs-directory__hero--empty {
	background:
		linear-gradient(135deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.78)),
		linear-gradient(45deg, #0a0a0a 0%, #141414 100%);
}

.fl-clubs-directory__hero-overlay {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 0 20px 72px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.28) 0%,
		rgba(0, 0, 0, 0.58) 50%,
		rgba(0, 0, 0, 0.82) 100%
	);
}

.fl-clubs-directory__hero-inner {
	width: min(var(--fl-clubs-directory-max), 100%);
	margin: 0 auto;
}

.fl-clubs-directory__container {
	max-width: var(--fl-clubs-directory-max);
	margin: 0 auto;
	padding: 0 20px;
}

.fl-clubs-directory__title {
	margin: 0 0 10px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.fl-clubs-directory__lead {
	margin: 0;
	max-width: 640px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.fl-clubs-directory__filters {
	margin: -34px 0 10px;
	position: relative;
	z-index: 2;
}

.fl-clubs-directory__breadcrumb {
	margin: 0;
}

.fl-clubs-directory__filters-form {
	background: #fff;
	border: 1px solid var(--fl-club-public-border, #eeeeee);
	border-radius: 16px;
	padding: 8px;
	box-shadow: 0 8px 24px rgba(2, 3, 38, 0.04);
}

.fl-clubs-directory__filters-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px) auto;
	gap: 8px;
	align-items: stretch;
}

.fl-clubs-directory__search,
.fl-clubs-directory__region {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 0 14px;
	min-height: 48px;
	border: 1px solid var(--fl-club-public-border, #eeeeee);
	border-radius: 12px;
	background: #fff;
	color: var(--fl-club-public-muted, #747688);
}

.fl-clubs-directory__search {
	margin-bottom: 0 !important;
}

.fl-clubs-directory__region {
	margin-bottom: 0 !important;
}

.fl-clubs-directory__search > i,
.fl-clubs-directory__region > i {
	flex-shrink: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	color: var(--fl-club-public-muted, #747688);
	font-style: normal;
}

.fl-clubs-directory__search > i.fas {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif;
	font-weight: 900;
}

.fl-clubs-directory__region > i.far {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif;
	font-weight: 400;
}

.fl-clubs-directory__region > .select2-container {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
}

.fl-clubs-directory__filters-form .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	height: 46px !important;
	min-height: 46px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fl-clubs-directory__filters-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	flex: 1;
	padding-left: 0 !important;
	padding-right: 28px !important;
	line-height: 1.4 !important;
	color: var(--fl-club-public-primary, #020326) !important;
	font-size: 14px;
}

.fl-clubs-directory__filters-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--fl-club-public-muted, #747688) !important;
}

.fl-clubs-directory__filters-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: auto;
	transform: translateY(-50%);
}

.fl-clubs-directory__filters-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: var(--fl-club-public-muted, #747688) transparent transparent transparent;
}

.fl-clubs-directory__filters-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--fl-club-public-muted, #747688) transparent;
}

.fl-clubs-directory__search input {
	width: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--fl-club-public-primary, #020326);
	font-size: 15px;
	line-height: 1.4;
	outline: none;
	box-shadow: none;
}

.fl-clubs-directory__region select {
	width: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--fl-club-public-primary, #020326);
	font-size: 14px;
	line-height: 1.4;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
}

.fl-clubs-directory__filters-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	box-sizing: border-box;
	width: auto;
	min-height: 48px;
	height: auto;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 12px;
	background: var(--fl-club-public-primary, #020326) !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	vertical-align: top;
	cursor: pointer;
	transition: opacity 0.2s ease;
	appearance: none;
	-webkit-appearance: none;
}

.fl-clubs-directory__filters-submit:hover,
.fl-clubs-directory__filters-submit:focus-visible {
	opacity: 0.92;
}

.fl-clubs-directory__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.fl-clubs-directory__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--fl-club-public-border, #eeeeee);
	border-radius: 18px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.fl-clubs-directory__card:hover,
.fl-clubs-directory__card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(2, 3, 38, 0.16);
	color: inherit;
}

.fl-clubs-directory__card-media {
	position: relative;
}

.fl-clubs-directory__card-cover {
	position: relative;
	height: 168px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(2, 3, 38, 0.08), rgba(41, 235, 148, 0.12));
}

.fl-clubs-directory__card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl-clubs-directory__card-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--fl-club-public-muted, #747688);
	font-size: 34px;
}

.fl-clubs-directory__card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--fl-club-public-primary, #020326);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.fl-clubs-directory__card-logo {
	position: absolute;
	left: 16px;
	bottom: -24px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 3px solid #fff;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(2, 3, 38, 0.12);
}

.fl-clubs-directory__card-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl-clubs-directory__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
}

.fl-clubs-directory__card--has-logo .fl-clubs-directory__card-body {
	padding-top: 32px;
}

.fl-clubs-directory__card-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
	color: var(--fl-club-public-primary, #020326);
}

.fl-clubs-directory__card-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--fl-club-public-muted, #747688);
	text-overflow: ellipsis;
}

.fl-clubs-directory__card-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: auto 0 0;
	padding: 0;
	list-style: none;
}

.fl-clubs-directory__card-meta li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	font-size: 13px;
	line-height: 1.35;
	color: var(--fl-club-public-muted, #747688);
}

.fl-clubs-directory__card-meta i {
	flex-shrink: 0;
	width: 14px;
	text-align: center;
	color: var(--fl-club-public-primary, #020326);
	font-size: 12px;
}

.fl-clubs-directory__card-meta span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fl-clubs-directory__pagination {
	margin-top: 32px;
}

.fl-clubs-directory__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin: 0 4px 8px 0;
	padding: 0 12px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--fl-club-public-border, #eeeeee);
	color: var(--fl-club-public-primary, #020326);
	text-decoration: none;
}

.fl-clubs-directory__pagination .page-numbers.current {
	background: var(--fl-club-public-primary, #020326);
	border-color: var(--fl-club-public-primary, #020326);
	color: #fff;
}

.fl-clubs-directory__empty {
	padding: 56px 24px;
	border: 1px dashed var(--fl-club-public-border, #eeeeee);
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.fl-clubs-directory__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(41, 235, 148, 0.14);
	color: var(--fl-club-public-primary, #020326);
	font-size: 24px;
}

.fl-clubs-directory__empty h2 {
	margin: 0 0 8px;
	font-size: 22px;
	color: var(--fl-club-public-primary, #020326);
}

.fl-clubs-directory__empty p {
	margin: 0;
	color: var(--fl-club-public-muted, #747688);
}

.fl-clubs-directory__empty-link {
	display: inline-block;
	margin-top: 16px;
	color: var(--fl-club-public-primary, #020326);
	font-weight: 600;
	text-decoration: underline;
}

.fl-clubs-directory .fl-clubs-directory__cta {
	position: relative;
	margin: 48px 0 0;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: linear-gradient(135deg, #020326 0%, #0a0d2e 52%, #071a14 100%);
	box-shadow: 0 18px 40px rgba(2, 3, 38, 0.18);
	overflow: hidden;
	isolation: isolate;
}

.fl-clubs-directory__cta-glow {
	position: absolute;
	top: -80px;
	right: -40px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(41, 235, 148, 0.28) 0%, rgba(41, 235, 148, 0) 72%);
	pointer-events: none;
	z-index: 0;
}

.fl-clubs-directory__cta-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
	gap: 32px;
	align-items: center;
}

.fl-clubs-directory__cta-copy {
	min-width: 0;
}

.fl-clubs-directory__cta-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.5rem, 2.2vw, 1.875rem);
	font-weight: 700;
	line-height: 1.2;
}

.fl-clubs-directory__cta-text {
	margin: 0 0 18px;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.55;
}

.fl-clubs-directory__cta-features {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.fl-clubs-directory__cta-features li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.fl-clubs-directory__cta-features i {
	color: var(--fl-club-public-accent, #29eb94);
	font-size: 11px;
}

.fl-clubs-directory__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.fl-clubs-directory__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fl-clubs-directory__cta-btn--primary {
	background: var(--fl-club-public-accent, #29eb94);
	color: var(--fl-club-public-primary, #020326);
	box-shadow: 0 10px 24px rgba(41, 235, 148, 0.24);
}

.fl-clubs-directory__cta-btn--primary:hover,
.fl-clubs-directory__cta-btn--primary:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(41, 235, 148, 0.32);
	color: var(--fl-club-public-primary, #020326);
}

.fl-clubs-directory__cta-btn--secondary {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: transparent;
	color: #fff;
}

.fl-clubs-directory__cta-btn--secondary:hover,
.fl-clubs-directory__cta-btn--secondary:focus-visible {
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.fl-clubs-directory__cta-btn--secondary i {
	font-size: 12px;
	transition: transform 0.2s ease;
}

.fl-clubs-directory__cta-btn--secondary:hover i,
.fl-clubs-directory__cta-btn--secondary:focus-visible i {
	transform: translateX(2px);
}

.fl-clubs-directory__cta-visual {
	position: relative;
	min-height: 220px;
}

.fl-clubs-directory__cta-preview {
	position: relative;
	z-index: 1;
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.fl-clubs-directory__cta-preview-cover {
	height: 96px;
	background: linear-gradient(135deg, #020326 0%, #1a1d45 55%, #0f5132 100%);
}

.fl-clubs-directory__cta-preview-logo {
	position: absolute;
	top: 68px;
	left: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 3px solid #fff;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(2, 3, 38, 0.12);
	color: var(--fl-club-public-primary, #020326);
	font-size: 18px;
}

.fl-clubs-directory__cta-preview-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 34px 18px 18px;
}

.fl-clubs-directory__cta-preview-line {
	display: block;
	height: 10px;
	border-radius: 999px;
	background: #ececf1;
}

.fl-clubs-directory__cta-preview-line--title {
	width: 72%;
	height: 14px;
	background: #d9dbe7;
}

.fl-clubs-directory__cta-preview-line--short {
	width: 46%;
}

.fl-clubs-directory__cta-chip {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
	color: var(--fl-club-public-primary, #020326);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	backdrop-filter: blur(6px);
}

.fl-clubs-directory__cta-chip i {
	color: var(--fl-club-public-accent, #29eb94);
	font-size: 13px;
}

.fl-clubs-directory__cta-chip--members {
	top: 12px;
	right: 0;
}

.fl-clubs-directory__cta-chip--events {
	right: 24px;
	bottom: 8px;
}

@media (max-width: 991px) {
	.fl-clubs-directory .fl-clubs-directory__cta {
		padding: 24px;
	}

	.fl-clubs-directory__cta-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.fl-clubs-directory__cta-visual {
		min-height: 200px;
		max-width: 360px;
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.fl-clubs-directory .fl-clubs-directory__cta {
		padding: 20px;
	}

	.fl-clubs-directory__cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.fl-clubs-directory__cta-btn {
		width: 100%;
	}

	.fl-clubs-directory__cta-chip--members {
		top: 4px;
		right: 4px;
	}

	.fl-clubs-directory__cta-chip--events {
		right: 8px;
		bottom: 0;
	}
}

/* Slider événements — annuaire /clubs/ */
.fl-clubs-directory .fl-clubs-events-slider {
	margin-top: 48px;
}

.fl-clubs-events-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.fl-clubs-events-slider__header .events-title-archive {
	margin: 0;
}

.fl-clubs-events-slider__link {
	flex-shrink: 0;
	color: var(--fl-club-public-primary, #020326);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.fl-clubs-events-slider__link:hover,
.fl-clubs-events-slider__link:focus-visible {
	opacity: 0.85;
}

.fl-clubs-events-slider__carousel {
	position: relative;
}

.fl-clubs-events-slider__swiper {
	overflow: hidden;
}

.fl-clubs-events-slider__slide {
	height: auto;
	box-sizing: border-box;
}

.fl-clubs-events-slider__slide .event_entry {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	margin: 0;
}

.fl-clubs-events-slider__slide .event_item.fl-event-type2-card,
.fl-clubs-events-slider__slide .fl-event-type2-card {
	height: 100%;
}

.fl-clubs-events-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--fl-club-public-border, #eeeeee);
	border-radius: 50%;
	background: #fff;
	color: var(--fl-club-public-primary, #020326);
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.fl-clubs-events-slider__nav:hover,
.fl-clubs-events-slider__nav:focus-visible {
	border-color: rgba(2, 3, 38, 0.16);
}

.fl-clubs-events-slider__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.fl-clubs-events-slider__nav--prev {
	left: -12px;
}

.fl-clubs-events-slider__nav--next {
	right: -12px;
}

.fl-clubs-events-slider i.fas {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif;
	font-weight: 900;
	font-style: normal;
}

@media (max-width: 767px) {
	.fl-clubs-events-slider__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.fl-clubs-events-slider__nav {
		display: none;
	}
}

/* Slider clubs — landing région /localisation/{region}/ */
.fl-clubs-region-slider {
	--fl-clubs-directory-max: 1180px;
	margin: 40px auto 48px;
	padding: 0 20px;
}

.fl-clubs-region-slider__wrap {
	max-width: var(--fl-clubs-directory-max);
	margin: 0 auto;
}

.fl-clubs-region-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.fl-clubs-region-slider__header .events-title-archive {
	margin: 0;
}

.fl-clubs-region-slider__link {
	flex-shrink: 0;
	color: var(--fl-club-public-primary, #020326);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.fl-clubs-region-slider__link:hover,
.fl-clubs-region-slider__link:focus-visible {
	opacity: 0.85;
}

.fl-clubs-region-slider__carousel {
	position: relative;
}

.fl-clubs-region-slider__swiper {
	overflow: hidden;
}

.fl-clubs-region-slider__slide {
	width: min(340px, calc(100vw - 72px));
	height: auto;
}

.fl-clubs-region-slider__slide .fl-clubs-directory__card {
	height: 100%;
}

.fl-clubs-region-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--fl-club-public-border, #eeeeee);
	border-radius: 50%;
	background: #fff;
	color: var(--fl-club-public-primary, #020326);
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.fl-clubs-region-slider__nav:hover,
.fl-clubs-region-slider__nav:focus-visible {
	border-color: rgba(2, 3, 38, 0.16);
}

.fl-clubs-region-slider__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.fl-clubs-region-slider__nav--prev {
	left: -12px;
}

.fl-clubs-region-slider__nav--next {
	right: -12px;
}

.fl-clubs-region-slider i.fas {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome, sans-serif;
	font-weight: 900;
	font-style: normal;
}

@media (max-width: 1024px) {
	.fl-clubs-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.fl-clubs-directory {
		padding-bottom: 48px;
	}

	.fl-clubs-directory__hero-overlay {
		padding-bottom: 56px;
	}

	.fl-clubs-directory__filters {
		margin-top: -28px;
		margin-bottom: 10px;
	}

	.fl-clubs-directory__filters-row {
		grid-template-columns: 1fr;
	}

	.fl-clubs-directory__filters-submit {
		width: 100%;
	}

	.fl-clubs-directory__grid {
		grid-template-columns: 1fr;
	}

	.fl-clubs-region-slider {
		margin: 32px auto 40px;
	}

	.fl-clubs-region-slider__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.fl-clubs-region-slider__nav {
		display: none;
	}
}
