/* S4-4 Feed — scoped under #apulia-soc-feed. Owner APULIA Social. */

#apulia-soc-feed,
#apulia-soc-feed *,
#apulia-ss-root.is-community-open #apulia-ss-profile-edit,
#apulia-ss-root.is-community-open #apulia-ss-profile-edit *,
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel,
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel * {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
#apulia-soc-feed ::-webkit-scrollbar,
#apulia-ss-root.is-community-open #apulia-ss-profile-edit ::-webkit-scrollbar,
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel ::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
	background: transparent;
}

#apulia-soc-feed.apulia-ss-sheet,
#apulia-soc-feed.apulia-soc-feed-sheet {
	position: fixed;
	inset: 0;
	z-index: 8;
	align-items: flex-end;
	justify-content: center;
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	pointer-events: none;
}
#apulia-soc-feed.apulia-ss-sheet.is-open {
	display: flex;
	pointer-events: none;
}
#apulia-soc-feed.is-parked {
	display: none !important;
}

#apulia-ss-root.is-community-open #apulia-ss-panel {
	transform: translateY(110%);
	pointer-events: none;
}
#apulia-ss-root.is-community-open #apulia-soc-page-carnet #apulia-ss-panel,
#apulia-ss-root.is-community-open #apulia-ss-panel.is-soc-mounted {
	transform: none !important;
	visibility: visible !important;
	pointer-events: auto !important;
}
#apulia-ss-root.is-trip-open #apulia-soc-feed,
#apulia-ss-root.is-trip-open #apulia-soc-feed.is-open {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	transform: none !important;
	z-index: 0 !important;
}
#apulia-ss-root.is-trip-open #apulia-soc-page-carnet #apulia-ss-panel,
#apulia-ss-root.is-trip-open #apulia-soc-page-carnet #apulia-ss-panel.is-soc-mounted,
#apulia-ss-root.is-trip-open.is-community-open #apulia-soc-page-carnet #apulia-ss-panel,
#apulia-ss-root.is-trip-open.is-community-open #apulia-ss-panel.is-soc-mounted,
#apulia-ss-root.is-trip-open #apulia-ss-panel.is-soc-mounted {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	transform: translateY(110%) !important;
	pointer-events: none !important;
}
#apulia-ss-panel-home {
	display: contents;
}

#apulia-soc-feed .apulia-soc-feed-card-shell,
#apulia-soc-feed .apulia-ss-sheet-card.apulia-soc-feed-card-shell {
	position: relative;
	pointer-events: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 760px;
	height: 56vh;
	height: 56dvh;
	max-height: 56vh;
	max-height: 56dvh;
	overflow: hidden;
	padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
	padding-top: 10px;
	border-radius: 28px 28px 0 0;
	transition: height .26s var(--ass-ease, cubic-bezier(.2,.8,.2,1));
}
#apulia-soc-feed .apulia-ss-handle {
	flex: 0 0 auto;
	cursor: pointer;
	touch-action: none;
}
#apulia-soc-feed.is-expanded .apulia-soc-feed-card-shell,
#apulia-soc-feed.apulia-ss-sheet.is-expanded .apulia-soc-feed-card-shell {
	height: 75vh;
	height: 75dvh;
	max-height: 75vh;
	max-height: 75dvh;
}
#apulia-soc-feed.is-compact .apulia-soc-feed-card-shell {
	height: 56vh;
	height: 56dvh;
	max-height: 56vh;
	max-height: 56dvh;
}

#apulia-ss-root.is-community-open.is-compose-off #apulia-ss-compose.is-open,
#apulia-ss-root.is-community-open #apulia-ss-compose.is-open {
	display: flex !important;
}
#apulia-ss-root.is-community-open #apulia-ss-story-viewer.is-open {
	display: flex !important;
}
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open,
#apulia-ss-root.is-community-open #apulia-ss-stats-panel.is-open,
#apulia-ss-root.is-community-open #apulia-ss-confirm.is-open {
	z-index: 16;
}

#apulia-soc-feed .apulia-soc-head {
	display: grid !important;
	grid-template-columns: 1fr auto;
	grid-template-areas:
		"brand actions"
		"nav nav";
	align-items: center;
	column-gap: 8px;
	row-gap: 12px;
	flex: 0 0 auto;
	min-height: 44px;
	margin: 4px 8px 12px;
	padding-right: 0;
	position: relative;
}
#apulia-soc-feed .apulia-soc-back { display: none !important; }
#apulia-soc-feed .apulia-soc-head-main {
	grid-area: brand;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#apulia-soc-feed .apulia-soc-head-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	width: 100%;
}
#apulia-soc-feed .apulia-soc-head-titles {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	flex: 1 1 auto;
}
#apulia-soc-feed .apulia-soc-feed-kicker {
	display: none !important;
}
#apulia-soc-feed .apulia-soc-head-actions {
	grid-area: actions;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	flex: 0 0 auto;
}
#apulia-soc-feed .apulia-soc-head .apulia-ss-modal-close,
#apulia-soc-feed .apulia-soc-head .apulia-ss-modal-close[hidden] {
	display: none !important;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	inset: auto !important;
	z-index: 2;
}
#apulia-soc-feed.is-overlay .apulia-soc-head .apulia-ss-modal-close:not([hidden]) {
	display: flex !important;
}
#apulia-soc-feed .apulia-soc-switch {
	grid-area: nav;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 22px;
	width: 100%;
	margin: 0;
	padding: 2px 0 4px;
	border: 0;
	background: none;
}
#apulia-soc-feed.is-unified .apulia-soc-switch {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: end;
	justify-content: stretch;
	gap: 6px;
	width: calc(100% - 32px);
	margin: -4px auto 0;
	padding: 2px 0 6px;
}
#apulia-soc-feed.is-unified .apulia-soc-switch-lbl {
	padding: 4px 2px 5px;
	justify-self: center;
	width: max-content;
	max-width: 100%;
}
@media (max-width: 380px) {
	#apulia-soc-feed.is-unified .apulia-soc-switch-lbl {
		font-size: 12px;
	}
}
#apulia-soc-feed .apulia-soc-switch-lbl {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 0 0 3px;
	border: 0;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	outline: none;
	color: rgba(255,255,255,.78);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.2;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
