/**
 * Brand: purple primary + bottom main navigation (moved from header).
 * Loads after style.phtml / dark.css.
 */
:root {
	--wo-brand: #7c3aed;
	--wo-brand-dark: #6d28d9;
	--wo-brand-light: #a78bfa;
	--wo-hashtag: #a952ec;
	--wo-comment-border: #283842;
	--wo-comment-text: #7e909b;
	--plyr-color-main: #7c3aed !important;
	--wo-online: #5ee248;
	--wo-pro-gold-mid: #d4a012;
	--wo-pro-gold-light: #f4d06f;
	--wo-pro-gold-dark: #8a6500;
	/* Coroa VIP: um único path fechado (silhueta maciça, sem traços internos) + gradiente dourado */
	--wo-pro-crown-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='12' y1='2' x2='12' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f4d06f'/%3E%3Cstop offset='.5' stop-color='%23d4a012'/%3E%3Cstop offset='1' stop-color='%238a6500'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M5 16L3 5l5.5 5L12 4l3.5 6L21 5l-2 11z'/%3E%3C/svg%3E");
}

/*
 * Selo VIP: ícone de coroa dourada (o texto do pacote fica invisível; title no <a> mantém o tooltip).
 */
.badge-pro.wo-pro-gold {
	background: transparent !important;
	box-shadow: none !important;
	display: inline;
	padding: 0 !important;
	margin: 0;
	vertical-align: middle;
	line-height: 0;
}

.badge-pro.wo-pro-gold .badge-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	text-decoration: none !important;
	letter-spacing: 0;
	border-radius: 4px;
	vertical-align: middle;
	overflow: hidden;
	/* Não usar shorthand `background:` com !important — apaga background-image da coroa */
	background-color: transparent !important;
	background-image: var(--wo-pro-crown-svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 21px 21px !important;
	box-shadow: none !important;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.28));
}

.post .post-heading .meta .title.h5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 6px;
	row-gap: 2px;
	margin-top: 0 !important;
	margin-bottom: 0;
}

.post .post-heading .title .badge-pro.wo-pro-gold {
	flex: 0 0 auto;
}

.post .post-heading .title .badge-pro.wo-pro-gold .badge-link {
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background-size: 20px 20px;
}

.wo_user_profile .card.hovercard .title .badge-pro.wo-pro-gold {
	line-height: 0 !important;
}

.wo_user_profile .card.hovercard .title .badge-pro.wo-pro-gold .badge-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	padding: 0 !important;
	background-size: 24px 24px;
}

/* Perfil: menos espaço entre o nome e a linha dos botões */
.container .wo_user_profile .card.hovercard .info .options-buttons {
	margin: 6px 10px 5px;
}

/* Online: ponto no canto do avatar (sem anel; evita herdar 20×20 do .wow_post_usr_ava span) */
.wow_post_usr_ava span.wo_avatar_online {
	position: absolute;
	bottom: -1px;
	right: -1px;
	top: auto;
	left: auto;
	width: 11px !important;
	height: 11px !important;
	min-width: 11px;
	min-height: 11px;
	margin: 0;
	padding: 0 !important;
	border-radius: 50%;
	background: var(--wo-online) !important;
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	display: block !important;
	z-index: 3;
	align-items: unset !important;
	justify-content: unset !important;
}
.wow_post_usr_ava span.wo_avatar_online:before {
	display: none !important;
	content: none !important;
}

/* Online: ponto na foto de perfil */
.container .wo_user_profile .pic-info-cont .user-avatar .wo_avatar_online {
	position: absolute;
	bottom: 6px;
	right: 6px;
	top: auto;
	left: auto;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--wo-online);
	border: 0;
	box-shadow: none;
	z-index: 4;
	pointer-events: none;
}

[dir="rtl"] .container .wo_user_profile .pic-info-cont .user-avatar .wo_avatar_online {
	right: auto;
	left: 6px;
}

/* Hashtags (.hash): roxo premium — style.phtml usava btn_background_color e ficava vermelho-acastanhado */
.post .post-description a.hash,
.post .post-description span.hash,
a.hash,
span.hash {
	color: var(--wo-hashtag) !important;
}

/* Cabeçalho + texto do post: espaçamentos mais compactos */
.post .post-heading {
	padding: 12px 15px 8px !important;
	height: auto !important;
	min-height: 0;
}

.post .post-description {
	padding: 10px 15px 8px !important;
}

.post .post-heading .meta .wo-post-publisher-meta,
.post .post-heading .wo-post-publisher-meta {
	padding-top: 1px !important;
	margin-top: 0 !important;
	line-height: 1.2 !important;
}

/* Linha da hora (h6) junto da linha género/local */
.post .post-heading .meta > h6 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.2;
}

@media (max-width: 600px) {
	.post .post-heading .avatar {
		margin-bottom: 0 !important;
	}
	.post .post-heading .meta .title.h5 {
		margin-top: 0 !important;
	}
}

/* Campo "escrever comentário" — borda + cor do texto */
#wo_comment_combo .textarea,
#wo_comment_combo.comment-toggle .textarea,
.comment-reply .wo_commreply_combo .textarea,
.comment-reply .wo_commreply_combo textarea.comment-reply-textarea,
.comment-reply .wo_commreply_combo .textarea.comment-reply-textarea,
.wo_imagecombo_lbox .wo_commreply_combo .textarea,
.wo_imagecombo_lbox .lightbox-post-footer .wo_commreply_combo textarea.form-control {
	border-color: var(--wo-comment-border) !important;
	color: var(--wo-comment-text) !important;
}

#wo_comment_combo .textarea::placeholder,
#wo_comment_combo.comment-toggle .textarea::placeholder,
.comment-reply .wo_commreply_combo .textarea::placeholder,
.comment-reply .wo_commreply_combo textarea.comment-reply-textarea::placeholder,
.wo_imagecombo_lbox .wo_commreply_combo .textarea::placeholder,
.wo_imagecombo_lbox .lightbox-post-footer .wo_commreply_combo textarea.form-control::placeholder {
	color: var(--wo-comment-text);
	opacity: 0.85;
}

#wo_comment_combo .textarea:focus,
.comment-reply .wo_commreply_combo .textarea:focus,
.comment-reply .wo_commreply_combo textarea.comment-reply-textarea:focus,
.wo_imagecombo_lbox .wo_commreply_combo .textarea:focus {
	border-color: var(--wo-comment-border) !important;
	color: var(--wo-comment-text) !important;
}

/* --- Purple overrides (admin theme colors are often red/pink in DB) --- */
.btn-main,
.btn-mat.btn-main,
.wow_promoted_head .btn-main,
.wo_monetize_sub .btn.btn-main,
#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn-main,
body .navbar-default .dropdown-switch-account > .dropdown-menu > .btn-main {
	background-color: var(--wo-brand) !important;
	border-color: var(--wo-brand) !important;
	color: #fff !important;
}

.btn-main:hover,
.btn-main:focus,
.btn-mat.btn-main:hover {
	background-color: var(--wo-brand-dark) !important;
	border-color: var(--wo-brand-dark) !important;
}

.wo_follow_btn {
	background: linear-gradient(to right, var(--wo-brand) 0%, #9333ea 100%) !important;
}

.wo_follow_btn:hover {
	background: linear-gradient(to right, var(--wo-brand-dark) 0%, var(--wo-brand) 100%) !important;
}

.wow_htag .htag_top,
.group-messages-wrapper a,
ul.profile-completion-bar li.completion-bar div.completion-bar-status,
.result-bar,
.select_radio_btn label > input:checked ~ .sr_btn_lab_innr > span,
.lang_select_modal .language_info {
	color: var(--wo-brand) !important;
}

.group-messages-wrapper a.hash {
	color: var(--wo-hashtag) !important;
}

.round-check input[type="checkbox"]:checked + label:before,
.round-check input[type="radio"]:checked + label:before {
	background: var(--wo-brand) !important;
}

.select_radio_btn .sr_btn_lab_innr:hover,
.select_radio_btn label > input:checked ~ .sr_btn_lab_innr {
	box-shadow: 0 0 0 2px var(--wo-brand) !important;
}

.publisher-box .publisher-hidden-option #progress .progress,
.publisher-box .publisher-hidden-option #percent,
.wo_new_wallet .wow_mini_wallets h5 {
	color: var(--wo-brand) !important;
}

/* Publicador: texto e placeholder — styles_cc carrega cedo; .publisher-box textarea.postText usa color: inherit !important em style.css */
form#publisher-box-focus.post.publisher-box textarea.postText,
form#publisher-box-focus.publisher-box textarea.postText,
#publisher-box-focus textarea.postText.form-control.postText {
	color: #a9b6bf !important;
	-webkit-text-fill-color: #a9b6bf;
}

form#publisher-box-focus textarea.postText::placeholder,
#publisher-box-focus textarea.postText.form-control::placeholder {
	color: #a9b6bf !important;
	opacity: 1 !important;
}

form#publisher-box-focus textarea.postText::-webkit-input-placeholder,
#publisher-box-focus textarea.postText.form-control::-webkit-input-placeholder {
	color: #a9b6bf !important;
	-webkit-text-fill-color: #a9b6bf;
}

form#publisher-box-focus textarea.postText::-moz-placeholder,
#publisher-box-focus textarea.postText.form-control::-moz-placeholder {
	color: #a9b6bf !important;
	opacity: 1;
}

/* Caixa do publicador — sombra roxa (mesma linguagem que navbar / menu inferior) */
form#publisher-box-focus.post.publisher-box .panel.sun_pub_box,
form#publisher-box-focus.publisher-box .panel.sun_pub_box {
	box-shadow:
		0 2px 12px rgba(124, 58, 237, 0.28),
		0 6px 28px rgba(124, 58, 237, 0.14),
		0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.new-update-alert {
	background: var(--wo-brand) !important;
}

.wo_visit_count_badge,
.wo_visit_count_badge--header {
	background: none;
}

/* --- Bottom main nav --- */
body.wo-has-bottom-nav {
	--wo-bottom-nav-dropdown-bg: #283842;
	/* Folha do Dashboard (dropdown) — alinhado ao mock escuro */
	--wo-dash-sheet-bg: #1d252c;
	--wo-dash-accent: #a349e5;
	--wo-dash-accent-dark: #7c2ec9;
	--wo-bottom-nav-dropdown-border: rgba(255, 255, 255, 0.1);
	/* Distância do fundo do ecrã até ao topo da barra inferior (altura da barra + safe area) */
	--wo-bottom-nav-sheet-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
	/* Espaçamento interno das folhas (dropdowns) */
	--wo-bottom-nav-dropdown-padding-y: 20px;
	--wo-bottom-nav-dropdown-padding-x: clamp(16px, 5vw, 28px);
	/* Painel Dashboard (dropdown): superfícies sobre o fundo escuro */
	--wo-dash-surface: rgba(255, 255, 255, 0.07);
	--wo-dash-surface-inner: rgba(255, 255, 255, 0.045);
	--wo-dash-border: rgba(255, 255, 255, 0.11);
	--wo-dash-border-hover: rgba(167, 139, 250, 0.45);
	--wo-dash-text: #f1f5f9;
	--wo-dash-text-muted: #94a3b8;
}

.wo_bottom_main_nav.navbar {
	min-height: 52px;
	margin-bottom: 0;
	border-radius: 0;
	border-width: 1px 0 0;
	z-index: 1030;
	box-shadow:
		0 -2px 12px rgba(124, 58, 237, 0.28),
		0 -6px 28px rgba(124, 58, 237, 0.14),
		0 -1px 3px rgba(0, 0, 0, 0.06);
	padding-bottom: env(safe-area-inset-bottom, 0);
	overflow: visible;
}

