:root{--yn-bg:#101010;--yn-panel:#151515;--yn-panel-2:#1c1c1c;--yn-line:#333;--yn-text:#f8fafc;--yn-muted:#ffffffd1;--yn-muted-2:#ffffffad;--yn-cyan:#00ffc3;--yn-blue:#5cbcff;--yn-gold:#d4af37;--yn-rose:#fb7185;--yn-green:#bfff3c;--yn-shadow:0 24px 80px #0000006b;--yn-glass:linear-gradient(180deg,#ffffff16,#ffffff0a);--yn-font:"Outfit","Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--yn-mono:"Roboto Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--yn-bg);min-height:100vh;color:var(--yn-text);font-family:var(--yn-font);margin:0;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}.yn-app{background:radial-gradient(70% 42% at 84% 0,#00ffc32e,#0000 62%),linear-gradient(#101010,#0b0f10 48%,#101010);min-height:100vh}.yn-shell{grid-template-columns:270px minmax(0,1fr) 330px;gap:18px;width:min(1500px,100% - 28px);margin:0 auto;padding:18px 0 42px;display:grid}.yn-sidebar,.yn-right-rail,.yn-composer,.yn-post-card,.yn-panel,.yn-empty-state{background:var(--yn-glass);border:1px solid var(--yn-line);box-shadow:var(--yn-shadow);backdrop-filter:blur(18px);border-radius:22px}.yn-sidebar{align-self:start;gap:16px;min-height:calc(100vh - 36px);padding:18px;display:grid;position:sticky;top:18px}.yn-right-rail{align-self:start;gap:14px;padding:18px;display:grid;position:sticky;top:18px}.yn-main{min-width:0}.yn-brand{border:1px solid var(--yn-line);background-position:50%;background-size:cover;border-radius:18px;align-items:flex-end;gap:12px;min-height:122px;padding:16px;display:flex;position:relative;overflow:hidden}.yn-brand:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 12%,#00ffc32e,#0000 38%);position:absolute;inset:0}.yn-brand>*{z-index:1;position:relative}.yn-brand-mark{background:linear-gradient(135deg,var(--yn-cyan),#d7fff7);color:#041014;border-radius:15px;place-items:center;width:48px;height:48px;font-weight:950;display:grid}.yn-brand-title{font-weight:950;line-height:1.05;display:block}.yn-brand-sub{color:var(--yn-muted-2);margin-top:3px;font-size:.78rem;display:block}.yn-sidebar-nav,.yn-sidebar-meta,.yn-prompt-list,.yn-presence-list{gap:8px;display:grid}.yn-sidebar-nav a,.yn-soft-button,.yn-filter-button,.yn-action-link{color:var(--yn-muted);background:#ffffff0e;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:9px 12px;font-weight:850;transition:all .2s;display:inline-flex}.yn-sidebar-nav a{border-radius:15px;justify-content:space-between}.yn-sidebar-nav a:hover,.yn-soft-button:hover,.yn-filter-button:hover,.yn-filter-button.is-active,.yn-action-link:hover{color:#fff;background:#00ffc31a;border-color:#00ffc36b;transform:translateY(-2px)}.yn-primary-button{background:var(--yn-cyan);color:#041014;border:0;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-weight:950;display:inline-flex;box-shadow:0 16px 38px #00ffc333}.yn-primary-button:disabled{opacity:.6;cursor:not-allowed}.yn-mini-card,.yn-presence-item,.yn-prompt-item{color:var(--yn-muted);background:#ffffff0b;border:1px solid #ffffff1a;border-radius:16px;padding:12px;font-size:.86rem}.yn-mini-card strong{color:#fff;font-size:.9rem;display:block}.yn-mini-card span{color:var(--yn-muted-2);font-size:.78rem}.yn-topbar{z-index:50;backdrop-filter:blur(12px);background:linear-gradient(#101010fa,#101010d1,#0000);justify-content:space-between;align-items:flex-start;gap:14px;padding:12px 0 16px;display:flex;position:sticky;top:0}.yn-page-title h1{letter-spacing:-.06em;margin:0;font-size:clamp(1.9rem,3.8vw,3.4rem);line-height:1}.yn-page-title p{color:var(--yn-muted);max-width:780px;margin:8px 0 0}.yn-top-actions,.yn-auth-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.yn-live-pill,.yn-live-count,.yn-welcome{color:#dcff8a;background:#bfff3c14;border:1px solid #bfff3c47;border-radius:999px;align-items:center;padding:9px 12px;font-size:.82rem;font-weight:900;display:inline-flex}.yn-live-pill:before{content:"";background:var(--yn-green);border-radius:50%;width:8px;height:8px;margin-right:8px;animation:1.55s ease-in-out infinite ynPulse;box-shadow:0 0 18px #bfff3ce6}.yn-live-count,.yn-welcome{color:var(--yn-muted);background:#ffffff0e;border-color:#ffffff1f}.yn-composer{margin:0 0 18px;overflow:hidden}.yn-composer-header{border-bottom:1px solid var(--yn-line);justify-content:space-between;gap:12px;padding:16px 18px;display:flex}.yn-composer-header strong{font-size:1rem;display:block}.yn-composer-header span{color:var(--yn-muted-2);font-size:.82rem;display:block}.yn-input,.yn-textarea{color:#fff;background:#02061752;border:1px solid #ffffff21;border-radius:16px;outline:0;width:100%;padding:13px 14px}.yn-input:focus,.yn-textarea:focus{border-color:#00ffc3a6;box-shadow:0 0 0 4px #00ffc31a}.yn-composer-tabs{border:1px solid var(--yn-line);background:#ffffff0a;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;display:grid}.yn-composer-tab{color:var(--yn-muted);background:#ffffff0e;border:1px solid #ffffff1f;border-radius:14px;padding:11px 12px;font-weight:950;transition:all .2s}.yn-composer-tab.is-active,.yn-composer-tab:hover{color:#041014;background:var(--yn-cyan);border-color:var(--yn-cyan);box-shadow:0 0 28px #00ffc338}.yn-composer-panel{gap:12px;display:none}.yn-composer-panel.is-active{display:grid}.yn-editor-shell{color:#111827;background:#fff;border:1px solid #ffffff21;border-radius:16px;overflow:hidden}.yn-editor-shell textarea{width:100%;min-height:210px}.yn-dropzone{color:#fff;text-align:center;background:#00ffc30e;border:1px dashed #00ffc373;border-radius:18px;place-items:center;gap:6px;min-height:150px;padding:18px;display:grid}.yn-dropzone span{font-weight:950}.yn-dropzone small{color:var(--yn-muted-2)}.yn-url-preview-card{color:var(--yn-muted);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;padding:14px}.yn-url-preview-card.is-error{color:#fecdd3;background:#fb71851f;border-color:#fb718573}.yn-url-preview-card strong{color:#fff;display:block}.yn-url-preview-card span{text-overflow:ellipsis;white-space:nowrap;color:var(--yn-muted-2);font-family:var(--yn-mono);font-size:.75rem;display:block;overflow:hidden}.yn-composer-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.yn-status{min-height:22px;color:var(--yn-muted-2);font-size:.84rem}.yn-status.is-error{color:#fecdd3}.yn-status.is-success{color:#dcff8a}.yn-feed-controls{flex-wrap:wrap;justify-content:space-between;gap:12px;margin:18px 0;display:flex}.yn-feed{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;gap:14px;display:grid}.yn-avatar{background:linear-gradient(135deg,var(--yn-cyan),#d7fff7);color:#041014;border-radius:17px;place-items:center;width:52px;height:52px;font-weight:950;display:grid;overflow:hidden}.yn-avatar img{object-fit:cover;width:100%;height:100%;display:block}.yn-post-meta{color:var(--yn-muted-2);flex-wrap:wrap;align-items:center;gap:8px;font-size:.82rem;display:flex}.yn-post-meta strong{color:#fff;font-size:.94rem}.yn-format-badge{color:#b8fff2;background:#00ffc314;border:1px solid #00ffc340;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:950}.yn-pinned-badge{color:#ffe8a3;background:#d4af371f;border-color:#d4af376b}.yn-post-title{letter-spacing:-.025em;margin:8px 0;font-size:1.18rem}.yn-post-content{color:var(--yn-muted);word-wrap:break-word}.yn-rich-card{background:linear-gradient(135deg,#00ffc314,#ffffff0b);border:1px solid #00ffc338;border-radius:18px;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:0;margin:14px 0;display:grid;overflow:hidden;box-shadow:0 18px 52px #0000003d}.yn-rich-card.yn-rich-video{grid-template-columns:1fr}.yn-rich-image img{object-fit:cover;width:100%;height:100%;min-height:128px}.yn-rich-embed{aspect-ratio:16/9;background:#050505;position:relative}.yn-rich-embed iframe,.yn-rich-embed video,.yn-rich-embed object,.yn-rich-embed embed{border:0;width:100%;height:100%;position:absolute;inset:0}.yn-rich-body{color:var(--yn-muted);align-content:center;gap:6px;padding:14px;display:grid}.yn-rich-body span{font-family:var(--yn-mono);color:#8ffff0;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.yn-rich-body strong{color:#fff;font-size:1rem;line-height:1.25}.yn-rich-body p{color:var(--yn-muted-2);margin:0;font-size:.88rem;line-height:1.5}.ai-answer-snippet{border-left:4px solid var(--yn-gold);color:#fff;background:#d4af3717;border-radius:0 14px 14px 0;padding:12px 14px;font-weight:850}.yn-post-content.is-collapsed .yn-post-content-inner{max-height:260px;position:relative;overflow:hidden}.yn-post-content.is-collapsed .yn-post-content-inner:after{content:"";background:linear-gradient(#0000,#101010fa);height:90px;position:absolute;bottom:0;left:0;right:0}.yn-show-more{color:#bbfff1;background:#00ffc31a;border:1px solid #00ffc359;border-radius:999px;margin-top:10px;padding:8px 11px;font-weight:950}.yn-post-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.yn-action-link{gap:6px;font-size:.8rem}.yn-heart-button.is-hearted{background:#fb718524;border-color:#fb718580}.yn-moderation{margin-left:auto;display:inline-flex;position:relative}.yn-moderation-toggle{color:#ffe8a3;background:#d4af3717;border:1px solid #d4af3752;border-radius:999px;padding:5px 8px;font-size:.72rem;font-weight:950}.yn-moderation-menu{z-index:80;border:1px solid var(--yn-line);background:#080b12f5;border-radius:14px;min-width:170px;padding:6px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 60px #0000007a}.yn-moderation.is-open .yn-moderation-menu{gap:4px;display:grid}.yn-moderation-menu button{color:var(--yn-muted);text-align:left;background:0 0;border:0;border-radius:10px;padding:9px 10px;font-weight:850}.yn-moderation-menu button:hover{color:#fff;background:#fb718524}.yn-comment-list{gap:10px;margin:12px 0;display:grid}.yn-comment-author{color:#fff;align-items:center;gap:8px;font-size:.86rem;font-weight:850;display:flex}.yn-comment-content{color:var(--yn-muted);margin-top:5px;font-size:.92rem}.yn-comment-form{gap:8px;display:flex}.yn-comment-input{color:#fff;background:#02061752;border:1px solid #ffffff1f;border-radius:999px;outline:0;flex:1;min-width:0;padding:10px 13px}.yn-comment-submit{background:var(--yn-cyan);color:#041014;border:0;border-radius:999px;padding:10px 13px;font-weight:950}.yn-reply-lock{color:var(--yn-muted);background:#00ffc312;border:1px solid #00ffc338;border-radius:16px;padding:12px;font-weight:850}.yn-reply-lock a{color:#9efff0;text-underline-offset:3px;text-decoration:underline}.yn-panel h2,.yn-panel h3{margin:0 0 8px;font-size:1.02rem}.yn-sponsor-card img{border:1px solid #ffffff1f;border-radius:14px;width:100%}.yn-sponsor-placeholder{min-height:120px;color:var(--yn-muted);text-align:center;border:1px dashed #00ffc359;border-radius:14px;place-items:center;padding:14px;display:grid}.yn-ticker{white-space:nowrap;background:#d4af3714;border:1px solid #d4af373d;border-radius:999px;margin-top:10px;overflow:hidden}.yn-ticker span{color:#ffe8a3;font-family:var(--yn-mono);padding:8px 12px;font-size:.75rem;animation:14s linear infinite ynTicker;display:inline-block}.yn-empty-state,.yn-login-card{text-align:center;padding:24px}.yn-register-modal{z-index:10000;backdrop-filter:blur(12px);background:#000000ad;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.yn-register-modal.is-open{display:flex}.yn-register-dialog{border:1px solid var(--yn-line);background:linear-gradient(#171717,#101010);border-radius:24px;width:min(560px,100%);overflow:hidden;box-shadow:0 30px 120px #0009}.yn-register-head{border-bottom:1px solid var(--yn-line);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px;display:flex}.yn-register-head h2{margin:0}.yn-register-close{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;width:36px;height:36px;font-weight:950}.yn-register-dialog form{gap:12px;padding:18px;display:grid}.yn-register-dialog label span{color:var(--yn-muted);margin-bottom:5px;font-size:.82rem;font-weight:900;display:block}.yn-skip-link{z-index:99999;background:var(--yn-cyan);color:#041014;border-radius:10px;padding:10px 14px;font-weight:950;position:absolute;top:10px;left:-999px}.yn-skip-link:focus{left:10px}.yn-site-footer{color:var(--yn-muted-2);text-align:center;padding:18px 0 30px;font-size:.82rem}.yn-mobile-bar{z-index:9999;backdrop-filter:blur(18px);background:#101010e6;border:1px solid #ffffff29;border-radius:999px;gap:10px;padding:10px;display:none;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 18px 60px #00000080}.yn-mobile-bar a{background:var(--yn-cyan);color:#041014;border-radius:999px;flex:1;justify-content:center;align-items:center;padding:12px 14px;font-weight:950;display:flex}.screen-reader-text{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@keyframes ynPulse{50%{transform:scale(1.2);box-shadow:0 0 28px #bfff3cf2}}@keyframes ynTicker{0%{transform:translate(100%)}to{transform:translate(-100%)}}@media (width<=1180px){.yn-shell{grid-template-columns:230px minmax(0,1fr)}.yn-right-rail{grid-column:1/-1;grid-template-columns:repeat(3,1fr);position:relative;top:auto}}@media (width<=860px){body{padding-bottom:82px}.yn-shell{grid-template-columns:1fr;padding-top:10px}.yn-sidebar{min-height:auto;position:relative;top:auto}.yn-sidebar-nav{grid-template-columns:repeat(2,1fr)}.yn-topbar{flex-direction:column;align-items:flex-start;position:relative}.yn-top-actions{justify-content:flex-start}.yn-right-rail,.yn-feed{grid-template-columns:1fr}.yn-hero-card{grid-column:auto}.yn-post-inner{grid-template-columns:42px minmax(0,1fr);padding:14px}.yn-avatar{border-radius:14px;width:42px;height:42px}.yn-comments-shell{padding:0 14px 14px}.yn-comment-form{flex-direction:column}.yn-mobile-bar{display:flex}.yn-composer-tabs{grid-template-columns:1fr 1fr}}@media (width<=640px){.yn-rich-card{grid-template-columns:1fr}.yn-rich-image img{max-height:220px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--yn-bg:#f0f2f5;--yn-card:#fff;--yn-card-soft:#f7f8fa;--yn-line:#d8dde6;--yn-text:#050505;--yn-muted:#65676b;--yn-blue:#1877f2;--yn-cyan:#00b894;--yn-shadow:0 1px 2px #0000001f;--yn-font:"Outfit","Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-family:var(--yn-font);background:var(--yn-bg)!important;color:var(--yn-text)!important}.yn-app{min-height:100vh;background:var(--yn-bg)!important}.yn-fb-shell{width:min(1260px,100% - 28px);margin:0 auto 44px}.yn-elementor-content-area{box-shadow:var(--yn-shadow);color:#050505;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:0 0 16px;padding:16px;display:none}body.elementor-editor-active .yn-elementor-content-area,body.elementor-editor-preview .yn-elementor-content-area{display:block}.yn-elementor-content-area:empty{min-height:1px;box-shadow:none;border:0;margin:0;padding:0;display:block}.yn-elementor-content-area .elementor{color:#050505}.yn-profile-hero{box-shadow:var(--yn-shadow);background:#fff;border-radius:0 0 14px 14px;margin-bottom:16px;overflow:hidden}.yn-profile-cover{background-color:#dbe7f3;background-position:50%;background-size:cover;height:330px;position:relative}.yn-cover-edit{color:#111;box-shadow:var(--yn-shadow);background:#fff;border-radius:8px;padding:9px 14px;font-weight:800;position:absolute;bottom:22px;right:22px}.yn-profile-main{grid-template-columns:190px minmax(0,1fr) auto;align-items:end;gap:18px;padding:0 32px 22px;display:grid}.yn-profile-avatar{object-fit:contain;width:176px;height:176px;box-shadow:var(--yn-shadow);background:#fff;border:6px solid #fff;border-radius:50%;margin-top:-76px}.yn-profile-copy h1{letter-spacing:-.04em;color:#050505;margin:0;font-size:2.1rem;line-height:1.1}.yn-profile-copy h1 span{color:#222;font-weight:500}.yn-profile-copy p{color:#1f2937;margin:4px 0}.yn-follow-line{font-weight:800;color:#050505!important}.yn-profile-meta{color:#050505;flex-wrap:wrap;gap:12px;font-weight:700;display:flex}.yn-profile-meta a{color:var(--yn-blue)}.yn-profile-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.yn-profile-actions .yn-auth-controls{justify-content:flex-end}.yn-blue-button,.yn-primary-button{background:var(--yn-blue)!important;color:#fff!important;box-shadow:none!important;border:0!important;border-radius:8px!important;padding:10px 14px!important;font-weight:900!important}.yn-soft-button,.yn-filter-button,.yn-action-link{color:#050505!important;box-shadow:none!important;background:#e4e6eb!important;border:0!important;border-radius:8px!important;padding:9px 13px!important;font-weight:800!important}.yn-profile-tabs{border-top:1px solid var(--yn-line);gap:6px;padding:0 32px;display:flex}.yn-profile-tabs a{color:var(--yn-muted);border-bottom:3px solid #0000;padding:16px 14px;font-weight:850}.yn-profile-tabs a.is-active{color:var(--yn-blue);border-color:var(--yn-blue)}.yn-left-column,.yn-right-column{gap:16px;display:grid;position:sticky;top:14px}.yn-center-column{min-width:0}.yn-panel,.yn-composer,.yn-post-card,.yn-feed-controls,.yn-feed-ad-card{box-shadow:var(--yn-shadow)!important;backdrop-filter:none!important;color:var(--yn-text)!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important}.yn-panel{padding:18px}.yn-panel h2,.yn-panel h3{color:#050505;margin:0 0 12px;font-size:1.15rem}.yn-panel p{color:var(--yn-muted)}.yn-panel-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.yn-panel-title-row a{color:var(--yn-blue);font-weight:700}.yn-detail-list{gap:12px;display:grid}.yn-detail-item{color:#050505;align-items:center;gap:10px;font-weight:700;display:flex}.yn-detail-item span{color:#374151;place-items:center;width:24px;height:24px;display:grid}.yn-text-widget-content{color:#1f2937;font-weight:600;line-height:1.65}.yn-text-widget-content p{margin:0 0 10px}.yn-text-widget-content p:last-child{margin-bottom:0}.yn-mini-people-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.yn-mini-people-grid div{min-width:0}.yn-mini-people-grid span{color:#111;background:linear-gradient(135deg,#dbeafe,#dcfce7);border-radius:8px;place-items:center;height:96px;font-weight:950;display:grid}.yn-mini-people-grid strong{margin-top:6px;font-size:.82rem;line-height:1.2;display:block}.yn-photo-grid{border-radius:8px;grid-template-columns:repeat(3,1fr);gap:4px;display:grid;overflow:hidden}.yn-photo-grid img{aspect-ratio:1;object-fit:cover;width:100%}.yn-sponsor-placeholder{min-height:130px;color:#65676b!important;background:#f7f8fa!important;border:1px dashed #b7c0ce!important;border-radius:10px!important}.yn-ticker{background:#f7f8fa!important;border-color:#d8dde6!important}.yn-ticker span{color:#050505!important}.yn-composer{margin-bottom:16px;overflow:hidden}.yn-composer-header{display:none}.yn-composer-form{gap:12px!important;padding:16px!important}.yn-composer-tabs{gap:10px;background:0 0!important;border:0!important;padding:0!important;display:flex!important}.yn-composer-tab{color:#65676b!important;background:#f0f2f5!important;border:0!important;border-radius:999px!important;padding:10px 14px!important}.yn-composer-tab.is-active{color:var(--yn-blue)!important;box-shadow:none!important;background:#e7f3ff!important}.yn-input,.yn-textarea{color:#050505!important;background:#f0f2f5!important;border:0!important;border-radius:22px!important;padding:13px 16px!important}.yn-textarea{resize:vertical;min-height:74px!important}.yn-input:focus,.yn-textarea:focus{box-shadow:0 0 0 3px #dbeafe!important}.yn-composer-toolbar{border-top:1px solid #eef0f3;padding-top:10px}.yn-status{color:var(--yn-muted)}.yn-feed-controls{justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;display:flex;margin:0 0 16px!important}.yn-feed-controls strong{font-size:1.12rem}.yn-feed{grid-template-columns:1fr!important;gap:16px!important;display:grid!important}.yn-hero-card{grid-column:auto!important}.yn-post-card{transition:none!important;overflow:hidden!important}.yn-post-card:hover{box-shadow:var(--yn-shadow)!important;border-color:#e5e7eb!important;transform:none!important}.yn-post-inner{grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;padding:14px 16px 8px!important;display:grid!important}.yn-avatar{color:#050505!important;background:#e4e6eb!important;border-radius:50%!important;width:44px!important;height:44px!important}.yn-avatar img{object-fit:cover;width:100%;height:100%}.yn-post-meta{color:var(--yn-muted)!important;gap:5px!important;font-size:.82rem!important}.yn-post-meta strong{width:100%;display:block;color:#050505!important;font-size:.95rem!important}.yn-post-meta a{color:var(--yn-muted)}.yn-format-badge,.yn-pinned-badge{color:#65676b!important;background:#f0f2f5!important;border:0!important;border-radius:999px!important}.yn-moderation{margin-left:auto}.yn-moderation-toggle{color:#65676b!important;background:#f0f2f5!important;border:0!important;border-radius:999px!important}.yn-post-title{color:#050505;margin:8px 0!important;font-size:1rem!important}.yn-post-title a{color:#050505}.yn-post-content{font-size:.98rem;color:#050505!important}.ai-answer-snippet{color:#050505!important;background:#f0f2f5!important;border-left:0!important;border-radius:10px!important;padding:10px 12px!important;font-weight:750!important}.yn-rich-card{box-shadow:none!important;background:#f0f2f5!important;border:1px solid #d8dde6!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:12px -16px 0!important;display:block!important;overflow:hidden!important}.yn-rich-card.yn-rich-video{display:block!important}.yn-rich-image{background:#d8dde6!important;min-height:0!important;display:block!important}.yn-rich-image img{object-fit:cover!important;width:100%!important;height:auto!important;max-height:460px!important;display:block!important}.yn-rich-embed{aspect-ratio:16/9;background:#000}.yn-rich-embed iframe{width:100%;height:100%;position:absolute;inset:0}.yn-rich-body{color:#050505!important;background:#f0f2f5!important;padding:10px 16px 12px!important;display:block!important}.yn-rich-body span{display:block;color:#65676b!important;font-family:var(--yn-font)!important;letter-spacing:.02em!important;text-transform:uppercase!important;font-size:.78rem!important}.yn-rich-body strong{display:block;color:#050505!important;font-size:1rem!important;line-height:1.25!important}.yn-rich-body p{color:#65676b!important;margin:4px 0 0!important;font-size:.9rem!important}.yn-post-actions{border-top:1px solid #e5e7eb;grid-template-columns:repeat(4,1fr);padding-top:4px;gap:0!important;margin:10px 0 0!important;display:grid!important}.yn-action-link{color:#65676b!important;background:0 0!important;border-radius:8px!important;gap:5px!important;padding:10px 6px!important}.yn-action-link:hover{color:#050505!important;background:#f0f2f5!important;transform:none!important}.yn-heart-button:before{content:"Like";color:#65676b;font-weight:800}.yn-heart-button span:first-child{display:none}.yn-heart-button.is-hearted:before{color:var(--yn-blue)}.yn-share-menu{border-top:1px solid #eef0f3;flex-wrap:wrap;gap:8px;padding:10px 0;display:flex}.yn-share-menu[hidden]{display:none}.yn-share-menu a{color:#050505;background:#f0f2f5;border-radius:999px;padding:8px 11px;font-size:.84rem;font-weight:800}.yn-promote-toggle{color:#7a4d00;background:#fff7df;border:0;border-radius:999px;margin-top:8px;padding:8px 12px;font-weight:900}.yn-post-promo{background:#fff7df;border:1px solid #f6d36c;border-radius:12px;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:10px;padding:10px;display:grid}.yn-post-promo[hidden]{display:none}.yn-post-promo img{object-fit:cover;border-radius:8px;width:86px;height:58px}.yn-post-promo strong{color:#111}.yn-post-promo p{color:#6b4e00;margin:2px 0 0}.yn-post-promo a,.yn-feed-ad-card a{color:#111;background:#f59e0b;border-radius:999px;padding:9px 12px;font-weight:900}.yn-feed-ad-card{grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.yn-feed-ad-card img{object-fit:cover;border-radius:10px;width:120px;height:78px}.yn-feed-ad-card span{color:#65676b;text-transform:uppercase;font-size:.75rem;font-weight:900}.yn-feed-ad-card h3{color:#050505;margin:2px 0}.yn-feed-ad-card p{color:#65676b;margin:0}.yn-footer-text-widget{width:min(1260px,100% - 28px);box-shadow:var(--yn-shadow);color:#050505;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:0 auto 14px;padding:18px}.yn-footer-text-widget h2{margin:0 0 8px;font-size:1.15rem}.yn-footer-text-widget p{color:#1f2937;margin:0 0 10px;font-weight:600}.yn-comments-shell{border-top:0!important;padding:0 16px 14px 70px!important}.yn-comment-list{margin:8px 0}.yn-comment{background:#f0f2f5!important;border:0!important;border-radius:18px!important;padding:9px 12px!important}.yn-comment-author,.yn-comment-content{color:#050505!important}.yn-comment-input{color:#050505!important;background:#f0f2f5!important;border:0!important}.yn-comment-submit{color:var(--yn-blue)!important;background:#e7f3ff!important}.yn-reply-lock{color:#65676b!important;background:#f0f2f5!important;border:0!important}.yn-live-pill,.yn-live-count,.yn-welcome{color:#050505!important;background:#f0f2f5!important;border:0!important}.yn-register-dialog{color:#050505!important;background:#fff!important;border:0!important}.yn-register-head{border-bottom:1px solid #e5e7eb}.yn-register-head p,.yn-register-dialog label span{color:#65676b!important}.yn-register-close{color:#050505!important;background:#f0f2f5!important;border:0!important}.yn-site-footer{color:#65676b!important}@media (width<=1180px){.yn-wall-grid{grid-template-columns:330px minmax(0,1fr)}.yn-right-column{grid-column:1/-1;grid-template-columns:repeat(2,1fr);display:grid;position:relative;top:auto}}@media (width<=860px){.yn-fb-shell{width:100%}.yn-profile-cover{height:210px}.yn-profile-main{text-align:left;grid-template-columns:1fr;padding:0 16px 18px}.yn-profile-avatar{width:128px;height:128px;margin-top:-58px}.yn-profile-actions{justify-content:flex-start}.yn-profile-tabs{padding:0 16px;overflow-x:auto}.yn-wall-grid{grid-template-columns:1fr;padding:0 12px}.yn-left-column,.yn-right-column{position:relative;top:auto}.yn-post-inner{grid-template-columns:40px minmax(0,1fr)!important}.yn-comments-shell{padding:0 12px 12px!important}.yn-feed-ad-card,.yn-post-promo{grid-template-columns:1fr}.yn-feed-ad-card img,.yn-post-promo img{width:100%;height:auto}}@media (width<=640px){.yn-mini-people-grid,.yn-photo-grid,.yn-post-actions{grid-template-columns:repeat(2,1fr)}}.yn-fb-shell{overflow:visible;width:min(1460px,100% - 32px)!important}.yn-wall-grid{grid-template-columns:minmax(250px,310px) minmax(520px,680px) minmax(240px,290px)!important;justify-content:center!important;align-items:start!important;gap:18px!important;display:grid!important}.yn-left-column,.yn-right-column{z-index:0;gap:16px;display:grid;position:sticky;top:14px;min-width:0!important;max-width:100%!important}.yn-center-column{z-index:1;position:relative;min-width:0!important;max-width:100%!important}.yn-panel,.yn-composer,.yn-post-card,.yn-feed-controls,.yn-feed-ad-card{overflow-wrap:anywhere;overflow:hidden;min-width:0!important;max-width:100%!important}.yn-composer-tabs{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;flex-wrap:nowrap!important}.yn-composer-tab{white-space:nowrap;flex:none}.yn-input,.yn-textarea,.yn-url-preview{max-width:100%!important}.yn-rich-card{max-width:100%!important;overflow:hidden!important}.yn-rich-embed{aspect-ratio:16/9!important;background:#000!important;width:100%!important;max-height:430px!important;position:relative!important;overflow:hidden!important}.yn-rich-embed iframe,.yn-rich-embed video{border:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.yn-rich-embed video{object-fit:contain!important;background:#000!important}.yn-rich-embed .twitter-tweet,.yn-rich-embed twitter-widget{max-width:100%!important;margin:0 auto!important}.yn-rich-provider-twitter .yn-rich-embed,.yn-rich-embed:has(.twitter-tweet),.yn-rich-embed:has(twitter-widget){aspect-ratio:auto!important;background:#f0f2f5!important;min-height:160px!important;max-height:none!important;padding:10px!important}.yn-rich-body{overflow-wrap:anywhere!important}@media (width<=1320px){.yn-wall-grid{grid-template-columns:minmax(240px,310px) minmax(0,1fr)!important}.yn-right-column{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important;position:relative!important;top:auto!important}.yn-rich-embed{max-height:390px!important}}@media (width<=980px){.yn-fb-shell{width:100%!important}.yn-wall-grid{grid-template-columns:1fr!important;padding:0 12px!important}.yn-left-column,.yn-right-column{grid-template-columns:1fr!important;position:relative!important;top:auto!important}.yn-profile-main{grid-template-columns:1fr!important}.yn-composer-tabs{padding-bottom:3px!important}.yn-rich-embed{max-height:360px!important}}@media (width<=640px){.yn-wall-grid{padding:0 8px!important}.yn-profile-cover{height:180px!important}.yn-profile-avatar{width:112px!important;height:112px!important}.yn-feed-controls{align-items:flex-start!important}.yn-filter-group{width:100%}.yn-filter-button,.yn-soft-button{flex:auto}.yn-rich-embed{max-height:280px!important}.yn-post-actions{grid-template-columns:repeat(2,1fr)!important}}.yn-more-wrap{align-items:stretch;display:flex;position:relative}.yn-more-button{color:var(--yn-muted);background:0 0;border:0;border-bottom:3px solid #0000;padding:16px 14px;font-weight:850}.yn-more-button:hover,.yn-more-wrap.is-open .yn-more-button{color:var(--yn-blue);border-color:var(--yn-blue)}.yn-more-menu{z-index:80;background:#fff;border:1px solid #d8dde6;border-radius:12px;min-width:220px;padding:8px;display:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #00000029}.yn-more-wrap.is-open .yn-more-menu{gap:4px;display:grid}.yn-more-menu a{color:#050505!important;border:0!important;border-radius:9px!important;padding:10px 12px!important;font-weight:800!important;display:block!important}.yn-more-menu a:hover{color:var(--yn-blue)!important;background:#f0f2f5!important}.yn-single-shell{padding-top:16px}.yn-single-top{box-shadow:var(--yn-shadow);background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:16px;padding:14px 16px;display:grid}.yn-single-top strong{color:#050505;font-size:1.15rem;display:block}.yn-single-top span{color:#65676b;font-weight:700;display:block}.yn-single-grid .yn-feed,.yn-single-feed{grid-template-columns:1fr!important;display:grid!important}.yn-feed-loader,.yn-feed-end{color:#4b5563;text-align:center;background:#fff;border:1px solid #dbe4f0;border-radius:999px;justify-content:center;align-items:center;gap:10px;max-width:360px;margin:18px auto 0;padding:12px 16px;font-weight:900;display:flex;box-shadow:0 8px 20px #0f172a14}.yn-feed-loader[hidden],.yn-feed-end[hidden]{display:none!important}.yn-feed-loader span{border:3px solid #dbe4f0;border-top-color:#1877f2;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite yn-spin}@keyframes yn-spin{to{transform:rotate(360deg)}}.yn-single-grid .yn-post-card,.yn-page-card{border-radius:14px!important}.yn-page-card .yn-post-title{margin-top:0!important;font-size:clamp(1.5rem,3vw,2.3rem)!important;line-height:1.1!important}.yn-rich-provider-twitter .yn-rich-embed{background:#fff!important;min-height:560px!important;padding:0!important}.yn-rich-provider-twitter .yn-rich-embed iframe{width:100%!important;height:560px!important;min-height:560px!important;display:block!important;position:relative!important}.yn-rich-provider-site-frame .yn-rich-embed{min-height:430px!important}.yn-rich-provider-site-frame .yn-rich-embed iframe{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.yn-post-content .yn-rich-card{font-size:16px!important}@media (width<=980px){.yn-single-top{grid-template-columns:1fr}.yn-single-top .yn-auth-controls{justify-content:flex-start}.yn-more-menu{left:0;right:auto}.yn-rich-provider-twitter .yn-rich-embed,.yn-rich-provider-twitter .yn-rich-embed iframe{height:500px!important;min-height:500px!important}}@media (width<=640px){.yn-profile-tabs{gap:0!important}.yn-profile-tabs a,.yn-more-button{padding:13px 10px!important}.yn-more-menu{position:fixed;inset:auto 12px 76px}.yn-rich-provider-twitter .yn-rich-embed,.yn-rich-provider-twitter .yn-rich-embed iframe{height:460px!important;min-height:460px!important}.yn-rich-provider-site-frame .yn-rich-embed{min-height:300px!important}}.yn-embed-code-box{min-height:128px!important;font-family:var(--yn-mono)!important;font-size:.9rem!important;line-height:1.45!important}.yn-mini-people-grid span{overflow:hidden!important}.yn-mini-people-grid span img{object-fit:cover!important;border-radius:8px!important;width:100%!important;height:100%!important;display:block!important}.yn-post-content .yn-rich-card,.yn-url-preview .yn-rich-card{box-shadow:none!important;background:#fff!important;border:1px solid #d8dde6!important;border-radius:12px!important;margin:12px 0 0!important;overflow:hidden!important}.yn-rich-card:not(.yn-rich-video){display:block!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-image{background:#eef2f7!important;width:100%!important;display:block!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-image img{object-fit:cover!important;width:100%!important;height:auto!important;max-height:420px!important;display:block!important}.yn-rich-card .yn-rich-body{color:#050505!important;background:#f7f8fa!important;border-top:1px solid #d8dde6!important;padding:12px 14px!important;display:block!important}.yn-rich-card .yn-rich-body span{color:#65676b!important;letter-spacing:.02em!important;text-transform:uppercase!important;font-size:.78rem!important;font-weight:800!important;display:block!important}.yn-rich-card .yn-rich-body strong{color:#050505!important;font-size:1.05rem!important;line-height:1.25!important;display:block!important}.yn-rich-card .yn-rich-body p{color:#65676b!important;margin:5px 0 0!important;font-size:.92rem!important;line-height:1.42!important}.yn-rich-provider-custom-embed .yn-rich-embed,.yn-rich-provider-embed .yn-rich-embed,.yn-rich-provider-direct-video .yn-rich-embed{border-radius:0!important;min-height:360px!important;max-height:none!important}.yn-rich-provider-custom-embed .yn-rich-embed iframe,.yn-rich-provider-embed .yn-rich-embed iframe,.yn-rich-provider-direct-video .yn-rich-embed video{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.yn-share-menu{background:#fff!important;border:1px solid #d8dde6!important;border-radius:12px!important;margin-top:10px!important;padding:10px!important;box-shadow:0 8px 24px #00000014!important}.yn-share-menu:before{content:"Share this post";color:#65676b;text-transform:uppercase;letter-spacing:.05em;width:100%;margin:0 0 2px;font-size:.78rem;font-weight:900;display:block}.yn-share-menu a{color:#050505!important;background:#f0f2f5!important;border:1px solid #0000!important;border-radius:999px!important;padding:8px 12px!important}.yn-share-menu a:hover{color:#1877f2!important;background:#e7f3ff!important;border-color:#cfe5ff!important}.yn-feed-ad-card,.yn-post-promo{background:linear-gradient(135deg,#111827 0%,#1f2937 48%,#fff7df 49% 100%)!important;border:1px solid #f6d36c!important;border-radius:16px!important;position:relative!important;overflow:hidden!important;box-shadow:0 12px 34px #11182729!important}.yn-feed-ad-card:before,.yn-post-promo:before{content:"Rs.2,500 / month";color:#111;background:#f59e0b;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:950;position:absolute;top:10px;right:12px;box-shadow:0 6px 16px #f59e0b42}.yn-feed-ad-card img,.yn-post-promo img{border:2px solid #ffffffb8!important}.yn-feed-ad-card h3,.yn-post-promo strong{max-width:60%;color:#fff!important}.yn-feed-ad-card p,.yn-post-promo p{max-width:62%;color:#fff7df!important}.yn-feed-ad-card a,.yn-post-promo a{color:#111827!important;background:#fff!important;border:1px solid #f6d36c!important;box-shadow:0 8px 22px #0000001f!important}@media (width<=860px){.yn-feed-ad-card,.yn-post-promo{background:linear-gradient(135deg,#111827,#1f2937)!important}.yn-feed-ad-card h3,.yn-post-promo strong,.yn-feed-ad-card p,.yn-post-promo p{max-width:none}.yn-feed-ad-card:before,.yn-post-promo:before{margin-bottom:8px;display:inline-flex;position:static}.yn-rich-provider-custom-embed .yn-rich-embed,.yn-rich-provider-embed .yn-rich-embed,.yn-rich-provider-direct-video .yn-rich-embed{min-height:280px!important}}.yn-field-note{color:#65676b!important;margin:-6px 0 6px!important;font-size:.9rem!important;font-weight:750!important;line-height:1.45!important}.yn-rich-provider-custom-embed{background:#050505!important;border-color:#222!important}.yn-rich-provider-custom-embed .yn-rich-embed{background:#000!important;min-height:420px!important}.yn-rich-provider-custom-embed .yn-rich-embed iframe,.yn-rich-provider-custom-embed .yn-rich-embed video,.yn-rich-provider-custom-embed .yn-rich-embed embed{border:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.yn-rich-provider-custom-embed .yn-rich-body{color:#fff!important;background:#111827!important;border-top:1px solid #263244!important}.yn-rich-provider-custom-embed .yn-rich-body:before{content:"In-site video embed";color:#14532d;text-transform:uppercase;letter-spacing:.04em;background:#dcfce7;border-radius:999px;margin:0 0 6px;padding:5px 8px;font-size:.72rem;font-weight:950;display:inline-flex}.yn-rich-provider-custom-embed .yn-rich-body span{color:#9ca3af!important}.yn-rich-provider-custom-embed .yn-rich-body strong{color:#fff!important}.yn-rich-provider-custom-embed .yn-rich-body p{color:#d1d5db!important}.yn-post-content .yn-rich-card:not(.yn-rich-video),.yn-url-preview .yn-rich-card:not(.yn-rich-video){background:#fff!important;border:1px solid #ccd4df!important;border-radius:13px!important;box-shadow:0 1px 2px #00000014!important}.yn-post-content .yn-rich-card:not(.yn-rich-video):hover,.yn-url-preview .yn-rich-card:not(.yn-rich-video):hover{transform:translateY(-1px);box-shadow:0 8px 24px #0f172a1f!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-body{background:#f2f3f5!important;padding:13px 15px!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-body strong{font-size:1.08rem!important}.yn-feed-ad-card,.yn-post-promo{color:#111827!important;background:#fff!important;border:1px solid #f1c04d!important;border-left:6px solid #d4af37!important;border-radius:14px!important;grid-template-columns:92px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:14px!important;display:grid!important;box-shadow:0 8px 24px #11182714!important}.yn-feed-ad-card:before,.yn-post-promo:before{content:"Rs.2,500 / month"!important;color:#7a4d00!important;background:#fff7df!important;border:1px solid #f1c04d!important;position:absolute!important;top:12px!important;right:14px!important}.yn-feed-ad-card h3,.yn-post-promo strong{color:#111827!important;max-width:none!important;padding-right:140px!important}.yn-feed-ad-card p,.yn-post-promo p{color:#4b5563!important;max-width:none!important;padding-right:140px!important}.yn-feed-ad-card a,.yn-post-promo a{color:#fff!important;white-space:nowrap!important;background:#111827!important;border:1px solid #111827!important;border-radius:999px!important}.yn-feed-ad-card img,.yn-post-promo img{object-fit:cover!important;border:1px solid #f1c04d!important;border-radius:10px!important;width:92px!important;height:68px!important}.yn-share-menu a[href*=whatsapp]{color:#166534!important;background:#dcfce7!important}.yn-share-menu a[href*=facebook]{color:#1877f2!important;background:#e7f3ff!important}.yn-share-menu a[href*=linkedin]{color:#075985!important;background:#e0f2fe!important}.yn-share-menu a[href*=twitter]{color:#111827!important;background:#f3f4f6!important}.yn-share-menu a[href*=t\.me]{color:#0369a1!important;background:#e0f2fe!important}@media (width<=860px){.yn-rich-provider-custom-embed .yn-rich-embed{min-height:260px!important}.yn-feed-ad-card,.yn-post-promo{grid-template-columns:1fr!important}.yn-feed-ad-card:before,.yn-post-promo:before{width:max-content!important;display:inline-flex!important;position:static!important}.yn-feed-ad-card h3,.yn-post-promo strong,.yn-feed-ad-card p,.yn-post-promo p{padding-right:0!important}.yn-feed-ad-card img,.yn-post-promo img{width:100%!important;height:auto!important;max-height:180px!important}}.yn-fb-shell{width:min(1280px,100% - 24px)!important}.yn-wall-grid{grid-template-columns:minmax(250px,300px) minmax(0,620px) minmax(250px,300px)!important;justify-content:center!important;align-items:start!important;gap:18px!important}.yn-left-column,.yn-right-column{z-index:1!important}.yn-center-column{z-index:2!important;min-width:0!important}.yn-composer{border-radius:14px!important;overflow:visible!important}.yn-composer-form{gap:0!important;padding:0!important;display:grid!important}.yn-composer-tabs{background:#fff!important;border-bottom:1px solid #eef0f3!important;padding:12px 14px!important}.yn-composer-tab{min-height:42px!important;padding:10px 16px!important;font-size:.95rem!important}.yn-composer-panel{gap:10px;display:grid;min-width:0!important;padding:12px 14px!important}.yn-composer-panel[hidden]{display:none!important}.yn-composer-panel[data-panel=embed_video]{overscroll-behavior:contain!important;max-height:560px!important;overflow:auto!important}.yn-composer-panel[data-panel=embed_video] .yn-url-preview{background:#f7f8fa!important;border-radius:13px!important;max-height:315px!important;overflow:auto!important}.yn-composer-panel[data-panel=embed_video] .yn-url-preview .yn-rich-card{margin:0!important}.yn-composer-panel[data-panel=embed_video] .yn-rich-provider-custom-embed .yn-rich-embed,.yn-composer-panel[data-panel=embed_video] .yn-rich-provider-local-embed .yn-rich-embed,.yn-composer-panel[data-panel=embed_video] .yn-rich-provider-embed .yn-rich-embed,.yn-composer-panel[data-panel=embed_video] .yn-rich-provider-direct-video .yn-rich-embed{min-height:240px!important;max-height:260px!important}.yn-embed-code-box{min-height:82px!important;max-height:150px!important}.yn-composer-toolbar{z-index:30!important;background:#fff!important;border-top:1px solid #d8dde6!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;display:flex!important;position:sticky!important;bottom:0!important;box-shadow:0 -10px 24px #0f172a14!important}.yn-composer-toolbar .yn-primary-button{border-radius:10px!important;min-width:126px!important}.yn-post-content .yn-rich-provider-custom-embed .yn-rich-embed,.yn-post-content .yn-rich-provider-local-embed .yn-rich-embed,.yn-post-content .yn-rich-provider-embed .yn-rich-embed,.yn-post-content .yn-rich-provider-direct-video .yn-rich-embed{min-height:348px!important;max-height:none!important}.yn-rich-embed{isolation:isolate}.yn-play-indicator{z-index:4!important;pointer-events:none!important;background:#ffffffeb!important;border-radius:50%!important;place-items:center!important;width:72px!important;height:72px!important;display:grid!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 14px 40px #00000047!important}.yn-play-indicator:before{content:"";border-top:14px solid #0000;border-bottom:14px solid #0000;border-left:22px solid #111827;width:0;height:0;margin-left:5px;display:block}.yn-rich-embed:hover .yn-play-indicator{opacity:.48!important}.yn-feed-ad-card,.yn-post-promo{background:linear-gradient(#fff,#fffbeb)!important;border:1px solid #efd083!important;border-left:6px solid #d4af37!important;border-radius:14px!important;grid-template-columns:78px minmax(0,1fr) auto!important;padding:14px!important;overflow:hidden!important;box-shadow:0 8px 22px #0f172a14!important}.yn-feed-ad-card:before,.yn-post-promo:before{color:#fff!important;width:max-content!important;box-shadow:none!important;background:#111827!important;border-color:#111827!important;order:-1!important;grid-column:1/-1!important;justify-self:start!important;margin:0 0 2px!important;display:inline-flex!important;position:static!important}.yn-ad-visual{color:#fff!important;letter-spacing:.08em!important;background:linear-gradient(135deg,#111827,#d4af37)!important;border-radius:12px!important;place-items:center!important;width:78px!important;height:64px!important;font-weight:950!important;display:grid!important;overflow:hidden!important}.yn-ad-visual img{object-fit:cover!important;border:0!important;border-radius:0!important;width:100%!important;height:100%!important}.yn-feed-ad-card>img,.yn-post-promo>img{display:none!important}.yn-feed-ad-card h3,.yn-post-promo strong{color:#111827!important;max-width:none!important;padding-right:0!important;font-size:1.02rem!important;line-height:1.25!important}.yn-feed-ad-card p,.yn-post-promo p{color:#4b5563!important;max-width:none!important;padding-right:0!important;font-size:.9rem!important;line-height:1.35!important}.yn-feed-ad-card span{color:#7a4d00!important}.yn-feed-ad-card a,.yn-post-promo a{color:#fff!important;white-space:nowrap!important;box-shadow:none!important;background:#1877f2!important;border:0!important;border-radius:999px!important;padding:10px 13px!important}@media (width<=1320px){.yn-wall-grid{grid-template-columns:minmax(250px,300px) minmax(0,680px)!important}.yn-right-column{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important;position:relative!important;top:auto!important}}@media (width<=980px){.yn-fb-shell{width:100%!important}.yn-wall-grid{grid-template-columns:1fr!important;padding:0 12px!important}.yn-left-column,.yn-right-column{grid-template-columns:1fr!important;display:grid!important;position:relative!important;top:auto!important}.yn-composer-panel[data-panel=embed_video]{max-height:none!important;overflow:visible!important}.yn-post-content .yn-rich-provider-custom-embed .yn-rich-embed,.yn-post-content .yn-rich-provider-local-embed .yn-rich-embed,.yn-post-content .yn-rich-provider-embed .yn-rich-embed,.yn-post-content .yn-rich-provider-direct-video .yn-rich-embed{min-height:280px!important}}@media (width<=640px){.yn-composer-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.yn-composer-tab{width:100%!important}.yn-composer-toolbar{border-radius:0 0 14px 14px!important}.yn-play-indicator{width:58px!important;height:58px!important}.yn-feed-ad-card,.yn-post-promo{grid-template-columns:1fr!important}.yn-ad-visual{width:100%!important;height:96px!important}.yn-feed-ad-card a,.yn-post-promo a{text-align:center!important;width:100%!important}}.yn-rich-provider-custom-embed .yn-rich-body p:empty,.yn-rich-provider-local-embed .yn-rich-body p:empty,.yn-rich-provider-custom-embed .yn-rich-body strong:empty,.yn-rich-provider-local-embed .yn-rich-body strong:empty{display:none!important}.yn-url-preview-card.is-error{color:#991b1b!important;background:#fff5f5!important;border:1px solid #fecaca!important;border-radius:12px!important;padding:12px 14px!important;font-weight:850!important}.yn-url-preview-card{color:#4b5563!important;background:#f7f8fa!important;border:1px solid #d8dde6!important;border-radius:12px!important;padding:12px 14px!important;font-weight:850!important}.yn-latest-strip{background:#fff!important;border:1px solid #d8dde6!important;border-radius:14px!important;margin:0 0 16px!important;padding:16px!important;box-shadow:0 1px 2px #00000014!important}.yn-strip-title{justify-content:space-between!important;align-items:flex-end!important;gap:12px!important;margin-bottom:12px!important;display:flex!important}.yn-strip-title strong{color:#050505!important;font-size:1.05rem!important;font-weight:950!important}.yn-strip-title span{color:#65676b!important;text-align:right!important;font-size:.86rem!important;font-weight:750!important}.yn-mini-update-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.yn-mini-update-card{color:#050505!important;background:#fff!important;border:1px solid #e4e6eb!important;border-radius:12px!important;grid-template-rows:96px auto auto!important;gap:6px!important;text-decoration:none!important;transition:transform .18s,box-shadow .18s,border-color .18s!important;display:grid!important;overflow:hidden!important;box-shadow:0 1px 2px #0000000d!important}.yn-mini-update-card:hover{border-color:#1877f2!important;transform:translateY(-2px)!important;box-shadow:0 10px 26px #1877f21f!important}.yn-mini-update-card img{object-fit:cover!important;width:100%!important;height:96px!important;display:block!important}.yn-mini-update-fallback{color:#111827!important;background:linear-gradient(135deg,#e7f3ff,#dcfce7)!important;place-items:center!important;height:96px!important;font-size:1.35rem!important;font-weight:950!important;display:grid!important}.yn-mini-update-card>span:not(.yn-mini-update-fallback){color:#1877f2!important;text-transform:uppercase!important;letter-spacing:.04em!important;padding:0 10px!important;font-size:.72rem!important;font-weight:950!important}.yn-mini-update-card strong{color:#050505!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;padding:0 10px 11px!important;font-size:.9rem!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.yn-featured-image{background:#f0f2f5!important;border:1px solid #d8dde6!important;border-radius:14px!important;margin:10px 0 14px!important;display:block!important;overflow:hidden!important}.yn-featured-image img{object-fit:cover!important;width:100%!important;height:auto!important;max-height:440px!important;display:block!important}.yn-post-content{color:#1f2937!important;max-width:100%!important;font-size:1rem!important;line-height:1.65!important}.yn-post-content p{margin:0 0 12px!important}.yn-post-content a{color:#1877f2!important;overflow-wrap:anywhere!important;font-weight:800!important;text-decoration:none!important}.yn-post-content img,.yn-post-content figure img{border-radius:12px!important;max-width:100%!important;height:auto!important}.yn-post-content figure{max-width:100%!important;margin:14px 0!important}.yn-post-content iframe,.yn-post-content video{max-width:100%!important}.yn-post-content table{border-collapse:separate!important;border-spacing:0!important;white-space:nowrap!important;background:#fff!important;border:1px solid #d8dde6!important;border-radius:12px!important;width:100%!important;max-width:100%!important;margin:14px 0!important;display:block!important;overflow-x:auto!important}.yn-post-content thead,.yn-post-content tbody,.yn-post-content tr{min-width:max-content!important}.yn-post-content th,.yn-post-content td{text-align:left!important;vertical-align:top!important;color:#111827!important;border-bottom:1px solid #e5e7eb!important;border-right:1px solid #e5e7eb!important;padding:12px 14px!important}.yn-post-content th{background:#f0f2f5!important;font-weight:950!important}.yn-post-content tr:last-child td{border-bottom:0!important}.yn-post-content th:last-child,.yn-post-content td:last-child{border-right:0!important}.yn-show-more{color:#fff!important;background:linear-gradient(135deg,#1877f2,#0ea5e9)!important;border:0!important;border-radius:999px!important;align-items:center!important;gap:8px!important;margin-top:12px!important;padding:10px 16px!important;font-size:.9rem!important;font-weight:950!important;display:inline-flex!important;box-shadow:0 10px 24px #1877f238!important}.yn-show-more:after{content:"↓";background:#ffffff2e;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.8rem;display:grid}.yn-post-content.is-expanded .yn-show-more:after{content:"↑"}.yn-related-posts{background:#fff!important;border:1px solid #d8dde6!important;border-radius:14px!important;margin:16px 0 0!important;padding:18px!important;box-shadow:0 1px 2px #00000014!important}.yn-related-head{justify-content:space-between!important;align-items:flex-end!important;gap:16px!important;margin-bottom:14px!important;display:flex!important}.yn-related-head h2{color:#050505!important;margin:0!important;font-size:1.25rem!important}.yn-related-head p{color:#65676b!important;text-align:right!important;max-width:340px!important;margin:0!important;font-weight:750!important}.yn-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.yn-related-card{color:#050505!important;background:#fff!important;border:1px solid #e4e6eb!important;border-radius:12px!important;grid-template-rows:auto auto auto!important;grid-template-columns:104px minmax(0,1fr)!important;align-items:center!important;gap:3px 12px!important;padding:10px!important;text-decoration:none!important;transition:transform .18s,box-shadow .18s,border-color .18s!important;display:grid!important}.yn-related-card:hover{border-color:#1877f2!important;transform:translateY(-2px)!important;box-shadow:0 10px 26px #1877f21f!important}.yn-related-card img{object-fit:cover!important;background:#f0f2f5!important;border-radius:10px!important;grid-row:1/4!important;width:104px!important;height:82px!important}.yn-related-card span{color:#1877f2!important;text-transform:uppercase!important;font-size:.72rem!important;font-weight:950!important}.yn-related-card strong{color:#050505!important;font-size:.96rem!important;line-height:1.22!important}.yn-related-card small{color:#65676b!important;font-weight:700!important;line-height:1.35!important}.yn-compact-dropzone{min-height:78px!important;padding:14px!important}.yn-article-featured-preview{margin:0!important}.yn-rich-card{max-width:100%!important}.yn-rich-card:not(.yn-rich-video){grid-template-columns:minmax(140px,38%) minmax(0,1fr)!important;align-items:stretch!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-image img{object-fit:cover!important;height:100%!important;min-height:170px!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-body{align-content:center!important;min-width:0!important;display:grid!important}@media (width<=980px){.yn-mini-update-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-strip-title,.yn-related-head{display:block!important}.yn-strip-title span,.yn-related-head p{text-align:left!important;margin-top:4px!important;display:block!important}.yn-related-grid{grid-template-columns:1fr!important}}@media (width<=640px){.yn-mini-update-grid{grid-template-columns:1fr 1fr!important}.yn-mini-update-card{grid-template-rows:84px auto auto!important}.yn-mini-update-card img,.yn-mini-update-fallback{height:84px!important}.yn-related-card{grid-template-columns:88px minmax(0,1fr)!important}.yn-related-card img{width:88px!important;height:72px!important}.yn-rich-card:not(.yn-rich-video){grid-template-columns:1fr!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-image img{min-height:190px!important}.yn-post-content table{font-size:.9rem!important}}.yn-composer-tabs{background:#f7f9fc!important;border:1px solid #dbe4f0!important;border-radius:18px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:8px!important;display:grid!important;overflow:visible!important}.yn-composer-tab{white-space:normal!important;color:#334155!important;min-width:0!important;min-height:48px!important;font-family:var(--yn-font)!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;flex:auto!important;justify-content:center!important;align-items:center!important;gap:8px!important;font-size:.92rem!important;font-weight:900!important;display:inline-flex!important;box-shadow:0 1px 2px #0f172a0a!important}.yn-composer-tab:hover,.yn-composer-tab.is-active{color:#fff!important;background:linear-gradient(135deg,#1877f2,#0ea5e9)!important;border-color:#1877f2!important;box-shadow:0 12px 24px #1877f233!important}.yn-tab-icon{color:#1877f2!important;background:#eef6ff!important;border-radius:50%!important;place-items:center!important;width:24px!important;height:24px!important;font-size:.75rem!important;font-weight:950!important;line-height:1!important;display:grid!important}.yn-composer-tab.is-active .yn-tab-icon,.yn-composer-tab:hover .yn-tab-icon{color:#fff!important;background:#ffffff38!important}.yn-inline-dropzone{background:#f8fafc!important;border-style:dashed!important;min-height:82px!important;padding:14px 16px!important}.yn-file-preview-list{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;margin:8px 0 0!important;display:grid!important}.yn-selected-file{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:12px!important;margin:0!important;overflow:hidden!important;box-shadow:0 1px 2px #0f172a0d!important}.yn-selected-file img{object-fit:cover!important;background:#f1f5f9!important;width:100%!important;height:86px!important;display:block!important}.yn-selected-file figcaption{color:#475569!important;white-space:nowrap!important;text-overflow:ellipsis!important;padding:6px 7px!important;font-size:.72rem!important;font-weight:800!important;line-height:1.2!important;overflow:hidden!important}.yn-file-limit-note{color:#b45309!important;background:#fffbeb!important;border:1px solid #fde68a!important;border-radius:10px!important;grid-column:1/-1!important;margin:0!important;padding:8px 10px!important;font-size:.84rem!important;font-weight:850!important}.yn-upload-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;max-width:100%!important;margin:12px 0!important;display:grid!important}.yn-upload-gallery.yn-upload-count-1{grid-template-columns:1fr!important}.yn-upload-gallery.yn-upload-count-3 figure:first-child,.yn-upload-gallery.yn-upload-count-5 figure:first-child{grid-column:1/-1!important}.yn-upload-gallery figure{background:#f7f8fa!important;border:1px solid #d8dde6!important;border-radius:12px!important;margin:0!important;overflow:hidden!important}.yn-upload-gallery img{object-fit:contain!important;background:#f7f8fa!important;width:100%!important;height:auto!important;max-height:430px!important;display:block!important}.yn-rich-card:not(.yn-rich-video){background:#fff!important;grid-template-columns:minmax(160px,42%) minmax(0,1fr)!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-image{background:#f7f8fa!important}.yn-rich-card:not(.yn-rich-video) .yn-rich-image img{object-fit:contain!important;background:#f7f8fa!important;height:auto!important;min-height:0!important;max-height:460px!important}.yn-featured-image img{object-fit:contain!important;background:#f7f8fa!important}.yn-rich-card .yn-rich-body span{display:none!important}.yn-rich-card .yn-rich-body strong{font-family:var(--yn-font)!important;font-weight:900!important}.yn-rich-card .yn-rich-body p{font-family:var(--yn-font)!important;color:#4b5563!important}@media (width<=720px){.yn-composer-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-file-preview-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}.yn-rich-card:not(.yn-rich-video){grid-template-columns:1fr!important}}@media (width<=480px){.yn-file-preview-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-composer-tab{padding-inline:8px!important;font-size:.86rem!important}}.yn-cover-logo{z-index:4!important;color:#111827!important;letter-spacing:.08em!important;background:#fffffff0!important;border:1px solid #0f172a1f!important;border-radius:16px!important;place-items:center!important;min-width:116px!important;height:58px!important;padding:8px 14px!important;font-weight:950!important;text-decoration:none!important;display:grid!important;position:absolute!important;top:24px!important;left:24px!important;box-shadow:0 14px 34px #0f172a2e!important}.yn-cover-logo img{object-fit:contain!important;width:auto!important;max-width:180px!important;height:auto!important;max-height:42px!important;display:block!important}.yn-cover-logo span{font-size:.82rem!important}@media (width<=640px){.yn-cover-logo{border-radius:13px!important;min-width:92px!important;height:48px!important;top:14px!important;left:14px!important}.yn-cover-logo img{max-width:136px!important;max-height:34px!important}}.yn-gallery-ads-section{color:#1f2937!important;background:#049988!important;border:4px solid #049988!important;border-radius:18px!important;margin:0 0 16px!important;overflow:hidden!important;box-shadow:0 10px 28px #0499882e!important}.yn-gallery-track-wrap{background:#eef6ff!important;border-radius:13px 13px 0 0!important;position:relative!important;overflow:hidden!important}.yn-gallery-track{scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;display:flex!important;overflow-x:auto!important}.yn-gallery-track::-webkit-scrollbar{display:none!important}.yn-gallery-ad-card{scroll-snap-align:start!important;color:#1f2937!important;background:#eef6ff!important;flex:0 0 100%!important;grid-template-columns:minmax(0,1fr) 360px!important;align-items:center!important;gap:28px!important;min-height:250px!important;padding:34px 44px!important;display:grid!important}.yn-gallery-kicker{color:#047c70!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin:0 0 8px!important;font-size:.76rem!important;font-weight:950!important;display:block!important}.yn-gallery-ad-copy h3{color:#069887!important;font-family:var(--yn-font)!important;letter-spacing:-.02em!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0 0 10px!important;font-size:clamp(1.28rem,2.3vw,1.8rem)!important;font-weight:950!important;line-height:1.15!important;display:-webkit-box!important;overflow:hidden!important}.yn-gallery-ad-copy p{color:#2f343b!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0 0 18px!important;font-size:1.02rem!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.yn-gallery-ad-actions{flex-wrap:wrap!important;align-items:center!important;gap:14px!important;display:flex!important}.yn-gallery-view-button{color:#2f343b!important;cursor:pointer!important;background:0 0!important;border:2px solid #2f343b!important;border-radius:999px!important;padding:9px 20px!important;font-size:.92rem!important;font-weight:900!important}.yn-gallery-view-button:hover{color:#fff!important;background:#2f343b!important}.yn-gallery-ad-actions small{color:#047c70!important;font-weight:900!important}.yn-gallery-image-stack{perspective:700px!important;justify-content:center!important;align-items:center!important;min-height:188px!important;padding:4px 22px!important;display:flex!important}.yn-gallery-image-stack img{object-fit:cover!important;background:#dbeafe!important;border:3px solid #11b5a5!important;border-radius:12px!important;width:92px!important;height:152px!important;margin-left:-10px!important;position:relative!important;box-shadow:0 14px 28px #0f172a33!important}.yn-gallery-image-stack img:first-child{margin-left:0!important;transform:rotate(-5deg)!important}.yn-gallery-image-stack img:nth-child(2){z-index:4!important;width:112px!important;height:184px!important;transform:translateY(-8px)scale(1.05)!important;box-shadow:0 22px 38px #0f172a47!important}.yn-gallery-image-stack img:nth-child(4){z-index:2!important;transform:rotate(-3deg)!important}.yn-gallery-image-stack img:nth-child(5){z-index:1!important;transform:rotate(5deg)!important}.yn-gallery-arrow{z-index:5!important;color:#374151!important;cursor:pointer!important;background:#ffffffe0!important;border:0!important;border-radius:50%!important;place-items:center!important;width:38px!important;height:38px!important;font-size:1.8rem!important;line-height:1!important;display:grid!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;box-shadow:0 8px 22px #0f172a29!important}.yn-gallery-arrow[data-gallery-dir="-1"]{left:14px!important}.yn-gallery-arrow[data-gallery-dir="1"]{right:14px!important}.yn-gallery-bottom-bar{color:#fff!important;background:#049988!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;padding:18px 22px!important;display:flex!important}.yn-gallery-bottom-bar strong{align-items:center!important;gap:10px!important;font-size:1.35rem!important;font-weight:950!important;display:flex!important}.yn-gallery-bottom-bar strong span{border:2px solid #fff!important;border-radius:50%!important;place-items:center!important;width:34px!important;height:34px!important;font-size:1rem!important;display:grid!important}.yn-gallery-bottom-bar button{color:#fff!important;cursor:pointer!important;background:0 0!important;border:0!important;align-items:center!important;gap:8px!important;font-size:1rem!important;font-weight:950!important;display:inline-flex!important}.yn-gallery-bottom-bar button span{font-size:1.25rem!important}.yn-gallery-modal{z-index:9999!important;backdrop-filter:blur(8px)!important;background:#0f172a94!important;justify-content:center!important;align-items:center!important;padding:20px!important;display:none!important;position:fixed!important;inset:0!important}.yn-gallery-modal.is-open{display:flex!important}.yn-gallery-modal-dialog{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:20px!important;width:min(520px,100%)!important;padding:28px!important;position:relative!important;box-shadow:0 30px 90px #0f172a59!important}.yn-gallery-ad-close{color:#111827!important;cursor:pointer!important;background:#f1f5f9!important;border:0!important;border-radius:50%!important;width:34px!important;height:34px!important;font-size:1.3rem!important;position:absolute!important;top:12px!important;right:14px!important}.yn-modal-kicker{color:#047c70!important;text-transform:uppercase!important;letter-spacing:.08em!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;border-radius:999px!important;padding:6px 10px!important;font-size:.72rem!important;font-weight:950!important;display:inline-flex!important}.yn-gallery-modal-dialog h2{color:#111827!important;margin:14px 0 8px!important;font-size:1.55rem!important;font-weight:950!important}.yn-gallery-modal-dialog p{color:#4b5563!important;margin:0 0 16px!important;font-weight:750!important;line-height:1.55!important}.yn-gallery-modal-price{background:#eef6ff!important;border:1px solid #dbeafe!important;border-radius:14px!important;gap:2px!important;margin:0 0 18px!important;padding:14px!important;display:grid!important}.yn-gallery-modal-price strong{color:#047c70!important;font-size:1.35rem!important}.yn-gallery-modal-price span{color:#475569!important;font-weight:800!important}.yn-ad-composer{background:#fff!important;border-top:1px solid #eef0f3!important;padding:16px!important}.yn-ad-composer-head{justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin-bottom:14px!important;display:flex!important}.yn-ad-composer-head strong{color:#050505!important;font-size:1.05rem!important;font-weight:950!important;display:block!important}.yn-ad-composer-head span:not(.yn-ad-price-pill){color:#65676b!important;margin-top:3px!important;font-size:.84rem!important;font-weight:750!important;display:block!important}.yn-ad-price-pill{white-space:nowrap!important;color:#047c70!important;background:#ecfdf5!important;border:1px solid #99f6e4!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:8px 12px!important;font-size:.8rem!important;font-weight:950!important;display:inline-flex!important}.yn-gallery-ad-form{gap:12px!important;display:grid!important}.yn-gallery-ad-form label{color:#334155!important;gap:7px!important;font-weight:900!important;display:grid!important}.yn-gallery-ad-form label span{font-size:.84rem!important}.yn-ad-form-grid,.yn-ad-location-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.yn-ad-form-grid{grid-template-columns:2fr 1fr!important}.yn-select{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;width:100%!important;min-height:48px!important;padding:10px 12px!important;font-weight:850!important}.yn-ad-seo-box{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:14px!important;gap:9px!important;padding:14px!important;display:grid!important}.yn-ad-seo-box strong{color:#111827!important;font-weight:950!important}.yn-ad-seo-box small{color:#64748b!important;font-weight:750!important}.yn-ad-toolbar{border-radius:0 0 14px 14px!important;margin:0!important}@media (width<=900px){.yn-gallery-ad-card{text-align:left!important;grid-template-columns:1fr!important;padding:28px 22px!important}.yn-gallery-image-stack{justify-content:flex-start!important;overflow-x:auto!important}.yn-ad-form-grid,.yn-ad-location-grid{grid-template-columns:1fr!important}.yn-gallery-bottom-bar{flex-direction:column!important;align-items:flex-start!important}.yn-gallery-arrow{display:none!important}}@media (width<=520px){.yn-gallery-ad-card{padding:22px 16px!important}.yn-gallery-image-stack img{width:78px!important;height:126px!important}.yn-gallery-image-stack img:nth-child(2){width:94px!important;height:148px!important}.yn-gallery-bottom-bar strong{font-size:1.1rem!important}.yn-ad-composer-head{display:grid!important}.yn-file-preview-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.yn-composer-tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important}.yn-selected-file{cursor:pointer!important;position:relative!important}.yn-selected-file.is-featured{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb29!important}.yn-selected-file.is-featured:after{content:"Featured"!important;color:#fff!important;background:#2563eb!important;border-radius:999px!important;padding:4px 7px!important;font-size:.66rem!important;font-weight:950!important;position:absolute!important;top:6px!important;right:6px!important}.yn-wide-gallery{grid-column:1/-1!important;margin:16px 0 22px!important}.yn-ad-archive-page,.yn-single-ad-page,.yn-dashboard-page{color:#111827!important;width:min(1420px,100% - 32px)!important;font-family:var(--yn-font,Inter,Arial,sans-serif)!important;margin:0 auto 42px!important}.yn-ad-archive-hero,.yn-single-ad-hero,.yn-dashboard-hero{background:linear-gradient(135deg,#eef6ff,#fff 55%,#ecfdf5)!important;border:1px solid #dbe4f0!important;border-radius:24px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:18px!important;margin:22px 0!important;padding:26px!important;display:grid!important;box-shadow:0 12px 36px #0f172a12!important}.yn-ad-archive-hero h1,.yn-single-ad-hero h1,.yn-dashboard-hero h1{color:#0f172a!important;letter-spacing:-.04em!important;margin:0!important;font-size:clamp(1.8rem,4vw,3.3rem)!important;font-weight:950!important;line-height:1.04!important}.yn-ad-archive-hero p,.yn-single-ad-hero p,.yn-dashboard-hero p{color:#475569!important;max-width:760px!important;margin:8px 0 0!important;font-size:1rem!important;font-weight:750!important}.yn-ad-back,.yn-ad-dashboard-link{color:#1d4ed8!important;white-space:nowrap!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:11px 15px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-ad-carousel{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;margin:18px 0!important;overflow:hidden!important;box-shadow:0 8px 24px #0f172a0f!important}.yn-ad-section-head{background:#f8fafc!important;border-bottom:1px solid #e5e7eb!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:14px 18px!important;display:flex!important}.yn-ad-section-head h2{color:#111827!important;margin:0!important;font-size:1.18rem!important;font-weight:950!important}.yn-ad-section-head span{color:#64748b!important;font-size:.82rem!important;font-weight:850!important}.yn-ad-carousel-track{scroll-snap-type:x mandatory!important;background:#fff!important;gap:0!important;display:flex!important;overflow-x:auto!important}.yn-ad-list-card{scroll-snap-align:start!important;color:#111827!important;background:#fff!important;border-right:1px solid #e5e7eb!important;flex:0 0 min(760px,100%)!important;grid-template-columns:190px minmax(0,1fr)!important;min-height:180px!important;display:grid!important;position:relative!important}.yn-ad-list-card.is-vip{background:#f0e7ff!important}.yn-ad-list-card.is-promoted{background:#eaf2ff!important}.yn-ad-thumb{background:#f1f5f9!important;position:relative!important;overflow:hidden!important}.yn-ad-thumb img{object-fit:cover!important;width:100%!important;height:100%!important;min-height:180px!important;display:block!important}.yn-ad-image-count{color:#fff!important;background:#0f172adb!important;border-radius:999px!important;padding:4px 8px!important;font-size:.76rem!important;font-weight:900!important;position:absolute!important;bottom:8px!important;right:8px!important}.yn-ad-badge{color:#fff!important;text-transform:uppercase!important;z-index:2!important;background:#f59e0b!important;padding:6px 38px!important;font-size:.72rem!important;font-weight:950!important;position:absolute!important;top:14px!important;right:-34px!important;transform:rotate(42deg)!important}.yn-ad-list-body{align-content:start!important;gap:8px!important;padding:16px 18px!important;display:grid!important}.yn-ad-list-body h3{color:#111827!important;margin:0!important;font-size:1.04rem!important;font-weight:950!important;line-height:1.25!important}.yn-ad-list-body h3 a{color:inherit!important;text-decoration:none!important}.yn-ad-list-body p{color:#374151!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:.92rem!important;line-height:1.42!important;display:-webkit-box!important;overflow:hidden!important}.yn-ad-location-row{color:#426ca3!important;flex-wrap:wrap!important;gap:7px!important;font-size:.82rem!important;font-weight:850!important;display:flex!important}.yn-ad-list-actions,.yn-ad-admin-actions{flex-wrap:wrap!important;align-items:center!important;gap:9px!important;display:flex!important}.yn-ad-view-link,.yn-ad-admin-actions button,.yn-dashboard-ad-actions a,.yn-dashboard-ad-actions button{color:#fff!important;cursor:pointer!important;background:#2563eb!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;font-size:.82rem!important;font-weight:950!important;text-decoration:none!important}.yn-ad-admin-actions button:nth-child(2){background:#0f766e!important}.yn-ad-location-cloud{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;margin:18px 0!important;padding:18px!important}.yn-ad-location-cloud h2{color:#111827!important;margin:0 0 12px!important;font-size:1.1rem!important;font-weight:950!important}.yn-ad-location-links{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;gap:14px!important;margin:18px 0!important;padding:18px!important;display:grid!important;box-shadow:0 8px 24px #0f172a0d!important}.yn-ad-location-links .yn-ad-section-head{justify-content:space-between!important;align-items:flex-end!important;gap:14px!important;display:flex!important}.yn-ad-location-links .yn-ad-section-head h2{color:#111827!important;margin:0!important;font-size:1.18rem!important;font-weight:950!important}.yn-ad-location-links .yn-ad-section-head span{color:#64748b!important;font-size:.84rem!important;font-weight:800!important}.yn-location-clusters{gap:16px!important;display:grid!important}.yn-location-cluster{gap:10px!important;display:grid!important}.yn-location-cluster h3,.yn-location-cluster strong{margin:0!important}.yn-location-cluster div{flex-wrap:wrap!important;gap:9px!important;display:flex!important}.yn-ad-location-links a{color:#315f96!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:999px!important;padding:8px 11px!important;font-size:.82rem!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.yn-indexable-tag-section{gap:10px!important;margin:12px 0!important;display:grid!important}.yn-indexable-tag-section h2{color:#111827!important;margin:0!important;font-size:1.08rem!important;font-weight:950!important}.yn-indexable-tags{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-indexable-tag{color:#315f96!important;white-space:normal!important;overflow-wrap:anywhere!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;align-items:center!important;min-width:0!important;max-width:100%!important;padding:7px 10px!important;font-size:.78rem!important;font-weight:900!important;line-height:1.25!important;display:inline-flex!important}.yn-ad-list-body .yn-indexable-tag-section,.yn-gallery-ad-copy .yn-indexable-tag-section{margin:2px 0!important}.yn-ad-list-body .yn-indexable-tags,.yn-gallery-ad-copy .yn-indexable-tags{gap:6px!important}.yn-ad-list-body .yn-indexable-tag,.yn-gallery-ad-copy .yn-indexable-tag{background:#f8fafc!important;padding:5px 8px!important;font-size:.7rem!important}.yn-tag-field{gap:7px!important;display:grid!important}.yn-tag-field span{color:#374151!important;font-size:.82rem!important;font-weight:900!important}.yn-tag-field small{color:#64748b!important;font-size:.78rem!important;font-weight:700!important}.yn-user-ad-form{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;gap:14px!important;margin:18px 0!important;padding:18px!important;display:grid!important;box-shadow:0 8px 24px #0f172a0d!important}.yn-user-ad-quota{color:#111827!important;background:#f1f5f9!important;border-radius:14px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;display:flex!important}.yn-user-ad-quota span{color:#64748b!important;font-size:.84rem!important;font-weight:800!important}.yn-user-ad-grid,.yn-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.yn-dashboard-grid,.yn-single-ad-grid{grid-template-columns:minmax(0,1fr) 340px!important;align-items:start!important;gap:20px!important;display:grid!important}.yn-dashboard-card,.yn-single-contact-card,.yn-single-ad-card,.yn-user-ad-lock{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;padding:18px!important;box-shadow:0 8px 24px #0f172a0d!important}.yn-dashboard-card h2,.yn-single-contact-card h2,.yn-single-ad-card h2{color:#111827!important;margin:0 0 12px!important;font-size:1.12rem!important;font-weight:950!important}.yn-dashboard-ad-row{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;margin:0 0 16px!important;overflow:hidden!important}.yn-dashboard-ad-row .yn-ad-list-card{flex:unset!important;border-right:0!important;width:100%!important;max-width:none!important}.yn-dashboard-ad-actions{background:#f8fafc!important;border-top:1px solid #e5e7eb!important;justify-content:flex-end!important;gap:10px!important;padding:12px 14px!important;display:flex!important}.yn-dashboard-stat{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:16px!important;gap:3px!important;padding:16px!important;display:grid!important}.yn-dashboard-stat strong{color:#111827!important;font-size:1.65rem!important;font-weight:950!important}.yn-dashboard-stat span{color:#64748b!important;font-size:.84rem!important;font-weight:850!important}.yn-single-media{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:16px!important;overflow:hidden!important}.yn-single-media img{object-fit:contain!important;background:#f8fafc!important;width:100%!important;max-height:660px!important;display:block!important}.yn-single-thumbs{gap:8px!important;margin-top:10px!important;display:flex!important;overflow:auto!important}.yn-single-thumbs img{object-fit:cover!important;border:1px solid #dbe4f0!important;border-radius:10px!important;width:90px!important;height:80px!important}.yn-single-description{color:#111827!important;font-size:1rem!important;line-height:1.72!important}.yn-single-ad-meta{flex-wrap:wrap!important;gap:8px!important;margin:14px 0!important;display:flex!important}.yn-single-ad-meta span{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;padding:7px 10px!important;font-size:.82rem!important;font-weight:900!important}.yn-contact-button{color:#fff!important;background:#22c55e!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;margin:9px 0!important;padding:11px!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.yn-contact-button.is-phone{background:#f59e0b!important}.yn-share-row{flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important;display:flex!important}.yn-share-row a{color:#fff!important;background:#2563eb!important;border-radius:50%!important;place-items:center!important;width:38px!important;height:38px!important;font-weight:950!important;text-decoration:none!important;display:grid!important}.yn-latest-strip{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;margin-top:22px!important;padding:18px!important}.yn-latest-strip h2{color:#111827!important;margin:0 0 12px!important;font-size:1.14rem!important;font-weight:950!important}.yn-latest-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.yn-latest-grid a{color:#111827!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:14px!important;gap:7px!important;padding:12px!important;font-weight:900!important;text-decoration:none!important;display:grid!important}.yn-latest-grid span{color:#64748b!important;font-size:.78rem!important}@media (width<=1020px){.yn-dashboard-grid,.yn-single-ad-grid{grid-template-columns:1fr!important}.yn-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-ad-archive-hero,.yn-single-ad-hero,.yn-dashboard-hero{grid-template-columns:1fr!important}.yn-ad-list-card{grid-template-columns:150px minmax(0,1fr)!important}}@media (width<=720px){.yn-composer-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-ad-archive-page,.yn-single-ad-page,.yn-dashboard-page{width:min(100% - 20px,1420px)!important}.yn-ad-list-card{grid-template-columns:118px minmax(0,1fr)!important}.yn-ad-thumb img{min-height:150px!important}.yn-user-ad-grid,.yn-dashboard-stats,.yn-latest-grid{grid-template-columns:1fr!important}.yn-user-ad-quota{display:grid!important}.yn-ad-section-head{flex-direction:column!important;align-items:flex-start!important}}.yn-feed-ad-card:before,.yn-post-promo:before{content:none!important;display:none!important}.yn-feed-load-more{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#111827,#2563eb)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:18px 0 8px!important;padding:15px 20px!important;font-size:1rem!important;font-weight:950!important;display:flex!important;box-shadow:0 14px 36px #2563eb47!important}.yn-feed-load-more:hover{transform:translateY(-2px)!important;box-shadow:0 20px 48px #2563eb5c!important}.yn-feed-load-more[hidden]{display:none!important}.yn-home-ad-showcase{gap:18px!important;margin:26px 0 0!important;display:grid!important}.yn-home-ad-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.yn-home-ad-head h2{color:#111827!important;letter-spacing:-.02em!important;margin:0!important;font-size:1.26rem!important;font-weight:950!important}.yn-home-ad-head span{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;align-items:center!important;padding:7px 10px!important;font-size:.78rem!important;font-weight:950!important;display:inline-flex!important}.yn-home-ad-footer{background:#f8fafc!important;border:1px dashed #bfd0e6!important;border-radius:16px!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:14px!important;display:flex!important}.yn-package-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:12px 0!important;display:grid!important}.yn-package-card{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:16px!important;gap:5px!important;padding:14px!important;display:grid!important;box-shadow:0 8px 22px #0f172a0d!important}.yn-package-card strong{color:#111827!important;font-size:1.02rem!important;font-weight:950!important}.yn-package-card b{color:#0f766e!important;font-size:1.14rem!important;font-weight:950!important}.yn-package-card span{color:#64748b!important;font-size:.78rem!important;font-weight:800!important;line-height:1.35!important}.yn-package-card-vip{background:linear-gradient(135deg,#f5f3ff,#fff)!important;border-color:#c4b5fd!important}.yn-payment-box{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:16px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:14px!important;margin-top:12px!important;padding:14px!important;display:grid!important}.yn-payment-box h3{color:#111827!important;margin:0 0 4px!important;font-size:1rem!important;font-weight:950!important}.yn-payment-box p{color:#475569!important;margin:0!important;font-size:.9rem!important;font-weight:800!important;line-height:1.45!important}.yn-payment-box a{color:#1d4ed8!important;font-weight:950!important}.yn-payment-qr{object-fit:cover!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:16px!important;width:112px!important;height:112px!important}.yn-payment-qr img{object-fit:contain!important;border-radius:14px!important;width:100%!important;height:100%!important;display:block!important}.yn-payment-copy{gap:7px!important;min-width:0!important;display:grid!important}.yn-payment-bank-details{color:#334155!important;background:#fff!important;border:1px dashed #cbd5e1!important;border-radius:12px!important;margin:6px 0!important;padding:10px 12px!important}.yn-payment-bank-details strong{color:#111827!important;margin:0 0 4px!important;font-size:.9rem!important;font-weight:950!important;display:block!important}.yn-payment-bank-details p{color:#334155!important;margin:0 0 4px!important;font-size:.86rem!important;font-weight:800!important;line-height:1.4!important}.yn-payment-bank-details p:last-child{margin-bottom:0!important}.yn-payment-qr-fallback{color:#fff!important;text-align:center!important;background:#111827!important;border-radius:16px!important;place-items:center!important;width:112px!important;height:112px!important;font-size:.86rem!important;font-weight:950!important;display:grid!important}.yn-promotion-request-panel,.yn-purchase-more-panel{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;gap:12px!important;margin:14px 0!important;padding:16px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-promotion-request-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.yn-promotion-request-head strong,.yn-purchase-more-panel strong{color:#111827!important;font-size:1rem!important;font-weight:950!important}.yn-promotion-request-head span,.yn-purchase-more-panel span{color:#64748b!important;font-size:.82rem!important;font-weight:850!important}.yn-ad-archive-layout{grid-template-columns:minmax(0,1fr) 340px!important;align-items:start!important;gap:20px!important;display:grid!important}.yn-ad-archive-main{min-width:0!important}.yn-ad-archive-sidebar{gap:16px!important;display:grid!important;position:sticky!important;top:16px!important}.yn-wall-post-sidebar{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;padding:16px!important;box-shadow:0 8px 24px #0f172a0d!important}.yn-wall-post-sidebar h2{color:#111827!important;margin:0 0 12px!important;font-size:1.08rem!important;font-weight:950!important}.yn-wall-post-list{gap:10px!important;display:grid!important}.yn-wall-post-list a{color:#111827!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:14px!important;gap:5px!important;padding:12px!important;text-decoration:none!important;display:grid!important}.yn-wall-post-list strong{font-size:.92rem!important;font-weight:950!important;line-height:1.25!important}.yn-wall-post-list span{color:#64748b!important;font-size:.76rem!important;font-weight:850!important}.yn-post-ad-register-lock div,.yn-lock-actions{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:12px!important;display:flex!important}.yn-ad-list-card-featured,.yn-ad-list-card.is-featured{background:linear-gradient(135deg,#ecfdf5,#fff)!important;border-left:6px solid #059669!important}.yn-ad-list-card-vip,.yn-ad-list-card.is-vip{background:linear-gradient(135deg,#f5f3ff,#fff)!important;border-left:6px solid #7c3aed!important}.yn-ad-list-card-promoted,.yn-ad-list-card.is-promoted{background:linear-gradient(135deg,#eff6ff,#fff)!important;border-left:6px solid #2563eb!important}.yn-ad-list-card-sponsored,.yn-ad-list-card.is-sponsored{background:linear-gradient(135deg,#fff7ed,#fff)!important;border-left:6px solid #f97316!important}.yn-ad-list-card-free,.yn-ad-list-card.is-free{background:#fff!important;border-left:6px solid #cbd5e1!important}.yn-ad-admin-actions button{color:#fff!important;cursor:pointer!important;background:#111827!important;border:0!important;border-radius:999px!important;padding:8px 11px!important;font-size:.76rem!important;font-weight:950!important}.yn-ad-admin-actions button[data-placement=featured]{background:#059669!important}.yn-ad-admin-actions button[data-placement=vip]{background:#7c3aed!important}.yn-ad-admin-actions button[data-placement=promoted]{background:#2563eb!important}.yn-ad-admin-actions button[data-placement=sponsored]{background:#f97316!important}.yn-ad-admin-actions button[data-placement=free]{background:#64748b!important}.yn-ad-promo-note p{color:#475569!important;font-weight:800!important;line-height:1.5!important}.yn-dashboard-stats .yn-purchase-more-panel{grid-column:1/-1!important}@media (width<=1100px){.yn-ad-archive-layout{grid-template-columns:1fr!important}.yn-ad-archive-sidebar{position:static!important}.yn-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.yn-package-grid,.yn-payment-box{grid-template-columns:1fr!important}.yn-payment-qr,.yn-payment-qr-fallback{aspect-ratio:1!important;width:100%!important;max-width:180px!important;height:auto!important}.yn-home-ad-head,.yn-promotion-request-head{flex-direction:column!important;align-items:flex-start!important}.yn-home-ad-footer{align-items:stretch!important}.yn-home-ad-footer a,.yn-home-ad-footer button{width:100%!important}}.yn-latest-ads-section{background:#fff!important;border:1px solid #d7dde7!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 8px 26px #0f172a0f!important}.yn-classified-toolbar{color:#111827!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:13px 16px!important;display:flex!important}.yn-classified-toolbar div:first-child{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;font-size:.92rem!important;font-weight:900!important;display:flex!important}.yn-classified-toolbar strong{color:#111827!important;font-size:1rem!important;font-weight:950!important}.yn-classified-toolbar span{color:#6b7280!important;font-weight:800!important}.yn-classified-toolbar b{color:#315f96!important;background:#f1f5f9!important;border-radius:7px!important;align-items:center!important;padding:7px 11px!important;font-size:.86rem!important;font-weight:950!important;display:inline-flex!important}.yn-view-icons{align-items:center!important;gap:4px!important;display:flex!important}.yn-view-icons span{background:#315f96!important;border-radius:2px!important;width:15px!important;height:15px!important;display:block!important}.yn-view-icons span:nth-child(2){background:#0f172a!important}.yn-view-icons span:nth-child(3){background:linear-gradient(#315f96 0 20%,#0000 20% 40%,#315f96 40% 60%,#0000 60% 80%,#315f96 80%)!important;width:20px!important}.yn-ad-list-stack{background:#fff!important;gap:0!important;display:grid!important}.yn-ad-list-stack .yn-ad-list-image{min-height:156px!important}.yn-ad-list-stack .yn-ad-thumb img{filter:saturate(.85)!important;min-height:156px!important}.yn-ad-list-stack .yn-ad-list-body{align-content:center!important;gap:8px!important;padding:14px 18px!important;display:grid!important}.yn-ad-list-stack .yn-ad-list-body h3{letter-spacing:0!important;font-size:1rem!important;line-height:1.22!important}.yn-ad-list-stack .yn-ad-list-body p{-webkit-line-clamp:2!important;color:#111827!important;font-size:.94rem!important;line-height:1.38!important}.yn-ad-list-stack .yn-ad-list-meta{color:#426ca3!important;flex-wrap:wrap!important;gap:8px!important;font-size:.8rem!important;font-weight:900!important;display:flex!important}.yn-ad-list-stack .yn-ad-list-actions{justify-content:space-between!important;gap:9px!important}.yn-ad-list-stack .yn-ad-list-actions>span{color:#426ca3!important;font-size:.82rem!important;font-weight:900!important}.yn-ad-list-stack .yn-ad-view-link{color:#111827!important;background:#fff!important;border:1px solid #111827!important;border-radius:999px!important;padding:8px 13px!important}.yn-ad-corner-label{color:#fff!important;text-transform:uppercase!important;z-index:4!important;background:#f59e0b!important;padding:8px 42px!important;font-size:.76rem!important;font-weight:950!important;line-height:1!important;position:absolute!important;top:12px!important;right:-35px!important;transform:rotate(45deg)!important;box-shadow:0 8px 18px #0f172a29!important}.yn-ad-list-card-featured .yn-ad-corner-label{background:#059669!important}.yn-ad-list-card-vip .yn-ad-corner-label{background:#7c3aed!important}.yn-ad-list-card-promoted .yn-ad-corner-label{background:#2563eb!important}.yn-ad-list-card-sponsored .yn-ad-corner-label{background:#f97316!important}.yn-ad-placement-text{text-transform:capitalize!important;margin-left:auto!important}.yn-ad-placement-text-free{color:#64748b!important}.yn-ad-thumb:after,.yn-demo-ad-image:after{content:"View photo"!important;color:#fff!important;z-index:3!important;white-space:nowrap!important;background:#0f172a9e!important;border-radius:999px!important;padding:12px 18px!important;font-size:.9rem!important;font-weight:950!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 12px 28px #00000038!important}.yn-demo-ad-image{filter:none!important;background:radial-gradient(circle at 30% 30%,#ffffff8c,#0000 28%),linear-gradient(135deg,#dbeafe,#fce7f3 48%,#dcfce7)!important}.yn-demo-photo-code{color:#0f172a2e!important;z-index:2!important;font-size:1.4rem!important;font-weight:950!important;position:absolute!important;top:8px!important;right:10px!important}.yn-inline-ad-cta{color:#fff!important;letter-spacing:-.02em!important;width:100%!important;min-height:64px!important;text-shadow:none!important;cursor:pointer!important;background:linear-gradient(90deg,#f59e0b,#fb923c)!important;border:0!important;border-bottom:2px solid #fff!important;justify-content:center!important;align-items:center!important;gap:16px!important;font-size:1.45rem!important;font-weight:950!important;display:flex!important}.yn-inline-ad-cta strong{text-transform:uppercase!important;letter-spacing:.04em!important;background:#ffffff2e!important;border:1px solid #ffffff59!important;border-radius:999px!important;padding:7px 12px!important;font-size:.82rem!important}.yn-inline-ad-cta:hover{filter:saturate(1.08)!important;transform:none!important}.yn-home-ad-showcase .yn-home-ad-footer{border-top:0!important;border-radius:0 0 18px 18px!important;margin-top:-18px!important}@media (width<=760px){.yn-classified-toolbar{flex-direction:column!important;align-items:flex-start!important}.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:124px minmax(0,1fr)!important;min-height:142px!important}.yn-ad-list-stack .yn-ad-list-image,.yn-ad-list-stack .yn-ad-thumb img{min-height:142px!important}.yn-ad-list-stack .yn-ad-list-body{padding:12px!important}.yn-ad-list-stack .yn-ad-list-body h3{font-size:.92rem!important}.yn-ad-list-stack .yn-ad-list-body p{-webkit-line-clamp:2!important;font-size:.84rem!important}.yn-inline-ad-cta{min-height:56px!important;font-size:1.05rem!important}.yn-ad-thumb:after,.yn-demo-ad-image:after{padding:10px 12px!important;font-size:.76rem!important}.yn-ad-corner-label{font-size:.64rem!important;right:-39px!important}}:root{--yn-classified-blue:#4f82b5;--yn-classified-red:#cf4c43;--yn-classified-bg:#f1f3f6;--yn-classified-text:#24272d;--yn-classified-link:#315f96;--yn-classified-border:#d8dde5;--yn-classified-card:#fff;--yn-font:"Outfit","Inter",Arial,sans-serif!important}body.yn-pulse-p2{background:var(--yn-classified-bg)!important;color:var(--yn-classified-text)!important;font-family:var(--yn-font)!important}.yn-app{background:var(--yn-classified-bg)!important;min-height:100vh!important;color:var(--yn-classified-text)!important}.widget_categories,.widget_archive,.widget_recent_entries,.widget_recent_comments,.wp-block-categories,.wp-block-archives,.wp-block-latest-posts,.wp-block-latest-comments{display:none!important}.yn-site-topbar{z-index:100!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;min-height:72px!important;padding:12px max(22px,50vw - 710px)!important;display:flex!important;position:sticky!important;top:0!important;box-shadow:0 2px 12px #0f172a0a!important}.yn-site-logo{color:#24115b!important;letter-spacing:-.04em!important;align-items:center!important;min-width:170px!important;font-size:2.05rem!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.yn-site-logo img{object-fit:contain!important;max-width:176px!important;max-height:52px!important;display:block!important}.yn-site-logo span{color:#24115b!important;align-items:center!important;display:inline-flex!important}.yn-site-nav{justify-content:center!important;align-items:center!important;gap:24px!important;margin-left:auto!important;display:flex!important}.yn-site-nav a{color:#315f96!important;font-size:.96rem!important;font-weight:850!important;text-decoration:none!important}.yn-site-nav a:hover{color:#0f172a!important}.yn-site-actions{justify-content:flex-end!important;align-items:center!important;gap:10px!important;display:flex!important}.yn-site-actions .yn-auth-controls{gap:7px!important}.yn-site-actions .yn-live-count,.yn-site-actions .yn-welcome{display:none!important}.yn-site-actions .yn-soft-button,.yn-site-actions .yn-primary-button,.yn-create-ad-button,.yn-submit-article-button,.yn-forum-button{box-shadow:none!important;color:#2f343b!important;white-space:nowrap!important;background:0 0!important;border:0!important;border-radius:0!important;padding:10px 12px!important;font-size:.94rem!important;font-weight:850!important;text-decoration:none!important}.yn-site-actions .yn-primary-button,.yn-create-ad-button{background:var(--yn-classified-red)!important;color:#fff!important;border-radius:0!important;padding:14px 24px!important;font-weight:950!important}.yn-submit-article-button{color:#fff!important;background:#0f766e!important;padding:14px 22px!important;font-weight:950!important}.yn-forum-button{color:#fff!important;background:#7c3aed!important;padding:14px 20px!important;font-weight:950!important}.yn-site-actions .yn-primary-button:hover,.yn-create-ad-button:hover{background:#b53e36!important;transform:none!important}.yn-submit-article-button:hover{color:#fff!important;background:#115e59!important}.yn-forum-button:hover{color:#fff!important;background:#6d28d9!important}.yn-classified-search-wrap{width:min(1420px,100% - 44px)!important;margin:18px auto!important}.yn-classified-search-bar{background:var(--yn-classified-blue)!important;border:4px solid var(--yn-classified-blue)!important;box-shadow:none!important;border-radius:4px!important;grid-template-columns:230px 230px minmax(240px,1fr) 250px 230px!important;gap:0!important;display:grid!important;overflow:hidden!important}.yn-classified-search-bar label{min-width:0!important;display:block!important}.yn-classified-search-bar input,.yn-classified-search-bar select{border:0!important;border-right:4px solid var(--yn-classified-blue)!important;color:#555!important;background:#fff!important;border-radius:3px!important;outline:0!important;width:100%!important;height:52px!important;padding:0 18px!important;font-size:1rem!important;font-weight:650!important}.yn-classified-search-bar button{background:var(--yn-classified-blue)!important;color:#fff!important;border:0!important;border-radius:0!important;height:52px!important;font-size:1.12rem!important;font-weight:950!important}.yn-classified-search-bar button:before{content:"⌕";margin-right:8px!important}.yn-classified-home{width:min(1420px,100% - 44px)!important;color:var(--yn-classified-text)!important;gap:18px!important;margin:0 auto 46px!important;display:grid!important}.yn-classified-profile{border:1px solid var(--yn-classified-border)!important;background:#fff!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 3px 14px #0f172a0f!important}.yn-classified-profile .yn-profile-cover{background-position:50%!important;background-size:cover!important;border-bottom:1px solid #e5e7eb!important;min-height:300px!important;position:relative!important}.yn-classified-profile .yn-profile-cover:after{content:""!important;background:linear-gradient(#00000014,#00000040)!important;position:absolute!important;inset:0!important}.yn-cover-logo{z-index:2!important;color:#111827!important;background:#fff!important;border:4px solid #fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:92px!important;height:92px!important;font-weight:950!important;display:flex!important;position:absolute!important;bottom:24px!important;left:24px!important;overflow:hidden!important;box-shadow:0 12px 28px #0f172a38!important}.yn-cover-logo img{object-fit:contain!important;width:100%!important;height:100%!important}.yn-cover-edit{z-index:3!important;color:#111827!important;background:#fff!important;border-radius:8px!important;padding:9px 13px!important;font-size:.86rem!important;font-weight:900!important;text-decoration:none!important;position:absolute!important;bottom:20px!important;right:20px!important}.yn-classified-profile .yn-profile-main{color:#111827!important;background:#fff!important;grid-template-columns:116px minmax(0,1fr) auto!important;align-items:center!important;gap:20px!important;padding:20px 24px!important;display:grid!important}.yn-classified-profile .yn-profile-avatar{object-fit:cover!important;z-index:5!important;border:5px solid #fff!important;border-radius:50%!important;width:116px!important;height:116px!important;margin-top:-62px!important;position:relative!important;box-shadow:0 12px 24px #0f172a24!important}.yn-classified-profile h1{color:#050505!important;letter-spacing:-.04em!important;margin:0!important;font-size:clamp(1.65rem,3vw,2.2rem)!important;font-weight:950!important;line-height:1.05!important}.yn-classified-profile h1 span{color:#333!important;font-weight:650!important}.yn-classified-profile p{color:#4b5563!important;margin:5px 0!important;font-size:.98rem!important;font-weight:700!important;line-height:1.4!important}.yn-profile-meta{flex-wrap:wrap!important;gap:11px!important;margin-top:8px!important;display:flex!important}.yn-profile-meta a,.yn-profile-meta span{color:#315f96!important;font-size:.9rem!important;font-weight:850!important;text-decoration:none!important}.yn-profile-actions{justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.yn-profile-actions .yn-blue-button,.yn-profile-actions .yn-soft-button{color:#fff!important;background:#2f6fed!important;border:0!important;border-radius:7px!important;padding:10px 14px!important;font-size:.88rem!important;font-weight:950!important;text-decoration:none!important}.yn-profile-actions .yn-soft-button{color:#111827!important;background:#e5e7eb!important}.yn-classified-feed-card,.yn-home-ad-showcase{border:1px solid var(--yn-classified-border)!important;background:#fff!important;border-radius:14px!important;padding:0!important;overflow:hidden!important;box-shadow:0 3px 14px #0f172a0f!important}.yn-classified-updates-head,.yn-home-ad-head{background:#fff!important;border-bottom:1px solid #e5e7eb!important;justify-content:space-between!important;align-items:flex-end!important;gap:16px!important;padding:18px 20px!important;display:flex!important}.yn-classified-updates-head span,.yn-home-ad-head span{color:#315f96!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:0 0!important;padding:0!important;font-size:.78rem!important;font-weight:950!important;display:block!important}.yn-classified-updates-head h2,.yn-home-ad-head h2{color:#111827!important;letter-spacing:-.025em!important;margin:3px 0 0!important;font-size:1.3rem!important;font-weight:950!important;line-height:1.1!important}.yn-classified-updates-head p,.yn-home-ad-head p{color:#6b7280!important;max-width:760px!important;margin:4px 0 0!important;font-size:.9rem!important;font-weight:700!important}.yn-classified-feed-card .yn-feed{background:#f7f8fb!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:16px!important;display:grid!important}.yn-classified-feed-card .yn-post-card{color:#111827!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;box-shadow:0 2px 8px #0f172a0d!important}.yn-classified-feed-card .yn-post-card .yn-post-meta strong,.yn-classified-feed-card .yn-post-title{color:#111827!important}.yn-classified-feed-card .yn-post-content,.yn-classified-feed-card .yn-post-meta{color:#4b5563!important}.yn-classified-feed-card .yn-avatar{color:#315f96!important;background:#e9f2ff!important}.yn-filter-group{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-filter-button{color:#374151!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:999px!important;padding:9px 13px!important;font-size:.86rem!important;font-weight:900!important}.yn-filter-button.is-active,.yn-filter-button:hover{color:#fff!important;background:#315f96!important;border-color:#315f96!important;transform:none!important}.yn-feed-loader,.yn-feed-end{text-align:center!important;color:#64748b!important;margin:0 16px 16px!important}.yn-feed-load-more{color:#fff!important;width:calc(100% - 32px)!important;box-shadow:none!important;background:#315f96!important;border-radius:8px!important;margin:0 16px 16px!important}.yn-home-ad-showcase{margin:0!important}.yn-home-ad-showcase .yn-home-ad-footer{background:#fff!important;border:0!important;border-top:1px solid #e5e7eb!important;border-radius:0!important;margin:0!important}.yn-ad-list-section{box-shadow:none!important;border:0!important;border-radius:0!important}.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:210px minmax(0,1fr)!important;min-height:156px!important}.yn-ad-list-stack .yn-ad-list-body h3{font-size:1.02rem!important}.yn-ad-list-stack .yn-ad-list-body p{font-size:1rem!important}.yn-inline-post-ad-box{background:#fff!important;border-bottom:2px solid #e5e7eb!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:12px 18px 16px!important;display:grid!important}.yn-inline-post-ad-input{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:8px!important;outline:0!important;width:100%!important;height:54px!important;padding:0 16px!important;font-size:1.08rem!important;font-weight:700!important}.yn-inline-post-ad-input:focus{border-color:#315f96!important;box-shadow:0 0 0 3px #315f9629!important}.yn-inline-post-ad-button{color:#fff!important;letter-spacing:.01em!important;background:#d4554f!important;border:0!important;border-radius:8px!important;width:100%!important;min-height:58px!important;font-size:1.25rem!important;font-weight:950!important}.yn-inline-post-ad-button:before{content:"+";color:#d4554f!important;background:#fff!important;border-radius:50%!important;place-items:center!important;width:26px!important;height:26px!important;margin-right:10px!important;font-weight:950!important;display:inline-grid!important}.yn-inline-post-ad-button:hover{background:#bd4640!important}.yn-classified-home .yn-priority-gallery-section{width:min(1420px,100% - 28px)!important;margin:18px auto 24px!important}.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-top .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-promoted .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack{justify-content:center!important;width:auto!important;height:auto!important;min-height:170px!important;display:flex!important;overflow:visible!important}.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack img,.yn-classified-home .yn-priority-gallery-top .yn-gallery-image-stack img,.yn-classified-home .yn-priority-gallery-promoted .yn-gallery-image-stack img,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack img{object-fit:cover!important;border-radius:12px!important;width:105px!important;height:150px!important;margin-left:-20px!important;display:block!important;box-shadow:0 14px 28px #0f172a33!important}.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-top .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-promoted .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child{margin-left:0!important}.yn-package-grid{align-items:stretch!important}.yn-package-card{flex-direction:column!important;min-width:0!important;display:flex!important}.yn-package-card p{margin-bottom:0!important}.yn-payment-box{grid-template-columns:minmax(150px,190px) minmax(0,1fr)!important;align-items:start!important;gap:22px!important;padding:20px!important}.yn-payment-box>div{min-width:0!important}.yn-payment-box p{overflow-wrap:anywhere!important}.yn-home-free-limit{background:linear-gradient(135deg,#eff6ff,#ecfeff)!important;border:1px solid #bfdbfe!important;border-radius:14px!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;width:min(1420px,100% - 28px)!important;margin:16px auto!important;padding:18px 22px!important;display:flex!important}.yn-home-free-limit div{gap:4px!important;display:grid!important}.yn-home-free-limit strong{color:#0f3f78!important;font-size:1.16rem!important}.yn-home-free-limit span{color:#52647b!important;font-weight:700!important}@media (width<=760px){.yn-classified-home .yn-priority-gallery-featured .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-top .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-ad-card{grid-template-columns:1fr!important;padding:18px!important}.yn-home-free-limit{flex-direction:column!important;align-items:stretch!important}.yn-payment-box{grid-template-columns:1fr!important}}.yn-demo-ad-row .yn-ad-list-body h3{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:900px!important;overflow:hidden!important}.yn-demo-ad-row .yn-ad-list-body p{max-width:980px!important}@media (width<=1120px){.yn-site-nav{display:none!important}.yn-classified-search-bar{grid-template-columns:1fr 1fr!important}.yn-search-what,.yn-search-where{grid-column:span 1!important}.yn-classified-search-bar button{grid-column:1/-1!important}.yn-classified-feed-card .yn-feed{grid-template-columns:1fr!important}.yn-classified-profile .yn-profile-main{grid-template-columns:94px minmax(0,1fr)!important}.yn-profile-actions{grid-column:1/-1!important;justify-content:flex-start!important}}@media (width<=720px){.yn-site-topbar{flex-direction:column!important;align-items:flex-start!important;padding:10px 14px!important}.yn-site-actions{justify-content:space-between!important;width:100%!important}.yn-site-logo img{max-width:150px!important}.yn-classified-search-wrap,.yn-classified-home{width:min(100% - 20px,1420px)!important}.yn-classified-search-bar{grid-template-columns:1fr!important}.yn-classified-search-bar input,.yn-classified-search-bar select{border-right:0!important;border-bottom:4px solid var(--yn-classified-blue)!important}.yn-classified-profile .yn-profile-cover{min-height:190px!important}.yn-classified-profile .yn-profile-main{text-align:left!important;grid-template-columns:1fr!important;display:grid!important}.yn-classified-profile .yn-profile-avatar{width:92px!important;height:92px!important;margin-top:-60px!important}.yn-classified-updates-head,.yn-home-ad-head{flex-direction:column!important;align-items:flex-start!important}.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:120px minmax(0,1fr)!important}.yn-inline-ad-cta{font-size:1rem!important}.yn-inline-post-ad-button{font-size:1.05rem!important}.yn-forum-button{width:100%!important}}.yn-classified-profile+.yn-gallery-ads-section{margin-top:0!important}.yn-gallery-ads-section{background:#0f9f8f!important;border:4px solid #0f9f8f!important;border-radius:18px!important;margin:0!important;box-shadow:0 14px 34px #0f9f8f33!important}.yn-gallery-track-wrap{background:#eef6ff!important}.yn-gallery-ad-card{grid-template-columns:minmax(0,1fr) 420px!important;gap:34px!important;min-height:310px!important;padding:42px 54px!important;position:relative!important}.yn-gallery-ad-card:before{content:""!important;pointer-events:none!important;border:1px solid #ffffffb3!important;border-radius:18px!important;position:absolute!important;inset:18px!important}.yn-gallery-ad-card-featured{background:linear-gradient(135deg,#eef7ff 0%,#eafaf7 72%,#dff7f1 100%)!important}.yn-gallery-ad-card-vip{background:radial-gradient(circle at 82% 20%,#a855f738,#0000 35%),linear-gradient(135deg,#fff7ed,#f5edff 70%,#eee7ff)!important}.yn-gallery-ad-card-promoted{background:radial-gradient(circle at 82% 20%,#2563eb33,#0000 35%),linear-gradient(135deg,#eef6ff,#f8fbff 58%,#dbeafe)!important}.yn-gallery-ad-card-sponsored{background:radial-gradient(circle at 82% 20%,#f59e0b3d,#0000 35%),linear-gradient(135deg,#fff7ed,#fffaf0 58%,#ffedd5)!important}.yn-gallery-kicker{letter-spacing:.1em!important;font-size:.82rem!important}.yn-gallery-ad-card-featured .yn-gallery-kicker,.yn-gallery-ad-card-featured .yn-gallery-ad-copy h3{color:#0a8f81!important}.yn-gallery-ad-card-vip .yn-gallery-kicker,.yn-gallery-ad-card-vip .yn-gallery-ad-copy h3{color:#6d28d9!important}.yn-gallery-ad-card-promoted .yn-gallery-kicker,.yn-gallery-ad-card-promoted .yn-gallery-ad-copy h3{color:#1d4ed8!important}.yn-gallery-ad-card-sponsored .yn-gallery-kicker,.yn-gallery-ad-card-sponsored .yn-gallery-ad-copy h3{color:#c2410c!important}.yn-gallery-ad-copy h3{max-width:780px!important;font-size:clamp(1.55rem,2.8vw,2.35rem)!important}.yn-gallery-ad-copy p{max-width:840px!important;font-size:1.08rem!important}.yn-gallery-view-button{text-align:center!important;background:#ffffff59!important;min-width:118px!important}.yn-gallery-image-stack{justify-content:center!important;min-height:235px!important}.yn-gallery-image-stack img{border-width:4px!important;border-color:#0f9f8f!important;border-radius:14px!important;width:112px!important;height:184px!important;margin-left:-18px!important}.yn-gallery-ad-card-vip .yn-gallery-image-stack img{border-color:#8b5cf6!important}.yn-gallery-ad-card-promoted .yn-gallery-image-stack img{border-color:#3b82f6!important}.yn-gallery-ad-card-sponsored .yn-gallery-image-stack img{border-color:#f59e0b!important}.yn-gallery-image-stack img:first-child{z-index:1!important;transform:translate(8px)rotate(-8deg)scale(.92)!important}.yn-gallery-image-stack img:nth-child(2){z-index:4!important;width:132px!important;height:222px!important;transform:translateY(-10px)scale(1.05)!important}.yn-gallery-image-stack img:nth-child(3){z-index:2!important;transform:translate(-8px)rotate(7deg)scale(.92)!important}.yn-gallery-image-stack img:nth-child(n+4){display:none!important}.yn-gallery-bottom-bar{background:#0f9f8f!important;justify-content:flex-end!important;min-height:76px!important;padding:18px 28px!important}.yn-gallery-bottom-cta{justify-content:flex-end!important;width:100%!important;font-size:1.08rem!important}.yn-gallery-bottom-cta:before{content:"Gallery Ads";margin-right:auto!important;font-size:1.45rem!important;font-weight:950!important}.yn-ad-list-stack .yn-ad-list-card{border-bottom:3px solid #fff!important}.yn-ad-list-stack .yn-ad-list-card:before{content:"";z-index:3!important;width:7px!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important}.yn-ad-list-stack .yn-ad-list-card-featured:before{background:#059669!important}.yn-ad-list-stack .yn-ad-list-card-vip:before{background:#7c3aed!important}.yn-ad-list-stack .yn-ad-list-card-promoted:before{background:#2563eb!important}.yn-ad-list-stack .yn-ad-list-card-sponsored:before{background:#f97316!important}.yn-ad-list-stack .yn-ad-list-card-free:before{background:#cbd5e1!important}.yn-ad-corner-label{letter-spacing:.04em!important;border-radius:999px!important;padding:6px 10px!important;font-size:.68rem!important;top:12px!important;right:14px!important;transform:none!important;box-shadow:0 6px 16px #0f172a1f!important}.yn-ad-thumb:after,.yn-demo-ad-image:after{content:"View"!important;background:#111827ad!important;padding:10px 17px!important}.yn-ad-list-stack .yn-ad-list-body{padding-right:96px!important;position:relative!important}.yn-ad-list-stack .yn-ad-list-body h3{padding-right:12px!important}.yn-ad-list-stack .yn-ad-placement-text{background:#ffffff9e!important;border-radius:999px!important;padding:5px 9px!important}.yn-ad-placement-text-featured{color:#047857!important}.yn-ad-placement-text-vip{color:#6d28d9!important}.yn-ad-placement-text-promoted{color:#1d4ed8!important}.yn-ad-placement-text-sponsored{color:#c2410c!important}@media (width<=900px){.yn-gallery-ad-card{grid-template-columns:1fr!important;padding:28px 22px!important}.yn-gallery-ad-card:before{inset:10px!important}.yn-gallery-image-stack{justify-content:flex-start!important}.yn-gallery-bottom-cta:before{font-size:1.1rem!important}}@media (width<=720px){.yn-gallery-ad-card{min-height:auto!important}.yn-gallery-ad-copy h3{font-size:1.35rem!important}.yn-gallery-image-stack img{width:82px!important;height:132px!important}.yn-gallery-image-stack img:nth-child(2){width:98px!important;height:158px!important}.yn-gallery-bottom-bar{flex-direction:column!important;align-items:flex-start!important;min-height:auto!important}.yn-ad-corner-label{font-size:.6rem!important;top:8px!important;right:10px!important}.yn-ad-list-stack .yn-ad-list-body{padding-right:58px!important}}.yn-cover-logo{display:none!important}.yn-dynamic-seo-section,.yn-after-ads-editor-section,.yn-location-city-strip,.yn-blog-preview-section{border:1px solid var(--yn-classified-border,#d8dde5)!important;color:#111827!important;background:#fff!important;border-radius:14px!important;width:100%!important;padding:18px 20px!important;box-shadow:0 3px 14px #0f172a0f!important}.yn-dynamic-seo-section h2,.yn-after-ads-editor-section h2,.yn-location-city-strip h2,.yn-blog-preview-section h2{color:#111827!important;letter-spacing:-.025em!important;margin:0 0 8px!important;font-size:1.3rem!important;font-weight:950!important;line-height:1.15!important}.yn-dynamic-seo-section p,.yn-after-ads-editor-section p{color:#475569!important;margin:0!important;font-size:.95rem!important;font-weight:650!important;line-height:1.62!important}.yn-after-ads-editor-section div{gap:10px!important;display:grid!important}.yn-city-link-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px 12px!important;margin-top:12px!important;display:grid!important}.yn-city-link-grid a{color:#315f96!important;text-align:center!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:9px 10px!important;font-size:.86rem!important;font-weight:850!important;text-decoration:none!important;display:block!important}.yn-city-link-grid a:hover{color:#183f70!important;background:#e9f2ff!important;border-color:#b9d2ef!important}.yn-blog-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;max-height:220px!important;margin-top:12px!important;padding-right:4px!important;display:grid!important;overflow:auto!important}.yn-blog-card{color:#111827!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;gap:7px!important;min-height:118px!important;padding:14px!important;text-decoration:none!important;display:grid!important}.yn-blog-card:hover{background:#eef6ff!important;border-color:#b9d2ef!important}.yn-blog-card strong{color:#111827!important;font-size:.95rem!important;font-weight:950!important;line-height:1.25!important}.yn-blog-card span{color:#64748b!important;font-size:.82rem!important;font-weight:750!important;line-height:1.4!important}.yn-gallery-ad-card-featured{background:linear-gradient(135deg,#edf7ff 0%,#e8f9f6 68%,#d9f5ec 100%)!important;border-left:0!important}.yn-gallery-ad-card-featured:after{content:"Featured"!important;color:#fff!important;z-index:5!important;background:#0f766e!important;border-radius:999px!important;padding:8px 16px!important;font-size:.86rem!important;font-weight:950!important;position:absolute!important;top:24px!important;right:28px!important}.yn-gallery-ad-card-vip{background:linear-gradient(#ffd46f 0 52px,#d8c9ea 52px 100%)!important;border:6px solid #f7c65b!important}.yn-gallery-ad-card-vip:after{content:"Top Ad"!important;color:#3b2407!important;z-index:5!important;border-radius:999px!important;font-size:1.22rem!important;font-weight:950!important;position:absolute!important;top:16px!important;left:26px!important}.yn-gallery-ad-card-vip .yn-gallery-ad-copy{align-self:end!important}.yn-gallery-ad-card-vip .yn-gallery-kicker{color:#3b2407!important}.yn-gallery-ad-card-vip .yn-gallery-ad-copy h3,.yn-gallery-ad-card-vip .yn-gallery-ad-copy p{color:#5b2ea3!important}.yn-gallery-ad-card-promoted{background:linear-gradient(135deg,#ecf5ff 0%,#f7fbff 50%,#dfeeff 100%)!important;border:4px solid #5b8ed0!important}.yn-gallery-ad-card-promoted:after{content:"Promoted"!important;color:#fff!important;z-index:5!important;background:#245ea3!important;border-radius:999px!important;padding:8px 16px!important;font-size:.86rem!important;font-weight:950!important;position:absolute!important;top:24px!important;right:28px!important}.yn-gallery-ad-card-sponsored{background:linear-gradient(135deg,#fff7ed 0%,#fffaf0 55%,#ffead0 100%)!important;border:4px solid #f59e0b!important}.yn-gallery-ad-card-sponsored:after{content:"Sponsored"!important;color:#fff!important;z-index:5!important;background:#c2410c!important;border-radius:999px!important;padding:8px 16px!important;font-size:.86rem!important;font-weight:950!important;position:absolute!important;top:24px!important;right:28px!important}.yn-gallery-ad-card-vip .yn-gallery-image-stack{background:radial-gradient(circle,#ffffff47,#0000 55%)!important}.yn-ad-list-stack .yn-ad-list-card{border-left:0!important;position:relative!important}.yn-ad-list-stack .yn-ad-list-card-featured{background:linear-gradient(90deg,#e4f7f1 0%,#fbfffd 100%)!important}.yn-ad-list-stack .yn-ad-list-card-vip{background:linear-gradient(90deg,#f7dc85 0 7px,#efe4ff 7px,#fbf8ff 100%)!important}.yn-ad-list-stack .yn-ad-list-card-promoted{background:linear-gradient(90deg,#dbeafe 0 7px,#eef6ff 7px,#fbfdff 100%)!important}.yn-ad-list-stack .yn-ad-list-card-sponsored{background:linear-gradient(90deg,#fed7aa 0 7px,#fff3e2 7px,#fffaf5 100%)!important}.yn-ad-thumb:after,.yn-demo-ad-image:after{content:"View photo"!important}@media (width<=1180px){.yn-city-link-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.yn-blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.yn-city-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-blog-card-grid{grid-template-columns:1fr!important;max-height:360px!important}.yn-gallery-ad-card-featured:after,.yn-gallery-ad-card-vip:after,.yn-gallery-ad-card-promoted:after,.yn-gallery-ad-card-sponsored:after{width:max-content!important;margin-bottom:12px!important;display:inline-flex!important;position:static!important}.yn-gallery-ad-card-vip{background:linear-gradient(#ffd46f 0 64px,#d8c9ea 64px 100%)!important}}.yn-classified-search-wrap{background:#285d9a!important;border-radius:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:14px max(16px,50vw - 710px)!important}.yn-classified-search-bar{width:min(1420px,100%)!important;box-shadow:none!important;background:#285d9a!important;border:0!important;border-radius:10px!important;grid-template-columns:minmax(0,1fr) 240px 170px 74px!important;gap:0!important;margin:0 auto!important;display:grid!important;overflow:hidden!important}.yn-classified-search-bar label{min-width:0!important;margin:0!important;display:block!important}.yn-classified-search-bar input,.yn-classified-search-bar select{color:#4b5563!important;background:#fff!important;border:0!important;border-right:1px solid #d6dce7!important;border-radius:0!important;outline:0!important;width:100%!important;height:54px!important;padding:0 18px!important;font-size:1rem!important;font-weight:750!important}.yn-classified-search-bar input:focus,.yn-classified-search-bar select:focus{box-shadow:inset 0 0 0 2px #285d9a42!important}.yn-classified-search-bar button{color:#285d9a!important;height:54px!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;font-size:1.9rem!important;font-weight:950!important;line-height:1!important}.yn-classified-search-bar button:before{content:none!important}.yn-ad-corner-label{display:none!important}.yn-ad-list-stack .yn-ad-list-card{box-shadow:none!important;border-bottom:3px solid #fff!important;border-left:0!important;position:relative!important}.yn-ad-list-stack .yn-ad-list-card-featured{background:linear-gradient(90deg,#dff8ef 0,#f9fffd 100%)!important;box-shadow:inset 8px 0 #059669!important}.yn-ad-list-stack .yn-ad-list-card-vip{background:linear-gradient(90deg,#fde68a 0 8px,#efe4ff 8px,#fbf8ff 100%)!important;box-shadow:inset 8px 0 #7c3aed!important}.yn-ad-list-stack .yn-ad-list-card-free{background:#fbfcfe!important;box-shadow:inset 8px 0 #cbd5e1!important}.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-vip:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{color:#fff!important;letter-spacing:.04em!important;text-transform:uppercase!important;z-index:5!important;border-radius:999px!important;padding:6px 10px!important;font-size:.68rem!important;font-weight:950!important;position:absolute!important;top:12px!important;right:14px!important;box-shadow:0 6px 16px #0f172a1f!important}.yn-ad-list-stack .yn-ad-list-card-vip:after{content:"Top"!important;background:#7c3aed!important}.yn-ad-list-stack .yn-ad-thumb img,.yn-ad-list-image img{object-fit:cover!important;filter:none!important;width:100%!important;height:100%!important}.yn-demo-photo-code{display:none!important}.yn-demo-ad-image{background:linear-gradient(135deg,#dbeafe,#fce7f3 48%,#dcfce7)!important;overflow:hidden!important}.yn-demo-ad-image:before{content:""!important;filter:none!important;background:linear-gradient(135deg,#2563eb2e,#14b8a62e),radial-gradient(circle at 30% 25%,#ffffffa6,#0000 28%)!important;border-radius:0!important;position:absolute!important;inset:0!important}.yn-ad-list-stack .yn-ad-list-body{padding-right:110px!important}.yn-ad-placement-text{background:#ffffff9e!important;border-radius:999px!important;padding:5px 9px!important}.yn-ad-pagination{background:#eef5ff!important;border-top:1px solid #dce8f7!important;justify-content:center!important;align-items:center!important;gap:9px!important;padding:24px 14px!important;display:flex!important}.yn-ad-page-link,.yn-ad-page-current,.yn-ad-page-gap{border-radius:7px!important;place-items:center!important;min-width:48px!important;height:48px!important;font-size:1rem!important;font-weight:950!important;text-decoration:none!important;display:inline-grid!important}.yn-ad-page-link{color:#315f96!important;background:#fff!important;border:1px solid #c8d9ee!important}.yn-ad-page-link:hover{color:#fff!important;background:#315f96!important}.yn-ad-page-current{color:#fff!important;background:#245ea3!important;border:1px solid #245ea3!important}.yn-ad-page-gap{color:#64748b!important;background:#fff!important;border:1px solid #e2e8f0!important}.yn-ad-page-prev,.yn-ad-page-next{font-size:1.55rem!important}.yn-last-viewed-section{border:1px solid var(--yn-classified-border,#d8dde5)!important;background:#fff!important;border-radius:14px!important;margin:18px 0 0!important;padding:18px 20px!important;box-shadow:0 3px 14px #0f172a0f!important}.yn-last-viewed-head{justify-content:space-between!important;align-items:center!important;gap:16px!important;margin-bottom:12px!important;display:flex!important}.yn-last-viewed-head h2{color:#111827!important;letter-spacing:-.025em!important;margin:0!important;font-size:1.3rem!important;font-weight:950!important}.yn-last-viewed-reset{color:#111827!important;background:#f1f5f9!important;border:0!important;border-radius:8px!important;padding:8px 12px!important;font-weight:850!important}.yn-last-viewed-list{gap:10px!important;display:grid!important}.yn-last-viewed-card{color:#24272d!important;background:#eef5ff!important;border:1px solid #dbe8f8!important;border-radius:12px!important;grid-template-columns:240px minmax(0,1fr) 58px!important;align-items:center!important;gap:16px!important;text-decoration:none!important;display:grid!important;overflow:hidden!important}.yn-last-viewed-image{background:#dbeafe 50%/cover no-repeat!important;height:150px!important;display:block!important}.yn-last-viewed-copy{gap:5px!important;display:grid!important}.yn-last-viewed-copy strong{color:#24272d!important;font-size:1.02rem!important;font-weight:950!important;line-height:1.25!important}.yn-last-viewed-copy em{color:#245ea3!important;font-style:normal!important;font-weight:950!important}.yn-last-viewed-copy p{color:#374151!important;margin:0!important;font-weight:650!important;line-height:1.45!important}.yn-last-viewed-call{color:#fff!important;background:#245ea3!important;border-radius:50%!important;place-items:center!important;width:46px!important;height:46px!important;font-size:0!important;font-weight:950!important;display:grid!important}.yn-updates-archive-page{width:min(1080px,100% - 34px)!important;margin:24px auto 50px!important}.yn-updates-hero{border:1px solid var(--yn-classified-border,#d8dde5)!important;background:#fff!important;border-radius:16px!important;margin-bottom:18px!important;padding:28px!important;box-shadow:0 3px 14px #0f172a0f!important}.yn-updates-hero h1{color:#111827!important;letter-spacing:-.045em!important;margin:0 0 8px!important;font-size:clamp(1.8rem,4vw,3rem)!important}.yn-updates-hero p{color:#64748b!important;margin:0!important;font-weight:750!important}@media (width<=980px){.yn-classified-search-bar{grid-template-columns:1fr!important}.yn-classified-search-bar input,.yn-classified-search-bar select{border-bottom:1px solid #d6dce7!important;border-right:0!important}.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:132px minmax(0,1fr)!important}.yn-ad-list-stack .yn-ad-list-body{padding-right:70px!important}.yn-last-viewed-card{grid-template-columns:118px minmax(0,1fr)!important}.yn-last-viewed-call{display:none!important}.yn-last-viewed-image{height:112px!important}}@media (width<=640px){.yn-classified-search-wrap{padding:10px!important}.yn-ad-pagination{flex-wrap:wrap!important;gap:6px!important}.yn-ad-page-link,.yn-ad-page-current,.yn-ad-page-gap{min-width:40px!important;height:40px!important}.yn-ad-list-stack .yn-ad-list-body h3{font-size:.92rem!important}.yn-ad-list-stack .yn-ad-list-body p{font-size:.82rem!important}.yn-last-viewed-card{grid-template-columns:96px minmax(0,1fr)!important}.yn-last-viewed-image{height:104px!important}}:root{--yn-font:"Outfit","Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}body,button,input,textarea,select,.yn-post-card,.yn-classified-home,.yn-ad-archive-page,.yn-single-ad-page,.yn-dashboard-page,.yn-fb-shell,.yn-profile,.yn-composer,.yn-panel{font-family:var(--yn-font)!important;text-shadow:none!important}h1,h2,h3,h4,.yn-post-title,.yn-classified-updates-head h2,.yn-profile-copy h1,.yn-gallery-ad-copy h3,.yn-ad-list-body h3{letter-spacing:-.025em!important;text-shadow:none!important;font-weight:800!important}p,li,.yn-post-content,.yn-ad-list-body p,.yn-gallery-ad-copy p,.yn-profile-copy p,.yn-rich-body p{text-shadow:none!important;font-weight:500!important}.yn-action-link,.yn-filter-button,.yn-feed-load-more,.yn-show-more,.yn-primary-button,.yn-soft-button,.yn-composer-tab{text-shadow:none!important;font-weight:700!important}.yn-promote-toggle,.yn-post-promo,.yn-feed-ad-card{display:none!important}.yn-package-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.yn-ad-admin-actions button[data-placement=vip_lounge]{background:#9a6a00!important}.yn-ad-admin-actions button[data-placement=top]{background:#7c3aed!important}.yn-gallery-ad-card-vip_lounge{background:#fff!important;border:1px solid #d8dde5!important;grid-template-columns:1fr!important;min-height:320px!important;padding:0!important;overflow:hidden!important;box-shadow:0 6px 22px #0f172a14!important}.yn-gallery-ad-card-vip_lounge:before{display:none!important}.yn-gallery-ad-card-vip_lounge:after{content:"VIP Lounge"!important;color:#7a5210!important;z-index:6!important;background:#fff!important;border:2px solid #c99a1b!important;border-radius:999px!important;padding:10px 18px!important;font-weight:950!important;position:absolute!important;top:16px!important;right:38px!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-ad-copy{color:#fff!important;background:linear-gradient(90deg,#f6a833,#67d2c1)!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:18px!important;min-height:62px!important;padding:18px 32px 16px!important;display:grid!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-kicker{color:#fff!important;margin:0!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-ad-copy h3{color:#fff!important;margin:0!important;font-size:1.2rem!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-ad-copy p{display:none!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-ad-actions{justify-content:flex-end!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-view-button{color:#7a5210!important;background:#fff!important;border-color:#fff!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack{background:#fff!important;justify-content:space-around!important;gap:24px!important;min-height:215px!important;padding:34px 28px 26px!important;overflow-x:auto!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack img{border:5px solid #d6b351!important;border-radius:50%!important;width:154px!important;height:154px!important;margin-left:0!important;transform:none!important;box-shadow:0 12px 30px #0f172a2e!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack img:nth-child(2){width:154px!important;height:154px!important;transform:none!important}.yn-gallery-ad-card-top,.yn-gallery-ad-card-vip{background:linear-gradient(#ffd46f 0 52px,#d8c9ea 52px 100%)!important;border:6px solid #f7c65b!important}.yn-gallery-ad-card-top:after,.yn-gallery-ad-card-vip:after{content:"Top Ad"!important;color:#3b2407!important;z-index:5!important;border-radius:999px!important;font-size:1.22rem!important;font-weight:950!important;position:absolute!important;top:16px!important;left:26px!important}.yn-gallery-ad-card-top .yn-gallery-ad-copy h3,.yn-gallery-ad-card-top .yn-gallery-ad-copy p,.yn-gallery-ad-card-vip .yn-gallery-ad-copy h3,.yn-gallery-ad-card-vip .yn-gallery-ad-copy p{color:#5b2ea3!important}.yn-gallery-ad-card-top .yn-gallery-image-stack img,.yn-gallery-ad-card-vip .yn-gallery-image-stack img{border-color:#8b5cf6!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge{background:linear-gradient(90deg,#ffe8a3 0 8px,#fffaf0 8px,#f6fffb 100%)!important;box-shadow:inset 8px 0 #b8860b!important}.yn-ad-list-stack .yn-ad-list-card-top,.yn-ad-list-stack .yn-ad-list-card-vip{background:linear-gradient(90deg,#fde68a 0 8px,#efe4ff 8px,#fbf8ff 100%)!important;box-shadow:inset 8px 0 #7c3aed!important}.yn-ad-list-stack .yn-ad-list-card-promoted{background:linear-gradient(90deg,#dbeafe 0 8px,#f7fbff 8px,#fff 100%)!important;box-shadow:inset 8px 0 #2563eb!important}.yn-ad-list-stack .yn-ad-list-card-sponsored{background:linear-gradient(90deg,#fed7aa 0 8px,#fff7ed 8px,#fff 100%)!important;box-shadow:inset 8px 0 #f97316!important}.yn-ad-placement-text-vip_lounge{color:#9a6a00!important}.yn-ad-placement-text-top,.yn-ad-placement-text-vip{color:#6d28d9!important}@media (width<=720px){.yn-package-grid{grid-template-columns:1fr!important}.yn-gallery-ad-card-vip_lounge{min-height:auto!important}.yn-gallery-ad-card-vip_lounge:after{margin:14px 18px 0!important;display:inline-flex!important;position:static!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-ad-copy{grid-template-columns:1fr!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack{justify-content:flex-start!important}.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack img{width:112px!important;height:112px!important}.yn-gallery-ad-card-top:after,.yn-gallery-ad-card-vip:after{width:max-content!important;margin:14px 18px 0!important;display:inline-flex!important;position:static!important}}.yn-priority-gallery-section{background:#fff!important;border-radius:16px!important;margin:18px 0 22px!important;position:relative!important;overflow:hidden!important}.yn-priority-gallery-head{background:#fff!important;border-bottom:1px solid #e5e7eb!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;padding:14px 22px!important;display:flex!important}.yn-priority-gallery-head span{letter-spacing:.11em!important;text-transform:uppercase!important;color:#2563eb!important;margin:0 0 3px!important;font-size:.72rem!important;font-weight:900!important;line-height:1.2!important;display:block!important}.yn-priority-gallery-head h2{color:#111827!important;text-shadow:none!important;margin:0!important;font-size:1.18rem!important;font-weight:900!important;line-height:1.18!important}.yn-priority-gallery-head p{color:#64748b!important;max-width:780px!important;text-shadow:none!important;margin:5px 0 0!important;font-size:.88rem!important;line-height:1.45!important}.yn-priority-gallery-head strong{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;flex:none!important;padding:8px 12px!important;font-size:.78rem!important;font-weight:900!important}.yn-priority-gallery-section .yn-gallery-track-wrap{position:relative!important}.yn-priority-gallery-section .yn-gallery-track{scroll-snap-type:x mandatory!important;scrollbar-width:thin!important;gap:16px!important;display:flex!important;overflow-x:auto!important}.yn-priority-gallery-section .yn-gallery-bottom-bar{justify-content:space-between!important;align-items:center!important;padding:14px 20px!important;display:flex!important}.yn-priority-gallery-section .yn-gallery-bottom-cta{color:#fff!important;background:0 0!important;border:0!important;gap:10px!important;font-size:.92rem!important;font-weight:900!important}.yn-priority-gallery-section .yn-gallery-bottom-cta span{border:2px solid!important;border-radius:999px!important;place-items:center!important;width:28px!important;height:28px!important;display:grid!important}.yn-priority-gallery-vip_lounge{border:1px solid #d8dde5!important;box-shadow:0 15px 34px #0f172a1f!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head{color:#fff!important;background:linear-gradient(90deg,#f0a431 0%,#aeb66a 45%,#67cbb8 100%)!important;border:0!important;align-items:center!important;min-height:52px!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head span,.yn-priority-gallery-vip_lounge .yn-priority-gallery-head h2,.yn-priority-gallery-vip_lounge .yn-priority-gallery-head p{color:#fff!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head h2{letter-spacing:.02em!important;font-size:1.28rem!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head strong{color:#7a5210!important;background:#fff!important;border:2px solid #c79316!important}.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap{background:#fff!important;padding:22px 52px 18px!important}.yn-priority-gallery-vip_lounge .yn-gallery-arrow{color:#334155!important;background:#fff!important;border:1px solid #dbe3ec!important;box-shadow:0 10px 24px #0f172a24!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-bar{background:linear-gradient(90deg,#f0a431 0%,#0e9f8e 100%)!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-cta:before{content:"VIP Lounge"!important;margin-right:auto!important;font-size:1.05rem!important;display:inline-flex!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{min-width:190px!important;max-width:190px!important;min-height:230px!important;box-shadow:none!important;background:#fff!important;border:0!important;flex-direction:column-reverse!important;padding:0!important;display:flex!important;overflow:visible!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card:before,.yn-priority-gallery-vip_lounge .yn-gallery-ad-card:after{display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy{color:#334155!important;text-align:center!important;background:#fff!important;min-height:auto!important;padding:8px 4px 0!important;display:block!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3{color:#374151!important;white-space:nowrap!important;text-overflow:ellipsis!important;letter-spacing:0!important;margin:0!important;font-size:.92rem!important;line-height:1.22!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack{background:#fff!important;place-items:center!important;min-height:170px!important;padding:6px!important;display:grid!important;overflow:visible!important}.yn-priority-gallery-featured .yn-gallery-track-wrap{background:#edf6ff!important;padding:0!important}.yn-priority-gallery-featured .yn-gallery-ad-card:before,.yn-priority-gallery-featured .yn-gallery-ad-card:after{display:none!important}.yn-priority-gallery-featured .yn-gallery-ad-copy{background:0 0!important;min-height:auto!important;padding:0!important}.yn-priority-gallery-featured .yn-gallery-kicker{color:#0f766e!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin-bottom:10px!important;font-size:.74rem!important;font-weight:950!important;display:block!important}.yn-priority-gallery-featured .yn-gallery-ad-copy h3{color:#0f8c7e!important;letter-spacing:-.035em!important;max-width:780px!important;margin:0 0 10px!important;font-size:clamp(1.35rem,2.5vw,2.35rem)!important;font-weight:950!important;line-height:1.07!important}.yn-priority-gallery-featured .yn-gallery-ad-copy p{color:#374151!important;max-width:760px!important;font-size:1rem!important;line-height:1.45!important}.yn-priority-gallery-featured .yn-gallery-view-button{color:#111827!important;background:#fff!important;border:2px solid #111827!important;border-radius:999px!important;padding:10px 22px!important;font-weight:900!important}.yn-priority-gallery-featured .yn-gallery-image-stack img{object-fit:cover!important;border:3px solid #0fb7a6!important;border-radius:14px!important;width:120px!important;height:150px!important;margin-left:-34px!important;transform:rotate(-3deg)!important;box-shadow:0 18px 28px #0f172a38!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:first-child{margin-left:0!important}.yn-priority-gallery-featured .yn-gallery-bottom-cta:before{content:"Featured Ads"!important;margin-right:auto!important;font-size:1.05rem!important;display:inline-flex!important}.yn-ad-list-stack .yn-ad-list-card{box-shadow:none!important;border:1px solid #dde4ee!important;border-radius:0!important;position:relative!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after,.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{color:#fff!important;letter-spacing:.05em!important;text-transform:uppercase!important;z-index:5!important;border-radius:999px!important;padding:6px 12px!important;font-size:.68rem!important;font-weight:950!important;position:absolute!important;top:12px!important;right:14px!important;box-shadow:0 8px 16px #0f172a29!important}.yn-ad-corner-label{border-radius:999px!important}@media (width<=900px){.yn-priority-gallery-head{padding:14px 16px!important;display:block!important}.yn-priority-gallery-head strong{margin-top:10px!important;display:inline-flex!important}.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap{padding:18px 44px!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{min-width:156px!important;max-width:156px!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child{width:118px!important;height:118px!important}.yn-priority-gallery-featured .yn-gallery-ad-card{grid-template-columns:1fr!important;padding:24px 24px 30px!important}.yn-priority-gallery-featured .yn-gallery-image-stack{justify-content:flex-start!important;overflow-x:auto!important}.yn-priority-gallery-featured .yn-gallery-image-stack img{width:104px!important;height:132px!important;margin-left:-18px!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(2){width:122px!important;height:154px!important}}.yn-priority-gallery-section{border-radius:18px!important;width:100%!important;margin:18px 0 24px!important;position:relative!important;overflow:hidden!important}.yn-priority-gallery-section .yn-gallery-track{scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;display:flex!important;overflow-x:auto!important}.yn-priority-gallery-section .yn-gallery-ad-card{scroll-snap-align:start!important}.yn-priority-gallery-section .yn-gallery-arrow{z-index:10!important;border:0!important;border-radius:50%!important;place-items:center!important;width:44px!important;height:44px!important;font-size:1.9rem!important;line-height:1!important;display:grid!important;position:absolute!important;top:50%!important}.yn-priority-gallery-section .yn-gallery-arrow-prev{left:14px!important}.yn-priority-gallery-section .yn-gallery-arrow-next{right:14px!important}.yn-priority-gallery-section .yn-gallery-bottom-bar{justify-content:space-between!important;align-items:center!important;gap:16px!important;display:flex!important}.yn-priority-gallery-section .yn-gallery-bottom-cta{color:#fff!important;background:0 0!important;border:0!important;font-weight:900!important;text-decoration:none!important}.yn-priority-gallery-section .yn-gallery-bottom-cta span{border:2px solid!important;border-radius:999px!important;place-items:center!important;width:28px!important;height:28px!important;margin-right:8px!important;display:inline-grid!important}.yn-priority-gallery-vip_lounge{background:#fff!important;border:1px solid #e4d2a3!important;box-shadow:0 18px 42px #0f172a21!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head{background:linear-gradient(90deg,#f2a53a 0%,#d2b354 34%,#78c7a2 68%,#55bfb9 100%)!important;border:0!important;justify-content:space-between!important;align-items:center!important;min-height:54px!important;padding:10px 22px!important;display:flex!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head span{display:none!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head h2{color:#fff!important;letter-spacing:.03em!important;text-shadow:none!important;margin:0!important;font-size:1.22rem!important;font-weight:800!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head p{display:none!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head strong{color:#7a5210!important;background:#fff!important;border:2px solid #c89212!important;border-radius:999px!important;padding:8px 14px!important;font-size:.82rem!important;font-weight:900!important}.yn-priority-gallery-vip_lounge .yn-gallery-track{gap:32px!important}.yn-priority-gallery-vip_lounge .yn-gallery-arrow{color:#344054!important;background:#fff!important;box-shadow:0 14px 28px #0f172a29!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-bar{background:linear-gradient(90deg,#f0a431 0%,#0c9889 100%)!important;padding:18px 28px!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-cta:before{content:"VIP Lounge";color:#fff!important;margin-right:auto!important;font-size:1.22rem!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{min-width:190px!important;max-width:190px!important;min-height:232px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex-direction:column-reverse!important;align-items:center!important;padding:0!important;display:flex!important;overflow:visible!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card:before,.yn-priority-gallery-vip_lounge .yn-gallery-ad-card:after{content:none!important;display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy{text-align:center!important;background:0 0!important;width:100%!important;min-height:0!important;padding:10px 0 0!important;display:block!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3{color:#3f3f46!important;letter-spacing:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;text-shadow:none!important;margin:0!important;font-size:.94rem!important;font-weight:700!important;line-height:1.22!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child{object-fit:cover!important;filter:none!important;border:5px solid #d6b351!important;border-radius:50%!important;width:154px!important;height:154px!important;margin:0!important;display:block!important;transform:none!important;box-shadow:0 16px 30px #0f172a33!important}.yn-priority-gallery-featured{background:#0c9f8f!important;border:5px solid #0c9f8f!important;box-shadow:0 18px 42px #0f9f8f33!important}.yn-priority-gallery-featured .yn-priority-gallery-head{display:none!important}.yn-priority-gallery-featured .yn-gallery-track-wrap{background:#edf6ff!important;padding:0!important;position:relative!important}.yn-priority-gallery-featured .yn-gallery-track{gap:0!important}.yn-priority-gallery-featured .yn-gallery-ad-card{min-width:100%!important;max-width:100%!important;min-height:300px!important;box-shadow:none!important;background:#edf6ff!important;border:0!important;border-radius:12px!important;grid-template-columns:minmax(0,1fr) minmax(280px,430px)!important;align-items:center!important;gap:34px!important;padding:42px 68px!important;display:grid!important}.yn-priority-gallery-featured .yn-gallery-ad-card:before,.yn-priority-gallery-featured .yn-gallery-ad-card:after{content:none!important;display:none!important}.yn-priority-gallery-featured .yn-gallery-kicker{color:#0f766e!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 10px!important;font-size:.74rem!important;font-weight:900!important;display:block!important}.yn-priority-gallery-featured .yn-gallery-ad-copy{background:0 0!important;padding:0!important}.yn-priority-gallery-featured .yn-gallery-ad-copy h3{color:#0d9488!important;letter-spacing:-.035em!important;max-width:850px!important;text-shadow:none!important;margin:0 0 10px!important;font-size:clamp(1.45rem,2.7vw,2.45rem)!important;font-weight:800!important;line-height:1.08!important}.yn-priority-gallery-featured .yn-gallery-ad-copy p{color:#374151!important;max-width:780px!important;text-shadow:none!important;margin:0!important;font-size:1rem!important;font-weight:500!important;line-height:1.48!important}.yn-priority-gallery-featured .yn-gallery-view-button{color:#111827!important;background:#fff!important;border:2px solid #111827!important;border-radius:999px!important;margin-top:18px!important;padding:10px 24px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.yn-priority-gallery-featured .yn-gallery-image-stack{background:0 0!important;justify-content:center!important;align-items:center!important;min-height:220px!important;padding:0!important;display:flex!important;overflow:visible!important}.yn-priority-gallery-featured .yn-gallery-image-stack img{object-fit:cover!important;filter:none!important;border:3px solid #10b7a6!important;border-radius:15px!important;width:118px!important;height:154px!important;margin-left:-30px!important;box-shadow:0 18px 30px #0f172a3d!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:first-child{margin-left:0!important;transform:rotate(-6deg)scale(.94)!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(2){z-index:3!important;width:152px!important;height:192px!important;transform:translateY(-4px)scale(1.02)!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(3){transform:rotate(6deg)scale(.94)!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(n+4){display:none!important}.yn-priority-gallery-featured .yn-gallery-arrow{color:#1f2937!important;background:#fff!important;box-shadow:0 14px 30px #0f172a29!important}.yn-priority-gallery-featured .yn-gallery-bottom-bar{background:#0c9f8f!important;padding:18px 28px!important}.yn-priority-gallery-featured .yn-gallery-bottom-cta:before{content:"Featured Ads";color:#fff!important;margin-right:auto!important;font-size:1.22rem!important}.yn-gallery-ad-card-top:after,.yn-gallery-ad-card-vip:after{content:"Top Ad"!important}.yn-ad-thumb:after,.yn-demo-ad-image:after{content:none!important;display:none!important}@media (width<=900px){.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap{padding:22px 48px!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{min-width:158px!important;max-width:158px!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child{width:118px!important;height:118px!important}.yn-priority-gallery-featured .yn-gallery-ad-card{grid-template-columns:1fr!important;padding:26px 24px 30px!important}.yn-priority-gallery-featured .yn-gallery-image-stack{justify-content:flex-start!important;overflow-x:auto!important}}.yn-priority-gallery-section{isolation:isolate!important}.yn-priority-gallery-vip_lounge{background:#fff!important;border:1px solid #ded7c4!important;border-radius:10px!important;box-shadow:0 18px 38px #0f172a24!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head{color:#fff!important;background:linear-gradient(90deg,#f2a33a 0%,#d9ad48 28%,#a9bd73 56%,#54bdab 100%)!important;justify-content:flex-end!important;align-items:center!important;gap:28px!important;min-height:56px!important;padding:8px 22px!important;display:flex!important;position:relative!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head:before{content:"VC"!important;color:#26145c!important;background:#fff!important;border-radius:999px!important;place-items:center!important;width:54px!important;height:54px!important;font-size:1.1rem!important;font-weight:950!important;display:grid!important;position:absolute!important;top:50%!important;left:22px!important;transform:translateY(-50%)!important;box-shadow:0 12px 26px #0f172a2e!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head:after{content:"Learn more"!important;color:#fff!important;text-underline-offset:4px!important;white-space:nowrap!important;font-size:1rem!important;font-weight:800!important;text-decoration:underline!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head h2{color:#fff!important;text-shadow:none!important;margin:0!important;font-size:0!important;line-height:1!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head h2:before{content:"VIP Lounge"!important;letter-spacing:.04em!important;font-size:1.42rem!important;font-weight:500!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head strong{color:#8a5a00!important;background:#fff!important;border:2px solid #c89b12!important;border-radius:50%!important;place-items:center!important;width:62px!important;height:62px!important;padding:0!important;font-size:0!important;display:grid!important;box-shadow:0 14px 28px #0f172a2e!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head strong:before{content:"VIP"!important;letter-spacing:.04em!important;font-size:.98rem!important;font-weight:950!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head span,.yn-priority-gallery-vip_lounge .yn-priority-gallery-head p{display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap{background:#fff!important;padding:34px 68px 24px!important;position:relative!important}.yn-priority-gallery-vip_lounge .yn-gallery-track{align-items:flex-start!important;gap:38px!important;padding:0 4px 8px!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{min-width:172px!important;max-width:172px!important;min-height:218px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column-reverse!important;align-items:center!important;padding:0!important;display:flex!important;overflow:visible!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy{text-align:center!important;background:0 0!important;width:100%!important;padding:12px 0 0!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3{color:#3f3f46!important;letter-spacing:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:170px!important;text-shadow:none!important;margin:0 auto!important;font-size:.98rem!important;font-weight:800!important;line-height:1.2!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack{background:0 0!important;place-items:center!important;width:172px!important;min-height:172px!important;padding:0!important;display:grid!important;overflow:visible!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img{display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child{object-fit:cover!important;filter:none!important;background:linear-gradient(#fff,#fff) padding-box padding-box,conic-gradient(from 135deg,#f0a431,#d6b351,#67cbb8,#8f5bd8,#f0a431) border-box!important;border:6px solid #0000!important;border-radius:50%!important;width:158px!important;height:158px!important;margin:0!important;display:block!important;transform:none!important;box-shadow:0 18px 34px #0f172a38!important}.yn-priority-gallery-vip_lounge .yn-gallery-arrow{color:#344054!important;background:#fff!important;border:1px solid #e5e7eb!important;top:48%!important;box-shadow:0 14px 26px #0f172a29!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-bar{background:linear-gradient(90deg,#f0a431 0%,#0c9889 100%)!important;min-height:62px!important;padding:16px 28px!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-cta{color:#fff!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.yn-priority-gallery-vip_lounge .yn-gallery-bottom-cta:before{content:"VIP Lounge Ads"!important;color:#fff!important;margin-right:auto!important;font-size:1.34rem!important;font-weight:850!important}.yn-priority-gallery-vip_lounge .yn-gallery-kicker,.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy p,.yn-priority-gallery-vip_lounge .yn-gallery-ad-actions{display:none!important}.yn-priority-gallery-featured{background:#0c9f8f!important;border:5px solid #0c9f8f!important;border-radius:18px!important;box-shadow:0 18px 45px #0f9f8f3d!important}.yn-priority-gallery-featured .yn-gallery-ad-card{min-height:310px!important}.yn-priority-gallery-featured .yn-gallery-bottom-bar{background:linear-gradient(90deg,#0c9f8f,#3fa08e)!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge,.yn-ad-list-stack .yn-ad-list-card-featured,.yn-ad-list-stack .yn-ad-list-card-top,.yn-ad-list-stack .yn-ad-list-card-vip,.yn-ad-list-stack .yn-ad-list-card-promoted,.yn-ad-list-stack .yn-ad-list-card-sponsored,.yn-ad-list-stack .yn-ad-list-card-free{border-radius:0!important;position:relative!important;overflow:hidden!important}.yn-ad-list-stack .yn-ad-list-card-top,.yn-ad-list-stack .yn-ad-list-card-vip{background:linear-gradient(90deg,#f7d56a 0 10px,#f0e5ff 10px,#fbf7ff 100%)!important;border-color:#d7bbff!important;box-shadow:inset 10px 0 #7c3aed!important}.yn-ad-list-stack .yn-ad-list-card-free{background:#fff!important;border-color:#e5e7eb!important;box-shadow:inset 10px 0 #cbd5e1!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after,.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{z-index:8!important;color:#fff!important;letter-spacing:.055em!important;text-transform:uppercase!important;border-radius:999px!important;padding:7px 13px!important;font-size:.68rem!important;font-weight:950!important;position:absolute!important;top:10px!important;right:12px!important;box-shadow:0 9px 18px #0f172a29!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after{content:"VIP Lounge"!important;background:linear-gradient(90deg,#7a4d00,#d0a01f)!important}.yn-ad-list-stack .yn-ad-list-card-featured:after{content:"Featured"!important;background:linear-gradient(90deg,#047857,#10b8a4)!important}.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after{content:"Top"!important;background:linear-gradient(90deg,#5b21b6,#9b5cf6)!important}.yn-ad-placement-pill-top,.yn-ad-placement-pill-vip{color:#5b21b6!important;background:#f0e5ff!important;border-color:#9b5cf6!important}@media (width<=900px){.yn-priority-gallery-vip_lounge .yn-priority-gallery-head{justify-content:center!important;padding-left:90px!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head:after{display:none!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head strong{width:50px!important;height:50px!important}.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap{padding:24px 48px!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{min-width:148px!important;max-width:148px!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack{width:148px!important;min-height:148px!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child{width:130px!important;height:130px!important}}.yn-country-map-section{background:#fff;border:1px solid #d8dde5;border-radius:18px;margin:18px 0;padding:22px;box-shadow:0 8px 28px #0f172a12}.yn-country-map-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.yn-country-map-head span{text-transform:uppercase;letter-spacing:.1em;color:#245da0;font-size:.72rem;font-weight:900}.yn-country-map-head h2{letter-spacing:-.035em;color:#101827;margin:.2rem 0 0;font-size:clamp(1.35rem,2vw,2rem)}.yn-country-map-head p{color:#607080;max-width:620px;margin:0;font-weight:600;line-height:1.5}.yn-country-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.yn-country-card{color:#111827;background:linear-gradient(135deg,#f8fbff,#fff);border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;padding:14px;text-decoration:none;transition:all .2s;display:flex}.yn-country-card:hover{border-color:#245da0;transform:translateY(-2px);box-shadow:0 12px 28px #245da01f}.yn-country-flag{background:#eef5ff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.35rem;display:grid}.yn-country-card strong{color:#111827;font-size:.98rem;display:block}.yn-country-card em{color:#64748b;margin-top:2px;font-size:.78rem;font-style:normal;font-weight:700;display:block}.yn-served-country-strip{margin-top:22px!important}.yn-served-country-strip .yn-country-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important}.yn-home-india-locations{box-shadow:none!important;color:#303236!important;background:#fff!important;border:0!important;border-radius:0!important;margin:26px 0!important;padding:28px 34px!important}.yn-home-locations-head{border-bottom:1px solid #e5e7eb!important;align-items:center!important;gap:14px!important;margin-bottom:26px!important;padding-bottom:22px!important;display:flex!important}.yn-home-location-icon{color:#fff!important;background:#0b5e9e!important;border-radius:50%!important;place-items:center!important;width:32px!important;height:32px!important;font-size:1rem!important;font-weight:950!important;display:grid!important}.yn-home-locations-head h2{color:#303236!important;letter-spacing:0!important;margin:0!important;font-size:clamp(1.65rem,2.6vw,2.35rem)!important;font-weight:650!important;line-height:1.1!important}.yn-home-india-locations h3{color:#303236!important;letter-spacing:0!important;border-bottom:1px solid #e5e7eb!important;margin:56px 0 24px!important;padding-bottom:24px!important;font-size:clamp(1.5rem,2.3vw,2.25rem)!important;font-weight:520!important;line-height:1.1!important}.yn-home-location-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px 72px!important;display:grid!important}.yn-home-location-grid a{color:#303236!important;align-items:center!important;gap:10px!important;min-width:0!important;font-size:clamp(1.05rem,1.65vw,1.45rem)!important;font-weight:560!important;line-height:1.2!important;text-decoration:none!important;display:flex!important}.yn-home-location-grid a:hover{color:#0b5e9e!important;text-decoration:none!important}.yn-home-location-grid-top a{font-weight:700!important}.yn-location-link-icon{background:linear-gradient(135deg,#0b5e9e,#2563eb)!important;border-radius:50%!important;flex:0 0 22px!important;place-items:center!important;width:22px!important;height:22px!important;display:inline-grid!important;position:relative!important;box-shadow:0 7px 15px #2563eb29!important}.yn-location-link-icon:before{content:""!important;background:#fff!important;border-radius:50% 50% 50% 0!important;width:9px!important;height:9px!important;transform:rotate(-45deg)!important}.yn-location-link-icon:after{content:""!important;background:#2563eb!important;border-radius:50%!important;width:3px!important;height:3px!important;position:absolute!important;top:8px!important;left:9px!important}.yn-home-location-grid a:hover .yn-location-link-icon{transform:translateY(-1px)!important;box-shadow:0 10px 18px #2563eb38!important}.yn-ad-list-stack .yn-ad-list-card-featured{background:linear-gradient(90deg,#ccfbf1 0 10px,#ecfeff 10px,#fff 100%)!important;border-color:#10b981!important;box-shadow:inset 10px 0 #0c9f8f!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge{background:linear-gradient(90deg,#fff7d6 0 10px,#fffaf0 10px,#f6fffb 100%)!important;border-color:#d6a833!important;box-shadow:inset 10px 0 #b8860b!important}.yn-ad-placement-pill-free{color:#475569!important;background:#f1f5f9!important;border-color:#cbd5e1!important}.yn-ad-placement-pill-top{color:#9a3412!important;background:#ffedd5!important;border-color:#fb923c!important}.yn-ad-placement-pill-featured{color:#047857!important;background:#ccfbf1!important;border-color:#10b981!important}.yn-ad-placement-pill-promoted{color:#6d28d9!important;background:#ede9fe!important;border-color:#8b5cf6!important}.yn-ad-placement-pill-sponsored{color:#1d4ed8!important;background:#dbeafe!important;border-color:#2563eb!important}.yn-ad-placement-pill-vip_lounge{color:#7c4a00!important;background:#fff3bf!important;border-color:#d6a833!important}@media (width<=720px){.yn-country-map-head{display:block}.yn-country-map-head p{margin-top:8px}.yn-country-grid{grid-template-columns:1fr 1fr}}@media (width<=460px){.yn-country-grid{grid-template-columns:1fr}}@media (width<=980px){.yn-home-location-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 34px!important}.yn-home-india-locations{padding:24px 20px!important}}@media (width<=560px){.yn-home-location-grid{grid-template-columns:1fr!important;gap:16px!important}.yn-home-india-locations{padding:20px 16px!important}.yn-home-india-locations h3{margin-top:38px!important}}.yn-mobile-bar{grid-template-columns:1fr!important}.yn-priority-gallery-featured .yn-gallery-ad-card{grid-template-columns:minmax(0,1fr) 280px!important;gap:18px!important;max-width:1080px!important;min-height:240px!important;margin:0 auto!important;padding:26px 32px!important}.yn-priority-gallery-featured .yn-gallery-ad-copy h3{max-width:650px!important;font-size:clamp(1.35rem,2.2vw,2.2rem)!important;line-height:1.08!important}.yn-priority-gallery-featured .yn-gallery-ad-copy p{max-width:640px!important;font-size:.96rem!important;line-height:1.48!important}.yn-priority-gallery-featured .yn-gallery-image-stack{min-height:170px!important}.yn-priority-gallery-featured .yn-gallery-image-stack img{border-width:3px!important;width:92px!important;height:128px!important;margin-left:-22px!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(2){width:118px!important;height:156px!important}.yn-priority-gallery-featured .yn-gallery-bottom-bar{min-height:58px!important;padding:12px 20px!important}@media (width<=900px){.yn-priority-gallery-featured{max-width:100%!important}.yn-priority-gallery-featured .yn-gallery-track-wrap{padding:14px!important}.yn-priority-gallery-featured .yn-gallery-ad-card{grid-template-columns:1fr!important;gap:14px!important;min-height:auto!important;padding:20px!important}.yn-priority-gallery-featured .yn-gallery-image-stack{justify-content:flex-start!important;min-height:132px!important;overflow:hidden!important}.yn-priority-gallery-featured .yn-gallery-image-stack img{width:78px!important;height:104px!important;margin-left:-14px!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(2){width:94px!important;height:122px!important}}@media (width<=760px){.yn-ad-list-stack{gap:0!important}.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:104px minmax(0,1fr)!important;min-height:132px!important}.yn-ad-list-stack .yn-ad-list-image{min-height:132px!important}.yn-ad-list-stack .yn-ad-list-body{padding:12px 52px 12px 12px!important}.yn-ad-list-stack .yn-ad-list-body h3{font-size:1rem!important;line-height:1.25!important}.yn-ad-list-stack .yn-ad-list-body p{font-size:.88rem!important;line-height:1.35!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after,.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{padding:5px 8px!important;font-size:.56rem!important;top:8px!important;right:8px!important}}@media (width<=520px){.yn-priority-gallery-featured{border-radius:14px!important}.yn-priority-gallery-featured .yn-gallery-track-wrap{padding:10px!important}.yn-priority-gallery-featured .yn-gallery-ad-card{padding:14px!important}.yn-priority-gallery-featured .yn-gallery-ad-copy h3{font-size:1.26rem!important}.yn-priority-gallery-featured .yn-gallery-ad-copy p{font-size:.88rem!important}.yn-priority-gallery-featured .yn-gallery-image-stack{min-height:104px!important}.yn-priority-gallery-featured .yn-gallery-image-stack img{width:66px!important;height:90px!important;margin-left:-10px!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:nth-child(2){width:78px!important;height:104px!important}.yn-priority-gallery-featured .yn-gallery-bottom-bar{min-height:50px!important;font-size:.95rem!important}.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:88px minmax(0,1fr)!important;min-height:120px!important}.yn-ad-list-stack .yn-ad-list-image{min-height:120px!important}.yn-ad-list-stack .yn-ad-list-body{padding:10px 42px 10px 10px!important}.yn-ad-list-stack .yn-ad-list-meta{gap:6px!important;font-size:.72rem!important}}body,button,input,textarea,select{text-shadow:none!important;font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}h1,h2,h3,h4,.yn-post-title,.yn-ad-list-body h3,.yn-gallery-ad-copy h3{text-shadow:none!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head:before{content:"♛"!important;color:#805200!important;background:#fff8d6!important;border:3px solid #c99b2d!important;border-radius:50%!important;place-items:center!important;width:52px!important;height:52px!important;font-size:1.55rem!important;display:grid!important;box-shadow:0 14px 35px #ae7c143d!important}.yn-priority-gallery-vip_lounge .yn-priority-gallery-head strong:before{content:"♛ VIP"!important;color:#7b4c00!important;background:#fff8d6!important;border:1px solid #c99b2d73!important;border-radius:999px!important;margin-right:10px!important;padding:7px 13px!important;font-size:.86rem!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack,.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack,.yn-ad-list-card-vip_lounge .yn-ad-list-image{position:relative!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack:after,.yn-gallery-ad-card-vip_lounge .yn-gallery-image-stack:after,.yn-ad-list-card-vip_lounge .yn-ad-list-image:after{content:"♛";z-index:9;color:#7c4a00;background:#fff3bf;border:2px solid #d7a72d;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 10px 24px #00000038}.yn-package-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:18px!important;display:grid!important}.yn-package-card{border:1px solid #1118271f!important;border-radius:20px!important;padding:22px!important;box-shadow:0 18px 46px #0f172a17!important}.yn-package-card-vip_lounge{background:linear-gradient(135deg,#fff7d6,#fff,#eafff7)!important;border-color:#d2a52b!important}.yn-package-card-featured{background:linear-gradient(135deg,#e8fff8,#fff,#eaf4ff)!important;border-color:#009b83!important}.yn-package-card-top{background:linear-gradient(135deg,#fff3dc,#fff,#ffe8e8)!important;border-color:#f59e0b!important}.yn-package-card-promoted{background:linear-gradient(135deg,#f2e9ff,#fff,#eef2ff)!important;border-color:#8b5cf6!important}.yn-package-card-sponsored{background:linear-gradient(135deg,#e8f1ff,#fff,#f8fafc)!important;border-color:#2563eb!important}.yn-single-ad-page-v230{color:#2f3440!important;background:#f3f5f8!important;min-height:100vh!important}.yn-single-search-shell{background:#245da0!important;padding:17px 24px!important}.yn-single-search-bar{background:#fff;border-radius:9px;grid-template-columns:minmax(0,1fr) 280px 120px 62px;max-width:1280px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 8px 18px #0a264c29}.yn-single-search-bar input,.yn-single-search-bar span,.yn-single-search-bar button{color:#606a78;background:#fff;border:0;border-right:1px solid #d8dee8;align-items:center;height:54px;padding:0 18px;font-weight:750;display:flex}.yn-single-search-bar input{width:100%;font-size:1rem}.yn-single-search-bar button{color:#245da0;cursor:pointer;border-right:0;justify-content:center;font-size:1.65rem}.yn-single-breadcrumb{color:#6b7280;background:#fff;border-bottom:1px solid #e6ebf1;flex-wrap:wrap;align-items:center;gap:9px;max-width:1280px;margin:0 auto;padding:16px 24px;display:flex}.yn-single-breadcrumb a{color:#2a5fa2;font-weight:750;text-decoration:none}.yn-single-breadcrumb strong{color:#333}.yn-single-ad-shell{grid-template-columns:minmax(0,1fr) 320px;gap:24px;max-width:1280px;margin:0 auto;padding:24px;display:grid}.yn-single-ad-nav{justify-content:space-between;margin-bottom:14px;display:flex}.yn-single-ad-nav a{color:#374151;background:#fff;border-radius:8px;padding:9px 14px;font-weight:800;text-decoration:none;box-shadow:0 1px 6px #0f172a0f}.yn-single-gallery-stage{background:#151923;border-radius:9px;position:relative;overflow:hidden;box-shadow:0 2px 10px #0f172a1f}.yn-single-gallery-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;display:flex;overflow-x:auto}.yn-single-gallery-track::-webkit-scrollbar{display:none}.yn-single-gallery-slide{scroll-snap-align:start;background:linear-gradient(90deg,#4b3a31 0%,#f6f8fb 50%,#252b34 100%);place-items:center;min-width:100%;height:520px;margin:0;display:grid}.yn-single-gallery-slide img{object-fit:contain;width:auto;max-width:72%;height:auto;max-height:100%;box-shadow:0 12px 28px #00000038}.yn-single-gallery-arrow{z-index:6;color:#fff;cursor:pointer;background:#000000c7;border:0;border-radius:50%;place-items:center;width:44px;height:44px;font-size:2rem;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.yn-single-gallery-prev{left:18px}.yn-single-gallery-next{right:18px}.yn-single-gallery-count{color:#fff;background:#000000c2;border-radius:999px;padding:6px 13px;font-weight:900;position:absolute;bottom:18px;right:18px}.yn-single-gallery-crown{z-index:7;color:#7c4a00;background:#fff3bf;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.3rem;font-weight:900;display:grid;position:absolute;top:18px;left:18px;box-shadow:0 10px 22px #0003}.yn-single-thumb-row{gap:8px;margin:12px 0 20px;padding-bottom:4px;display:flex;overflow-x:auto}.yn-single-thumb-button{opacity:.62;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0}.yn-single-thumb-button.is-active{opacity:1;outline-offset:2px;outline:3px solid #245da0}.yn-single-thumb-button img{object-fit:cover;border-radius:8px;width:92px;height:72px}.yn-single-ad-info-card,.yn-single-contact-actions,.yn-single-seller-card,.yn-single-safety-card{background:#fff;border:1px solid #dfe5ee;border-radius:10px;box-shadow:0 1px 7px #0f172a0f}.yn-single-ad-info-card{padding:20px}.yn-single-ad-info-card h1{color:#2a5fa2;margin:0 0 14px;font-size:clamp(1.55rem,2.3vw,2.25rem);line-height:1.13}.yn-single-ad-info-card h2{color:#303540;margin:20px 0 8px;font-size:1.05rem}.yn-single-meta-row{color:#697386;flex-wrap:wrap;align-items:center;gap:12px;display:flex}.yn-single-age{color:#245da0}.yn-single-placement-pill{color:#245da0;background:#eef2ff;border-radius:999px;padding:6px 10px;font-weight:900}.yn-single-placement-vip_lounge{color:#7c4a00;background:#fff3bf}.yn-single-placement-featured{color:#007d69;background:#dffcf5}.yn-single-placement-top{color:#9a4b00;background:#ffedd5}.yn-single-placement-promoted{color:#6d28d9;background:#ede9fe}.yn-single-placement-sponsored{color:#1d4ed8;background:#dbeafe}.yn-single-description{color:#303540;border-top:1px solid #e5e7eb;margin-top:18px;padding-top:18px;line-height:1.72}.yn-single-ad-sidebar{align-content:start;gap:14px;display:grid;position:sticky;top:16px}.yn-single-contact-actions{gap:10px;padding:14px;display:grid}.yn-single-contact-actions a{color:#fff;background:#275fa2;border-radius:7px;place-items:center;height:46px;font-weight:900;text-decoration:none;display:grid}.yn-single-seller-card{overflow:hidden}.yn-single-seller-head{background:linear-gradient(135deg,#fff,#eef6ff);border-bottom:1px solid #e5e7eb;align-items:center;gap:14px;padding:18px;display:flex}.yn-single-seller-head img{object-fit:cover;border-radius:50%;width:70px;height:70px}.yn-single-seller-head span{color:#8b94a3;font-size:.84rem;display:block}.yn-single-seller-head strong{color:#245da0;font-size:1.12rem;display:block}.yn-single-seller-body{color:#566170;gap:12px;padding:16px;display:grid}.yn-single-reveal-number{color:#275fa2;text-align:center;background:#fff;border:1px solid #275fa2;border-radius:7px;padding:10px;font-weight:900;text-decoration:none}.yn-single-verified{color:#25823c;background:#dcfce7;border-radius:999px;width:max-content;padding:7px 10px;font-weight:900}.yn-single-safety-card h2{color:#fff;background:#34883a;border-radius:10px 10px 0 0;margin:0;padding:14px;font-size:1rem}.yn-single-safety-card ul{color:#263241;margin:0;padding:16px 20px 16px 36px}.yn-ad-list-card-vip_lounge,.yn-ad-list-card-featured,.yn-ad-list-card-top,.yn-ad-list-card-promoted,.yn-ad-list-card-sponsored{box-shadow:0 12px 30px #0f172a1f!important}.yn-ad-list-card-vip_lounge{background:linear-gradient(135deg,#fff7d6,#f8fffb)!important;border:2px solid #c99b2d!important}.yn-ad-list-card-featured{background:#eafbf8!important;border:2px solid #009b83!important}.yn-ad-list-card-top{background:#fff1df!important;border:2px solid #fb923c!important}.yn-ad-list-card-promoted{background:#f0e9ff!important;border:2px solid #8b5cf6!important}.yn-ad-list-card-sponsored{background:#eaf2ff!important;border:2px solid #2563eb!important}@media (width<=980px){.yn-single-ad-shell{grid-template-columns:1fr}.yn-single-ad-sidebar{position:static}.yn-single-search-bar{grid-template-columns:1fr}.yn-single-search-bar span,.yn-single-search-bar input,.yn-single-search-bar button{border-bottom:1px solid #e5e7eb;border-right:0}.yn-single-gallery-slide{height:390px}.yn-single-gallery-slide img{max-width:88%}}@media (width<=640px){.yn-single-ad-shell{padding:14px}.yn-single-gallery-slide{height:330px}.yn-single-gallery-arrow{width:38px;height:38px}.yn-single-gallery-slide img{max-width:94%}}.yn-priority-gallery-featured{border-width:3px!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}.yn-priority-gallery-featured .yn-gallery-track-wrap{padding:16px 18px!important}.yn-priority-gallery-featured .yn-gallery-track{scroll-snap-type:x mandatory!important}.yn-priority-gallery-featured .yn-gallery-ad-card{scroll-snap-align:start!important}.yn-ad-list-stack .yn-ad-list-card-top{background:linear-gradient(90deg,#ffedd5 0 10px,#fff7ed 10px,#fff 100%)!important;border-color:#fb923c!important;box-shadow:inset 10px 0 #f97316!important}.yn-ad-list-stack .yn-ad-list-card-promoted{background:linear-gradient(90deg,#ede9fe 0 10px,#f5f3ff 10px,#fff 100%)!important;border-color:#8b5cf6!important;box-shadow:inset 10px 0 #7c3aed!important}.yn-ad-list-stack .yn-ad-list-card-sponsored{background:linear-gradient(90deg,#dbeafe 0 10px,#eff6ff 10px,#fff 100%)!important;border-color:#2563eb!important;box-shadow:inset 10px 0 #2563eb!important}.yn-ad-list-stack .yn-ad-list-card-free{box-shadow:none!important;background:linear-gradient(90deg,#e5e7eb 0 8px,#fff 8px 100%)!important;border-color:#d8dee8!important}.yn-ad-list-stack .yn-ad-list-card-top:after{content:"Top"!important;background:#f97316!important}.yn-ad-list-stack .yn-ad-list-card-promoted:after{content:"Promoted"!important;background:#7c3aed!important}.yn-ad-list-stack .yn-ad-list-card-sponsored:after{content:"Sponsored"!important;background:#2563eb!important}.yn-ad-list-stack .yn-ad-list-card-free:after{display:none!important}@media (width<=760px){.yn-priority-gallery-vip_lounge .yn-gallery-track{gap:18px!important}.yn-priority-gallery-featured .yn-gallery-ad-card{grid-template-columns:1fr!important}}.yn-paid-placement-stack{background:linear-gradient(135deg,#f8fafc,#eef6ff)!important;border:1px solid #dbe5f2!important;border-radius:24px!important;gap:18px!important;width:min(1120px,100% - 32px)!important;margin:20px auto!important;padding:18px!important;display:grid!important;box-shadow:0 18px 44px #0f172a14!important}.yn-paid-placement-card{color:#24272d!important;border:2px solid #0000!important;border-radius:18px!important;grid-template-columns:128px minmax(0,1fr)!important;align-items:center!important;gap:22px!important;min-height:154px!important;padding:22px 92px 22px 24px!important;text-decoration:none!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 14px 32px #0f172a14!important}.yn-paid-placement-thumb{background:linear-gradient(135deg,#dbeafe,#fce7f3 52%,#dcfce7) 50%/cover!important;border-radius:24px!important;width:116px!important;height:116px!important;box-shadow:inset 0 0 0 1px #ffffffc7!important}.yn-paid-placement-thumb img{object-fit:cover!important;border-radius:inherit!important;width:100%!important;height:100%!important;display:block!important}.yn-paid-placement-copy strong{letter-spacing:-.045em!important;color:#20242d!important;font-size:30px!important;font-weight:950!important;line-height:1.05!important;display:block!important}.yn-paid-placement-copy em{color:#64748b!important;margin-top:10px!important;font-size:24px!important;font-style:normal!important;font-weight:850!important;line-height:1.35!important;display:block!important}.yn-paid-placement-meta{color:#315f96!important;flex-wrap:wrap!important;gap:18px!important;margin-top:18px!important;font-size:18px!important;font-weight:950!important;display:flex!important}.yn-paid-placement-ribbon{text-align:center!important;color:#fff!important;letter-spacing:.04em!important;text-transform:uppercase!important;width:152px!important;padding:8px 0!important;font-weight:950!important;position:absolute!important;top:24px!important;right:-39px!important;transform:rotate(45deg)!important}.yn-paid-placement-card-top{background:linear-gradient(90deg,#fff7ed,#fff)!important;border-color:#fb923c!important;box-shadow:inset 10px 0 #f97316,0 14px 32px #f973161a!important}.yn-paid-placement-card-top .yn-paid-placement-ribbon{background:#f97316!important}.yn-paid-placement-card-promoted{background:linear-gradient(90deg,#f5f3ff,#fff)!important;border-color:#8b5cf6!important;box-shadow:inset 10px 0 #7c3aed,0 14px 32px #7c3aed1a!important}.yn-paid-placement-card-promoted .yn-paid-placement-ribbon{background:#7c3aed!important}.yn-paid-placement-card-sponsored{background:linear-gradient(90deg,#eff6ff,#fff)!important;border-color:#2563eb!important;box-shadow:inset 10px 0 #2563eb,0 14px 32px #2563eb1a!important}.yn-paid-placement-card-sponsored .yn-paid-placement-ribbon{background:#2563eb!important}.yn-single-ad-shell,.yn-single-breadcrumb,.yn-single-search-bar{max-width:1180px!important}.yn-single-gallery-stage{border:1px solid #0f172a24!important;box-shadow:0 22px 54px #0f172a29!important}.yn-single-gallery-arrow{transition:transform .18s,background .18s!important}.yn-single-gallery-arrow:hover{background:#000000e6!important;transform:translateY(-50%)scale(1.06)!important}@media (width<=720px){.yn-paid-placement-card{border-radius:14px!important;grid-template-columns:96px minmax(0,1fr)!important;gap:14px!important;min-height:132px!important;padding:18px 56px 18px 18px!important}.yn-paid-placement-thumb{border-radius:20px!important;width:86px!important;height:86px!important}.yn-paid-placement-copy strong{font-size:20px!important}.yn-paid-placement-copy em{font-size:15px!important}.yn-paid-placement-meta{gap:10px!important;font-size:13px!important}.yn-paid-placement-ribbon{width:136px!important;font-size:12px!important;top:18px!important;right:-44px!important}}.yn-remove-selected-file{z-index:6!important;color:#fff!important;cursor:pointer!important;background:#0f172ae0!important;border:0!important;border-radius:50%!important;width:24px!important;height:24px!important;padding:0!important;font-weight:950!important;line-height:24px!important;position:absolute!important;top:6px!important;right:6px!important}.yn-selected-file.is-featured .yn-remove-selected-file{top:34px!important}.yn-ad-list-card .yn-watermark,.yn-ad-list-card .yn-image-watermark,.yn-paid-placement-card .yn-watermark,.yn-paid-placement-card .yn-image-watermark{display:none!important}.yn-admin-multi-location-toggle{color:#1f3f69;background:#f8fbff;border:1px dashed #315f9659;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:flex}.yn-dashboard-ad-actions button,.yn-ad-admin-actions button{cursor:pointer}.yn-gallery-ad-card[data-ad-url]{cursor:pointer!important}.yn-priority-gallery-featured .yn-gallery-ad-card{color:#1f2937!important;background:#eef8ff!important;border-radius:8px!important;grid-template-columns:minmax(0,1.25fr) minmax(240px,360px)!important;min-height:260px!important}.yn-priority-gallery-featured .yn-gallery-kicker{color:#075e56!important;text-shadow:none!important}.yn-priority-gallery-featured .yn-gallery-ad-copy h3,.yn-priority-gallery-featured .yn-gallery-ad-copy h3 a{color:#123047!important;text-shadow:none!important}.yn-priority-gallery-featured .yn-gallery-ad-copy p{color:#334155!important;text-shadow:none!important;font-weight:750!important}.yn-priority-gallery-featured .yn-gallery-view-button{color:#111827!important;background:#fff!important;border-color:#111827!important}.yn-priority-gallery-vip_lounge .yn-gallery-track{scrollbar-width:thin!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3,.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3 a{color:#30343b!important;font-size:.98rem!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important;display:block!important}.yn-priority-gallery-vip_lounge .yn-gallery-kicker,.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy p,.yn-priority-gallery-vip_lounge .yn-indexable-tag-section,.yn-priority-gallery-vip_lounge .yn-gallery-ad-actions,.yn-gallery-ad-card .yn-indexable-tag-section,.yn-ad-list-card .yn-indexable-tag-section{display:none!important}.yn-country-map-section{box-shadow:none!important;background:#fff!important;border:1px solid #e1e7ef!important;border-radius:8px!important;margin:22px 0!important}.yn-country-map-head h2{letter-spacing:0!important}.yn-country-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.yn-country-card{box-shadow:none!important;background:#fff!important;border-radius:8px!important}.yn-country-flag{background:#eef6ff!important;font-size:1.55rem!important}.yn-location-city-strip{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;margin:24px 0!important;padding:24px!important}.yn-location-city-strip .yn-ad-section-head{margin-bottom:18px!important}.yn-location-city-strip .yn-ad-section-head h2{color:#111827!important;letter-spacing:0!important;font-size:clamp(1.45rem,2.2vw,2.05rem)!important}.yn-city-link-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px 22px!important;max-height:none!important;display:grid!important}.yn-city-link-grid a{color:#303236!important;border-bottom:1px solid #eef2f7!important;padding:9px 0!important;font-size:1.02rem!important;font-weight:760!important;text-decoration:none!important;display:block!important}.yn-city-link-grid a:hover{color:#0b5e9e!important;text-underline-offset:3px!important;text-decoration:underline!important}.yn-user-ad-form label>span{color:#475569!important;margin-bottom:6px!important;font-size:.82rem!important;font-weight:850!important;display:block!important}.yn-category-description-section{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;margin:0 0 18px!important;padding:20px 22px!important}.yn-category-description-section h2{color:#111827!important;letter-spacing:0!important;margin:0 0 8px!important;font-size:1.35rem!important}.yn-category-description-section p{color:#475569!important;margin:0!important;font-weight:700!important;line-height:1.55!important}.yn-local-landing-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin:0 0 18px;padding:22px;box-shadow:0 3px 14px #0f172a0d}.yn-local-landing-section>h2{color:#111827;letter-spacing:-.02em;margin:0 0 14px;font-size:1.35rem;line-height:1.2}.yn-local-starter-intro{background:linear-gradient(145deg,#eff6ff,#fff);border-color:#bfdbfe}.yn-local-starter-intro>span{color:#1d4ed8;letter-spacing:.07em;text-transform:uppercase;background:#dbeafe;border-radius:999px;margin-bottom:8px;padding:5px 9px;font-size:.72rem;font-weight:950;display:inline-flex}.yn-local-starter-intro>p{max-width:1050px}.yn-location-hub-category-grid article p{flex-wrap:wrap;gap:6px;display:flex}.yn-location-hub-category-grid article p a{color:inherit;text-underline-offset:3px;text-decoration:underline}.yn-knowledge-centre .yn-ad-archive-main{max-width:1280px;margin:24px auto}.yn-local-landing-section>p,.yn-local-landing-cards p,.yn-local-faqs p{color:#475569;line-height:1.65}.yn-local-landing-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.yn-local-landing-cards article{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.yn-local-landing-cards h3{color:#0f172a;margin:0 0 6px;font-size:1rem}.yn-local-landing-cards p{margin:0}.yn-local-table-wrap{overflow-x:auto}.yn-local-price-table{border-collapse:collapse;width:100%;min-width:520px}.yn-local-price-table th,.yn-local-price-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:11px 12px}.yn-local-price-table th{color:#0f172a;background:#f1f5f9}.yn-marketplace-price-signal{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px;display:grid}.yn-marketplace-price-signal>div{background:linear-gradient(145deg,#ecfdf5,#fff);border:1px solid #bbf7d0;border-radius:12px;padding:16px}.yn-marketplace-price-signal span{color:#047857;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:900;display:block}.yn-marketplace-price-signal strong{color:#0f172a;font-size:1.25rem;line-height:1.25;display:block}.yn-marketplace-price-signal>p,.yn-marketplace-price-signal>small{color:#475569;grid-column:1/-1;margin:0;line-height:1.55}.yn-marketplace-price-signal>.yn-marketplace-price-scope-note{color:#9a3412;background:#fff7ed;border-radius:8px;padding:9px 11px;font-size:.88rem;font-weight:750}.yn-marketplace-price-signal>small{color:#64748b;font-size:.8rem}.yn-local-note{font-size:.92rem;margin:14px 0 0!important}.yn-local-checklist{gap:9px;margin:0;padding:0;list-style:none;display:grid}.yn-local-checklist li{background:#f8fafc;border-radius:9px;padding:11px 12px 11px 38px;position:relative}.yn-local-checklist li:before{content:"✓";color:#15803d;font-weight:900;position:absolute;left:14px}.yn-local-faqs details{border-top:1px solid #e2e8f0;padding:13px 0}.yn-local-faqs summary{cursor:pointer;color:#0f172a;font-weight:800}.yn-local-faqs details p{margin:9px 0 0}.yn-local-cta{background:#eff6ff;border-color:#bfdbfe}.yn-local-links>div{margin-top:16px}.yn-local-links h3{margin:0 0 8px;font-size:1rem}.yn-local-links ul,.yn-local-sources ul{flex-wrap:wrap;gap:8px 14px;margin:0;padding:0;list-style:none;display:flex}.yn-local-links a{font-weight:700}.yn-local-sources{font-size:.9rem}.yn-local-service-types{flex-wrap:wrap;gap:10px;display:flex}.yn-local-service-types a{color:#174b85;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:10px 13px;font-weight:850;text-decoration:none;display:inline-flex}.yn-local-process{counter-reset:yn-process;gap:10px;margin:0;padding:0;list-style:none;display:grid}.yn-local-process li{counter-increment:yn-process;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:13px 14px 13px 52px;position:relative}.yn-local-process li:before{content:counter(yn-process);color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:900;display:grid;position:absolute;top:9px;left:13px}.yn-local-marketplace-cta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 18px;display:grid}.yn-local-marketplace-cta>div{background:linear-gradient(145deg,#eff6ff,#fff);border:1px solid #bfdbfe;border-radius:14px;padding:22px;box-shadow:0 3px 14px #0f172a0d}.yn-local-marketplace-cta>div+div{background:linear-gradient(145deg,#ecfdf5,#fff);border-color:#bbf7d0}.yn-local-marketplace-cta span{color:#1d4ed8;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:950;display:block}.yn-local-marketplace-cta>div+div span{color:#047857}.yn-local-marketplace-cta h2{color:#0f172a;margin:0 0 8px;font-size:1.2rem;line-height:1.25}.yn-local-marketplace-cta p{color:#475569;margin:0 0 15px;line-height:1.55}.yn-local-marketplace-cta a{color:#fff;background:#2563eb;border-radius:9px;padding:10px 14px;font-weight:900;text-decoration:none;display:inline-flex}.yn-local-marketplace-cta>div+div a{background:#059669}.yn-local-marketplace-message{background:#fff7ed;border-radius:12px;grid-column:1/-1;padding:15px 18px;font-weight:750;color:#9a3412!important;margin:0!important}.yn-prefill-notice{color:#174b85;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex-direction:column;gap:4px;margin-bottom:16px;padding:15px 17px;display:flex}.yn-local-breadcrumbs{margin:18px 2px -8px}.yn-local-breadcrumbs ol{color:#64748b;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:0;font-size:.84rem;font-weight:750;list-style:none;display:flex}.yn-local-breadcrumbs li:not(:last-child):after{content:"›";color:#94a3b8;margin-left:7px}.yn-local-breadcrumbs a{color:#315f96;text-decoration:none}.yn-local-breadcrumbs a:hover{text-decoration:underline}.yn-requirement-form,.yn-requirement-response-form{background:#fff;border:1px solid #dbe4f0;border-radius:14px;gap:16px;padding:24px;display:grid;box-shadow:0 10px 28px #0f172a0f}.yn-requirement-form label>span,.yn-requirement-response-form label>span{color:#334155;margin-bottom:7px;font-size:.84rem;font-weight:900;display:block}.yn-requirement-form input,.yn-requirement-form select,.yn-requirement-form textarea,.yn-requirement-response-form input,.yn-requirement-response-form textarea{color:#0f172a;width:100%;min-height:46px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:11px 12px}.yn-requirement-form textarea,.yn-requirement-response-form textarea{resize:vertical;min-height:150px}.yn-requirement-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.yn-requirement-consent{background:#f8fafc;border-radius:10px;align-items:flex-start;gap:9px;padding:13px;display:flex!important}.yn-requirement-consent input{margin-top:3px;width:auto!important;min-height:0!important}.yn-requirement-market-section{background:#fff;border:1px solid #dbe4f0;border-radius:14px;margin:0 0 18px;padding:20px;box-shadow:0 3px 14px #0f172a0d}.yn-requirement-market-section .yn-ad-section-head{padding:0 0 16px!important}.yn-requirement-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.yn-requirement-card{background:#fff;border:1px solid #dbe4f0;border-radius:12px;flex-direction:column;min-width:0;padding:17px;display:flex;box-shadow:0 5px 16px #0f172a0d}.yn-requirement-card>span{color:#047857;text-transform:uppercase;letter-spacing:.07em;font-size:.75rem;font-weight:950}.yn-requirement-card h3{margin:7px 0 9px;font-size:1.08rem;line-height:1.3}.yn-requirement-card h3 a{color:#0f172a;text-decoration:none}.yn-requirement-card p{color:#64748b;margin:0 0 14px;line-height:1.55}.yn-requirement-card footer{color:#475569;border-top:1px solid #eef2f7;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px;font-size:.8rem;display:flex}.yn-requirement-card footer b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.yn-requirement-detail{color:#334155;font-size:1rem;line-height:1.75}.yn-requirement-detail dl{gap:10px;margin:22px 0 0;display:grid}.yn-requirement-detail dl>div{background:#f8fafc;border-radius:9px;justify-content:space-between;gap:16px;padding:12px;display:flex}.yn-requirement-detail dt{font-weight:900}.yn-requirement-detail dd{margin:0}.yn-requirement-response-form h2{color:#0f172a;margin:0}.yn-requirement-owner-note,.yn-requirement-closed{color:#174b85;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:18px;font-weight:800}.yn-requirement-dashboard{gap:22px;display:grid}.yn-requirement-dashboard>section{background:#fff;border:1px solid #dbe4f0;border-radius:14px;padding:20px}.yn-requirement-dashboard-list{gap:14px;display:grid}.yn-requirement-dashboard-list>article{background:#f8fafc;border:1px solid #dbe4f0;border-radius:11px;padding:17px}.yn-requirement-dashboard-list>article>header{justify-content:space-between;gap:16px;display:flex}.yn-requirement-dashboard-list h3{margin:5px 0 12px}.yn-requirement-dashboard-list h3 a{color:#0f172a;text-decoration:none}.yn-private-response-list{gap:10px;margin:12px 0;display:grid}.yn-private-response-list>div{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:9px;padding:13px}.yn-private-response-list p{color:#334155;margin:7px 0;line-height:1.55}.yn-private-response-list span{color:#047857;background:#fff;border-radius:999px;margin:4px 8px 0 0;padding:5px 8px;font-size:.78rem;font-weight:850;display:inline-flex}@media (width<=900px){.yn-requirement-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.yn-requirement-grid,.yn-requirement-card-grid{grid-template-columns:1fr}.yn-requirement-dashboard-list>article>header{display:grid}.yn-requirement-form,.yn-requirement-response-form{padding:17px}}.yn-local-links{border-top:5px solid #2563eb}.yn-local-links>div{border-top:1px solid #e2e8f0;padding-top:15px}.yn-local-links ul{gap:10px!important}.yn-local-links li a{color:#174b85;background:#f8fbff;border:1px solid #dbe5f1;border-radius:999px;padding:8px 11px;text-decoration:none;display:inline-flex}.yn-local-links li a:hover{background:#eaf3ff;border-color:#93c5fd}.yn-no-ads-seo-panel{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 52%,#fff 100%)!important;border:0!important;border-radius:18px!important;grid-template-columns:110px minmax(0,1fr)!important;align-items:center!important;gap:22px!important;margin:14px!important;padding:28px!important;display:grid!important;box-shadow:inset 0 0 0 1px #fed7aa,0 12px 30px #9a341217!important}.yn-empty-ad-visual{background:linear-gradient(145deg,#f97316,#f59e0b);border-radius:28px;place-items:center;width:100px;height:100px;display:grid;transform:rotate(-3deg);box-shadow:0 14px 26px #ea580c40}.yn-empty-ad-visual span{color:#fff;font-size:4rem;font-weight:300;line-height:1}.yn-empty-ad-kicker{color:#c2410c;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:.78rem;font-weight:950;display:block}.yn-empty-ad-copy h2{letter-spacing:-.035em;color:#7c2d12!important;margin:0 0 8px!important;font-size:clamp(1.45rem,3vw,2.15rem)!important}.yn-empty-ad-copy p{max-width:760px;line-height:1.6;color:#7c2d12!important;margin:0!important;font-size:1rem!important}.yn-empty-ad-copy ul{color:#9a3412;flex-wrap:wrap;gap:8px 18px;margin:14px 0 18px;padding:0;font-size:.88rem;font-weight:800;list-style:none;display:flex}.yn-empty-ad-copy li:before{content:"✓";color:#15803d;margin-right:6px}.yn-empty-ad-actions{flex-wrap:wrap;gap:10px;display:flex}.yn-empty-ad-primary,.yn-empty-ad-secondary{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:11px 17px;font-weight:950;text-decoration:none;display:inline-flex}.yn-empty-ad-primary{color:#fff;background:#ea580c;border:1px solid #ea580c}.yn-empty-ad-secondary{color:#9a3412;background:#fff;border:1px solid #fdba74}.yn-empty-ad-links{border-top:1px solid #fed7aa;grid-column:1/-1;padding-top:18px}.yn-empty-ad-links>strong{color:#7c2d12;margin-bottom:10px;display:block}.yn-no-ads-link-mesh a{color:#9a3412;background:#fff;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:800;text-decoration:none;display:inline-flex}@media (width<=700px){.yn-local-landing-section{padding:17px}.yn-local-landing-cards,.yn-local-marketplace-cta,.yn-marketplace-price-signal{grid-template-columns:1fr}.yn-marketplace-price-signal>p,.yn-marketplace-price-signal>small{grid-column:1}.yn-no-ads-seo-panel{text-align:center!important;grid-template-columns:1fr!important}.yn-empty-ad-visual{margin:auto}.yn-empty-ad-copy ul,.yn-empty-ad-actions,.yn-no-ads-link-mesh{justify-content:center}.yn-empty-ad-primary,.yn-empty-ad-secondary{width:100%}}@media (width<=980px){.yn-city-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.yn-priority-gallery-featured .yn-gallery-ad-card{grid-template-columns:1fr!important}}@media (width<=560px){.yn-city-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-location-city-strip{padding:18px!important}}.yn-gallery-ad-copy h3 a{color:inherit!important;text-decoration:none!important}.yn-gallery-ad-copy h3 a:hover{text-decoration:underline!important}.yn-single-reveal-number{width:100%;cursor:pointer!important;place-items:center!important;display:grid!important}.yn-single-reveal-number.is-revealed{color:#173f76!important;background:#eef6ff!important}.yn-single-call-after-reveal{color:#fff!important;background:#275fa2!important;border-radius:7px!important;place-items:center!important;min-height:42px!important;font-weight:900!important;text-decoration:none!important;display:grid!important}.yn-single-admin-actions{background:#fff;border:1px solid #dfe5ee;border-radius:10px;padding:16px;box-shadow:0 1px 7px #0f172a0f}.yn-single-admin-actions h2{color:#245da0;margin:0 0 6px;font-size:1rem}.yn-single-admin-actions p{color:#566170;margin:0 0 12px;font-weight:700;line-height:1.45}.yn-single-admin-actions div{flex-wrap:wrap;gap:8px;display:flex}.yn-single-admin-actions button{color:#245da0;cursor:pointer;background:#eef6ff;border:1px solid #245da0;border-radius:999px;padding:9px 12px;font-weight:900}.yn-single-admin-actions button:hover{color:#fff;background:#245da0}.yn-classified-search-bar{grid-template-columns:minmax(190px,250px) minmax(260px,1fr) minmax(180px,240px) minmax(150px,185px) 68px!important;align-items:stretch!important}.yn-classified-search-bar>select,.yn-classified-search-bar>label,.yn-classified-search-bar>button{grid-row:1!important;min-width:0!important;margin:0!important}.yn-classified-search-bar>select{grid-column:1!important}.yn-classified-search-bar .yn-search-what{grid-column:2!important}.yn-classified-search-bar .yn-search-where{grid-column:3!important}.yn-classified-search-bar .yn-search-area{grid-column:4!important}.yn-classified-search-bar>button{grid-column:5!important}.yn-classified-search-bar input,.yn-classified-search-bar select,.yn-classified-search-bar button{border-radius:0!important;height:58px!important;min-height:58px!important}.yn-classified-search-bar .yn-search-area select{border-right:1px solid #d6dce7!important}.yn-classified-search-bar>button{place-items:center!important;display:grid!important}.yn-visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.yn-priority-gallery-top,.yn-priority-gallery-promoted,.yn-priority-gallery-sponsored{background:#fff!important;border:1px solid #dbe5f2!important;border-radius:14px!important;width:min(1120px,100% - 32px)!important;margin:18px auto 24px!important;box-shadow:0 12px 30px #0f172a14!important}.yn-priority-gallery-top .yn-priority-gallery-head,.yn-priority-gallery-promoted .yn-priority-gallery-head,.yn-priority-gallery-sponsored .yn-priority-gallery-head{background:#fff!important;display:flex!important}.yn-priority-gallery-top .yn-gallery-track-wrap,.yn-priority-gallery-promoted .yn-gallery-track-wrap,.yn-priority-gallery-sponsored .yn-gallery-track-wrap{background:#fff!important;padding:16px 52px!important}.yn-priority-gallery-top .yn-gallery-track,.yn-priority-gallery-promoted .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track{gap:16px!important}.yn-priority-gallery-top .yn-gallery-ad-card,.yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-priority-gallery-sponsored .yn-gallery-ad-card{min-width:100%!important;max-width:100%!important;min-height:220px!important;box-shadow:none!important;background:#fff!important;border-radius:8px!important;grid-template-columns:minmax(0,1fr) minmax(220px,320px)!important;align-items:center!important;gap:24px!important;padding:26px 34px!important;display:grid!important;overflow:hidden!important}.yn-priority-gallery-top .yn-gallery-ad-card:before,.yn-priority-gallery-top .yn-gallery-ad-card:after,.yn-priority-gallery-promoted .yn-gallery-ad-card:before,.yn-priority-gallery-promoted .yn-gallery-ad-card:after,.yn-priority-gallery-sponsored .yn-gallery-ad-card:before,.yn-priority-gallery-sponsored .yn-gallery-ad-card:after{content:none!important;display:none!important}.yn-priority-gallery-top .yn-gallery-ad-copy,.yn-priority-gallery-promoted .yn-gallery-ad-copy,.yn-priority-gallery-sponsored .yn-gallery-ad-copy{color:#1f2937!important;background:0 0!important;min-height:0!important;padding:0!important;display:block!important}.yn-priority-gallery-top .yn-gallery-kicker,.yn-priority-gallery-promoted .yn-gallery-kicker,.yn-priority-gallery-sponsored .yn-gallery-kicker{letter-spacing:.1em!important;text-transform:uppercase!important;text-shadow:none!important;margin:0 0 8px!important;font-size:.74rem!important;font-weight:900!important;display:block!important}.yn-priority-gallery-top .yn-gallery-ad-copy h3,.yn-priority-gallery-promoted .yn-gallery-ad-copy h3,.yn-priority-gallery-sponsored .yn-gallery-ad-copy h3{letter-spacing:0!important;text-shadow:none!important;white-space:normal!important;text-overflow:clip!important;margin:0 0 8px!important;font-size:1.7rem!important;font-weight:850!important;line-height:1.12!important;overflow:visible!important}.yn-priority-gallery-top .yn-gallery-ad-copy p,.yn-priority-gallery-promoted .yn-gallery-ad-copy p,.yn-priority-gallery-sponsored .yn-gallery-ad-copy p{color:#475569!important;text-shadow:none!important;margin:0!important;font-weight:650!important;line-height:1.5!important;display:block!important}.yn-priority-gallery-top .yn-gallery-ad-actions,.yn-priority-gallery-promoted .yn-gallery-ad-actions,.yn-priority-gallery-sponsored .yn-gallery-ad-actions{margin-top:14px!important;display:flex!important}.yn-priority-gallery-top .yn-gallery-image-stack,.yn-priority-gallery-promoted .yn-gallery-image-stack,.yn-priority-gallery-sponsored .yn-gallery-image-stack{background:0 0!important;justify-content:center!important;align-items:center!important;min-height:154px!important;padding:0!important;display:flex!important;overflow:visible!important}.yn-priority-gallery-top .yn-gallery-image-stack img,.yn-priority-gallery-promoted .yn-gallery-image-stack img,.yn-priority-gallery-sponsored .yn-gallery-image-stack img{object-fit:cover!important;filter:none!important;border-radius:12px!important;width:92px!important;height:126px!important;margin-left:-18px!important;display:block!important;transform:none!important;box-shadow:0 14px 26px #0f172a33!important}.yn-priority-gallery-top .yn-gallery-image-stack img:first-child,.yn-priority-gallery-promoted .yn-gallery-image-stack img:first-child,.yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child{margin-left:0!important}.yn-priority-gallery-top .yn-gallery-kicker,.yn-priority-gallery-top .yn-gallery-ad-copy h3,.yn-priority-gallery-top .yn-gallery-ad-copy h3 a{color:#c2410c!important}.yn-priority-gallery-promoted .yn-gallery-kicker,.yn-priority-gallery-promoted .yn-gallery-ad-copy h3,.yn-priority-gallery-promoted .yn-gallery-ad-copy h3 a{color:#6d28d9!important}.yn-priority-gallery-sponsored .yn-gallery-kicker,.yn-priority-gallery-sponsored .yn-gallery-ad-copy h3,.yn-priority-gallery-sponsored .yn-gallery-ad-copy h3 a{color:#1d4ed8!important}.yn-priority-gallery-top .yn-gallery-bottom-bar{background:#f97316!important}.yn-priority-gallery-promoted .yn-gallery-bottom-bar{background:#7c3aed!important}.yn-priority-gallery-sponsored .yn-gallery-bottom-bar{background:#2563eb!important}.yn-priority-gallery-top .yn-gallery-bottom-cta:before{content:"Top Ads";color:#fff!important;margin-right:auto!important;font-size:1.05rem!important}.yn-priority-gallery-promoted .yn-gallery-bottom-cta:before{content:"Promoted Ads";color:#fff!important;margin-right:auto!important;font-size:1.05rem!important}.yn-priority-gallery-sponsored .yn-gallery-bottom-cta:before{content:"Sponsored Ads";color:#fff!important;margin-right:auto!important;font-size:1.05rem!important}@media (width<=980px){.yn-classified-search-bar{grid-template-columns:1fr!important}.yn-classified-search-bar>select,.yn-classified-search-bar>label,.yn-classified-search-bar>button,.yn-classified-search-bar .yn-search-what,.yn-classified-search-bar .yn-search-where,.yn-classified-search-bar .yn-search-area{grid-area:auto/1!important}.yn-classified-search-bar input,.yn-classified-search-bar select{border-bottom:1px solid #d6dce7!important;border-right:0!important}.yn-priority-gallery-top .yn-gallery-ad-card,.yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-priority-gallery-sponsored .yn-gallery-ad-card{grid-template-columns:1fr!important;padding:22px!important}.yn-priority-gallery-top .yn-gallery-image-stack,.yn-priority-gallery-promoted .yn-gallery-image-stack,.yn-priority-gallery-sponsored .yn-gallery-image-stack{justify-content:flex-start!important;overflow:hidden!important}}.yn-link-button{color:inherit!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;padding:0!important;font-weight:800!important;text-decoration:none!important}.yn-link-button:hover{text-underline-offset:3px!important;text-decoration:underline!important}.yn-footer-country-strip{width:min(1260px,100% - 28px)!important;box-shadow:none!important;background:#fff!important;border:1px solid #e1e7ef!important;border-radius:10px!important;margin:24px auto 12px!important;padding:22px 24px!important}.yn-footer-country-head{margin:0 0 16px!important}.yn-footer-country-head span{color:#315f96!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-size:.82rem!important;font-weight:950!important;display:block!important}.yn-footer-country-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:12px!important;display:grid!important}.yn-footer-country-card{color:#111827!important;background:#fff!important;border:1px solid #e1e7ef!important;border-radius:8px!important;align-items:center!important;gap:12px!important;min-height:72px!important;padding:12px 14px!important;text-decoration:none!important;display:flex!important}.yn-footer-country-card:hover{border-color:#315f96!important;box-shadow:0 8px 20px #315f9617!important}.yn-footer-country-card strong{color:#111827!important;font-size:1rem!important;font-weight:900!important;display:block!important}.yn-footer-country-card em{color:#64748b!important;margin-top:3px!important;font-size:.78rem!important;font-style:normal!important;font-weight:800!important;display:block!important}.yn-post-ad-dialog{width:min(860px,100% - 22px)!important;max-height:92vh!important;overflow:auto!important}.yn-post-ad-dialog .yn-user-ad-form{box-shadow:none!important;border-radius:10px!important;margin:16px 0 0!important}.yn-user-ad-panel-cta{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:10px!important;justify-content:flex-start!important;align-items:center!important;margin-bottom:18px!important;padding:18px!important;display:flex!important}.yn-classified-search-bar{grid-template-columns:minmax(150px,230px) minmax(210px,1fr) minmax(150px,220px) minmax(120px,170px) 62px!important;grid-template-areas:"cat what where area submit"!important;grid-auto-columns:auto!important;grid-auto-flow:row!important;align-items:stretch!important;width:min(1420px,100%)!important;display:grid!important}.yn-classified-search-bar>select.yn-select,.yn-classified-search-bar .yn-search-what,.yn-classified-search-bar .yn-search-where,.yn-classified-search-bar .yn-search-area,.yn-classified-search-bar>button{grid-area:auto!important}.yn-classified-search-bar>select,.yn-classified-search-bar>label,.yn-classified-search-bar>button{min-width:0!important;height:58px!important;margin:0!important}.yn-classified-search-bar input,.yn-classified-search-bar select,.yn-classified-search-bar button{box-sizing:border-box!important;height:58px!important;min-height:58px!important;line-height:58px!important}.yn-classified-search-bar label{display:block!important;position:relative!important}.yn-classified-search-bar label>input,.yn-classified-search-bar label>select{display:block!important}.yn-classified-search-bar .yn-visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (width>=721px) and (width<=1120px){.yn-classified-search-bar{grid-template-columns:minmax(135px,190px) minmax(180px,1fr) minmax(130px,180px) minmax(112px,150px) 56px!important;grid-template-areas:"cat what where area submit"!important}.yn-classified-search-bar>select,.yn-classified-search-bar>label,.yn-classified-search-bar>button{grid-area:auto!important}}@media (width<=720px){.yn-classified-search-bar{grid-template-columns:1fr!important;grid-template-areas:"cat""what""where""area""submit"!important}.yn-classified-search-bar>select.yn-select,.yn-classified-search-bar .yn-search-what,.yn-classified-search-bar .yn-search-where,.yn-classified-search-bar .yn-search-area,.yn-classified-search-bar>button{grid-area:auto!important}}.yn-classified-search-bar>select.yn-select{grid-area:cat!important}.yn-classified-search-bar .yn-search-what{grid-area:what!important}.yn-classified-search-bar .yn-search-where{grid-area:where!important}.yn-classified-search-bar .yn-search-area{grid-area:area!important}.yn-classified-search-bar>button{grid-area:submit!important}.yn-category-directory-section{width:min(1260px,100% - 28px)!important;box-shadow:none!important;color:#111827!important;background:#fff!important;border:1px solid #e1e7ef!important;border-radius:10px!important;margin:16px auto!important;padding:18px!important}.yn-category-directory-section .yn-ad-section-head h2{color:#111827!important;letter-spacing:0!important;margin:0!important;font-size:1.28rem!important}.yn-category-directory-section .yn-ad-section-head span{color:#64748b!important;margin-top:4px!important;font-size:.9rem!important;font-weight:750!important;display:block!important}.yn-category-card-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:12px!important;display:grid!important}.yn-category-card{color:#111827!important;background:#fff!important;border:1px solid #e1e7ef!important;border-radius:8px!important;align-items:center!important;gap:12px!important;min-height:92px!important;padding:14px!important;text-decoration:none!important;display:flex!important}.yn-category-card:hover,.yn-category-card.is-active{background:#f8fbff!important;border-color:#315f96!important;box-shadow:0 8px 20px #315f9614!important}.yn-category-icon{color:#315f96!important;background:#eef6ff!important;border-radius:50%!important;flex:0 0 42px!important;place-items:center!important;width:42px!important;height:42px!important;font-size:1.15rem!important;font-weight:950!important;display:grid!important}.yn-category-card strong{color:#111827!important;font-size:1.02rem!important;font-weight:900!important;display:block!important}.yn-category-card em{color:#64748b!important;margin-top:4px!important;font-size:.8rem!important;font-style:normal!important;font-weight:700!important;line-height:1.35!important;display:block!important}.yn-archive-keyword-stack{background:linear-gradient(135deg,#eff6ff,#ecfdf5 46%,#fff7ed)!important;border:1px solid #bfdbfe!important;border-radius:10px!important;gap:14px!important;margin:22px 0 28px!important;padding:16px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-archive-keyword-stack .yn-indexable-tag-section{margin:0!important;padding:0!important}.yn-archive-keyword-stack .yn-indexable-tag-section h2{color:#0f5f9f!important;letter-spacing:0!important;grid-template-columns:12px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important;margin:0 0 8px!important;font-size:1.02rem!important;line-height:1.2!important;display:grid!important}.yn-archive-keyword-stack .yn-indexable-tag-section h2:before{content:""!important;width:10px!important;height:10px!important;box-shadow:none!important;background:#22c55e!important;border-radius:50%!important}.yn-archive-keyword-stack .yn-indexable-tags{align-items:flex-start!important;gap:9px!important}.yn-archive-keyword-stack .yn-indexable-tag{color:#174f91!important;background:#fff!important;border:0!important;box-shadow:inset 0 0 0 1px #3b82f62e,0 6px 14px #0f172a0f!important}.yn-archive-keyword-stack .yn-indexable-tag:nth-child(4n+1){color:#047857!important;background:#ecfdf5!important}.yn-archive-keyword-stack .yn-indexable-tag:nth-child(4n+2){color:#1d4ed8!important;background:#eff6ff!important}.yn-archive-keyword-stack .yn-indexable-tag:nth-child(4n+3){color:#c2410c!important;background:#fff7ed!important}.yn-archive-keyword-stack .yn-indexable-tag:nth-child(4n){color:#6d28d9!important;background:#f5f3ff!important}.yn-no-ads-seo-panel{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:10px!important;gap:14px!important;padding:22px!important;display:grid!important}.yn-no-ads-seo-panel h2{color:#111827!important;letter-spacing:0!important;margin:0!important;font-size:1.45rem!important}.yn-no-ads-seo-panel p{color:#475569!important;margin:0!important;font-weight:700!important;line-height:1.55!important}.yn-no-ads-seo-panel .yn-indexable-tag-section{margin:0!important}.yn-no-ads-seo-panel .yn-primary-button{width:max-content!important}.yn-no-ads-link-mesh{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-no-ads-link-mesh a{color:#075089!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;align-items:center!important;min-height:34px!important;padding:0 11px!important;font-size:.84rem!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.yn-related-public-links{background:#f8fbff!important;border:1px solid #dbeafe!important;border-radius:12px!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;margin:16px 0!important;padding:14px!important;display:grid!important}.yn-related-public-links h3{color:#0f172a!important;grid-column:1/-1!important;margin:0!important;font-size:1rem!important}.yn-related-public-links strong{color:#075fa8!important;margin-bottom:6px!important;display:block!important}.yn-related-public-links ul{margin:0!important;padding-left:18px!important}.yn-related-public-links li{margin:4px 0!important}.yn-related-public-links a{color:#1d4ed8!important;text-underline-offset:3px!important;font-weight:850!important;text-decoration:underline!important}.yn-ai-answer{box-sizing:border-box!important;color:#134e4a!important;overflow-wrap:anywhere!important;word-break:normal!important;background:#f0fdfa!important;border-left:5px solid #14b8a6!important;border-radius:0 10px 10px 0!important;width:100%!important;max-width:100%!important;margin:8px 0 10px!important;padding:12px 14px!important;font-weight:850!important;line-height:1.55!important}.yn-date-signature{color:#64748b!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:6px 0 12px!important;font-size:.86rem!important;font-weight:850!important;display:flex!important}.yn-date-signature time{color:#0f172a!important;font-weight:950!important}.yn-auto-entity-link{color:#075fa8!important;text-underline-offset:3px!important;font-weight:950!important;text-decoration:underline!important}.yn-profile-highlights{color:#111827!important;gap:9px!important;max-width:1080px!important;margin:12px 0 14px!important;display:grid!important}.yn-profile-highlights h2{color:#12213a!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0!important;font-size:.86rem!important;font-weight:950!important;line-height:1.25!important}.yn-profile-highlight-list{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.yn-profile-highlight-list li{color:#273244!important;background:#f8fbff!important;border:1px solid #dbe7f4!important;border-radius:8px!important;align-items:flex-start!important;gap:7px!important;min-height:52px!important;margin:0!important;padding:8px 9px!important;font-size:.78rem!important;font-weight:780!important;line-height:1.3!important;display:flex!important;box-shadow:0 6px 16px #0f172a0a!important}.yn-profile-highlight-icon{color:#315f96!important;background:#eef6ff!important;border:1px solid #d8e6f6!important;border-radius:50%!important;flex:0 0 22px!important;place-items:center!important;width:22px!important;height:22px!important;font-size:.72rem!important;font-weight:950!important;line-height:1!important;display:grid!important}.yn-profile-meta{margin-top:10px!important}@media (width<=720px){.yn-profile-highlight-list{grid-template-columns:1fr!important}.yn-profile-highlight-list li{min-height:0!important;font-size:.8rem!important}}.yn-profile-highlights{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:12px!important;box-shadow:0 12px 28px #0f172a12!important}.yn-profile-highlights h2{color:#fff!important;background:#111827!important;border-radius:999px!important;align-items:center!important;gap:8px!important;width:max-content!important;max-width:100%!important;padding:7px 11px!important;display:inline-flex!important;box-shadow:0 8px 18px #0f172a29!important}.yn-profile-highlights h2:before{content:"✓"!important;color:#fff!important;background:#22c55e!important;border-radius:50%!important;place-items:center!important;width:18px!important;height:18px!important;font-size:.7rem!important;display:grid!important}.yn-profile-highlight-list{gap:9px!important}.yn-profile-highlight-list li{border-style:solid!important;border-width:1px!important;transition:transform .16s,box-shadow .16s!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 18px #0f172a12!important}.yn-profile-highlight-list li:before{content:""!important;background:var(--yn-check-accent,#315f96)!important;width:5px!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important}.yn-profile-highlight-list li:hover{transform:translateY(-1px)!important;box-shadow:0 12px 24px #0f172a1a!important}.yn-profile-highlight-list li:nth-child(6n+1){--yn-check-accent:#2563eb;color:#173a6a!important;background:#eff6ff!important;border-color:#bfdbfe!important}.yn-profile-highlight-list li:nth-child(6n+2){--yn-check-accent:#db2777;color:#6d173d!important;background:#fff1f2!important;border-color:#fecdd3!important}.yn-profile-highlight-list li:nth-child(6n+3){--yn-check-accent:#059669;color:#14532d!important;background:#ecfdf5!important;border-color:#bbf7d0!important}.yn-profile-highlight-list li:nth-child(6n+4){--yn-check-accent:#d97706;color:#6b3f08!important;background:#fffbeb!important;border-color:#fde68a!important}.yn-profile-highlight-list li:nth-child(6n+5){--yn-check-accent:#7c3aed;color:#40206f!important;background:#f5f3ff!important;border-color:#ddd6fe!important}.yn-profile-highlight-list li:nth-child(6n){--yn-check-accent:#0f766e;color:#134e4a!important;background:#f0fdfa!important;border-color:#99f6e4!important}.yn-profile-highlight-icon{background:var(--yn-check-accent,#315f96)!important;color:#fff!important;width:auto!important;min-width:22px!important;max-width:52px!important;box-shadow:0 7px 14px color-mix(in srgb,var(--yn-check-accent,#315f96) 25%,transparent)!important;white-space:nowrap!important;border-color:#ffffffb8!important;border-radius:999px!important;flex:none!important;padding:0 6px!important}.yn-ad-travel-note{color:#173a6a!important;background:#eff6ff!important;border-left:5px solid #2563eb!important;border-radius:10px!important;margin:18px 0 0!important;padding:14px 16px!important;font-weight:800!important;line-height:1.55!important}.yn-ad-travel-note strong{color:#111827!important}.yn-contact-modal{z-index:10020!important;backdrop-filter:blur(4px)!important;background:#0000009e!important;justify-content:center!important;align-items:center!important;padding:22px!important;display:none!important;position:fixed!important;inset:0!important}.yn-contact-modal.is-open{display:flex!important}.yn-contact-dialog{text-align:center!important;color:#111827!important;background:#fff!important;border-radius:10px!important;width:min(760px,100% - 18px)!important;padding:80px 48px 44px!important;position:relative!important;box-shadow:0 28px 90px #00000047!important}.yn-contact-close{color:#111827!important;cursor:pointer!important;background:#eef2f7!important;border:0!important;border-radius:50%!important;width:36px!important;height:36px!important;font-size:1.3rem!important;font-weight:950!important;position:absolute!important;top:14px!important;right:14px!important}.yn-contact-badge{color:#fff!important;background:#1474b8!important;border:8px solid #fff!important;border-radius:50%!important;place-items:center!important;width:112px!important;height:112px!important;font-size:3.2rem!important;display:grid!important;position:absolute!important;top:-48px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 14px 36px #1474b847!important}.yn-contact-dialog h2{color:#28368c!important;margin:0 0 22px!important;font-size:clamp(1.7rem,3.2vw,2.35rem)!important;font-weight:950!important;line-height:1.08!important}.yn-ad-contact-form{gap:18px!important;display:grid!important}.yn-ad-contact-form textarea{color:#1f2937!important;resize:vertical!important;background:#ededed!important;border:0!important;border-radius:8px!important;width:100%!important;min-height:136px!important;padding:18px!important;font-size:1.25rem!important;font-weight:700!important}.yn-contact-suggestions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.yn-contact-suggestions button{color:#075aa2!important;cursor:pointer!important;background:#fff!important;border:2px solid #075aa2!important;border-radius:12px!important;min-height:46px!important;font-size:1rem!important;font-weight:950!important}.yn-contact-notify{text-align:left!important;color:#3f3f46!important;align-items:center!important;gap:14px!important;font-size:1rem!important;font-weight:760!important;display:flex!important}.yn-contact-notify input{accent-color:#28368c!important;width:58px!important;height:32px!important;margin-left:auto!important}.yn-contact-send{background:#075fa8!important;border-radius:0!important;justify-self:center!important;min-width:220px!important;font-size:1.25rem!important}.yn-contact-register-lock{color:#374151!important;justify-items:center!important;gap:14px!important;font-weight:800!important;display:grid!important}.yn-single-contact-actions button{color:#fff!important;cursor:pointer!important;background:#275fa2!important;border:0!important;border-radius:7px!important;min-height:46px!important;font-weight:900!important}.yn-whatsapp-reveal{color:#15803d!important;border-color:#22c55e!important}.yn-whatsapp-reveal b{color:#fff!important;letter-spacing:0!important;background:#22c55e!important;border-radius:50%!important;place-items:center!important;width:28px!important;height:28px!important;margin-right:8px!important;font-size:.72rem!important;display:inline-grid!important}.yn-whatsapp-after-reveal{background:#22c55e!important}.yn-dashboard-welcome{background:linear-gradient(135deg,#eff6ff,#fff 55%,#ecfdf5)!important;border:1px solid #dbe4f0!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;margin:20px 0!important;padding:22px!important;display:flex!important;box-shadow:0 14px 34px #0f172a12!important}.yn-dashboard-welcome span{color:#315f96!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.75rem!important;font-weight:950!important;display:block!important}.yn-dashboard-welcome h2{color:#0f172a!important;margin:4px 0!important;font-size:1.8rem!important}.yn-dashboard-welcome p{color:#475569!important;margin:0!important;font-weight:800!important}.yn-dashboard-stats>div{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:16px!important;padding:16px!important;box-shadow:0 8px 20px #0f172a0d!important}.yn-dashboard-messages,.yn-dashboard-reviews,.yn-dashboard-promotion-pricing{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;gap:14px!important;margin:0 0 22px!important;padding:18px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-message-list{gap:12px!important;display:grid!important}.yn-message-card{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important;gap:10px!important;padding:14px!important;display:grid!important}.yn-message-card.is-unread{background:#eff6ff!important;border-color:#2563eb!important}.yn-message-card strong{color:#111827!important;font-size:1rem!important;display:block!important}.yn-message-card em,.yn-message-card span{color:#64748b!important;font-size:.82rem!important;font-style:normal!important;font-weight:800!important;display:block!important}.yn-message-card p{color:#334155!important;margin:0!important;font-weight:750!important;line-height:1.45!important}.yn-message-reply-form{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;display:grid!important}.yn-message-reply-form textarea{border:1px solid #dbe4f0!important;border-radius:10px!important;padding:10px!important}.yn-message-actions{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.yn-message-actions a,.yn-message-actions button{color:#1d4ed8!important;cursor:pointer!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;padding:8px 12px!important;font-weight:900!important;text-decoration:none!important}.yn-message-actions button{color:#b91c1c!important;background:#fff5f5!important;border-color:#fecaca!important}.yn-message-blocked-note{color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:10px!important;padding:10px 12px!important;font-weight:900!important}.yn-dashboard-ad-row.is-expiring{border-color:#f59e0b!important;box-shadow:0 12px 30px #f59e0b1f!important}.yn-expiring-badge{color:#92400e!important;background:#fffbeb!important;border:1px solid #fcd34d!important;border-radius:999px!important;align-items:center!important;padding:8px 12px!important;font-weight:950!important;display:inline-flex!important}.yn-selected-file.is-existing-image:before{content:"Current"!important;color:#fff!important;z-index:5!important;background:#0f766e!important;border-radius:999px!important;padding:3px 7px!important;font-size:.62rem!important;font-weight:950!important;position:absolute!important;top:6px!important;left:6px!important}@media (width<=720px){.yn-contact-dialog{padding:72px 18px 28px!important}.yn-contact-suggestions{grid-template-columns:1fr!important}.yn-dashboard-welcome{display:grid!important}.yn-message-reply-form{grid-template-columns:1fr!important}}.yn-mobile-bar{z-index:9000!important;pointer-events:auto!important}.yn-mobile-bar a,.yn-mobile-bar button{touch-action:manipulation!important;-webkit-tap-highlight-color:#0f766e38!important}.yn-register-modal{z-index:10080!important}.yn-gallery-modal,.yn-post-ad-modal{z-index:10070!important}.yn-contact-modal{z-index:10090!important}.yn-register-dialog #yn-vip-register-status{color:#334155!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;min-height:0!important;margin-top:2px!important;padding:12px 14px!important;font-size:1rem!important;font-weight:900!important;line-height:1.5!important;display:block!important}.yn-register-dialog #yn-vip-register-status:empty{display:none!important}.yn-register-dialog #yn-vip-register-status.is-success{color:#065f46!important;background:#ecfdf5!important;border-color:#6ee7b7!important}.yn-register-dialog #yn-vip-register-status.is-error{color:#991b1b!important;background:#fef2f2!important;border-color:#fecaca!important}.yn-create-ad-button,.yn-open-post-ad,.yn-inline-post-ad-button,.yn-open-register,.yn-primary-button,.yn-soft-button{touch-action:manipulation!important}.yn-user-ad-form,.yn-user-ad-form *,.yn-post-ad-dialog,.yn-post-ad-dialog *{box-sizing:border-box!important;max-width:100%!important}.yn-post-ad-dialog{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}.yn-user-ad-form input,.yn-user-ad-form select,.yn-user-ad-form textarea,.yn-register-dialog input{font-size:16px!important}.yn-user-ad-form .wp-editor-wrap,.yn-user-ad-form iframe,.yn-user-ad-form textarea[name=user_ad_description]{max-width:100%!important}.yn-dashboard-ad-actions{flex-wrap:wrap!important;align-items:center!important;gap:9px!important;display:flex!important}.yn-dashboard-ad-actions a,.yn-dashboard-ad-actions button{justify-content:center!important;align-items:center!important;min-height:42px!important;display:inline-flex!important}@media (width<=780px){body.yn-pulse-p2{padding-bottom:96px!important;overflow-x:hidden!important}.yn-site-topbar{grid-template-columns:1fr!important;gap:10px!important;min-height:0!important;padding:10px 12px!important;display:grid!important;position:relative!important}.yn-site-logo{text-align:center!important;justify-content:center!important;min-width:0!important;font-size:1.55rem!important}.yn-site-logo img{max-width:168px!important;max-height:44px!important}.yn-site-nav{flex-wrap:wrap!important;justify-content:center!important;gap:12px!important;width:100%!important;margin:0!important}.yn-site-nav a{font-size:.88rem!important}.yn-site-actions{grid-template-columns:1fr!important;justify-content:stretch!important;gap:10px!important;width:100%!important;display:grid!important}.yn-auth-controls{grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;display:grid!important}.yn-site-actions .yn-soft-button,.yn-site-actions .yn-primary-button,.yn-create-ad-button,.yn-submit-article-button,.yn-forum-button{text-align:center!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:48px!important;padding:12px 14px!important;display:flex!important}.yn-classified-search-wrap,.yn-category-directory-section,.yn-home-india-locations,.yn-footer-country-strip,.yn-ad-archive-page,.yn-dashboard-page{width:calc(100% - 20px)!important;margin-left:auto!important;margin-right:auto!important}.yn-classified-search-bar{border-width:3px!important}.yn-category-card-grid,.yn-footer-country-grid,.yn-package-grid,.yn-selected-file-list,.yn-file-preview-list{grid-template-columns:1fr!important}.yn-indexable-tags{flex-wrap:wrap!important;align-items:flex-start!important;gap:9px!important;display:flex!important}.yn-indexable-tag{white-space:normal!important;max-width:100%!important;line-height:1.35!important}.yn-post-ad-dialog{border-radius:18px!important;width:calc(100% - 16px)!important;max-height:92dvh!important;padding:20px 14px!important}.yn-post-ad-dialog h2{font-size:1.35rem!important}.yn-register-modal,.yn-gallery-modal{align-items:flex-start!important;padding:10px!important;overflow:auto!important}.yn-register-dialog{border-radius:22px!important;width:calc(100vw - 20px)!important;margin:18px auto!important}.yn-register-head{padding:18px 16px!important}.yn-register-head h2{font-size:1.55rem!important;line-height:1.15!important}.yn-register-head p{font-size:1rem!important;line-height:1.55!important}.yn-register-dialog form{gap:13px!important;padding:16px!important}.yn-register-dialog .yn-primary-button{min-height:50px!important;font-size:1rem!important}.yn-user-ad-form{gap:12px!important}.yn-user-ad-grid,.yn-ad-location-grid{grid-template-columns:1fr!important}.yn-dropzone{padding:16px!important}.yn-composer-toolbar{border-radius:0 0 18px 18px!important;grid-template-columns:1fr!important;align-items:stretch!important;margin:0 -14px -20px!important;padding:12px!important;display:grid!important;position:sticky!important;bottom:0!important}.yn-composer-toolbar .yn-primary-button,.yn-composer-toolbar .yn-soft-button{width:100%!important;min-height:48px!important}.yn-dashboard-layout{grid-template-columns:1fr!important}.yn-dashboard-stats{grid-template-columns:1fr 1fr!important}.yn-dashboard-main,.yn-dashboard-messages,.yn-dashboard-reviews,.yn-dashboard-promotion-pricing{min-width:0!important}.yn-dashboard-ad-row{padding:12px!important;overflow:hidden!important}.yn-dashboard-ad-actions a,.yn-dashboard-ad-actions button,.yn-expiring-badge{flex:130px!important}.yn-mobile-bar{border-radius:24px!important;padding:8px!important;bottom:10px!important;left:10px!important;right:10px!important}.yn-mobile-bar a{min-height:54px!important;font-size:1.05rem!important}}@media (width<=420px){.yn-auth-controls{grid-template-columns:1fr!important}.yn-site-actions{gap:8px!important}.yn-dashboard-stats{grid-template-columns:1fr!important}.yn-contact-dialog{width:calc(100vw - 18px)!important}}.yn-category-icon{background:linear-gradient(135deg,#fff,#eef6ff)!important;border:1px solid #dbeafe!important;box-shadow:0 10px 22px #315f9617!important}.yn-category-icon svg{width:30px!important;height:30px!important;display:block!important}.yn-category-card:nth-child(4n+1) .yn-category-icon{background:#fff1f2!important;border-color:#fecdd3!important}.yn-category-card:nth-child(4n+2) .yn-category-icon{background:#ecfdf5!important;border-color:#bbf7d0!important}.yn-category-card:nth-child(4n+3) .yn-category-icon{background:#eff6ff!important;border-color:#bfdbfe!important}.yn-category-card:nth-child(4n) .yn-category-icon{background:#f5f3ff!important;border-color:#ddd6fe!important}.yn-auth-page{background:linear-gradient(135deg,#eef6ff,#fff 48%,#ecfdf5)!important;place-items:center!important;min-height:calc(100vh - 90px)!important;padding:34px 16px!important;display:grid!important}.yn-auth-route{min-height:calc(100dvh - 150px)!important}.yn-auth-site-header{justify-content:space-between!important;align-items:center!important;gap:18px!important;width:min(1040px,100% - 28px)!important;margin:0 auto!important;padding:14px 0!important;display:flex!important}.yn-auth-site-brand{color:#0f172a!important;align-items:center!important;min-width:0!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.yn-auth-site-brand img{object-fit:contain!important;width:auto!important;max-width:180px!important;max-height:58px!important;display:block!important}.yn-auth-home-link{color:#315f96!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 15px!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.yn-auth-site-footer{color:#64748b!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:18px!important;font-size:.86rem!important;display:flex!important}.yn-auth-site-footer a{color:#315f96!important;font-weight:900!important;text-decoration:none!important}.yn-auth-card{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:22px!important;gap:16px!important;width:min(520px,100%)!important;padding:28px!important;display:grid!important;box-shadow:0 24px 64px #0f172a24!important}.yn-auth-logo{color:#24115b!important;justify-content:center!important;align-items:center!important;min-height:58px!important;font-size:1.6rem!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.yn-auth-logo img{object-fit:contain!important;max-width:210px!important;max-height:72px!important}.yn-auth-card h1{color:#111827!important;text-align:center!important;margin:0!important;font-size:clamp(1.65rem,4vw,2.2rem)!important;font-weight:950!important;line-height:1.1!important}.yn-auth-card p{color:#475569!important;text-align:center!important;margin:0!important;font-weight:780!important;line-height:1.55!important}.yn-auth-form{gap:13px!important;display:grid!important}.yn-auth-form label span{color:#475569!important;margin:0 0 6px!important;font-size:.85rem!important;font-weight:900!important;display:block!important}.yn-auth-form .yn-input{color:#111827!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:12px!important;min-height:50px!important;padding:0 14px!important}.yn-auth-form .yn-primary-button{color:#fff!important;background:#0f766e!important;border-radius:12px!important;min-height:50px!important;font-weight:950!important}.yn-auth-form a{color:#315f96!important;justify-self:center!important;font-weight:900!important;text-decoration:none!important}.yn-auth-form a:hover{text-underline-offset:3px!important;text-decoration:underline!important}.yn-auth-register-prompt{color:#64748b!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding-top:4px!important;font-weight:800!important;display:flex!important}.yn-auth-register-prompt button{color:#1d4ed8!important;text-underline-offset:3px!important;background:0 0!important;border:0!important;padding:0!important;font-weight:950!important;text-decoration:underline!important}.yn-auth-remember{color:#475569!important;align-items:center!important;gap:8px!important;font-weight:850!important;display:flex!important}.yn-auth-notice,.yn-auth-error{border-radius:12px!important;padding:12px 14px!important;font-weight:900!important;line-height:1.5!important}.yn-auth-notice{color:#065f46!important;background:#ecfdf5!important;border:1px solid #6ee7b7!important}.yn-auth-error{color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important}.yn-dashboard-password-card{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;grid-template-columns:minmax(0,1fr) minmax(280px,420px)!important;align-items:center!important;gap:16px!important;margin:0 0 22px!important;padding:18px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-dashboard-password-card h2{color:#111827!important;margin:0 0 6px!important;font-size:1.18rem!important;font-weight:950!important}.yn-dashboard-password-card p{color:#64748b!important;margin:0!important;font-weight:800!important;line-height:1.45!important}.yn-dashboard-password-form{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;display:grid!important}.yn-dashboard-password-form .yn-input,.yn-dashboard-password-form .yn-soft-button{border-radius:10px!important;min-height:46px!important}@media (width<=720px){body.page-member-login{padding-bottom:0!important}.yn-auth-site-header{width:calc(100% - 24px)!important;padding:10px 0!important}.yn-auth-site-brand img{max-width:145px!important;max-height:46px!important}.yn-auth-home-link{min-height:40px!important;padding:0 11px!important;font-size:.82rem!important}.yn-auth-page{min-height:auto!important;padding:18px 12px 26px!important}.yn-auth-card{border-radius:18px!important;padding:22px 16px!important}.yn-dashboard-password-card,.yn-dashboard-password-form{grid-template-columns:1fr!important}.yn-dashboard-password-form .yn-soft-button{width:100%!important}}.yn-dashboard-sitemap-card{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;margin:0 0 22px!important;padding:18px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-dashboard-sitemap-card h2{color:#111827!important;margin:0 0 6px!important;font-size:1.18rem!important;font-weight:950!important}.yn-dashboard-sitemap-card p{color:#64748b!important;margin:0!important;font-weight:800!important;line-height:1.45!important}.yn-original-badge,.yn-enhanced-badge{border-radius:999px!important;align-items:center!important;padding:8px 12px!important;font-weight:950!important;display:inline-flex!important}.yn-original-badge{color:#065f46!important;background:#ecfdf5!important;border:1px solid #6ee7b7!important}.yn-enhanced-badge{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}@media (width<=720px){.yn-dashboard-sitemap-card{grid-template-columns:1fr!important}.yn-dashboard-sitemap-card .yn-soft-button{width:100%!important}.yn-dashboard-ad-actions{justify-content:stretch!important}.yn-original-badge,.yn-enhanced-badge{flex:130px!important;justify-content:center!important}.yn-single-admin-actions div{grid-template-columns:1fr 1fr!important;display:grid!important}.yn-single-admin-actions button{width:100%!important;min-height:44px!important}}@media (width<=420px){.yn-single-admin-actions div{grid-template-columns:1fr!important}}.yn-account-menu{z-index:9100!important;position:relative!important}.yn-account-trigger{color:#111827!important;cursor:pointer!important;background:#f3f4f6!important;border:1px solid #e5e7eb!important;border-radius:8px!important;align-items:center!important;gap:10px!important;max-width:260px!important;min-height:44px!important;padding:6px 12px 6px 7px!important;font-weight:950!important;display:flex!important}.yn-account-trigger img{object-fit:cover!important;border-radius:50%!important;width:32px!important;height:32px!important}.yn-account-trigger span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.yn-account-trigger b{color:#64748b!important;font-size:1rem!important;line-height:1!important}.yn-account-trigger .yn-account-chevron{border-bottom:2px solid!important;border-right:2px solid!important;flex:none!important;width:9px!important;height:9px!important;margin-left:2px!important;transition:transform .18s!important;transform:rotate(45deg)!important}.yn-account-dropdown{color:#111827!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;width:min(320px,100vw - 24px)!important;padding:12px!important;display:none!important;position:absolute!important;top:calc(100% + 12px)!important;right:0!important;box-shadow:0 22px 60px #0f172a2e!important}.yn-account-menu.is-open .yn-account-dropdown{gap:4px!important;display:grid!important}.yn-account-summary{border-bottom:1px solid #eef2f7!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:8px 12px!important;margin-bottom:6px!important;padding:6px 6px 12px!important;display:grid!important}.yn-account-summary img{object-fit:cover!important;border-radius:50%!important;grid-row:span 2!important;width:42px!important;height:42px!important}.yn-account-summary strong,.yn-account-summary em{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;display:block!important;overflow:hidden!important}.yn-account-summary strong{color:#111827!important;font-weight:950!important}.yn-account-summary em{color:#64748b!important;font-size:.82rem!important;font-style:normal!important;font-weight:800!important}.yn-account-dropdown a{color:#334155!important;border-radius:7px!important;align-items:center!important;min-height:42px!important;padding:10px 12px!important;font-weight:900!important;text-decoration:none!important;display:flex!important}.yn-account-dropdown a:hover{color:#1d4ed8!important;background:#eff6ff!important}.yn-classified-search-bar{grid-template-columns:minmax(150px,230px) minmax(210px,1fr) minmax(150px,220px) minmax(120px,170px) minmax(96px,120px)!important}.yn-classified-search-bar>button{white-space:nowrap!important;text-align:center!important;min-width:96px!important;padding:0 14px!important;font-size:1rem!important;line-height:1!important}.search-form,.yn-widget-search-form{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:12px!important;width:100%!important;display:grid!important}.search-form label,.yn-widget-search-form label{min-width:0!important;margin:0!important}.search-form input[type=search],.yn-widget-search-form input[type=search]{color:#111827!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:0!important;width:100%!important;min-height:46px!important;padding:0 12px!important;font-size:16px!important}.search-form .search-submit,.yn-widget-search-form .search-submit{color:#fff!important;white-space:nowrap!important;text-align:center!important;background:#30363d!important;border:0!important;border-radius:0!important;min-width:110px!important;min-height:46px!important;padding:0 18px!important;font-size:1rem!important;font-weight:950!important;line-height:1!important}.yn-star-rating{color:#cbd5e1!important;letter-spacing:0!important;white-space:nowrap!important;vertical-align:middle!important;align-items:center!important;gap:1px!important;display:inline-flex!important}.yn-star-rating span{font-size:.95em!important;line-height:1!important}.yn-star-rating .is-filled{color:#f59e0b!important}.yn-ad-card-rating{color:#92400e!important;align-items:center!important;gap:5px!important;font-weight:950!important;display:inline-flex!important}.yn-ad-review-panel{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:8px!important;gap:14px!important;margin:0 0 18px!important;padding:16px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-ad-review-summary{justify-items:start!important;gap:6px!important;display:grid!important}.yn-ad-review-summary h2{color:#111827!important;margin:0!important;font-size:1.15rem!important;font-weight:950!important}.yn-ad-review-summary strong{color:#111827!important;font-size:2rem!important;line-height:1!important}.yn-ad-review-summary>span{color:#64748b!important;font-weight:900!important}.yn-ad-review-form{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;gap:10px!important;padding:12px!important;display:grid!important}.yn-ad-review-form label span{color:#475569!important;margin:0 0 5px!important;font-size:.82rem!important;font-weight:950!important;display:block!important}.yn-ad-review-form select,.yn-ad-review-form textarea{color:#111827!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:7px!important;width:100%!important;padding:10px!important;font-size:16px!important}.yn-ad-review-form textarea{resize:vertical!important;min-height:92px!important}.yn-ad-review-list{gap:10px!important;display:grid!important}.yn-ad-review-list>p{color:#64748b!important;margin:0!important;font-weight:850!important}.yn-ad-review-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;gap:8px!important;padding:12px!important;display:grid!important}.yn-ad-review-head{grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;display:grid!important}.yn-ad-review-head img{object-fit:cover!important;border-radius:50%!important;width:34px!important;height:34px!important}.yn-ad-review-head strong,.yn-ad-review-head time{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;display:block!important;overflow:hidden!important}.yn-ad-review-head strong{color:#111827!important;font-weight:950!important}.yn-ad-review-head time{color:#64748b!important;font-size:.78rem!important;font-weight:800!important}.yn-ad-review-text{color:#334155!important;font-weight:750!important;line-height:1.45!important}.yn-ad-review-text p{margin:0!important}.yn-review-delete{color:#991b1b!important;cursor:pointer!important;background:#fff5f5!important;border:1px solid #fecaca!important;border-radius:999px!important;justify-self:start!important;min-height:34px!important;padding:7px 11px!important;font-weight:950!important}.yn-review-login-note a{color:#1d4ed8!important;text-align:center!important;background:#eff6ff!important;border-radius:8px!important;padding:11px 12px!important;font-weight:950!important;text-decoration:none!important;display:block!important}.yn-dashboard-review-columns{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.yn-dashboard-review-columns h3{color:#111827!important;margin:0 0 10px!important;font-size:1rem!important;font-weight:950!important}.yn-dashboard-review-columns p{color:#64748b!important;margin:0!important;font-weight:850!important}.yn-dashboard-review-list{gap:10px!important;display:grid!important}.yn-dashboard-review-card{color:#334155!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;gap:6px!important;padding:12px!important;text-decoration:none!important;display:grid!important}.yn-dashboard-review-card:hover{background:#eff6ff!important;border-color:#bfdbfe!important}.yn-dashboard-review-card strong{text-overflow:ellipsis!important;white-space:nowrap!important;color:#111827!important;min-width:0!important;font-weight:950!important;overflow:hidden!important}.yn-dashboard-review-card>span:not(.yn-star-rating){color:#64748b!important;font-weight:800!important;line-height:1.4!important}.yn-purchase-more-panel{color:#fff!important;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 42%,#f59e0b 100%)!important;border:0!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 52px #2563eb40!important}.yn-purchase-more-panel:before{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#ffffff2e,#0000 45%,#fff3)!important;position:absolute!important;inset:0!important}.yn-purchase-more-panel>*{z-index:1!important;position:relative!important}.yn-purchase-more-panel strong{color:#fff!important;font-size:1.14rem!important}.yn-purchase-more-panel span{color:#ffffffeb!important}.yn-purchase-more-panel .yn-soft-button,.yn-purchase-more-panel a{color:#1d4ed8!important;background:#fff!important;border-color:#ffffffb3!important;box-shadow:0 10px 24px #0f172a24!important}@media (width<=980px){.yn-classified-search-bar{grid-template-columns:1fr!important}.yn-classified-search-bar>button{width:100%!important}.yn-account-dropdown{left:0!important;right:auto!important}}@media (width<=640px){.search-form,.yn-widget-search-form{grid-template-columns:1fr!important}.search-form .search-submit,.yn-widget-search-form .search-submit{width:100%!important}.yn-account-trigger{justify-content:center!important;width:100%!important;max-width:none!important}.yn-ad-review-panel{padding:14px!important}.yn-dashboard-review-columns{grid-template-columns:1fr!important}}@media (width>=781px){.yn-site-topbar{grid-template-columns:auto minmax(320px,1fr) auto!important;align-items:center!important;gap:22px!important;min-height:76px!important;padding-top:10px!important;padding-bottom:10px!important;display:grid!important}.yn-site-logo{flex:none!important;min-width:0!important}.yn-site-logo img{width:auto!important;max-height:52px!important;display:block!important}.yn-site-nav{flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:22px!important;min-width:0!important;margin:0!important;display:flex!important}.yn-site-nav a{white-space:nowrap!important;align-items:center!important;min-height:42px!important;font-size:1rem!important;line-height:1.1!important;display:inline-flex!important}.yn-site-actions{flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;min-width:0!important;display:flex!important}.yn-site-actions .yn-auth-controls{flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;width:auto!important;min-width:0!important;display:flex!important}.yn-account-menu{flex:0 230px!important;min-width:170px!important;max-width:230px!important}.yn-account-trigger{width:100%!important;max-width:none!important;height:46px!important;min-height:46px!important;padding:6px 12px 6px 7px!important;line-height:1!important}.yn-account-trigger span{font-size:1rem!important;line-height:1!important}.yn-create-ad-button,.yn-submit-article-button,.yn-forum-button{white-space:nowrap!important;text-align:center!important;flex:none!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:118px!important;height:46px!important;min-height:46px!important;padding:0 16px!important;font-size:1rem!important;line-height:1!important;display:inline-flex!important}}@media (width>=1121px) and (width<=1320px){.yn-site-topbar,.yn-site-nav{gap:16px!important}.yn-account-menu{flex-basis:210px!important;max-width:210px!important}.yn-create-ad-button,.yn-submit-article-button,.yn-forum-button{min-width:112px!important;padding-inline:12px!important}}.yn-elementor-page-main{background:#fff!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.yn-elementor-page-main>.elementor{width:100%!important;max-width:none!important}body.elementor-page .yn-app,body.elementor-editor-active .yn-app{width:100%!important;max-width:none!important;overflow-x:clip!important}body.elementor-page .yn-elementor-page-main .elementor-section-wrap,body.elementor-page .yn-elementor-page-main .elementor{box-sizing:border-box!important}body.elementor-editor-active .yn-elementor-page-main{min-height:120px!important}.yn-site-nav-dropdown{align-items:center!important;display:inline-flex!important;position:relative!important}.yn-site-nav-dropdown>a:after{content:"";vertical-align:middle;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;margin-left:7px;display:inline-block}.yn-site-nav-menu{z-index:1000!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:10px!important;grid-template-columns:repeat(2,minmax(190px,1fr))!important;gap:6px!important;width:min(540px,100vw - 28px)!important;padding:12px!important;display:none!important;position:absolute!important;top:calc(100% + 10px)!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 22px 70px #0f172a2e!important}.yn-site-nav-dropdown:hover .yn-site-nav-menu,.yn-site-nav-dropdown:focus-within .yn-site-nav-menu{display:grid!important}.yn-site-nav-menu a{color:#111827!important;white-space:normal!important;background:#f8fafc!important;border:1px solid #edf2f7!important;border-radius:8px!important;min-height:0!important;padding:10px 12px!important;font-size:.86rem!important;font-weight:900!important;display:block!important}.yn-site-nav-menu a:hover{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}.yn-blog-title-ticker{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:14px!important;width:min(1260px,100% - 28px)!important;margin:16px auto!important;padding:10px 14px!important;display:grid!important;overflow:hidden!important;box-shadow:0 8px 22px #0f172a0f!important}.yn-blog-title-ticker>strong{color:#fff!important;background:#111827!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 13px!important;font-weight:950!important;display:inline-flex!important}.yn-blog-title-track{white-space:nowrap!important;overflow:hidden!important}.yn-blog-title-track>div{align-items:center!important;gap:24px!important;min-width:max-content!important;animation:34s linear infinite ynCompanyTicker!important;display:inline-flex!important}.yn-blog-title-track a{color:#315f96!important;align-items:center!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.yn-blog-title-track a:after{content:"";background:#f97316;border-radius:50%;width:6px;height:6px;margin-left:24px}.yn-blog-title-track a:hover{color:#0f172a!important}.yn-company-services-lite{color:#111827!important;background:linear-gradient(135deg,#fff,#f8fbff 56%,#eff6ff)!important;border:1px solid #dbe4f0!important;border-radius:14px!important;width:min(1260px,100% - 28px)!important;margin:24px auto!important;padding:22px!important;box-shadow:0 14px 34px #0f172a12!important}.yn-company-services-head{justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;margin-bottom:12px!important;display:flex!important}.yn-company-services-head span{color:#315f96!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-size:.78rem!important;font-weight:950!important;display:block!important}.yn-company-services-head h2{color:#0f172a!important;letter-spacing:0!important;margin:5px 0 0!important;font-size:clamp(1.55rem,3.6vw,2.7rem)!important;font-weight:950!important;line-height:1.08!important}.yn-company-services-head h2 mark{color:#9a3412!important;background:#fff3c4!important;border-radius:6px!important;padding:0 .16em!important;display:inline!important}.yn-whatsapp-cta,.yn-footer-whatsapp{color:#166534!important;white-space:nowrap!important;background:#ecfdf5!important;border:1px solid #86efac!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:9px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-whatsapp-cta{min-height:46px!important;padding:0 15px!important}.yn-whatsapp-cta svg,.yn-footer-whatsapp svg,.yn-company-service-card-lite svg{fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:22px!important;height:22px!important;display:block!important}.yn-company-services-intro{color:#475569!important;max-width:980px!important;margin:0 0 18px!important;font-size:1rem!important;font-weight:800!important;line-height:1.58!important}.yn-company-service-grid-lite{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.yn-company-service-card-lite{color:#111827!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;grid-template-rows:auto auto auto!important;grid-template-columns:52px minmax(0,1fr)!important;gap:6px 12px!important;min-height:156px!important;padding:16px!important;text-decoration:none!important;transition:transform .16s,border-color .16s,box-shadow .16s!important;display:grid!important;box-shadow:0 6px 18px #0f172a0a!important}.yn-company-service-card-lite:hover{border-color:#bfdbfe!important;transform:translateY(-2px)!important;box-shadow:0 14px 30px #2563eb1a!important}.yn-company-service-card-lite>span{color:#2563eb!important;background:#eff6ff!important;border:1px solid #dbeafe!important;border-radius:13px!important;grid-row:1/4!important;place-items:center!important;width:52px!important;height:52px!important;display:grid!important}.yn-company-service-card-lite:nth-child(3n+2)>span{color:#047857!important;background:#ecfdf5!important;border-color:#bbf7d0!important}.yn-company-service-card-lite:nth-child(3n)>span{color:#c2410c!important;background:#fff7ed!important;border-color:#fed7aa!important}.yn-company-service-card-lite strong{color:#0f172a!important;font-size:1.03rem!important;font-weight:950!important;line-height:1.2!important;display:block!important}.yn-company-service-card-lite em{color:#64748b!important;font-size:.86rem!important;font-style:normal!important;font-weight:760!important;line-height:1.42!important;display:block!important}.yn-company-service-card-lite b{color:#1d4ed8!important;align-self:end!important;font-size:.84rem!important;font-weight:950!important;display:block!important}.yn-corporate-portal-bridge{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;width:min(1260px,100% - 28px)!important;margin:20px auto 36px!important;padding:22px!important;display:flex!important;box-shadow:0 12px 32px #0f172a0f!important}.yn-corporate-portal-bridge span{color:#315f96!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-size:.78rem!important;font-weight:950!important;display:block!important}.yn-corporate-portal-bridge h1{color:#0f172a!important;margin:5px 0 0!important;font-size:1.45rem!important;line-height:1.24!important}.yn-corporate-portal-bridge>div:last-child{flex-wrap:wrap!important;justify-content:flex-end!important;gap:10px!important;display:flex!important}.yn-site-footer-rich{color:#111827!important;text-align:left!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;width:min(1260px,100% - 28px)!important;margin:24px auto 92px!important;padding:24px!important;box-shadow:0 12px 34px #0f172a0f!important}.yn-footer-brand{gap:10px!important;margin-bottom:18px!important;display:grid!important}.yn-footer-brand strong{color:#0f172a!important;font-size:1.35rem!important;font-weight:950!important}.yn-footer-brand p{color:#475569!important;max-width:820px!important;margin:0!important;font-weight:780!important;line-height:1.55!important}.yn-footer-whatsapp{width:max-content!important;max-width:100%!important;min-height:40px!important;padding:0 13px!important}.yn-footer-menu{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:10px!important;display:grid!important}.yn-footer-menu a{color:#111827!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:9px!important;gap:3px!important;min-height:64px!important;padding:11px 12px!important;text-decoration:none!important;display:grid!important}.yn-footer-menu a:hover{background:#eff6ff!important;border-color:#bfdbfe!important}.yn-footer-menu span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:.9rem!important;font-weight:950!important;display:block!important;overflow:hidden!important}.yn-footer-menu small{text-overflow:ellipsis!important;white-space:nowrap!important;color:#64748b!important;min-width:0!important;font-size:.74rem!important;font-weight:800!important;display:block!important;overflow:hidden!important}@keyframes ynCompanyTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1020px){.yn-company-services-head,.yn-corporate-portal-bridge{display:grid!important}.yn-company-service-grid-lite{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-corporate-portal-bridge>div:last-child{justify-content:flex-start!important}}@media (width<=720px){.yn-blog-title-ticker{border-radius:14px!important;grid-template-columns:1fr!important;gap:8px!important}.yn-company-service-grid-lite,.yn-footer-menu{grid-template-columns:1fr!important}.yn-company-services-lite,.yn-site-footer-rich{width:calc(100% - 20px)!important;padding:16px!important}.yn-company-services-head h2{font-size:1.45rem!important}.yn-whatsapp-cta{white-space:normal!important;text-align:center!important;width:100%!important}}.yn-corporate-contact-strip{color:#fff!important;text-align:center!important;background:#082f49!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:18px!important;padding:9px 20px!important;font-size:13px!important;font-weight:850!important;display:flex!important}.yn-corporate-contact-strip a,.yn-whatsapp-pill{justify-content:center!important;align-items:center!important;gap:8px!important;text-decoration:none!important;display:inline-flex!important}.yn-corporate-contact-strip a{color:#fff!important;background:#16a34a!important;border-radius:999px!important;padding:7px 12px!important}.yn-corporate-contact-strip svg,.yn-whatsapp-pill svg,.yn-footer-whatsapp svg{width:18px!important;height:18px!important}.yn-site-brand-block{align-items:start!important;gap:6px!important;min-width:0!important;display:grid!important}.yn-country-classifieds-badge{color:#2b2d33!important;align-items:center!important;gap:10px!important;min-width:280px!important;display:flex!important}.yn-country-classifieds-badge span{color:#315f96!important;background:#f8fafc!important;border-radius:50%!important;place-items:center!important;width:30px!important;height:30px!important;font-size:.72rem!important;font-weight:950!important;line-height:1!important;display:grid!important;position:relative!important;box-shadow:0 0 0 1px #e2e8f0!important}.yn-country-classifieds-badge span:before{content:""!important;background:#22c55e!important;border:2px solid #fff!important;border-radius:50% 50% 50% 0!important;width:11px!important;height:11px!important;position:absolute!important;bottom:-2px!important;right:-3px!important;transform:rotate(-45deg)!important;box-shadow:0 2px 6px #0f172a2e!important}.yn-country-classifieds-badge span:after{content:""!important;z-index:2!important;background:#fff!important;border-radius:50%!important;width:3px!important;height:3px!important;position:absolute!important;bottom:2px!important;right:1px!important}.yn-country-classifieds-badge strong{letter-spacing:0!important;white-space:nowrap!important;font-size:clamp(1.4rem,2.6vw,2.35rem)!important;font-weight:950!important;line-height:1!important}.yn-site-nav-dropdown{position:relative!important}.yn-site-nav-dropdown:hover .yn-site-nav-menu,.yn-site-nav-dropdown:focus-within .yn-site-nav-menu{pointer-events:auto!important;display:grid!important}.yn-classified-hero,.yn-corporate-hero{background:linear-gradient(135deg,#fff 0%,#f5fbff 58%,#eef8f0 100%)!important;border:1px solid #dbe3ef!important;border-radius:18px!important;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)!important;align-items:center!important;gap:24px!important;width:min(1260px,100% - 28px)!important;margin:22px auto!important;padding:28px!important;display:grid!important;box-shadow:0 20px 55px #0f172a14!important}.yn-classified-hero-copy>span,.yn-corporate-hero span{color:#075985!important;text-transform:uppercase!important;letter-spacing:.04em!important;white-space:normal!important;background:#e8f4ff!important;border-radius:999px!important;max-width:100%!important;padding:7px 12px!important;font-size:12px!important;font-weight:950!important;line-height:1.25!important;display:inline-flex!important}.yn-classified-hero h1,.yn-corporate-hero h1{color:#101827!important;letter-spacing:0!important;margin:12px 0 10px!important;font-size:clamp(32px,4.4vw,58px)!important;font-weight:950!important;line-height:1.02!important}.yn-classified-hero p,.yn-corporate-hero p{color:#546179!important;max-width:780px!important;margin:0!important;font-size:17px!important;font-weight:750!important;line-height:1.7!important}.yn-classified-hero-actions{flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin-top:20px!important;display:flex!important}.yn-whatsapp-pill{color:#166534!important;background:#ecfdf3!important;border:1px solid #bbf7d0!important;border-radius:999px!important;padding:11px 15px!important;font-weight:950!important}.yn-classified-hero-panel{background:#fff!important;border:1px solid #dbe3ef!important;border-radius:14px!important;padding:20px!important;box-shadow:0 14px 36px #0f172a12!important}.yn-classified-hero-panel strong{color:#0f172a!important;margin-bottom:10px!important;font-size:18px!important;display:block!important}.yn-classified-hero-panel ul{color:#475569!important;gap:10px!important;margin:0!important;padding:0!important;font-weight:850!important;list-style:none!important;display:grid!important}.yn-classified-hero-panel li{overflow-wrap:anywhere!important;align-items:flex-start!important;gap:9px!important;min-width:0!important;line-height:1.38!important;display:flex!important}.yn-classified-hero-panel li:before{content:""!important;background:#2563eb!important;border-radius:50%!important;flex:none!important;width:8px!important;height:8px!important;margin-top:8px!important}.yn-classifieds-advertise-section{color:#111827!important;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:16px!important;width:min(1260px,100% - 28px)!important;margin:22px auto!important;padding:24px!important;box-shadow:0 14px 38px #0f172a12!important}.yn-classifieds-advertise-head{gap:12px!important;max-width:980px!important;margin-bottom:18px!important;display:grid!important}.yn-classifieds-advertise-head>span{color:#166534!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#ecfdf5!important;border-radius:999px!important;width:max-content!important;padding:7px 12px!important;font-size:12px!important;font-weight:950!important;display:inline-flex!important}.yn-classifieds-advertise-head h2{color:#101827!important;letter-spacing:0!important;margin:0!important;font-size:clamp(1.7rem,3.5vw,3rem)!important;font-weight:950!important;line-height:1.08!important}.yn-classifieds-advertise-head p{color:#546179!important;margin:0!important;font-size:1.04rem!important;font-weight:760!important;line-height:1.62!important}.yn-classifieds-advertise-head>div{flex-wrap:wrap!important;gap:10px!important;margin-top:4px!important;display:flex!important}.yn-classifieds-advertise-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.yn-classifieds-advertise-grid article{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;gap:9px!important;min-height:170px!important;padding:18px!important;display:grid!important;position:relative!important;overflow:hidden!important}.yn-classifieds-advertise-grid article:before{content:""!important;background:#2563eb!important;height:5px!important;position:absolute!important;inset:0 0 auto!important}.yn-classifieds-advertise-grid article>span{color:#2563eb!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:12px!important;place-items:center!important;width:46px!important;height:46px!important;display:grid!important}.yn-classifieds-advertise-grid article>span svg{fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:24px!important;height:24px!important}.yn-classifieds-advertise-grid article:nth-child(2):before{background:#16a34a!important}.yn-classifieds-advertise-grid article:nth-child(2)>span{color:#15803d!important;background:#ecfdf5!important;border-color:#bbf7d0!important}.yn-classifieds-advertise-grid article:nth-child(3):before{background:#f97316!important}.yn-classifieds-advertise-grid article:nth-child(3)>span{color:#c2410c!important;background:#fff7ed!important;border-color:#fed7aa!important}.yn-classifieds-advertise-grid article:nth-child(4):before{background:#9333ea!important}.yn-classifieds-advertise-grid article:nth-child(4)>span{color:#7e22ce!important;background:#faf5ff!important;border-color:#e9d5ff!important}.yn-classifieds-advertise-grid article:nth-child(5):before{background:#0891b2!important}.yn-classifieds-advertise-grid article:nth-child(5)>span{color:#0e7490!important;background:#ecfeff!important;border-color:#a5f3fc!important}.yn-classifieds-advertise-grid article:nth-child(6):before{background:#e11d48!important}.yn-classifieds-advertise-grid article:nth-child(6)>span{color:#be123c!important;background:#fff1f2!important;border-color:#fecdd3!important}.yn-classifieds-advertise-grid h3{color:#0f172a!important;margin:0 0 8px!important;font-size:1.02rem!important;font-weight:950!important;line-height:1.2!important}.yn-classifieds-advertise-grid p{color:#64748b!important;margin:0!important;font-size:.9rem!important;font-weight:750!important;line-height:1.5!important}.yn-classifieds-package-strip{border-top:1px solid #e2e8f0!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:16px!important;padding-top:16px!important;display:flex!important}.yn-classifieds-package-strip strong{color:#0f172a!important;font-weight:950!important}.yn-classifieds-package-strip span{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;align-items:center!important;min-height:32px!important;padding:0 11px!important;font-size:.84rem!important;font-weight:900!important;display:inline-flex!important}.yn-corporate-hero{grid-template-columns:minmax(0,1fr) auto!important}.yn-corporate-elementor-content{max-width:1180px!important;margin:22px auto!important;padding:0 18px!important}.yn-footer-logo-placeholder{color:#64748b!important;background:#f8fafc!important;border:1px dashed #cbd5e1!important;border-radius:12px!important;place-items:center!important;width:72px!important;height:72px!important;margin-bottom:12px!important;font-weight:950!important;display:grid!important;overflow:hidden!important}.yn-footer-logo-placeholder img{object-fit:contain!important;background:#fff!important;width:100%!important;height:100%!important}.yn-footer-menu{max-height:560px!important;padding-right:8px!important;overflow:auto!important}.yn-footer-menu a small{word-break:break-word!important}@media (width<=820px){.yn-classified-hero,.yn-corporate-hero{grid-template-columns:1fr!important;margin:16px auto!important;padding:22px!important}.yn-classified-hero h1,.yn-corporate-hero h1{font-size:34px!important}.yn-site-nav-menu{min-width:250px!important;left:auto!important;right:0!important;transform:none!important}}.yn-footer-faqs{color:#252525!important;background:#fff!important;grid-template-columns:280px minmax(0,1fr)!important;align-items:start!important;gap:34px!important;width:min(1180px,100% - 36px)!important;margin:44px auto 34px!important;display:grid!important}.yn-footer-faqs-intro{padding-top:18px!important;position:sticky!important;top:18px!important}.yn-footer-faqs-intro h2{color:#252525!important;letter-spacing:0!important;margin:0 0 18px!important;font-size:clamp(2rem,3.2vw,2.65rem)!important;font-weight:900!important;line-height:1.05!important}.yn-footer-faqs-intro p{color:#6f6f6f!important;margin:0 0 24px!important;font-size:1rem!important;font-weight:650!important;line-height:1.45!important}.yn-footer-faqs-intro a{color:#e23b35!important;background:#fff!important;border:2px solid #ef4444!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 24px!important;font-weight:850!important;text-decoration:none!important;display:inline-flex!important}.yn-footer-faq-list{border-top:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.yn-footer-faq-list details{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;overflow:hidden!important}.yn-footer-faq-list summary{cursor:pointer!important;color:#252525!important;grid-template-columns:minmax(0,1fr) 34px!important;align-items:center!important;gap:12px!important;min-height:58px!important;padding:14px!important;font-size:.92rem!important;font-weight:850!important;line-height:1.25!important;list-style:none!important;display:grid!important}.yn-footer-faq-list summary::-webkit-details-marker{display:none!important}.yn-footer-faq-list summary:after{content:"+"!important;color:#2f2f2f!important;border:1px solid #2f2f2f!important;border-radius:50%!important;place-items:center!important;width:28px!important;height:28px!important;font-size:1.05rem!important;font-weight:700!important;line-height:1!important;display:grid!important}.yn-footer-faq-list details[open] summary:after{content:"-"!important}.yn-footer-faq-list p{color:#666!important;margin:0!important;padding:0 14px 14px!important;font-size:.88rem!important;font-weight:650!important;line-height:1.55!important}.yn-site-footer-rich{width:min(1180px,100% - 36px)!important;box-shadow:none!important;color:#252525!important;background:#fff!important;border:0!important;border-top:1px solid #e5e5e5!important;border-radius:0!important;grid-template-columns:250px 170px 190px 190px minmax(220px,1fr)!important;gap:36px!important;margin:0 auto 72px!important;padding:52px 0 28px!important;display:grid!important}.yn-footer-brand{align-content:start!important;gap:18px!important;min-height:300px!important;margin:0!important}.yn-footer-logo-placeholder{color:#e23b35!important;background:#fff!important;border:0!important;border-radius:0!important;place-items:center!important;width:168px!important;height:92px!important;margin:0!important;font-size:1.45rem!important}.yn-footer-logo-placeholder span:before{content:"YOURNEEDS"!important;color:#e23b35!important;letter-spacing:0!important;font-size:1.45rem!important;font-weight:950!important;display:block!important}.yn-footer-logo-placeholder span{font-size:0!important}.yn-footer-brand>strong{display:none!important}.yn-footer-brand p{color:#6f6f6f!important;margin:0!important;font-size:.94rem!important;font-weight:650!important;line-height:1.5!important}.yn-footer-socials{flex-wrap:wrap!important;align-self:end!important;align-items:center!important;gap:8px!important;margin-top:auto!important;display:flex!important}.yn-footer-socials>span{color:#6f6f6f!important;flex:0 0 100%!important;margin-bottom:6px!important;font-size:1.08rem!important;font-weight:700!important}.yn-footer-socials a{color:#ef4444!important;background:#fff!important;border:1px solid #ef4444!important;border-radius:50%!important;place-items:center!important;width:38px!important;height:38px!important;text-decoration:none!important;display:inline-grid!important}.yn-footer-socials a svg{fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:18px!important;height:18px!important}.yn-footer-socials a:first-of-type svg{fill:currentColor!important;stroke:none!important}.yn-footer-socials{max-width:160px!important}.yn-footer-column,.yn-footer-contact{align-content:start!important;gap:8px!important;display:grid!important}.yn-footer-column h2{color:#252525!important;letter-spacing:0!important;margin:0 0 10px!important;font-size:1.02rem!important;font-weight:900!important;line-height:1.2!important}.yn-footer-column h2:not(:first-child){margin-top:24px!important}.yn-footer-column a,.yn-footer-contact a{color:#747474!important;white-space:normal!important;text-overflow:clip!important;background:0 0!important;border:0!important;border-radius:0!important;min-height:0!important;padding:0!important;font-size:.94rem!important;font-weight:650!important;line-height:1.35!important;text-decoration:none!important;display:block!important;overflow:visible!important}.yn-footer-column a:hover,.yn-footer-contact a:hover{color:#e23b35!important}.yn-footer-contact h2{color:#e23b35!important;letter-spacing:0!important;margin:0 0 18px!important;font-size:2rem!important;font-weight:800!important;line-height:1.1!important}.yn-footer-contact>a:not(.yn-footer-whatsapp){color:#707070!important;border-bottom:1px solid #e7e7e7!important;padding:0 0 16px!important}.yn-footer-contact .yn-footer-whatsapp{color:#fff!important;background:#e43d36!important;border:0!important;border-radius:999px!important;width:max-content!important;min-height:42px!important;margin-top:6px!important;padding:0 18px!important;font-weight:850!important;display:inline-flex!important}.yn-footer-url-directory{border-top:1px solid #e5e5e5!important;grid-column:1/-1!important;margin-top:26px!important;padding-top:20px!important}.yn-footer-url-directory summary{cursor:pointer!important;color:#252525!important;font-size:1rem!important;font-weight:900!important;list-style:none!important}.yn-footer-url-directory summary::-webkit-details-marker{display:none!important}.yn-footer-url-directory summary:after{content:"+"!important;color:#ef4444!important;border:1px solid #ef4444!important;border-radius:50%!important;place-items:center!important;width:24px!important;height:24px!important;margin-left:10px!important;font-size:1rem!important;display:inline-grid!important}.yn-footer-url-directory[open] summary:after{content:"-"!important}.yn-footer-url-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 18px!important;margin-top:16px!important;display:grid!important}.yn-footer-url-list a{color:#6f6f6f!important;word-break:break-word!important;font-size:.82rem!important;font-weight:650!important;line-height:1.35!important;text-decoration:none!important;display:block!important}.yn-footer-url-list a:hover{color:#e23b35!important}.yn-footer-bottom{text-align:center!important;color:#777!important;border-top:1px solid #e5e5e5!important;grid-column:1/-1!important;margin-top:18px!important;padding-top:22px!important;font-size:.88rem!important;font-weight:650!important}@media (width<=1100px){.yn-footer-faqs{grid-template-columns:1fr!important;gap:24px!important}.yn-footer-faqs-intro{padding-top:0!important;position:static!important}.yn-site-footer-rich{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-footer-contact{grid-column:auto!important}.yn-classifieds-advertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.yn-footer-faqs,.yn-site-footer-rich{width:calc(100% - 24px)!important;margin-left:auto!important;margin-right:auto!important}.yn-footer-faqs{margin-top:42px!important}.yn-footer-faq-list{grid-template-columns:1fr!important}.yn-footer-faq-list summary{grid-template-columns:minmax(0,1fr) 34px!important;font-size:.92rem!important}.yn-site-footer-rich{grid-template-columns:1fr!important;gap:24px!important;padding-top:34px!important}.yn-footer-brand{min-height:0!important}.yn-footer-socials{margin-top:10px!important}.yn-footer-url-list{grid-template-columns:1fr!important}.yn-footer-contact h2{font-size:1.72rem!important}.yn-classifieds-advertise-section{width:calc(100% - 24px)!important;padding:18px!important}.yn-classifieds-advertise-grid{grid-template-columns:1fr!important}.yn-country-classifieds-badge{min-width:0!important}.yn-country-classifieds-badge strong{white-space:normal!important;font-size:1.35rem!important}}.yn-gallery-empty-card{color:#0f172a!important;background:linear-gradient(135deg,#fff 0%,#f7fbff 54%,#fff7ed 100%)!important;border:1px dashed #b8c7dc!important;border-radius:18px!important;align-content:center!important;gap:10px!important;min-width:280px!important;min-height:250px!important;padding:22px!important;display:grid!important;box-shadow:0 14px 34px #0f172a14!important}.yn-gallery-empty-card span{color:#3730a3!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:#eef2ff!important;border-radius:999px!important;width:max-content!important;max-width:100%!important;padding:6px 10px!important;font-size:.75rem!important;font-weight:950!important;display:inline-flex!important}.yn-gallery-empty-card h3{color:#0f172a!important;letter-spacing:0!important;margin:0!important;font-size:1.35rem!important;font-weight:950!important;line-height:1.15!important}.yn-gallery-empty-card p{color:#475569!important;margin:0!important;font-size:.95rem!important;font-weight:750!important;line-height:1.5!important}.yn-gallery-empty-card button{color:#fff!important;cursor:pointer!important;background:#0f172a!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:max-content!important;max-width:100%!important;min-height:42px!important;margin-top:4px!important;padding:0 16px!important;font-weight:950!important;display:inline-flex!important}@media (width<=640px){.yn-gallery-empty-card{min-width:240px!important;min-height:220px!important;padding:18px!important}.yn-gallery-empty-card button{width:100%!important}}.yn-home-locations-head h2{font-size:clamp(1.22rem,1.8vw,1.72rem)!important}.yn-home-india-locations h3{margin:34px 0 16px!important;padding-bottom:14px!important;font-size:clamp(1.14rem,1.65vw,1.55rem)!important}.yn-home-location-grid{gap:14px 34px!important}.yn-home-location-grid a{font-size:clamp(.82rem,1.05vw,1rem)!important;font-weight:700!important;line-height:1.25!important}.yn-city-link-grid a{font-size:.84rem!important;font-weight:740!important;line-height:1.25!important}.yn-ad-location-links a{padding:6px 9px!important;font-size:.74rem!important}.yn-location-cluster h3,.yn-location-cluster strong,.yn-country-card strong,.yn-footer-country-card strong{font-size:.9rem!important}.yn-country-card em,.yn-footer-country-card em{font-size:.72rem!important}@media (width<=560px){.yn-home-location-grid{gap:10px!important}.yn-home-india-locations h3{margin-top:26px!important}}.yn-price-field{gap:6px!important;display:grid!important}.yn-price-field span{color:#475569!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;font-size:.82rem!important;font-weight:900!important;display:flex!important}.yn-price-field b{color:#3730a3!important;background:#eef2ff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:42px!important;min-height:24px!important;padding:0 8px!important;font-size:.76rem!important;font-weight:950!important;display:inline-flex!important}.yn-pending-badge{color:#9a3412!important;background:#fff7ed!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;font-size:.78rem!important;font-weight:950!important;display:inline-flex!important}.yn-ad-price-chip{color:#047857!important;white-space:nowrap!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:26px!important;padding:0 10px!important;font-size:.78rem!important;font-weight:950!important;display:inline-flex!important}.yn-single-description h1,.yn-single-description h2,.yn-single-description h3,.yn-single-description h4{color:#172033!important;letter-spacing:0!important;margin:18px 0 8px!important;font-weight:950!important;line-height:1.2!important}.yn-single-description h1{font-size:1.55rem!important}.yn-single-description h2{font-size:1.34rem!important}.yn-single-description h3{font-size:1.16rem!important}.yn-single-description h4{font-size:1.02rem!important}.yn-user-ad-form .wp-editor-tools,.yn-user-ad-form .mce-toolbar-grp{border-color:#dbe4f0!important}.yn-user-ad-form .wp-editor-container{border-color:#dbe4f0!important;border-radius:10px!important;overflow:hidden!important}.yn-ad-rich-toolbar{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:10px!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0 0 8px!important;padding:10px!important;display:flex!important}.yn-ad-rich-toolbar button{color:#0f172a!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;min-height:34px!important;padding:0 12px!important;font-size:.82rem!important;font-weight:950!important}.yn-ad-rich-toolbar button:hover,.yn-ad-rich-toolbar button:focus{color:#fff!important;background:#0f766e!important;border-color:#0f766e!important;outline:none!important}.yn-user-ad-preview{background:#f8fafc!important;border:1px solid #cbd5e1!important;border-radius:12px!important;margin-top:14px!important;padding:12px!important}.yn-user-ad-preview-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:10px!important;display:flex!important}.yn-user-ad-preview-head span{color:#0f172a!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:.86rem!important;font-weight:950!important}.yn-category-picker{background:#f8fbff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;gap:10px!important;width:100%!important;min-width:0!important;padding:12px!important;display:grid!important}.yn-category-parent-choices{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))!important;gap:8px!important;max-height:230px!important;padding:2px!important;display:grid!important;overflow:auto!important}.yn-category-parent-choice{color:#172033!important;text-align:left!important;cursor:pointer!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:10px!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:52px!important;padding:8px!important;font-size:.78rem!important;font-weight:900!important;line-height:1.2!important;display:grid!important}.yn-category-parent-choice:hover,.yn-category-parent-choice.is-active{color:#1d4ed8!important;background:#eff6ff!important;border-color:#2563eb!important;box-shadow:0 8px 18px #2563eb1a!important}.yn-category-parent-icon{color:#2563eb!important;background:#eef2ff!important;border-radius:10px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important;overflow:hidden!important}.yn-category-parent-icon svg{width:23px!important;height:23px!important}.yn-category-sub-choices{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:12px!important;flex-wrap:wrap!important;gap:8px!important;max-height:190px!important;padding:10px!important;display:flex!important;overflow:auto!important}.yn-category-sub-choice{color:#334155!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:38px!important;padding:7px 12px!important;font-size:.82rem!important;font-weight:850!important;line-height:1.2!important;display:inline-flex!important}.yn-category-sub-choice:hover,.yn-category-sub-choice.is-active{color:#047857!important;background:#ecfdf5!important;border-color:#0f766e!important;box-shadow:0 6px 16px #0f766e1a!important}.yn-category-search-input{color:#0f172a!important;background:#fff!important;border:1px solid #b8c9e3!important;min-height:44px!important;font-weight:850!important}.yn-category-search-input:focus{border-color:#2563eb!important;outline:none!important;box-shadow:0 0 0 3px #2563eb24!important}.yn-category-picker .yn-category-select{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;block-size:1px!important;inline-size:1px!important;position:absolute!important;overflow:hidden!important}.yn-category-picker-help{color:#64748b!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;font-size:.78rem!important;font-weight:750!important;line-height:1.35!important;display:flex!important}.yn-category-picker-help b{color:#0e7490!important;white-space:normal!important;background:#ecfeff!important;border:1px solid #a5f3fc!important;border-radius:999px!important;align-items:center!important;max-width:100%!important;padding:4px 8px!important;font-size:.72rem!important;font-weight:950!important;line-height:1.2!important;display:inline-flex!important}.yn-ad-inline-grid .yn-category-picker{grid-column:span 2!important}@media (width<=720px){.yn-ad-inline-grid .yn-category-picker{grid-column:auto!important}.yn-category-parent-choices{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:260px!important}.yn-category-sub-choices{max-height:230px!important}.yn-category-picker-help{display:grid!important}}@media (width<=420px){.yn-category-parent-choices{grid-template-columns:1fr!important}.yn-category-parent-choice{min-height:48px!important}.yn-category-sub-choice{border-radius:10px!important;justify-content:flex-start!important;width:100%!important}}.yn-header-promo-video{position:relative!important;overflow:hidden!important}.yn-header-promo-stats{z-index:3!important;gap:12px!important;width:min(260px,28vw)!important;display:grid!important;position:absolute!important;top:50%!important;right:34px!important;transform:translateY(-50%)!important}.yn-header-promo-stats div{color:#fff!important;backdrop-filter:blur(8px)!important;background:#b92b24b8!important;border:1px solid #ff3b30c7!important;border-radius:8px!important;gap:2px!important;padding:14px 18px!important;display:grid!important;box-shadow:0 12px 30px #00000038!important}.yn-header-promo-stats strong{color:#fff!important;font-size:clamp(1.8rem,3vw,2.7rem)!important;font-weight:950!important;line-height:1!important}.yn-header-promo-stats span{color:#fff!important;font-size:.88rem!important;font-weight:950!important}.yn-category-parent-choices{grid-template-columns:repeat(auto-fit,minmax(104px,1fr))!important;gap:6px!important;max-height:178px!important}.yn-category-parent-choice{border-radius:8px!important;grid-template-columns:26px minmax(0,1fr)!important;min-height:42px!important;padding:6px!important;font-size:.71rem!important}.yn-category-parent-icon,.yn-category-parent-icon svg{width:26px!important;height:26px!important}.yn-category-sub-choices{gap:6px!important;max-height:150px!important;padding:8px!important}.yn-category-sub-choice{border-radius:8px!important;min-height:30px!important;padding:5px 9px!important;font-size:.74rem!important}.yn-user-ad-category-flow small{color:#64748b!important;grid-column:1/-1!important;font-size:.75rem!important;font-weight:800!important}.yn-user-ad-category-flow label span{font-size:.78rem!important}.yn-contact-method-field{grid-column:1/-1!important;gap:8px!important;display:grid!important}.yn-contact-method-field>span,.yn-influencer-video-field>span{color:#475569!important;font-size:.82rem!important;font-weight:950!important;display:block!important}.yn-contact-method-choices{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-contact-method-choices label{color:#0f172a!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:999px!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:6px 10px!important;font-size:.8rem!important;font-weight:950!important;display:inline-flex!important}.yn-contact-method-choices input{accent-color:#0f766e!important}.yn-contact-icon{color:#0f172a!important;background:#e2e8f0!important;border-radius:50%!important;place-items:center!important;width:25px!important;height:25px!important;font-size:.68rem!important;font-weight:950!important;display:grid!important}.yn-contact-icon-wa{color:#15803d!important;background:#dcfce7!important}.yn-contact-icon-tg{color:#1d4ed8!important;background:#dbeafe!important}.yn-contact-icon-phone{color:#92400e!important;background:#fef3c7!important}.yn-telegram-handle-field[hidden],.yn-influencer-video-field[hidden]{display:none!important}.yn-influencer-video-field{background:#f0f9ff!important;border:1px solid #bae6fd!important;border-radius:10px!important;gap:7px!important;margin:10px 0!important;padding:12px!important;display:grid!important}.yn-influencer-video-field small{color:#0369a1!important;font-size:.76rem!important;font-weight:800!important}.yn-contact-chip{border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;font-size:.78rem!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-contact-chip-whatsapp{color:#166534!important;background:#dcfce7!important}.yn-contact-chip-telegram{color:#1d4ed8!important;background:#dbeafe!important}.yn-single-reveal-number{justify-content:center!important;align-items:center!important;gap:8px!important;text-decoration:none!important;display:flex!important}.yn-single-reveal-number b{color:#1d4ed8!important;background:#eff6ff!important;border-radius:50%!important;place-items:center!important;width:26px!important;height:26px!important;font-size:.72rem!important;display:grid!important}.yn-whatsapp-reveal b{color:#15803d!important;background:#dcfce7!important}.yn-telegram-reveal b{color:#1d4ed8!important;background:#dbeafe!important}.yn-single-video-embed{background:#f8fbff!important;border:1px solid #dbeafe!important;border-radius:10px!important;gap:10px!important;margin-top:18px!important;padding:14px!important;display:grid!important}.yn-single-video-embed h2{color:#0f5f9f!important;margin:0!important;font-size:1.05rem!important;font-weight:950!important}.yn-single-video-embed iframe,.yn-single-video-embed video{aspect-ratio:16/9!important;background:#111827!important;border:0!important;border-radius:8px!important;width:100%!important;height:auto!important}.yn-dashboard-side-nav{gap:8px!important;margin-bottom:12px!important;display:grid!important}.yn-dashboard-side-nav button,.yn-dashboard-side-nav>a{color:#334155!important;cursor:pointer!important;text-align:left!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:8px!important;justify-content:flex-start!important;align-items:center!important;min-height:42px!important;padding:0 12px!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.yn-dashboard-side-nav>a:hover{color:#0b63a8!important;background:#eff6ff!important;border-color:#93c5fd!important}.yn-dashboard-side-nav button.is-active{color:#fff!important;background:#0b63a8!important;border-color:#0b63a8!important}.yn-dashboard-side-nav button[data-dashboard-section-target=post-ad]{color:#fff!important;background:linear-gradient(90deg,#075aa2,#09a6d7)!important;border:0!important;justify-content:space-between!important;min-height:58px!important;padding:0 14px!important;font-size:1rem!important;box-shadow:0 12px 24px #075aa22e!important}.yn-dashboard-side-nav button[data-dashboard-section-target=post-ad]:before{content:"+"!important;color:#075aa2!important;background:#fff!important;border-radius:50%!important;flex:0 0 34px!important;place-items:center!important;width:34px!important;height:34px!important;margin-right:10px!important;font-size:1.5rem!important;font-weight:950!important;line-height:1!important;display:inline-grid!important}.yn-dashboard-side-nav button[data-dashboard-section-target=post-ad]:after{content:"→"!important;color:#fff!important;margin-left:auto!important;font-size:1.9rem!important;font-weight:700!important;line-height:1!important}.yn-dashboard-section-panel[hidden]{display:none!important}.yn-review-login-note{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:flex!important}.yn-review-login-note button,.yn-review-login-note a{color:#0b63a8!important;cursor:pointer!important;background:#fff!important;border:1px solid #0b63a8!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:36px!important;padding:0 12px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}@media (width<=900px){.yn-header-promo-stats{width:100%!important;margin:14px 0 0!important;position:relative!important;top:auto!important;right:auto!important;transform:none!important}.yn-user-ad-category-flow,.yn-dashboard-layout{grid-template-columns:1fr!important}.yn-dashboard-stats{position:static!important}}.yn-user-ad-preview-close{color:#0f172a!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:50%!important;width:32px!important;height:32px!important;font-size:1.1rem!important;font-weight:950!important}.yn-user-ad-preview-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;grid-template-columns:190px minmax(0,1fr)!important;align-items:start!important;gap:14px!important;padding:12px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0f!important}.yn-user-ad-preview-images{grid-template-columns:1fr 1fr!important;gap:6px!important;display:grid!important}.yn-user-ad-preview-images img,.yn-user-ad-preview-images span{aspect-ratio:1!important;object-fit:cover!important;color:#075985!important;background:#e0f2fe!important;border-radius:8px!important;place-items:center!important;width:100%!important;font-weight:950!important;display:grid!important}.yn-user-ad-preview-copy h3{color:#0f172a!important;margin:4px 0 8px!important;font-size:1.18rem!important;font-weight:950!important;line-height:1.2!important}.yn-user-ad-preview-meta{color:#2563eb!important;font-size:.78rem!important;font-weight:900!important;display:block!important}.yn-user-ad-preview-price{color:#047857!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important;border-radius:999px!important;margin:0 0 10px!important;padding:6px 10px!important;font-size:.84rem!important;font-weight:950!important;display:inline-flex!important}.yn-user-ad-preview-description{color:#334155!important;font-size:.95rem!important;line-height:1.65!important}.yn-user-ad-preview-description h1,.yn-user-ad-preview-description h2,.yn-user-ad-preview-description h3,.yn-user-ad-preview-description h4{color:#172033!important;letter-spacing:0!important;margin:14px 0 6px!important;font-weight:950!important;line-height:1.18!important}.yn-user-ad-preview-description h1{font-size:1.38rem!important}.yn-user-ad-preview-description h2{font-size:1.22rem!important}.yn-user-ad-preview-description h3{font-size:1.08rem!important}.yn-user-ad-preview-description h4{font-size:1rem!important}.yn-user-ad-preview-contact{flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important;display:flex!important}.yn-user-ad-preview-contact span{color:#3730a3!important;background:#eef2ff!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 9px!important;font-size:.78rem!important;font-weight:900!important;display:inline-flex!important}@media (width<=680px){.yn-user-ad-preview-card{grid-template-columns:1fr!important}.yn-user-ad-preview-images{grid-template-columns:repeat(3,1fr)!important}}.yn-admin-html-ad-toggle{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:10px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:4px 10px!important;margin-top:10px!important;padding:12px!important;display:grid!important}.yn-admin-html-ad-toggle input{margin-top:3px!important}.yn-admin-html-ad-toggle span{color:#0f172a!important;font-size:.9rem!important;font-weight:950!important}.yn-admin-html-ad-toggle small{color:#64748b!important;grid-column:2!important;font-size:.78rem!important;font-weight:800!important;line-height:1.45!important}.yn-admin-html-schema-box{margin-top:10px!important}.yn-admin-html-schema-box label>span{color:#475569!important;margin-bottom:6px!important;font-size:.82rem!important;font-weight:900!important;display:block!important}.yn-admin-html-body{min-height:240px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important}.yn-single-html-ad-description{gap:16px!important;display:grid!important}.yn-single-html-ad-description>section,.yn-single-html-ad-description>article,.yn-single-html-ad-description>.card,.yn-single-html-ad-description>.box,.yn-single-html-ad-description>.panel{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:16px!important;box-shadow:0 8px 22px #0f172a0d!important}.yn-single-html-ad-description img{border-radius:10px!important;max-width:100%!important;height:auto!important}.yn-single-html-ad-description table{border-collapse:collapse!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;width:100%!important;overflow:hidden!important}.yn-single-html-ad-description th,.yn-single-html-ad-description td{text-align:left!important;vertical-align:top!important;border-bottom:1px solid #e2e8f0!important;padding:10px 12px!important}.yn-single-html-ad-description th{color:#0f172a!important;background:#f8fafc!important;font-weight:950!important}.yn-single-html-ad-description a.button,.yn-single-html-ad-description .button,.yn-single-html-ad-description a.btn,.yn-single-html-ad-description .btn{color:#fff!important;background:#275fa2!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:0 14px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-single-html-ad-description ul,.yn-single-html-ad-description ol{padding-left:22px!important}.yn-single-html-ad-description p{margin:0 0 10px!important}.yn-single-after-ads{gap:18px!important;max-width:1280px!important;margin:0 auto 32px!important;padding:0 24px!important;display:grid!important}.yn-single-recommended-ads{background:#fff!important;border:1px solid #dfe5ee!important;border-radius:10px!important;padding:18px!important;box-shadow:0 1px 7px #0f172a0f!important}.yn-single-section-head{justify-content:space-between!important;align-items:flex-end!important;gap:12px!important;margin-bottom:14px!important;display:flex!important}.yn-single-section-head h2{color:#245da0!important;margin:0!important;font-size:1.2rem!important;font-weight:950!important}.yn-single-section-head span{color:#64748b!important;font-size:.84rem!important;font-weight:850!important}.yn-single-recommended-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:12px!important;display:grid!important}.yn-single-recommended-card{color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;gap:7px!important;padding:10px!important;text-decoration:none!important;display:grid!important}.yn-single-recommended-card:hover{border-color:#245da0!important;box-shadow:0 10px 24px #245da01f!important}.yn-single-recommended-card img{aspect-ratio:4/3!important;object-fit:cover!important;background:#e2e8f0!important;border-radius:8px!important;width:100%!important}.yn-single-recommended-card span{color:#2563eb!important;font-size:.76rem!important;font-weight:900!important}.yn-single-recommended-card strong{color:#111827!important;font-size:.96rem!important;font-weight:950!important;line-height:1.25!important}.yn-single-recommended-card em{color:#047857!important;font-size:.82rem!important;font-style:normal!important;font-weight:950!important}@media (width<=640px){.yn-single-after-ads{padding:0 14px!important}.yn-single-section-head{display:block!important}.yn-single-section-head span{margin-top:4px!important;display:block!important}}.yn-last-viewed-card{grid-template-columns:220px minmax(0,1fr) 92px!important;align-items:center!important}.yn-last-viewed-call{color:#fff!important;text-align:center!important;white-space:nowrap!important;background:#245ea3!important;border-radius:999px!important;justify-content:center!important;justify-self:end!important;align-items:center!important;width:auto!important;min-width:82px!important;height:40px!important;padding:0 13px!important;font-size:.78rem!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.yn-last-viewed-call:before{content:"View Ad"!important;font-size:.78rem!important}.yn-local-blog-page{color:#111827!important;gap:18px!important;width:min(1260px,100% - 28px)!important;margin:22px auto 48px!important;display:grid!important}.yn-local-blog-hero,.yn-local-blog-help,.yn-local-blog-section{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:12px!important;box-shadow:0 8px 24px #0f172a0f!important}.yn-local-blog-hero{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:24px!important;padding:30px!important;display:grid!important}.yn-local-blog-hero span{color:#245ea3!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin:0 0 10px!important;font-size:.78rem!important;font-weight:950!important;display:inline-flex!important}.yn-local-blog-hero h1{color:#0f172a!important;letter-spacing:0!important;max-width:820px!important;margin:0!important;font-size:clamp(2rem,4vw,3.4rem)!important;font-weight:950!important;line-height:1.02!important}.yn-local-blog-hero p{color:#475569!important;max-width:860px!important;margin:14px 0 0!important;font-size:1rem!important;font-weight:650!important;line-height:1.65!important}.yn-local-blog-help{background:#dbe4f0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;display:grid!important;overflow:hidden!important}.yn-local-blog-help>div{background:#fff!important;padding:22px!important}.yn-local-blog-help strong{color:#0f172a!important;margin:0 0 8px!important;font-size:1.05rem!important;font-weight:950!important;display:block!important}.yn-local-blog-help p{color:#64748b!important;margin:0!important;font-size:.95rem!important;font-weight:650!important;line-height:1.6!important}.yn-local-blog-section{padding:22px!important}.yn-local-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;display:grid!important}.yn-local-blog-card{color:#111827!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;align-content:start!important;gap:11px!important;min-height:360px!important;padding:0 0 16px!important;text-decoration:none!important;display:grid!important;overflow:hidden!important;box-shadow:0 1px 4px #0f172a0a!important}.yn-local-blog-card:hover{border-color:#245ea3!important;transform:translateY(-1px)!important;box-shadow:0 14px 28px #245da31f!important}.yn-local-blog-image{aspect-ratio:16/9!important;color:#245ea3!important;background:linear-gradient(135deg,#dbeafe,#ecfeff 48%,#dcfce7)!important;place-items:center!important;width:100%!important;text-decoration:none!important;display:grid!important;overflow:hidden!important}.yn-local-blog-image img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.yn-local-blog-image span{color:#245ea3!important;background:#ffffffd1!important;border:1px solid #245da333!important;border-radius:50%!important;place-items:center!important;width:76px!important;height:76px!important;font-size:1.35rem!important;font-weight:950!important;display:grid!important}.yn-local-blog-card>span{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;width:max-content!important;max-width:calc(100% - 32px)!important;margin:4px 16px 0!important;padding:5px 9px!important;font-size:.74rem!important;font-weight:950!important;display:inline-flex!important}.yn-local-blog-card strong{color:#0f172a!important;margin:0 16px!important;font-size:1.08rem!important;font-weight:950!important;line-height:1.28!important;display:block!important}.yn-local-blog-card p{color:#64748b!important;margin:0 16px!important;font-size:.9rem!important;font-weight:650!important;line-height:1.55!important}.yn-local-blog-actions{flex-wrap:wrap!important;justify-content:space-between!important;align-self:end!important;align-items:center!important;gap:10px!important;margin:4px 16px 0!important;display:flex!important}.yn-local-blog-actions a,.yn-local-blog-actions button{cursor:pointer!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 11px!important;font-size:.8rem!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-local-blog-actions a{color:#0f766e!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important}.yn-local-blog-actions button{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.yn-local-blog-actions button:hover,.yn-local-blog-actions a:hover{box-shadow:0 8px 18px #2563eb1f!important}.yn-article-local-block,.yn-article-local-faq{color:#0f172a!important;background:linear-gradient(#f8fbff,#fff)!important;border:1px solid #dbeafe!important;border-radius:12px!important;margin:18px 0!important;padding:18px!important}.yn-article-local-block h2,.yn-article-local-faq h2{color:#245ea3!important;margin:0 0 10px!important;font-size:1.22rem!important;font-weight:950!important;line-height:1.2!important}.yn-article-local-block p,.yn-article-local-faq p{color:#475569!important;margin:0 0 10px!important;font-weight:650!important;line-height:1.65!important}.yn-article-local-block ul{color:#334155!important;margin:10px 0 0!important;padding-left:20px!important}.yn-article-local-block li{margin:6px 0!important;line-height:1.5!important}.yn-article-local-faq h3{color:#111827!important;margin:14px 0 6px!important;font-size:1rem!important;font-weight:950!important;line-height:1.3!important}@media (width<=980px){.yn-local-blog-hero,.yn-local-blog-help{grid-template-columns:1fr!important}.yn-local-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-last-viewed-card{grid-template-columns:118px minmax(0,1fr) 86px!important}.yn-last-viewed-call{display:inline-flex!important}}@media (width<=640px){.yn-local-blog-page{width:calc(100% - 20px)!important;margin-top:16px!important}.yn-local-blog-hero,.yn-local-blog-section{padding:18px!important}.yn-local-blog-grid{grid-template-columns:1fr!important}.yn-last-viewed-card{grid-template-columns:96px minmax(0,1fr)!important}.yn-last-viewed-call{display:none!important}}.yn-country-classifieds-badge{gap:8px!important;min-width:0!important}.yn-country-classifieds-badge span{width:24px!important;height:24px!important;font-size:.66rem!important}.yn-country-classifieds-badge strong{white-space:nowrap!important;font-size:clamp(.98rem,1.45vw,1.32rem)!important;font-weight:900!important;line-height:1.12!important}@media (width<=720px){.yn-country-classifieds-badge strong{white-space:normal!important;font-size:1rem!important}}.yn-post-ad-page{color:#0f172a!important;width:min(1120px,100% - 28px)!important;margin:24px auto 52px!important}.yn-post-ad-page-head{border-bottom:1px solid #dbe4f0!important;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr)!important;align-items:start!important;gap:28px!important;padding:30px 0 24px!important;display:grid!important}.yn-post-ad-page-head>div:first-child>span{color:#245ea3!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin:14px 0 7px!important;font-size:.78rem!important;font-weight:950!important;display:block!important}.yn-post-ad-page-head h1{color:#0f172a!important;letter-spacing:0!important;margin:0!important;font-size:clamp(2rem,4vw,3.2rem)!important;font-weight:950!important;line-height:1.04!important}.yn-post-ad-page-head p{color:#526174!important;max-width:720px!important;margin:12px 0 0!important;font-size:1rem!important;font-weight:650!important;line-height:1.65!important}.yn-post-ad-trust-note{background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:8px!important;padding:18px!important}.yn-post-ad-trust-note strong{color:#174f91!important;margin-bottom:8px!important;font-size:1rem!important;font-weight:950!important;display:block!important}.yn-post-ad-trust-note ul{color:#40536b!important;margin:0!important;padding-left:19px!important;font-size:.88rem!important;font-weight:700!important;line-height:1.55!important}.yn-post-ad-page-form{padding-top:24px!important}.yn-post-ad-page .yn-user-ad-form{border:1px solid #dbe4f0!important;border-radius:8px!important;gap:20px!important;margin:0!important;padding:26px!important;box-shadow:0 8px 24px #0f172a0f!important}.yn-post-ad-page .yn-user-ad-quota{border-radius:8px!important}.yn-user-ad-title-field{display:block!important}.yn-user-ad-category-flow{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:8px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;padding:18px!important;display:grid!important}.yn-user-ad-category-flow label{min-width:0!important;display:block!important}.yn-user-ad-category-flow .yn-select{color:#172033!important;background:#fff!important;width:100%!important;min-height:48px!important;font-weight:800!important}.yn-user-ad-category-flow>small{color:#64748b!important;grid-column:1/-1!important;font-size:.8rem!important;font-weight:700!important;line-height:1.45!important}.yn-form-step-label{color:#172033!important;margin:0 0 7px!important;font-size:.88rem!important;font-weight:950!important;display:block!important}.yn-form-step-help{color:#64748b!important;margin:0 0 10px!important;font-size:.8rem!important;font-weight:700!important;line-height:1.45!important;display:block!important}.yn-post-ad-page .yn-editor-shell{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:8px!important;padding:16px!important;overflow:visible!important}.yn-post-ad-page .yn-editor-shell .wp-editor-wrap{background:#fff!important}.yn-post-ad-page .yn-editor-shell .wp-editor-area,.yn-post-ad-page .yn-editor-shell iframe{background:#fff!important;min-height:420px!important}.yn-post-ad-page .yn-ad-rich-toolbar{margin-bottom:10px!important}.yn-post-ad-page .yn-dropzone{border-radius:8px!important;min-height:126px!important}.yn-post-ad-page .yn-ad-location-grid{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:8px!important;padding:18px!important}.yn-post-ad-page .yn-composer-toolbar{z-index:8!important;backdrop-filter:blur(8px)!important;background:#fffffff5!important;border-top:1px solid #dbe4f0!important;margin:4px -26px -26px!important;padding:16px 26px!important;position:sticky!important;bottom:0!important}.yn-post-ad-page .yn-composer-toolbar .yn-status{flex:100%!important;min-height:22px!important;font-weight:850!important}.yn-post-ad-page .yn-user-ad-preview{border-radius:8px!important}.yn-post-ad-page .yn-user-ad-lock{border-radius:8px!important;margin:0!important}.yn-post-ad-page .yn-user-ad-title-field,.yn-post-ad-page .yn-user-ad-category-flow,.yn-post-ad-page .yn-editor-shell,.yn-post-ad-page .yn-contact-method-field,.yn-post-ad-page .yn-price-field,.yn-post-ad-page .yn-ad-location-grid,.yn-post-ad-page .yn-tag-field,.yn-post-ad-page .yn-influencer-video-field{background:linear-gradient(90deg,#f0fdfa,#fff 32%)!important;border:2px solid #d7e8fb!important;border-left:8px solid #0f766e!important;border-radius:10px!important;padding:18px!important;box-shadow:0 10px 28px #0f172a0d!important}.yn-post-ad-page .yn-user-ad-title-field span,.yn-post-ad-page .yn-contact-method-field>span,.yn-post-ad-page .yn-price-field>span,.yn-post-ad-page .yn-tag-field>span,.yn-post-ad-page .yn-influencer-video-field>span{color:#0f172a!important;margin:0 0 10px!important;font-size:.9rem!important;font-weight:950!important;display:block!important}.yn-post-ad-page .yn-user-ad-title-field .yn-input,.yn-post-ad-page .yn-contact-method-field .yn-input,.yn-post-ad-page .yn-price-field .yn-input,.yn-post-ad-page .yn-tag-field .yn-input,.yn-post-ad-page .yn-influencer-video-field .yn-input{background:#fff!important;border:1px solid #a8bfdc!important;border-radius:8px!important;min-height:54px!important;font-size:16px!important}.yn-post-ad-page .yn-user-ad-category-flow{background:linear-gradient(90deg,#f0fdfa,#fff 40%)!important;border-left-color:#0f766e!important}.yn-post-ad-page .yn-editor-shell{background:linear-gradient(90deg,#eff6ff,#fff 38%)!important;border-left-color:#2563eb!important}.yn-post-ad-page .yn-editor-shell .wp-editor-container{background:#fff!important;border:1px solid #b8c9e3!important;border-radius:8px!important;overflow:hidden!important}.yn-post-ad-page .yn-ad-location-grid{background:linear-gradient(90deg,#f5f3ff,#fff 38%)!important;border-left-color:#7c3aed!important}.yn-post-ad-page .yn-tag-field{background:linear-gradient(90deg,#fdf2f8,#fff 38%)!important;border-left-color:#db2777!important}.yn-post-ad-page .yn-dropzone{background:linear-gradient(90deg,#fffbeb,#f0fdfa)!important;border:2px dashed #f59e0b!important;border-left:8px solid #f59e0b!important;border-radius:10px!important;padding:24px!important;box-shadow:0 10px 28px #f59e0b14!important}.yn-post-ad-page .yn-dropzone span{color:#0f172a!important;font-size:1rem!important;font-weight:950!important;display:block!important}.yn-post-ad-page .yn-dropzone small{color:#64748b!important;margin:8px 0 12px!important;font-weight:850!important;display:block!important}.yn-front-edit-card{color:#0f172a!important;background:#f8fbff!important;border:1px dashed #93c5fd!important;border-radius:8px!important;gap:10px!important;margin:14px 0!important;padding:14px!important;display:grid!important}.yn-front-edit-card strong{color:#075aa2!important;font-weight:950!important}.yn-front-edit-card label{color:#334155!important;gap:5px!important;font-size:.8rem!important;font-weight:850!important;display:grid!important}.yn-front-edit-card input,.yn-front-edit-card textarea{color:#0f172a!important;width:100%!important;font:inherit!important;background:#fff!important;border:1px solid #bfdbfe!important;border-radius:8px!important;padding:10px!important}@media (width<=760px){.yn-post-ad-page{width:calc(100% - 20px)!important;margin-top:14px!important}.yn-post-ad-page-head{grid-template-columns:1fr!important;gap:18px!important;padding-top:18px!important}.yn-post-ad-page .yn-user-ad-form{padding:16px!important}.yn-user-ad-category-flow{grid-template-columns:1fr!important;padding:14px!important}.yn-user-ad-category-flow>small{grid-column:auto!important}.yn-post-ad-page .yn-editor-shell{padding:10px!important}.yn-post-ad-page .yn-editor-shell .wp-editor-area,.yn-post-ad-page .yn-editor-shell iframe{min-height:340px!important}.yn-post-ad-page .yn-composer-toolbar{margin:0 -16px -16px!important;padding:14px 16px!important;position:static!important}.yn-post-ad-page .yn-composer-toolbar button{width:100%!important}}.yn-header-promo-video{color:#fff!important;background:#07162b!important;border-radius:8px!important;width:min(1260px,100% - 28px)!important;min-height:260px!important;margin:14px auto 10px!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 38px #0f172a2e!important}.yn-header-promo-video video{object-fit:cover!important;opacity:.74!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.yn-header-promo-video:after{content:""!important;background:linear-gradient(90deg,#07162bdb,#07162b5c,#07162b9e)!important;position:absolute!important;inset:0!important}.yn-header-promo-copy{z-index:1!important;align-content:center!important;gap:9px!important;width:min(560px,100%)!important;min-height:260px!important;padding:34px!important;display:grid!important;position:relative!important}.yn-header-promo-copy span{color:#9ee7ff!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.78rem!important;font-weight:950!important}.yn-header-promo-copy strong{color:#fff!important;letter-spacing:0!important;font-size:clamp(2rem,4vw,3.35rem)!important;font-weight:950!important;line-height:1!important}.yn-header-promo-copy p{color:#e8f4ff!important;margin:0!important;font-size:1rem!important;font-weight:750!important;line-height:1.55!important}.yn-header-promo-copy a{color:#075aa2!important;background:#fff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:max-content!important;min-height:44px!important;padding:0 18px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-category-directory-section{border-radius:8px!important;margin:10px auto 16px!important;padding:12px!important}.yn-category-directory-section .yn-ad-section-head{margin-bottom:9px!important}.yn-category-directory-section .yn-ad-section-head h2{font-size:1.05rem!important}.yn-category-directory-section .yn-ad-section-head span{font-size:.78rem!important}.yn-category-card-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:8px!important}.yn-category-card{border-radius:8px!important;gap:8px!important;min-height:64px!important;padding:8px 10px!important}.yn-category-icon{width:34px!important;height:34px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:10px!important;flex-basis:34px!important}.yn-category-icon svg{width:34px!important;height:34px!important}.yn-category-card strong{font-size:.86rem!important;line-height:1.15!important}.yn-category-card em{display:none!important}.yn-dashboard-page{max-width:1440px!important}.yn-dashboard-layout{grid-template-columns:300px minmax(0,1fr)!important;align-items:start!important;gap:24px!important;display:grid!important}.yn-dashboard-stats{grid-template-columns:1fr!important;align-content:start!important;position:sticky!important;top:16px!important}.yn-dashboard-stats>div{box-shadow:none!important;border-radius:8px!important}.yn-dashboard-main{min-width:0!important}.yn-dashboard-shop{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:8px!important;gap:16px!important;margin:18px 0 24px!important;padding:18px!important;display:grid!important;box-shadow:0 10px 28px #0f172a0f!important}.yn-dashboard-shop-head{grid-template-columns:minmax(0,1fr) minmax(240px,320px)!important;align-items:stretch!important;gap:16px!important;display:grid!important}.yn-dashboard-shop-head span,.yn-dashboard-cart-head span{color:#64748b!important;font-size:.82rem!important;font-weight:850!important;display:block!important}.yn-dashboard-shop-head h2{color:#0f5f9f!important;margin:4px 0 6px!important;font-size:1.35rem!important;font-weight:950!important}.yn-dashboard-shop-head p{color:#475569!important;margin:0!important;font-weight:760!important;line-height:1.5!important}.yn-dashboard-quota-pack{color:#fff!important;background:linear-gradient(135deg,#0b63a8,#0bb5d8)!important;border-radius:8px!important;align-content:center!important;gap:8px!important;padding:16px!important;display:grid!important}.yn-dashboard-quota-pack strong{color:#fff!important;font-size:1.08rem!important}.yn-dashboard-quota-pack span{color:#e8fbff!important;font-size:1.25rem!important;font-weight:950!important}.yn-cart-add-button{color:#0b63a8!important;cursor:pointer!important;background:#fff!important;border:1px solid #0b63a8!important;border-radius:999px!important;min-height:40px!important;font-weight:950!important}.yn-cart-add-button.is-added{color:#166534!important;background:#dcfce7!important;border-color:#86efac!important}.yn-dashboard-cart{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:8px!important;gap:10px!important;padding:14px!important;display:grid!important}.yn-dashboard-cart-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.yn-dashboard-cart-head strong{color:#111827!important;font-size:1.05rem!important;font-weight:950!important;display:block!important}.yn-cart-empty{color:#64748b!important;text-align:center!important;background:#fff!important;border:1px dashed #cbd5e1!important;border-radius:8px!important;padding:12px!important;font-weight:850!important}.yn-cart-list{gap:8px!important;display:grid!important}.yn-cart-row{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:10px!important;padding:10px!important;display:grid!important}.yn-cart-row span{min-width:0!important}.yn-cart-row strong,.yn-cart-row em{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;display:block!important;overflow:hidden!important}.yn-cart-row strong{color:#111827!important;font-weight:950!important}.yn-cart-row em{color:#64748b!important;font-size:.82rem!important;font-style:normal!important;font-weight:800!important}.yn-cart-row b{color:#0f766e!important;white-space:nowrap!important}.yn-cart-row button{color:#991b1b!important;cursor:pointer!important;background:#fff5f5!important;border:1px solid #fecaca!important;border-radius:999px!important;min-height:34px!important;font-weight:950!important}.yn-cart-proceed{border-radius:999px!important;justify-self:end!important}.yn-dashboard-payment{background:#fff!important;border:2px solid #0b63a8!important;border-radius:8px!important;gap:14px!important;padding:16px!important;display:grid!important}.yn-dashboard-payment-summary{color:#0f172a!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:8px!important;gap:8px!important;padding:12px!important;display:grid!important}.yn-dashboard-payment-summary strong{color:#0f5f9f!important;font-weight:950!important}.yn-dashboard-payment-summary [data-cart-payment-summary]{color:#334155!important;gap:6px!important;font-weight:850!important;display:grid!important}.yn-payment-after-note{color:#7c2d12!important;background:#fff7ed!important;border:1px solid #fed7aa!important;border-radius:8px!important;gap:10px!important;padding:12px!important;font-weight:850!important;line-height:1.45!important;display:grid!important}.yn-payment-after-note a{color:#075aa2!important;width:max-content!important;font-weight:950!important}.yn-dashboard-shop{background:linear-gradient(135deg,#f8fbff,#fff 56%,#f0fdfa)!important;border-color:#cfe0f6!important;border-radius:10px!important;gap:10px!important;margin:12px 0 18px!important;padding:12px!important}.yn-dashboard-shop-head{grid-template-columns:minmax(0,1fr) minmax(210px,270px)!important;align-items:center!important;gap:12px!important}.yn-dashboard-shop-head>div:first-child{gap:4px!important;display:grid!important}.yn-dashboard-shop-head span,.yn-dashboard-cart-head span{font-size:.76rem!important}.yn-dashboard-shop-head h2{color:#075fa8!important;margin:0!important;font-size:1.18rem!important}.yn-dashboard-shop-head p{font-size:.84rem!important;line-height:1.35!important}.yn-dashboard-quota-pack{background:linear-gradient(135deg,#075fa8,#06b6d4)!important;border-radius:10px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;padding:12px!important;box-shadow:0 10px 24px #075fa82e!important}.yn-dashboard-quota-pack strong{font-size:.96rem!important}.yn-dashboard-quota-pack span{justify-self:end!important;font-size:1.08rem!important}.yn-dashboard-quota-pack .yn-cart-add-button{grid-column:1/-1!important;min-height:34px!important;padding:0 12px!important;font-size:.86rem!important}.yn-dashboard-cart{background:linear-gradient(135deg,#fff,#eff6ff)!important;border-radius:10px!important;gap:8px!important;padding:10px!important}.yn-dashboard-cart-head strong{font-size:.98rem!important}.yn-dashboard-cart-head b{color:#047857!important;font-size:1.08rem!important}.yn-cart-empty{background:#fff!important;border-radius:8px!important;padding:10px!important;font-size:.86rem!important}.yn-cart-row{background:#fff!important;border-color:#dbeafe!important;border-radius:8px!important;padding:8px!important}.yn-cart-row button{min-height:30px!important;padding:0 10px!important;font-size:.78rem!important}.yn-cart-proceed{color:#fff!important;background:linear-gradient(135deg,#2563eb,#06b6d4)!important;min-height:38px!important;padding:0 16px!important}.yn-dashboard-payment{background:linear-gradient(135deg,#eff6ff,#fff 58%,#fff7ed)!important;border:1px solid #0b63a8!important;border-radius:10px!important;grid-template-columns:minmax(220px,.7fr) minmax(300px,1.3fr)!important;gap:10px!important;padding:12px!important}.yn-dashboard-payment-summary{background:#eaf3ff!important;border-radius:8px!important;gap:6px!important;padding:10px!important}.yn-dashboard-payment-summary [data-cart-payment-summary]{gap:4px!important;font-size:.82rem!important}.yn-dashboard-payment .yn-payment-box{background:#fff!important;border-radius:9px!important;grid-area:1/2/span 3!important;gap:10px!important;margin:0!important;padding:10px!important}.yn-dashboard-payment .yn-payment-qr,.yn-dashboard-payment .yn-payment-qr-fallback{border-radius:9px!important;width:82px!important;height:82px!important}.yn-dashboard-payment .yn-payment-copy{gap:4px!important}.yn-dashboard-payment .yn-payment-copy strong{color:#0f172a!important;font-size:.92rem!important}.yn-dashboard-payment .yn-payment-copy p{font-size:.8rem!important;line-height:1.4!important}.yn-dashboard-payment .yn-payment-bank-details{font-size:.78rem!important;line-height:1.35!important}.yn-dashboard-payment .yn-payment-after-note{grid-column:1!important;gap:5px!important;padding:10px!important;font-size:.82rem!important;line-height:1.35!important}.yn-dashboard-payment .yn-admin-payment-link{color:#1d4ed8!important;background:#eef2ff!important;border-radius:8px!important;grid-column:1!important;min-height:34px!important;padding:0 12px!important;font-size:.78rem!important}.yn-dashboard-ad-tabs{border-bottom:1px solid #e5e7eb!important;align-items:center!important;gap:4px!important;margin:4px 0 0!important;display:flex!important;overflow:auto!important}.yn-dashboard-ad-tabs button{color:#334155!important;white-space:nowrap!important;cursor:pointer!important;background:#f3f4f6!important;border:0!important;border-radius:0!important;min-height:42px!important;padding:0 14px!important;font-weight:950!important}.yn-dashboard-ad-tabs button.is-active{color:#0b63a8!important;background:#fff!important;border-bottom:3px solid #0b63a8!important}.yn-dashboard-ad-tools{justify-content:space-between!important;align-items:center!important;gap:14px!important;margin:18px 0!important;display:flex!important}.yn-dashboard-ad-tools strong{color:#111827!important;font-size:1.05rem!important;font-weight:950!important}.yn-dashboard-ad-tools input{color:#111827!important;background:#fff!important;border:1px solid #94a3b8!important;border-radius:6px!important;width:min(300px,100%)!important;min-height:44px!important;padding:0 14px!important;font-size:16px!important}.yn-dashboard-ad-row{border-radius:8px!important;overflow:hidden!important;box-shadow:0 2px 10px #0f172a0f!important}.yn-dashboard-ad-row .yn-ad-list-card{background:#eef5ff!important;border:1px solid #d8e5f5!important;border-radius:8px 8px 0 0!important;grid-template-columns:260px minmax(0,1fr)!important;min-height:210px!important}.yn-dashboard-ad-row .yn-ad-list-image{min-height:210px!important}.yn-dashboard-ad-row .yn-ad-list-body{padding:18px!important}.yn-dashboard-ad-row .yn-ad-list-body h3{letter-spacing:0!important;font-size:1.08rem!important;line-height:1.25!important}.yn-dashboard-ad-row .yn-ad-list-actions{gap:8px!important}.yn-dashboard-ad-actions{background:#fff!important;border-top:0!important;justify-content:space-between!important}.yn-dashboard-ad-actions [data-renew-ad]{background:#075fa8!important;min-width:180px!important;margin-left:auto!important}.yn-ad-premium-options{color:#fff!important;background:linear-gradient(135deg,#24505a,#517898)!important;gap:12px!important;margin:0!important;padding:16px!important;display:grid!important}.yn-ad-premium-head{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.yn-ad-premium-head strong{color:#fff!important;font-size:1.08rem!important;font-weight:950!important}.yn-ad-premium-head span{color:#eaf7ff!important;font-weight:850!important}.yn-ad-premium-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.yn-ad-premium-grid .yn-cart-add-button{background:#fff!important;border-radius:8px!important;width:100%!important;min-height:44px!important}.yn-ad-premium-grid .yn-cart-add-button:first-child{color:#7c4a00!important;border-color:#d6a833!important}.yn-ad-premium-grid .yn-cart-add-button:nth-child(2){color:#047857!important;border-color:#10b981!important}.yn-ad-premium-grid .yn-cart-add-button:nth-child(3){color:#9a3412!important;border-color:#fb923c!important}.yn-ad-premium-grid .yn-cart-add-button:nth-child(4){color:#6d28d9!important;border-color:#8b5cf6!important}.yn-ad-premium-grid .yn-cart-add-button:nth-child(5){color:#1d4ed8!important;border-color:#2563eb!important}.yn-ad-premium-grid .yn-cart-add-button.is-added{color:#166534!important;background:#dcfce7!important;border-color:#86efac!important}.yn-payment-box,.yn-payment-qr{border-radius:8px!important}.yn-payment-copy p{font-weight:800!important;line-height:1.55!important}.yn-admin-payment-link{width:max-content!important}.yn-package-card-vip_lounge .yn-cart-add-button{color:#7c4a00!important;border-color:#d6a833!important}.yn-package-card-featured .yn-cart-add-button{color:#047857!important;border-color:#10b981!important}.yn-package-card-top .yn-cart-add-button{color:#9a3412!important;border-color:#fb923c!important}.yn-package-card-promoted .yn-cart-add-button{color:#6d28d9!important;border-color:#8b5cf6!important}.yn-package-card-sponsored .yn-cart-add-button{color:#1d4ed8!important;border-color:#2563eb!important}.yn-ad-list-card-vip_lounge:after{content:"VIP"!important}.yn-ad-list-card-featured:after{content:"Gallery"!important}.yn-ad-list-card-promoted:after{content:"Premium"!important}.yn-ad-list-card-sponsored:after{content:"Spotlight"!important}@media (width<=980px){.yn-dashboard-layout,.yn-dashboard-shop-head,.yn-dashboard-payment{grid-template-columns:1fr!important}.yn-dashboard-payment .yn-payment-box,.yn-dashboard-payment .yn-payment-after-note,.yn-dashboard-payment .yn-admin-payment-link{grid-area:auto!important}.yn-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;position:static!important}.yn-dashboard-ad-row .yn-ad-list-card{grid-template-columns:160px minmax(0,1fr)!important}.yn-ad-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.yn-header-promo-video{width:calc(100% - 20px)!important;min-height:220px!important}.yn-header-promo-copy{min-height:220px!important;padding:22px!important}.yn-category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-dashboard-shop{padding:14px!important}.yn-dashboard-stats,.yn-cart-row{grid-template-columns:1fr!important}.yn-cart-row button{width:100%!important}.yn-dashboard-ad-tools{display:grid!important}.yn-dashboard-ad-tools input{width:100%!important}.yn-dashboard-ad-row .yn-ad-list-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:150px!important}.yn-dashboard-ad-row .yn-ad-list-image{min-height:150px!important}.yn-dashboard-ad-row .yn-ad-list-body{padding:12px!important}.yn-dashboard-ad-actions [data-renew-ad]{min-width:0!important}.yn-ad-premium-grid{grid-template-columns:1fr!important}}.yn-forum-page{color:#172033!important;width:min(1320px,100% - 28px)!important;margin:22px auto 52px!important}.yn-forum-hero{background:linear-gradient(135deg,#eff6ff,#fff 58%,#ecfdf5)!important;border:1px solid #dbeafe!important;border-radius:10px!important;gap:10px!important;margin:0 0 18px!important;padding:22px!important;display:grid!important}.yn-forum-hero span{color:#075fa8!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.78rem!important;font-weight:950!important}.yn-forum-hero h1{color:#075089!important;letter-spacing:0!important;margin:0!important;font-size:clamp(2rem,4vw,3rem)!important;font-weight:950!important;line-height:1.05!important}.yn-forum-hero p,.yn-forum-hero div{color:#475569!important;margin:0!important;font-size:1rem!important;font-weight:750!important;line-height:1.55!important}.yn-forum-hero-small h1{font-size:clamp(1.7rem,3vw,2.35rem)!important}.yn-forum-breadcrumb{color:#64748b!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0 0 12px!important;font-size:.86rem!important;font-weight:850!important;display:flex!important}.yn-forum-breadcrumb a{color:#075fa8!important;text-decoration:none!important}.yn-forum-board,.yn-forum-topic-table{background:#eef2f7!important;border:5px solid #071827!important;border-radius:8px!important;margin:14px 0!important;overflow:hidden!important}.yn-forum-board-head,.yn-forum-topic-head{color:#fff!important;text-transform:uppercase!important;background:#071827!important;grid-template-columns:minmax(0,1fr) 100px 100px minmax(210px,300px)!important;align-items:center!important;gap:0!important;min-height:46px!important;padding:0 14px!important;font-weight:950!important;display:grid!important}.yn-forum-board-head a{color:#fff!important;text-decoration:none!important}.yn-forum-board-head span,.yn-forum-topic-head span{text-align:center!important}.yn-forum-row,.yn-forum-topic-row{background:#f3f4f6!important;border-top:1px solid #1d8bd1!important;grid-template-columns:minmax(0,1fr) 100px 100px minmax(210px,300px)!important;align-items:stretch!important;display:grid!important}.yn-forum-row-main,.yn-forum-topic-row>div:first-child{grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;padding:12px 14px!important;display:grid!important}.yn-forum-icon{color:#075fa8!important;background:#fff!important;border:2px solid #2f8ed7!important;border-radius:50%!important;place-items:center!important;width:38px!important;height:38px!important;display:grid!important;box-shadow:0 3px 10px #0f172a14!important}.yn-forum-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:21px!important;height:21px!important}.yn-forum-icon--briefcase{color:#b45309!important;background:#fffbeb!important;border-color:#f59e0b!important}.yn-forum-icon--cart{color:#047857!important;background:#ecfdf5!important;border-color:#10b981!important}.yn-forum-icon--chart{color:#1d4ed8!important;background:#eff6ff!important;border-color:#2563eb!important}.yn-forum-icon--code{color:#6d28d9!important;background:#f5f3ff!important;border-color:#7c3aed!important}.yn-forum-icon--discussion{color:#0369a1!important;background:#f0f9ff!important;border-color:#0284c7!important}.yn-forum-icon--megaphone{color:#b91c1c!important;background:#fef2f2!important;border-color:#ef4444!important}.yn-forum-icon--palette{color:#be185d!important;background:#fdf2f8!important;border-color:#db2777!important}.yn-forum-icon--pen{color:#0f766e!important;background:#f0fdfa!important;border-color:#0d9488!important}.yn-forum-icon--share{color:#c2410c!important;background:#fff7ed!important;border-color:#f97316!important}.yn-forum-icon--spark{color:#7e22ce!important;background:#faf5ff!important;border-color:#a855f7!important}.yn-forum-icon--tag{color:#15803d!important;background:#f0fdf4!important;border-color:#16a34a!important}.yn-forum-row h2,.yn-forum-topic-row h2{letter-spacing:0!important;margin:0!important;font-size:1.08rem!important;font-weight:950!important;line-height:1.18!important}.yn-forum-row h2 a,.yn-forum-topic-row h2 a,.yn-forum-last a{color:#075089!important;text-decoration:none!important}.yn-forum-row p,.yn-forum-topic-row p{color:#526174!important;margin:3px 0 0!important;font-size:.9rem!important;font-weight:750!important;line-height:1.28!important}.yn-forum-subforums{color:#0f172a!important;flex-wrap:wrap!important;gap:5px!important;margin-top:5px!important;font-size:.82rem!important;font-weight:850!important;display:flex!important}.yn-forum-subforums a{color:#e23b13!important;text-decoration:none!important}.yn-forum-count{color:#526174!important;text-align:center!important;border-left:1px solid #fff!important;place-items:center!important;font-size:1.15rem!important;font-weight:800!important;display:grid!important}.yn-forum-last{color:#526174!important;border-left:1px solid #fff!important;align-content:center!important;gap:3px!important;padding:10px!important;font-size:.84rem!important;font-weight:750!important;display:grid!important}.yn-forum-last span,.yn-forum-muted{color:#64748b!important;display:block!important}.yn-forum-live-panel{background:#f3f4f6!important;border:5px solid #071827!important;border-radius:8px!important;grid-template-columns:2fr 1fr 1fr!important;margin:16px 0!important;display:grid!important;overflow:hidden!important}.yn-forum-live-panel>div{border-left:1px solid #fff!important;align-content:start!important;gap:4px!important;padding:12px 14px!important;display:grid!important}.yn-forum-live-panel>div:first-child{border-left:0!important}.yn-forum-live-panel h2{color:#fff!important;text-transform:uppercase!important;letter-spacing:0!important;background:#071827!important;margin:-12px -14px 8px!important;padding:10px 14px!important;font-size:.92rem!important}.yn-forum-live-panel a{color:#075089!important;font-weight:850!important;text-decoration:none!important}.yn-forum-live-panel span{color:#526174!important;font-size:.84rem!important;font-weight:750!important}.yn-forum-article{color:#334155!important;background:#fff!important;border-top:1px solid #cbd5e1!important;gap:12px!important;margin:20px 0!important;padding:18px!important;display:grid!important}.yn-forum-article h2{color:#075089!important;text-transform:uppercase!important;letter-spacing:0!important;margin:0!important;font-size:1rem!important}.yn-forum-article p{margin:0!important;font-weight:700!important;line-height:1.6!important}.yn-forum-article details{border-top:1px solid #e2e8f0!important;padding:10px 0!important}.yn-forum-article summary{cursor:pointer!important;color:#0f172a!important;font-weight:950!important}.yn-forum-toolbar{justify-content:space-between!important;align-items:center!important;gap:10px!important;margin:12px 0!important;display:flex!important}.yn-forum-toolbar form{align-items:center!important;gap:6px!important;display:flex!important}.yn-forum-toolbar input{border:1px solid #cbd5e1!important;border-radius:6px!important;min-height:36px!important;padding:0 10px!important}.yn-forum-toolbar button{color:#075089!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:6px!important;min-height:36px!important;font-weight:950!important}.yn-forum-topic-row>span{color:#526174!important;border-left:1px solid #fff!important;place-items:center!important;font-weight:850!important;display:grid!important}.yn-forum-empty,.yn-forum-action-note,.yn-forum-alert{color:#174f91!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:8px!important;margin:12px 0!important;padding:14px!important;font-weight:850!important}.yn-forum-alert{color:#9a3412!important;background:#fff7ed!important;border-color:#fed7aa!important}.yn-forum-action-note{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.yn-forum-form{background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid #cfe0f6!important;border-radius:10px!important;gap:10px!important;margin:16px 0!important;padding:16px!important;display:grid!important}.yn-forum-form h2{color:#075089!important;margin:0!important;font-size:1.2rem!important}.yn-forum-form input,.yn-forum-form textarea,.yn-forum-form select,.yn-forum-select-label select{color:#0f172a!important;width:100%!important;font:inherit!important;background:#fff!important;border:1px solid #b8c9e3!important;border-radius:8px!important;padding:12px!important;font-weight:750!important}.yn-forum-form button{justify-self:start!important}.yn-forum-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:4px 0 8px!important;display:grid!important}.yn-forum-seo-grid label,.yn-forum-image-field{color:#334155!important;gap:6px!important;font-size:.86rem!important;font-weight:950!important;display:grid!important}.yn-forum-seo-grid textarea{resize:vertical!important;min-height:86px!important}.yn-forum-image-field{background:#f0f9ff!important;border:1px dashed #38bdf8!important;border-radius:9px!important;margin:4px 0 8px!important;padding:14px!important}.yn-forum-image-field small{color:#475569!important;font-size:.82rem!important;font-weight:750!important;line-height:1.45!important}.yn-forum-select-label{color:#334155!important;gap:7px!important;font-size:.86rem!important;font-weight:950!important;display:grid!important}.yn-forum-child-topics{background:linear-gradient(135deg,#f8fbff,#fff)!important;border:1px solid #dbeafe!important;border-radius:10px!important;gap:10px!important;margin:14px 0!important;padding:14px!important;display:grid!important}.yn-forum-child-topics h2{color:#075089!important;margin:0!important;font-size:1.08rem!important;font-weight:950!important}.yn-forum-child-topic-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.yn-forum-child-topic-list a{color:#075089!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:9px!important;gap:3px!important;padding:12px!important;text-decoration:none!important;display:grid!important}.yn-forum-child-topic-list strong{font-size:.95rem!important;font-weight:950!important;line-height:1.25!important}.yn-forum-child-topic-list span{color:#64748b!important;font-size:.8rem!important;font-weight:800!important}.yn-forum-editor-shell{gap:8px!important;display:grid!important}.yn-forum-editor-shell>span{color:#334155!important;font-size:.86rem!important;font-weight:950!important}.yn-forum-editor-shell .wp-editor-wrap{background:#fff!important;border:1px solid #b8c9e3!important;border-radius:9px!important;overflow:hidden!important}.yn-forum-editor-shell .wp-editor-tabs{background:#f8fafc!important;gap:4px!important;padding:8px 8px 0!important;display:flex!important}.yn-forum-editor-shell .wp-switch-editor{color:#075089!important;background:#fff!important;border:1px solid #cbd5e1!important;border-bottom:0!important;border-radius:7px 7px 0 0!important;height:auto!important;margin:0!important;padding:7px 12px!important;font-size:.82rem!important;font-weight:950!important}.yn-forum-editor-shell .tmce-active .switch-tmce,.yn-forum-editor-shell .html-active .switch-html{color:#064f86!important;background:#eaf4ff!important}.yn-forum-editor-shell .wp-editor-container{border:0!important}.yn-forum-editor-shell .mce-toolbar-grp,.yn-forum-editor-shell .quicktags-toolbar{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-left:0!important;border-right:0!important}.yn-forum-editor-shell .mce-btn button,.yn-forum-editor-shell .quicktags-toolbar input{color:#334155!important}.yn-forum-editor-shell iframe,.yn-forum-editor-shell textarea.wp-editor-area{color:#0f172a!important;background:#fff!important}.yn-forum-topic{box-sizing:border-box!important;background:#fff!important;border:1px solid #dbeafe!important;border-radius:10px!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:18px!important;display:grid!important;overflow:hidden!important}.yn-forum-topic>*{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.yn-forum-topic header span:first-child{color:#075fa8!important;text-transform:uppercase!important;font-size:.78rem!important;font-weight:950!important;display:block!important}.yn-forum-topic h1{color:#0f172a!important;letter-spacing:0!important;overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important;margin:4px 0 8px!important;font-size:clamp(1.55rem,2.6vw,2.35rem)!important;line-height:1.15!important}.yn-forum-topic-meta{color:#64748b!important;flex-wrap:wrap!important;gap:8px!important;font-size:.86rem!important;font-weight:850!important;display:flex!important}.yn-forum-topic-meta b{color:#075089!important}.yn-forum-closed-badge{color:#991b1b!important;background:#fee2e2!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:0 9px!important;font-weight:950!important;display:inline-flex!important}.yn-forum-topic-body{color:#334155!important;overflow-wrap:anywhere!important;word-break:normal!important;width:100%!important;min-width:0!important;max-width:100%!important;font-size:1rem!important;font-weight:650!important;line-height:1.72!important;display:block!important;overflow:hidden!important}.yn-forum-topic-body *,.yn-forum-reply *{box-sizing:border-box!important;overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important}.yn-forum-topic-body p,.yn-forum-topic-body li,.yn-forum-topic-body div,.yn-forum-topic-body span,.yn-forum-topic-body blockquote,.yn-forum-reply p,.yn-forum-reply li,.yn-forum-reply div,.yn-forum-reply span,.yn-forum-reply blockquote{white-space:normal!important;line-height:1.72!important}.yn-forum-topic-body h2,.yn-forum-topic-body h3,.yn-forum-topic-body h4{color:#172033!important;letter-spacing:0!important;overflow-wrap:anywhere!important;margin:1.25em 0 .55em!important;line-height:1.22!important}.yn-forum-topic-body h2{font-size:clamp(1.25rem,2vw,1.75rem)!important}.yn-forum-topic-body h3{font-size:clamp(1.12rem,1.6vw,1.38rem)!important}.yn-forum-topic-body ul,.yn-forum-topic-body ol,.yn-forum-reply ul,.yn-forum-reply ol{gap:.65em!important;margin:1em 0!important;padding-left:1.35em!important;display:grid!important}.yn-forum-topic-body pre,.yn-forum-topic-body code,.yn-forum-reply pre,.yn-forum-reply code{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important}.yn-forum-topic-body pre,.yn-forum-reply pre{color:#172033!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:8px!important;padding:14px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.92rem!important;line-height:1.55!important;display:block!important;overflow-x:auto!important}.yn-forum-topic-body table,.yn-forum-reply table{border-collapse:separate!important;border-spacing:0!important;white-space:normal!important;width:100%!important;max-width:100%!important;display:block!important;overflow-x:auto!important}.yn-forum-topic-body img,.yn-forum-reply img{border-radius:8px!important;max-width:100%!important;height:auto!important}.yn-forum-topic-body a,.yn-forum-reply a,.yn-forum-editor-shell a,.yn-forum-rich-editor a{color:#0b63ce!important;text-underline-offset:3px!important;font-weight:900!important;text-decoration:underline 2px!important}.yn-forum-topic-body a:hover,.yn-forum-reply a:hover,.yn-forum-editor-shell a:hover,.yn-forum-rich-editor a:hover{color:#7c3aed!important}.yn-forum-topic-tags{flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important;display:flex!important}.yn-forum-topic-tags a,.yn-forum-topic-tags .yn-topic-label{color:#075fa8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;align-items:center!important;min-height:34px!important;padding:6px 12px!important;font-size:.88rem!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.yn-forum-topic-tags a:hover{color:#064e7a!important;background:#dbeafe!important}.yn-forum-topic-image-wrap{margin:0 0 18px!important}.yn-forum-topic-image{object-fit:contain!important;background:#f8fafc!important;border:1px solid #dbeafe!important;border-radius:8px!important;width:100%!important;max-height:520px!important;display:block!important}.yn-forum-required-links{color:#174f91!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:9px!important;margin-top:18px!important;padding:12px!important;font-weight:850!important}.yn-forum-required-links a{color:#075089!important;text-underline-offset:3px!important;font-weight:950!important;text-decoration:underline!important}.yn-forum-manage-panel{background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:10px!important;gap:10px!important;margin:14px 0!important;padding:14px!important;display:grid!important}.yn-forum-manage-panel summary,.yn-forum-reply-manage summary{cursor:pointer!important;color:#075089!important;font-weight:950!important}.yn-forum-manage-actions{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.yn-danger-button{color:#fff!important;cursor:pointer!important;background:#dc2626!important;border:0!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 14px!important;font-weight:950!important;display:inline-flex!important}.yn-danger-button:hover{color:#fff!important;background:#b91c1c!important}.yn-forum-replies{gap:10px!important;margin:16px 0!important;display:grid!important}.yn-forum-replies h2{color:#075089!important;margin:0!important;font-size:1.25rem!important}.yn-forum-reply{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;gap:8px!important;min-width:0!important;max-width:100%!important;padding:14px!important;display:grid!important;overflow:hidden!important}.yn-forum-reply header{color:#64748b!important;justify-content:space-between!important;gap:10px!important;font-size:.84rem!important;font-weight:850!important;display:flex!important}.yn-forum-reply strong{color:#075089!important}.yn-forum-reply p{color:#334155!important;margin:0!important;font-weight:700!important;line-height:1.55!important}.yn-forum-reply-manage{border-top:1px solid #e2e8f0!important;gap:8px!important;margin-top:6px!important;padding-top:8px!important;display:grid!important}.yn-forum-reply-manage form{gap:8px!important;margin-top:8px!important;display:grid!important}.yn-forum-reply-manage textarea{color:#0f172a!important;width:100%!important;font:inherit!important;background:#fff!important;border:1px solid #b8c9e3!important;border-radius:8px!important;padding:10px!important;font-weight:700!important}@media (width<=900px){.yn-forum-board-head,.yn-forum-topic-head{display:none!important}.yn-forum-row,.yn-forum-topic-row{grid-template-columns:1fr!important}.yn-forum-count,.yn-forum-last,.yn-forum-topic-row>span{text-align:left!important;border-top:1px solid #fff!important;border-left:0!important;place-items:start!important;padding:8px 14px!important}.yn-forum-live-panel{grid-template-columns:1fr!important}.yn-forum-live-panel>div{border-top:1px solid #fff!important;border-left:0!important}.yn-forum-toolbar,.yn-forum-toolbar form{display:grid!important}.yn-forum-child-topic-list,.yn-forum-seo-grid{grid-template-columns:1fr!important}}@media (width<=560px){.yn-forum-page{width:calc(100% - 18px)!important}.yn-forum-row-main,.yn-forum-topic-row>div:first-child{grid-template-columns:40px minmax(0,1fr)!important;padding:10px!important}.yn-forum-icon{width:30px!important;height:30px!important}.yn-forum-topic{padding:14px!important}.yn-forum-topic h1{font-size:1.45rem!important}.yn-forum-topic-body{font-size:.96rem!important}.yn-forum-topic-image{max-height:360px!important}}.yn-forum-topic,.yn-forum-topic-body,.yn-forum-reply{overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important}.yn-forum-topic-body pre,.yn-forum-topic-body code{white-space:pre-wrap!important;overflow-wrap:anywhere!important}.yn-forum-topic-body img,.yn-forum-reply img{max-width:100%!important;height:auto!important}.yn-forum-topic-body a,.yn-forum-reply a{color:#1d4ed8!important;text-underline-offset:3px!important;font-weight:850!important;text-decoration:underline!important}.yn-blog-single-page{color:#111827!important;width:min(1120px,100% - 32px)!important;font-family:var(--yn-font,"Inter",Arial,sans-serif)!important;margin:26px auto 58px!important}.yn-blog-article{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;padding:clamp(20px,4vw,48px)!important;display:block!important;box-shadow:0 18px 55px #0f172a14!important}.yn-blog-article-header{border-bottom:1px solid #e5e7eb!important;gap:12px!important;margin-bottom:22px!important;padding-bottom:18px!important;display:grid!important}.yn-blog-article-kicker,.yn-blog-article-meta{color:#64748b!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;font-size:.88rem!important;font-weight:850!important;display:flex!important}.yn-blog-article-kicker span{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 11px!important;font-weight:950!important;display:inline-flex!important}.yn-blog-article h1{color:#0f172a!important;letter-spacing:0!important;margin:0!important;font-size:clamp(2rem,5vw,4rem)!important;font-weight:950!important;line-height:1.04!important}.yn-blog-article-meta a{color:#1d4ed8!important;font-weight:900!important;text-decoration:none!important}.yn-blog-featured-image{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:16px!important;margin:0 0 26px!important;overflow:hidden!important}.yn-blog-featured-image img{object-fit:cover!important;width:100%!important;height:auto!important;max-height:620px!important;display:block!important}.yn-article-toc{background:linear-gradient(135deg,#f8fbff,#fff)!important;border:1px solid #dbeafe!important;border-left:6px solid #2563eb!important;border-radius:14px!important;gap:14px!important;margin:0 0 28px!important;padding:18px 20px!important;display:grid!important;box-shadow:0 10px 28px #2563eb14!important}.yn-article-toc-head{gap:2px!important;display:grid!important}.yn-article-toc-head span{color:#64748b!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.78rem!important;font-weight:950!important}.yn-article-toc-head strong{color:#0f172a!important;font-size:1.18rem!important;font-weight:950!important}.yn-article-toc ul,.yn-article-toc ol{gap:8px!important;margin:0!important;padding-left:22px!important;display:grid!important}.yn-article-toc li{color:#2563eb!important;font-weight:900!important;line-height:1.35!important}.yn-article-toc li::marker{color:#94a3b8!important;font-weight:950!important}.yn-article-toc a{color:#1d4ed8!important;border-bottom:1px solid #0000!important;text-decoration:none!important}.yn-article-toc a:hover{border-color:#1d4ed8!important}.yn-article-toc .yn-toc-level-3{margin-left:16px!important;font-size:.95rem!important}.yn-article-toc .yn-toc-level-4{margin-left:32px!important;font-size:.9rem!important}.yn-blog-article-content{color:#1f2937!important;overflow-wrap:anywhere!important;max-width:none!important;font-size:1.08rem!important;font-weight:550!important;line-height:1.82!important}.yn-blog-article-content>:first-child{margin-top:0!important}.yn-blog-article-content p{margin:0 0 18px!important}.yn-blog-article [id]{scroll-margin-top:calc(var(--yn-sticky-header-offset,96px) + 26px)!important}.yn-blog-article-content h1,.yn-blog-article-content h2,.yn-blog-article-content h3,.yn-blog-article-content h4{scroll-margin-top:calc(var(--yn-sticky-header-offset,96px) + 26px)!important;color:#0f172a!important;letter-spacing:0!important;font-weight:950!important;line-height:1.18!important}.yn-blog-article-content h2{margin:38px 0 14px!important;font-size:clamp(1.55rem,3vw,2.15rem)!important}.yn-blog-article-content h3{margin:30px 0 12px!important;font-size:clamp(1.28rem,2.4vw,1.62rem)!important}.yn-blog-article-content h4{margin:24px 0 10px!important;font-size:1.14rem!important}.yn-blog-article-content ul,.yn-blog-article-content ol{margin:0 0 20px!important;padding-left:24px!important}.yn-blog-article-content li{margin:7px 0!important}.yn-blog-article-content a{color:#1d4ed8!important;text-underline-offset:3px!important;font-weight:850!important;text-decoration:underline!important}.yn-blog-article-content img,.yn-blog-article-content figure img{border-radius:14px!important;max-width:100%!important;height:auto!important}.yn-blog-article-content figure{margin:26px 0!important}.yn-blog-article-content figcaption{color:#64748b!important;text-align:center!important;margin-top:8px!important;font-size:.88rem!important;font-weight:750!important}.yn-blog-article-content blockquote{color:#134e4a!important;background:#f0fdfa!important;border-left:5px solid #14b8a6!important;border-radius:0 12px 12px 0!important;margin:24px 0!important;padding:18px 20px!important;font-weight:800!important}.yn-blog-article-content table{border-spacing:0!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:12px!important;width:100%!important;margin:24px 0!important;display:block!important;overflow-x:auto!important}.yn-blog-article-content th,.yn-blog-article-content td{text-align:left!important;vertical-align:top!important;border-bottom:1px solid #e5e7eb!important;padding:12px 14px!important}.yn-blog-article-tags{border-top:1px solid #e5e7eb!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:30px!important;padding-top:20px!important;display:flex!important}.yn-blog-article-tags strong{color:#0f172a!important;font-weight:950!important}.yn-blog-article-tags a,.yn-blog-article-tags .yn-topic-label{color:#1d4ed8!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:999px!important;align-items:center!important;min-height:30px!important;padding:0 11px!important;font-size:.86rem!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.yn-blog-article .yn-comments-shell{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:16px!important;margin-top:28px!important;padding:22px!important}.yn-blog-article .yn-comments-shell h2{color:#0f172a!important;margin:0 0 14px!important;font-size:1.3rem!important;font-weight:950!important}.yn-blog-article .yn-comment{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important}.yn-blog-article .yn-composer-form{padding:0!important}.yn-blog-article .yn-textarea{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:12px!important;min-height:120px!important}.yn-blog-single-page .yn-related-posts{border-radius:18px!important;margin:22px 0 0!important;padding:20px!important;box-shadow:0 14px 42px #0f172a12!important}.yn-blog-single-page .yn-related-head h2{color:#0f172a!important}.yn-blog-single-page .yn-related-head p{color:#64748b!important}.yn-blog-single-page .yn-related-posts-recent .yn-related-grid,.yn-blog-single-page .yn-related-posts-related .yn-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.yn-blog-single-page .yn-related-posts-recent .yn-related-card,.yn-blog-single-page .yn-related-posts-related .yn-related-card{grid-template-rows:auto auto auto auto!important;grid-template-columns:1fr!important;align-items:start!important}.yn-blog-single-page .yn-related-posts-recent .yn-related-card img,.yn-blog-single-page .yn-related-posts-related .yn-related-card img{grid-row:auto!important;width:100%!important;height:132px!important}.yn-blog-single-page .yn-post-content-inner{max-height:none!important;overflow:visible!important}.yn-blog-single-page .yn-post-content-inner:after,.yn-blog-single-page .yn-show-more{display:none!important}.widget_search .search-form,.widget_search .yn-widget-search-form,.yn-widget-search-form{grid-template-columns:minmax(0,1fr) max-content!important;align-items:end!important;gap:12px!important;width:100%!important;display:grid!important}.widget_search .search-form label,.widget_search .yn-widget-search-form label,.yn-widget-search-form label{width:100%!important;min-width:0!important;margin:0!important;display:block!important}.widget_search .search-field,.yn-widget-search-form .search-field{box-sizing:border-box!important;color:#111827!important;background:#fff!important;border:1px solid #9ca3af!important;border-radius:0!important;width:100%!important;min-width:0!important;height:52px!important;padding:0 14px!important;font-size:16px!important;line-height:52px!important;display:block!important}.widget_search .search-submit,.yn-widget-search-form .search-submit{box-sizing:border-box!important;color:#fff!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;text-align:center!important;background:#30363d!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:128px!important;height:52px!important;padding:0 24px!important;font-size:1rem!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}@media (width<=760px){.yn-blog-single-page{width:min(100% - 20px,1120px)!important;margin-top:16px!important}.yn-blog-article{border-radius:14px!important}.yn-blog-article-meta,.yn-blog-article-kicker{align-items:flex-start!important}.yn-related-head{text-align:left!important;display:grid!important}.yn-related-head p{text-align:left!important;max-width:none!important}.yn-related-grid,.yn-blog-single-page .yn-related-posts-recent .yn-related-grid,.yn-blog-single-page .yn-related-posts-related .yn-related-grid,.widget_search .search-form,.widget_search .yn-widget-search-form,.yn-widget-search-form{grid-template-columns:1fr!important}.widget_search .search-submit,.yn-widget-search-form .search-submit{width:100%!important}}.yn-blog-single-page{color:#111827!important;background:#f8fafd!important;width:100%!important;max-width:none!important;margin:0!important}.yn-blog-doc-layout{--yn-sticky-header-offset:96px;grid-template-columns:300px minmax(0,1fr)!important;min-height:calc(100vh - 1px)!important;display:grid!important}.admin-bar .yn-blog-doc-layout{--yn-sticky-header-offset:128px}.yn-blog-doc-sidebar{top:calc(var(--yn-sticky-header-offset,96px) + 12px)!important;height:calc(100vh - var(--yn-sticky-header-offset,96px) - 12px)!important;overscroll-behavior:contain!important;color:#3c4043!important;z-index:5!important;background:#f5f7fb!important;border-right:1px solid #d7dce5!important;align-self:start!important;padding:24px 14px 30px!important;position:sticky!important;overflow:auto!important}.yn-doc-tabs-head{border-bottom:1px solid #d7dce5!important;margin:0 0 14px!important;padding:0 10px 12px!important;display:block!important}.yn-doc-tabs-head strong{color:#202124!important;font-size:1rem!important;font-weight:900!important;line-height:1.25!important;display:block!important}.yn-doc-tabs-head span{display:none!important}.yn-doc-tab-pill{color:#0b57d0!important;background:#d7e7ff!important;border-radius:0 24px 24px 0!important;grid-template-columns:20px minmax(0,1fr) 24px!important;align-items:center!important;gap:10px!important;min-height:48px!important;margin:0 -14px 10px!important;padding:0 22px!important;display:grid!important}.yn-doc-tab-pill strong{white-space:nowrap!important;text-overflow:ellipsis!important;min-width:0!important;font-size:.96rem!important;font-weight:850!important;overflow:hidden!important}.yn-doc-tab-icon{border:2px solid!important;border-radius:2px!important;width:16px!important;height:18px!important;display:block!important;position:relative!important}.yn-doc-tab-icon:before,.yn-doc-tab-icon:after{content:""!important;background:currentColor!important;height:2px!important;position:absolute!important;left:3px!important;right:3px!important}.yn-doc-tab-icon:before{top:4px!important}.yn-doc-tab-icon:after{top:9px!important}.yn-doc-tab-menu{color:#3c4043!important;text-align:center!important;letter-spacing:1px!important;font-weight:900!important}.yn-doc-title-link{color:#3c4043!important;white-space:nowrap!important;text-overflow:ellipsis!important;border-left:3px solid #0000!important;margin:2px 0 8px 26px!important;padding:2px 0 2px 14px!important;font-size:.94rem!important;font-weight:750!important;line-height:1.35!important;text-decoration:none!important;display:block!important;overflow:hidden!important}.yn-doc-title-link.is-active{color:#0b57d0!important;background:#e8f0fe!important;border-color:#1a73e8!important;border-radius:0 18px 18px 0!important}.yn-blog-doc-sidebar .yn-article-toc{max-height:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.yn-blog-doc-sidebar .yn-article-toc ul{gap:0!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.yn-blog-doc-sidebar .yn-article-toc li{color:#3c4043!important;margin:0!important;padding:0!important;font-weight:650!important;line-height:1.35!important}.yn-blog-doc-sidebar .yn-article-toc li::marker{content:""!important}.yn-blog-doc-sidebar .yn-article-toc a{color:#3c4043!important;white-space:nowrap!important;text-overflow:ellipsis!important;border:0!important;border-left:3px solid #0000!important;border-radius:0 18px 18px 0!important;max-width:100%!important;padding:8px!important;font-size:.94rem!important;font-weight:650!important;line-height:1.35!important;text-decoration:none!important;display:block!important;overflow:hidden!important}.yn-blog-doc-sidebar .yn-article-toc a:hover{color:#0b57d0!important;background:#e8edf6!important}.yn-blog-doc-sidebar .yn-article-toc a.is-active{color:#0b57d0!important;background:#e8f0fe!important;border-color:#1a73e8!important;font-weight:900!important}.yn-blog-doc-sidebar .yn-toc-level-2 a{padding-left:54px!important}.yn-blog-doc-sidebar .yn-toc-level-3 a{padding-left:68px!important;font-size:.9rem!important}.yn-blog-doc-sidebar .yn-toc-level-4 a{padding-left:82px!important;font-size:.86rem!important}.yn-blog-doc-canvas{min-width:0!important;padding:56px clamp(24px,5vw,80px) 70px!important}.yn-blog-doc-canvas .yn-blog-article{max-width:860px!important;min-height:980px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d7dce5!important;border-radius:0!important;margin:0 auto!important;padding:clamp(42px,6vw,78px)!important}.yn-blog-doc-canvas .yn-blog-article h1{font-size:clamp(2.25rem,4.4vw,3.35rem)!important;line-height:1.18!important}.yn-blog-doc-canvas .yn-blog-article-header{border-bottom:0!important;margin-bottom:28px!important;padding-bottom:0!important}.yn-blog-doc-canvas .yn-blog-article-kicker,.yn-blog-doc-canvas .yn-blog-article-meta{display:none!important}.yn-blog-doc-canvas .yn-related-posts{max-width:980px!important;margin:28px auto 0!important}@media (width<=1020px){.yn-blog-doc-layout{grid-template-columns:1fr!important}.yn-blog-doc-sidebar{border-bottom:1px solid #d7dce5!important;border-right:0!important;height:auto!important;max-height:none!important;position:relative!important;top:auto!important;overflow:visible!important}.yn-blog-doc-canvas{padding:24px 12px 46px!important}.yn-blog-doc-canvas .yn-blog-article{max-width:100%!important;min-height:auto!important;padding:24px!important}}.yn-adsense-slot{color:#475569!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:8px!important;gap:8px!important;width:100%!important;margin:22px 0!important;padding:12px!important;display:grid!important;overflow:hidden!important}.yn-adsense-slot>span{color:#94a3b8!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;font-size:.72rem!important;font-weight:900!important;display:block!important}.yn-adsense-code{text-align:center!important;width:100%!important;min-height:90px!important;display:block!important}.yn-adsense-code ins.adsbygoogle{max-width:100%!important;margin:0 auto!important;display:block!important}.yn-adsense-empty{text-align:center!important;background:#f8fafc!important;border-style:dashed!important}.yn-adsense-empty p{color:#64748b!important;margin:0!important;font-size:.84rem!important;font-weight:800!important}.yn-single-ad-sidebar .yn-adsense-slot{margin:0!important}@media (width<=720px){.yn-ad-list-stack .yn-ad-list-card,.yn-dashboard-ad-row .yn-ad-list-card,.yn-ad-carousel-track .yn-ad-list-card{border-radius:10px!important;grid-template-columns:1fr!important;min-height:0!important;overflow:hidden!important}.yn-ad-list-stack .yn-ad-list-image,.yn-dashboard-ad-row .yn-ad-list-image,.yn-ad-carousel-track .yn-ad-list-image{aspect-ratio:16/10!important;background:#eef2f7!important;width:100%!important;min-height:0!important;display:block!important}.yn-ad-list-stack .yn-ad-thumb img,.yn-dashboard-ad-row .yn-ad-thumb img,.yn-ad-carousel-track .yn-ad-thumb img{object-fit:cover!important;object-position:center!important;filter:none!important;width:100%!important;height:100%!important;min-height:0!important}.yn-ad-list-stack .yn-ad-list-body,.yn-dashboard-ad-row .yn-ad-list-body,.yn-ad-carousel-track .yn-ad-list-body{padding:14px!important}.yn-ad-list-stack .yn-ad-list-body h3,.yn-dashboard-ad-row .yn-ad-list-body h3,.yn-ad-carousel-track .yn-ad-list-body h3{font-size:1rem!important;line-height:1.26!important}.yn-ad-corner-label,.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after,.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{border-radius:999px!important;padding:6px 10px!important;font-size:.62rem!important;top:10px!important;right:10px!important;transform:none!important}.yn-ad-thumb:after,.yn-demo-ad-image:after{padding:8px 12px!important;font-size:.72rem!important}}@media (width<=480px){.yn-ad-list-stack .yn-ad-list-image,.yn-dashboard-ad-row .yn-ad-list-image,.yn-ad-carousel-track .yn-ad-list-image{aspect-ratio:4/3!important}.yn-adsense-slot{margin:16px 0!important;padding:10px!important}}.yn-global-keyword-strategy{color:#0f172a!important;background:linear-gradient(135deg,#eff6ff,#f0fdfa 58%,#fff7ed)!important;border:1px solid #bfdbfe!important;border-radius:10px!important;gap:12px!important;margin:18px 0!important;padding:20px!important;display:grid!important}.yn-global-keyword-strategy h2{color:#075089!important;letter-spacing:0!important;margin:0!important;font-size:1.35rem!important;line-height:1.2!important}.yn-global-keyword-strategy p{color:#334155!important;margin:0!important;font-size:.98rem!important;font-weight:750!important;line-height:1.62!important}@media (width>=1021px){.yn-blog-doc-layout{grid-template-columns:300px minmax(0,1fr)!important}.yn-blog-doc-canvas{padding:40px clamp(18px,3.4vw,54px) 70px!important}.yn-blog-doc-canvas .yn-blog-article{width:min(1180px,100%)!important;max-width:1180px!important;min-height:auto!important;margin:0 auto!important;padding:clamp(46px,5vw,76px)!important}.yn-blog-doc-canvas .yn-related-posts{width:min(1180px,100%)!important;max-width:1180px!important}.yn-blog-doc-canvas .yn-blog-article h1{max-width:980px!important}.yn-blog-doc-canvas .yn-blog-article-content{font-size:1.08rem!important;line-height:1.8!important}}.yn-share-tools{color:#0f172a!important;background:linear-gradient(135deg,#f8fbff,#fff)!important;border:1px solid #dbeafe!important;border-radius:10px!important;gap:10px!important;margin:18px 0 0!important;padding:14px!important;display:grid!important}.yn-share-tools-head{flex-wrap:wrap!important;justify-content:space-between!important;align-items:baseline!important;gap:10px!important;display:flex!important}.yn-share-tools-head strong{color:#075089!important;font-size:1rem!important;font-weight:950!important}.yn-share-tools-head span,.yn-share-status{color:#64748b!important;font-size:.8rem!important;font-weight:850!important}.yn-share-tools-list{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:flex!important}.yn-share-tool{cursor:pointer!important;border:1px solid #0000!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 12px!important;font-size:.82rem!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.yn-share-tool-whatsapp{color:#166534!important;background:#dcfce7!important;border-color:#bbf7d0!important}.yn-share-tool-email{color:#92400e!important;background:#fef3c7!important;border-color:#fde68a!important}.yn-share-tool-facebook{color:#1d4ed8!important;background:#dbeafe!important;border-color:#bfdbfe!important}.yn-share-tool-twitter{color:#111827!important;background:#f3f4f6!important;border-color:#e5e7eb!important}.yn-share-tool-linkedin{color:#075985!important;background:#e0f2fe!important;border-color:#bae6fd!important}.yn-share-tool-native{color:#5b21b6!important;background:#ede9fe!important;border-color:#ddd6fe!important}.yn-share-tool-copy{color:#0f766e!important;background:#f0fdfa!important;border-color:#99f6e4!important}.yn-share-tool-print{color:#be185d!important;background:#fdf2f8!important;border-color:#fbcfe8!important}.yn-share-tool:hover{transform:translateY(-1px)!important;box-shadow:0 8px 18px #0f172a14!important}.yn-share-tools-ad-card{background:#f8fafc!important;margin-top:12px!important;padding:10px!important}.yn-share-tools-ad-card .yn-share-tools-head span{display:none!important}.yn-share-tools-ad-card .yn-share-tools-list{gap:6px!important}.yn-share-tools-ad-card .yn-share-tool{min-height:30px!important;padding:0 9px!important;font-size:.76rem!important}.yn-share-tools-sidebar-ad{margin-top:12px!important}.yn-share-tools-blog-post{margin-top:28px!important}.yn-share-menu button{appearance:none!important;color:#0f172a!important;font:inherit!important;cursor:pointer!important;background:#f8fafc!important;border:1px solid #0000!important;border-radius:999px!important;padding:8px 12px!important;font-size:.84rem!important;font-weight:900!important}.yn-share-menu button:hover{color:#1877f2!important;background:#e7f3ff!important;border-color:#cfe5ff!important}@media (width<=560px){.yn-share-tools-head{display:grid!important}.yn-share-tool{flex:calc(50% - 8px)!important}.yn-share-tools-ad-card .yn-share-tool{flex:auto!important}}@media print{body *{visibility:hidden!important}.yn-single-ad-main,.yn-single-ad-main *,.yn-blog-article,.yn-blog-article *,.yn-news-single,.yn-news-single *{visibility:visible!important}.yn-single-ad-main,.yn-blog-article,.yn-news-single{width:100%!important;max-width:100%!important;box-shadow:none!important;color:#000!important;background:#fff!important;border:0!important;padding:24px!important;position:absolute!important;top:0!important;left:0!important}.yn-share-tools,.yn-adsense-slot,.yn-single-ad-nav,.yn-single-thumb-row,.yn-single-gallery-arrow,.yn-single-gallery-count,.yn-blog-doc-sidebar,.yn-blog-article-tags,.yn-comments-shell{display:none!important}.yn-single-gallery-track{display:block!important;overflow:visible!important}.yn-single-gallery-slide{page-break-inside:avoid!important;display:block!important}a[href]:after{content:" (" attr(href) ")";color:#555;font-size:10pt}}.yn-home-news-section,.yn-news-hero,.yn-news-list-section,.yn-news-related{color:#111827!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 10px 30px #0f172a0f!important}.yn-home-news-section{margin:18px 0!important}.yn-home-news-grid,.yn-news-archive-grid{grid-template-columns:1.25fr repeat(2,minmax(0,1fr))!important;gap:16px!important;padding:18px!important;display:grid!important}.yn-home-news-grid-related{grid-template-columns:repeat(3,minmax(0,1fr))!important}.yn-news-card{color:#111827!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;grid-template-rows:auto 1fr!important;display:grid!important;overflow:hidden!important;box-shadow:0 1px 4px #0f172a0a!important}.yn-news-card:first-child:not(.yn-news-card-compact){grid-row:span 2!important}.yn-news-card:hover{border-color:#0f766e!important;transform:translateY(-1px)!important;box-shadow:0 14px 30px #0f766e1f!important}.yn-news-card-image{aspect-ratio:16/9!important;color:#0f766e!important;background:linear-gradient(135deg,#e0f2fe,#ecfdf5 50%,#fff7ed)!important;place-items:center!important;text-decoration:none!important;display:grid!important;overflow:hidden!important}.yn-news-card:first-child:not(.yn-news-card-compact) .yn-news-card-image{aspect-ratio:16/10!important}.yn-news-card-image img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.yn-news-card-image span{color:#0f766e!important;background:#ffffffdb!important;border:1px solid #0f766e38!important;border-radius:50%!important;place-items:center!important;width:74px!important;height:74px!important;font-size:1.25rem!important;font-weight:950!important;display:grid!important}.yn-news-card-body{align-content:start!important;gap:9px!important;padding:16px!important;display:grid!important}.yn-news-card-body time{color:#0369a1!important;background:#ecfeff!important;border-radius:999px!important;width:max-content!important;max-width:100%!important;padding:5px 9px!important;font-size:.74rem!important;font-weight:950!important;display:inline-flex!important}.yn-news-card-body h3{color:#0f172a!important;letter-spacing:0!important;margin:0!important;font-size:1.08rem!important;font-weight:950!important;line-height:1.25!important}.yn-news-card:first-child:not(.yn-news-card-compact) .yn-news-card-body h3{font-size:clamp(1.35rem,2vw,1.8rem)!important}.yn-news-card-body p{color:#64748b!important;margin:0!important;font-size:.92rem!important;font-weight:650!important;line-height:1.55!important}.yn-news-read{color:#0f766e!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:max-content!important;min-height:34px!important;margin-top:4px!important;padding:0 12px!important;font-size:.82rem!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-news-empty{text-align:center!important;color:#475569!important;background:#f8fbff!important;border:1px dashed #bfdbfe!important;border-radius:12px!important;grid-column:1/-1!important;padding:22px!important}.yn-news-empty strong{color:#0f172a!important;margin-bottom:5px!important;font-size:1.08rem!important;display:block!important}.yn-news-empty p{margin:0!important}.yn-news-archive-page{gap:18px!important;width:min(1260px,100% - 28px)!important;margin:22px auto 48px!important;display:grid!important}.yn-news-hero{background:linear-gradient(135deg,#f0f9ff,#fff 55%,#ecfdf5)!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;padding:30px!important;display:grid!important}.yn-news-hero span{color:#0f766e!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin:0 0 10px!important;font-size:.78rem!important;font-weight:950!important;display:inline-flex!important}.yn-news-hero h1{color:#0f172a!important;letter-spacing:0!important;max-width:820px!important;margin:0!important;font-size:clamp(2rem,4vw,3.35rem)!important;font-weight:950!important;line-height:1.04!important}.yn-news-hero p{color:#475569!important;max-width:860px!important;margin:12px 0 0!important;font-size:1rem!important;font-weight:700!important;line-height:1.65!important}.yn-news-seo-panel{margin:0!important}.yn-news-single-page{color:#111827!important;width:min(1120px,100% - 28px)!important;margin:26px auto 56px!important}.yn-news-single{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;padding:clamp(24px,4vw,54px)!important;box-shadow:0 12px 38px #0f172a12!important}.yn-news-single-header{gap:12px!important;margin-bottom:22px!important;display:grid!important}.yn-news-back{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;width:max-content!important;padding:7px 12px!important;font-size:.82rem!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-news-single h1{color:#0f172a!important;letter-spacing:0!important;margin:0!important;font-size:clamp(2rem,4vw,3.45rem)!important;font-weight:950!important;line-height:1.12!important}.yn-news-single-meta{color:#64748b!important;flex-wrap:wrap!important;gap:9px!important;font-size:.88rem!important;font-weight:800!important;display:flex!important}.yn-news-single-meta span,.yn-news-single-meta time{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:999px!important;padding:5px 9px!important;display:inline-flex!important}.yn-news-summary{color:#475569!important;max-width:900px!important;margin:0!important;font-size:1.08rem!important;font-weight:750!important;line-height:1.7!important}.yn-news-featured-image{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;margin:0 0 24px!important;overflow:hidden!important}.yn-news-featured-image img{object-fit:cover!important;width:100%!important;max-height:560px!important;display:block!important}.yn-news-toc{background:#f8fbff!important;border:1px solid #dbeafe!important;border-left:6px solid #2563eb!important;border-radius:12px!important;gap:8px!important;margin:0 0 24px!important;padding:16px!important;display:grid!important}.yn-news-toc>strong{color:#0f172a!important;font-size:1rem!important}.yn-news-toc .yn-article-toc{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.yn-news-toc ul{margin:0!important;padding-left:18px!important}.yn-news-toc a{color:#1d4ed8!important;font-weight:800!important;text-decoration:none!important}.yn-news-toc a:hover{text-underline-offset:3px!important;text-decoration:underline!important}.yn-news-single-content{color:#111827!important;font-size:1.06rem!important;line-height:1.82!important}.yn-news-single-content h2,.yn-news-single-content h3,.yn-news-single-content h4{color:#0f172a!important;letter-spacing:0!important;scroll-margin-top:120px!important;font-weight:950!important;line-height:1.2!important}.yn-news-single-content h2{margin:34px 0 12px!important;font-size:1.75rem!important}.yn-news-single-content h3{margin:26px 0 10px!important;font-size:1.38rem!important}.yn-news-single-content p{margin:0 0 16px!important}.yn-news-single-content a{color:#1d4ed8!important;text-underline-offset:3px!important;text-decoration:underline!important}.yn-news-related{margin-top:22px!important}@media (width<=980px){.yn-home-news-grid,.yn-news-archive-grid,.yn-home-news-grid-related{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-news-hero{grid-template-columns:1fr!important}.yn-news-card:first-child:not(.yn-news-card-compact){grid-row:auto!important}}@media (width<=640px){.yn-home-news-grid,.yn-news-archive-grid,.yn-home-news-grid-related{grid-template-columns:1fr!important;padding:14px!important}.yn-news-archive-page,.yn-news-single-page{width:calc(100% - 20px)!important;margin-top:16px!important}.yn-news-hero,.yn-news-single{padding:20px!important}.yn-news-single h1{font-size:2rem!important}.yn-news-single-content{font-size:1rem!important;line-height:1.72!important}}html,body{max-width:100%!important;overflow-x:hidden!important}.yn-app,#yn-main,main,.yn-panel,.yn-blog-single-page,.yn-blog-doc-layout,.yn-blog-doc-canvas,.yn-blog-article,.yn-news-single-page,.yn-news-single,.yn-forum-page,.yn-forum-topic,.yn-forum-reply,.yn-single-ad-page,.yn-single-ad-main,.yn-dashboard-layout,.yn-dashboard-main,.yn-dashboard-panel,.yn-page-content{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.yn-blog-article-content,.yn-news-single-content,.yn-forum-topic-body,.yn-forum-reply,.yn-ad-description,.yn-single-ad-main,.yn-page-content,.yn-dashboard-main,.yn-dashboard-panel,.yn-post-content,.entry-content{overflow-wrap:anywhere!important;word-break:break-word!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.yn-blog-article-content *,.yn-news-single-content *,.yn-forum-topic-body *,.yn-forum-reply *,.yn-ad-description *,.yn-single-ad-main *,.yn-page-content *,.yn-dashboard-main *,.yn-dashboard-panel *,.yn-post-content *,.entry-content *{box-sizing:border-box!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}.yn-blog-article-content p,.yn-blog-article-content li,.yn-blog-article-content div,.yn-blog-article-content span,.yn-news-single-content p,.yn-news-single-content li,.yn-news-single-content div,.yn-news-single-content span,.yn-forum-topic-body p,.yn-forum-topic-body li,.yn-forum-topic-body div,.yn-forum-topic-body span,.yn-ad-description p,.yn-ad-description li,.entry-content p,.entry-content li{white-space:normal!important}.yn-blog-article-content pre,.yn-blog-article-content code,.yn-news-single-content pre,.yn-news-single-content code,.yn-forum-topic-body pre,.yn-forum-topic-body code,.yn-forum-reply pre,.yn-forum-reply code,.yn-ad-description pre,.yn-ad-description code,.entry-content pre,.entry-content code,.wp-block-code,.wp-block-preformatted{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}.yn-blog-article-content pre,.yn-news-single-content pre,.yn-forum-topic-body pre,.yn-forum-reply pre,.yn-ad-description pre,.entry-content pre,.wp-block-code,.wp-block-preformatted{color:#172033!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:8px!important;width:100%!important;padding:14px!important;font-size:.92rem!important;line-height:1.55!important;display:block!important;overflow-x:auto!important}.yn-blog-article-content table,.yn-news-single-content table,.yn-forum-topic-body table,.yn-forum-reply table,.yn-ad-description table,.entry-content table{border-collapse:separate!important;border-spacing:0!important;width:100%!important;max-width:100%!important;display:block!important;overflow-x:auto!important}.yn-blog-article-content img,.yn-news-single-content img,.yn-forum-topic-body img,.yn-forum-reply img,.yn-ad-description img,.entry-content img,.yn-blog-article-content iframe,.yn-news-single-content iframe,.yn-forum-topic-body iframe,.yn-forum-reply iframe,.yn-ad-description iframe,.entry-content iframe{max-width:100%!important;height:auto!important}.yn-blog-article-content iframe,.yn-news-single-content iframe,.yn-forum-topic-body iframe,.yn-forum-reply iframe,.yn-ad-description iframe,.entry-content iframe{aspect-ratio:16/9!important;width:100%!important;display:block!important}.yn-news-single-page.yn-blog-single-page{width:100%!important;max-width:100%!important;margin:0!important}.yn-news-doc-layout .yn-news-single{box-shadow:none!important;border-radius:0!important}.yn-news-doc-layout .yn-news-back{width:max-content!important;margin-bottom:10px!important;display:inline-flex!important}.yn-news-doc-layout .yn-news-single-header{gap:12px!important;margin-bottom:28px!important;display:grid!important}.yn-news-doc-layout .yn-news-single-meta{flex-wrap:wrap!important;gap:9px!important;display:flex!important}@media (width>=1021px){.yn-blog-doc-layout{grid-template-columns:300px minmax(0,1fr)!important;align-items:start!important;min-height:100vh!important;display:grid!important}.yn-blog-doc-sidebar{overscroll-behavior:contain!important;z-index:50!important;background:#f5f7fb!important;border-right:1px solid #d7dce5!important;width:300px!important;height:auto!important;max-height:none!important;padding:24px 14px 30px!important;position:fixed!important;top:150px!important;bottom:0!important;left:0!important;overflow:hidden auto!important}body.admin-bar .yn-blog-doc-sidebar{top:184px!important}.yn-blog-doc-canvas{grid-column:2!important;width:100%!important;min-width:0!important;padding:40px clamp(24px,3.4vw,54px) 70px 70px!important}.yn-blog-doc-canvas .yn-blog-article{width:min(100%,920px)!important;max-width:920px!important;margin:0 auto!important;overflow:hidden!important}.yn-blog-doc-canvas .yn-ai-tool-card,.yn-blog-doc-canvas .yn-share-tools,.yn-blog-doc-canvas .yn-adsense-slot{box-sizing:border-box!important;width:100%!important;max-width:100%!important}}@media (width<=1020px){.yn-blog-doc-layout{flex-direction:column!important;min-height:0!important;display:flex!important}.yn-blog-doc-canvas{order:1!important;padding:22px 10px 26px!important}.yn-blog-doc-sidebar{width:calc(100% - 20px)!important;height:auto!important;max-height:none!important;box-shadow:none!important;z-index:1!important;background:#f5f7fb!important;border:1px solid #d7dce5!important;border-radius:12px!important;order:2!important;margin:0 auto 36px!important;padding:18px 12px!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;overflow:visible!important}body.admin-bar .yn-blog-doc-sidebar{top:auto!important}.yn-blog-doc-canvas .yn-blog-article{width:100%!important;max-width:100%!important;min-height:auto!important;padding:22px!important}}@media (width<=680px){.yn-doc-tabs-head{margin-bottom:8px!important;padding:0 8px 9px!important}.yn-doc-tabs-head strong{font-size:.94rem!important}.yn-blog-doc-sidebar{display:none!important}.yn-blog-doc-sidebar .yn-article-toc a{padding:7px 8px!important;font-size:.88rem!important;line-height:1.25!important}.yn-blog-doc-sidebar .yn-toc-level-2 a{padding-left:22px!important}.yn-blog-doc-sidebar .yn-toc-level-3 a{padding-left:34px!important}.yn-blog-doc-sidebar .yn-toc-level-4 a{padding-left:46px!important}.yn-blog-doc-canvas .yn-blog-article,.yn-news-single{border-radius:10px!important;padding:18px!important}.yn-blog-doc-canvas .yn-blog-article h1,.yn-news-single h1{font-size:clamp(1.65rem,8vw,2.2rem)!important;line-height:1.16!important}.yn-blog-article-content,.yn-news-single-content,.yn-forum-topic-body,.yn-forum-reply,.yn-ad-description,.entry-content{font-size:1rem!important;line-height:1.68!important}.yn-share-tools-list,.yn-dashboard-actions,.yn-forum-manage-actions{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.yn-share-tool,.yn-primary-button,.yn-secondary-button,.yn-danger-button{width:100%!important;max-width:100%!important}.yn-home-news-grid,.yn-news-archive-grid,.yn-home-news-grid-related,.yn-related-grid,.yn-dashboard-layout,.yn-single-ad-layout,.yn-ad-list-card,.yn-dashboard-ad-row .yn-ad-list-card{grid-template-columns:1fr!important}.yn-single-ad-page,.yn-forum-page,.yn-news-archive-page,.yn-page-content{width:calc(100% - 18px)!important;margin-left:auto!important;margin-right:auto!important}.yn-forum-topic,.yn-forum-reply,.yn-single-ad-main,.yn-dashboard-panel,.yn-panel{border-radius:10px!important;padding:14px!important}input,select,textarea,.yn-widget-search-form input,.yn-search-input{max-width:100%!important}}.yn-local-blog-card{flex-direction:column!important;display:flex!important}.yn-local-blog-card p{flex:auto!important}.yn-local-blog-actions{align-self:stretch!important;margin-top:auto!important}.yn-ad-carousel-track{gap:14px!important;padding:8px 4px 14px!important}.yn-ad-carousel-track .yn-ad-list-card,.yn-ad-list-stack .yn-ad-list-card{border:1px solid #dbe5f0!important;border-radius:10px!important;flex:0 0 min(430px,100%)!important;grid-template-columns:118px minmax(0,1fr)!important;min-height:132px!important;display:grid!important;overflow:hidden!important;box-shadow:0 10px 24px #0f172a14!important}.yn-ad-list-stack .yn-ad-list-card{flex:none!important;width:100%!important;max-width:100%!important}.yn-ad-list-image,.yn-ad-thumb{min-width:0!important;min-height:132px!important}.yn-ad-thumb img,.yn-ad-list-image img{object-fit:cover!important;width:100%!important;height:100%!important;min-height:132px!important}.yn-ad-list-body{gap:5px!important;min-width:0!important;padding:11px 13px!important}.yn-ad-list-body h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:3px 0!important;font-size:1rem!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.yn-ad-list-body p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:.86rem!important;line-height:1.38!important;display:-webkit-box!important;overflow:hidden!important}.yn-ad-list-meta{gap:6px!important;font-size:.72rem!important;line-height:1.25!important}.yn-ad-list-actions{gap:6px!important;margin-top:4px!important}.yn-ad-list-actions .yn-ad-view-link{border-radius:999px!important;min-height:32px!important;padding:7px 11px!important;font-size:.8rem!important}.yn-ad-placement-text{white-space:nowrap!important;padding:6px 9px!important;font-size:.72rem!important}.yn-ad-list-card .yn-share-tools,.yn-ad-list-card .yn-share-tools-list,.yn-ad-list-card .yn-contact-chip{display:none!important}.yn-priority-gallery-featured .yn-gallery-ad-card,.yn-priority-gallery-top .yn-gallery-ad-card,.yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-priority-gallery-sponsored .yn-gallery-ad-card{border-radius:10px!important;flex:0 0 min(430px,100%)!important;grid-template-columns:116px minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important;min-width:0!important;max-width:430px!important;min-height:142px!important;padding:12px!important;overflow:hidden!important;box-shadow:0 10px 24px #0f172a14!important}.yn-priority-gallery-featured .yn-gallery-ad-card:before,.yn-priority-gallery-featured .yn-gallery-ad-card:after,.yn-priority-gallery-top .yn-gallery-ad-card:before,.yn-priority-gallery-top .yn-gallery-ad-card:after,.yn-priority-gallery-promoted .yn-gallery-ad-card:before,.yn-priority-gallery-promoted .yn-gallery-ad-card:after,.yn-priority-gallery-sponsored .yn-gallery-ad-card:before,.yn-priority-gallery-sponsored .yn-gallery-ad-card:after{content:none!important;display:none!important}.yn-priority-gallery-featured .yn-gallery-image-stack,.yn-priority-gallery-top .yn-gallery-image-stack,.yn-priority-gallery-promoted .yn-gallery-image-stack,.yn-priority-gallery-sponsored .yn-gallery-image-stack{width:116px!important;height:116px!important;display:block!important;overflow:hidden!important}.yn-priority-gallery-featured .yn-gallery-image-stack img,.yn-priority-gallery-top .yn-gallery-image-stack img,.yn-priority-gallery-promoted .yn-gallery-image-stack img,.yn-priority-gallery-sponsored .yn-gallery-image-stack img{display:none!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:first-child,.yn-priority-gallery-top .yn-gallery-image-stack img:first-child,.yn-priority-gallery-promoted .yn-gallery-image-stack img:first-child,.yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child{object-fit:cover!important;width:116px!important;height:116px!important;box-shadow:none!important;border-radius:8px!important;display:block!important;transform:none!important}.yn-gallery-ad-copy{min-width:0!important}.yn-gallery-kicker{margin-bottom:4px!important;font-size:.72rem!important}.yn-gallery-ad-copy h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0 0 5px!important;font-size:1rem!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.yn-gallery-ad-copy p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:.85rem!important;line-height:1.36!important;display:-webkit-box!important;overflow:hidden!important}.yn-gallery-bottom-bar,.yn-gallery-bottom-cta{gap:8px!important;min-height:0!important;margin-top:8px!important}@media (width<=680px){.yn-ad-carousel-track .yn-ad-list-card,.yn-ad-list-stack .yn-ad-list-card,.yn-dashboard-ad-row .yn-ad-list-card{grid-template-columns:104px minmax(0,1fr)!important;min-height:122px!important}.yn-ad-list-image,.yn-ad-thumb,.yn-ad-thumb img,.yn-ad-list-image img{min-height:122px!important}.yn-ad-list-body{padding:10px!important}.yn-ad-list-body h3{font-size:.92rem!important}.yn-ad-list-body p{-webkit-line-clamp:2!important;font-size:.8rem!important}.yn-ad-list-meta span:nth-child(n+3){display:none!important}.yn-ad-list-actions{flex-wrap:wrap!important;align-items:center!important}.yn-ad-list-actions .yn-ad-view-link{width:auto!important;max-width:max-content!important}.yn-priority-gallery-featured .yn-gallery-ad-card,.yn-priority-gallery-top .yn-gallery-ad-card,.yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-priority-gallery-sponsored .yn-gallery-ad-card{grid-template-columns:104px minmax(0,1fr)!important;max-width:100%!important;min-height:124px!important;padding:10px!important}.yn-priority-gallery-featured .yn-gallery-image-stack,.yn-priority-gallery-top .yn-gallery-image-stack,.yn-priority-gallery-promoted .yn-gallery-image-stack,.yn-priority-gallery-sponsored .yn-gallery-image-stack,.yn-priority-gallery-featured .yn-gallery-image-stack img:first-child,.yn-priority-gallery-top .yn-gallery-image-stack img:first-child,.yn-priority-gallery-promoted .yn-gallery-image-stack img:first-child,.yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child{width:104px!important;height:104px!important}}.yn-ad-list-stack{background:#fff!important;border:1px solid #d7dce5!important;border-radius:8px!important;gap:0!important;display:grid!important;overflow:hidden!important}.yn-ad-list-stack .yn-ad-list-card{width:100%!important;max-width:100%!important;min-height:178px!important;box-shadow:none!important;scroll-snap-align:unset!important;border:0!important;border-bottom:3px solid #fff!important;border-radius:0!important;flex:none!important;grid-template-columns:220px minmax(0,1fr)!important;display:grid!important;overflow:hidden!important}.yn-ad-list-stack .yn-ad-list-card:last-child{border-bottom:0!important}.yn-ad-list-stack .yn-ad-list-image,.yn-ad-list-stack .yn-ad-thumb{height:178px!important;min-height:178px!important}.yn-ad-list-stack .yn-ad-list-image img,.yn-ad-list-stack .yn-ad-thumb img{object-fit:cover!important;filter:none!important;width:100%!important;height:178px!important;min-height:178px!important}.yn-ad-list-stack .yn-ad-list-body{grid-template-rows:auto auto auto 1fr!important;align-content:center!important;gap:8px!important;min-width:0!important;padding:18px 92px 16px 24px!important;display:grid!important}.yn-ad-list-stack .yn-ad-list-meta{color:#32639b!important;flex-wrap:wrap!important;gap:9px!important;font-size:.86rem!important;font-weight:850!important;line-height:1.25!important;display:flex!important}.yn-ad-list-stack .yn-ad-list-body h3{letter-spacing:0!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:1.15rem!important;line-height:1.22!important;display:-webkit-box!important;overflow:hidden!important}.yn-ad-list-stack .yn-ad-list-body p{color:#111827!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:1rem!important;line-height:1.36!important;display:-webkit-box!important;overflow:hidden!important}.yn-ad-list-stack .yn-ad-list-actions{justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-top:4px!important;display:flex!important}.yn-ad-list-stack .yn-ad-view-link{color:#111827!important;background:#fff!important;border:1px solid #111827!important;border-radius:999px!important;min-height:38px!important;padding:8px 16px!important;font-size:.86rem!important;font-weight:900!important;text-decoration:none!important}.yn-ad-list-stack .yn-ad-view-link:hover{color:#fff!important;background:#111827!important}.yn-ad-list-card .yn-share-tools,.yn-ad-list-card .yn-share-tools-ad-card,.yn-ad-list-card .yn-share-tools-list,.yn-ad-list-card .yn-share-tool,.yn-ad-list-card .yn-contact-chip,.yn-ad-list-card .yn-contact-chip-whatsapp,.yn-ad-list-card .yn-contact-chip-telegram,.yn-ad-list-card .yn-ad-list-actions>a[href^=tel\:],.yn-ad-list-card .yn-ad-list-actions>a[href*=wa\.me],.yn-ad-list-card .yn-ad-list-actions>a[href*=t\.me],.yn-ad-list-card .yn-ad-list-actions>a[target=_blank]{display:none!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge,.yn-ad-list-stack .yn-ad-list-card-featured,.yn-ad-list-stack .yn-ad-list-card-top,.yn-ad-list-stack .yn-ad-list-card-vip,.yn-ad-list-stack .yn-ad-list-card-promoted,.yn-ad-list-stack .yn-ad-list-card-sponsored{background:#efe4f8!important}.yn-ad-list-stack .yn-ad-list-card-free{background:#fff!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after,.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{text-align:center!important;color:#fff!important;letter-spacing:.04em!important;text-transform:uppercase!important;z-index:8!important;width:150px!important;box-shadow:none!important;background:#ff8a1f!important;border-radius:0!important;padding:5px 0!important;font-size:.78rem!important;font-weight:950!important;position:absolute!important;top:17px!important;right:-44px!important;transform:rotate(45deg)!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after{content:"VIP"!important}.yn-ad-list-stack .yn-ad-list-card-featured:after{content:"Featured"!important}.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after{content:"Top"!important}.yn-ad-list-stack .yn-ad-list-card-promoted:after{content:"Premium"!important}.yn-ad-list-stack .yn-ad-list-card-sponsored:after{content:"Sponsored"!important}.yn-ad-list-stack .yn-ad-list-card-free:after{content:none!important;display:none!important}@media (width<=900px){.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:160px minmax(0,1fr)!important;min-height:148px!important}.yn-ad-list-stack .yn-ad-list-image,.yn-ad-list-stack .yn-ad-thumb,.yn-ad-list-stack .yn-ad-list-image img,.yn-ad-list-stack .yn-ad-thumb img{height:148px!important;min-height:148px!important}.yn-ad-list-stack .yn-ad-list-body{gap:6px!important;padding:13px 58px 12px 15px!important}.yn-ad-list-stack .yn-ad-list-body h3{font-size:1rem!important}.yn-ad-list-stack .yn-ad-list-body p{-webkit-line-clamp:2!important;font-size:.9rem!important}}@media (width<=560px){.yn-ad-list-stack .yn-ad-list-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:128px!important}.yn-ad-list-stack .yn-ad-list-image,.yn-ad-list-stack .yn-ad-thumb,.yn-ad-list-stack .yn-ad-list-image img,.yn-ad-list-stack .yn-ad-thumb img{height:128px!important;min-height:128px!important}.yn-ad-list-stack .yn-ad-list-body{padding:10px 42px 10px 11px!important}.yn-ad-list-stack .yn-ad-list-meta{gap:6px!important;font-size:.72rem!important}.yn-ad-list-stack .yn-ad-list-meta span:nth-child(n+3){display:none!important}.yn-ad-list-stack .yn-ad-list-body h3{-webkit-line-clamp:2!important;font-size:.9rem!important}.yn-ad-list-stack .yn-ad-list-body p{-webkit-line-clamp:2!important;font-size:.8rem!important}.yn-ad-list-stack .yn-ad-list-actions{margin-top:0!important}.yn-ad-list-stack .yn-ad-view-link{min-height:30px!important;padding:6px 11px!important;font-size:.74rem!important}.yn-ad-list-stack .yn-ad-placement-text{padding:5px 7px!important;font-size:.66rem!important}.yn-ad-list-stack .yn-ad-list-card-vip_lounge:after,.yn-ad-list-stack .yn-ad-list-card-featured:after,.yn-ad-list-stack .yn-ad-list-card-top:after,.yn-ad-list-stack .yn-ad-list-card-vip:after,.yn-ad-list-stack .yn-ad-list-card-promoted:after,.yn-ad-list-stack .yn-ad-list-card-sponsored:after{width:132px!important;font-size:.62rem!important;top:12px!important;right:-50px!important}}@media (width>=1021px){.yn-blog-doc-sidebar{z-index:40!important;top:228px!important}body.admin-bar .yn-blog-doc-sidebar,body.customize-support .yn-blog-doc-sidebar{top:260px!important}.yn-blog-doc-canvas{padding-top:42px!important}}.yn-inline-dropzone{cursor:pointer!important;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s!important;position:relative!important}.yn-inline-dropzone:after{content:"Drop images here"!important;color:#0f5ea8!important;letter-spacing:.02em!important;opacity:0!important;pointer-events:none!important;background:#2563eb14!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;font-weight:950!important;transition:opacity .18s!important;display:flex!important;position:absolute!important;inset:10px!important}.yn-inline-dropzone.is-dragover{background:linear-gradient(135deg,#eff6ff,#ecfeff)!important;border-color:#2563eb!important;transform:translateY(-1px)!important;box-shadow:0 0 0 4px #2563eb1f,0 14px 30px #0f172a1a!important}.yn-inline-dropzone.is-dragover:after{opacity:1!important}.yn-upload-choice-button{color:#fff!important;background:#0f766e!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:max-content!important;max-width:100%!important;min-height:42px!important;margin-top:4px!important;padding:0 18px!important;font-size:.94rem!important;font-weight:950!important;display:inline-flex!important;box-shadow:0 10px 22px #0f766e33!important}.yn-upload-file-input{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.yn-inline-dropzone:focus-within{outline-offset:3px!important;outline:3px solid #2563eb4d!important}.yn-india-growth{color:#0f172a!important;background:linear-gradient(135deg,#f0fdfa 0%,#fff 48%,#fff7ed 100%)!important;border:1px solid #dbe4f0!important;border-radius:22px!important;width:min(1180px,100% - 36px)!important;margin:48px auto 26px!important;padding:34px!important;box-shadow:0 18px 50px #0f172a14!important}.yn-india-growth-head{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;align-items:end!important;gap:30px!important;margin-bottom:24px!important;display:grid!important}.yn-india-growth-head span{color:#0f766e!important;letter-spacing:.09em!important;text-transform:uppercase!important;margin-bottom:8px!important;font-size:.76rem!important;font-weight:950!important;display:block!important}.yn-india-growth-head h2{color:#0f172a!important;letter-spacing:-.03em!important;margin:0!important;font-size:clamp(1.8rem,3.6vw,3rem)!important;font-weight:950!important;line-height:1.05!important}.yn-india-growth-head>p{color:#526174!important;margin:0!important;font-size:1rem!important;font-weight:650!important;line-height:1.65!important}.yn-india-growth-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.yn-india-growth-grid article{background:#ffffffe6!important;border:1px solid #dbe4f0!important;border-radius:16px!important;flex-direction:column!important;min-height:230px!important;padding:22px!important;display:flex!important;box-shadow:0 8px 24px #0f172a0d!important}.yn-india-growth-grid article:nth-child(2){border-top:4px solid #2563eb!important}.yn-india-growth-grid article:nth-child(3){border-top:4px solid #f59e0b!important}.yn-india-growth-grid article:first-child{border-top:4px solid #0f766e!important}.yn-india-growth-grid strong{color:#0f172a!important;font-size:1.12rem!important;font-weight:950!important;line-height:1.25!important}.yn-india-growth-grid p{color:#526174!important;margin:10px 0 18px!important;font-size:.92rem!important;font-weight:650!important;line-height:1.62!important}.yn-india-growth-grid a{color:#0f766e!important;align-items:center!important;gap:8px!important;margin-top:auto!important;font-size:.88rem!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.yn-india-growth-grid a:hover{text-underline-offset:4px!important;text-decoration:underline!important}.yn-india-growth-locations{border-top:1px solid #dbe4f0!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:16px!important;margin-top:22px!important;padding-top:20px!important;display:grid!important}.yn-india-growth-locations>strong{color:#0f172a!important;padding-top:7px!important;font-size:.88rem!important;font-weight:950!important}.yn-india-growth-locations>div{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-india-growth-locations a{color:#475569!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:999px!important;padding:7px 11px!important;font-size:.76rem!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.yn-india-growth-locations a:hover{color:#0f766e!important;border-color:#0f766e!important}.yn-india-complete-city-directory>div{scrollbar-color:#94a3b8 #f1f5f9!important;scrollbar-width:thin!important;max-height:430px!important;padding:4px 8px 10px 2px!important;overflow:auto!important}.yn-country-keyword-cloud{border-top:1px solid #dbe4f0!important;border-bottom:1px solid #dbe4f0!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:16px!important;margin-top:22px!important;padding:20px 0!important;display:grid!important}.yn-country-keyword-cloud>strong{color:#0f172a!important;padding-top:7px!important;font-size:.88rem!important;font-weight:950!important}.yn-country-keyword-cloud>div{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-country-keyword-cloud a{color:#0f766e!important;background:#f0fdfa!important;border:1px solid #99f6e4!important;border-radius:999px!important;padding:7px 11px!important;font-size:.76rem!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.yn-country-keyword-cloud a:hover{background:#ccfbf1!important;border-color:#0f766e!important}.yn-site-footer-rich{color:#e2e8f0!important;background:linear-gradient(145deg,#0f172a,#172554)!important;border:1px solid #dbe4f0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:280px minmax(0,1fr)!important;gap:44px!important;width:100vw!important;max-width:none!important;margin:30px 0 72px calc(50% - 50vw)!important;padding:44px clamp(24px,5vw,80px)!important;display:grid!important;box-shadow:0 24px 60px #0f172a2e!important}.yn-site-footer-rich .yn-footer-brand{border-right:1px solid #ffffff24!important;min-height:0!important;padding-right:30px!important}.yn-site-footer-rich .yn-footer-logo-placeholder{background:#fff!important;border-radius:12px!important;width:168px!important;height:76px!important;padding:7px!important}.yn-site-footer-rich .yn-footer-brand p{color:#cbd5e1!important}.yn-site-footer-rich .yn-footer-socials{margin-top:18px!important}.yn-site-footer-rich .yn-footer-socials>span{color:#e2e8f0!important}.yn-site-footer-rich .yn-footer-socials a{color:#fff!important;background:#ffffff14!important;border-color:#ffffff57!important}.yn-footer-links-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;display:grid!important}.yn-site-footer-rich .yn-footer-column h2{color:#fff!important;font-size:.95rem!important}.yn-site-footer-rich .yn-footer-column a,.yn-site-footer-rich .yn-footer-contact a{color:#cbd5e1!important;font-size:.86rem!important;line-height:1.45!important}.yn-site-footer-rich .yn-footer-column a:hover,.yn-site-footer-rich .yn-footer-contact a:hover{color:#5eead4!important}.yn-site-footer-rich .yn-footer-contact h2{color:#fff!important;margin-bottom:14px!important;font-size:1.35rem!important}.yn-site-footer-rich .yn-footer-contact>a:not(.yn-footer-whatsapp){color:#cbd5e1!important;border-color:#ffffff24!important}.yn-site-footer-rich .yn-footer-contact .yn-footer-whatsapp{color:#042f2e!important;background:#14b8a6!important}.yn-site-footer-rich .yn-footer-bottom{color:#94a3b8!important;text-align:left!important;border-color:#ffffff24!important;grid-column:1/-1!important;justify-content:space-between!important;gap:20px!important;margin-top:0!important;padding-top:24px!important;display:flex!important}@media (width<=1000px){.yn-india-growth-grid{grid-template-columns:1fr!important}.yn-india-growth-grid article{min-height:0!important}.yn-site-footer-rich{grid-template-columns:1fr!important}.yn-site-footer-rich .yn-footer-brand{border-bottom:1px solid #ffffff24!important;border-right:0!important;padding-bottom:26px!important;padding-right:0!important}.yn-footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=680px){.yn-india-growth{border-radius:16px!important;width:calc(100% - 20px)!important;margin-top:30px!important;padding:20px!important}.yn-india-growth-head{grid-template-columns:1fr!important;gap:12px!important}.yn-country-keyword-cloud,.yn-india-growth-locations{grid-template-columns:1fr!important}.yn-site-footer-rich{border-radius:0!important;width:100vw!important;margin-left:calc(50% - 50vw)!important;padding:28px 20px!important}.yn-footer-links-grid{grid-template-columns:1fr!important}.yn-site-footer-rich .yn-footer-bottom{display:grid!important}.yn-site-footer-rich .yn-footer-logo-placeholder{width:150px!important;height:68px!important}}.yn-single-similar-ads{background:#fff!important;border:1px solid #d7dce5!important;border-radius:10px!important;width:100%!important;margin-top:24px!important;overflow:hidden!important;box-shadow:0 12px 30px #0f172a0f!important}.yn-single-similar-ads .yn-single-section-head{background:#fff!important;border-bottom:1px solid #e5e7eb!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:0!important;padding:18px 22px!important;display:flex!important}.yn-single-similar-ads .yn-single-section-head h2{color:#111827!important;letter-spacing:.01em!important;margin:0!important;font-size:1.35rem!important;font-weight:500!important;line-height:1.2!important}.yn-similar-view-more{color:#245ea3!important;text-transform:uppercase!important;letter-spacing:.12em!important;white-space:nowrap!important;align-items:center!important;gap:6px!important;font-size:.82rem!important;font-weight:850!important;text-decoration:none!important;display:inline-flex!important}.yn-similar-view-more:hover{text-underline-offset:4px!important;text-decoration:underline!important}.yn-single-similar-ads .yn-similar-ad-list{border:0!important;border-radius:0!important}.yn-single-similar-ads .yn-ad-list-stack .yn-ad-list-card{border-bottom:3px solid #fff!important}.yn-single-similar-ads .yn-ad-list-stack .yn-ad-list-card:last-child{border-bottom:0!important}@media (width<=680px){.yn-single-similar-ads .yn-single-section-head{padding:14px 16px!important}.yn-single-similar-ads .yn-single-section-head h2{font-size:1.14rem!important}.yn-similar-view-more{letter-spacing:.08em!important;font-size:.72rem!important}}.yn-corporate-contact-strip{z-index:300!important;isolation:isolate!important;width:100%!important;max-width:100%!important;position:relative!important}.yn-site-topbar{z-index:290!important}@media (width>=1021px){.yn-blog-doc-sidebar{z-index:40!important;top:228px!important}body.admin-bar .yn-blog-doc-sidebar,body.customize-support .yn-blog-doc-sidebar{top:260px!important}.yn-blog-doc-canvas{padding-top:42px!important}}.yn-seo-related-panel,.yn-seo-service-resources{background:#fff;border:1px solid #dbe7f4;border-radius:10px;width:100%;margin:22px 0;padding:18px;box-shadow:0 10px 24px #0f172a0d}.yn-seo-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.yn-seo-panel-head h2,.yn-seo-service-resources h2{color:#0f172a;margin:0;font-size:1.18rem;line-height:1.25}.yn-seo-panel-head p{color:#64748b;margin:2px 0 0;font-size:.9rem;font-weight:700}.yn-seo-related-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.yn-seo-related-card,.yn-seo-service-resources a{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;gap:6px;min-width:0;padding:13px;text-decoration:none;display:grid}.yn-seo-related-card:hover,.yn-seo-service-resources a:hover{background:#eff6ff;border-color:#93c5fd}.yn-seo-related-card span,.yn-seo-service-resources a span{color:#0f766e;text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:950}.yn-seo-related-card strong,.yn-seo-service-resources a strong{font-size:.96rem;line-height:1.25}.yn-seo-related-card small{color:#64748b;font-size:.82rem;line-height:1.35}.yn-seo-service-resources>div{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px;display:grid}@media (width<=640px){.yn-seo-related-panel,.yn-seo-service-resources{margin:16px 0;padding:14px}.yn-seo-panel-head{display:block}.yn-seo-related-grid,.yn-seo-service-resources>div{grid-template-columns:1fr}}.yn-corporate-contact-strip{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:12px 18px!important;min-width:0!important;display:flex!important}.yn-corporate-contact-strip strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:min(980px,100vw - 260px)!important;line-height:1.3!important;display:block!important;overflow:hidden!important}.yn-site-topbar{overflow:visible!important}.yn-site-nav{min-width:0!important}.yn-site-nav-dropdown{min-width:0!important;position:relative!important}.yn-site-nav-dropdown>a{gap:6px!important;max-width:100%!important}.yn-site-nav-dropdown>a:after{flex:none!important}.yn-site-nav-menu{max-width:min(540px,100vw - 24px)!important;left:auto!important;right:0!important;transform:none!important}.yn-site-actions,.yn-auth-controls{min-width:0!important}.yn-account-trigger{background:#fff!important;border-color:#dbe4f0!important;border-radius:12px!important;box-shadow:0 8px 22px #0f172a0f!important}.yn-account-trigger .yn-account-chevron{color:#315f96!important;border-width:0 2px 2px 0!important;width:10px!important;height:10px!important;margin-top:-3px!important;margin-left:auto!important;transform:rotate(45deg)!important}.yn-account-menu.is-open .yn-account-trigger .yn-account-chevron{margin-top:4px!important;transform:rotate(225deg)!important}.yn-country-classifieds-badge{min-width:0!important}.yn-country-classifieds-badge span{flex:0 0 30px!important}.yn-country-classifieds-badge strong{text-overflow:ellipsis!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.yn-user-ad-category-flow select:disabled{color:#94a3b8!important;cursor:not-allowed!important;background:#f8fafc!important}.yn-map-pin-icon{fill:none!important;stroke:currentColor!important;stroke-width:2.1px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:16px!important;height:16px!important;display:block!important;overflow:visible!important}.yn-location-chip{color:#315f96!important;vertical-align:middle!important;align-items:center!important;gap:5px!important;min-width:0!important;font-weight:900!important;line-height:1.2!important;display:inline-flex!important}.yn-location-chip>span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.yn-location-chip .yn-map-pin-icon{color:#0b5e9e!important;flex:0 0 16px!important}.yn-gallery-kicker{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:inline-flex!important}.yn-gallery-location{color:inherit!important}.yn-country-classifieds-badge [data-yn-country-code]{color:#0f172a!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:50%!important;flex:0 0 34px!important;place-items:center!important;width:34px!important;height:34px!important;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,system-ui,sans-serif!important;font-size:21px!important;line-height:1!important;display:inline-grid!important;overflow:hidden!important;box-shadow:0 8px 18px #0f172a1f!important}.yn-country-classifieds-badge [data-yn-country-code]:before,.yn-country-classifieds-badge [data-yn-country-code]:after{content:none!important;display:none!important}.yn-country-classifieds-badge [data-yn-country-code] .yn-map-pin-icon{display:none!important}@media (width>=781px){.yn-site-topbar{grid-template-columns:minmax(250px,auto) minmax(0,1fr) minmax(260px,auto)!important}.yn-site-nav{gap:clamp(12px,1.4vw,22px)!important}.yn-site-nav a{font-size:clamp(.88rem,.9vw,1rem)!important}.yn-site-actions{gap:10px!important}}@media (width<=1120px){.yn-corporate-contact-strip strong{white-space:normal!important;max-width:100%!important}.yn-site-topbar{grid-template-columns:1fr!important;align-items:stretch!important}.yn-site-brand-block,.yn-site-nav,.yn-site-actions{justify-content:center!important}.yn-site-nav{flex-wrap:wrap!important}.yn-site-nav-menu{left:50%!important;right:auto!important;transform:translate(-50%)!important}}@media (width<=640px){.yn-corporate-contact-strip{padding:8px 12px!important;font-size:12px!important}.yn-corporate-contact-strip strong{white-space:normal!important;text-wrap:balance!important}.yn-country-classifieds-badge{justify-content:center!important;width:100%!important}.yn-country-classifieds-badge strong{font-size:1.25rem!important}.yn-account-menu,.yn-account-trigger{width:100%!important;max-width:none!important}.yn-site-actions .yn-auth-controls{grid-template-columns:1fr!important;width:100%!important;display:grid!important}}.yn-archive-live-stats{color:#0f172a!important;background:linear-gradient(135deg,#eff6ff,#f0fdfa 58%,#fff7ed)!important;border:1px solid #bfdbfe!important;border-radius:12px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:0 0 18px!important;padding:14px!important;display:grid!important;box-shadow:0 10px 26px #0f172a0f!important}.yn-archive-live-stats>div{background:#fff!important;border:1px solid #94a3b847!important;border-radius:10px!important;gap:4px!important;min-width:0!important;padding:13px!important;display:grid!important}.yn-archive-live-stats span{color:#0f766e!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:.72rem!important;font-weight:950!important}.yn-archive-live-stats strong{color:#0f172a!important;letter-spacing:0!important;font-size:1.38rem!important;font-weight:950!important;line-height:1.1!important}.yn-archive-live-stats small,.yn-archive-live-stats em{color:#64748b!important;font-size:.83rem!important;font-style:normal!important;font-weight:750!important;line-height:1.35!important}.yn-archive-live-categories p{flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:2px 0 0!important;display:flex!important}.yn-archive-live-categories a{color:#047857!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important;border-radius:999px!important;align-items:center!important;gap:5px!important;padding:7px 10px!important;font-size:.82rem!important;font-weight:900!important;display:inline-flex!important}.yn-archive-live-categories b{color:#0f766e!important;background:#fff!important;border-radius:999px!important;place-items:center!important;min-width:20px!important;height:20px!important;font-size:.72rem!important;display:inline-grid!important}.yn-location-directory-page{color:#0f172a!important;width:min(1260px,100% - 28px)!important;font-family:var(--yn-font,Inter,Arial,sans-serif)!important;margin:0 auto 44px!important}.yn-location-directory-hero{background:linear-gradient(135deg,#eff6ff,#fff 55%,#ecfdf5)!important;border:1px solid #dbe4f0!important;border-radius:20px!important;gap:10px!important;margin:24px 0 18px!important;padding:26px!important;display:grid!important;box-shadow:0 12px 34px #0f172a12!important}.yn-location-directory-hero span{color:#0f766e!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:950!important}.yn-location-directory-hero h1{color:#0f172a!important;letter-spacing:-.04em!important;margin:0!important;font-size:clamp(2rem,4vw,3.4rem)!important;font-weight:950!important;line-height:1.03!important}.yn-location-directory-hero p{color:#475569!important;max-width:880px!important;margin:0!important;font-weight:750!important;line-height:1.6!important}.yn-location-directory-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:16px!important;display:grid!important}.yn-location-directory-country{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;gap:12px!important;padding:16px!important;display:grid!important;box-shadow:0 8px 22px #0f172a0f!important}.yn-location-directory-country header{border-bottom:1px solid #e2e8f0!important;gap:6px!important;padding-bottom:10px!important;display:grid!important}.yn-location-directory-country header a{color:#0f172a!important;align-items:center!important;gap:9px!important;font-size:1.08rem!important;font-weight:950!important;display:flex!important}.yn-location-directory-flag{background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:50%!important;place-items:center!important;width:34px!important;height:34px!important;font-size:21px!important;line-height:1!important;display:inline-grid!important}.yn-location-directory-country small{color:#64748b!important;font-weight:800!important}.yn-location-directory-regions{gap:8px!important;display:grid!important}.yn-location-directory-regions details{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;overflow:hidden!important}.yn-location-directory-regions summary{cursor:pointer!important;color:#174f91!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;font-weight:900!important;display:grid!important}.yn-location-directory-regions summary a{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.yn-location-directory-regions summary span{color:#0f766e!important;background:#fff!important;border:1px solid #ccfbf1!important;border-radius:999px!important;place-items:center!important;min-width:26px!important;height:24px!important;font-size:.76rem!important;display:inline-grid!important}.yn-location-directory-cities{flex-wrap:wrap!important;gap:7px!important;padding:0 12px 12px!important;display:flex!important}.yn-location-directory-cities a{color:#1d4ed8!important;background:#fff!important;border:1px solid #dbeafe!important;border-radius:999px!important;padding:6px 9px!important;font-size:.82rem!important;font-weight:850!important;display:inline-flex!important}@media (width<=860px){.yn-archive-live-stats{grid-template-columns:1fr!important}.yn-location-directory-page{width:min(100% - 20px,1260px)!important}.yn-location-directory-grid{grid-template-columns:1fr!important}}.yn-author-profile-card{color:#172033!important;gap:18px!important;margin:34px 0!important;display:grid!important}.yn-author-profile-card>h2{color:#343a40!important;letter-spacing:0!important;margin:0!important;font-size:clamp(2rem,4vw,3.25rem)!important;font-weight:850!important;line-height:1.05!important}.yn-author-profile-inner{background:#f8fafc!important;border:1px solid #eef2f7!important;border-radius:28px!important;grid-template-columns:124px minmax(0,1fr)!important;align-items:start!important;gap:34px!important;padding:38px!important;display:grid!important;box-shadow:0 14px 34px #0f172a0d!important}.yn-author-profile-media img{object-fit:cover!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:24px!important;width:112px!important;height:112px!important;display:block!important;box-shadow:0 10px 22px #0f172a14!important}.yn-author-profile-content{gap:12px!important;min-width:0!important;display:grid!important}.yn-author-profile-content h3{color:#343a40!important;letter-spacing:0!important;margin:0!important;font-size:clamp(1.55rem,2.6vw,2.25rem)!important;font-weight:850!important;line-height:1.15!important}.yn-author-profile-role{color:#5f6670!important;margin:0!important;font-size:clamp(1.05rem,1.6vw,1.35rem)!important;font-weight:650!important;line-height:1.35!important}.yn-author-profile-bio{gap:12px!important;margin:10px 0!important;display:grid!important}.yn-author-profile-bio p{color:#3f4650!important;letter-spacing:0!important;margin:0!important;font-size:1rem!important;font-weight:500!important;line-height:1.72!important}.yn-author-profile-readmore{margin-top:2px!important;display:block!important}.yn-author-profile-readmore summary{cursor:pointer!important;color:#0b63ce!important;align-items:center!important;gap:8px!important;width:max-content!important;font-size:.98rem!important;font-weight:800!important;list-style:none!important;display:inline-flex!important}.yn-author-profile-readmore summary::-webkit-details-marker{display:none!important}.yn-author-profile-readmore summary:after{content:"+";color:#0b63ce!important;background:#eaf4ff!important;border-radius:999px!important;place-items:center!important;width:20px!important;height:20px!important;font-weight:950!important;display:inline-grid!important}.yn-author-profile-readmore[open] summary:after{content:"-"!important}.yn-author-profile-full{border-top:1px solid #e2e8f0!important;gap:12px!important;margin-top:12px!important;padding-top:12px!important;display:grid!important}.yn-author-social-icons{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin:8px 0 10px!important;display:flex!important}.yn-author-social-icon{color:#1456a8!important;text-transform:none!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;place-items:center!important;width:42px!important;height:42px!important;font-size:.88rem!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;transition:transform .18s,border-color .18s,box-shadow .18s!important;display:inline-grid!important;box-shadow:0 7px 15px #0f172a0f!important}.yn-author-social-icon:hover{border-color:#93c5fd!important;transform:translateY(-2px)!important;box-shadow:0 10px 20px #2563eb29!important}.yn-author-social-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:21px!important;height:21px!important;display:block!important}.yn-author-social-youtube{color:#dc2626!important}.yn-author-social-instagram{color:#c026d3!important}.yn-author-social-facebook{color:#1d4ed8!important}.yn-author-social-linkedin{color:#0a66c2!important}.yn-author-social-bluesky{color:#0284c7!important}.yn-author-social-google-business{color:#059669!important}.yn-author-social-mastodon{color:#6d5dfc!important}.yn-author-social-crunchbase{color:#0f766e!important}.yn-author-profile-more{color:#0b63ce!important;align-items:center!important;gap:10px!important;width:max-content!important;margin-top:4px!important;font-size:1.05rem!important;font-weight:650!important;text-decoration:none!important;display:inline-flex!important}.yn-author-profile-more span{font-size:1.6em!important;line-height:.8!important}.yn-author-profile-more:hover{text-underline-offset:4px!important;text-decoration:underline!important}.yn-author-profile-page{background:#fff!important;padding:36px 0 56px!important}.yn-author-profile-page .yn-container{max-width:1180px!important;margin:0 auto!important;padding:0 22px!important}.yn-author-profile-posts{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:22px!important;margin:30px 0 0!important;padding:28px!important}.yn-author-profile-posts h2{color:#172033!important;margin:0 0 18px!important;font-size:clamp(1.5rem,2.6vw,2.3rem)!important;font-weight:850!important;line-height:1.15!important}.yn-author-post-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.yn-author-post-item{color:#172033!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important;gap:6px!important;padding:16px!important;text-decoration:none!important;display:grid!important}.yn-author-post-item:hover{border-color:#93c5fd!important;box-shadow:0 10px 22px #2563eb1a!important}.yn-author-post-item span{color:#0f766e!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:.78rem!important;font-weight:900!important}.yn-author-post-item strong{font-size:1.03rem!important;line-height:1.35!important}.yn-author-post-item time{color:#64748b!important;font-size:.9rem!important;font-weight:700!important}@media (width<=760px){.yn-author-profile-card{margin:28px 0!important}.yn-author-profile-card>h2{font-size:2rem!important}.yn-author-profile-inner{border-radius:20px!important;grid-template-columns:1fr!important;gap:18px!important;padding:22px!important}.yn-author-profile-media img{border-radius:18px!important;width:88px!important;height:88px!important}.yn-author-profile-bio p{font-size:.96rem!important;line-height:1.66!important}.yn-author-social-icon{width:38px!important;height:38px!important}.yn-author-post-list{grid-template-columns:1fr!important}.yn-author-profile-posts{border-radius:18px!important;padding:20px!important}}img,video{max-width:100%;height:auto}.yn-gallery-image-stack img,.yn-ad-list-image img,.yn-paid-placement-thumb img{aspect-ratio:4/3;object-fit:cover}.yn-classified-home>section:nth-of-type(n+5),.yn-site-footer,.yn-footer-links-grid,.yn-related-posts,.yn-ad-archive-sidebar{content-visibility:auto;contain-intrinsic-size:1px 720px}@media (width<=768px){.yn-header-promo-video video{background:#101010}.yn-classified-home>section:nth-of-type(n+4){content-visibility:auto;contain-intrinsic-size:1px 640px}}.yn-corporate-contact-strip{min-height:42px!important;padding-top:7px!important;padding-bottom:7px!important}.yn-site-topbar{min-height:68px!important;padding-top:8px!important;padding-bottom:8px!important}.yn-site-brand-block{gap:10px!important;min-width:0!important}.yn-site-logo img{object-fit:contain!important;width:auto!important;max-width:190px!important;max-height:64px!important;display:block!important}.yn-site-nav{align-items:center!important}.yn-site-nav a,.yn-site-nav-dropdown>a{line-height:1.15!important}.yn-site-actions>a,.yn-account-trigger{min-height:42px!important}@media (width>=1021px){.yn-blog-doc-layout{grid-template-columns:340px minmax(0,1fr)!important}.yn-blog-doc-sidebar{width:340px!important;padding:18px 12px 26px 0!important}.yn-blog-doc-canvas{grid-column:2!important;padding-top:32px!important;padding-left:48px!important}.yn-doc-tabs-head{margin-bottom:10px!important;padding:0 14px 10px!important}.yn-doc-tab-pill{display:none!important}.yn-doc-title-link{white-space:normal!important;text-overflow:clip!important;margin-left:0!important;padding-left:14px!important;overflow:visible!important}.yn-blog-doc-sidebar .yn-article-toc ul{gap:2px!important}.yn-blog-doc-sidebar .yn-article-toc a{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important;border-radius:0 14px 14px 0!important;padding:7px 10px 7px 16px!important;line-height:1.32!important;overflow:visible!important}.yn-blog-doc-sidebar .yn-toc-level-2 a{padding-left:26px!important}.yn-blog-doc-sidebar .yn-toc-level-3 a{padding-left:38px!important;font-size:.9rem!important}.yn-blog-doc-sidebar .yn-toc-level-4 a{padding-left:50px!important;font-size:.86rem!important}.yn-blog-doc-sidebar .yn-article-toc a.is-active{box-shadow:inset 3px 0 #1a73e8!important}}@media (width<=1120px){.yn-site-logo img{max-width:170px!important;max-height:58px!important}.yn-site-topbar{min-height:0!important}}.yn-country-switcher{align-items:center!important;gap:7px!important;max-width:290px!important;display:flex!important}.yn-country-switcher label{color:#64748b!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:.72rem!important;font-weight:900!important}.yn-country-switcher select{color:#172033!important;min-width:150px!important;max-width:210px!important;height:34px!important;font:inherit!important;cursor:pointer!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;padding:0 30px 0 10px!important;font-size:.82rem!important;font-weight:850!important}.yn-country-trust-strip{color:#334155!important;background:linear-gradient(135deg,#eff6ff,#fff 50%,#ecfdf5)!important;border:1px solid #cfe5ff!important;border-radius:12px!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:10px 18px!important;margin:18px 0!important;padding:15px 18px!important;display:flex!important}.yn-country-trust-strip strong{color:#0f172a!important}.yn-country-trust-strip span{font-size:.88rem!important;font-weight:800!important}.yn-home-blog-section{border-top:4px solid #7c3aed!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section){border-top:4px solid #0ea5e9!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-home-news-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card{grid-template-rows:auto 1fr!important;min-width:0!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-image{aspect-ratio:16/9!important;max-height:170px!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-body{gap:7px!important;padding:14px!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-body h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:1rem!important;line-height:1.28!important;display:-webkit-box!important;overflow:hidden!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-body p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:.86rem!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-body time{padding:4px 8px!important;font-size:.7rem!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-read{color:#0369a1!important;background:#eff6ff!important;border-color:#bfdbfe!important;min-height:31px!important;padding:0 10px!important;font-size:.76rem!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card:hover{border-color:#0ea5e9!important;box-shadow:0 14px 30px #0ea5e91f!important}.yn-home-blog-section .yn-home-news-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.yn-home-blog-section .yn-blog-card{grid-template-rows:auto 1fr!important;min-width:0!important}.yn-home-blog-section .yn-blog-card .yn-news-card-image{aspect-ratio:16/9!important;max-height:170px!important}.yn-home-blog-section .yn-blog-card .yn-news-card-body{gap:7px!important;padding:14px!important}.yn-home-blog-section .yn-blog-card .yn-news-card-body h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:1rem!important;line-height:1.28!important;display:-webkit-box!important;overflow:hidden!important}.yn-home-blog-section .yn-blog-card .yn-news-card-body p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:.86rem!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.yn-home-blog-section .yn-blog-card .yn-news-card-body time{padding:4px 8px!important;font-size:.7rem!important}.yn-home-blog-section .yn-blog-card .yn-news-read{min-height:31px!important;padding:0 10px!important;font-size:.76rem!important}.yn-home-blog-section .yn-blog-card:hover{border-color:#7c3aed!important;box-shadow:0 14px 30px #7c3aed1f!important}.yn-home-blog-section .yn-news-read{color:#6d28d9!important;background:#f5f3ff!important;border-color:#ddd6fe!important}.yn-home-knowledge{background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;gap:22px!important;margin:18px 0!important;padding:clamp(22px,4vw,42px)!important;display:grid!important;box-shadow:0 10px 30px #0f172a0f!important}.yn-home-knowledge-head{max-width:850px!important}.yn-home-knowledge-head>span,.yn-home-business-cta span{color:#0f766e!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-size:.78rem!important;font-weight:950!important}.yn-home-knowledge h2{color:#0f172a!important;margin:6px 0 10px!important;font-size:clamp(1.6rem,3vw,2.45rem)!important;line-height:1.12!important}.yn-home-knowledge p{color:#64748b!important;margin:0!important;font-weight:650!important;line-height:1.65!important}.yn-home-intro-points,.yn-home-cta-points{flex-wrap:wrap!important;gap:8px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important;display:flex!important}.yn-home-intro-points li,.yn-home-cta-points li{color:#1e40af!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;align-items:center!important;gap:7px!important;min-height:35px!important;padding:7px 11px!important;font-size:.82rem!important;font-weight:850!important;display:inline-flex!important}.yn-home-intro-points li:before,.yn-home-cta-points li:before{content:"✓"!important;color:#fff!important;background:#2563eb!important;border-radius:50%!important;place-items:center!important;width:18px!important;height:18px!important;font-size:.68rem!important;font-weight:950!important;display:grid!important}.yn-home-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.yn-home-step-grid article{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:20px!important}.yn-home-step-grid b{color:#fff!important;background:#2563eb!important;border-radius:50%!important;place-items:center!important;width:34px!important;height:34px!important;margin-bottom:12px!important;display:grid!important}.yn-home-step-grid h3{color:#0f172a!important;margin:0 0 7px!important;font-size:1.05rem!important}.yn-home-step-grid ul{gap:7px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.yn-home-step-grid li{color:#64748b!important;padding-left:18px!important;font-size:.9rem!important;font-weight:700!important;line-height:1.48!important;position:relative!important}.yn-home-step-grid li:before{content:"•"!important;color:#2563eb!important;font-size:1.1rem!important;position:absolute!important;top:0!important;left:2px!important}.yn-home-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.yn-home-editorial-grid article{background:linear-gradient(#fff,#f8fafc)!important;border:1px solid #dbe4f0!important;border-radius:14px!important;align-content:start!important;gap:10px!important;padding:clamp(20px,3vw,28px)!important;display:grid!important}.yn-home-editorial-grid .yn-guide-buyers{border-top:4px solid #2563eb!important}.yn-home-editorial-grid .yn-guide-advertisers{border-top:4px solid #7c3aed!important}.yn-home-editorial-grid .yn-guide-local{border-top:4px solid #0f766e!important}.yn-home-editorial-grid .yn-guide-safety{border-top:4px solid #f97316!important}.yn-home-editorial-grid article>span,.yn-home-discovery-links>div>span{color:#2563eb!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:.75rem!important;font-weight:950!important}.yn-home-editorial-grid h3,.yn-home-discovery-links h3{color:#0f172a!important;margin:0!important;font-size:clamp(1.18rem,2vw,1.5rem)!important;line-height:1.25!important}.yn-home-editorial-grid p+p{padding-top:2px!important}.yn-check-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px 14px!important;margin:4px 0 0!important;padding:0!important;list-style:none!important;display:grid!important}.yn-check-list li{color:#475569!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:9px!important;padding:10px 10px 10px 34px!important;font-size:.86rem!important;font-weight:750!important;line-height:1.45!important;position:relative!important}.yn-check-list li:before{content:"✓"!important;color:#15803d!important;background:#dcfce7!important;border-radius:50%!important;place-items:center!important;width:17px!important;height:17px!important;font-size:.66rem!important;font-weight:950!important;display:grid!important;position:absolute!important;top:10px!important;left:10px!important}.yn-home-discovery-links{background:#f8fbff!important;border:1px solid #dbeafe!important;border-radius:14px!important;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr)!important;align-items:start!important;gap:18px!important;padding:22px!important;display:grid!important}.yn-home-city-links{background:#f4fff8!important;border-color:#bbf7d0!important}.yn-home-city-links>div>span{color:#0f766e!important}.yn-home-discovery-links>div{gap:6px!important;display:grid!important}.yn-home-discovery-links nav{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-home-discovery-links nav a{color:#1d4ed8!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:999px!important;align-items:center!important;min-height:36px!important;padding:7px 12px!important;font-size:.84rem!important;font-weight:850!important;text-decoration:none!important;display:inline-flex!important}.yn-home-discovery-links nav a:hover{border-color:#60a5fa!important;box-shadow:0 7px 16px #2563eb1a!important}.yn-home-business-cta{background:linear-gradient(135deg,#eff6ff,#ecfdf5)!important;border-radius:14px!important;justify-content:space-between!important;align-items:center!important;gap:20px!important;padding:24px!important;display:flex!important}.yn-home-business-cta h2{margin:5px 0 0!important;font-size:clamp(1.35rem,2.5vw,2rem)!important}.yn-home-business-cta .yn-home-cta-points li{color:#0f766e!important;background:#fff!important;border-color:#bbf7d0!important}.yn-home-business-cta .yn-home-cta-points li:before{background:#0f766e!important}@media (width<=760px){.yn-country-switcher{justify-content:center!important;width:100%!important;max-width:100%!important}.yn-country-switcher label{clip:rect(0,0,0,0)!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.yn-country-switcher select{width:100%!important;max-width:260px!important}.yn-home-step-grid,.yn-home-editorial-grid,.yn-home-discovery-links{grid-template-columns:1fr!important}.yn-home-business-cta{flex-direction:column!important;align-items:flex-start!important}.yn-home-business-cta .yn-blue-button{justify-content:center!important;width:100%!important}}@media (width<=1050px){.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-home-news-grid,.yn-home-blog-section .yn-home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-home-news-grid{grid-template-columns:1fr!important;padding:12px!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card{grid-template-rows:auto!important;grid-template-columns:112px minmax(0,1fr)!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-image{aspect-ratio:auto!important;height:100%!important;min-height:132px!important;max-height:none!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-body{padding:12px!important}.yn-classified-home>.yn-home-news-section:not(.yn-home-blog-section) .yn-news-card-body p{display:none!important}.yn-home-blog-section .yn-home-news-grid{grid-template-columns:1fr!important;padding:12px!important}.yn-home-blog-section .yn-blog-card{grid-template-rows:auto!important;grid-template-columns:112px minmax(0,1fr)!important}.yn-home-blog-section .yn-blog-card .yn-news-card-image{aspect-ratio:auto!important;height:100%!important;min-height:132px!important;max-height:none!important}.yn-home-blog-section .yn-blog-card .yn-news-card-body{padding:12px!important}.yn-home-blog-section .yn-blog-card .yn-news-card-body p{display:none!important}.yn-check-list{grid-template-columns:1fr!important}.yn-home-intro-points,.yn-home-cta-points{grid-template-columns:1fr!important;width:100%!important;display:grid!important}}.yn-paid-window-hidden{display:none!important}.yn-priority-gallery-featured .yn-gallery-bottom-cta:before{content:"Gallery Ads"!important}.yn-priority-gallery-promoted .yn-gallery-bottom-cta:before{content:"Premium Ads"!important}.yn-priority-gallery-sponsored .yn-gallery-bottom-cta:before{content:"Spotlight Ads"!important}.yn-classified-home .yn-priority-gallery-featured .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-top .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-ad-card{flex:0 0 100%!important;grid-template-columns:minmax(0,1fr) minmax(260px,380px)!important;min-width:100%!important;max-width:100%!important;min-height:230px!important;padding:28px 36px!important}.yn-inline-post-ad-button{text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}@media (width<=760px){.yn-classified-home .yn-priority-gallery-featured .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-top .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-promoted .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-ad-card{grid-template-columns:1fr!important;padding:18px!important}}html,body,.yn-classified-home,.yn-ad-archive-page{max-width:100%!important;overflow-x:hidden!important}.yn-priority-gallery-section,.yn-paid-flow-section{border-radius:12px!important;width:min(1180px,100% - 28px)!important;margin:14px auto!important;overflow:hidden!important}.yn-priority-gallery-head{align-items:center!important;min-height:0!important;padding:10px 16px!important}.yn-priority-gallery-head h2{font-size:1.02rem!important}.yn-priority-gallery-head p{margin-top:3px!important;font-size:.78rem!important;line-height:1.35!important}.yn-priority-gallery-head strong{padding:6px 9px!important;font-size:.7rem!important}.yn-priority-gallery-section .yn-gallery-bottom-bar{min-height:44px!important;margin:0!important;padding:8px 14px!important}.yn-priority-gallery-section .yn-gallery-bottom-cta,.yn-priority-gallery-section .yn-gallery-bottom-cta:before{font-size:.82rem!important}.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap{padding:14px 42px!important}.yn-priority-gallery-vip_lounge .yn-gallery-track{gap:14px!important;display:flex!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card{flex:0 0 148px!important;min-width:148px!important;max-width:148px!important;min-height:158px!important}.yn-priority-gallery-sponsored{background:#eff6ff!important;border:2px solid #2563eb!important;box-shadow:0 12px 28px #2563eb1f!important}.yn-priority-gallery-sponsored .yn-priority-gallery-head{background:linear-gradient(90deg,#1d4ed8,#3b82f6)!important;border:0!important}.yn-priority-gallery-sponsored .yn-priority-gallery-head span,.yn-priority-gallery-sponsored .yn-priority-gallery-head h2,.yn-priority-gallery-sponsored .yn-priority-gallery-head p{color:#fff!important}.yn-priority-gallery-sponsored .yn-priority-gallery-head strong{color:#1d4ed8!important;background:#fff!important}.yn-priority-gallery-featured .yn-gallery-track-wrap,.yn-priority-gallery-sponsored .yn-gallery-track-wrap{background:#fff!important;padding:12px!important}.yn-priority-gallery-featured .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track{scroll-snap-type:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important;overflow:hidden!important}.yn-priority-gallery-featured .yn-gallery-arrow,.yn-priority-gallery-sponsored .yn-gallery-arrow{display:none!important}.yn-classified-home .yn-priority-gallery-featured .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-ad-card,.yn-priority-gallery-featured .yn-gallery-ad-card,.yn-priority-gallery-sponsored .yn-gallery-ad-card{width:100%!important;min-width:0!important;max-width:none!important;min-height:112px!important;box-shadow:none!important;background:#f8fafc!important;border:1px solid #dbe4f0!important;border-radius:9px!important;grid-template-columns:88px minmax(0,1fr)!important;grid-template-areas:"image copy"!important;align-items:center!important;gap:10px!important;padding:10px!important;display:grid!important}.yn-priority-gallery-featured .yn-gallery-image-stack,.yn-priority-gallery-sponsored .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack{grid-area:image!important;width:88px!important;height:88px!important;min-height:88px!important;display:block!important;overflow:hidden!important}.yn-priority-gallery-featured .yn-gallery-image-stack img,.yn-priority-gallery-sponsored .yn-gallery-image-stack img,.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack img,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack img{display:none!important}.yn-priority-gallery-featured .yn-gallery-image-stack img:first-child,.yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child{object-fit:cover!important;width:88px!important;height:88px!important;box-shadow:none!important;border-radius:7px!important;margin:0!important;display:block!important}.yn-priority-gallery-featured .yn-gallery-ad-copy,.yn-priority-gallery-sponsored .yn-gallery-ad-copy{grid-area:copy!important;min-width:0!important;padding:0!important}.yn-priority-gallery-featured .yn-gallery-ad-copy h3,.yn-priority-gallery-sponsored .yn-gallery-ad-copy h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:2px 0 5px!important;font-size:.92rem!important;line-height:1.22!important;display:-webkit-box!important;overflow:hidden!important}.yn-priority-gallery-featured .yn-gallery-ad-copy p,.yn-priority-gallery-sponsored .yn-gallery-ad-copy p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:.76rem!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.yn-priority-gallery-featured .yn-gallery-ad-actions,.yn-priority-gallery-sponsored .yn-gallery-ad-actions{margin-top:6px!important}.yn-priority-gallery-featured .yn-gallery-view-button,.yn-priority-gallery-sponsored .yn-gallery-view-button{min-height:30px!important;padding:5px 9px!important;font-size:.72rem!important}.yn-paid-flow-section{background:#fff!important;border:1px solid #dbe4f0!important;box-shadow:0 8px 20px #0f172a0f!important}.yn-paid-flow-head{border-bottom:1px solid #e2e8f0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:10px 14px!important;display:flex!important}.yn-paid-flow-head span{color:#2563eb!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:.66rem!important;font-weight:950!important;display:block!important}.yn-paid-flow-head h2{color:#111827!important;margin:1px 0 0!important;font-size:1rem!important}.yn-paid-flow-head>strong{color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;padding:6px 9px!important;font-size:.7rem!important}.yn-paid-flow-section .yn-paid-placement-card{min-width:0!important;min-height:98px!important;box-shadow:none!important;border-width:1px!important;border-radius:9px!important;grid-template-columns:74px minmax(0,1fr)!important;gap:10px!important;padding:10px 38px 10px 10px!important}.yn-paid-flow-section .yn-paid-placement-thumb{border-radius:7px!important;width:74px!important;height:74px!important}.yn-paid-flow-section .yn-paid-placement-copy{min-width:0!important}.yn-paid-flow-section .yn-paid-placement-copy strong{letter-spacing:0!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:.9rem!important;line-height:1.22!important;display:-webkit-box!important;overflow:hidden!important}.yn-paid-flow-section .yn-paid-placement-copy em{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin-top:4px!important;font-size:.72rem!important;line-height:1.32!important;display:-webkit-box!important;overflow:hidden!important}.yn-paid-flow-section .yn-paid-placement-meta{gap:4px!important;margin-top:5px!important;font-size:.62rem!important}.yn-paid-flow-section .yn-paid-placement-ribbon{width:112px!important;padding:4px 0!important;font-size:.58rem!important;top:14px!important;right:-38px!important}.yn-paid-flow-top .yn-paid-placement-card{background:linear-gradient(90deg,#fff7ed,#fff)!important;border-color:#f97316!important}.yn-paid-flow-top .yn-paid-placement-ribbon{background:#f97316!important}.yn-paid-flow-promoted .yn-paid-placement-card{background:linear-gradient(90deg,#faf5ff,#fff)!important;border-color:#8b5cf6!important}.yn-paid-flow-promoted .yn-paid-placement-ribbon{background:#7c3aed!important}.yn-paid-flow-featured_standard .yn-paid-placement-card{background:linear-gradient(90deg,#f0fdf4,#fff)!important;border-color:#22c55e!important}.yn-paid-flow-featured_standard .yn-paid-placement-ribbon{background:#16a34a!important}.yn-purchase-more-panel{box-sizing:border-box!important;color:#111827!important;background:#fff!important;border:1px solid #bfdbfe!important;border-radius:12px!important;width:100%!important;padding:16px!important;box-shadow:0 8px 20px #0f172a12!important}.yn-purchase-more-panel:before{display:none!important}.yn-purchase-more-panel h2{color:#0f3f78!important;margin:4px 0 6px!important;font-size:1.15rem!important}.yn-purchase-more-panel p{color:#52647b!important;margin:0!important;font-size:.82rem!important;line-height:1.45!important}.yn-purchase-more-panel>div>span{color:#2563eb!important}.yn-purchase-more-panel .yn-purchase-price{align-items:baseline!important;gap:7px!important;display:flex!important}.yn-purchase-more-panel .yn-purchase-price strong{color:#111827!important;font-size:1.05rem!important}.yn-purchase-more-panel .yn-purchase-price small{color:#64748b!important;font-weight:850!important}.yn-purchase-more-panel .yn-payment-box{color:#111827!important;background:#f8fafc!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0!important;padding:10px!important;display:grid!important}.yn-purchase-more-panel .yn-payment-qr{width:110px!important;height:110px!important}.yn-purchase-more-panel .yn-payment-copy{min-width:0!important}.yn-purchase-more-panel .yn-payment-copy>strong{color:#111827!important;font-size:.82rem!important}.yn-purchase-more-panel .yn-payment-copy p{color:#475569!important;overflow-wrap:anywhere!important;font-size:.72rem!important}.yn-purchase-more-panel .yn-payment-copy a{max-width:100%!important;box-shadow:none!important;overflow-wrap:anywhere!important;background:0 0!important;padding:0!important;font-size:.72rem!important;display:block!important}@media (width<=900px){.yn-priority-gallery-featured .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track,.yn-paid-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=580px){.yn-priority-gallery-featured .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track,.yn-paid-flow-grid{grid-template-columns:1fr!important}.yn-priority-gallery-head p{display:none!important}.yn-priority-gallery-section,.yn-paid-flow-section{width:calc(100% - 16px)!important}}.yn-priority-gallery-section,.yn-paid-flow-section{box-sizing:border-box!important}.yn-priority-gallery-head{min-height:44px!important;padding:8px 13px!important;display:flex!important}.yn-priority-gallery-head>div{align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important}.yn-priority-gallery-head h2{white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;overflow:hidden!important}.yn-priority-gallery-head p{display:none!important}.yn-priority-gallery-head>strong{flex:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-track-wrap,.yn-priority-gallery-sponsored .yn-gallery-track-wrap,.yn-priority-gallery-featured .yn-gallery-track-wrap{background:#fff!important;padding:12px!important}.yn-priority-gallery-vip_lounge .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track,.yn-priority-gallery-featured .yn-gallery-track{scroll-snap-type:none!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:10px!important;padding:0!important;display:grid!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-arrow,.yn-priority-gallery-sponsored .yn-gallery-arrow,.yn-priority-gallery-featured .yn-gallery-arrow{display:none!important}.yn-classified-home .yn-priority-gallery-vip_lounge .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-ad-card,.yn-classified-home .yn-priority-gallery-featured .yn-gallery-ad-card,.yn-priority-gallery-vip_lounge .yn-gallery-ad-card,.yn-priority-gallery-sponsored .yn-gallery-ad-card,.yn-priority-gallery-featured .yn-gallery-ad-card{width:100%!important;min-width:0!important;max-width:none!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:9px!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;padding:8px!important;display:flex!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-card:before,.yn-priority-gallery-vip_lounge .yn-gallery-ad-card:after,.yn-priority-gallery-sponsored .yn-gallery-ad-card:before,.yn-priority-gallery-sponsored .yn-gallery-ad-card:after,.yn-priority-gallery-featured .yn-gallery-ad-card:before,.yn-priority-gallery-featured .yn-gallery-ad-card:after{content:none!important;display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack,.yn-priority-gallery-sponsored .yn-gallery-image-stack,.yn-priority-gallery-featured .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-vip_lounge .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack,.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack{background:#f1f5f9!important;order:1!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;display:block!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img,.yn-priority-gallery-sponsored .yn-gallery-image-stack img,.yn-priority-gallery-featured .yn-gallery-image-stack img{display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child,.yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child,.yn-priority-gallery-featured .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-sponsored .yn-gallery-image-stack img:first-child,.yn-classified-home .yn-priority-gallery-featured .yn-gallery-image-stack img:first-child{aspect-ratio:4/3!important;object-fit:cover!important;width:100%!important;height:auto!important;box-shadow:none!important;border:0!important;border-radius:7px!important;margin:0!important;display:block!important;transform:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-image-stack img:first-child{aspect-ratio:1!important;border:3px solid #d2a52b!important;border-radius:50%!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy,.yn-priority-gallery-sponsored .yn-gallery-ad-copy,.yn-priority-gallery-featured .yn-gallery-ad-copy{color:#0f172a!important;background:0 0!important;order:2!important;min-width:0!important;min-height:0!important;padding:0!important;display:block!important}.yn-priority-gallery-vip_lounge .yn-gallery-kicker,.yn-priority-gallery-sponsored .yn-gallery-kicker,.yn-priority-gallery-featured .yn-gallery-kicker,.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy p,.yn-priority-gallery-sponsored .yn-gallery-ad-copy p,.yn-priority-gallery-featured .yn-gallery-ad-copy p,.yn-priority-gallery-vip_lounge .yn-gallery-ad-actions,.yn-priority-gallery-sponsored .yn-gallery-ad-actions,.yn-priority-gallery-featured .yn-gallery-ad-actions{display:none!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3,.yn-priority-gallery-sponsored .yn-gallery-ad-copy h3,.yn-priority-gallery-featured .yn-gallery-ad-copy h3{color:#0f172a!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:.78rem!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.yn-priority-gallery-vip_lounge .yn-gallery-ad-copy h3 a,.yn-priority-gallery-sponsored .yn-gallery-ad-copy h3 a,.yn-priority-gallery-featured .yn-gallery-ad-copy h3 a{color:inherit!important;text-decoration:none!important}.yn-paid-flow-grid{grid-template-columns:1fr!important;gap:7px!important;padding:10px!important;display:grid!important}.yn-paid-flow-section .yn-paid-placement-card{grid-template-columns:132px minmax(0,1fr)!important;gap:13px!important;width:100%!important;min-height:104px!important;padding:9px 48px 9px 9px!important;display:grid!important}.yn-paid-flow-section .yn-paid-placement-thumb{width:132px!important;height:96px!important}.yn-paid-flow-section .yn-paid-placement-copy strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.96rem!important;display:block!important}.yn-paid-flow-section .yn-paid-placement-copy em{-webkit-line-clamp:2!important}.yn-paid-flow-section .yn-paid-placement-meta{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.yn-paid-flow-section .yn-paid-placement-meta b:nth-child(2){display:inline!important}@media (width<=800px){.yn-priority-gallery-vip_lounge .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track,.yn-priority-gallery-featured .yn-gallery-track{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=520px){.yn-priority-gallery-vip_lounge .yn-gallery-track,.yn-priority-gallery-sponsored .yn-gallery-track,.yn-priority-gallery-featured .yn-gallery-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yn-priority-gallery-head>div{display:block!important}.yn-priority-gallery-head span{font-size:.62rem!important}.yn-priority-gallery-head h2{font-size:.88rem!important}.yn-paid-flow-section .yn-paid-placement-card{grid-template-columns:88px minmax(0,1fr)!important;gap:9px!important;padding-right:38px!important}.yn-paid-flow-section .yn-paid-placement-thumb{width:88px!important;height:82px!important}.yn-paid-flow-section .yn-paid-placement-copy strong{font-size:.82rem!important}.yn-paid-flow-section .yn-paid-placement-copy em{font-size:.68rem!important}}.yn-corporate-contact-strip a,.yn-whatsapp-pill{color:#fff!important;background:#087f4f!important}.yn-site-actions .yn-primary-button,.yn-create-ad-button,.yn-primary-button,.yn-blue-button,.yn-inline-post-ad-button{color:#fff!important;background:#075eb8!important}.yn-paid-placement-ribbon,.yn-paid-placement-card-top .yn-paid-placement-ribbon{color:#fff!important;background:#b54708!important}.yn-site-footer-rich{color:#e2e8f0!important;background:#0f172a!important}.yn-site-footer-rich h2,.yn-site-footer-rich strong{color:#fff!important}.yn-site-footer-rich p,.yn-site-footer-rich span{color:#dbeafe!important}.yn-site-footer-rich a{color:#f8fafc!important}.yn-footer-bottom,.yn-footer-bottom a{color:#e2e8f0!important}.yn-news-card h3 a,.yn-news-read,.yn-discovery-nav a,.yn-site-footer-rich a,.yn-footer-socials a{align-items:center!important;min-height:44px!important;display:inline-flex!important}.yn-news-read{padding:10px 12px!important}.yn-discovery-nav a{padding-top:10px!important;padding-bottom:10px!important}.yn-footer-column a{width:100%!important;padding:8px 0!important}.yn-footer-socials a{justify-content:center!important;min-width:44px!important}.yn-faq-item summary,.yn-home-faq-item summary{cursor:pointer!important;align-items:center!important;min-height:48px!important;padding-top:10px!important;padding-bottom:10px!important;display:flex!important}@media (width<=720px){button,input[type=submit],input[type=button],.yn-soft-button,.yn-primary-button{min-height:44px!important}}