#apulia-soc-feed .apulia-soc-switch-lbl[hidden] {
	display: none !important;
}
#apulia-soc-feed .apulia-soc-switch-lbl.is-active {
	color: #fff;
	font-weight: 700;
	box-shadow: inset 0 -2px 0 #F6A623 !important;
}
#apulia-soc-feed .apulia-soc-switch-lbl:hover,
#apulia-soc-feed .apulia-soc-switch-lbl:focus,
#apulia-soc-feed .apulia-soc-switch-lbl:focus-visible,
#apulia-soc-feed .apulia-soc-switch-lbl:active {
	background: none !important;
	outline: none;
	box-shadow: none;
}
#apulia-soc-feed .apulia-soc-switch-lbl.is-active:hover,
#apulia-soc-feed .apulia-soc-switch-lbl.is-active:focus,
#apulia-soc-feed .apulia-soc-switch-lbl.is-active:focus-visible,
#apulia-soc-feed .apulia-soc-switch-lbl.is-active:active {
	box-shadow: inset 0 -2px 0 #F6A623 !important;
}
#apulia-soc-feed.is-overlay .apulia-soc-switch {
	display: none;
}
#apulia-soc-feed .apulia-soc-back[hidden] {
	display: none !important;
}
#apulia-soc-feed .apulia-soc-logo {
	flex: 0 0 auto;
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
	pointer-events: none;
}
#apulia-soc-feed .apulia-soc-head h2 {
	flex: 0 0 auto;
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff !important;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#apulia-soc-feed .apulia-soc-notif {
	flex: 0 0 auto;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}
#apulia-soc-feed .apulia-soc-notif svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}
#apulia-soc-feed .apulia-soc-notif-badge {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e74c3c;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 16px;
	text-align: center;
}
#apulia-soc-feed .apulia-soc-swipe {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	/* pan-y = scroll vertical natif. Le swipe Fil⇄Profil est en JS (touch*). */
	touch-action: pan-y;
}
#apulia-soc-feed.is-overlay .apulia-soc-swipe {
	display: none;
}
#apulia-soc-feed.is-overlay .apulia-soc-overlay:not([hidden]) {
	flex: 1 1 auto;
	min-height: 0;
	height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	padding-bottom: calc(var(--ass-nav-clear, 88px) + 48px + env(safe-area-inset-bottom, 0px));
}
#apulia-soc-feed.is-subpanel .apulia-soc-feed-card-shell {
	visibility: hidden;
	pointer-events: none;
}
#apulia-soc-feed .apulia-soc-track {
	display: flex;
	width: 200%;
	height: 100%;
	flex: 0 0 200%;
	transform: translateX(0);
	transition: transform .28s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}
#apulia-soc-feed.is-page-me .apulia-soc-track {
	transform: translateX(-50%);
}
#apulia-soc-feed.is-unified .apulia-soc-track {
	width: 300%;
	flex: 0 0 300%;
}
#apulia-soc-feed.is-unified.is-page-carnet .apulia-soc-track {
	transform: translateX(0);
}
#apulia-soc-feed.is-unified.is-page-feed .apulia-soc-track {
	transform: translateX(-33.333%);
}
#apulia-soc-feed.is-unified.is-page-me .apulia-soc-track {
	transform: translateX(-66.666%);
}
#apulia-soc-feed .apulia-soc-page {
	flex: 0 0 50%;
	width: 50%;
	height: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	padding-bottom: calc(var(--ass-nav-clear, 88px) + 24px + env(safe-area-inset-bottom, 0px));
}
#apulia-soc-feed.is-unified .apulia-soc-page {
	flex: 0 0 33.333%;
	width: 33.333%;
}
#apulia-soc-page-carnet #apulia-ss-panel.is-soc-mounted,
#apulia-ss-root.is-community-open #apulia-soc-page-carnet #apulia-ss-panel {
	position: relative !important;
	inset: auto !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	transform: none !important;
	visibility: visible !important;
	pointer-events: auto !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 12px 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	z-index: auto !important;
}
#apulia-ss-root.intro-cloak #apulia-soc-page-carnet #apulia-ss-panel,
#apulia-ss-root.intro-cloak #apulia-ss-panel.is-soc-mounted {
	transform: none !important;
}
#apulia-soc-page-carnet #apulia-ss-panel > .apulia-ss-handle,
#apulia-soc-page-carnet #apulia-ss-book-title,
#apulia-soc-page-carnet .apulia-ss-nav-row {
	display: none !important;
}
#apulia-soc-feed .apulia-soc-page *,
#apulia-soc-feed .apulia-soc-overlay * {
	touch-action: pan-y;
}
#apulia-soc-feed .apulia-soc-rail-scroll,
#apulia-soc-feed .apulia-soc-rail-scroll *,
#apulia-soc-feed .apulia-soc-suggest-row,
#apulia-soc-feed .apulia-soc-suggest-row *,
#apulia-soc-feed .apulia-soc-feed-carousel,
#apulia-soc-feed .apulia-soc-feed-carousel *,
#apulia-soc-feed .apulia-soc-me-panes,
#apulia-soc-feed .apulia-soc-me-panes *,
#apulia-soc-feed .apulia-soc-people-swipe,
#apulia-soc-feed .apulia-soc-people-swipe * {
	touch-action: pan-x pan-y;
}
#apulia-soc-feed .apulia-soc-overlay[hidden] {
	display: none !important;
}
#apulia-soc-feed .apulia-soc-overlay {
	position: relative;
	inset: auto;
	flex: 1 1 auto;
	min-height: 0;
	z-index: 3;
	background: transparent;
	color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	padding: 0 12px 24px;
	padding-bottom: calc(var(--ass-nav-clear, 88px) + 40px + env(safe-area-inset-bottom, 0px));
}
#apulia-soc-feed .apulia-soc-overlay:not([hidden]) {
	animation: apulia-soc-overlay-in .18s ease;
}
#apulia-soc-feed #apulia-soc-post.apulia-soc-profile-thread {
	padding-left: 0;
	padding-right: 0;
}
#apulia-soc-feed #apulia-soc-post .apulia-soc-profile-thread-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
@keyframes apulia-soc-overlay-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
#apulia-soc-feed .apulia-soc-rail {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 4px;
	overflow: visible;
	padding: 4px 12px 12px;
	min-height: 86px;
	touch-action: pan-x pan-y;
}
#apulia-soc-feed .apulia-soc-rail-pin {
	flex: 0 0 auto;
	z-index: 2;
	padding-right: 8px;
}
#apulia-soc-feed .apulia-soc-rail-scroll {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 12px;
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
}
#apulia-soc-feed .apulia-soc-rail-scroll::-webkit-scrollbar { display: none; }
#apulia-soc-feed .apulia-soc-rail[hidden] {
	display: none !important;
	min-height: 0;
}
#apulia-soc-feed .apulia-soc-story,
#apulia-soc-feed .apulia-soc-suggest-card {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	color: inherit;
	font: inherit;
	text-align: center;
	width: 68px;
}
#apulia-soc-feed .apulia-soc-story-ring {
	position: relative;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 4px;
	border-radius: 50%;
	padding: 2px;
	background: #f5a623;
}
@keyframes apulia-soc-story-pulse {
	0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.34); }
	50% { opacity: 0.86; box-shadow: 0 0 10px 2px rgba(245, 166, 35, 0.28); }
}
#apulia-soc-feed .apulia-soc-story.is-story-unseen .apulia-soc-story-ring {
	background: #f5a623;
	animation: apulia-soc-story-pulse 1.8s ease-in-out infinite;
}
#apulia-soc-feed .apulia-soc-story.is-story-seen .apulia-soc-story-ring {
	background: rgba(255, 255, 255, 0.42);
	animation: none;
	box-shadow: none;
}
#apulia-soc-feed .apulia-soc-story.is-suggestion .apulia-soc-story-av {
	width: 54px;
	height: 54px;
	margin: 0 auto 4px;
	border: 2px solid rgba(255, 255, 255, 0.18);
	box-shadow: none;
}
#apulia-soc-feed .apulia-soc-suggest-block {
	padding: 0 12px 12px;
}
#apulia-soc-feed .apulia-soc-suggest-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}
#apulia-soc-feed .apulia-soc-suggest-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
}
#apulia-soc-feed .apulia-soc-suggest-row::-webkit-scrollbar { display: none; }
#apulia-soc-feed .apulia-soc-suggest-row .apulia-soc-story {
	flex: 0 0 auto;
}
#apulia-soc-feed .apulia-soc-story-av,
#apulia-soc-feed .apulia-soc-suggest-av,
#apulia-soc-feed .apulia-soc-prof-av {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #eee8dc center/cover no-repeat;
	color: #001D26;
	font-weight: 800;
	display: grid;
	place-items: center;
}
#apulia-soc-feed .apulia-soc-story-ring .apulia-soc-story-av {
	border: 2px solid #fff;
}
#apulia-soc-feed .apulia-soc-story small,
#apulia-soc-feed .apulia-soc-suggest-card small {
	display: block;
	font-size: 11px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#apulia-soc-feed .apulia-soc-rail--suggest .apulia-soc-suggest-card {
	width: 92px;
}
#apulia-soc-feed .apulia-soc-suggest-open {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	color: inherit;
	font: inherit;
	text-align: center;
}
#apulia-soc-feed .apulia-soc-suggest-av { width: 64px; height: 64px; margin: 0 auto 6px; }
#apulia-soc-feed .apulia-soc-suggest-follow {
	margin-top: 4px;
	min-height: 28px;
	padding: 0 8px;
	border: 0;
	border-radius: 999px;
	background: var(--ass-orange, #F6A623);
	color: var(--ass-deep, #001D26);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}
#apulia-soc-feed .apulia-soc-suggest-follow.is-following {
	background: #eee8dc;
}
#apulia-soc-feed .apulia-soc-prof {
	position: relative;
	padding: 8px 8px 16px;
	text-align: center;
}