/* Barra superior — sombra roxa (reforço; style.phtml já define em .navbar-fixed-top) */
header.header-container .navbar.navbar-default.navbar-fixed-top,
.navbar.navbar-default.navbar-fixed-top:not(.wo_bottom_main_nav):not(.navbar-fixed-bottom) {
	box-shadow:
		0 2px 12px rgba(124, 58, 237, 0.28),
		0 6px 28px rgba(124, 58, 237, 0.14),
		0 1px 3px rgba(0, 0, 0, 0.06) !important;
}

/* Um único <ul id="head_menu_rght"> na barra inferior — evita “buraco” entre dois <ul> com space-between */
.wo_bottom_nav_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center !important;
	gap: 0;
	width: 100%;
	/* Padding simétrico para evitar "encostar" na lateral */
	padding-left: clamp(4px, 2.5vw, 16px) !important;
	padding-right: clamp(4px, 2.5vw, 16px) !important;
	max-width: 100%;
	min-height: 52px;
	/* overflow-x:auto faz overflow-y deixar de ser visible e corta dropups (Criar) para cima */
	overflow: visible;
	box-sizing: border-box;
}

body.wo-has-bottom-nav .wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-around !important;
	align-items: stretch !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	list-style: none !important;
	box-sizing: border-box !important;
}

/*
 * Ordem visual: Início → Dashboard → Loja/Reels (se existirem) → resto.
 * O Dashboard fica no fim do HTML para não partir o <ul>; o flex order repõe a ordem antiga.
 */
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.wo_bottom_nav_home {
	order: 10;
}
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.dashboard-menu {
	order: 20;
}
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.wo_bottom_nav_market {
	order: 30;
}
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.wo_bottom_nav_reels {
	order: 35;
}
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.messages-notification-container {
	order: 60;
}
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.notification-container {
	order: 50;
}
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.wo_bottom_nav_profile {
	order: 70;
}

body.wo-has-bottom-nav .wo_bottom_main_nav .head_name_links {
	margin-left: 0 !important;
}

/* Seis (ou mais) botões em linha, larguras iguais — o conteúdo do dropdown do Dashboard não entra no fluxo da barra */
body.wo-has-bottom-nav .wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li:not(.dropdown-switch-account) {
	float: none !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	max-width: none !important;
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	align-items: stretch !important;
	align-self: stretch !important;
	position: relative !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
}

/* Centraliza o "Criar" dentro da célula (evita desalinhamento horizontal) */
body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.head_name_links {
	justify-content: center !important;
	align-items: center !important;
}

body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght > li.head_name_links > a.wo_bottom_nav_link {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* style.css força .wow_new_search_bbtn { display: inline-block !important } em ≤768px — quebra o flex igual aos outros itens */
body.wo-has-bottom-nav .wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li.wow_new_search_bbtn {
	display: flex !important;
	order: 40;
}

/* Margem só em .notification-container (header) desalinha a barra inferior */
body.wo-has-bottom-nav .wo_bottom_main_nav.navbar-default li.dropdown.notification-container {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Conta extra no fim: tira do fluxo do layout (mantem dropdown via classe .open) */
body.wo-has-bottom-nav .wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li.dropdown-switch-account {
	order: 100;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
}

/* Mobile: mesma lógica — evita conflito com style.css #head_menu_rght em ≤530px */
@media (max-width: 530px) {
	body.wo-has-bottom-nav .wo_bottom_main_nav #head_menu_rght {
		display: flex !important;
		justify-content: space-around !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		flex: 1 1 auto !important;
	}
}

.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li.wow_new_search_bbtn .wo_bn_label {
	max-width: 100%;
	line-height: 1.05;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li .user-menu-combination .wo_bn_label {
	max-width: 100%;
}

/* Avatar do perfil na barra inferior: fora do header não há .header-container — limitar sempre */
.wo_bottom_main_nav #head_menu_rght .user-menu-combination .user-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
	vertical-align: middle;
}

.wo_bottom_main_nav #head_menu_rght .user-menu-combination .user-avatar img {
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	object-fit: cover;
	margin: 0 !important;
	border-radius: 50%;
	box-shadow: none;
}

.wo_bottom_main_nav #head_menu_rght .user-menu-combination.wo_bottom_nav_link .wo_bn_ico_wrap svg {
	width: 24px !important;
	height: 24px !important;
	flex-shrink: 0;
}

/* Evita sumiço de ícone quando o item dropdown está aberto na barra inferior */
.wo_bottom_main_nav #head_menu_rght > li.open > a.wo_bottom_nav_link .wo_bn_ico_wrap > svg {
	display: block !important;
}

.wo_bottom_main_nav #head_menu_rght > li > a.wo_bottom_nav_link .wo_bn_ico_wrap.hide_fill_svg {
	display: none !important;
}

/* Keep icon visible on open/active; only change emphasis color */
.wo_bottom_main_nav #head_menu_rght > li.open > a.wo_bottom_nav_link .wo_bn_ico_wrap.hide_fill_svg {
	display: none !important;
}

.wo_bottom_main_nav #head_menu_rght > li.open > a.wo_bottom_nav_link .wo_bn_ico_wrap:not(.hide_fill_svg) {
	display: inline-flex !important;
}

.wo_bottom_main_nav #head_menu_rght > li.open > a.wo_bottom_nav_link,
.wo_bottom_main_nav #head_menu_rght > li > a.wo_bottom_nav_link.unread-update {
	color: var(--wo-brand) !important;
}

.wo_bottom_main_nav #head_menu_rght > li.open > a.wo_bottom_nav_link .wo_bn_ico_wrap {
	background: rgba(124, 58, 237, 0.12);
	border-radius: 10px;
}

/* Remove focus ring/border only on bottom nav buttons */
.wo_bottom_main_nav #head_menu_rght > li > a.wo_bottom_nav_link,
.wo_bottom_main_nav #head_menu_rght > li > a.wo_bottom_nav_link:hover,
.wo_bottom_main_nav #head_menu_rght > li > a.wo_bottom_nav_link:focus,
.wo_bottom_main_nav #head_menu_rght > li > a.wo_bottom_nav_link:active,
.wo_bottom_main_nav #head_menu_rght > li.open > a.wo_bottom_nav_link {
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
}

/* Perfil na barra inferior: impedir "bordinha" em focus/open/active */
.wo_bottom_main_nav #head_menu_rght > li > a.user-menu-combination.wo_bottom_nav_link,
.wo_bottom_main_nav #head_menu_rght > li > a.user-menu-combination.wo_bottom_nav_link:hover,
.wo_bottom_main_nav #head_menu_rght > li > a.user-menu-combination.wo_bottom_nav_link:focus,
.wo_bottom_main_nav #head_menu_rght > li > a.user-menu-combination.wo_bottom_nav_link:active,
.wo_bottom_main_nav #head_menu_rght > li.open > a.user-menu-combination.wo_bottom_nav_link {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	-webkit-tap-highlight-color: transparent;
}

/*
 * Folhas integradas à barra inferior: largura total, base colada ao topo da navbar,
 * cantos só em cima — parece subir do próprio menu.
 */
.wo_bottom_main_nav .wo_bottom_head_menu .notifications-dropdown,
.wo_bottom_main_nav .wo_bottom_head_menu .messages-dropdown,
.wo_bottom_main_nav .wo_bottom_head_menu .ani-acc-menu,
.wo_bottom_main_nav .dashboard-menu > .dropdown-menu.dashboard-dropdown {
	position: fixed !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	bottom: var(--wo-bottom-nav-sheet-bottom) !important;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
	transform-origin: center bottom !important;
	border-radius: 18px 18px 0 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	box-shadow:
		0 -4px 24px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
	z-index: 1051 !important;
}

.wo_bottom_main_nav .open > .dropdown-menu.notifications-dropdown,
.wo_bottom_main_nav .open > .dropdown-menu.messages-dropdown,
.wo_bottom_main_nav li.dropdown.open > .dropdown-menu.ani-acc-menu,
.wo_bottom_main_nav .dashboard-menu.open > .dropdown-menu.dashboard-dropdown {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

.wo_bottom_main_nav .wo_bottom_head_menu .notifications-dropdown,
.wo_bottom_main_nav .wo_bottom_head_menu .messages-dropdown {
	max-height: min(58vh, 520px) !important;
	width: 100% !important;
}

.wo_bottom_main_nav .wo_bottom_head_menu .ani-acc-menu {
	max-height: min(420px, 65vh);
	overflow-y: auto;
}

.wo_bottom_main_nav.navbar-fixed-bottom .dropdown-switch-account > .dropdown-menu {
	top: auto !important;
	bottom: var(--wo-bottom-nav-sheet-bottom) !important;
	max-height: min(480px, 72vh);
	overflow-y: auto;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	position: fixed !important;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
	transform-origin: center bottom !important;
	border-radius: 18px 18px 0 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	box-shadow:
		0 -4px 24px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.wo_bottom_main_nav .dropdown-switch-account.open > .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	position: fixed !important;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
	transform-origin: center bottom !important;
}

.wo_bottom_main_nav .dropdown-menu {
	z-index: 1051;
	padding: var(--wo-bottom-nav-dropdown-padding-y) var(--wo-bottom-nav-dropdown-padding-x) !important;
	background: var(--wo-bottom-nav-dropdown-bg) !important;
	border: 1px solid var(--wo-bottom-nav-dropdown-border) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-radius: 18px 18px 0 0 !important;
	box-shadow:
		0 -4px 24px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
	box-sizing: border-box !important;
}

/* Dashboard — mesma folha integrada (regras de posição herdadas do bloco acima) */
.wo_bottom_main_nav .dashboard-dropdown {
	width: 100% !important;
	max-width: none !important;
	max-height: min(72vh, 560px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: var(--wo-bottom-nav-dropdown-padding-y) var(--wo-bottom-nav-dropdown-padding-x) !important;
	border-radius: 18px 18px 0 0 !important;
	background: var(--wo-bottom-nav-dropdown-bg) !important;
	border: 1px solid var(--wo-bottom-nav-dropdown-border) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	box-shadow:
		0 -4px 24px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.wo_bottom_main_nav .dashboard-dropdown-content {
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Cabeçalho: logo do site + selo beta */
.wo_bottom_main_nav .wo_dash_nav_brand {
	margin: 0 0 18px;
	padding: 0 0 4px;
	text-align: center;
}

.wo_bottom_main_nav .wo_dash_nav_brand__inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 100%;
}

.wo_bottom_main_nav .wo_dash_nav_brand__link {
	display: block;
	line-height: 0;
	text-decoration: none !important;
	flex: 0 1 auto;
}

.wo_bottom_main_nav .wo_dash_nav_brand__logo {
	display: block;
	max-height: 34px;
	width: auto;
	max-width: min(220px, 72vw);
	height: auto;
	object-fit: contain;
	object-position: center center;
}

.wo_bottom_main_nav .wo_dash_nav_brand__beta {
	flex-shrink: 0;
	align-self: flex-start;
	margin-top: 2px;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: lowercase;
	line-height: 1;
	color: #fff;
	border-radius: 8px;
	background: var(--wo-dash-accent, #a349e5);
	box-shadow: 0 1px 4px rgba(163, 73, 229, 0.45);
}

/* Trending + Pro carousel — mesmo tema do dropdown */
.wo_bottom_main_nav .wo_dash_trend_card {
	margin: 0 0 14px;
	padding: 16px 16px 14px;
	border-radius: 18px;
	background: var(--wo-dash-surface);
	border: 1px solid var(--wo-dash-border);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 0 0 1px rgba(163, 73, 229, 0.22),
		0 4px 22px rgba(15, 23, 42, 0.4),
		0 0 28px rgba(163, 73, 229, 0.12);
}

.wo_bottom_main_nav .wo_dash_trend_card__head {
	margin-bottom: 12px;
}

.wo_bottom_main_nav .wo_dash_trend_card__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--wo-dash-text);
	letter-spacing: 0.01em;
}

.wo_bottom_main_nav .wo_dash_trend_card__subtitle {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: var(--wo-dash-text-muted);
}

.wo_bottom_main_nav .wo_dash_trend_card__list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: wo-dash-trend;
}

.wo_bottom_main_nav .wo_dash_trend_card__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	counter-increment: wo-dash-trend;
}

