/* MxM — Profile makeover. Neon-metro glassy skin consistent with the Home CDS
   (mxm-glassy.css) + Travel Plans. Brand blue #2f38ff, light #6b7cff,
   purple #7c5cff. Everything is scoped under .wo_user_profile so it can't
   leak into other pages. Day + body.mxm-glassy-dark variants.

   Tokens (mirrors mxm-glassy.css):
     glass light  : rgba(255,255,255,0.62) + blur(28px) saturate(180%)
     glass dark   : rgba(20,22,30,0.58)
     radius       : 16px cards / 999px pills
     accent grad  : linear-gradient(135deg,#2f38ff,#6b7cff) */

.wo_user_profile {
	--mp-brand: #2f38ff;
	--mp-brand-light: #6b7cff;
	--mp-brand-purple: #7c5cff;
	--mp-grad: linear-gradient(135deg, #2f38ff 0%, #6b7cff 100%);
	--mp-grad-rich: linear-gradient(135deg, #2f38ff 0%, #7c5cff 55%, #6b7cff 100%);
	--mp-glass: rgba(255, 255, 255, 0.62);
	--mp-glass-strong: rgba(255, 255, 255, 0.78);
	--mp-glass-border: rgba(255, 255, 255, 0.45);
	--mp-text: #1a1d2b;
	--mp-text-soft: rgba(26, 29, 43, 0.62);
	--mp-radius: 16px;
	--mp-blur: blur(28px) saturate(180%);
}
body.mxm-glassy-dark .wo_user_profile {
	--mp-glass: rgba(20, 22, 30, 0.58);
	--mp-glass-strong: rgba(28, 30, 44, 0.72);
	--mp-glass-border: rgba(255, 255, 255, 0.08);
	--mp-text: #e9eaf2;
	--mp-text-soft: rgba(233, 234, 242, 0.6);
}

/* ── Cover: richer gradient veil so the header glass reads cleanly ───────── */
.wo_user_profile .tag_cover_bg_grad {
	background: linear-gradient(180deg, rgba(17, 19, 38, 0.05) 0%, transparent 30%, rgba(17, 19, 38, 0.42) 100%) !important;
}

/* ── Header card (avatar + name live here) ──────────────────────────────── */
.wo_user_profile .card.hovercard .wow_content.user-cover,
.wo_user_profile .cardheader.user-cover {
	background: var(--mp-glass) !important;
	-webkit-backdrop-filter: var(--mp-blur);
	backdrop-filter: var(--mp-blur);
	border: 1px solid var(--mp-glass-border) !important;
	border-radius: var(--mp-radius) !important;
	box-shadow: 0 12px 40px rgba(31, 38, 135, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

/* Avatar — gradient neon ring + soft glow (real markup: .event-info-cont-small .user-avatar) */
.wo_user_profile .tag_page_name_hdr .user-avatar {
	background: var(--mp-grad) !important;
	box-shadow: 0 6px 22px rgba(47, 56, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.25) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wo_user_profile .tag_page_name_hdr .user-avatar:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 12px 32px rgba(47, 56, 255, 0.5) !important;
}
.wo_user_profile .tag_page_name_hdr .user-avatar img { border-radius: 50%; }

/* Name + username */
.wo_user_profile .event-info-cont-small h3 {
	font-weight: 800 !important;
	letter-spacing: -0.01em;
	color: var(--mp-text) !important;
}
.wo_user_profile .event-info-cont-small .event_cdown { color: var(--mp-text-soft); font-weight: 500; }

/* ── Bio / about card rework (real markup: .tag_usr_prof_about) ──────────── */
.wo_user_profile .tag_usr_prof_about {
	background: var(--mp-glass);
	-webkit-backdrop-filter: var(--mp-blur);
	backdrop-filter: var(--mp-blur);
	border: 1px solid var(--mp-glass-border);
	border-left: 3px solid var(--mp-brand);
	border-radius: 12px;
	padding: 13px 16px !important;
	margin-top: 12px;
	font-size: 14px; line-height: 1.55;
	color: var(--mp-text);
	box-shadow: 0 6px 20px rgba(17, 19, 38, 0.08);
}

/* ── Stat chips (Location / Weight / Foot) — real markup is .mxm-profile-stat
   (singular), base-styled in mxm-nearby.css. Here we just lift them onto the
   glassy gradient-icon treatment to match the rest of the makeover. ───────── */
.wo_user_profile .mxm-profile-stats { margin: 14px 0 4px; }
.wo_user_profile .mxm-profile-stat {
	background: var(--mp-glass) !important;
	-webkit-backdrop-filter: var(--mp-blur);
	backdrop-filter: var(--mp-blur);
	border: 1px solid var(--mp-glass-border) !important;
	box-shadow: 0 6px 18px rgba(17, 19, 38, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
	transition: transform 0.18s ease, box-shadow 0.2s ease;
}
.wo_user_profile .mxm-profile-stat:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(47, 56, 255, 0.18) !important;
}
.wo_user_profile .mxm-profile-stat-icon {
	background: var(--mp-grad) !important; color: #fff !important;
	box-shadow: 0 3px 10px rgba(47, 56, 255, 0.4);
}
.wo_user_profile .mxm-profile-stat-icon svg { color: #fff !important; fill: #fff !important; }

/* ── Profile tabs — glassy segmented bar ─────────────────────────────────── */
.wo_user_profile .user-bottom-nav {
	background: var(--mp-glass);
	-webkit-backdrop-filter: var(--mp-blur);
	backdrop-filter: var(--mp-blur);
	border: 1px solid var(--mp-glass-border);
	border-radius: 999px;
	box-shadow: 0 8px 26px rgba(17, 19, 38, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	padding: 5px; margin: 16px auto;
	overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.wo_user_profile .user-bottom-nav::-webkit-scrollbar { display: none; }
.wo_user_profile .user-bottom-nav ul {
	display: flex; gap: 2px; margin: 0; padding: 0; list-style: none; flex-wrap: nowrap;
}
.wo_user_profile .user-bottom-nav ul li { flex: 0 0 auto; }
.wo_user_profile .user-bottom-nav ul li a {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 8px 16px; border-radius: 999px; white-space: nowrap;
	font-size: 13px; font-weight: 600;
	color: var(--mp-text-soft) !important;
	transition: background 0.16s ease, color 0.16s ease;
	border-bottom: none !important;
}
.wo_user_profile .user-bottom-nav ul li a:hover {
	background: rgba(47, 56, 255, 0.08); color: var(--mp-brand) !important;
}
.wo_user_profile .user-bottom-nav ul li a.menuactive,
.wo_user_profile .user-bottom-nav ul li a.active,
.wo_user_profile .user-bottom-nav ul li.active a {
	background: var(--mp-grad); color: #fff !important;
	box-shadow: 0 4px 12px rgba(47, 56, 255, 0.36);
}
.wo_user_profile .user-bottom-nav ul li a span { opacity: 0.75; font-weight: 500; }
.wo_user_profile .user-bottom-nav ul li a.menuactive span,
.wo_user_profile .user-bottom-nav ul li a.active span { opacity: 0.9; }

/* ── Content panels (timeline/photos/etc.) — glassy ─────────────────────── */
.wo_user_profile .wow_content.wow_sett_content,
.wo_user_profile .panel.panel-white {
	background: var(--mp-glass) !important;
	-webkit-backdrop-filter: var(--mp-blur);
	backdrop-filter: var(--mp-blur);
	border: 1px solid var(--mp-glass-border) !important;
	border-radius: var(--mp-radius) !important;
	box-shadow: 0 10px 30px rgba(31, 38, 135, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
}
.wo_user_profile .wo_page_hdng {
	font-weight: 700; color: var(--mp-text);
}
.wo_user_profile .wo_page_hdng svg { color: var(--mp-brand); }

/* ════════════════════════════════════════════════════════════════════════
   PHOTO CASCADE — slow auto-drifting, swipeable strip below the tabs.
   ════════════════════════════════════════════════════════════════════════ */
.mxm-pcascade-wrap {
	position: relative; margin: 4px auto 20px; padding: 2px 0;
}
.mxm-pcascade-head {
	display: flex; align-items: center; gap: 8px;
	margin: 0 4px 10px; font-size: 13px; font-weight: 700;
	color: var(--mp-text, #1a1d2b);
	letter-spacing: 0.01em;
}
.mxm-pcascade-head svg { color: #2f38ff; }
.mxm-pcascade-count {
	font-weight: 500; opacity: 0.55; font-size: 12px;
}

/* The viewport masks overflow; the track translates. Edge fade hints at more. */
.mxm-pcascade {
	position: relative; overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.mxm-pcascade-track {
	display: flex; gap: 14px; padding: 6px 4px 10px;
	will-change: transform;
	cursor: grab;
	touch-action: pan-y;
}
.mxm-pcascade-track.is-dragging { cursor: grabbing; }

/* Individual photo card — glassy frame, gentle lift */
.mxm-pcard {
	position: relative; flex: 0 0 auto;
	width: 168px; height: 210px; border-radius: 16px; overflow: hidden;
	background: var(--mp-glass, rgba(255,255,255,0.62));
	border: 1px solid var(--mp-glass-border, rgba(255,255,255,0.45));
	box-shadow: 0 8px 24px rgba(17, 19, 38, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	cursor: pointer;
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.3s ease;
}
.mxm-pcard:hover {
	transform: translateY(-4px) scale(1.015);
	box-shadow: 0 16px 38px rgba(47, 56, 255, 0.28);
}
.mxm-pcard img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	-webkit-user-drag: none; user-select: none;
}
.mxm-pcard:hover img { transform: scale(1.08); }
/* Subtle neon sheen sweep on hover */
.mxm-pcard::after {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(120deg, transparent 40%, rgba(124, 132, 255, 0.18) 50%, transparent 60%);
	transform: translateX(-120%); transition: transform 0.6s ease;
}
.mxm-pcard:hover::after { transform: translateX(120%); }
/* Bottom gradient so a future caption / expand hint reads */
.mxm-pcard-veil {
	position: absolute; left: 0; right: 0; bottom: 0; height: 38%;
	background: linear-gradient(180deg, transparent, rgba(8, 9, 20, 0.42));
	pointer-events: none; opacity: 0.8;
}
.mxm-pcard-expand {
	position: absolute; right: 9px; bottom: 9px; z-index: 2;
	width: 28px; height: 28px; border-radius: 9px;
	display: inline-flex; align-items: center; justify-content: center;
	color: #fff; background: rgba(20, 22, 40, 0.5);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	opacity: 0; transform: scale(0.8); transition: opacity 0.2s ease, transform 0.2s ease;
}
.mxm-pcard:hover .mxm-pcard-expand { opacity: 1; transform: scale(1); }

/* Few-photos fallback: when JS marks the strip non-scrollable, center them
   and let them breathe instead of carouseling. */
.mxm-pcascade.is-static .mxm-pcascade-track {
	justify-content: center; flex-wrap: wrap; cursor: default;
}
.mxm-pcascade.is-static { -webkit-mask-image: none; mask-image: none; }

@media (max-width: 600px) {
	.mxm-pcard { width: 140px; height: 178px; }
}
@media (prefers-reduced-motion: reduce) {
	.mxm-pcard, .mxm-pcard img, .mxm-pcard::after { transition: none; }
}

/* ════════════════════════════════════════════════════════════════════════
   LIGHTBOX — shared, smooth, high quality (mirrors Travel Plans).
   ════════════════════════════════════════════════════════════════════════ */
.mxm-plb {
	position: fixed; inset: 0; z-index: 10090; display: none;
	opacity: 0; transition: opacity 0.28s ease;
	-webkit-user-select: none; user-select: none;
}
.mxm-plb.is-open { opacity: 1; }
.mxm-plb-backdrop {
	position: absolute; inset: 0;
	background: rgba(8, 9, 20, 0.88);
	-webkit-backdrop-filter: blur(12px) saturate(120%); backdrop-filter: blur(12px) saturate(120%);
}
.mxm-plb-stage {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
	padding: clamp(16px, 5vw, 64px); pointer-events: none;
}
.mxm-plb-img {
	position: absolute;
	max-width: calc(100% - 2 * clamp(16px, 5vw, 64px));
	max-height: calc(100% - 2 * clamp(16px, 5vw, 64px));
	width: auto; height: auto; object-fit: contain;
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(255, 255, 255, 0.06);
	opacity: 0; transform: scale(0.985);
	transition: opacity 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
	pointer-events: auto; will-change: opacity, transform; -webkit-touch-callout: none;
}
.mxm-plb-img.is-shown { opacity: 1; transform: scale(1); }

.mxm-plb-close, .mxm-plb-nav {
	position: absolute; z-index: 2;
	display: inline-flex; align-items: center; justify-content: center;
	color: #fff; cursor: pointer;
	background: rgba(28, 30, 52, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.14);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
	transition: background 0.16s ease, transform 0.16s ease, opacity 0.16s ease, box-shadow 0.16s ease;
	opacity: 0.92;
}
.mxm-plb-close:hover, .mxm-plb-nav:hover {
	background: rgba(47, 56, 255, 0.62); border-color: rgba(124, 132, 255, 0.7);
	opacity: 1; transform: scale(1.06); box-shadow: 0 8px 26px rgba(47, 56, 255, 0.4);
}
.mxm-plb-close:active, .mxm-plb-nav:active { transform: scale(0.96); }
.mxm-plb-close { top: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; }
.mxm-plb-nav { top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; }
.mxm-plb-nav:hover { transform: translateY(-50%) scale(1.06); }
.mxm-plb-nav:active { transform: translateY(-50%) scale(0.96); }
.mxm-plb-prev { left: 18px; }
.mxm-plb-next { right: 18px; }
.mxm-plb-counter {
	position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2;
	color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
	padding: 5px 14px; border-radius: 999px;
	background: rgba(20, 22, 40, 0.6); border: 1px solid rgba(255, 255, 255, 0.12);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
@media (max-width: 600px) {
	.mxm-plb-nav { width: 44px; height: 44px; }
	.mxm-plb-prev { left: 10px; }
	.mxm-plb-next { right: 10px; }
	.mxm-plb-close { top: 12px; right: 12px; }
}
@media (prefers-reduced-motion: reduce) {
	.mxm-plb { transition: none; }
	.mxm-plb-img { transition: opacity 0.12s linear; transform: none; }
	.mxm-plb-img.is-shown { transform: none; }
}

/* ════════════════════════════════════════════════════════════════════════
   PROFILE DETAILS (followers / following / age / gender / location …)
   Real markup: .event_info_blocks > div (svg + text rows). Modernized into
   a clean two-column glassy info grid; the people-counts read as stat pills.
   ════════════════════════════════════════════════════════════════════════ */
.wo_user_profile .event_info_blocks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}
.wo_user_profile .event_info_blocks > div {
	display: flex; align-items: center; gap: 9px;
	margin: 0 !important; padding: 11px 13px;
	border-radius: 13px;
	font-size: 13px; line-height: 1.3; color: var(--mp-text);
	background: var(--mp-glass);
	-webkit-backdrop-filter: var(--mp-blur); backdrop-filter: var(--mp-blur);
	border: 1px solid var(--mp-glass-border);
	box-shadow: 0 5px 16px rgba(17, 19, 38, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	transition: transform 0.18s ease, box-shadow 0.2s ease;
	min-width: 0;
}
.wo_user_profile .event_info_blocks > div:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(47, 56, 255, 0.16);
}
/* The "about" blurb + the search box should span the full width, not sit in a cell. */
.wo_user_profile .event_info_blocks .tag_usr_prof_about { grid-column: 1 / -1; }
.wo_user_profile .tag_profile_search { grid-column: 1 / -1; }
/* Gradient-tinted icon badge for each row. position:static !important is
   essential — base style.css absolutely-positions these svgs (left:2px), which
   made them overlap the text once we switched the row to flexbox. */
.wo_user_profile .event_info_blocks > div > svg {
	position: static !important;
	transform: none !important;
	opacity: 1 !important;
	flex: 0 0 auto; width: 30px; height: 30px; padding: 6px;
	border-radius: 9px; color: #fff;
	background: var(--mp-grad);
	box-shadow: 0 3px 9px rgba(47, 56, 255, 0.35);
}
/* Text spans should flow inline-block within the flex row (base forces them to
   display:block which would push them onto their own line). */
.wo_user_profile .event_info_blocks > div { padding-left: 13px !important; }
.wo_user_profile .event_info_blocks > div span:not(.online-text) {
	display: inline !important; opacity: 1 !important;
}
.wo_user_profile .event_info_blocks > div a { color: var(--mp-brand); font-weight: 600; }
.wo_user_profile .event_info_blocks > div a:hover { text-decoration: underline; }
@media (max-width: 991px) {
	.wo_user_profile .event_info_blocks { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════════════
   ACTION BUTTONS — Message / Follow redesign + glowing-red Stomp
   Real markup: .wow_user_page_btns holds .btn.btn-mat buttons + .tag_follow_btn.
   ════════════════════════════════════════════════════════════════════════ */
.wo_user_profile .wow_user_page_btns {
	/* Override the base theme's absolute positioning (style.css:2819) that was
	   scattering the buttons. Keep them in a normal full-width flow row. */
	position: static !important;
	right: auto !important; top: auto !important;
	margin: 14px 0 0 !important;
	display: flex !important; flex-wrap: nowrap; align-items: stretch; gap: 8px;
	width: 100%;
}
/* Each action slot shares the row equally and never overflows. The notify /
   message / follow buttons are wrapped in .user-follow-button spans; the gift
   and stomp buttons are direct children — treat them all as equal flex slots. */
.wo_user_profile .wow_user_page_btns > .user-follow-button,
.wo_user_profile .wow_user_page_btns > .btn,
.wo_user_profile .wow_user_page_btns > .mxm-stomp-btn {
	flex: 1 1 0; min-width: 0; margin: 0 !important;
}
/* Neutralize base min-width:100px so 4 buttons fit a phone width */
.wo_user_profile .wow_user_page_btns .btn { min-width: 0 !important; }
/* Buttons fill their slot and center their content */
.wo_user_profile .wow_user_page_btns > .user-follow-button .btn,
.wo_user_profile .wow_user_page_btns > .user-follow-button .tag_follow_btn,
.wo_user_profile .wow_user_page_btns > .user-follow-button > span {
	width: 100%; justify-content: center;
}
/* Base pill for every action button */
.wo_user_profile .wow_user_page_btns .btn,
.wo_user_profile .wow_user_page_btns .tag_follow_btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 7px;
	padding: 9px 14px !important; border-radius: 999px !important;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	font-size: 13.5px; font-weight: 600; border: none !important;
	background: var(--mp-glass); color: var(--mp-text) !important;
	-webkit-backdrop-filter: var(--mp-blur); backdrop-filter: var(--mp-blur);
	box-shadow: 0 5px 16px rgba(17, 19, 38, 0.10), inset 0 0 0 1px var(--mp-glass-border) !important;
	transition: transform 0.18s ease, box-shadow 0.22s ease, filter 0.18s ease, background 0.18s ease;
}
.wo_user_profile .wow_user_page_btns .btn:hover,
.wo_user_profile .wow_user_page_btns .tag_follow_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(17, 19, 38, 0.16), inset 0 0 0 1px var(--mp-glass-border) !important;
}
/* Follow button → primary gradient (the main CTA) */
.wo_user_profile .wow_user_page_btns .tag_follow_btn {
	background: var(--mp-grad) !important; color: #fff !important;
	box-shadow: 0 5px 16px rgba(47, 56, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}
.wo_user_profile .wow_user_page_btns .tag_follow_btn:hover {
	filter: brightness(1.05);
	box-shadow: 0 9px 24px rgba(47, 56, 255, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}
.wo_user_profile .wow_user_page_btns .btn svg,
.wo_user_profile .wow_user_page_btns .tag_follow_btn svg { width: 18px; height: 18px; }

/* ── Stomp button — glowing red, foot glyph ──────────────────────────────── */
.wo_user_profile .mxm-stomp-btn {
	background: linear-gradient(135deg, #ff3b3b 0%, #d6453d 55%, #b01a13 100%) !important;
	color: #fff !important;
	box-shadow: 0 0 0 1px rgba(255, 90, 80, 0.5) inset,
	            0 4px 16px rgba(214, 50, 40, 0.55),
	            0 0 18px rgba(255, 60, 50, 0.45) !important;
	animation: mxmStompGlow 2.4s ease-in-out infinite;
}
.wo_user_profile .mxm-stomp-btn:hover {
	filter: brightness(1.07);
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 0 0 1px rgba(255, 110, 100, 0.7) inset,
	            0 8px 26px rgba(214, 50, 40, 0.7),
	            0 0 28px rgba(255, 60, 50, 0.7) !important;
}
.wo_user_profile .mxm-stomp-btn:active { transform: translateY(0) scale(0.97); }
.wo_user_profile .mxm-stomp-btn .mxm-stomp-glyph {
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
	transition: transform 0.15s ease;
}
.wo_user_profile .mxm-stomp-btn:hover .mxm-stomp-glyph { transform: rotate(-12deg) scale(1.1); }
@keyframes mxmStompGlow {
	0%, 100% { box-shadow: 0 0 0 1px rgba(255,90,80,0.5) inset, 0 4px 16px rgba(214,50,40,0.5), 0 0 14px rgba(255,60,50,0.4); }
	50%      { box-shadow: 0 0 0 1px rgba(255,110,100,0.65) inset, 0 5px 20px rgba(214,50,40,0.65), 0 0 26px rgba(255,60,50,0.65); }
}
@media (prefers-reduced-motion: reduce) {
	.wo_user_profile .mxm-stomp-btn { animation: none; }
}

/* ── Action row on mobile: keep all buttons in ONE row, labels INTACT (icon +
   word). They shrink to fit rather than hiding text — Stomp keeps its word and
   the icon-less Message button is never blank. ───────────────────────────── */
@media (max-width: 600px) {
	.wo_user_profile .wow_user_page_btns { gap: 6px; }
	.wo_user_profile .wow_user_page_btns .btn,
	.wo_user_profile .wow_user_page_btns .tag_follow_btn {
		padding: 9px 6px !important; gap: 5px; font-size: 12px;
	}
	.wo_user_profile .wow_user_page_btns .button-text,
	.wo_user_profile .wow_user_page_btns .mxm-stomp-btn > span {
		overflow: hidden; text-overflow: ellipsis;
	}
	.wo_user_profile .wow_user_page_btns .btn svg,
	.wo_user_profile .wow_user_page_btns .tag_follow_btn svg { width: 16px; height: 16px; flex-shrink: 0; }
}
/* Very narrow phones: tighten so the labels still fit on one line */
@media (max-width: 380px) {
	.wo_user_profile .wow_user_page_btns { gap: 4px; }
	.wo_user_profile .wow_user_page_btns .btn,
	.wo_user_profile .wow_user_page_btns .tag_follow_btn {
		padding: 8px 4px !important; font-size: 11px; gap: 3px;
	}
}