/* Onglet Profil = même grille que Voyage : photo 56px | nom+stats | roue. */
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof {
	text-align: left;
	padding: 8px 4px 12px;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-header {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 44px;
	grid-template-rows: auto auto;
	column-gap: 10px;
	row-gap: 6px;
	align-items: center;
	min-width: 0;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-av-wrap,
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-av {
	width: 56px;
	height: 56px;
	margin: 0;
	flex: 0 0 56px;
	border-radius: 999px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: cover;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-av-wrap {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: center;
	justify-self: start;
	box-sizing: border-box;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-av {
	font-size: 20px;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-av-add {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	font-size: 14px;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-main {
	display: contents;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-identity {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding-right: 0;
	align-self: center;
	margin-top: -4px;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-name-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
	max-width: 100%;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-name {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-flag {
	font-size: 13px;
	line-height: 1;
	flex: 0 0 auto;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-handle {
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stats {
	grid-column: 2;
	grid-row: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	margin: -4px 0 0;
	gap: 10px;
	align-self: center;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stat {
	min-height: 0;
	min-width: 0;
	padding: 0 2px;
	flex: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stat b {
	font-size: 20px;
	font-weight: 800;
	color: var(--ass-orange, #F6A623);
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stat span {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
}
#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-gear {
	grid-column: 3;
	grid-row: 1;
	position: static;
	top: auto;
	right: auto;
	align-self: center;
	justify-self: end;
	width: 44px;
	height: 22px;
	min-width: 44px;
	min-height: 22px;
	margin: -4px 4px 0 0;
	padding: 0;
	font-size: 22px;
	line-height: 1;
	z-index: 3;
}
@media (max-width: 380px) {
	#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-prof-header {
		column-gap: 8px;
	}
	#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stats {
		gap: 6px;
	}
	#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stat b {
		font-size: 18px;
	}
	#apulia-soc-feed #apulia-soc-page-me #apulia-soc-me .apulia-soc-stat span {
		font-size: 11px;
	}
}
#apulia-soc-feed .apulia-soc-prof-more,
#apulia-soc-feed .apulia-soc-prof-gear {
	position: absolute;
	top: 0;
	right: 4px;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
#apulia-soc-feed .apulia-soc-prof-more {
	color: #f5a623;
	letter-spacing: 0;
	line-height: 1;
	z-index: 4;
}
#apulia-soc-feed .apulia-soc-feed-menu.apulia-soc-prof-menu {
	position: fixed;
	top: auto;
	right: auto;
	left: auto;
	z-index: 10060;
	pointer-events: auto;
}
#apulia-soc-feed .apulia-soc-prof-identity {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
#apulia-soc-feed .apulia-soc-prof-av-wrap {
	position: relative;
	display: inline-block;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	border-radius: 50%;
	padding: 0;
	background: transparent;
	box-sizing: content-box;
}
#apulia-soc-feed .apulia-soc-prof-av-wrap.has-story {
	padding: 3px;
	background: #f5a623;
	cursor: pointer;
}
#apulia-soc-feed .apulia-soc-prof-av {
	width: 88px;
	height: 88px;
	flex: 0 0 auto;
	font-size: 28px;
	margin: 0;
}
#apulia-soc-feed .apulia-soc-prof-av-add {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	padding: 0;
	border: 2px solid #001D26;
	border-radius: 50%;
	background: #F6A623;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	z-index: 2;
	pointer-events: auto;
}
#apulia-soc-feed .apulia-soc-prof-name {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
}
#apulia-soc-feed .apulia-soc-prof-handle {
	margin: 0;
	font-size: 13px;
	color: var(--ass-muted, #5a6a70);
}
#apulia-soc-feed .apulia-soc-stats {
	display: flex;
	gap: 4px;
	margin: 12px 0 8px;
}
#apulia-soc-feed .apulia-soc-stat {
	flex: 1 1 0;
	border: 0;
	background: transparent;
	padding: 4px 0;
	min-height: 44px;
	cursor: pointer;
	color: inherit;
	font: inherit;
	text-align: center;
}
#apulia-soc-feed .apulia-soc-stat b {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-stat span {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-prof-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	margin-bottom: 0;
}
#apulia-soc-feed .apulia-soc-prof > .apulia-soc-prof-actions + .apulia-soc-me-switch,
#apulia-soc-feed .apulia-soc-prof > .apulia-soc-prof-actions + .apulia-soc-grid,
#apulia-soc-feed .apulia-soc-prof > .apulia-soc-prof-actions + .apulia-soc-suggest-block {
	margin-top: clamp(16px, 2.5vw, 24px);
}
#apulia-soc-feed .apulia-soc-prof > .apulia-soc-suggest-block {
	padding: 0 0 4px;
	text-align: left;
}
#apulia-soc-feed .apulia-soc-prof > .apulia-soc-suggest-block + .apulia-soc-me-switch {
	margin-top: clamp(12px, 2vw, 20px);
}
#apulia-soc-feed .apulia-soc-follow,
#apulia-soc-feed .apulia-soc-share-me {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	min-height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 10px;
	background: #f5a623;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}