.wo_bottom_main_nav .wo_dash_trend_card__item:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.wo_bottom_main_nav .wo_dash_trend_card__num {
	flex-shrink: 0;
	width: 22px;
	font-size: 13px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	color: var(--wo-dash-text-muted);
	line-height: 1.4;
}

.wo_bottom_main_nav .wo_dash_trend_card__link {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-decoration: none !important;
	color: inherit !important;
}

.wo_bottom_main_nav .wo_dash_trend_card__tag {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	word-break: break-word;
}

.wo_bottom_main_nav .wo_dash_trend_card__meta {
	font-size: 12px;
	color: var(--wo-dash-text-muted);
}

.wo_bottom_main_nav .wo_dash_invite_section {
	margin-top: 16px;
}

.wo_bottom_main_nav .wo_dash_invite_section_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.wo_bottom_main_nav .wo_dash_section_label {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e2e8f0;
}

.wo_bottom_main_nav .wo_dash_invite_section .wo_dash_invite_panel {
	margin-top: 0;
}

.wo_bottom_main_nav .wo_dash_pro_carousel {
	margin-top: 18px;
	padding-top: 4px;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__title {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e2e8f0;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__cta {
	font-size: 12px;
	font-weight: 600;
	color: var(--wo-brand-light) !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__cta:hover {
	color: #ddd6fe !important;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__track_wrap {
	margin: 0 -4px;
	padding: 0 4px 4px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(124, 58, 237, 0.45) transparent;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__track_wrap::-webkit-scrollbar {
	height: 4px;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__track_wrap::-webkit-scrollbar-thumb {
	background: rgba(124, 58, 237, 0.45);
	border-radius: 4px;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__slide {
	flex: 0 0 auto;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__user {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 72px;
	text-decoration: none !important;
	color: inherit !important;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__avatar {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid rgba(167, 139, 250, 0.55);
	box-shadow:
		0 0 0 1px rgba(124, 58, 237, 0.35),
		0 4px 12px rgba(0, 0, 0, 0.25);
	background: var(--wo-dash-surface-inner);
}

.wo_bottom_main_nav .wo_dash_pro_carousel__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wo_bottom_main_nav .wo_dash_pro_carousel__name {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	color: var(--wo-dash-text);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Convites — paleta unificada (--wo-dash-*) */
.wo_bottom_main_nav .wo_dash_nav_modern_wrap {
	margin-bottom: 10px;
}

.wo_bottom_main_nav .wo_dash_invite_panel {
	margin-top: 12px;
	padding: 14px;
	border-radius: 14px;
	background: var(--wo-dash-surface);
	border: 1px solid var(--wo-dash-border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wo_bottom_main_nav .wo_dash_invite_panel_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
}

.wo_bottom_main_nav .wo_dash_invite_panel_title {
	font-size: 14px;
	font-weight: 700;
	color: var(--wo-dash-text);
	letter-spacing: 0.01em;
}

.wo_bottom_main_nav .wo_dash_invite_panel_link {
	font-size: 12px;
	font-weight: 600;
	color: var(--wo-brand-light) !important;
	text-decoration: none !important;
	white-space: nowrap;
	opacity: 0.95;
}

.wo_bottom_main_nav .wo_dash_invite_panel_link:hover {
	color: #ddd6fe !important;
	opacity: 1;
}

.wo_bottom_main_nav .wo_dash_invite_stats {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wo_bottom_main_nav .wo_dash_invite_stat {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--wo-dash-surface-inner);
	border: 1px solid var(--wo-dash-border);
	font-size: 13px;
	color: #e2e8f0;
	line-height: 1.35;
}

.wo_bottom_main_nav .wo_dash_invite_stat_ico {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.wo_bottom_main_nav .wo_dash_invite_stat_ico_img {
	display: block;
	width: 14px;
	height: auto;
	max-height: 22px;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}

.wo_bottom_main_nav .wo_dash_invite_stat--avail .wo_dash_invite_stat_ico {
	background: linear-gradient(160deg, #34d399, #059669);
}

.wo_bottom_main_nav .wo_dash_invite_stat--gen .wo_dash_invite_stat_ico {
	background: linear-gradient(160deg, #60a5fa, #2563eb);
}

.wo_bottom_main_nav .wo_dash_invite_stat--used .wo_dash_invite_stat_ico {
	background: linear-gradient(160deg, #fb923c, #ea580c);
}

.wo_bottom_main_nav .wo_dash_invite_stat_text strong {
	font-weight: 700;
	color: #fff;
	margin-right: 6px;
	font-variant-numeric: tabular-nums;
}

.wo_bottom_main_nav .wo_dash_nav_gen_link.btn-main {
	display: block;
	width: 100%;
	border-radius: 999px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	padding: 12px 16px !important;
	border: none !important;
	background: linear-gradient(
		180deg,
		var(--wo-dash-accent, #a349e5) 0%,
		var(--wo-dash-accent-dark, #7c2ec9) 100%
	) !important;
	color: #fff !important;
	box-shadow:
		0 2px 10px rgba(163, 73, 229, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
	transition: filter 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.wo_bottom_main_nav .wo_dash_nav_gen_link.btn-main:hover:not(:disabled):not([disabled]) {
	filter: brightness(1.06);
	box-shadow:
		0 4px 16px rgba(163, 73, 229, 0.48),
		inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.wo_bottom_main_nav .wo_dash_nav_gen_link.btn-main:disabled,
.wo_bottom_main_nav .wo_dash_nav_gen_link.btn-main[disabled] {
	opacity: 0.65;
	cursor: not-allowed;
	filter: none;
}

/* Painel completo da antiga sidebar (trending, sugestões, etc.) dentro do Dashboard */
.wo_bottom_main_nav .wo_dashboard_widgets_in_nav {
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	border: 0;
	border-top: 1px solid var(--wo-dash-border);
	background: transparent;
	box-shadow: none;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_content {
	margin-bottom: 12px !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col #sidebar-sticky {
	position: static !important;
	top: auto !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .list-group {
	background: transparent;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--wo-dash-border);
	margin-bottom: 10px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .list-group-item {
	background: var(--wo-dash-surface-inner) !important;
	border-color: var(--wo-dash-border) !important;
	color: var(--wo-dash-text) !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .list-group-item.sidebar-title-back,
.wo_bottom_main_nav .wo_dashboard_widgets_col .sidebar-title-back {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--wo-dash-text-muted) !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_htag a,
.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_htag .htag_top,
.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_htag .htag_bottom {
	color: #cbd5e1 !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .featured-users .list-group-item.sidebar-title-back {
	color: var(--wo-dash-text-muted) !important;
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_side_invite,
.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_side_invite_prnt {
	background: var(--wo-dash-surface);
	border-radius: 14px;
	border: 1px solid var(--wo-dash-border);
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .wow_side_invite .sidebar-title-back {
	color: var(--wo-dash-text) !important;
}

.wo_bottom_main_nav .wo_dash_vip_grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.wo_bottom_main_nav .wo_dash_vip_item {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	overflow: hidden;
	border: 2px solid var(--wo-dash-border);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wo_bottom_main_nav .wo_dash_vip_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wo_bottom_main_nav .wo_dash_invite_row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wo_bottom_main_nav .wo_dash_invite_form .form-control::placeholder {
	color: var(--wo-dash-text-muted);
	opacity: 0.85;
}

.wo_bottom_main_nav .wo_dash_invite_form .form-control {
	height: 40px;
	border-radius: 12px;
	background: var(--wo-dash-surface-inner);
	border: 1px solid var(--wo-dash-border);
	color: var(--wo-dash-text);
}

.wo_bottom_main_nav .wo_dashboard_widgets_col .wo_dash_vip_item {
	border-color: var(--wo-dash-border);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* Override global invite form absolute button behavior */
.wo_bottom_main_nav .invite-user-form-dashboard {
	position: static !important;
}

.wo_bottom_main_nav .invite-user-form-dashboard button {
	position: static !important;
	top: auto !important;
	right: auto !important;
	float: none !important;
}

.wo_bottom_main_nav .wo_dash_invite_form button.btn {
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0 !important;
	border-radius: 12px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, var(--wo-brand) 0%, var(--wo-brand-dark) 100%) !important;
	border: none !important;
	color: #fff !important;
	box-shadow: 0 2px 6px rgba(124, 58, 237, 0.35);
}

.wo_bottom_main_nav .wo_dash_empty {
	font-size: 12px;
	color: var(--wo-dash-text-muted);
	padding: 2px 0 0;
}

.wo_bottom_main_nav #head_menu_rght > li.dropdown-switch-account > .dropdown-menu,
.wo_bottom_main_nav #head_menu_rght > li > a.user-menu-combination + .dropdown-menu.ani-acc-menu {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	bottom: var(--wo-bottom-nav-sheet-bottom) !important;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
	transform-origin: center bottom !important;
	box-sizing: border-box !important;
	border-radius: 18px 18px 0 0 !important;
}

.wo_bottom_main_nav #head_menu_rght > li.dropdown-switch-account.open > .dropdown-menu,
.wo_bottom_main_nav #head_menu_rght > li.open > a.user-menu-combination + .dropdown-menu.ani-acc-menu {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
	left: 0 !important;
	right: 0 !important;
}

.wo_bottom_main_nav .wo_bottom_nav_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 48px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: clamp(4px, 1.2vw, 8px) clamp(3px, 1vw, 8px) !important;
	font-size: 10px !important;
	font-weight: 600;
	line-height: 1.15 !important;
	color: inherit;
	text-align: center;
}

/* Coluna: link centrado, mesma área tocável em todos os breakpoints */
.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li > .wo_bottom_nav_link,
.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li > a.wo_bottom_nav_link,
.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li > a.dropdown-toggle.wo_bottom_nav_link {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 auto;
}

.wo_bottom_main_nav .wo_bn_label {
	display: none !important;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	opacity: 0.92;
}

/* Ícones alinhados numa grelha visual comum */
.wo_bottom_main_nav .wo_bn_ico_wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	margin: 0 auto;
}

.wo_bottom_main_nav .wo_bn_svg,
.wo_bottom_main_nav .wo_bottom_nav_link svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	display: block;
}

/* Criar: mesmo peso visual que Início/Mercado (sem btn-main) */
.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_create.wo_bottom_nav_link {
	/* Mantém como botão destacado (roxo) */
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-weight: 600;
}

/* Fundo roxo no ícone de Criar (evita quebrar o grid dos outros botões) */
.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_create.wo_bottom_nav_link .wo_bn_ico_wrap {
	background: #a952ec !important;
	border-radius: 999px !important;
	width: 40px !important;
	height: 40px !important;
	box-shadow: 0 10px 24px rgba(111, 100, 198, 0.35) !important;
}

.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_create.wo_bottom_nav_link .wo_bn_svg,
.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_create.wo_bottom_nav_link svg {
	width: 22px !important;
	height: 22px !important;
	color: #ffffff !important;
	stroke: #ffffff !important;
	fill: none !important;
}

/* Garante cor do "+" mesmo quando o theme usa currentColor */
.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_create.wo_bottom_nav_link svg path,
.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_create.wo_bottom_nav_link svg circle {
	stroke: #ffffff !important;
	fill: none !important;
}

/* Badges não deslocam o centro do ícone */
.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li .new-update-alert {
	margin: 0;
	top: 2px;
	right: clamp(0px, 0.5vw, 6px);
	left: auto;
	transform: none;
}

.wo_bottom_main_nav .head_name_links > .dropdown-toggle.wo_bottom_nav_link {
	align-self: stretch;
}

/* Dropup Criar: troca + ↔ ✕ */
.wo_bottom_main_nav .head_name_links.dropup .hide_fill_svg {
	display: none !important;
}

.wo_bottom_main_nav .head_name_links.dropup.open .dropdown-toggle > .wo_bn_ico_wrap:not(.hide_fill_svg) {
	display: none !important;
}

.wo_bottom_main_nav .head_name_links.dropup.open .dropdown-toggle .hide_fill_svg {
	display: inline-flex !important;
}

/* Regra global esconde svg do toggle; manter visíveis no Criar */
.wo_bottom_main_nav .head_name_links.dropdown.open .dropdown-toggle .wo_bn_ico_wrap svg {
	display: block !important;
}

.wo_bottom_main_nav .head_name_links .dropdown-toggle .wo_bn_ico_wrap svg circle {
	fill: none;
	stroke: currentColor;
}

/* Evitar position:static / menu full-width do mobile (style.css) no dropup Criar */
.wo_bottom_main_nav .wo_bottom_nav_inner > #head_menu_rght > li.head_name_links.dropdown.open {
	position: relative !important;
}

/* Create menu opens upward */
.wo_bottom_main_nav .wo_create_menu_dropup {
	position: absolute !important;
	top: auto !important;
	bottom: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) scale3d(.8, .8, 1) !important;
	transform-origin: center bottom !important;
	width: min(360px, calc(100vw - 24px)) !important;
	max-width: calc(100vw - 24px) !important;
	z-index: 1060 !important;
}

.wo_bottom_main_nav .head_name_links.open > .wo_create_menu_dropup {
	transform: translateX(-50%) scale3d(1, 1, 1) !important;
}

.wo_bottom_main_nav .wo_create_menu_dropup:before {
	top: auto !important;
	bottom: -8px !important;
	left: 50% !important;
	margin-left: -10px !important;
	transform: rotate(45deg);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
}

/* Criar no header (lado direito): dropdown abre para cima */
.header-container #head_menu_rght > li.head_name_links.dropup > .dropdown-menu.create_head_menu {
	top: auto !important;
	bottom: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}

/* Menu Criar (barra inferior + header): grelha estilo atalhos — ícone SVG + legenda */
.wo_create_actions_menu {
	display: flex !important;
	flex-wrap: wrap !important;
	padding: 10px 8px 12px !important;
	margin: 0 !important;
	min-width: 0 !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	background: #19242b !important;
}

.wo_create_actions_menu > li {
	float: none !important;
	width: 50% !important;
	padding: 4px !important;
	margin: 0 !important;
	list-style: none !important;
}

.wo_create_actions_menu .wo_create_grid_link {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 72px !important;
	padding: 10px 6px 8px !important;
	margin: 0 !important;
	border-radius: 12px !important;
	text-align: center !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	color: #e7e7e7 !important;
	text-decoration: none !important;
	background: #0b0f14 !important;
	border: 1px solid transparent !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.wo_create_actions_menu .wo_create_grid_link:hover,
.wo_create_actions_menu .wo_create_grid_link:focus {
	background: #0b0f14 !important;
	border-color: rgba(169, 82, 236, 0.25) !important;
	color: #6b21a8 !important;
	outline: none !important;
}

.wo_create_actions_menu .wo_create_grid_link .wo_bn_ico_wrap {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 30px !important;
}

.wo_create_actions_menu .wo_create_grid_link:hover .wo_bn_ico_wrap,
.wo_create_actions_menu .wo_create_grid_link:focus .wo_bn_ico_wrap {
	box-shadow: 0 4px 12px rgba(169, 82, 236, 0.2) !important;
	border-color: rgba(169, 82, 236, 0.2) !important;
}

.wo_create_actions_menu .wo_create_grid_link .wo_bn_svg,
.wo_create_actions_menu .wo_create_grid_link svg {
	width: 22px !important;
	height: 22px !important;
	display: block !important;
	flex-shrink: 0 !important;
	color: #a1a1a1 !important;
	stroke: currentColor !important;
	fill: none !important;
}

.wo_create_actions_menu .wo_create_grid_link circle {
	fill: none !important;
}

.wo_create_actions_menu .wo_create_grid_link:hover .wo_bn_svg,
.wo_create_actions_menu .wo_create_grid_link:hover svg {
	color: #7c3aed !important;
}

.wo_create_actions_menu .wo_create_grid_link .wo_bn_label {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	max-width: 100% !important;
	padding: 0 2px !important;
	overflow: hidden !important;
	white-space: normal !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	opacity: 1 !important;
}

/* Sobrescreve regras globais .create_head_menu (style.css) neste menu */
.wo_create_actions_menu.create_head_menu > li {
	-webkit-animation: none !important;
	animation: none !important;
}

.btadd .wo_create_actions_menu {
	min-width: min(320px, calc(100vw - 24px)) !important;
}

/* Content padding so bar does not cover feed (altura alinhada a .wo_bottom_main_nav { min-height: 52px }) */
body.wo-has-bottom-nav .content-container {
	padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
}

body.wo-has-bottom-nav .page-margin {
	margin-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}

/* Post action row cleanup — vence styles_cc (.stat-item { font-weight: 600 !important }) */
.post .post-description .stats.post-actions .stat-item.post-like-status.post-like-status-linkonly,
.post .post-actions .stat-item.post-like-status.post-like-status-linkonly,
#wo_post_stat_button .post-like-status-linkonly,
.stats.post-actions .post-like-status.post-like-status-linkonly {
	font-weight: 400 !important;
	font-size: 12px !important;
	color: var(--wo-comment-text) !important;
}

#wo_post_stat_button #like-button #likes,
#wo_post_stat_button .wo-reaction-post #likes {
	display: inline-block;
	margin-left: 6px;
	font-weight: 600;
}

.post-container .post-footer:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Messages: lista e conversa em telas separadas (mobile); desktop mantém duas colunas */
@media (max-width: 992px) {
	#wo_nw_msg_page .msg_under_hood.wo-msg-mode-list .wo-msg-screen-chat {
		display: none !important;
	}

	#wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat .wo-msg-screen-list {
		display: none !important;
	}

	#wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat .mobileleftpane {
		position: static !important;
		top: auto !important;
		left: auto !important;
		height: auto !important;
		min-height: calc(100vh - 45px);
		z-index: auto !important;
	}

	#wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat .wo-msg-screen-chat {
		display: flex !important;
		flex-direction: column;
		min-height: calc(100vh - 45px);
		width: 100%;
	}

	#wo_nw_msg_page .msg_under_hood.wo-msg-mode-list .mobilerightpane {
		height: calc(100vh - 45px);
		max-height: none;
	}

	/* Usa .wo-msg-mode-chat no DOM (não só body.wo-messages-chat-open) para bater com o JS/URL */
	body.wo-has-bottom-nav .wo-msg-container #wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat .wo-msg-screen-chat {
		padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
		min-height: calc(100vh - 45px - env(safe-area-inset-bottom, 0px));
	}

	body.wo-has-bottom-nav .wo-msg-container .text-sender-container .messagejoint {
		height: auto !important;
		min-height: 0 !important;
	}

	body.wo-has-bottom-nav .wo-msg-container #wo_msg_right_prt .text-sender-container {
		height: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		min-height: 0;
		flex: 1 1 auto;
	}

	body.wo-has-bottom-nav .wo-msg-container #wo_msg_right_prt .text-sender-container .messagejoint {
		display: flex !important;
		flex-direction: column !important;
		height: 100% !important;
		flex: 1 1 auto;
		min-height: 0;
	}

	body.wo-has-bottom-nav .wo-msg-container #wo_msg_right_prt .text-sender-container .messages-container {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		padding-bottom: 10px !important;
	}

	body.wo-has-bottom-nav .wo-msg-container #wo_msg_right_prt .text-sender-container .sendMessages {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		z-index: auto !important;
		flex-shrink: 0 !important;
		background: #fff !important;
	}

	/* Composer colado acima da bottom nav; só a lista de mensagens rola */
	body.wo-has-bottom-nav .wo-msg-container #wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat #wo_msg_right_prt .text-sender-container .sendMessages {
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		bottom: calc(52px + env(safe-area-inset-bottom, 0px)) !important;
		z-index: 100 !important;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
		box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
	}

	body.wo-has-bottom-nav .wo-msg-container #wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat #wo_msg_right_prt .text-sender-container .messages-container {
		padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px)) !important;
	}

	/* “Ver mais” acima do composer fixo + bottom nav */
	body.wo-has-bottom-nav .wo-msg-container #wo_nw_msg_page .msg_under_hood.wo-msg-mode-chat #wo_msg_right_prt .messages-load-more-messages {
		bottom: calc(130px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

@media (min-width: 993px) {
	#wo_nw_msg_page .msg_under_hood .wo-msg-screen-list,
	#wo_nw_msg_page .msg_under_hood .wo-msg-screen-chat {
		display: block !important;
	}

	#wo_nw_msg_page .msg_under_hood .wo-msg-screen-list {
		flex: 0 0 auto;
		min-width: 420px;
		max-width: 420px;
	}

	#wo_nw_msg_page .msg_under_hood .wo-msg-screen-chat {
		flex: 1;
		min-width: 0;
	}

	body.wo-messages-chat-open .wo-msg-container #wo_msg_right_prt .text-sender-container .sendMessages {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		z-index: auto !important;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
		box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.06);
	}

	body.wo-messages-chat-open .wo-msg-container #wo_msg_right_prt .text-sender-container .messages-container {
		padding-bottom: 16px !important;
	}
}

