/* Concierge Editorial — skins: body.skin-cpw (India), body.skin-cw (USA) */
:root,
.skin-cpw {
	--bg: #FBF8F3; --bar: rgba(251,248,243,.92); --ink: #1B1712; --muted: #77706A; --rule: #E9E2D8;
	--card: #fff; --accent: #C2410C; --accent-soft: #E8B89E; --soft: #F4ECE1; --foot: #1B1712; --foot-txt: #BDB4A9; --foot-rule: #3A332B;
	--head: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--ui: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--read: 'Source Serif 4', Georgia, serif;
	--hw: 800; --hw2: 700; --track: -.035em; --track2: -.025em;
}
.skin-cw {
	--bg: #F6F7F9; --bar: rgba(246,247,249,.92); --ink: #0F1B2D; --muted: #667085; --rule: #E3E7EE;
	--card: #fff; --accent: #1D4ED8; --accent-soft: #A9BEF3; --soft: #E9EEF7; --foot: #0F1B2D; --foot-txt: #A7B0C0; --foot-rule: #26344A;
	--head: 'Fraunces', Georgia, serif;
	--ui: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--read: 'Newsreader', Georgia, serif;
	--hw: 600; --hw2: 600; --track: -.02em; --track2: -.015em;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.6 var(--ui); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.img { display: block; overflow: hidden; background: var(--soft); }
.img img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
a.img:hover img, .item:hover .img img, .tile:hover .img img { transform: scale(1.03); }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 99; border-radius: 8px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* header */
.bar { position: sticky; top: 0; z-index: 20; background: var(--bar); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--rule); }
.admin-bar .bar { top: 32px; }
.bar-in { max-width: 1400px; display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font: var(--hw) 19px/1 var(--head); letter-spacing: -.02em; flex-shrink: 0; }
.brand .custom-logo { max-height: 36px; width: auto; }
.mark { width: 32px; height: 32px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; color: #fff; font: 700 15px/1 var(--head); flex-shrink: 0; }
.mark-img { width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.site-foot .mark-img { background: #fff; border-radius: 50%; padding: 3px; }
.brand-txt small { display: block; font: 500 10.5px/1.2 var(--ui); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.cats { min-width: 0; flex: 1 1 auto; display: flex; justify-content: center; }
.cats li { position: relative; }
.cats .menu-item-has-children > a::after { content: ""; display: inline-block; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); margin-left: 8px; opacity: .6; }
.cats .sub-menu { display: none; position: absolute; top: 100%; left: -18px; z-index: 40; min-width: 230px; margin: 0; padding: 10px 0; list-style: none; background: var(--card); border: 1px solid var(--rule); box-shadow: 0 18px 40px -18px rgba(0,0,0,.35); flex-direction: column; gap: 0; text-transform: none; letter-spacing: 0; }
.cats li:hover > .sub-menu, .cats li:focus-within > .sub-menu { display: flex; }
.cats .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.cats .sub-menu a { display: block; padding: 10px 18px; white-space: nowrap; border: 0 !important; }
.drawer .sub-menu { list-style: none; margin: 0 0 6px; padding: 0 0 0 18px; }
.drawer .sub-menu a { font-size: .8em !important; opacity: .85; }
.nav-collapsed .cats { visibility: hidden; }
.nav-collapsed .menu-toggle { display: grid; }
.cats ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; font: 600 14px/1 var(--ui); color: var(--muted); white-space: nowrap; }
.skin-cw .cats ul { font-weight: 500; }
.cats a { color: var(--ink); opacity: .82; }
.cats a:hover, .cats .current-menu-item a, .cats .current-cat a { color: var(--accent); opacity: 1; }
.bar-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.icon-btn { background: none; border: 0; color: var(--ink); width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.icon-btn:hover { background: var(--soft); }
.menu-toggle { display: none; }
.pill { background: var(--ink); color: #fff; padding: 11px 18px; border-radius: 999px; font: 700 13.5px/1 var(--ui); white-space: nowrap; transition: background .2s; }
.pill:hover { background: var(--accent); }
.pill.wide { display: block; text-align: center; margin-top: 22px; }
.search-panel { border-top: 1px solid var(--rule); padding: 16px 0; }
.search-form { display: flex; gap: 8px; max-width: 640px; }
.search-form input { flex: 1; min-width: 0; font: 16px var(--ui); padding: 12px 16px; border: 1px solid var(--rule); border-radius: 999px; background: var(--card); color: var(--ink); }
.search-form button { font: 700 14px var(--ui); padding: 0 20px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; cursor: pointer; }
.drawer { position: fixed; inset: 70px 0 0; z-index: 19; background: var(--bg); padding: 20px 28px 40px; overflow-y: auto; }
.drawer ul { list-style: none; margin: 0; padding: 0; }
.drawer li a { display: block; padding: 15px 0; border-bottom: 1px solid var(--rule); font: var(--hw2) 20px/1.2 var(--head); }
.progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--accent); width: 0; z-index: 30; }

/* shared bits */
.cat, .kicker { display: inline-block; font: 700 12px/1.3 var(--ui); color: var(--accent); letter-spacing: .04em; }
.skin-cw .cat, .skin-cw .kicker { text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.kicker .cat { font: inherit; letter-spacing: inherit; }
.meta { font: 13px/1.4 var(--ui); color: var(--muted); }
.more { display: inline-flex; gap: 8px; align-items: center; font: 700 14.5px/1 var(--ui); border-bottom: 2px solid var(--accent); padding-bottom: 4px; }
.more:hover { color: var(--accent); }

/* home */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; padding: 64px 0 56px; }
.hero > * { min-width: 0; }
.hero h1 { font: var(--hw) clamp(34px, 4.4vw, 56px)/1.05 var(--head); letter-spacing: var(--track); margin: 14px 0 18px; }
.hero h1 a:hover { color: var(--accent); }
.hero p { font: 400 19px/1.55 var(--read); color: color-mix(in srgb, var(--ink) 75%, var(--bg)); margin: 0 0 24px; max-width: 540px; }
.hero-img { aspect-ratio: 16/9; border-radius: 22px; }
.trend { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 26px 0; }
.trend-in { display: grid; grid-template-columns: 120px repeat(4, 1fr); gap: 28px; align-items: start; }
.trend .lbl { font: 800 12.5px/1.3 var(--ui); letter-spacing: .12em; text-transform: uppercase; }
.trend .lbl span { display: block; color: var(--accent); font-size: 26px; letter-spacing: 0; line-height: 1; margin-bottom: 8px; }
.trend a { display: grid; grid-template-columns: 30px 1fr; gap: 6px; font: 700 15px/1.38 var(--ui); }
.skin-cw .trend a { font: 600 16px/1.35 var(--head); }
.trend a b { color: color-mix(in srgb, var(--muted) 45%, var(--bg)); font: 700 22px/1 var(--ui); }
.trend a:hover { color: var(--accent); }
.sec { padding: 64px 0 8px; }
.sec-h { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.sec-h h2 { font: var(--hw) 32px/1 var(--head); letter-spacing: var(--track); margin: 0; }
.see-all { font: 700 14px var(--ui); color: var(--muted); }
.see-all:hover { color: var(--accent); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips a { border: 1px solid var(--rule); border-radius: 999px; padding: 8px 15px; font: 600 13px/1 var(--ui); background: var(--card); }
.chips a:hover { border-color: var(--ink); }
.chips a.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.feed { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.item { display: grid; grid-template-columns: 200px 1fr; gap: 20px; background: var(--card); border: 1px solid var(--rule); border-radius: 18px; padding: 14px; transition: border-color .2s, transform .2s, box-shadow .2s; min-width: 0; }
.item:hover { border-color: color-mix(in srgb, var(--rule) 60%, var(--ink)); transform: translateY(-2px); box-shadow: 0 10px 30px -18px rgba(0,0,0,.25); }
.item .img { aspect-ratio: 16/9; border-radius: 12px; align-self: start; }
.item-body { min-width: 0; }
.item h3 { font: var(--hw2) 19px/1.3 var(--head); letter-spacing: -.015em; margin: 6px 0 8px; }
.skin-cw .item h3 { font-size: 20px; }
.item h3 a:hover { color: var(--accent); }
.item p { font: 14px/1.5 var(--ui); color: var(--muted); margin: 0 0 8px; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tile { min-width: 0; }
.tile .img { aspect-ratio: 16/9; border-radius: 16px; margin-bottom: 14px; }
.tile h3 { font: var(--hw2) 20px/1.28 var(--head); letter-spacing: -.015em; margin: 6px 0 8px; }
.tile h3 a:hover { color: var(--accent); }
.band { margin: 72px 0 0; background: var(--soft); border-radius: 28px; padding: 52px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.band h2 { font: var(--hw) 34px/1.1 var(--head); letter-spacing: var(--track); margin: 0 0 10px; }
.band p { margin: 0 0 20px; color: color-mix(in srgb, var(--ink) 70%, var(--bg)); font: 17px/1.55 var(--read); }
.plans { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.plan { background: var(--card); border-radius: 14px; padding: 14px 18px; font: 13px/1.3 var(--ui); color: var(--muted); border: 1px solid transparent; }
.plan:hover { border-color: var(--accent); }
.plan b { display: block; font: 800 20px/1.2 var(--ui); color: var(--ink); }
.thumb-fallback { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, var(--soft), color-mix(in srgb, var(--accent) 22%, var(--soft))); }
.thumb-fallback span { font: var(--hw) 15px/1 var(--head); color: var(--accent); }

/* archive */
.arch-head { padding: 56px 0 30px; max-width: 760px; }
.arch-head h1 { font: var(--hw) clamp(32px, 4vw, 48px)/1.08 var(--head); letter-spacing: var(--track); margin: 10px 0 12px; }
.arch-desc { font: 18px/1.55 var(--read); color: var(--muted); }
.arch-search { margin-top: 20px; }
.pagination, .nav-links { margin: 44px 0 0; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.nav-links .page-numbers { min-width: 42px; height: 42px; padding: 0 14px; display: grid; place-items: center; border: 1px solid var(--rule); border-radius: 999px; background: var(--card); font: 700 14px var(--ui); }
.nav-links .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.empty { font: 18px var(--read); color: var(--muted); padding: 20px 0 60px; }
.notfound { padding: 90px 28px; max-width: 720px; }
.notfound h1 { font: var(--hw) 42px/1.1 var(--head); letter-spacing: var(--track); margin: 12px 0; }

/* article */
.art-head { max-width: 820px; margin: 0 auto; padding: 52px 28px 30px; }
.crumb { font: 13px var(--ui); color: var(--muted); margin-bottom: 18px; display: flex; gap: 8px; }
.crumb a.on { color: var(--accent); font-weight: 700; }
.art-head h1 { font: var(--hw) clamp(32px, 4.2vw, 50px)/1.08 var(--head); letter-spacing: var(--track); margin: 0 0 18px; }
.art-head .dek { font: 400 20px/1.55 var(--read); color: color-mix(in srgb, var(--ink) 72%, var(--bg)); margin: 0 0 26px; }
.author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--rule); }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--soft); display: grid; place-items: center; font: 800 14px var(--ui); color: var(--accent); flex-shrink: 0; }
.author b { display: block; font: 700 14.5px/1.3 var(--ui); }
.fig { max-width: 1000px; margin: 0 auto; padding: 0 28px; }
.fig .img { aspect-ratio: 16/9; border-radius: 22px; }
.fig figcaption { font: 12.5px var(--ui); color: var(--muted); margin-top: 10px; }
.page-head { padding-bottom: 10px; }
.prose { max-width: 720px; margin: 0 auto; padding: 44px 28px 20px; font: 400 19px/1.75 var(--read); color: color-mix(in srgb, var(--ink) 90%, var(--bg)); overflow-wrap: break-word; }
.prose > :first-child { margin-top: 0; }
.prose h2 { font: var(--hw) 29px/1.2 var(--head); letter-spacing: var(--track2); margin: 52px 0 14px; color: var(--ink); scroll-margin-top: 90px; }
.prose h3 { font: var(--hw2) 20px/1.35 var(--head); margin: 32px 0 8px; color: var(--ink); }
.prose h4 { font: 700 17px/1.4 var(--ui); margin: 26px 0 6px; }
.prose p { margin: 0 0 1.15em; }
.prose a { color: var(--accent); font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent-soft); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--accent); }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin: .35em 0; }
.prose img { border-radius: 14px; }
.prose figure { margin: 30px 0; }
.prose figcaption { font: 13px var(--ui); color: var(--muted); margin-top: 8px; }
.prose blockquote { margin: 30px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--accent); font: italic 21px/1.55 var(--read); color: var(--ink); }
.prose table { width: 100%; border-collapse: separate; border-spacing: 0; font: 14.5px/1.45 var(--ui); margin: 28px 0; border: 1px solid var(--rule); border-radius: 14px; overflow: hidden; background: var(--card); }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 28px 0; }
.table-scroll table { margin: 0; min-width: 520px; }
.prose th { background: var(--soft); text-align: left; padding: 12px 14px; font-weight: 700; }
.prose td { border-top: 1px solid var(--rule); padding: 11px 14px; vertical-align: top; }
.prose .key-takeaways { background: var(--card) !important; border: 1px solid var(--rule) !important; border-radius: 18px; padding: 22px 26px 8px !important; margin: 30px 0 !important; font: 16.5px/1.6 var(--ui); box-shadow: 0 1px 0 var(--rule); }
.prose .key-takeaways p:first-child strong { color: var(--accent); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.prose .key-takeaways ul { margin-bottom: .8em; }
.prose hr { border: 0; border-top: 1px solid var(--rule); margin: 40px 0; }
.prose code { font-size: .85em; background: var(--soft); padding: 2px 6px; border-radius: 6px; }
.art-foot { max-width: 720px; margin: 0 auto; padding: 10px 28px 0; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.tags a { font: 600 13px var(--ui); color: var(--muted); background: var(--soft); padding: 6px 12px; border-radius: 999px; }
.tags a:hover { color: var(--accent); }
.share { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; padding: 20px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.share span { font: 800 12px var(--ui); letter-spacing: .12em; text-transform: uppercase; margin-right: 6px; }
.share a, .share button { border: 1px solid var(--rule); border-radius: 999px; padding: 8px 15px; font: 700 13px var(--ui); background: var(--card); color: var(--ink); cursor: pointer; }
.share a:hover, .share button:hover { border-color: var(--accent); color: var(--accent); }
.related { padding-top: 56px; }
.comments-wrap { max-width: 720px; margin: 40px auto 0; padding: 0 28px; }
.comments h2 { font: var(--hw2) 22px var(--head); }
.comments input:not([type=submit]):not([type=checkbox]), .comments textarea { width: 100%; font: 15px var(--ui); padding: 12px 14px; border: 1px solid var(--rule); border-radius: 12px; background: var(--card); }
.comments .submit { font: 700 14px var(--ui); padding: 12px 22px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; cursor: pointer; }
.elementor-wrap { min-height: 40vh; }
.page-prose input:not([type=submit]):not([type=checkbox]):not([type=radio]), .page-prose textarea, .page-prose select { max-width: 100%; }

/* footer */
.site-foot { margin-top: 90px; background: var(--foot); color: var(--foot-txt); padding: 56px 0 30px; font: 14px/1.6 var(--ui); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
.site-foot .brand { color: #fff; }
.foot-about { margin: 16px 0 0; max-width: 380px; }
.foot-h { color: #fff; font: 700 13px var(--ui); margin: 4px 0 14px; }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li a { display: block; padding: 4px 0; }
.site-foot a:hover { color: #fff; }
.legal { grid-column: 1 / -1; border-top: 1px solid var(--foot-rule); padding-top: 20px; margin-top: 12px; font-size: 12.5px; }

/* responsive */
@media (max-width: 1320px) {
	.cats ul { gap: 18px; font-size: 13.5px; }
	.bar-in { gap: 18px; }
	.brand .custom-logo { max-height: 36px; }
}
@media (max-width: 1080px) {
	.cats { display: none; }
	.menu-toggle { display: grid; }
}
@media (max-width: 980px) {
	.hero, .band { grid-template-columns: 1fr; }
	.hero { gap: 28px; }
	.feed { grid-template-columns: 1fr; }
	.tiles { grid-template-columns: 1fr 1fr; }
	.trend-in { grid-template-columns: 1fr 1fr; }
	.trend .lbl { grid-column: 1 / -1; }
	.foot-grid { grid-template-columns: 1fr 1fr; }
	.plans { justify-content: flex-start; }
}
@media (max-width: 782px) { .admin-bar .bar { top: 46px; } }
@media (max-width: 600px) {
	.wrap { padding: 0 16px; }
	.bar-in { height: 62px; gap: 10px; }
	.drawer { inset: 62px 0 0; padding: 12px 16px 40px; }
	.brand { font-size: 17px; }
	.mark-img { width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.site-foot .mark-img { background: #fff; border-radius: 50%; padding: 3px; }
.brand-txt small { display: none; }
	.bar-actions .pill { display: none; }
	.hero { padding: 32px 0 36px; }
	.hero p { font-size: 17px; }
	.hero-img { border-radius: 16px; }
	.trend-in { grid-template-columns: 1fr; gap: 16px; }
	.sec { padding-top: 48px; }
	.sec-h h2 { font-size: 26px; }
	.item { grid-template-columns: 112px 1fr; gap: 14px; padding: 10px; border-radius: 14px; }
	.item p { display: none; }
	.item h3, .skin-cw .item h3 { font-size: 16.5px; margin: 4px 0 6px; }
	.item .img { border-radius: 9px; }
	.tiles { grid-template-columns: 1fr; }
	.band { padding: 28px 22px; border-radius: 20px; margin-top: 52px; }
	.band h2 { font-size: 27px; }
	.art-head { padding: 32px 16px 22px; }
	.art-head .dek { font-size: 18px; }
	.fig { padding: 0; }
	.fig .img { border-radius: 0; }
	.fig figcaption { padding: 0 16px; }
	.prose { padding: 30px 16px 16px; font-size: 18px; }
	.prose h2 { font-size: 25px; margin-top: 42px; }
	.prose .key-takeaways { padding: 18px 18px 6px !important; }
	.art-foot, .comments-wrap { padding: 0 16px; }
	.foot-grid { grid-template-columns: 1fr; gap: 24px; }
	.site-foot { margin-top: 64px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }

/* back to top, footer social, author box */
.to-top { position: fixed; right: 20px; bottom: 22px; z-index: 30; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s, transform .25s; box-shadow: 0 8px 22px -10px rgba(0,0,0,.5); }
.to-top.on { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--accent); }
.foot-social { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; font-weight: 600; }
.foot-social a { color: #fff; opacity: .85; }
.foot-social a:hover { opacity: 1; text-decoration: underline; }
.author-box { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; margin: 26px 0 6px; padding: 22px; background: var(--soft); border-radius: 14px; }
.author-box img { border-radius: 50%; }
.author-box b { display: block; font: var(--hw2) 18px/1.3 var(--head); margin: 4px 0 6px; }
.author-box p { margin: 0 0 10px; font: 15px/1.55 var(--ui); color: var(--muted); }
.luxe .author-box, .home-ft .author-box, .home-daily .author-box { border-radius: 0; }

/* Page content pasted from chat tools arrives wrapped in <pre><code> (e.g. the payment box).
   Render that HTML as normal content instead of a code block. */
.prose [class^="codeBlockWrapper"] pre, .prose [class^="codeBlockWrapper"] code { background: none; padding: 0; margin: 0; border: 0; font: inherit; white-space: normal; color: inherit; }
.prose code:empty { display: none; }

/* Elementor pricing switcher (CW /prices/): keep the price on the currency line */
.elementor-wrap .epps-sale-price { display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.elementor-wrap .epps-sale-price p { margin: 0; }
.elementor-wrap p:empty { display: none; }