#apulia-soc-feed .apulia-soc-follow:focus-visible,
#apulia-soc-feed .apulia-soc-share-me:focus-visible {
	outline: 3px solid rgba(245, 166, 35, 0.45);
	outline-offset: 2px;
}
#apulia-soc-feed .apulia-soc-follow:active,
#apulia-soc-feed .apulia-soc-share-me:active {
	filter: brightness(0.92);
}
#apulia-soc-feed .apulia-soc-follow.is-loading {
	opacity: 0.65;
	pointer-events: none;
}
#apulia-soc-feed .apulia-soc-follow.is-following {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.28);
}
#apulia-soc-feed #apulia-soc-me .apulia-soc-share-me--ghost {
	background: #f5a623;
	color: #fff;
	border: 0;
}
#apulia-soc-feed #apulia-soc-me .apulia-soc-share-me:not(.apulia-soc-share-me--ghost) {
	background: #003F52;
	color: #fff;
	border: 0;
}
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-prof-name,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-prof-bio,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-stat b,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-feed-name,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-people-meta b {
	color: #fff;
}
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-prof-handle,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-people-meta small,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-empty {
	color: rgba(255, 255, 255, 0.78);
}
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-stat span {
	color: #fff;
}
#apulia-soc-feed .apulia-soc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	margin-top: 8px;
}
#apulia-soc-feed .apulia-soc-cell {
	position: relative;
	aspect-ratio: 3 / 4;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.06);
	cursor: pointer;
	overflow: hidden;
}
#apulia-soc-feed .apulia-soc-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#apulia-soc-feed .apulia-soc-cell-badge {
	position: absolute;
	right: 4px;
	bottom: 4px;
	color: #fff;
	font-size: 11px;
	text-shadow: 0 1px 2px rgba(0,0,0,.55);
}
#apulia-soc-feed .apulia-soc-people-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	min-height: 52px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
#apulia-soc-feed .apulia-soc-people-row .apulia-soc-suggest-av {
	width: 40px;
	height: 40px;
	margin: 0;
	flex: 0 0 40px;
}
#apulia-soc-feed .apulia-soc-people-row .apulia-soc-follow {
	width: auto;
	flex: 0 0 auto;
	min-height: 32px;
	height: 32px;
	padding: 0 12px;
	font-size: 12px;
}
#apulia-soc-feed .apulia-soc-people-row button.apulia-soc-people-open {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 0;
	background: none;
	padding: 0;
	text-align: left;
	cursor: pointer;
	color: inherit;
	font: inherit;
	font-weight: 700;
	min-height: 44px;
}
#apulia-soc-feed .apulia-soc-empty {
	padding: 24px 12px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

#apulia-soc-feed .apulia-soc-feed-panel {
	flex: 0 0 auto;
	min-height: 0;
	overflow: visible;
	padding-bottom: calc(var(--ass-nav-clear, 88px) + 36px + env(safe-area-inset-bottom, 0px));
}

#apulia-soc-feed .apulia-soc-feed-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 560px;
	margin: 0 auto;
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
}

#apulia-soc-feed .apulia-soc-feed-card,
#apulia-soc-feed .apulia-soc-ig-post {
	background: transparent;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	color: #fff;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#apulia-soc-feed .apulia-soc-feed-card-head,
#apulia-soc-feed .apulia-soc-post-head {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 0 8px;
	position: relative;
}

#apulia-soc-feed .apulia-soc-feed-author {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 44px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	text-align: left;
}

#apulia-soc-feed .apulia-soc-feed-author:focus-visible {
	outline: 3px solid var(--ass-orange-soft, rgba(246, 166, 35, 0.28));
	outline-offset: 2px;
}

#apulia-soc-feed .apulia-soc-feed-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 auto;
	background: #eee8dc;
}

#apulia-soc-feed .apulia-soc-feed-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 700;
}

#apulia-soc-feed .apulia-soc-feed-ident {
	min-width: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1px;
}
#apulia-soc-feed .apulia-soc-feed-meta,
#apulia-soc-feed .apulia-soc-feed-time {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 4px 0 4px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.35;
}
#apulia-soc-feed .apulia-soc-feed-actions .apulia-soc-feed-meta {
	margin: 0 0 0 auto;
	padding-left: 8px;
	min-width: 0;
	justify-content: flex-end;
	text-align: right;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-feed-actions .apulia-soc-feed-meta span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	opacity: 0.86;
}
#apulia-soc-feed .apulia-soc-feed-meta span {
	min-width: 0;
}