/* —— Mensagens: layout moderno (coluna flex, sem header/composer flutuando sobre o texto) —— */
#wo_nw_msg_page .wo-msg-screen-chat .mobileleftpane.wo-msg-thread {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

#wo_msg_right_prt.wo-msg-thread {
	display: flex;
	flex-direction: column;
	min-height: 0;
	flex: 1 1 auto;
	height: 100%;
	max-height: 100%;
	background: #f1f5f9;
}

#wo_msg_right_prt .wo-msg-chat-root.text-sender-container {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	overflow: hidden;
}

/* Cabeçalho: fica no fluxo (sticky); especificidade > style.css .text-sender-container .msg_usr_info_top_list */
#wo_msg_right_prt .text-sender-container .wo-msg-chat-header.msg_usr_info_top_list {
	flex: 0 0 auto;
	position: sticky;
	top: 0;
	z-index: 6;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	padding: 14px 18px 12px 18px !important;
	margin: 0 !important;
	border: 0;
	border-bottom: 1px solid #e2e8f0;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
	align-items: center;
	gap: 8px;
}

/* style.css usa margem negativa na seta — afasta do limite esquerdo do cabeçalho */
#wo_msg_right_prt .wo-msg-chat-header .mobilemsgclose {
	margin: 0 10px 0 0 !important;
	flex-shrink: 0;
}