#apulia-soc-feed .apulia-soc-feed-media,
#apulia-soc-feed .apulia-soc-feed-carousel {
	position: relative;
	width: 100%;
	background: transparent;
	overflow: hidden;
	border-radius: 12px;
}
#apulia-soc-feed .apulia-soc-feed-media.is-reel,
#apulia-soc-feed .apulia-soc-feed-carousel.is-reel {
	max-height: min(72vh, 620px);
	aspect-ratio: 9 / 16;
}
#apulia-soc-feed .apulia-soc-feed-carousel {
	touch-action: pan-x pan-y;
}
#apulia-soc-feed .apulia-soc-feed-carousel-track {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
}
#apulia-soc-feed .apulia-soc-feed-carousel-track::-webkit-scrollbar { display: none; }
#apulia-soc-feed .apulia-soc-feed-slide {
	flex: 0 0 100%;
	width: 100%;
	scroll-snap-align: start;
	border-radius: 0;
}
#apulia-soc-feed .apulia-soc-feed-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	display: flex;
	justify-content: center;
	gap: 5px;
	pointer-events: none;
	z-index: 2;
}
#apulia-soc-feed .apulia-soc-feed-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
}
#apulia-soc-feed .apulia-soc-feed-dot.is-on {
	background: #f5a623;
}

#apulia-soc-feed .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-feed-video {
	position: relative;
	inset: auto;
	width: 100%;
	height: auto;
	max-height: min(72vh, 640px);
	object-fit: contain;
	display: block;
	background: transparent;
	border-radius: 12px;
}
#apulia-soc-feed .apulia-soc-feed-media.is-reel .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-feed-media.is-reel .apulia-soc-feed-video,
#apulia-soc-feed .apulia-soc-feed-media.is-portrait .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-feed-media.is-portrait .apulia-soc-feed-video,
#apulia-soc-feed .apulia-soc-feed-media.is-square .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-feed-media.is-square .apulia-soc-feed-video,
#apulia-soc-feed .apulia-soc-feed-media.is-landscape .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-feed-media.is-landscape .apulia-soc-feed-video {
	height: 100%;
	max-height: none;
	object-fit: contain;
}
#apulia-soc-feed .apulia-soc-feed-media.is-video {
	max-height: min(72vh, 640px);
	background: #000;
}
#apulia-soc-feed .apulia-soc-feed-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 29, 38, 0.55);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	padding: 0;
}
#apulia-soc-feed .apulia-soc-feed-sound {
	position: absolute;
	right: 10px;
	bottom: 10px;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font: inherit;
	cursor: pointer;
	z-index: 2;
}

#apulia-soc-feed .apulia-soc-feed-caption a {
	color: #f5a623;
}
#apulia-soc-feed .apulia-soc-feed-caption,
#apulia-soc-feed .apulia-soc-feed-place,
#apulia-soc-feed .apulia-soc-feed-counts {
	margin: 4px 0;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	overflow-wrap: anywhere;
}

#apulia-soc-feed .apulia-soc-feed-place-btn {
	border: 0;
	background: none;
	padding: 0;
	min-height: 44px;
	color: var(--ass-orange, #F6A623);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

#apulia-soc-feed .apulia-soc-feed-place-btn:focus-visible {
	outline: 3px solid var(--ass-orange-soft, rgba(246, 166, 35, 0.28));
}

#apulia-soc-feed .apulia-soc-feed-counts {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

#apulia-soc-feed .apulia-soc-feed-status {
	margin: 16px 8px 8px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

#apulia-soc-feed .apulia-soc-feed-retry {
	display: inline-block;
	margin-top: 8px;
	min-height: 44px;
	min-width: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 999px;
	background: var(--ass-orange, #F6A623);
	color: var(--ass-deep, #001D26);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

#apulia-soc-feed .apulia-soc-feed-skeleton {
	height: 280px;
	border-radius: 18px;
	background: linear-gradient(90deg, #eee8dc 25%, #f6f1e6 50%, #eee8dc 75%);
	background-size: 200% 100%;
}

#apulia-soc-feed .apulia-soc-feed-sentinel {
	height: 1px;
}

#apulia-soc-feed-open.apulia-soc-feed-open {
	min-height: 44px;
}

#apulia-soc-feed .apulia-soc-feed-actions {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 6px 0 4px;
}

#apulia-soc-feed .apulia-soc-feed-act,
#apulia-soc-feed .apulia-soc-feed-more,
#apulia-soc-feed .apulia-soc-dots {
	min-height: 44px;
	min-width: 44px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font: inherit;
	font-weight: 400;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#apulia-soc-feed .apulia-soc-feed-like {
	font-size: 26px;
	line-height: 1;
	color: #f5a623;
}
#apulia-soc-feed .apulia-soc-ico {
	display: block;
	width: 26px;
	height: 26px;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
#apulia-soc-feed .apulia-soc-ico-send {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3.4 11.2 20.1 3.7c.7-.3 1.4.4 1.1 1.1l-7.5 16.7c-.3.8-1.5.7-1.7-.2l-1.7-7.1-7.1-1.7c-.9-.2-1-1.4-.2-1.7z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3.4 11.2 20.1 3.7c.7-.3 1.4.4 1.1 1.1l-7.5 16.7c-.3.8-1.5.7-1.7-.2l-1.7-7.1-7.1-1.7c-.9-.2-1-1.4-.2-1.7z'/></svg>");
}
#apulia-soc-feed .apulia-soc-ico-mark {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='1.8' d='M6.5 4.5h11v16l-5.5-3.4-5.5 3.4z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='1.8' d='M6.5 4.5h11v16l-5.5-3.4-5.5 3.4z'/></svg>");
}
#apulia-soc-feed .apulia-soc-feed-save.is-on .apulia-soc-ico-mark {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.5 4.5h11v16l-5.5-3.4-5.5 3.4z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.5 4.5h11v16l-5.5-3.4-5.5 3.4z'/></svg>");
}
#apulia-soc-feed .apulia-soc-ico-pin {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/></svg>");
}
#apulia-soc-feed .apulia-soc-ico-play {
	width: 22px;
	height: 22px;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M8 5v14l12-7z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M8 5v14l12-7z'/></svg>");
}
#apulia-soc-feed .apulia-soc-feed-act.is-on {
	color: #f5a623;
	background: none;
}
#apulia-soc-feed .apulia-soc-feed-like.is-on {
	width: auto;
	border-radius: 10px;
	background: none;
	color: #f5a623;
}
#apulia-soc-feed .apulia-soc-story-ring.is-add {
	background: transparent;
	padding: 0;
	position: relative;
}
#apulia-soc-feed .apulia-soc-story-ring.is-add.is-active-story {
	padding: 2px;
	background: #f5a623;
}
#apulia-soc-feed .apulia-soc-story.is-own-story.is-story-seen .apulia-soc-story-ring.is-add.is-active-story {
	background: rgba(255, 255, 255, 0.42);
}
#apulia-soc-feed .apulia-soc-story-plus {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #F6A623;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	display: grid;
	place-items: center;
	border: 2px solid #001D26;
	z-index: 2;
	pointer-events: auto;
}
#apulia-soc-feed .apulia-soc-prof-bio {
	margin: 0 0 8px;
	font-size: 13px;
	color: var(--ass-muted, #5a6a70);
}
#apulia-soc-feed .apulia-soc-people-tabs {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 22px;
	width: 100%;
	margin: 8px 0 12px;
	padding: 0;
	border: 0;
	background: none;
}
#apulia-soc-feed .apulia-soc-people-tab {
	appearance: none;
	-webkit-appearance: none;
	flex: 0 0 auto;
	margin: 0;
	padding: 0 0 3px;
	min-height: 0;
	border: 0;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	outline: none;
	color: rgba(255,255,255,.78);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.2;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
#apulia-soc-feed .apulia-soc-people-tab.is-active {
	background: none !important;
	color: #fff;
	font-weight: 700;
	box-shadow: inset 0 -2px 0 #F6A623 !important;
}
#apulia-soc-feed .apulia-soc-people-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}
#apulia-soc-feed .apulia-soc-people-meta b {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#apulia-soc-feed .apulia-soc-people-meta small {
	color: var(--ass-muted, #5a6a70);
	font-weight: 600;
}
#apulia-soc-feed .apulia-soc-feed-avatar-span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #eee8dc center/cover no-repeat;
	flex: 0 0 auto;
}
#apulia-soc-feed .apulia-soc-people-swipe {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
}
#apulia-soc-feed .apulia-soc-people-swipe::-webkit-scrollbar {
	display: none;
}
#apulia-soc-feed .apulia-soc-people-track {
	display: flex;
	width: 200%;
	flex: 0 0 200%;
	transform: none;
}
#apulia-soc-feed .apulia-soc-people-page {
	flex: 0 0 50%;
	width: 50%;
	min-height: 40vh;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

#apulia-soc-feed .apulia-soc-feed-act:disabled,
#apulia-soc-feed .apulia-soc-feed-more:disabled,
#apulia-soc-feed .apulia-soc-feed-comments-send:disabled {
	opacity: 0.55;
	cursor: default;
}

#apulia-soc-feed .apulia-soc-feed-act:focus-visible,
#apulia-soc-feed .apulia-soc-feed-more:focus-visible,
#apulia-soc-feed .apulia-soc-feed-menu-item:focus-visible,
#apulia-soc-feed .apulia-soc-feed-comments-close:focus-visible,
#apulia-soc-feed .apulia-soc-feed-comments-send:focus-visible,
#apulia-soc-feed .apulia-soc-feed-report-reason:focus-visible,
#apulia-soc-feed .apulia-soc-feed-report-cancel:focus-visible {
	outline: 3px solid var(--ass-orange-soft, rgba(246, 166, 35, 0.28));
	outline-offset: 2px;
}

#apulia-soc-feed .apulia-soc-feed-more,
#apulia-soc-feed .apulia-soc-dots {
	margin-left: auto;
	flex: 0 0 44px;
	color: #f5a623;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

#apulia-soc-feed .apulia-soc-me-switch {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 22px;
	margin: 14px 0 8px;
	padding: 0;
	border: 0;
	background: none;
}
#apulia-soc-feed .apulia-soc-me-switch-lbl {
	appearance: none;
	margin: 0;
	padding: 0 0 3px;
	border: 0;
	border-radius: 0;
	background: none;
	color: rgba(255, 255, 255, 0.78);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}
#apulia-soc-feed .apulia-soc-me-switch-lbl.is-active {
	color: #fff;
	font-weight: 700;
	box-shadow: inset 0 -2px 0 #f5a623;
}
#apulia-soc-feed .apulia-soc-me-panes {
	display: flex;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
}
#apulia-soc-feed .apulia-soc-me-panes::-webkit-scrollbar { display: none; }
#apulia-soc-feed .apulia-soc-me-pane {
	flex: 0 0 100%;
	width: 100%;
	scroll-snap-align: start;
}
#apulia-soc-feed .apulia-soc-empty-hint {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.58);
}

#apulia-soc-feed .apulia-soc-feed-menu {
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 6px;
	min-width: 220px;
	border-radius: 12px;
	background: rgba(0, 29, 38, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 10px 24px rgba(0, 29, 38, 0.35);
	z-index: 6;
}

#apulia-soc-feed .apulia-soc-feed-menu-item {
	display: block;
	width: 100%;
	min-height: 44px;
	border: 0;
	background: none;
	text-align: left;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	border-radius: 8px;
	padding: 0 12px;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-feed-menu-item.is-danger {
	color: #f5a623;
}

#apulia-soc-feed .apulia-soc-feed-toast {
	margin: 0 12px 8px;
	text-align: center;
	font-size: 13px;
	color: var(--ass-muted, #5a6a70);
}

#apulia-soc-feed .apulia-soc-feed-comments {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	background: rgba(0, 29, 38, 0.28);
}

#apulia-soc-feed .apulia-soc-feed-comments[hidden],
#apulia-soc-feed .apulia-soc-feed-report[hidden],
#apulia-soc-feed .apulia-soc-feed-toast[hidden],
#apulia-soc-feed .apulia-soc-feed-menu[hidden] {
	display: none;
}

#apulia-soc-feed .apulia-soc-feed-comments-inner {
	margin-top: auto;
	max-height: min(70vh, 70dvh);
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 18px 18px 0 0;
	padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
}

#apulia-soc-feed .apulia-soc-feed-comments-head {
	display: flex;
	align-items: center;
	gap: 8px;
}

#apulia-soc-feed .apulia-soc-feed-comments-head h3 {
	margin: 0;
	flex: 1 1 auto;
	font-size: 16px;
}

#apulia-soc-feed .apulia-soc-feed-comments-close {
	min-height: 44px;
	min-width: 44px;
	border: 0;
	background: none;
	font: inherit;
	cursor: pointer;
}

#apulia-soc-feed .apulia-soc-feed-comments-list {
	overflow-y: auto;
	min-height: 80px;
	max-height: 36vh;
	margin: 8px 0;
}