/* Ícones ainda não preenchidos pelo JS: não reservar 40px de altura */
#wo_msg_right_prt .wo-msg-chat-header .msg_usr_cht_opts_btns > span:empty {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wo_msg_right_prt .wo-msg-chat-header #user-avatar-right:has(img.hidden) {
	display: none !important;
	width: 0 !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Só seta voltar visível: esconder coluna nome/estado vazia */
#wo_msg_right_prt .wo-msg-chat-header .msg_usr_cht_usr_data > div:has(#user-name.hidden):has(p.msg_usr_lst_sen_main:empty) {
	display: none !important;
}

#wo_msg_right_prt .wo-msg-chat-header .msg_usr_cht_usr_data img {
	box-shadow: none;
	border: 1px solid #e2e8f0;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	margin-right: 10px !important;
}

#wo_msg_right_prt .wo-msg-chat-header .msg_usr_lst_sen_main:empty {
	display: none !important;
	margin: 0 !important;
	min-height: 0 !important;
}

#wo_msg_right_prt .wo-msg-chat-header .msg_usr_cht_opts_btns {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}

#wo_msg_right_prt .wo-msg-chat-header .msg_usr_cht_opts_btns > span {
	margin: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	color: #64748b !important;
	transition: background 0.15s ease, color 0.15s ease;
}

#wo_msg_right_prt .wo-msg-chat-header .msg_usr_cht_opts_btns > span:hover {
	background: #f1f5f9;
	color: #334155 !important;
}

#wo_msg_right_prt .wo-msg-chat-header .msg_progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 0;
	margin: 0;
}

#wo_msg_right_prt .wo-msg-chat-header {
	position: relative;
}

/* “Ver mais”: absoluto sobre a lista, centrado, acima do campo de envio (âncora: .messagejoint) */
#wo_msg_right_prt .wo-msg-load-more.messages-load-more-messages,
#wo_msg_right_prt .messages-load-more-messages.view-more-wrapper,
#wo_msg_right_prt .wo-msg-thread-body > .messages-load-more-messages {
	position: absolute !important;
	left: 50% !important;
	right: auto !important;
	top: auto !important;
	bottom: 88px;
	transform: translateX(-50%) !important;
	width: auto !important;
	max-width: calc(100% - 24px) !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 12px !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	z-index: 8 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

#wo_msg_right_prt .messages-load-more-messages .wo-msg-load-more-btn,
#wo_msg_right_prt .messages-load-more-messages a,
#wo_msg_right_prt .messages-load-more-messages .wo-msg-load-more-done {
	pointer-events: auto;
}

#wo_msg_right_prt .messages-load-more-messages.above_header {
	top: auto !important;
	transform: translateX(-50%) !important;
}

#wo_msg_right_prt .messages-load-more-messages a {
	width: auto !important;
	min-width: auto !important;
	height: 36px !important;
	padding: 0 16px !important;
	border-radius: 999px !important;
	font-size: 13px;
	font-weight: 600;
	color: #64748b !important;
	background: #fff !important;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

#wo_msg_right_prt .messages-load-more-messages a:hover {
	background: #f8fafc !important;
	color: var(--wo-brand, #7c3aed) !important;
	border-color: #cbd5e1;
}

#wo_msg_right_prt .messages-load-more-messages .wo-msg-load-more-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px !important;
	height: auto !important;
	padding: 0 18px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #475569 !important;
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	width: auto !important;
}

#wo_msg_right_prt .messages-load-more-messages .wo-msg-load-more-btn:active {
	opacity: 0.92;
}

#wo_msg_right_prt .wo-msg-load-more-done {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #94a3b8;
	background: #f1f5f9;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
}

/* Corpo: mensagens rolam; composer fica embaixo */
#wo_msg_right_prt .wo-msg-thread-body.messagejoint {
	position: relative !important;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	height: auto !important;
	max-height: none !important;
}

#wo_msg_right_prt .messages-container {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 12px 14px 56px !important;
	background: #f1f5f9 !important;
	position: relative !important;
}

/* style.css (≤520px) ainda mete padding-top: 80px no botão antigo ao topo — neutralizar no thread */
@media (max-width: 520px) {
	#wo_msg_right_prt .messages-container {
		padding-top: 12px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

#wo_msg_right_prt .messages-container .empty_state {
	position: static !important;
	transform: none !important;
	margin: 48px auto;
	left: auto;
	top: auto;
	max-width: 320px;
	font-size: 15px;
	line-height: 1.5;
	color: #64748b;
}

#wo_msg_right_prt .messages-container .empty_state svg {
	width: 120px !important;
	height: 120px !important;
	margin-bottom: 12px;
	opacity: 0.85;
}

/* Balões: cartões claros / enviado com cor da marca (não estilo WhatsApp) */
#wo_msg_right_prt .text-sender-container .message-model {
	max-width: min(92%, 520px);
	font-size: 15px;
	line-height: 1.45;
}

#wo_msg_right_prt .text-sender-container .message-model .message {
	display: block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	line-height: 1.45;
}

#wo_msg_right_prt .text-sender-container .incoming .message-model .message {
	margin-right: auto;
	margin-left: 0;
}

#wo_msg_right_prt .text-sender-container .outgoing .message-model .message {
	margin-left: auto;
	margin-right: 0;
	background: var(--wo-brand, #7c3aed);
	border-color: transparent;
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25);
}

#wo_msg_right_prt .text-sender-container .outgoing .message-model .message p,
#wo_msg_right_prt .text-sender-container .outgoing .message-model .message a {
	color: #fff !important;
}

#wo_msg_right_prt .text-sender-container .incoming .message-model .time {
	color: #64748b;
	font-weight: 600;
	font-size: 11px;
}

#wo_msg_right_prt .text-sender-container .outgoing .message-model .time {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	font-size: 11px;
}

/* Recibos dentro do balão enviado — alto contraste */
#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipts,
#wo_msg_right_prt .text-sender-container .messages-text.pull-right .message .wo-msg-receipts {
	display: flex !important;
	justify-content: flex-end;
	width: 100%;
	margin: 6px 2px 2px 0 !important;
	padding: 0 2px 0 0 !important;
	min-height: 14px;
	line-height: 1;
	visibility: visible !important;
	opacity: 1 !important;
	clear: both;
}

/* Enviado: um check; visualizado: dois checks (ícones distintos no HTML) */
#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipt-sent-icon,
#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipt-read-icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipts--sent .wo-msg-receipt-read-icon {
	display: none !important;
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipts--read .wo-msg-receipt-sent-icon {
	display: none !important;
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipts--read .wo-msg-receipt-read-icon {
	display: inline-flex !important;
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-check-single {
	color: rgba(255, 255, 255, 0.88) !important;
	filter: drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.35));
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-dtick .wo-msg-dtick-1,
#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-dtick .wo-msg-dtick-2 {
	fill: none;
	vector-effect: non-scaling-stroke;
}

/* Dois checks coloridos (visualizado), estilo próximo ao WhatsApp */
#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-dtick .wo-msg-dtick-1 {
	stroke: #93c5fd !important;
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-dtick .wo-msg-dtick-2 {
	stroke: #38bdf8 !important;
}

#wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-receipts--read .wo-msg-dtick {
	filter: drop-shadow(0 0 0.5px rgba(15, 23, 42, 0.35));
}

/* Composer fixo na base da coluna, sempre visível */
#wo_msg_right_prt .sendMessages {
	flex-shrink: 0;
	margin: 0;
	background: #fff;
	border-top: 1px solid #e2e8f0;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
	box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.06);
}

#wo_msg_right_prt .text-sender-container .sendMessages .input-group {
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	align-items: flex-end !important;
	gap: 8px;
	border-top: 0 !important;
	display: flex !important;
}

#wo_msg_right_prt .msg_write_combo {
	flex: 1;
	min-width: 0;
	border: 1px solid #e2e8f0 !important;
	background: #f8fafc !important;
	border-radius: 20px !important;
	padding: 3px 6px 3px 10px !important;
	align-items: center !important;
}

#wo_msg_right_prt .msg_write_combo .charsLeft-message {
	position: static !important;
	right: auto !important;
	top: auto !important;
	z-index: auto !important;
	align-self: center;
	margin: 0 2px;
	padding: 0 4px;
	width: auto;
	max-width: 56px;
	font-size: 10px;
	color: #94a3b8;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
}

#wo_msg_right_prt .msg_write_combo textarea#sendMessage,
#wo_msg_right_prt textarea#sendMessage {
	flex: 1;
	min-width: 0;
	min-height: 36px !important;
	max-height: 112px !important;
	height: auto !important;
	padding: 6px 8px !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
	background: transparent !important;
	border: 0 !important;
	resize: none;
}

#wo_msg_right_prt .text-sender-container .sendMessages .input-group-btn {
	display: flex !important;
	align-items: flex-end !important;
	flex-shrink: 0;
	margin-left: 0 !important;
	width: auto !important;
}

/* Quadrado (12px) alinhado à base do campo — vence style.css #wo_msg_right_prt .text-sender-container … */
#wo_msg_right_prt .text-sender-container .sendMessages .send-button,
#wo_msg_right_prt .text-sender-container .sendMessages .input-group-btn .send-button {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.35) !important;
}

#wo_msg_right_prt .text-sender-container .sendMessages .send-button svg {
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}

#wo_msg_right_prt .message_reply_text,
#wo_msg_right_prt .message_reply_story_text {
	margin: 0 12px 8px !important;
	border-radius: 12px !important;
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
}

/* Painel duplicado ao lado — não usado no layout novo */
#wo_msg_right_prt .wo_msg_user_dtl {
	display: none !important;
}

body.night-mode #wo_msg_right_prt.wo-msg-thread,
body.night-mode #wo_msg_right_prt .messages-container {
	background: #0f172a !important;
}

body.night-mode #wo_msg_right_prt .text-sender-container .wo-msg-chat-header.msg_usr_info_top_list {
	background: #1e293b;
	border-bottom-color: #334155;
	box-shadow: none;
	padding: 14px 18px 12px 18px !important;
	min-height: 0 !important;
	height: auto !important;
}

body.night-mode #wo_msg_right_prt .text-sender-container .message-model .message {
	background: #1e293b;
	border-color: #334155;
	color: #e2e8f0;
}

body.night-mode #wo_msg_right_prt .text-sender-container .incoming .message-model .time {
	color: #94a3b8;
}

body.night-mode #wo_msg_right_prt .sendMessages {
	background: #1e293b;
	border-top-color: #334155;
}

body.night-mode #wo_msg_right_prt .msg_write_combo {
	background: #0f172a !important;
	border-color: #334155 !important;
}

body.night-mode #wo_msg_right_prt .wo-msg-load-more-done {
	color: #64748b;
	background: #1e293b;
	border-color: #334155;
}

body.night-mode #wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-check-single {
	color: rgba(255, 255, 255, 0.9) !important;
}

body.night-mode #wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-dtick .wo-msg-dtick-1 {
	stroke: #7dd3fc !important;
}

body.night-mode #wo_msg_right_prt .text-sender-container .outgoing .message .wo-msg-dtick .wo-msg-dtick-2 {
	stroke: #22d3ee !important;
}