#apulia-soc-feed .apulia-soc-feed-comment {
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 29, 38, 0.06);
}

#apulia-soc-feed .apulia-soc-feed-comment-author {
	font-weight: 700;
	margin: 0 0 4px;
}

#apulia-soc-feed .apulia-soc-feed-comment-body,
#apulia-soc-feed .apulia-soc-feed-comments-note,
#apulia-soc-feed .apulia-soc-feed-comments-error {
	margin: 0;
	font-size: 14px;
	overflow-wrap: anywhere;
}

#apulia-soc-feed .apulia-soc-feed-comments-error {
	color: #9a2a2a;
	margin: 4px 0;
}

#apulia-soc-feed .apulia-soc-feed-comments-form {
	display: flex;
	gap: 8px;
	align-items: flex-end;
}

#apulia-soc-feed .apulia-soc-feed-comments-form textarea {
	flex: 1 1 auto;
	min-height: 44px;
	resize: vertical;
	font: inherit;
	padding: 8px;
	border-radius: 10px;
	border: 1px solid rgba(0, 29, 38, 0.16);
}

#apulia-soc-feed .apulia-soc-feed-comments-send {
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	padding: 0 14px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	background: #f5a623;
	color: #fff;
}

#apulia-soc-feed .apulia-soc-feed-report {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	z-index: 20;
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: 56vh;
	height: 56dvh;
	max-height: 56vh;
	max-height: 56dvh;
	background: transparent;
	pointer-events: auto;
}

#apulia-soc-feed .apulia-soc-feed-report-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	background: var(--ass-card-grad);
	color: var(--ass-on-card, #EAF3F5);
	border-radius: 28px 28px 0 0;
	padding: 14px 18px 0;
	box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.32);
}
#apulia-soc-feed .apulia-soc-feed-report-inner > .apulia-ss-handle {
	flex: 0 0 auto;
	margin: 0 auto 12px;
	pointer-events: none;
}
#apulia-soc-feed .apulia-soc-feed-report-inner > .apulia-ss-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
}
#apulia-soc-feed .apulia-soc-feed-report-inner h3 {
	flex: 0 0 auto;
	margin: 6px 40px 4px 0;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-feed-report-inner > .apulia-soc-overlay-lead {
	flex: 0 0 auto;
}
#apulia-soc-feed .apulia-soc-feed-report-body
{
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	padding-bottom: calc(var(--ass-nav-clear, 88px) + 16px + env(safe-area-inset-bottom, 0px));
}
#apulia-soc-feed .apulia-soc-overlay-kicker,
#apulia-soc-feed .apulia-soc-overlay-lead {
	margin: 0 0 6px;
	color: rgba(234, 243, 245, 0.66);
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
#apulia-soc-feed .apulia-soc-overlay-kicker {
	font-size: 12px;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 600;
	color: rgba(234, 243, 245, 0.78);
}
#apulia-soc-feed #apulia-soc-notifs .apulia-soc-notif-title {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
}
#apulia-soc-feed #apulia-soc-notifs .apulia-soc-notif-lead {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(234, 243, 245, 0.66);
}
#apulia-soc-feed .apulia-soc-notif-list {
	display: flex;
	flex-direction: column;
}
#apulia-soc-feed .apulia-soc-notif-row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	min-height: 0;
}
#apulia-soc-feed .apulia-soc-notif-row .apulia-soc-notif-av {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	border-radius: 50%;
	background: #eee8dc center/cover no-repeat;
	color: #001D26;
	font-weight: 800;
	display: grid;
	place-items: center;
}
#apulia-soc-feed .apulia-soc-notif-text {
	flex: 1 1 auto;
	min-width: 0;
}
#apulia-soc-feed .apulia-soc-notif-text strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-notif-text p {
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(234, 243, 245, 0.78);
}
#apulia-soc-feed .apulia-soc-notif-row .apulia-soc-follow {
	width: auto;
	flex: 0 0 auto;
	min-height: 32px;
	height: 32px;
	padding: 0 12px;
	font-size: 12px;
}

#apulia-soc-feed .apulia-soc-feed-report-reasons {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 4px 0 8px;
}

#apulia-soc-feed .apulia-soc-feed-report-reason {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 36px;
	margin: 0;
	padding: 6px 2px;
	border: 0;
	border-bottom: 1px solid var(--ass-on-card-line, rgba(255, 255, 255, 0.12));
	border-radius: 0;
	background: transparent;
	color: var(--ass-on-card, #EAF3F5);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}
#apulia-soc-feed .apulia-soc-feed-report-reason::after {
	content: none;
}
#apulia-soc-feed .apulia-soc-feed-report-reason:last-child {
	border-bottom: 0;
}
#apulia-soc-feed .apulia-soc-feed-report-reason:active {
	background: rgba(255, 255, 255, 0.06);
}

#apulia-soc-feed .apulia-soc-feed-report-cancel {
	display: none;
}

#apulia-soc-feed .apulia-soc-feed-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

@media (max-width: 374px) {
	#apulia-soc-feed .apulia-soc-feed-card-shell {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Sous-panneaux (Modifier profil, notifs) : même boîte que Communauté, pas d’empilement. */
#apulia-ss-root.is-community-open #apulia-ss-profile-edit.is-open,
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open,
#apulia-ss-root.is-community-open #apulia-ss-stats-panel.is-open {
	z-index: 12;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}
#apulia-ss-root.is-community-open #apulia-ss-profile-edit.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open #apulia-ss-stats-panel.is-open .apulia-ss-sheet-card {
	height: 56vh;
	height: 56dvh;
	max-height: 56vh;
	max-height: 56dvh;
	max-width: 760px;
}
#apulia-ss-root.is-community-open #apulia-soc-feed.is-expanded ~ #apulia-ss-profile-edit.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open #apulia-soc-feed.is-expanded ~ #apulia-ss-notifications-panel.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open #apulia-soc-feed.is-expanded ~ #apulia-ss-stats-panel.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open.is-community-expanded #apulia-ss-profile-edit.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open.is-community-expanded #apulia-ss-notifications-panel.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open.is-community-expanded #apulia-ss-stats-panel.is-open .apulia-ss-sheet-card,
#apulia-ss-root.is-community-open.is-community-expanded #apulia-ss-profile-edit.is-open .apulia-ss-profile-edit-card {
	height: 75vh;
	height: 75dvh;
	max-height: 75vh;
	max-height: 75dvh;
}
#apulia-ss-root.is-community-open #apulia-ss-profile-edit.is-open .apulia-ss-profile-edit-card {
	height: 56vh;
	height: 56dvh;
	max-height: 56vh;
	max-height: 56dvh;
}
#apulia-ss-root.is-community-open #apulia-ss-profile-edit .apulia-ss-edit-body,
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel .apulia-ss-notif-list {
	padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px) + env(safe-area-inset-bottom, 0px) + 16px);
}
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open .apulia-ss-notif-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open .apulia-ss-notif-list {
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
}

@media (min-width: 1024px) {
	#apulia-soc-feed.apulia-ss-sheet,
	#apulia-soc-feed.apulia-soc-feed-sheet {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 24px;
	}
	#apulia-soc-feed .apulia-soc-feed-card-shell,
	#apulia-soc-feed .apulia-ss-sheet-card.apulia-soc-feed-card-shell,
	#apulia-soc-feed.is-expanded .apulia-soc-feed-card-shell,
	#apulia-soc-feed.is-compact .apulia-soc-feed-card-shell {
		position: fixed;
		left: var(--ass-desktop-panel-left, 24px);
		top: 24px;
		bottom: 24px;
		width: var(--ass-panel-desktop-w, 520px);
		max-width: var(--ass-panel-desktop-w, 520px);
		height: auto;
		max-height: calc(100dvh - 48px);
		border-radius: var(--ass-radius-lg, 28px);
		margin: 0;
	}
	#apulia-soc-feed .apulia-soc-feed-report {
		inset: 0;
		height: auto;
		max-height: none;
	}
	#apulia-soc-feed .apulia-soc-feed-report-inner {
		border-radius: var(--ass-radius-lg, 28px);
		box-shadow: none;
	}
	#apulia-ss-root.is-community-open #apulia-ss-panel {
		transform: none;
		visibility: hidden;
		pointer-events: none;
	}
	#apulia-ss-root.is-community-open #apulia-soc-page-carnet #apulia-ss-panel,
	#apulia-ss-root.is-community-open #apulia-ss-panel.is-soc-mounted {
		transform: none !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}
	#apulia-ss-root.is-trip-open #apulia-soc-feed,
	#apulia-ss-root.is-trip-open #apulia-soc-feed.is-open {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
	#apulia-ss-root.is-trip-open #apulia-soc-page-carnet #apulia-ss-panel,
	#apulia-ss-root.is-trip-open.is-community-open #apulia-soc-page-carnet #apulia-ss-panel,
	#apulia-ss-root.is-trip-open.is-community-open #apulia-ss-panel.is-soc-mounted,
	#apulia-ss-root.is-trip-open #apulia-ss-panel.is-soc-mounted {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		transform: translateY(110%) !important;
		pointer-events: none !important;
	}
	#apulia-ss-root.is-community-open #apulia-ss-profile-edit.is-open,
	#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 24px;
	}
	#apulia-ss-root.is-community-open #apulia-ss-profile-edit.is-open .apulia-ss-sheet-card,
	#apulia-ss-root.is-community-open #apulia-ss-profile-edit.is-open .apulia-ss-profile-edit-card,
	#apulia-ss-root.is-community-open #apulia-ss-notifications-panel.is-open .apulia-ss-sheet-card {
		position: fixed;
		left: var(--ass-desktop-panel-left, 24px);
		top: 24px;
		bottom: 24px;
		width: var(--ass-panel-desktop-w, 520px);
		max-width: var(--ass-panel-desktop-w, 520px);
		height: auto;
		max-height: calc(100dvh - 48px);
		border-radius: var(--ass-radius-lg, 28px);
		margin: 0;
	}
}

#apulia-soc-feed .apulia-soc-post {
	max-width: 560px;
	margin: 0 auto;
	color: #fff;
	padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
}
#apulia-soc-feed .apulia-soc-post-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 0 10px;
	position: relative;
}
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-feed-avatar-span,
#apulia-soc-feed .apulia-soc-post .apulia-soc-feed-avatar-span {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	flex: 0 0 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	background-color: var(--ass-orange, #F6A623);
	color: #fff;
}
#apulia-soc-feed .apulia-soc-post-owner {
	margin-left: auto;
	position: relative;
	flex: 0 0 auto;
}
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-post-media,
#apulia-soc-feed .apulia-soc-post .apulia-soc-feed-media {
	aspect-ratio: auto;
	background: transparent;
	overflow: visible;
}
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-overlay .apulia-soc-feed-video,
#apulia-soc-feed .apulia-soc-post .apulia-soc-feed-photo,
#apulia-soc-feed .apulia-soc-post .apulia-soc-feed-video {
	position: relative;
	inset: auto;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	border-radius: 12px;
}
#apulia-soc-feed .apulia-soc-post-actions {
	justify-content: flex-start;
	padding: 4px 0 2px;
}
#apulia-soc-feed .apulia-soc-post-likes {
	margin: 6px 4px 8px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
#apulia-soc-feed .apulia-soc-post-caption,
#apulia-soc-feed .apulia-soc-feed-caption strong {
	margin: 0 4px 8px;
	color: #fff;
	font-weight: 800;
}
#apulia-soc-feed .apulia-soc-post-place,
#apulia-soc-feed .apulia-soc-post-trip,
#apulia-soc-feed .apulia-soc-post-tags {
	margin: 0 4px 6px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.88);
}
#apulia-soc-feed .apulia-soc-post-date {
	margin: 8px 4px 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.58);
}

/* 0.1.40 — Signaler uniquement : classes propres au panneau, hors #apulia-soc-feed. */
.apulia-soc-feed-report-reason.is-active {
	color: var(--ass-orange, #F6A623);
}
#apulia-soc-feed .apulia-soc-feed-report-reason.is-active::after,
.apulia-soc-feed-report-reason.is-active::after {
	content: "✓";
	color: var(--ass-orange, #F6A623);
	font-size: 14px;
	font-weight: 700;
}
.apulia-soc-feed-report-details {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 4px 0 8px;
	padding: 8px 12px;
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.18);
	color: #fff;
	font: inherit;
	font-size: 14px;
	resize: vertical;
}
.apulia-soc-feed-report-details::placeholder {
	color: rgba(234, 243, 245, 0.5);
}
.apulia-soc-feed-report-send {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 8px 0 4px;
	padding: 0 14px;
	border: 0;
	border-radius: 14px;
	background: var(--ass-orange, #F6A623);
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}