body.night-mode #wo_msg_right_prt .messages-load-more-messages .wo-msg-load-more-btn {
	background: #1e293b !important;
	border-color: #334155 !important;
	color: #e2e8f0 !important;
}

/* Mensagens: lista só utilizadores — menos vazio no topo; busca em largura total */
.content-container.wo-msg-container {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/*
 * style.css: .wo_kb_msg_page { padding-top: 45px } — para a navbar fixed-top.
 * No mobile com menu inferior o header está oculto; o padding deixa uma faixa vazia
 * acima da lista e da conversa. Manter só o recorte do notch (safe area).
 */
@media (max-width: 768px) {
	body.wo-has-bottom-nav #wo_nw_msg_page.wo_kb_msg_page {
		padding-top: env(safe-area-inset-top, 0px) !important;
	}
}

#wo_nw_msg_page .msg_under_hood .mobilerightpane {
	padding-top: 6px !important;
	padding-bottom: 8px !important;
}

#wo_nw_msg_page .messages-search-users-form.wo-msg-list-form {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

#wo_nw_msg_page .messages-search-users-form .wo-msg-list-search-row.inner-addon {
	margin-bottom: 8px !important;
	display: block !important;
}

#wo_nw_msg_page .messages-search-users-form .wo-msg-list-search-full.msg_srch_innr {
	width: 100% !important;
	max-width: 100% !important;
}

#wo_nw_msg_page .messages-search-users-form .wo-msg-list-search-full input.form-control {
	height: 44px !important;
}

#wo_nw_msg_page .wo-msg-users-list-wrap.messages-users-list {
	margin-top: 0 !important;
}

@media (max-width: 992px) {
	#wo_nw_msg_page .msg_under_hood.wo-msg-mode-list .mobilerightpane {
		height: calc(100dvh - 52px) !important;
		max-height: calc(100dvh - 52px) !important;
	}
}

@media (min-width: 992px) {
	.wo_bottom_nav_inner {
		gap: 0;
		padding-left: max(16px, env(safe-area-inset-left, 0px));
		padding-right: max(16px, env(safe-area-inset-right, 0px));
		min-height: 56px;
	}

	.wo_bottom_main_nav .wo_bottom_nav_link {
		min-height: 52px;
		padding: 8px 10px !important;
		gap: 0;
	}

	.wo_bottom_main_nav .wo_bn_ico_wrap {
		width: 30px;
		height: 30px;
	}

	.wo_bottom_main_nav .wo_bn_svg,
	.wo_bottom_main_nav .wo_bottom_nav_link svg {
		width: 26px;
		height: 26px;
	}

	.wo_bottom_main_nav #head_menu_rght .user-menu-combination.wo_bottom_nav_link .wo_bn_ico_wrap svg {
		width: 24px !important;
		height: 24px !important;
	}

	.wo_bottom_main_nav .wo_bn_label {
		font-size: 11px;
	}
}

@media (max-width: 400px) {
	.wo_bottom_nav_inner {
		gap: 0;
		padding-left: clamp(2px, 1.8vw, 8px) !important;
		padding-right: clamp(2px, 1.8vw, 8px) !important;
	}

	.wo_bottom_main_nav .wo_bottom_nav_link {
		padding: 4px 2px !important;
		gap: 0;
	}

	.wo_bottom_main_nav .wo_bn_ico_wrap {
		width: 26px;
		height: 26px;
	}

	.wo_bottom_main_nav .wo_bn_svg,
	.wo_bottom_main_nav .wo_bottom_nav_link svg {
		width: 22px;
		height: 22px;
	}

	.wo_bottom_main_nav .wo_bn_label {
		font-size: 9px;
	}
}

/* Com barra inferior ativa: no topo manter só logo + busca (sem botões da direita) */
body.wo-has-bottom-nav .header-container #head_menu_rght {
	display: none !important;
}

/* Mobile + barra inferior: não mostrar header superior (só a barra de baixo) */
@media (max-width: 768px) {
	body.wo-has-bottom-nav .header-container {
		display: none !important;
	}
}

/* Desktop/tablet com barra inferior: manter busca visível ao lado do logo */
@media (min-width: 769px) {
	body.wo-has-bottom-nav .header-container #wo_home_search {
		display: block !important;
	}
}

/* Home: greetalert = padding no alert; posts = padding em #posts-laoded (ID único no home, não depende só de .posts_load) */
.page-margin .wo-home-feed-col .greetalert.wo-feed-edge {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
}
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
}
.page-margin .wo-home-feed-col #posts-laoded {
	padding-left: 12px !important;
	padding-right: 12px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge #posts-laoded,
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge #posts {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge .post-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge .post-container .post {
	max-width: none !important;
}
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge .post-container .post > .panel {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}
/* Instagram mode: esta barra usa width 100%+12px e margem negativa — quebra o alinhamento do feed */
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge #wo_post_stat_button {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.page-margin .wo-home-feed-col .posts_load.wo-feed-edge #posts-laoded > .wo_loading_post {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}
@media (max-width: 600px) {
	.page-margin .wo-home-feed-col .greetalert.wo-feed-edge {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
	.page-margin .wo-home-feed-col #posts-laoded {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}
/* Timeline/perfil: posts_load sem wo-feed-edge */
.page-margin .middlecol .posts_load:not(.wo-feed-edge) {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
}
.page-margin .middlecol .posts_load:not(.wo-feed-edge) #posts-laoded,
.page-margin .middlecol .posts_load:not(.wo-feed-edge) #posts {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}
.page-margin .middlecol .posts_load:not(.wo-feed-edge) .post-container .post > .panel {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
@media (max-width: 600px) {
	.page-margin .middlecol .posts_load:not(.wo-feed-edge) {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}

/* Single post page: back button (browser history) */
.wo-story-back-bar {
	margin: 0 0 12px;
	padding: 0;
}

.wo-story-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px 8px 10px;
	border: 0;
	border-radius: 12px;
	background: rgba(124, 58, 237, 0.1);
	color: var(--wo-brand);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.wo-story-back-btn:hover,
.wo-story-back-btn:focus {
	background: rgba(124, 58, 237, 0.18);
	color: var(--wo-brand-dark);
	outline: none;
}

.wo-story-back-btn:active {
	transform: scale(0.98);
}

.wo-story-back-ico {
	display: inline-flex;
	margin-left: -2px;
}

.wo-story-back-ico svg {
	display: block;
}

/* Página dedicada do post: foto única (não carrossel) */
.page-margin .wo-story-post-page .post #fullsizeimg img {
	height: auto !important;
	min-height: 0 !important;
	max-width: 100%;
	max-height: min(70vh, 720px);
	width: 100%;
	object-fit: contain;
}

/* Carrossel: proporção natural (sem caixa quadrada) */
.page-margin .wo-story-post-page .post #fullsizeimg .wo-ig-slide img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(92vh, 1400px) !important;
	min-height: 0 !important;
	object-fit: contain !important;
}

/* Carrossel multi-foto (reforço: mesmo sem styles_cc / fora da coluna home) */
.page-margin .post .wo-ig-carousel {
	position: relative;
	width: 100%;
}
.page-margin .post .wo-ig-carousel-track {
	display: flex;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	/* pan-x sozinho bloqueia scroll vertical no mobile; pan-y permite rolar o feed ao tocar no carrossel */
	touch-action: pan-x pan-y;
	scrollbar-width: none;
}
.page-margin .post .wo-ig-slide {
	flex: 0 0 100%;
	min-width: 100%;
	scroll-snap-align: start;
	aspect-ratio: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #000;
	box-sizing: border-box;
	min-height: 0;
}
.page-margin .post .wo-ig-slide img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(70vh, 720px) !important;
	object-fit: contain !important;
	object-position: center;
	display: block !important;
}

/* Foto única no post (anula max-height:none do style.css base em #fullsizeimg img) */
.page-margin .post #fullsizeimg img {
	max-height: min(70vh, 720px) !important;
	object-fit: contain !important;
}

.page-margin .post .post-description #fullsizeimg.wo-has-ig-carousel,
.page-margin .post .post-description #fullsizeimg:has(.wo-ig-carousel) {
	overflow: visible !important;
	max-height: none !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
	width: calc(100% + 30px) !important;
	max-width: none !important;
}

.page-margin .wo-home-feed-col #posts-laoded .post .post-description #fullsizeimg.wo-has-ig-carousel,
.page-margin .wo-home-feed-col #posts-laoded .post .post-description #fullsizeimg:has(.wo-ig-carousel) {
	margin-left: calc(-15px - 12px) !important;
	margin-right: calc(-15px - 12px) !important;
	width: calc(100% + 54px) !important;
}

@media (max-width: 600px) {
	.page-margin .wo-home-feed-col #posts-laoded .post .post-description #fullsizeimg.wo-has-ig-carousel,
	.page-margin .wo-home-feed-col #posts-laoded .post .post-description #fullsizeimg:has(.wo-ig-carousel) {
		margin-left: calc(-15px - 14px) !important;
		margin-right: calc(-15px - 14px) !important;
		width: calc(100% + 58px) !important;
	}
}

/* Lightbox foto: carrossel multi (scroll horizontal + contador, fora do .page-margin) */
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	align-self: stretch;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap .wo-ig-carousel {
	position: relative;
	width: 100%;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap .wo-ig-carousel-count {
	position: absolute;
	bottom: 72px;
	left: 50%;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	z-index: 2;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	padding: 4px 9px;
	border-radius: 999px;
	pointer-events: none;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap .wo-ig-carousel-track {
	display: flex;
	width: 100%;
	flex: 1;
	min-height: 0;
	align-items: stretch;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
	-ms-overflow-style: none;
	max-height: 100%;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap .wo-ig-carousel-track::-webkit-scrollbar {
	display: none;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap .wo-ig-slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	position: relative;
	background-color: #000;
	box-sizing: border-box;
	min-height: 100%;
	align-self: stretch;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-ig-wrap .wo-ig-slide img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: calc(100vh - 140px) !important;
	object-fit: contain !important;
	object-position: center center;
	display: block !important;
	background-color: #000;
	flex-shrink: 0;
}

/* Album lightbox (open_album_lightbox / Wo_OpenAlbumLightBox): carrossel multi-foto */
.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 0;
}

.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap .wo-ig-carousel {
	position: relative;
	width: 100%;
}

.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap .wo-ig-carousel-count {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	padding: 4px 9px;
	border-radius: 999px;
	pointer-events: none;
}

.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap .wo-ig-carousel-track {
	display: flex;
	width: 100%;
	align-items: stretch;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
	-ms-overflow-style: none;
	max-height: min(92vh, 1000px);
}

.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap .wo-ig-carousel-track::-webkit-scrollbar {
	display: none;
}

.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap .wo-ig-slide {
	flex: 0 0 100%;
	min-width: 100%;
	scroll-snap-align: start;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	min-height: 100%;
	align-self: stretch;
	overflow: visible;
}

.lightbox-content.multi.album-lbox-carousel-active .wo-lbox-ig-wrap .wo-ig-slide img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: calc(100vh - 120px) !important;
	object-fit: contain !important;
	object-position: center center !important;
	flex-shrink: 0;
}

/* Story comments: keep only modern purple send button */
.post-footer.post-comments .wo_feed_post_comments > div:last-child {
	display: none !important;
}

.post-footer.post-comments .sendbtn {
	background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%) !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 12px !important;
	width: 42px;
	height: 42px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.32);
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.post-footer.post-comments .sendbtn:hover,
.post-footer.post-comments .sendbtn:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(124, 58, 237, 0.38);
	filter: brightness(1.03);
}

.post-footer.post-comments .sendbtn svg {
	width: 18px !important;
	height: 18px !important;
}

/* Enviar e ações por cima do campo (sobrepostos à direita) */
.post-footer.post-comments .wo_comment_combo_row,
.post .post-commet-textarea .wo_comment_combo_row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.post-footer.post-comments .wo_comment_field_wrap,
.post .post-commet-textarea .wo_comment_field_wrap {
	position: relative;
	flex: 1;
	min-width: 0;
}

.post-footer.post-comments .wo_comment_field_wrap .textarea,
.post .post-commet-textarea .wo_comment_field_wrap .textarea {
	padding-right: 58px !important;
	float: none !important;
}

.post-footer.post-comments .wo_comment_field_wrap .comment_combo_footer,
.post .post-commet-textarea .wo_comment_field_wrap .comment_combo_footer {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	left: 6px;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	z-index: 4;
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 4px;
	/* Full-width overlay above textarea: let clicks pass through except on controls */
	pointer-events: none;
}

#wo_comment_combo.comment-toggle .wo_comment_field_wrap .comment_combo_footer,
.post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer .wo_comment_field_wrap .comment_combo_footer {
	display: flex !important;
}

.post-footer.post-comments .wo_comment_field_wrap .comment_combo_footer > .ball-pulse {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	flex-shrink: 0;
	pointer-events: none;
}

.post-footer.post-comments .wo_comment_field_wrap .comment_combo_footer .ball-pulse,
.post .post-commet-textarea .wo_comment_field_wrap .comment_combo_footer .ball-pulse {
	pointer-events: none;
}

.post-footer.post-comments .wo_comment_field_wrap .comment_combo_footer:has(> .ball-pulse) .wo_comment_fopt {
	padding-left: 36px;
}

.post-footer.post-comments .wo_comment_field_wrap .comment_combo_footer .wo_comment_fopt,
.post .post-commet-textarea .wo_comment_field_wrap .comment_combo_footer .wo_comment_fopt {
	flex: 0 1 auto;
	min-width: 0;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	margin-left: auto;
	pointer-events: auto;
}

.post-footer.post-comments .wo_comment_field_wrap .comment_combo_footer .image-comment {
	margin-left: 0;
	flex-shrink: 0;
}

.post-footer.post-comments .wo_comment_field_wrap .sendbtn,
.post-footer.post-comments .wo_comment_field_wrap .btn-upload-comment {
	margin-left: 0;
	flex-shrink: 0;
	box-shadow: 0 2px 14px rgba(124, 58, 237, 0.4) !important;
}

.post-footer.post-comments .wo_comment_field_wrap .btn-upload-comment {
	background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%) !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 12px !important;
	width: 42px;
	height: 42px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.post-footer.post-comments .wo_comment_field_wrap .btn-upload-comment:hover,
.post-footer.post-comments .wo_comment_field_wrap .btn-upload-comment:focus {
	transform: scale(1.04);
	filter: brightness(1.03);
}

.post-footer.post-comments .wo_comment_field_wrap .btn-upload-comment svg {
	stroke: #fff !important;
	color: #fff !important;
	width: 18px !important;
	height: 18px !important;
}

/* Responder comentário: mesmo visual do campo "Comentar" (#wo_comment_combo .textarea) + só botão Enviar roxo */
.comment-reply .wo_commreply_combo .image-comment.wo_commreply_actions > :not(.pull-right) {
	display: none !important;
}

.comment-reply .wo_commreply_combo {
	align-items: flex-start;
}

.comment-reply .wo_commreply_combo .avatar {
	width: 36px !important;
	height: 36px !important;
}

.comment-reply .wo_commreply_combo textarea.comment-reply-textarea,
.comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
	height: 36px;
	min-height: 36px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 52px !important;
	width: calc(100% - 46px);
	margin-left: 10px;
	margin-top: 0;
	background-color: #f0f2f5;
	border: 1px solid var(--wo-comment-border);
	color: var(--wo-comment-text);
	border-radius: 18px !important;
	resize: none;
	box-sizing: border-box;
}

.comment-reply .wo_commreply_combo textarea.comment-reply-textarea::placeholder,
.comment-reply .wo_commreply_combo .textarea.comment-reply-textarea::placeholder {
	color: var(--wo-comment-text);
	opacity: 0.85;
}

.comment-reply .wo_commreply_combo .image-comment {
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.comment-reply .wo_commreply_combo .image-comment .pull-right {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.comment-reply .wo_commreply_combo .image-comment .sendbtn {
	background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%) !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 12px !important;
	width: 42px;
	height: 42px;
	min-width: 42px;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.32);
}

.comment-reply .wo_commreply_combo .image-comment .sendbtn:hover,
.comment-reply .wo_commreply_combo .image-comment .sendbtn:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(124, 58, 237, 0.38);
	filter: brightness(1.03);
}

.comment-reply .wo_commreply_combo .image-comment .sendbtn svg {
	width: 18px !important;
	height: 18px !important;
	opacity: 1 !important;
	filter: none !important;
}

html[dir="rtl"] .comment-reply .wo_commreply_combo textarea.comment-reply-textarea,
html[dir="rtl"] .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
	padding-right: 12px !important;
	padding-left: 52px !important;
}

html[dir="rtl"] .comment-reply .wo_commreply_combo .image-comment {
	left: 18px;
	right: auto;
}

/* Modal "Quem curtiu" / who liked — title slightly smaller */
#views-info-modal .modal-header .modal-title,
#views-info-modal #views_info_title {
	font-size: 0.92em;
	font-weight: 600;
}

/* --- Photo lightbox: fullscreen image, overlays (author, close, like), no comments --- */
.wo_imagecombo_lbox.wo-photo-lightbox-fs {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .story-img.wo-lbox-photo-stage {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	min-height: 100vh;
	height: 100vh;
	flex: 1 1 auto;
	flex-direction: column;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .sun_img_innr {
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs #draggableHelper {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	vertical-align: unset !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .sun_img_innr img,
.wo_imagecombo_lbox.wo-photo-lightbox-fs #draggableHelper img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Carrossel multi: imagem em tamanho completo, sem crop (sobrepor #draggableHelper img) */
.wo_imagecombo_lbox.wo-photo-lightbox-fs #draggableHelper .wo-lbox-ig-wrap .wo-ig-slide img {
	max-width: 100% !important;
	max-height: calc(100vh - 140px) !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.wo-lbox-photo-overlay {
	position: absolute;
	inset: 0;
	z-index: 1040;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}

.wo-lbox-photo-top,
.wo-lbox-photo-bottom {
	pointer-events: auto;
}

.wo-lbox-photo-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 12px 16px;
	padding-inline-end: 52px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent);
}

.wo-lbox-photo-user {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.wo-lbox-photo-user > img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 2px solid rgba(255, 255, 255, 0.35);
}

.wo-lbox-photo-name,
.wo-lbox-photo-name a {
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.wo-lbox-photo-close {
	position: absolute;
	top: 8px;
	inset-inline-end: 8px;
	background: transparent;
	border: none;
	padding: 8px;
	margin: 0;
	cursor: pointer;
	color: #fff;
	line-height: 0;
	border-radius: 50%;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.wo-lbox-photo-close:hover {
	background: rgba(255, 255, 255, 0.15);
}

.wo-lbox-photo-bottom {
	padding: 16px 20px 24px;
	text-align: center;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.wo-lbox-photo-bottom .wo-lbox-photo-like-wrap,
.wo-lbox-photo-bottom #wo_post_stat_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	border: none !important;
	padding: 0 !important;
	margin: 0 auto;
	background: transparent !important;
	width: auto !important;
}

/*
 * style.css força #wo_post_stat_button .stat-item { background:#fff !important }.
 * No lightbox de foto o .wo-reaction-lightbox TEM .stat-item — precisa anular com mais contexto.
 */
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .stat-item,
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .wo-reaction-lightbox {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	flex: none !important;
	width: auto !important;
	max-width: none !important;
	padding: 4px 10px !important;
	font-weight: 600 !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .like-btn,
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .like-btn-lightbox {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .stat-item:hover,
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .stat-item:focus,
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .stat-item:active,
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .dropdown.open .stat-item {
	background: transparent !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom #wo_post_stat_button .wo-reaction {
	padding: 0 !important;
	max-width: none !important;
}

/* Like no lightbox de foto: mesmo markup que o post; só legibilidade no fundo escuro (sem “pill” cinza extra) */
.wo-lbox-photo-bottom .wo-reaction-lightbox,
.wo-lbox-photo-bottom .wo-reaction-lightbox .like-btn {
	color: #fff !important;
}

.wo-lbox-photo-bottom .wo-reaction-lightbox svg {
	color: #fff !important;
}

.wo-lbox-photo-bottom #likes,
.wo-lbox-photo-bottom [class^="t_likes"] {
	color: #fff !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom .btn.stat-item,
.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom .btn-default.stat-item {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
}

.wo_imagecombo_lbox.wo-photo-lightbox-fs .wo-lbox-photo-bottom .btn.stat-item:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Sem setas de navegação no lightbox de foto; overlay fica acima de qualquer resíduo de .changer */
.wo_imagecombo_lbox.wo-photo-lightbox-fs .story-img .changer {
	display: none !important;
}

/* Compositor fixo: mínimo possível sem vh — só safe-area + poucos px para o último comentário não ficar sob a barra. */
.post-footer.post-comments:not(.hidden):has(.wo-sticky-comment-composer) {
	padding-bottom: max(6px, calc(44px + env(safe-area-inset-bottom, 0px)));
}

.post-footer.post-comments:not(.hidden):has(.wo-sticky-comment-composer):has(.wo-comments-empty-hint) {
	padding-bottom: max(4px, calc(24px + env(safe-area-inset-bottom, 0px)));
}

.post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1025;
	box-sizing: border-box;
	padding: 14px 12px 14px;
	margin: 0;
	overflow: visible;
	background: #fff;
	border-top: 1px solid #e4e6eb;
	box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.1);
}

body.wo-has-bottom-nav .post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer {
	bottom: calc(52px + env(safe-area-inset-bottom, 0px));
	padding-bottom: 8px;
}

body:not(.wo-has-bottom-nav) .post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer {
	bottom: 0;
	padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
}

.post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer #wo_comment_combo {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 4px 4px 6px !important;
	border-top: 0 !important;
}

.post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer .sendbtn,
.post-footer.post-comments:not(.hidden) .wo-sticky-comment-composer .btn-upload-comment {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Estatísticas (posts / seguindo / seguidores) no topo do menu do perfil */
.dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stats,
.wo_bottom_main_nav .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stats {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 4px;
	margin: 0;
	padding: 10px 10px 12px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stats li {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}

.dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link {
	display: block;
	padding: 6px 4px;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	line-height: 1.25;
	transition: background 0.15s ease;
}

.dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link:hover {
	background: rgba(0, 0, 0, 0.06);
}

.dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_stat_num {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 3px;
}

.dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_stat_lbl {
	display: block;
	opacity: 0.85;
	font-size: 11px;
	text-transform: capitalize;
}

/* Modo noite: números e rótulos legíveis em branco */
html:has(#night-mode-css) .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link,
html:has(#night-mode-css) .wo_bottom_main_nav .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link {
	color: rgba(255, 255, 255, 0.95) !important;
}

html:has(#night-mode-css) .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link:hover,
html:has(#night-mode-css) .wo_bottom_main_nav .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link:hover {
	background: rgba(255, 255, 255, 0.08);
}

body.night-mode .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link,
body.night-mode .wo_bottom_main_nav .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link {
	color: rgba(255, 255, 255, 0.95) !important;
}

body.night-mode .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link:hover,
body.night-mode .wo_bottom_main_nav .dropdown-menu.ani-acc-menu .wo_user_name .wo_hdr_profile_stat_link:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* Lista de comentários vazia */
.post-footer.post-comments .wo-comments-empty-hint {
	text-align: center;
	padding: 14px 12px 10px;
	margin: 0;
	font-size: 13px;
	color: var(--wo-comment-text, #65676b);
	opacity: 0.9;
}

/* Feed home (mobile): cartão do perfil na sidebar empilha abaixo dos posts — não repetir bloco ao lado do feed */
@media (max-width: 991px) {
	.page-margin .row > .wo-home-feed-col ~ .sidebar-conatnier .wow_side_loggd_usr {
		display: none !important;
	}
}

/* Verificação: texto "VERIFICADO" pequeno antes do nome (substitui selo azul + borda no avatar) */
.wow_post_usr_ava_active {
	box-shadow: none !important;
}

span.verified-color svg {
	display: none !important;
}

span.verified-color {
	display: inline-block;
	vertical-align: middle;
	margin-inline-start: 6px;
	margin-inline-end: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

span.verified-color::after {
	content: 'VERIFICADO';
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	line-height: 1.2;
	vertical-align: middle;
}

body.night-mode span.verified-color::after {
	color: #94a3b8;
}

.wo-verified-name-badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	margin-right: 6px;
	vertical-align: middle;
	line-height: 1.2;
}

body.night-mode .wo-verified-name-badge {
	color: #94a3b8;
}

/* Definições — Links de convite (/setting/…/invitation_links), alinhado ao dashboard */
#wo_setting_editor_body .wo_invite_links_page,
.wo_new_sett_pagee .wo_invite_links_page {
	margin-top: 0;
}

.wo_invite_links_page {
	--wo-invite-bg: #1d252c;
	--wo-invite-surface: rgba(255, 255, 255, 0.07);
	--wo-invite-surface-inner: rgba(255, 255, 255, 0.045);
	--wo-invite-border: rgba(255, 255, 255, 0.11);
	--wo-invite-text: #f1f5f9;
	--wo-invite-muted: #94a3b8;
	--wo-invite-accent: #a349e5;
	--wo-invite-accent-dark: #7c2ec9;
	box-sizing: border-box;
	max-width: 640px;
	margin: 0 auto 24px !important;
	padding: 22px 20px 24px !important;
	border-radius: 20px !important;
	background: var(--wo-invite-bg) !important;
	border: none;
	box-shadow: none !important;
	color: var(--wo-invite-text);
}

.wo_invite_links_header {
	margin: 0 0 18px;
	text-align: left;
}

.wo_invite_links_title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: var(--wo-invite-text);
}

.wo_invite_links_sub {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--wo-invite-muted);
}

.wo_invite_links_stats {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wo_invite_links_stat {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 16px;
	border-radius: 999px;
	background: var(--wo-invite-surface-inner);
	border: 1px solid var(--wo-invite-border);
	font-size: 14px;
	color: #e2e8f0;
	line-height: 1.35;
}

.wo_invite_links_stat_ico {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.wo_invite_links_stat_ico_img {
	display: block;
	width: 14px;
	height: auto;
	max-height: 22px;
	object-fit: contain;
	pointer-events: none;
}

.wo_invite_links_stat--avail .wo_invite_links_stat_ico {
	background: linear-gradient(160deg, #34d399, #059669);
}

.wo_invite_links_stat--gen .wo_invite_links_stat_ico {
	background: linear-gradient(160deg, #60a5fa, #2563eb);
}

.wo_invite_links_stat--used .wo_invite_links_stat_ico {
	background: linear-gradient(160deg, #fb923c, #ea580c);
}

.wo_invite_links_stat_text strong {
	font-weight: 700;
	color: #fff;
	margin-right: 6px;
	font-variant-numeric: tabular-nums;
}

.wo_invite_links_actions {
	margin-bottom: 18px;
}

.wo_invite_links_gen_btn.btn-main {
	display: block;
	width: 100%;
	border-radius: 999px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	padding: 14px 18px !important;
	border: none !important;
	background: linear-gradient(
		180deg,
		var(--wo-invite-accent) 0%,
		var(--wo-invite-accent-dark) 100%
	) !important;
	color: #fff !important;
	box-shadow:
		0 2px 12px rgba(163, 73, 229, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.wo_invite_links_gen_btn.btn-main:hover:not(:disabled) {
	filter: brightness(1.06);
}

.wo_invite_links_alert {
	margin-bottom: 14px;
}

.wo_invite_links_page .alert-success {
	background: rgba(16, 185, 129, 0.18) !important;
	border: 1px solid rgba(52, 211, 153, 0.35) !important;
	color: #d1fae5 !important;
	border-radius: 12px;
}

.wo_invite_links_page .alert-danger {
	background: rgba(239, 68, 68, 0.15) !important;
	border: 1px solid rgba(248, 113, 113, 0.35) !important;
	color: #fecaca !important;
	border-radius: 12px;
}

.wo_invite_links_table_card {
	margin-top: 12px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.wo_invite_links_table_wrap {
	margin: 0;
	border-radius: 0;
	overflow: visible;
}

.wo_invite_links_table {
	margin: 0 !important;
	width: 100%;
	border-collapse: collapse;
	background: transparent !important;
	color: var(--wo-invite-text);
}

.wo_invite_links_table thead th {
	padding: 10px 12px !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--wo-invite-muted) !important;
	border-bottom: 1px solid var(--wo-invite-border) !important;
	background: transparent !important;
}

.wo_invite_links_table tbody td {
	padding: 12px !important;
	font-size: 13px;
	vertical-align: middle !important;
	border: none !important;
	border-bottom: 1px solid var(--wo-invite-border) !important;
}

.wo_invite_links_table tbody tr:last-child td {
	border-bottom: none !important;
}

.wo_invite_links_table tbody tr:hover td {
	background: transparent;
}

.wo_invite_links_table tbody a {
	color: #c4b5fd !important;
	font-weight: 600;
}

.wo_invite_links_table tbody a:hover {
	color: #e9d5ff !important;
}

.wo_invite_links_copy_btn {
	border-radius: 999px !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	padding: 7px 14px !important;
	border: 1px solid rgba(163, 73, 229, 0.45) !important;
	background: rgba(163, 73, 229, 0.18) !important;
	color: #f5f3ff !important;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.wo_invite_links_copy_btn:hover {
	background: rgba(163, 73, 229, 0.32) !important;
	border-color: rgba(196, 181, 253, 0.55) !important;
	color: #fff !important;
}

.wo_invite_links_empty_cell {
	opacity: 0.5;
}

.wo_invite_links_empty {
	margin: 16px 0 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: var(--wo-invite-muted);
	border: none;
	background: transparent;
}

.wo_invite_links_form {
	margin: 0;
}

/* -------------------------------------------------------------------------
   Menu do utilizador (dropdown .ani-acc-menu): separadores visíveis, avatar
   maior alinhado à esquerda no topo
   ------------------------------------------------------------------------- */
.navbar-default .dropdown-menu.ani-acc-menu > li > hr,
.dropdown-menu.ani-acc-menu > li > hr {
	display: block !important;
	height: 0 !important;
	margin: 10px 12px !important;
	padding: 0 !important;
	border: 0 !important;
	border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
	background: transparent !important;
	opacity: 1 !important;
	overflow: visible !important;
}

body.night-mode .navbar-default .dropdown-menu.ani-acc-menu > li > hr,
body.night-mode .dropdown-menu.ani-acc-menu > li > hr {
	border-top-color: rgba(255, 255, 255, 0.16) !important;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_head,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	box-sizing: border-box;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_meta,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_meta {
	flex: 1;
	min-width: 0;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_name_row,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_name_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_avatar img,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_avatar img {
	width: 52px !important;
	min-width: 52px !important;
	height: 52px !important;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	display: block;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	text-align: left;
	text-decoration: none !important;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm b,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm b {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: rgba(0, 0, 0, 0.88);
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm:hover b,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm:hover b {
	color: rgba(0, 0, 0, 0.65);
}

/* Modo noite (dark.css presente): fundo do menu escuro — nome em texto claro */
html:has(#night-mode-css) .navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm b,
html:has(#night-mode-css) .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm b {
	color: rgba(255, 255, 255, 0.92) !important;
}

html:has(#night-mode-css) .navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm:hover b,
html:has(#night-mode-css) .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm:hover b {
	color: #fff !important;
}

body.night-mode .navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm b,
body.night-mode .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm b {
	color: rgba(255, 255, 255, 0.92) !important;
}

body.night-mode .navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm:hover b,
body.night-mode .dropdown-menu.ani-acc-menu .wow_hdr_menu_usr_nm:hover b {
	color: #fff !important;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_vip_badge.badge-pro,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_vip_badge.badge-pro {
	flex-shrink: 0;
}

.navbar-default .dropdown-menu.ani-acc-menu .wow_hdr_menu_vip_badge .badge-link,
.dropdown-menu.ani-acc-menu .wow_hdr_menu_vip_badge .badge-link {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	padding: 0 !important;
	font-size: 0 !important;
	background-size: 21px 21px;
}

.navbar-default .dropdown-menu.ani-acc-menu .wo_user_name > a.wow_hdr_menu_edit_profile,
.dropdown-menu.ani-acc-menu .wo_user_name > a.wow_hdr_menu_edit_profile {
	display: block !important;
	margin: 0 14px 10px;
	padding: 10px 16px !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	border-radius: 12px;
	border-top: 0 !important;
	color: #fff !important;
	background: linear-gradient(180deg, var(--wo-brand-light) 0%, var(--wo-brand) 100%) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	transition: opacity 0.15s ease, transform 0.1s ease;
}

.navbar-default .dropdown-menu.ani-acc-menu .wo_user_name > a.wow_hdr_menu_edit_profile:hover,
.dropdown-menu.ani-acc-menu .wo_user_name > a.wow_hdr_menu_edit_profile:hover {
	opacity: 0.95;
}

body.night-mode .navbar-default .dropdown-menu.ani-acc-menu .wo_user_name > a.wow_hdr_menu_edit_profile,
body.night-mode .dropdown-menu.ani-acc-menu .wo_user_name > a.wow_hdr_menu_edit_profile {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* Definições — "Geral": mesmo tratamento visual que Privacidade, redes, etc. (evita só o item/cabeçalho em preto) */
.wow_sett_sidebar > ul > li.general.active > a {
	color: var(--wo-brand) !important;
	font-weight: bold;
	background-color: rgba(124, 58, 237, 0.06);
	box-shadow: inset -3px 0px var(--wo-brand);
}

body.night-mode .wow_sett_sidebar > ul > li.general.active > a {
	color: var(--wo-brand-light) !important;
	background-color: rgba(124, 58, 237, 0.1);
}

.wo_settings_page .avatar-holder.general {
	color: var(--wo-brand);
	background-color: rgba(124, 58, 237, 0.06);
	border-color: rgba(124, 58, 237, 0.22);
}

.wo_settings_page .avatar-holder.general::after {
	background-color: var(--wo-brand) !important;
}

body.night-mode .wo_settings_page .avatar-holder.general {
	background-color: rgba(124, 58, 237, 0.08);
	border-color: rgba(167, 139, 250, 0.28);
}
