:root{--accent:#7c3aed;--accent-dark:#5b21b6;--bg:#f8fafc;--card:#ffffff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#faf5ff;--shadow:0 8px 24px rgba(0,0,0,.06);--radius:16px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--site-font,Tahoma,Arial,sans-serif);background:var(--bg);color:var(--text);direction:rtl;line-height:1.8}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 28px));margin-inline:auto}.site-topbar{background:var(--accent);color:#fff;font-size:14px;border-bottom:1px solid rgba(255,255,255,.18)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:46px}.topbar-nav .menu{display:flex;gap:18px;flex-wrap:wrap}.topbar-nav a{display:block;padding:10px 0;color:#fff}.topbar-note{opacity:.95}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-inner{display:grid;grid-template-columns:260px 1fr 52px;align-items:center;gap:18px;min-height:80px}.brand-wrap{min-width:0}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:44px;height:44px;border-radius:12px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:17px}.brand-copy{min-width:0}.brand-title{font-size:30px;font-weight:800;line-height:1.1}.brand-tagline{display:none}.custom-logo-link img{max-height:60px;width:auto}.primary-nav{min-width:0}.primary-nav>ul{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}.primary-nav li{position:relative}.primary-nav>ul>li>a{display:flex;align-items:center;gap:6px;min-height:88px;font-size:17px;font-weight:700;color:var(--text)}.primary-nav>ul>li.current-menu-item>a,.primary-nav>ul>li>a:hover{color:var(--accent-dark)}.primary-nav>ul>li.menu-item-has-children>a::after{content:"";width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);margin-top:-4px}.primary-nav .sub-menu{position:absolute;top:100%;right:0;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease}.primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.primary-nav .sub-menu a{display:block;padding:10px 12px;border-radius:10px}.primary-nav .sub-menu a:hover{background:var(--soft);color:var(--accent-dark)}.header-actions{display:flex;justify-content:flex-start}.icon-btn,.menu-toggle{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:#4b5563;cursor:pointer}.icon-btn:hover,.menu-toggle:hover{background:var(--soft);color:var(--accent-dark)}.mobile-bar{display:none}.hero{padding:22px 0 10px}.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-pad{padding:18px}.hero-main{min-height:320px;position:relative;display:flex;align-items:flex-end;background:rgba(18,24,38,.08),#ddd}.hero-main .content{padding:26px;color:#fff}.badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.25);padding:7px 12px;border-radius:999px;font-size:13px}.hero-title{font-size:34px;line-height:1.35;margin:12px 0 8px;font-weight:800}.hero-excerpt{margin:0;color:#eef2ff}.hero-side{display:grid;gap:16px}.side-list .section-title{margin-bottom:14px}.section{padding:12px 0 20px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title{display:flex;align-items:center;gap:10px;margin:0;font-size:24px;font-weight:800}.section-title::before{content:"";width:10px;height:26px;border-radius:999px;background:var(--accent)}.section-link{color:var(--accent-dark);font-weight:700}.quick-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.quick-cat{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px;text-align:center;font-weight:700}.quick-cat small{display:block;color:var(--muted);font-weight:400;margin-top:4px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-card .thumb{aspect-ratio:16/9;background:#d7dbe4}.post-card .body{padding:16px}.post-meta{color:var(--muted);font-size:13px;display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}.post-title{font-size:20px;line-height:1.55;margin:0 0 10px;font-weight:800}.post-excerpt{margin:0;color:#465063;font-size:15px}.layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.sidebar{display:grid;gap:18px}.widget{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.widget-title{margin:0;padding:18px 18px 0;font-size:20px;font-weight:800}.widget-body{padding:18px}.widget-list li+li{border-top:1px solid var(--line)}.widget-list a{display:flex;justify-content:space-between;gap:12px;padding:12px 0}.widget-list .count{color:var(--muted)}.site-footer{margin-top:36px;background:#fff;color:var(--text);border-top:2px solid var(--elx-footer-divider,var(--line));padding:34px 0 16px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:24px;align-items:start}.footer-brand .brand-title{font-size:26px}.footer-title{font-size:18px;font-weight:800;margin:0 0 12px}.footer-text{color:var(--muted);margin:0}.footer-menu li+li{margin-top:8px}.footer-menu a{color:#374151}.footer-menu a:hover{color:var(--accent-dark)}.footer-bottom{border-top:2px solid var(--elx-footer-divider,var(--line));margin-top:24px;padding-top:14px;color:var(--muted);font-size:14px;text-align:center}.archive-head,.single-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.archive-head{padding:22px;margin:22px 0 18px}.archive-title{margin:0 0 8px;font-size:28px;font-weight:800}.archive-desc{margin:0;color:var(--muted)}.single-card{padding:22px;margin-top:22px}.single-title{font-size:34px;line-height:1.45;margin:0 0 12px;font-weight:900}.single-thumb{aspect-ratio:16/8;border-radius:20px;background:#d7dbe4;margin:18px 0}.entry-content p{margin:0 0 16px}.search-form{display:flex;gap:10px}.search-form input[type="search"]{width:100%;border:1px solid var(--line);border-radius:14px;min-height:48px;padding:0 14px}.search-form button{border:none;background:var(--accent);color:#fff;border-radius:14px;padding:0 18px;min-width:90px;cursor:pointer}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.desktop-header-style-2-top-inner{grid-template-columns:1fr;justify-items:center;gap:14px}.desktop-header-style-2-brand{justify-self:center}.desktop-header-style-2-center,.desktop-header-style-2-tools{width:100%;justify-content:center}.desktop-header-style-2-pages,.desktop-header-style-2-pages .menu{flex-wrap:wrap}.header-inner{grid-template-columns:1fr 44px}.primary-nav{display:none}.mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:74px}.topbar-note{display:none}.mobile-panel{display:none;padding:14px 0 20px;border-top:1px solid var(--line)}.mobile-panel.open{display:block}.mobile-panel .menu{display:grid;gap:8px}.mobile-panel a{display:block;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px}.hero-grid,.layout,.footer-grid,.posts-grid,.quick-cats{grid-template-columns:1fr 1fr}}@media(max-width:720px){.topbar-inner{justify-content:center}.header-inner{grid-template-columns:1fr auto;min-height:78px}.brand-title{font-size:22px}.hero-grid,.layout,.footer-grid,.posts-grid,.quick-cats{grid-template-columns:1fr}.hero-title,.single-title{font-size:28px}.section-title{font-size:22px}}@media(max-width:1100px){.header-inner{display:none !important}.mobile-bar{display:grid !important;grid-template-columns:44px 1fr 44px;align-items:center;gap:14px;min-height:86px}.mobile-bar .brand-wrap{display:flex;justify-content:center;min-width:0}.mobile-bar .brand{justify-content:center}.mobile-bar .custom-logo-link img{max-height:56px;width:auto;margin-inline:auto}.mobile-bar .brand-copy{display:none}.mobile-bar .menu-toggle{justify-self:end;color:var(--accent-dark)}.mobile-bar .mobile-actions{justify-self:start;display:flex;align-items:center;gap:8px}.mobile-bar .mobile-search-btn{justify-self:start}.mobile-bar .mobile-dark-btn{width:40px;height:40px;min-width:40px}.site-topbar .topbar-nav .menu{justify-content:center}}@media(min-width:1101px){.mobile-bar,.mobile-panel,.floating-tools{display:none !important}}.search-drawer-overlay{position:fixed;inset:0;background:rgba(8,15,31,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:70;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.search-drawer{position:fixed;top:84px;left:50%;transform:translateX(-50%)translateY(-12px)scale(.98);width:min(760px,calc(100% - 24px));background:#ffffff;border:1px solid rgba(203,213,225,.9);border-radius:24px;box-shadow:0 30px 80px rgba(15,23,42,.20);padding:24px;z-index:71;opacity:0;visibility:hidden;transition:transform .24s ease,opacity .24s ease,visibility .24s ease}.search-drawer.open,.search-drawer-overlay.open{opacity:1;visibility:visible}.search-drawer.open{transform:translateX(-50%)translateY(0)scale(1)}.search-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.search-drawer-heading{display:flex;align-items:flex-start;gap:14px}.search-drawer-badge{width:48px;height:48px;min-width:48px;border-radius:16px;display:grid;place-items:center;background:rgba(25,183,174,.14);color:var(--accent-dark);border:1px solid rgba(25,183,174,.16)}.search-drawer-badge svg{width:24px;height:24px}.search-drawer-title{margin:0;font-size:22px;font-weight:800;color:#0f172a}.search-drawer-subtitle{margin:6px 0 0;font-size:14px;line-height:1.8;color:#64748b}.search-drawer-close{width:42px;height:42px;border:none;border-radius:14px;background:#f3f6fb;color:#475569;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.search-drawer-close:hover{background:#e8edf6;color:#0f172a;transform:translateY(-1px)}.search-drawer-body{padding-top:2px}.search-drawer .search-form{display:grid;grid-template-columns:1fr auto;gap:12px}.search-drawer .search-form input[type="search"]{min-height:56px;border-radius:18px;border:1px solid #d6deea;background:#fff;box-shadow:inset 0 1px 2px rgba(15,23,42,.03);padding:0 18px;font-size:16px}.search-drawer .search-form input[type="search"]:focus{outline:none;border-color:rgba(25,183,174,.65);box-shadow:0 0 0 4px rgba(25,183,174,.10)}.search-drawer .search-form button{min-width:120px;min-height:56px;border:none;border-radius:18px;padding:0 22px;background:var(--accent);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 14px 30px rgba(25,183,174,.20);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.search-drawer .search-form button:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(25,183,174,.25);filter:brightness(1.02)}.footer-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.footer-social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f3f4f6;border:1px solid var(--line);color:#1f2937}.footer-social a:hover{color:var(--accent-dark);background:var(--soft)}@media(max-width:1100px){.mobile-header-only{position:relative;width:100%;background:var(--elx-mobile-header-bg)!important;border-bottom:1px solid var(--line)}.mobile-header-only.is-mobile-sticky{position:sticky !important;top:0;z-index:120}.mobile-bar,.mobile-panel{background:var(--elx-mobile-header-bg)!important}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle{background:rgba(255,255,255,.92)}}.floating-tools{position:fixed;right:16px;bottom:92px;display:grid;gap:12px;z-index:65}.floating-btn{width:58px;height:58px;border:none;border-radius:50%;background:#fff;box-shadow:0 10px 22px rgba(0,0,0,.12);color:var(--accent-dark);display:grid;place-items:center;cursor:pointer}.floating-btn.secondary{background:#f8fafc}.dark-mode{--bg:#0b1220;--card:#111827;--text:#f3f4f6;--muted:#cbd5e1;--line:#1f2937;--soft:#0f172a}.dark-mode .site-header,.dark-mode .site-topbar,.dark-mode .site-footer,.dark-mode .widget,.dark-mode .card,.dark-mode .archive-head,.dark-mode .single-card,.dark-mode .search-drawer{box-shadow:none}.dark-mode .site-footer{background:#0b1220;color:#f3f4f6}.dark-mode .footer-menu a,.dark-mode .footer-text,.dark-mode .footer-bottom{color:#cbd5e1}.dark-mode .icon-btn,.dark-mode .menu-toggle,.dark-mode .floating-btn,.dark-mode .search-drawer-close,.dark-mode .footer-social a{background:#111827;color:#e5e7eb;border-color:#243041}@media(max-width:1100px){.site-topbar{display:none !important}.mobile-bar{display:grid !important;grid-template-columns:44px 1fr 44px;grid-template-areas:"search logo menu";align-items:center;gap:14px;min-height:90px;direction:ltr}.mobile-search-btn{grid-area:search;justify-self:start}.mobile-bar .brand-wrap{grid-area:logo;display:flex;justify-content:center;min-width:0}.mobile-bar .menu-toggle{grid-area:menu;justify-self:end}.mobile-bar .brand{justify-content:center}.mobile-bar .brand-copy{display:none !important}.mobile-bar .custom-logo-link img{max-height:56px;width:auto;margin-inline:auto}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle{width:50px;height:50px;border-radius:14px;background:rgba(255,255,255,.92);color:var(--accent-dark);border:1px solid #d9ebe8;box-shadow:0 8px 20px rgba(15,159,151,.12)}.mobile-panel{padding-top:12px}}.floating-tools{position:fixed;right:16px;bottom:88px;display:grid;gap:12px;z-index:65}.floating-btn{width:56px;height:56px;border:none;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(15,159,151,.16);color:var(--accent-dark);display:grid;place-items:center;cursor:pointer;border:1px solid #d9ebe8;font-size:24px}.floating-btn:hover{transform:translateY(-1px)}.floating-btn.secondary{background:#f8fffe}.dark-mode .floating-btn{background:#0f1f39;color:#fff;border-color:#17345f;box-shadow:0 10px 24px rgba(0,0,0,.22)}.floating-tools{right:14px;bottom:92px;gap:14px}.floating-btn{width:64px;height:64px;border-radius:50%;background:#ffffff;color:var(--accent-dark);border:2px solid rgba(25,183,174,.22);box-shadow:0 12px 28px rgba(15,159,151,.16);font-size:28px}.floating-btn.secondary{background:#ffffff}.floating-btn svg{width:28px;height:28px}.dark-mode{--bg:#0d2342;--card:#102749;--text:#d9e2ef;--muted:#aeb9cb;--line:#17345f;--soft:#112a50}.dark-mode body,body.dark-mode{background:#0d2342;color:#d9e2ef}.dark-mode .site-main,body.dark-mode .site-main{background:#0d2342}.dark-mode .card,.dark-mode .widget,.dark-mode .archive-head,.dark-mode .single-card,.dark-mode .search-drawer,body.dark-mode .card,body.dark-mode .widget,body.dark-mode .archive-head,body.dark-mode .single-card,body.dark-mode .search-drawer{background:#102749 !important;border-color:#17345f !important;color:#d9e2ef !important}.dark-mode .post-title,.dark-mode .archive-title,.dark-mode .single-title,.dark-mode .section-title,.dark-mode .widget-title,.dark-mode .entry-content,.dark-mode .post-excerpt,.dark-mode .archive-desc,.dark-mode .post-meta,.dark-mode .widget-list a,.dark-mode .footer-title,.dark-mode .footer-text,.dark-mode .footer-menu a,.dark-mode .footer-bottom,body.dark-mode .post-title,body.dark-mode .archive-title,body.dark-mode .single-title,body.dark-mode .section-title,body.dark-mode .widget-title,body.dark-mode .entry-content,body.dark-mode .post-excerpt,body.dark-mode .archive-desc,body.dark-mode .post-meta,body.dark-mode .widget-list a,body.dark-mode .footer-title,body.dark-mode .footer-text,body.dark-mode .footer-menu a,body.dark-mode .footer-bottom{color:#d9e2ef !important}.dark-mode .hero-main,body.dark-mode .hero-main{background:#18355f !important}.dark-mode .icon-btn,.dark-mode .menu-toggle,body.dark-mode .icon-btn,body.dark-mode .menu-toggle{background:#102749;color:#d9e2ef;border-color:#17345f}.dark-mode .floating-btn,body.dark-mode .floating-btn{background:#102749;color:#19b7ae;border:2px solid #1b4b7a;box-shadow:0 12px 28px rgba(0,0,0,.22)}.dark-mode .floating-btn.secondary,body.dark-mode .floating-btn.secondary{background:#102749}.post-card .thumb,.single-thumb,.hero-main,.card.post-card .thumb img,.single-thumb img{border-radius:28px !important;overflow:hidden}.post-card .thumb,.single-thumb{background-clip:padding-box}.floating-tools{right:14px;bottom:92px;gap:14px}.floating-btn{width:62px;height:62px;border-radius:50% !important;background:#0b1f44 !important;color:#ffffff !important;border:2px solid rgba(255,255,255,.08)!important;box-shadow:0 12px 26px rgba(2,8,23,.26)!important;font-size:28px}.floating-btn.secondary{background:#0b1f44 !important;color:#ffffff !important}.floating-btn:hover{transform:translateY(-1px)}.dark-mode .floating-btn,body.dark-mode .floating-btn{background:#0b1f44 !important;color:#ffffff !important;border:2px solid rgba(255,255,255,.08)!important;box-shadow:0 12px 26px rgba(2,8,23,.26)!important}@media(max-width:1100px){.site-header{width:100%}.mobile-bar{width:100%;max-width:none;margin:0 auto;padding-inline:16px;background:var(--elx-mobile-header-bg)!important;border-bottom:1px solid var(--line)}.site-main{width:100%;overflow-x:hidden}.layout{grid-template-columns:1fr !important;gap:18px}.sidebar{order:2}.single-card,.archive-head,.card,.widget{width:100%;max-width:100%}.single-card{margin-top:16px;padding:16px;border-radius:20px}.single-title{font-size:22px;line-height:1.8;margin-bottom:12px}.single-thumb{margin:14px 0;border-radius:26px !important;overflow:hidden}.single-thumb img{width:100%;display:block;border-radius:26px !important}.entry-content,.entry-content p{font-size:18px;line-height:2.05;word-break:break-word}.post-meta{font-size:14px;gap:8px}}.floating-tools{position:fixed;right:14px;bottom:96px;display:flex;flex-direction:column;gap:12px;z-index:90}.floating-btn{width:58px !important;height:58px !important;border-radius:20px !important;background:#ffffff !important;color:var(--accent-dark)!important;border:1px solid rgba(25,183,174,.18)!important;box-shadow:0 10px 24px rgba(15,159,151,.16)!important;display:grid !important;place-items:center !important;font-size:24px !important}.floating-btn.secondary{background:#f8fffe !important}.floating-btn:hover{transform:translateY(-1px)}.dark-mode .floating-btn,body.dark-mode .floating-btn{background:#123058 !important;color:#dff7f4 !important;border:1px solid rgba(94,186,178,.25)!important;box-shadow:0 10px 24px rgba(0,0,0,.22)!important}.dark-mode .floating-btn.secondary,body.dark-mode .floating-btn.secondary{background:#173a68 !important}.floating-tools{position:fixed;right:14px;bottom:96px;display:flex;flex-direction:column;gap:14px;z-index:90}.floating-btn{width:62px !important;height:62px !important;border-radius:50% !important;background:#17345f !important;color:#ffffff !important;border:2px solid rgba(255,255,255,.08)!important;box-shadow:0 14px 28px rgba(2,8,23,.28)!important;display:grid !important;place-items:center !important;font-size:28px !important}.floating-btn.secondary{background:#17345f !important}.floating-btn:hover{transform:translateY(-1px)}.dark-mode .floating-btn,body.dark-mode .floating-btn{background:#17345f !important;color:#ffffff !important;border:2px solid rgba(255,255,255,.08)!important;box-shadow:0 14px 28px rgba(2,8,23,.28)!important}.dark-mode .floating-btn.secondary,body.dark-mode .floating-btn.secondary{background:#17345f !important}.floating-tools{position:fixed;right:14px;bottom:96px;display:flex;flex-direction:column;gap:12px;z-index:90}.floating-btn{width:64px !important;height:108px !important;border-radius:28px !important;background:#17345f !important;color:#ffffff !important;border:2px solid rgba(255,255,255,.08)!important;box-shadow:0 14px 28px rgba(2,8,23,.28)!important;display:grid !important;place-items:center !important;font-size:30px !important}.floating-btn.secondary{background:#17345f !important}.dark-mode .floating-btn,body.dark-mode .floating-btn{background:#17345f !important;color:#ffffff !important;border:2px solid rgba(255,255,255,.08)!important;box-shadow:0 14px 28px rgba(2,8,23,.28)!important}.dark-mode .floating-btn.secondary,body.dark-mode .floating-btn.secondary{background:#17345f !important}.home-rb{padding:22px 0 12px}.home-rb-hero{display:grid;grid-template-columns:minmax(0,1.5fr)minmax(0,.9fr);gap:22px;align-items:stretch}.home-rb-main{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.home-rb-main-stage{position:relative;min-height:470px;background:#d8e3ea}.home-rb-main-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-rb-main-overlay{position:relative;z-index:2;min-height:470px;display:flex;align-items:flex-end;padding:28px;background:rgba(0,0,0,.55)}.home-rb-main-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:999px;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);font-size:13px}.home-rb-main-title{margin:14px 0 10px;font-size:40px;line-height:1.42;font-weight:900;color:#fff}.home-rb-main-excerpt{margin:0;color:#eef6fb;font-size:15px;line-height:1.95;max-width:92%}.home-rb-mini-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:14px;background:#fff}.home-rb-mini-card{background:#fafbfc;border:1px solid #edf0f2;border-radius:22px;padding:10px;display:grid;grid-template-columns:92px 1fr;gap:10px;align-items:center}.home-rb-mini-thumb{width:92px;aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:#dae2ea}.home-rb-mini-thumb img{width:100%;height:100%;object-fit:cover}.home-rb-mini-meta{color:var(--muted);font-size:12px;margin-bottom:4px}.home-rb-mini-title{margin:0;font-size:14px;line-height:1.7;font-weight:800}.home-rb-side{display:grid;gap:18px}.home-rb-panel{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.home-rb-panel-pad{padding:18px}.home-rb-heading{margin:0 0 14px;font-size:22px;font-weight:900;display:flex;align-items:center;gap:10px}.home-rb-heading::before{content:"";width:10px;height:24px;border-radius:999px;background:var(--accent)}.home-rb-side-list{display:grid;gap:12px}.home-rb-side-item{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:center}.home-rb-side-thumb{aspect-ratio:16/11;border-radius:18px;overflow:hidden;background:#d7dbe4}.home-rb-side-thumb img{width:100%;height:100%;object-fit:cover}.home-rb-side-title{margin:0;font-size:16px;line-height:1.7;font-weight:800}.home-rb-side-meta{color:var(--muted);font-size:12px;margin-bottom:4px}.home-rb-cats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.home-rb-cat{display:block;padding:16px;border-radius:20px;background:#f8fafb;border:1px solid #edf0f2;text-align:center}.home-rb-cat:hover{background:#f3fbfa;border-color:#d5eeea}.home-rb-cat strong{display:block;font-size:15px;line-height:1.5}.home-rb-cat span{display:block;margin-top:6px;color:var(--muted);font-size:12px}.home-rb-section{margin-top:26px}.home-rb-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.home-rb-section-title{margin:0;font-size:26px;font-weight:900;display:flex;align-items:center;gap:10px}.home-rb-section-title::before{content:"";width:10px;height:28px;border-radius:999px;background:var(--accent)}.home-rb-section-link{color:var(--accent-dark);font-weight:800;font-size:15px}.home-rb-feature-grid{display:grid;grid-template-columns:minmax(0,1.15fr)minmax(0,1fr);gap:18px}.home-rb-feature{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.home-rb-feature-thumb{aspect-ratio:16/10;background:#d7dbe4;overflow:hidden}.home-rb-feature-thumb img{width:100%;height:100%;object-fit:cover}.home-rb-feature-body{padding:18px}.home-rb-feature-meta{color:var(--muted);font-size:12px;margin-bottom:8px}.home-rb-feature-title{margin:0 0 8px;font-size:24px;line-height:1.65;font-weight:900}.home-rb-feature-excerpt{margin:0;color:#4b5563;font-size:15px}.home-rb-list-grid{display:grid;gap:14px}.home-rb-list-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:12px;display:grid;grid-template-columns:118px 1fr;gap:12px;align-items:center}.home-rb-list-thumb{aspect-ratio:16/11;border-radius:18px;overflow:hidden;background:#d7dbe4}.home-rb-list-thumb img{width:100%;height:100%;object-fit:cover}.home-rb-list-title{margin:0;font-size:16px;line-height:1.7;font-weight:800}.home-rb-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-rb-post{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.home-rb-post-thumb{aspect-ratio:16/10;margin:14px 14px 0;border-radius:24px;overflow:hidden;background:#d7dbe4}.home-rb-post-thumb img{width:100%;height:100%;object-fit:cover}.home-rb-post-body{padding:14px 16px 18px}.home-rb-post-meta{color:var(--muted);font-size:12px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.home-rb-post-title{margin:0 0 8px;font-size:18px;line-height:1.7;font-weight:900}.home-rb-post-excerpt{margin:0;color:#4b5563;font-size:14px}@media(max-width:1100px){.home-rb-hero,.home-rb-feature-grid,.home-rb-post-grid,.home-rb-mini-row{grid-template-columns:1fr 1fr}.home-rb-main-title{font-size:31px}}@media(max-width:720px){.home-rb-hero,.home-rb-feature-grid,.home-rb-post-grid,.home-rb-mini-row,.home-rb-cats{grid-template-columns:1fr}.home-rb-main-stage,.home-rb-main-overlay{min-height:320px}.home-rb-main-overlay{padding:20px}.home-rb-main-title{font-size:24px}.home-rb-mini-card,.home-rb-side-item,.home-rb-list-card{grid-template-columns:92px 1fr}.home-rb-mini-thumb{width:92px}}.desktop-header{display:block;background:#fff;border-bottom:1px solid var(--line)}.desktop-header-top{border-bottom:1px solid var(--line);background:#fff}.desktop-header-top-inner{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px}.desktop-top-pages .menu{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.desktop-top-pages a{display:block;color:#111;font-size:16px;font-weight:700}.desktop-top-right{display:flex;align-items:center;gap:18px}.desktop-top-right a,.desktop-search-btn{color:#7b7b7b;background:none;border:none;padding:0;width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.desktop-top-right a:hover,.desktop-search-btn:hover{color:var(--accent-dark)}.desktop-header-middle{background:#fff}.desktop-header-middle-inner{min-height:150px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line)}.desktop-logo-wrap{display:flex;align-items:center;justify-content:center}.desktop-logo-wrap .brand{justify-content:center}.desktop-logo-wrap .brand-copy{display:none}.desktop-logo-wrap .custom-logo-link img{max-height:84px;width:auto;margin-inline:auto}.desktop-header-bottom{background:#fff}.desktop-header-bottom-inner{min-height:84px;display:flex;align-items:center;justify-content:center}.desktop-main-nav .menu{display:flex;align-items:center;justify-content:center;gap:42px;flex-wrap:wrap}.desktop-main-nav li{position:relative}.desktop-main-nav .menu>li>a{display:flex;align-items:center;min-height:40px;color:#111;font-size:18px;font-weight:800}.desktop-main-nav .menu>li.menu-item-has-children>a::after{content:"";width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);margin-inline-start:8px;margin-top:-4px}.desktop-main-nav .sub-menu{position:absolute;top:100%;right:0;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:30}.desktop-main-nav li:hover>.sub-menu,.desktop-main-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.desktop-main-nav .sub-menu a{display:block;padding:10px 12px;border-radius:10px}.desktop-main-nav .sub-menu a:hover{background:var(--soft);color:var(--accent-dark)}.mobile-header-only{display:none}.site-topbar{display:none !important}@media(max-width:1100px){.desktop-header{display:none !important}.mobile-header-only{display:block !important}}.desktop-header-top{background:var(--accent)!important;border-bottom:0 !important}.desktop-header-top-inner{min-height:56px !important;direction:ltr}.desktop-top-pages{direction:rtl}.desktop-top-pages .menu{gap:24px !important}.desktop-top-pages a{color:#ffffff !important;font-size:15px !important;font-weight:700 !important}.desktop-top-right{gap:16px !important}.desktop-top-right a{color:#ffffff !important;opacity:.92}.desktop-top-right a:hover{opacity:1}.desktop-search-btn{width:34px !important;height:34px !important;border-radius:10px !important;background:rgba(255,255,255,.14)!important;color:#ffffff !important;border:1px solid rgba(255,255,255,.22)!important;padding:0 !important}.desktop-search-btn:hover{background:rgba(255,255,255,.22)!important}.desktop-header-middle-inner{min-height:118px !important}.desktop-logo-wrap .custom-logo-link img{max-height:74px !important}.desktop-header-bottom-inner{min-height:74px !important}.desktop-main-nav .menu{gap:30px !important;flex-wrap:nowrap !important;white-space:nowrap !important;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.desktop-main-nav .menu::-webkit-scrollbar{display:none}.desktop-main-nav .menu>li>a{font-size:16px !important}.temporary-empty-page{min-height:1px}.desktop-header-top{background:var(--accent)!important;border-bottom:0 !important}.desktop-header-top-inner{min-height:46px !important}.desktop-top-pages a{color:#fff !important;font-size:14px !important;font-weight:700 !important}.desktop-top-right a,.desktop-search-btn{color:#fff !important}.desktop-search-btn{width:28px !important;height:28px !important;border-radius:8px !important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.22)!important}.desktop-header-middle-inner{min-height:92px !important}.desktop-logo-wrap .custom-logo-link img{max-height:58px !important}.desktop-header-bottom-inner{min-height:58px !important}.desktop-main-nav{width:100%}.desktop-main-nav .menu{gap:18px !important;flex-wrap:nowrap !important;justify-content:space-between !important;white-space:nowrap !important;overflow:hidden !important}.desktop-main-nav .menu>li>a{font-size:14px !important;font-weight:800 !important}.desktop-main-nav .menu>li.menu-item-has-children>a::after{width:7px !important;height:7px !important;margin-inline-start:6px !important}.elboox-home{padding:24px 0 18px}.elboox-home-wrap{display:grid;gap:26px}.elboox-section{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.elboox-section.dark{background:#111827;border-color:#1f2937}.elboox-section-head{padding:18px 18px 10px}.elboox-section-title{margin:0;font-size:24px;line-height:1.4;font-weight:900;color:#111}.elboox-section.dark .elboox-section-title{color:#fff}.elboox-section-rule{height:4px;margin:0 18px 18px;border-radius:999px;background:var(--accent)}.elboox-section.dark .elboox-section-rule{background:#ff5aad}.elboox-top-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 18px 18px}.elboox-bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:0 18px 18px}.elboox-card,.elboox-small-card{display:block;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.elboox-section.dark .elboox-card,.elboox-section.dark .elboox-small-card{background:#182235;border-color:#253247}.elboox-thumb,.elboox-small-thumb{display:block;aspect-ratio:16/10;background:#d7dbe4;overflow:hidden}.elboox-thumb img,.elboox-small-thumb img{width:100%;height:100%;object-fit:cover;display:block}.elboox-card-body{padding:12px 14px 16px}.elboox-card-title{margin:0;font-size:18px;line-height:1.8;font-weight:800;color:#111}.elboox-section.dark .elboox-card-title{color:#fff}.elboox-meta{margin:0 0 6px;color:var(--muted);font-size:12px}.elboox-section.dark .elboox-meta{color:#cbd5e1}.elboox-empty{padding:0 18px 18px;color:var(--muted);font-size:14px}.elboox-section.dark .elboox-empty{color:#cbd5e1}@media(max-width:720px){.elboox-home{padding:18px 0 12px}.elboox-section-head{padding:16px 16px 10px}.elboox-section-title{font-size:20px}.elboox-section-rule{margin:0 16px 14px}.elboox-top-grid,.elboox-bottom-grid{grid-template-columns:1fr 1fr;gap:12px;padding:0 16px 16px}.elboox-card-title{font-size:15px;line-height:1.7}}.single-clone-wrap{padding:24px 0 28px}.single-clone{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.single-clone-inner{padding:26px 28px 30px}.single-clone-cat{display:inline-flex;align-items:center;gap:8px;color:var(--accent-dark);font-size:15px;font-weight:800;margin-bottom:12px}.single-clone-title{margin:0 0 16px;font-size:40px;line-height:1.5;font-weight:900;color:#111}.single-clone-updated{color:var(--muted);font-size:14px;margin-bottom:22px}.single-author-box{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fafbfc;margin-bottom:22px}.single-author-main{display:flex;align-items:center;gap:12px}.single-author-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;background:#d7dbe4;flex:0 0 56px}.single-author-avatar img{width:100%;height:100%;object-fit:cover}.single-author-name{margin:0;font-size:16px;font-weight:900;color:#111}.single-author-role{margin:4px 0 0;font-size:13px;color:var(--muted)}.single-author-brand{display:flex;align-items:center;gap:10px}.single-author-brand-badge{font-size:13px;color:var(--muted)}.single-author-brand-logo{width:44px;height:44px;border-radius:12px;background:var(--accent)}.single-clone-intro{font-size:18px;line-height:2.05;color:#243041}.single-clone-intro p{margin:0 0 18px}.single-cover{margin:26px 0;border-radius:24px;overflow:hidden;background:#d7dbe4}.single-cover img{width:100%;height:auto;display:block}.single-clone-content h2{margin:32px 0 14px;font-size:28px;line-height:1.6;font-weight:900;color:#111}.single-clone-content p,.single-clone-content li{font-size:18px;line-height:2.05;color:#243041}.single-clone-content p{margin:0 0 16px}.single-clone-content ul,.single-clone-content ol{margin:0 0 18px;padding-right:24px}.single-clone-content li{margin-bottom:10px}.single-share{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:18px;margin-top:24px;border-top:2px solid var(--elx-footer-divider,var(--line))}.single-share-label{font-size:14px;font-weight:800;color:#111}.single-share a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:#4b5563}.single-share a:hover{color:var(--accent-dark);background:var(--soft)}.single-bio{margin-top:28px;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fafbfc}.single-bio-head{display:flex;align-items:center;gap:14px;margin-bottom:12px}.single-bio-avatar{width:74px;height:74px;border-radius:50%;overflow:hidden;background:#d7dbe4;flex:0 0 74px}.single-bio-avatar img{width:100%;height:100%;object-fit:cover}.single-bio-name{margin:0;font-size:22px;font-weight:900;color:#111}.single-bio-role{margin:4px 0 0;color:var(--muted);font-size:14px}.single-bio-text{margin:0;font-size:16px;line-height:2;color:#243041}.single-related{max-width:920px;margin:24px auto 0}.single-related-title{margin:0 0 16px;font-size:24px;font-weight:900;color:#111}.single-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.single-related-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.single-related-thumb{aspect-ratio:16/10;background:#d7dbe4;overflow:hidden}.single-related-thumb img{width:100%;height:100%;object-fit:cover}.single-related-body{padding:12px 14px 16px}.single-related-body h3{margin:0;font-size:16px;line-height:1.8;font-weight:800;color:#111}.single-comments-box{max-width:920px;margin:24px auto 0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.single-comments-title{margin:0 0 14px;font-size:22px;font-weight:900;color:#111}@media(max-width:720px){.single-clone-wrap{padding:18px 0 18px}.single-clone-inner{padding:18px 16px 22px}.single-clone-title{font-size:28px}.single-clone-content h2{font-size:23px}.single-clone-intro,.single-clone-content p,.single-clone-content li{font-size:16px;line-height:2}.single-related-grid{grid-template-columns:1fr}}.elxv-home{padding:24px 0 18px}.elxv-wrap{display:grid;gap:28px}.elxv-section{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.elxv-section.dark{background:#111827;border-color:#1f2937}.elxv-head{padding:18px 18px 10px}.elxv-title{margin:0;font-size:24px;line-height:1.4;font-weight:900;color:#111}.elxv-section.dark .elxv-title{color:#fff}.elxv-rule{height:4px;margin:0 18px 18px;border-radius:999px;background:var(--accent)}.elxv-section.dark .elxv-rule{background:#ff5aad}.elxv-card,.elxv-small-card,.elxv-dark-card,.elxv-side-card{display:block;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.elxv-section.dark .elxv-card,.elxv-section.dark .elxv-small-card,.elxv-section.dark .elxv-dark-card,.elxv-section.dark .elxv-side-card{background:#182235;border-color:#253247}.elxv-thumb,.elxv-small-thumb,.elxv-dark-thumb,.elxv-side-thumb{display:block;aspect-ratio:16/10;background:#d7dbe4;overflow:hidden}.elxv-thumb img,.elxv-small-thumb img,.elxv-dark-thumb img,.elxv-side-thumb img{width:100%;height:100%;object-fit:cover;display:block}.elxv-body{padding:12px 14px 16px}.elxv-meta{margin:0 0 6px;color:var(--muted);font-size:12px}.elxv-section.dark .elxv-meta{color:#cbd5e1}.elxv-card h3,.elxv-small-card h4,.elxv-dark-card h3,.elxv-side-card h4{margin:0;font-size:17px;line-height:1.8;font-weight:800;color:#111}.elxv-section.dark .elxv-card h3,.elxv-section.dark .elxv-small-card h4,.elxv-section.dark .elxv-dark-card h3,.elxv-section.dark .elxv-side-card h4{color:#fff}.elxv-empty{padding:0 18px 18px;color:var(--muted);font-size:14px}.elxv-section.dark .elxv-empty{color:#cbd5e1}.elxv-grid-2x2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 18px 18px}.elxv-grid-top2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 18px 16px}.elxv-grid-bottom3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:0 18px 18px}.elxv-dark-wrap{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(0,1fr);gap:16px;padding:0 18px 18px}.elxv-dark-card .elxv-dark-thumb{aspect-ratio:16/12}.elxv-dark-card .elxv-body{padding:14px 16px 18px}.elxv-dark-card h3{font-size:22px;line-height:1.7}.elxv-dark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.elxv-side-card .elxv-side-thumb{aspect-ratio:16/10}.floating-tools{position:fixed;right:14px;bottom:88px;display:flex;flex-direction:column;gap:10px;z-index:90}.floating-btn{width:44px !important;height:44px !important;border-radius:14px !important;background:rgba(255,255,255,.96)!important;color:var(--accent-dark)!important;border:1px solid rgba(25,183,174,.14)!important;box-shadow:0 8px 18px rgba(15,159,151,.10)!important;font-size:18px !important}.floating-btn.secondary{background:rgba(248,255,254,.98)!important}.dark-mode .floating-btn,body.dark-mode .floating-btn{background:rgba(17,39,73,.96)!important;color:#dff7f4 !important;border:1px solid rgba(94,186,178,.18)!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important}@media(max-width:720px){.elxv-home{padding:18px 0 12px}.elxv-head{padding:16px 16px 10px}.elxv-title{font-size:20px}.elxv-rule{margin:0 16px 14px}.elxv-grid-2x2,.elxv-grid-top2,.elxv-grid-bottom3,.elxv-dark-wrap,.elxv-dark-grid{grid-template-columns:1fr 1fr;gap:12px;padding-left:16px;padding-right:16px;padding-bottom:16px}.elxv-dark-wrap{grid-template-columns:1fr}.elxv-card h3,.elxv-small-card h4,.elxv-side-card h4{font-size:15px;line-height:1.7}.elxv-dark-card h3{font-size:18px;line-height:1.7}}.footer-grid{grid-template-columns:1.25fr 1fr 1fr 1fr !important}.footer-col{min-width:0}.footer-menu{gap:12px !important}.footer-menu a{display:block;word-break:break-word}.footer-brand{padding-left:6px}.footer-brand .brand{margin-bottom:8px}.footer-brand .brand img{max-height:72px;width:auto}.footer-social{margin-top:22px !important}.footer-bottom{margin-top:28px !important}@media(max-width:1200px){.footer-grid{grid-template-columns:1.15fr 1fr 1fr 1fr !important;gap:20px !important}}.footer-grid{align-items:start !important}.footer-col{min-width:0 !important}.footer-title{margin:0 0 18px !important}.footer-menu{display:block !important;margin:0 !important;padding:0 !important}.footer-menu li{list-style:none !important;margin:0 !important;padding:0 !important;border-bottom:1px solid #eceff1 !important}.footer-menu li:last-child{border-bottom:0 !important}.footer-menu a{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding:13px 0 !important;color:#2f3a4a !important;font-size:14px !important;line-height:1.8 !important;text-decoration:none !important}.footer-menu a::before{content:"‹" !important;display:inline-block !important;order:2 !important;font-size:28px !important;line-height:1 !important;color:#111827 !important;margin-right:auto !important;flex:0 0 auto !important}.footer-menu a span{display:block !important;order:1 !important;flex:1 1 auto !important;min-width:0 !important}.footer-menu a:hover{color:var(--accent-dark)!important}.footer-menu a:hover::before{color:var(--accent-dark)!important}.footer-col.footer-latest .footer-menu a{align-items:flex-start !important}.footer-col.footer-latest .footer-menu a span{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.footer-col.footer-pages .footer-menu a,.footer-col.footer-cats .footer-menu a{min-height:48px !important}@media(max-width:720px){.footer-menu a{padding:11px 0 !important;font-size:13px !important}.footer-menu a::before{font-size:24px !important}}.footer-menu a{justify-content:flex-start !important}.footer-menu a::before{order:0 !important;margin-right:0 !important;margin-left:12px !important}.footer-menu a span{order:1 !important}body{font-family:var(--site-font,Tahoma,Arial,sans-serif);font-size:16px;line-height:1.95}.single-clone-wrap{padding:18px 0 28px}.single-clone{max-width:900px;margin:0 auto;background:#fff;border:1px solid #e9ecef;border-radius:22px;box-shadow:0 10px 28px rgba(16,24,40,.06);overflow:hidden}.single-clone-inner{padding:22px 24px 28px}.single-clone-cat{display:inline-flex;align-items:center;gap:8px;color:var(--accent-dark);font-size:14px;font-weight:800;margin-bottom:8px}.single-clone-title{margin:0 0 10px;font-size:34px;line-height:1.55;font-weight:900;color:#111827}.single-clone-updated{color:#6b7280;font-size:14px;margin-bottom:18px}.single-author-box{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid #eceff1;border-radius:18px;background:#fafcfc;margin-bottom:20px}.single-author-main{display:flex;align-items:center;gap:12px}.single-author-avatar{width:58px;height:58px;border-radius:50%;overflow:hidden;flex:0 0 58px;background:#e5e7eb}.single-author-avatar img{width:100%;height:100%;object-fit:cover}.single-author-name{margin:0;font-size:17px;font-weight:900;color:#111827}.single-author-role{margin:4px 0 0;color:#6b7280;font-size:13px}.single-author-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:#6b7280;font-size:13px}.single-clone-intro{font-size:18px;line-height:2;color:#243041;margin-bottom:18px}.single-clone-intro p{margin:0}.single-cover{margin:18px 0 20px;border-radius:24px;overflow:hidden;background:#eef2f7}.single-cover img{width:100%;height:auto;display:block}.toc-box{background:#f5f6f7;border:1px solid #eceff1;border-radius:18px;overflow:hidden;margin:12px 0 22px}.toc-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;font-weight:900;color:#1f2937;cursor:pointer}.toc-toggle{background:#eef2f3;border:none;border-radius:999px;padding:8px 14px;color:#2f5b58;font-weight:800;cursor:pointer}.toc-list{padding:0 18px 14px}.toc-list a{display:block;padding:8px 0;color:#243041;border-bottom:1px solid #eceff1}.toc-list a:last-child{border-bottom:0}.share-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:16px 0 6px}.share-btn{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-weight:900;color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.08)}.share-btn.more{background:#f1f1f1;color:#666}.share-btn.x{background:#000}.share-btn.wa{background:#169c89}.share-btn.fb{background:#2f80ed}.share-btn.sh{background:#16a36c}.single-clone-content{font-size:18px;line-height:2;color:#243041}.single-clone-content p{margin:0 0 16px}.single-clone-content h2{background:#eeeeee;border-radius:12px;border-bottom:3px solid #111;padding:20px 18px;margin:26px 0 18px;font-size:24px;line-height:1.7;color:#111827;font-weight:900}.single-clone-content h3{margin:20px 0 10px;font-size:20px;line-height:1.8;color:#1f2937;font-weight:800}.single-clone-content ul,.single-clone-content ol{margin:0 0 16px;padding-right:22px}.single-clone-content li{margin-bottom:8px}.single-bio{margin-top:26px;border:1px solid #eceff1;border-radius:20px;background:#fafcfc;padding:18px 20px}.single-bio-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.single-bio-profile{display:flex;align-items:center;gap:14px}.single-bio-avatar{width:76px;height:76px;border-radius:50%;overflow:hidden;flex:0 0 76px;background:#e5e7eb}.single-bio-avatar img{width:100%;height:100%;object-fit:cover}.single-bio-name{margin:0;font-size:18px;font-weight:900;color:#111827}.single-bio-role{margin:4px 0 0;font-size:13px;color:#6b7280}.single-bio-badges{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#6b7280;font-size:13px}.single-bio-text{margin:16px 0 0;font-size:17px;line-height:2;color:#243041;border-top:1px dashed #e6eaed;padding-top:14px}.single-related{max-width:900px;margin:24px auto 0}.single-related-title{margin:0 0 14px;font-size:24px;font-weight:900;color:#111827}.single-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.single-comments-box{max-width:900px;margin:24px auto 0;background:#fff;border:1px solid #eceff1;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(16,24,40,.04)}.single-comments-title{margin:0 0 14px;font-size:22px;font-weight:900;color:#111827}@media(max-width:720px){.single-clone-inner{padding:18px 16px 22px}.single-clone-title{font-size:28px}.single-author-box{padding:14px}.single-author-box,.single-bio-head{display:block}.single-author-main,.single-bio-profile{margin-bottom:10px}.single-clone-intro,.single-clone-content{font-size:16px}.single-clone-content h2{font-size:22px;padding:16px 14px}.single-clone-content h3{font-size:18px}.single-related-grid{grid-template-columns:1fr}}.toc-toggle{background:#eaf7f5 !important;border:none !important;border-radius:999px !important;padding:6px 14px !important;font-size:13px !important;font-weight:700 !important;color:#0f766e !important;transition:all .2s ease !important}.toc-toggle:hover{background:#d7f3ef !important;transform:translateY(-1px)}.toc-box{background:#f8fafb !important;border:1px solid #e5e7eb !important;border-radius:16px !important}.toc-header{padding:12px 16px !important;font-size:15px !important;color:#111827 !important}.toc-list{padding:8px 16px 14px !important}.toc-list a{font-size:14px !important;color:#374151 !important;padding:8px 0 !important;transition:all .2s ease !important}.toc-list a:hover{color:#0f766e !important;padding-right:6px !important}.share-box{justify-content:center !important;margin:20px 0 !important}.share-btn{width:46px !important;height:46px !important;font-size:14px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:all .25s ease !important}.share-btn.more{background:#f3f4f6 !important;color:#555 !important}.share-btn.x{background:#000 !important}.share-btn.wa{background:#16a34a !important}.share-btn.fb{background:#1877f2 !important}.share-btn.sh{background:#10b981 !important}.share-btn:hover{transform:translateY(-2px)scale(1.05)!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important}.single-clone-content{font-size:17px !important;line-height:1.9 !important;color:#2d3748 !important}.single-clone-intro{font-size:17px !important;color:#2d3748 !important}.single-clone-content h2{background:#f3f4f6 !important;border-radius:14px !important;border-bottom:2px solid #111 !important;padding:16px 18px !important;margin:24px 0 16px !important;font-size:22px !important;font-weight:800 !important}.single-clone-content h3{margin:18px 0 8px !important;font-size:19px !important;font-weight:700 !important;color:#1f2937 !important}:root{--primary:#16a34a;--primary-soft:#e7f7ef;--text:#2d3748;--radius:16px;--ui-shadow:0 8px 24px rgba(0,0,0,.06);--ui-shadow-hover:0 14px 32px rgba(0,0,0,.10)}body{font-family:var(--site-font,Cairo,Tahoma,Arial,sans-serif)!important;font-size:16px !important;line-height:1.9 !important;color:var(--text)!important}h1{font-size:30px;font-weight:900;line-height:1.5}h2{font-size:22px;font-weight:800;line-height:1.7}h3{font-size:18px;font-weight:700;line-height:1.8}p,li{line-height:1.95}.elxv-home,.single-clone-wrap{padding-top:24px !important}.elxv-section,.single-related,.single-comments-box{margin-bottom:32px}.elxv-body,.single-related-body{padding:16px}.single-clone-inner{padding:20px 22px 26px !important}.elxv-section,.elxv-card,.elxv-small-card,.elxv-dark-card,.elxv-side-card,.single-clone,.single-related-card,.single-comments-box,.author-box,.single-bio,.toc-box,.footer-social a,.share-box a,.single-share a{border-radius:var(--radius)!important}.elxv-card,.elxv-small-card,.elxv-dark-card,.elxv-side-card,.single-clone,.single-related-card,.single-comments-box,.author-box,.single-bio,.toc-box{box-shadow:var(--ui-shadow)!important}a:hover,.footer-menu a:hover,.toc-list a:hover,.elxv-card:hover h3 a,.elxv-small-card:hover h4 a,.elxv-dark-card:hover h3 a,.elxv-side-card:hover h4 a,.single-related-card:hover h3 a{color:var(--primary)!important}.footer-social a:hover,.share-btn:hover,.single-share a:hover,.icon-btn:hover,.menu-toggle:hover,.desktop-search-btn:hover{border-color:rgba(22,163,74,.20)!important}.elxv-card,.elxv-small-card,.elxv-dark-card,.elxv-side-card,.single-related-card,.footer-menu a,.footer-social a,.share-btn,.single-share a{transition:all .2s ease !important}.elxv-card:hover,.elxv-small-card:hover,.elxv-dark-card:hover,.elxv-side-card:hover,.single-related-card:hover{transform:translateY(-2px);box-shadow:var(--ui-shadow-hover)!important}.footer-menu a:hover{transform:translateX(-2px)}.share-btn:hover,.footer-social a:hover,.single-share a:hover{transform:translateY(-2px)scale(1.04)}@media(max-width:768px){h1{font-size:24px !important}h2{font-size:20px !important}h3{font-size:17px !important}.single-clone-inner{padding:16px !important}.share-btn{width:40px !important;height:40px !important}.elxv-title{font-size:20px !important}}img{max-width:100%}.footer-social a,.share-btn,.single-share a{width:42px;height:42px}.single-clone-content h2{background:#f3f4f6 !important;border-bottom:2px solid #111 !important}.single-clone-content h3{color:#1f2937 !important}.page-template-wrap,.archive-template-wrap{padding:24px 0 32px}.archive-posts-grid{margin-top:18px}.archive-search-form{margin-top:16px}.archive-empty{margin-top:18px;text-align:center}.archive-pagination{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:24px 0 8px}.archive-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);font-weight:800}.archive-pagination .current{background:var(--accent);color:#fff;border-color:var(--accent)}.page-card{padding:24px}.not-found-head{text-align:center}.not-found-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;background:var(--accent);color:#fff;font-weight:800}.desktop-main-nav .sub-menu .sub-menu{top:0;right:100%;margin-right:8px}.mobile-panel .sub-menu{display:block;margin-top:8px;padding-inline-start:14px}.mobile-panel .menu-item-has-children>a{font-weight:800}.dark-mode .archive-pagination .page-numbers{background:#102749;border-color:#2d466e;color:#fff}.dark-mode .archive-pagination .current{background:var(--accent);border-color:var(--accent)}.desktop-header-top-inner{padding-inline:10px !important}.desktop-top-right{padding-inline-start:8px !important}.desktop-search-btn{width:42px !important;height:42px !important;border-radius:14px !important;flex:0 0 42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}.desktop-search-btn svg{width:20px !important;height:20px !important;display:block}.desktop-main-nav,.desktop-header-bottom,.desktop-header-bottom-inner,.desktop-main-nav .menu,.desktop-main-nav .menu>li{overflow:visible !important}.desktop-main-nav .menu{position:relative !important;z-index:40 !important}.desktop-main-nav .menu>li{z-index:41 !important}.desktop-main-nav .sub-menu{display:block !important;top:calc(100%+10px)!important;right:0 !important;min-width:240px !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;z-index:9999 !important}.desktop-main-nav li:hover>.sub-menu,.desktop-main-nav li:focus-within>.sub-menu{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0)!important}.desktop-main-nav .sub-menu .sub-menu{top:0 !important;right:100% !important;margin-right:10px !important}.desktop-header-top-inner{display:grid !important;grid-template-columns:56px minmax(0,1fr)auto;align-items:center;gap:16px}.desktop-top-left{display:flex;justify-content:flex-start}.desktop-top-pages{justify-self:center}.desktop-top-pages .menu{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.desktop-top-right{justify-self:end}.theme-mode-toggle{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.14);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.18);transition:transform .18s ease,background .18s ease,border-color .18s ease;padding:0}.theme-mode-toggle:hover{transform:translateY(-1px);background:rgba(255,255,255,.2)}.theme-mode-toggle .mode-icon{display:grid;place-items:center;line-height:0}.theme-mode-toggle .mode-icon-sun{display:none}body.dark-mode .theme-mode-toggle .mode-icon-moon{display:none}body.dark-mode .theme-mode-toggle .mode-icon-sun{display:grid}.footer-separator-wrap{position:relative;margin-top:30px}.footer-separator-inner{position:relative;height:0;border-top:2px solid var(--elx-footer-divider,var(--line))}.footer-scroll-top{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:54px;height:54px;border:none;border-radius:18px;background:var(--accent);color:#fff;box-shadow:0 12px 26px rgba(15,159,151,.26);display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;z-index:5}.footer-scroll-top:hover{transform:translate(-50%,-54%);box-shadow:0 16px 28px rgba(15,159,151,.32)}.footer-scroll-top-icon{font-size:24px;font-weight:700;line-height:1}.floating-tools{display:none !important}@media(min-width:1101px){.mobile-bar,.mobile-panel{display:none !important}.search-drawer-overlay,.search-drawer{display:block}}@media(max-width:1100px){.desktop-top-left{display:none}.footer-separator-wrap{margin-top:24px}.footer-scroll-top{width:48px;height:48px;border-radius:16px}}body.dark-mode .footer-scroll-top{background:#18335b;box-shadow:0 12px 26px rgba(0,0,0,.28)}body.dark-mode .footer-separator-inner{border-top-color:var(--elx-footer-divider,#1f3659)}:root{--premium-bg:#ffffff;--premium-soft:#f7fafc;--premium-ink:#0f172a;--premium-muted:#64748b;--premium-line:#e2e8f0;--premium-shadow:0 12px 34px rgba(15,23,42,.08);--premium-shadow-hover:0 18px 42px rgba(15,23,42,.12);--premium-radius:24px}body{background:#f6f8fb !important}.elxv-home{padding:34px 0 10px !important}.elxv-wrap{gap:34px !important}.elxv-section{background:#ffffff !important;border:1px solid var(--premium-line)!important;border-radius:30px !important;overflow:hidden !important;box-shadow:var(--premium-shadow)!important}.elxv-section.dark{background:#0e172a !important;border-color:#1f3658 !important}.elxv-head{display:flex !important;align-items:center;justify-content:space-between;gap:16px;padding:24px 24px 12px !important}.elxv-title{font-size:28px !important;letter-spacing:-.2px;color:var(--premium-ink)!important}.elxv-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;background:var(--premium-soft);border:1px solid var(--premium-line);color:var(--accent-dark);font-size:14px;font-weight:800;transition:.2s ease}.elxv-more:hover{background:#ecfdf5;border-color:rgba(15,159,151,.24);transform:translateY(-1px)}.elxv-rule{margin:0 24px 22px !important;height:2px !important;background:#e2e8f0 !important;opacity:1 !important}.elxv-grid-2x2,.elxv-grid-top2,.elxv-grid-bottom3,.elxv-dark-wrap,.elxv-dark-grid{padding:0 24px 24px !important}.elxv-card,.elxv-small-card,.elxv-dark-card,.elxv-side-card{border-radius:22px !important;border:1px solid #eef2f7 !important;background:var(--eletaj-button-bg)!important;box-shadow:0 10px 26px rgba(15,23,42,.06)!important;overflow:hidden !important}.elxv-section.dark .elxv-card,.elxv-section.dark .elxv-small-card,.elxv-section.dark .elxv-dark-card,.elxv-section.dark .elxv-side-card{background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:none !important}.elxv-thumb,.elxv-dark-thumb{aspect-ratio:16/10 !important;background:#dbe4ef}.elxv-small-thumb,.elxv-side-thumb{aspect-ratio:16/11 !important;background:#dbe4ef}.elxv-thumb img,.elxv-small-thumb img,.elxv-dark-thumb img,.elxv-side-thumb img{transition:transform .45s ease !important}.elxv-card:hover img,.elxv-small-card:hover img,.elxv-dark-card:hover img,.elxv-side-card:hover img{transform:scale(1.05)}.elxv-body{padding:16px 18px 18px !important}.elxv-meta{font-size:12px !important;letter-spacing:.2px;color:var(--accent-dark)!important;font-weight:800 !important;margin-bottom:10px !important}.elxv-card h3,.elxv-dark-card h3{font-size:23px !important;line-height:1.6 !important}.elxv-small-card h4,.elxv-side-card h4{font-size:16px !important;line-height:1.75 !important}.elxv-card h3 a,.elxv-small-card h4 a,.elxv-dark-card h3 a,.elxv-side-card h4 a{color:var(--premium-ink)!important}.elxv-section.dark .elxv-card h3 a,.elxv-section.dark .elxv-small-card h4 a,.elxv-section.dark .elxv-dark-card h3 a,.elxv-section.dark .elxv-side-card h4 a{color:#fff !important}.elxv-card:hover,.elxv-small-card:hover,.elxv-dark-card:hover,.elxv-side-card:hover{transform:translateY(-4px)!important;box-shadow:var(--premium-shadow-hover)!important}.elxv-grid-bottom3 .elxv-small-card{display:grid !important;grid-template-columns:120px 1fr;align-items:center;gap:0}.elxv-grid-bottom3 .elxv-body{padding:12px 14px !important}.elxv-dark-card .elxv-body{padding:20px 20px 22px !important}.single-clone-wrap{padding:34px 0 20px !important}.single-clone{border-radius:30px !important;border:1px solid var(--premium-line)!important;box-shadow:var(--premium-shadow)!important;background:#fff !important}.single-clone-inner{padding:28px 30px 34px !important}.single-clone-cat{display:inline-flex !important;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#ecfdf5 !important;color:#0f766e !important;font-weight:800 !important}.single-clone-title{font-size:42px !important;line-height:1.35 !important;letter-spacing:-.3px;color:var(--premium-ink)!important;margin-top:16px !important}.single-clone-meta-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 22px}.single-meta-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:var(--premium-soft);border:1px solid var(--premium-line);color:#334155;font-size:13px;font-weight:800}.single-meta-chip.is-link:hover{background:#ecfdf5;color:#0f766e;border-color:rgba(15,159,151,.24)}.single-author-box{border-radius:24px !important;border:1px solid var(--premium-line)!important;background:#ffffff !important;padding:18px 20px !important;margin-bottom:22px !important}.single-author-main{display:flex;align-items:center;gap:14px}.single-author-avatar img,.single-bio-avatar img{border:3px solid #fff;box-shadow:0 8px 20px rgba(15,23,42,.10)}.single-author-name,.single-bio-name{color:var(--premium-ink)!important}.single-clone-intro{background:#f8fafc !important;border:1px solid var(--premium-line)!important;border-radius:22px !important;padding:18px 20px !important;margin:0 0 22px !important}.single-clone-intro p{font-size:18px !important;line-height:2 !important;color:#334155 !important}.single-cover{margin:0 0 22px !important;border-radius:28px !important;overflow:hidden !important;box-shadow:var(--premium-shadow)!important}.single-cover img{width:100%;aspect-ratio:16/9;object-fit:cover}.toc-box{background:#ffffff !important;border:1px solid var(--premium-line)!important;border-radius:24px !important;box-shadow:none !important;margin:0 0 22px !important}.toc-header{padding:16px 18px !important}.toc-list a{border-top:1px dashed #e2e8f0;padding:10px 0 !important}.share-box{display:flex;justify-content:center;gap:12px !important;padding:6px 0 2px}.share-btn{width:50px !important;height:50px !important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:none !important}.share-btn.sh.copied{background:#16a34a !important;color:#fff !important;border-color:#16a34a !important}.single-clone-content{font-size:18px !important;line-height:2.05 !important;color:#1e293b !important}.single-clone-content p{margin-bottom:18px !important}.single-clone-content h2{background:#f8fafc !important;border:1px solid #e2e8f0 !important;border-bottom:3px solid var(--accent-dark)!important;border-radius:22px !important;padding:18px 20px !important;font-size:26px !important;color:#0f172a !important}.single-clone-content h3{font-size:21px !important;color:#0f172a !important;padding-right:14px;position:relative}.single-clone-content h3::before{content:"";position:absolute;right:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--accent)}.single-clone-content ul,.single-clone-content ol{padding-right:22px !important}.single-bio{background:#ffffff !important;border:1px solid var(--premium-line)!important;border-radius:28px !important;padding:22px !important}.single-bio-badges span{background:var(--premium-soft)!important;border:1px solid var(--premium-line)!important;color:#0f172a !important}.single-related-title,.single-comments-title{font-size:28px !important;color:var(--premium-ink)!important;margin:0 0 18px !important}.single-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.single-related-card,.single-comments-box,.single-post-nav{background:#fff;border:1px solid var(--premium-line);border-radius:26px;box-shadow:var(--premium-shadow);padding:22px}.single-related-thumb{aspect-ratio:16/10;display:block;border-radius:18px;overflow:hidden;background:#dbe4ef;margin-bottom:14px}.single-related-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.single-related-card:hover img{transform:scale(1.05)}.single-related-body h3{font-size:18px;line-height:1.75;margin:0}.single-post-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.single-post-nav-item a{display:flex;align-items:center;justify-content:center;min-height:64px;padding:0 18px;border-radius:18px;background:var(--premium-soft);border:1px solid var(--premium-line);font-weight:800;color:#0f172a;transition:.2s ease}.single-post-nav-item a:hover{background:#ecfdf5;color:#0f766e;border-color:rgba(15,159,151,.24)}body.dark-mode .elxv-section{background:#102749 !important;border-color:#1b355c !important}body.dark-mode .elxv-title,body.dark-mode .single-clone-title,body.dark-mode .single-related-title,body.dark-mode .single-comments-title,body.dark-mode .single-author-name,body.dark-mode .single-bio-name{color:#f8fafc !important}body.dark-mode .elxv-more,body.dark-mode .single-meta-chip,body.dark-mode .single-bio-badges span,body.dark-mode .single-post-nav-item a{background:#102f58 !important;border-color:#1f4372 !important;color:#dbeafe !important}body.dark-mode .elxv-card,body.dark-mode .elxv-small-card,body.dark-mode .elxv-dark-card,body.dark-mode .elxv-side-card,body.dark-mode .single-clone,body.dark-mode .single-author-box,body.dark-mode .single-clone-intro,body.dark-mode .toc-box,body.dark-mode .single-bio,body.dark-mode .single-related-card,body.dark-mode .single-comments-box,body.dark-mode .single-post-nav{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-clone-content,body.dark-mode .single-clone-intro p,body.dark-mode .single-bio-text,body.dark-mode .single-clone-content p,body.dark-mode .single-clone-content li{color:#d9e2ef !important}body.dark-mode .single-clone-content h2{background:#0f223f !important;border-color:#1f4372 !important;color:#f8fafc !important}body.dark-mode .single-clone-content h3{color:#f8fafc !important}body.dark-mode .toc-list a{border-top-color:#1f4372;color:#d9e2ef !important}body.dark-mode .elxv-card h3 a,body.dark-mode .elxv-small-card h4 a,body.dark-mode .elxv-dark-card h3 a,body.dark-mode .elxv-side-card h4 a,body.dark-mode .single-related-body h3 a{color:#f8fafc !important}body.dark-mode .elxv-rule{background:#1f4372 !important}@media(max-width:1100px){.elxv-title{font-size:24px !important}.elxv-grid-bottom3 .elxv-small-card{grid-template-columns:110px 1fr !important}.single-clone-title{font-size:34px !important}.single-clone-inner{padding:24px 22px 28px !important}.single-related-grid,.single-post-nav-grid{grid-template-columns:1fr !important}}@media(max-width:720px){.elxv-home{padding-top:22px !important}.elxv-head{padding:18px 18px 10px !important;align-items:flex-start !important}.elxv-title{font-size:21px !important}.elxv-rule{margin:0 18px 16px !important}.elxv-grid-2x2,.elxv-grid-top2,.elxv-grid-bottom3,.elxv-dark-wrap,.elxv-dark-grid{padding:0 18px 18px !important}.elxv-grid-bottom3 .elxv-small-card{grid-template-columns:96px 1fr !important}.single-clone-wrap{padding-top:22px !important}.single-clone-title{font-size:28px !important}.single-clone-meta-strip{gap:8px}.single-meta-chip{min-height:34px;padding:0 12px;font-size:12px}.single-clone-content{font-size:16px !important}.single-clone-content h2{font-size:22px !important;padding:16px !important}.single-clone-content h3{font-size:18px !important}.share-btn{width:44px !important;height:44px !important}}.single-clone-intro{display:none !important}.share-box{display:flex;justify-content:flex-start;gap:16px !important;padding:8px 0 6px !important;direction:ltr}.share-btn{width:54px !important;height:54px !important;border-radius:999px !important;border:none !important;box-shadow:0 8px 22px rgba(15,23,42,.12)!important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease !important}.share-btn svg{width:24px;height:24px;display:block}.share-btn.more{background:#f1f1f1 !important;color:#707070 !important}.share-btn.x{background:#000 !important;color:#fff !important}.share-btn.wa{background:#1ea085 !important;color:#fff !important}.share-btn.fb{background:#2374ea !important;color:#fff !important}.share-btn.sh{background:#12a06f !important;color:#fff !important;position:relative}.share-btn.more.copied::after,.share-btn.sh.copied::after{content:'✓';position:absolute;inset:auto auto 4px 4px;font-size:11px;background:#fff;color:#16a34a;border-radius:999px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.share-btn:hover{transform:translateY(-2px)!important;box-shadow:0 12px 28px rgba(15,23,42,.18)!important}.single-post-nav{background:transparent !important;border:none !important;box-shadow:none !important;padding:8px 0 0 !important}.single-post-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.single-post-nav-item a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:86px;padding:18px 22px;border-radius:24px;background:#11335f;border:1px solid rgba(147,197,253,.12);color:#fff !important;font-weight:800;line-height:1.7;text-align:right;box-shadow:none !important}.single-post-nav-item.prev a{flex-direction:row-reverse}.single-post-nav-item a:hover{background:#144072 !important;border-color:rgba(147,197,253,.2)!important;color:#fff !important;transform:translateY(-1px)}.single-post-nav-item a::before{content:'→';font-size:24px;line-height:1;opacity:.9;flex:0 0 auto}.single-post-nav-item.prev a::before{content:'←'}.single-post-nav-item a br{display:none}.footer-pages .page_item span{display:block}@media(max-width:720px){.share-box{gap:12px !important;justify-content:center;padding-top:2px !important}.share-btn{width:48px !important;height:48px !important}.share-btn svg{width:22px;height:22px}.single-post-nav-item a{min-height:74px;padding:16px 18px;font-size:16px}}body.dark-mode .single-post-nav-item a{background:#0f325c !important;border-color:#1c4b7f !important;color:#f8fbff !important}body.dark-mode .single-post-nav-item a:hover{background:#15406f !important;color:#fff !important}.single-clone-intro{display:none !important}.single-post-nav{background:transparent !important;border:none !important;box-shadow:none !important;padding:10px 0 0 !important}.single-post-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.single-post-nav-item.is-empty{display:none}.single-post-nav-item a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:96px;padding:20px 24px;border-radius:22px;background:#f8fbff;border:1px solid var(--premium-line);color:var(--premium-ink)!important;box-shadow:var(--premium-shadow);text-align:right;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.single-post-nav-item a:hover{transform:translateY(-2px);border-color:rgba(146,69,212,.26);background:#ffffff;color:var(--premium-ink)!important;box-shadow:0 16px 34px rgba(15,23,42,.08)}.single-post-nav-item a::before{content:'→';display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:rgba(146,69,212,.09);color:#7b1fa2;font-size:22px;line-height:1;flex:0 0 auto}.single-post-nav-item.prev a{flex-direction:row-reverse}.single-post-nav-item.prev a::before{content:'←'}.single-post-nav-text{display:flex;flex-direction:column;gap:6px;min-width:0}.single-post-nav-text small{font-size:12px;font-weight:800;color:#7c8aa5;letter-spacing:0}.single-post-nav-text strong{font-size:18px;line-height:1.8;color:inherit;font-weight:800;display:block}body.dark-mode .single-post-nav-item a{background:#102749 !important;border-color:#1b355c !important;color:#f8fbff !important;box-shadow:none !important}body.dark-mode .single-post-nav-item a:hover{background:#123056 !important;border-color:#24446f !important;color:#fff !important}body.dark-mode .single-post-nav-item a::before{background:rgba(255,255,255,.08);color:#f8fbff}body.dark-mode .single-post-nav-text small{color:#b8c7df}@media(max-width:720px){.single-post-nav-grid{grid-template-columns:1fr}.single-post-nav-item a{min-height:84px;padding:16px 18px;border-radius:18px}.single-post-nav-text strong{font-size:16px;line-height:1.7}.single-post-nav-item a::before{width:38px;height:38px;font-size:20px}}.share-box{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;padding:6px 0 4px !important;direction:ltr}.share-btn{width:40px !important;height:40px !important;border-radius:999px !important;box-shadow:0 8px 18px rgba(15,23,42,.10)!important}.share-btn svg{width:18px !important;height:18px !important}.share-btn.more{background:#f4f4f4 !important;color:#666 !important}.share-btn:hover{transform:translateY(-1px)!important;box-shadow:0 10px 20px rgba(15,23,42,.14)!important}.single-post-nav{display:none !important}@media(max-width:720px){.share-box{gap:10px !important;justify-content:center !important}.share-btn{width:38px !important;height:38px !important}.share-btn svg{width:17px !important;height:17px !important}}.single-clone-content img,.single-clone-content .wp-block-image img,.single-clone-content figure img,.entry-content.single-clone-content img{display:block !important;width:auto !important;max-width:min(100%,760px)!important;height:auto !important;max-height:760px !important;margin:18px auto !important;border-radius:14px !important}.single-clone-content figure,.single-clone-content .wp-block-image,.entry-content.single-clone-content figure{width:100% !important;max-width:100% !important;margin:18px auto !important;text-align:center !important}.single-clone-content .aligncenter,.single-clone-content .wp-caption,.entry-content.single-clone-content .aligncenter{margin-inline:auto !important}.single-clone-content .wp-caption-text,.single-clone-content figcaption{margin-top:8px !important;font-size:13px !important;color:#64748b !important;text-align:center !important}@media(max-width:768px){.single-clone-content img,.single-clone-content .wp-block-image img,.single-clone-content figure img,.entry-content.single-clone-content img{max-width:100% !important;max-height:58vh !important;margin:14px auto !important;border-radius:12px !important}.single-clone-content figure,.single-clone-content .wp-block-image,.entry-content.single-clone-content figure{margin:14px auto !important}}body.dark-mode .single-clone-content .wp-caption-text,body.dark-mode .single-clone-content figcaption{color:#c7d2e0 !important}.premium-surface-wrap{padding-top:26px;padding-bottom:40px}.premium-surface{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.archive-hero{padding:28px;position:relative;overflow:hidden}.archive-hero:before{content:"";position:absolute;inset:0 auto auto 0;width:160px;height:160px;background:rgba(146,13,173,.10);pointer-events:none}.archive-hero-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:14px;position:relative;z-index:1}.archive-hero-breadcrumbs a{color:var(--muted)}.archive-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;position:relative;z-index:1}.archive-hero-copy{max-width:760px}.archive-kicker{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(146,13,173,.08);color:var(--accent);font-size:13px;font-weight:800;margin-bottom:12px}.archive-title{margin:0 0 10px;font-size:34px;line-height:1.28;font-weight:900}.archive-desc{max-width:760px;font-size:16px;line-height:1.9}.archive-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:112px;min-height:112px;padding:16px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.archive-stat strong{font-size:30px;line-height:1;font-weight:900;color:var(--ink)}.archive-stat small{margin-top:8px;color:var(--muted);font-size:13px;font-weight:700}.archive-posts-grid{margin-top:22px}.archive-posts-grid .post-card{overflow:hidden;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.archive-posts-grid .post-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(12,24,46,.12);border-color:rgba(146,13,173,.22)}.archive-posts-grid .post-card .thumb{aspect-ratio:16/10;border-radius:0;background:#edf2fa;overflow:hidden}.archive-posts-grid .post-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}.archive-posts-grid .post-card .body{padding:18px}.archive-posts-grid .post-title{font-size:22px;line-height:1.55;margin:8px 0 10px}.archive-posts-grid .post-excerpt{font-size:15px;line-height:1.9;color:var(--muted)}.archive-posts-grid .post-meta{gap:10px;flex-wrap:wrap}.archive-posts-grid .post-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f5f7fb;border:1px solid #e3e9f2;color:#4c617f;font-weight:700;font-size:12px}.premium-inline-search .search-form{display:grid;grid-template-columns:1fr auto;gap:12px}.premium-inline-search .search-form input[type="search"]{min-height:54px;border-radius:16px;background:#fff;box-shadow:none;font-size:15px}.premium-inline-search .search-form button{min-width:120px;min-height:54px;border-radius:16px;font-weight:800;box-shadow:0 10px 24px rgba(146,13,173,.18)}.search-empty-state,.not-found-panel{text-align:center;padding:34px 24px}.search-empty-state h2,.not-found-panel h1{margin:0 0 10px}.search-empty-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:18px}.search-empty-links a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#f4f7fb;border:1px solid var(--line);color:var(--ink);font-weight:800}.not-found-panel{padding:46px 28px}.not-found-code{font-size:72px;line-height:1;font-weight:900;color:var(--accent);margin-bottom:14px}.not-found-links .not-found-btn{background:var(--accent);border-color:var(--accent);color:#fff}.page-surface{padding:26px}.page-content-clean{font-size:17px;line-height:2}.page-content-clean>*:first-child{margin-top:0}.page-content-clean>*:last-child{margin-bottom:0}.archive-pagination{margin-top:28px}.archive-pagination .page-numbers{border-radius:16px;min-width:46px;height:46px}.dark-mode .premium-surface,body.dark-mode .premium-surface{background:#0f2341;border-color:#223b61;box-shadow:none}.dark-mode .archive-hero:before,body.dark-mode .archive-hero:before{background:rgba(146,13,173,.18)}.dark-mode .archive-kicker,body.dark-mode .archive-kicker{background:rgba(146,13,173,.18);color:#f0c6ff}.dark-mode .archive-stat,body.dark-mode .archive-stat{background:#132b4d;border-color:#29476f}.dark-mode .archive-stat strong,body.dark-mode .archive-stat strong{color:#fff}.dark-mode .archive-posts-grid .post-card,body.dark-mode .archive-posts-grid .post-card{background:#102749;border-color:#27466f;box-shadow:none}.dark-mode .archive-posts-grid .post-card:hover,body.dark-mode .archive-posts-grid .post-card:hover{border-color:rgba(173,91,198,.55);box-shadow:0 16px 34px rgba(0,0,0,.28)}.dark-mode .archive-posts-grid .post-meta span,body.dark-mode .archive-posts-grid .post-meta span{background:#17355b;border-color:#27466f;color:#d3e0f7}.dark-mode .premium-inline-search .search-form input[type="search"],body.dark-mode .premium-inline-search .search-form input[type="search"]{background:#102749;border-color:#27466f;color:#fff}.dark-mode .search-empty-links a,body.dark-mode .search-empty-links a{background:#102749;border-color:#27466f;color:#fff}@media(max-width:1100px){.archive-hero{padding:24px}.archive-hero-head{flex-direction:column;align-items:stretch}.archive-stat{min-width:100%;min-height:auto;flex-direction:row;gap:10px;justify-content:flex-start;padding:14px 16px}.archive-stat small{margin-top:0}.archive-title{font-size:30px}}@media(max-width:767px){.premium-surface-wrap{padding-top:18px;padding-bottom:26px}.archive-hero,.page-surface,.search-empty-state,.not-found-panel{padding:18px}.archive-title{font-size:24px}.archive-desc{font-size:14px;line-height:1.85}.archive-kicker{min-height:32px;padding:0 12px;font-size:12px}.premium-inline-search .search-form{grid-template-columns:1fr}.premium-inline-search .search-form button{width:100%}.archive-posts-grid .post-card .body{padding:14px}.archive-posts-grid .post-title{font-size:18px;line-height:1.6}.archive-posts-grid .post-excerpt,.page-content-clean{font-size:15px;line-height:1.95}.search-empty-links{gap:8px}.search-empty-links a{width:100%}.not-found-code{font-size:54px}}.archive-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.archive-posts-grid .post-card{display:flex;flex-direction:column;min-height:0}.archive-posts-grid .post-card .thumb{aspect-ratio:16/10;background:#f5f7fb;display:flex;align-items:center;justify-content:center;padding:0}.archive-posts-grid .post-card .thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.archive-posts-grid .post-card .body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.archive-posts-grid .post-meta{margin:0}.archive-posts-grid .post-title{font-size:17px;line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.archive-posts-grid .post-excerpt{display:none}.dark-mode .archive-posts-grid .post-card .thumb,body.dark-mode .archive-posts-grid .post-card .thumb{background:#0c2140}@media(max-width:1100px){.archive-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.archive-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.archive-posts-grid .post-card{border-radius:18px}.archive-posts-grid .post-card .thumb{aspect-ratio:16/11}.archive-posts-grid .post-card .body{padding:10px 12px 12px}.archive-posts-grid .post-title{font-size:14px;line-height:1.55;-webkit-line-clamp:2}.archive-posts-grid .post-meta,.archive-posts-grid .post-excerpt{display:none}}@media(max-width:720px){.elxv-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.elxv-title{font-size:18px;line-height:1.45}.elxv-more{font-size:12px;padding:8px 12px;border-radius:999px;white-space:nowrap}.elxv-grid-2x2,.elxv-grid-top2,.elxv-grid-bottom3,.elxv-dark-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-left:12px;padding-right:12px;padding-bottom:12px}.elxv-dark-wrap{grid-template-columns:1fr;gap:12px;padding-left:12px;padding-right:12px;padding-bottom:12px}.elxv-card,.elxv-small-card,.elxv-side-card,.elxv-dark-card{border-radius:18px}.elxv-thumb,.elxv-small-thumb,.elxv-side-thumb{aspect-ratio:4/3}.elxv-dark-thumb{aspect-ratio:16/10}.elxv-body{padding:10px 10px 12px}.elxv-meta{font-size:11px;margin:0 0 4px;text-align:center}.elxv-card h3,.elxv-small-card h4,.elxv-side-card h4,.elxv-dark-card h3{font-size:14px !important;line-height:1.65 !important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:center;min-height:auto}.single-bio-wrap{margin-top:18px}.site-footer{padding:24px 0 14px}.footer-grid{grid-template-columns:1fr !important;gap:18px !important}.footer-col{padding:0 4px}.footer-title{font-size:18px;margin-bottom:10px;text-align:center}.footer-brand .brand{justify-content:center}.footer-brand .brand img{max-height:58px}.footer-text{font-size:15px;line-height:1.9;text-align:center}.footer-social{justify-content:center}.footer-menu{display:grid;gap:0}.footer-menu li+li{margin-top:0}.footer-menu a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(203,213,225,.55);font-size:15px;word-break:normal;overflow-wrap:anywhere}.footer-latest .footer-menu a span,.footer-pages .footer-menu a span,.footer-cats .footer-menu a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:right}}.single-clone{overflow:hidden}.single-clone-inner{max-width:920px;margin:0 auto}.single-clone-content{font-size:19px !important;line-height:2.12 !important}.single-clone-content>*+*{margin-top:18px}.single-clone-content p{margin:0 !important}.single-clone-content h2{margin-top:34px !important;margin-bottom:14px !important}.single-clone-content h3{margin-top:26px !important;margin-bottom:10px !important}.single-clone-content img{display:block;max-width:100%;height:auto;margin:22px auto;border-radius:18px}.single-clone-content table{width:100%;border-collapse:collapse;margin:22px 0;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.06)}.single-clone-content table th,.single-clone-content table td{padding:12px 14px;border:1px solid #e2e8f0}.single-clone-content blockquote{margin:22px 0;padding:18px 20px;border-right:4px solid var(--accent);background:#f8fbff;border-radius:18px;color:#334155}.single-bio-wrap{max-width:920px;margin:24px auto 0}.single-bio{border-radius:30px !important;padding:24px 26px !important}.single-bio-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed #d9e2ef}.single-bio-profile{display:flex;align-items:center;gap:16px}.single-bio-avatar{width:84px;height:84px;flex:0 0 84px;border-radius:24px;overflow:hidden}.single-bio-name{font-size:22px;line-height:1.2;margin:0 0 6px}.single-bio-role{margin:0;font-size:15px;color:#64748b}.single-bio-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.single-bio-badges span{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;font-size:14px;font-weight:800}.single-bio-text{margin:0;font-size:18px;line-height:2;color:#1f334a}.single-related{max-width:920px;margin:28px auto 0;padding-top:18px;border-top:1px solid #e2e8f0}.single-related-title{display:flex;align-items:center;gap:10px}.single-related-title::before{content:"";width:44px;height:3px;border-radius:999px;background:var(--accent)}.single-related-grid{gap:16px}.single-related-card{padding:16px;border-radius:24px}.single-related-thumb{margin-bottom:12px}.single-related-body{padding:0}.single-related-body h3{font-size:17px;line-height:1.8}.single-comments-box{max-width:920px}body.dark-mode .single-clone-content table{background:#102749;box-shadow:none}body.dark-mode .single-clone-content table th,body.dark-mode .single-clone-content table td{border-color:#1f4372;color:#d9e2ef}body.dark-mode .single-clone-content blockquote{background:#0f223f;border-right-color:var(--accent);color:#d9e2ef}body.dark-mode .single-related{border-top-color:#1f4372}body.dark-mode .single-bio-head{border-bottom-color:#1f4372}body.dark-mode .single-bio-role{color:#b7c7da}@media(max-width:720px){.single-clone-inner{padding:18px 16px 22px !important}.single-clone-content{font-size:17px !important;line-height:2 !important}.single-clone-content h2{font-size:22px !important;padding:14px 16px !important;border-radius:18px !important}.single-clone-content h3{font-size:19px !important;padding-right:12px}.single-bio-wrap{margin-top:20px}.single-bio{padding:18px !important;border-radius:24px !important}.single-bio-head{display:block;padding-bottom:12px;margin-bottom:12px}.single-bio-profile{display:flex;align-items:center;gap:12px;margin-bottom:12px}.single-bio-avatar{width:72px;height:72px;flex-basis:72px;border-radius:20px}.single-bio-name{font-size:20px}.single-bio-role{font-size:14px}.single-bio-badges{justify-content:flex-start;gap:8px}.single-bio-badges span{min-height:36px;padding:0 12px;font-size:13px}.single-bio-text{font-size:16px;line-height:1.95}.single-related{margin-top:22px;padding-top:14px}}.el-comments-wrap{display:grid;gap:22px}.el-comments-native,.el-comments-facebook{background:#fff;border:1px solid var(--premium-line);border-radius:26px;box-shadow:var(--premium-shadow);padding:24px}.el-comments-heading,.el-form-title{margin:0 0 8px;font-size:24px;line-height:1.5;color:var(--premium-ink);font-weight:800}.el-comments-sub,.el-form-notes,.comment-notes,.logged-in-as{margin:0 0 18px;color:var(--premium-muted);font-size:14px;line-height:1.9}.el-comments-divider{position:relative;text-align:center;margin:2px 0}.el-comments-divider:before{content:"";position:absolute;inset:50% 0 auto;height:1px;background:var(--premium-line)}.el-comments-divider span{position:relative;display:inline-block;padding:0 14px;background:var(--premium-bg,#f7f9fc);color:var(--premium-muted);font-size:14px}.el-comment-list{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:14px}.el-comment-list .comment{background:var(--premium-bg,#f7f9fc);border:1px solid var(--premium-line);border-radius:22px;padding:18px}.el-comment-list .children{list-style:none;margin:14px 0 0;padding:0 14px 0 0;display:grid;gap:12px}.el-comment-list .comment-body{position:relative}.el-comment-list .comment-author{display:flex;align-items:center;gap:12px;margin-bottom:8px}.el-comment-list .avatar{width:52px;height:52px;border-radius:16px}.el-comment-list .fn{font-weight:800;font-style:normal;color:var(--premium-ink)}.el-comment-list .says{display:none}.el-comment-list .comment-metadata{font-size:13px;color:var(--premium-muted);margin:0 0 10px}.el-comment-list .comment-metadata a{color:inherit}.el-comment-list .comment-content p{margin:0 0 10px;line-height:2;color:var(--premium-ink)}.el-comment-list .reply a,.comment-reply-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(146,13,173,.08);color:var(--accent);font-weight:700}.comment-respond{margin-top:20px;background:var(--premium-bg,#f7f9fc);border:1px solid var(--premium-line);border-radius:24px;padding:20px}.comment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.comment-form p{margin:0}.comment-form label{display:block;margin:0 0 8px;font-size:14px;font-weight:700;color:var(--premium-ink)}.comment-form-comment,.form-submit,.comment-notes,.logged-in-as,.comment-form-cookies-consent{grid-column:1/-1}.comment-form input:not([type="checkbox"]),.comment-form textarea{width:100%;border:1px solid var(--premium-line);background:#fff;border-radius:16px;padding:14px 16px;font:inherit;color:var(--premium-ink);transition:border-color .2s ease,box-shadow .2s ease}.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px rgba(146,13,173,.10)}.el-comment-submit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:none;border-radius:999px;background:var(--accent);color:#fff;font-weight:800;cursor:pointer}.comment-form-cookies-consent{display:flex;align-items:flex-start;gap:10px;color:var(--premium-muted);font-size:13px}.comment-form-cookies-consent input{margin-top:4px}.comment-awaiting-moderation{display:inline-block;margin:8px 0 0;padding:6px 10px;border-radius:999px;background:#fff3cd;color:#8a6d3b;font-size:13px}.comment-navigation{display:flex;justify-content:space-between;gap:12px;margin:6px 0 18px}.comment-navigation a{color:var(--accent);font-weight:700}body.dark-mode .el-comments-native,body.dark-mode .el-comments-facebook{background:#102749;border-color:#1b355c;box-shadow:none}body.dark-mode .el-comments-heading,body.dark-mode .el-form-title,body.dark-mode .comment-form label,body.dark-mode .el-comment-list .fn,body.dark-mode .el-comment-list .comment-content p{color:#f8fafc}body.dark-mode .el-comments-sub,body.dark-mode .el-form-notes,body.dark-mode .comment-notes,body.dark-mode .logged-in-as,body.dark-mode .comment-navigation a,body.dark-mode .el-comment-list .comment-metadata{color:#b7c7da}body.dark-mode .el-comments-divider span{background:#0b1e37;color:#b7c7da}body.dark-mode .el-comment-list .comment,body.dark-mode .comment-respond{background:#0f223f;border-color:#1b355c}body.dark-mode .comment-form input:not([type="checkbox"]),body.dark-mode .comment-form textarea{background:#0b1e37;border-color:#1b355c;color:#f8fafc}body.dark-mode .comment-form input:focus,body.dark-mode .comment-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,.14)}@media(max-width:720px){.el-comments-native,.el-comments-facebook{padding:18px;border-radius:22px}.el-comments-heading,.el-form-title{font-size:21px}.comment-form{grid-template-columns:1fr}.el-comment-list .comment{padding:14px;border-radius:18px}.el-comment-list .avatar{width:44px;height:44px;border-radius:14px}.el-comments-divider span{font-size:13px;padding:0 10px}}.premium-comments-layout{display:grid;gap:24px}.premium-comments-card{position:relative;overflow:hidden;background:#ffffff;border:1px solid var(--premium-line);border-radius:28px;box-shadow:0 18px 48px rgba(15,23,42,.06);padding:26px}.premium-comments-card:before{content:"";position:absolute;inset:0 auto auto 0;width:140px;height:140px;background:rgba(43,189,181,.12);pointer-events:none}.premium-comments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 20px}.premium-comments-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(43,189,181,.10);color:#159e99;font-size:12px;font-weight:800;letter-spacing:.01em;margin:0 0 10px}.premium-comments-stat,.premium-comments-fb-badge{flex:0 0 auto;min-width:74px;height:74px;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2bbdb5;color:#fff;box-shadow:0 14px 26px rgba(25,151,198,.22)}.premium-comments-stat strong{font-size:24px;line-height:1;font-weight:900}.premium-comments-stat span,.premium-comments-fb-badge{font-size:13px;font-weight:800}.premium-comments-fb-badge{font-size:22px}.premium-comments-form-shell,.premium-comments-list-shell,.premium-comments-fb-shell{position:relative;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:24px;padding:22px}.comment-reply-title.el-form-title{font-size:26px;margin-bottom:10px}.comment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.comment-form p{margin:0}.comment-form label{display:block;margin:0 0 8px;font-size:14px;font-weight:800;color:var(--premium-ink)}.comment-form-comment,.form-submit,.comment-notes,.logged-in-as,.comment-form-cookies-consent{grid-column:1/-1}.comment-form input:not([type="checkbox"]),.comment-form textarea{width:100%;border:1px solid #d7e1ec;background:#fff;border-radius:18px;padding:15px 16px;font:inherit;color:var(--premium-ink);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.comment-form input:not([type="checkbox"]):focus,.comment-form textarea:focus{outline:none;border-color:#23b6b0;box-shadow:0 0 0 4px rgba(35,182,176,.12);transform:translateY(-1px)}.el-comment-submit{appearance:none;border:0;border-radius:18px;padding:15px 22px;background:#2bbdb5;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 18px 30px rgba(31,157,192,.22);transition:transform .2s ease,box-shadow .2s ease}.el-comment-submit:hover{transform:translateY(-2px);box-shadow:0 22px 34px rgba(31,157,192,.28)}.el-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.el-comment-list>li{list-style:none;margin:0;padding:0}.el-comment-list .comment-body{background:#fff;border:1px solid #e4ebf3;border-radius:22px;padding:18px 18px 16px;box-shadow:0 10px 24px rgba(15,23,42,.04)}.el-comment-list .comment-author{display:flex;align-items:center;gap:12px;margin-bottom:10px}.el-comment-list .avatar{border-radius:50%;box-shadow:0 6px 14px rgba(15,23,42,.08)}.el-comment-list .fn{font-weight:900;color:var(--premium-ink);font-style:normal}.el-comment-list .comment-metadata{font-size:13px;color:var(--premium-muted);margin-bottom:10px}.el-comment-list .comment-content p{margin:0 0 10px;line-height:2;color:var(--premium-ink)}.el-comment-list .reply a,.comment-navigation a{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:rgba(43,189,181,.08);color:#159e99;font-weight:800;text-decoration:none}.premium-comments-closed{padding:18px 20px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700}.premium-comments-fb-shell{min-height:220px}.premium-comments-fb-shell .fb-comments,.premium-comments-fb-shell span,.premium-comments-fb-shell iframe{max-width:100%!important;width:100%!important}body.dark-mode .premium-comments-card{background:#102749;border-color:#1b355c;box-shadow:none}body.dark-mode .premium-comments-form-shell,body.dark-mode .premium-comments-list-shell,body.dark-mode .premium-comments-fb-shell,body.dark-mode .el-comment-list .comment-body{background:#0b1e37;border-color:#1b355c}body.dark-mode .premium-comments-eyebrow,body.dark-mode .el-comment-list .reply a,body.dark-mode .comment-navigation a{background:rgba(43,189,181,.16);color:#8ce8e2}body.dark-mode .comment-form input:not([type="checkbox"]),body.dark-mode .comment-form textarea{background:#08182e;border-color:#1b355c;color:#f8fafc}@media(max-width:768px){.premium-comments-card{padding:18px;border-radius:24px}.premium-comments-head{align-items:stretch;flex-direction:column}.premium-comments-stat,.premium-comments-fb-badge{width:68px;height:68px;border-radius:20px}.premium-comments-form-shell,.premium-comments-list-shell,.premium-comments-fb-shell{padding:16px;border-radius:20px}.comment-form{grid-template-columns:1fr}.comment-reply-title.el-form-title,.el-comments-heading{font-size:22px}.premium-comments-fb-shell{min-height:180px}}.el-comments-minimal{max-width:920px;margin:0 auto}.el-comments-panel{background:#ffffff;border:1px solid var(--premium-line);border-radius:28px;box-shadow:0 18px 48px rgba(15,23,42,.06);padding:24px}.el-comments-simple-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 16px}.el-comments-simple-title{margin:0;font-size:26px;line-height:1.4;color:var(--premium-ink);font-weight:900}.el-comments-simple-count{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(43,189,181,.10);color:#159e99;font-size:13px;font-weight:800}.el-comments-simple-form .comment-respond{margin-top:0;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:22px;padding:18px}.el-comments-simple-form .comment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.el-comments-simple-form .comment-form-author,.el-comments-simple-form .comment-form-email{grid-column:span 1}.el-comments-simple-form .comment-form-comment,.el-comments-simple-form .form-submit{grid-column:1/-1}.el-comments-simple-form .comment-form label,.el-comments-simple-form .comment-notes,.el-comments-simple-form .logged-in-as,.el-comments-simple-form .comment-reply-title{display:none !important}.el-comments-simple-form input,.el-comments-simple-form textarea{width:100%;border:1px solid #d7e1ec;background:#fff;border-radius:18px;padding:15px 16px;font:inherit;color:var(--premium-ink);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.el-comments-simple-form textarea{min-height:140px;resize:vertical}.el-comments-simple-form input:focus,.el-comments-simple-form textarea:focus{outline:none;border-color:#23b6b0;box-shadow:0 0 0 4px rgba(35,182,176,.12);transform:translateY(-1px)}.el-comments-simple-form .form-submit{margin-top:2px}.el-comments-simple-form .el-comment-submit{appearance:none;border:0;border-radius:18px;padding:14px 22px;background:#2bbdb5;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 18px 30px rgba(31,157,192,.22);transition:transform .2s ease,box-shadow .2s ease}.el-comments-simple-form .el-comment-submit:hover{transform:translateY(-2px);box-shadow:0 22px 34px rgba(31,157,192,.28)}.el-comments-simple-list{margin-top:18px}.el-comments-panel .el-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.el-comments-panel .el-comment-list .comment-body{background:#fff;border:1px solid #e4ebf3;border-radius:20px;padding:16px;box-shadow:0 10px 24px rgba(15,23,42,.04)}.el-comments-panel .el-comment-list .children{list-style:none;margin:12px 0 0;padding:0 14px 0 0;display:grid;gap:12px}.el-comments-panel .el-comment-list .comment-author{display:flex;align-items:center;gap:10px;margin-bottom:8px}.el-comments-panel .el-comment-list .avatar{border-radius:50%;box-shadow:0 6px 14px rgba(15,23,42,.08)}.el-comments-panel .el-comment-list .fn{font-weight:900;color:var(--premium-ink);font-style:normal}.el-comments-panel .el-comment-list .says{display:none}.el-comments-panel .el-comment-list .comment-metadata{font-size:13px;color:var(--premium-muted);margin-bottom:10px}.el-comments-panel .el-comment-list .comment-content p{margin:0 0 10px;line-height:2;color:var(--premium-ink)}.el-comments-panel .el-comment-list .reply a,.el-comments-panel .comment-navigation a{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:rgba(43,189,181,.08);color:#159e99;font-weight:800;text-decoration:none}body.dark-mode .el-comments-panel{background:#102749;border-color:#1b355c;box-shadow:none}body.dark-mode .el-comments-simple-title,body.dark-mode .el-comments-panel .el-comment-list .fn,body.dark-mode .el-comments-panel .el-comment-list .comment-content p{color:#f8fafc}body.dark-mode .el-comments-simple-count{background:rgba(43,189,181,.16);color:#8ce8e2}body.dark-mode .el-comments-simple-form .comment-respond,body.dark-mode .el-comments-panel .el-comment-list .comment-body{background:#0b1e37;border-color:#1b355c}body.dark-mode .el-comments-panel .el-comment-list .comment-metadata{color:#b7c7da}body.dark-mode .el-comments-simple-form input,body.dark-mode .el-comments-simple-form textarea{background:#08182e;border-color:#1b355c;color:#f8fafc}@media(max-width:720px){.el-comments-panel{padding:18px;border-radius:24px}.el-comments-simple-head{align-items:flex-start;flex-direction:column}.el-comments-simple-title{font-size:22px}.el-comments-simple-form .comment-form{grid-template-columns:1fr}.el-comments-simple-form .comment-respond{padding:14px;border-radius:18px}.el-comments-simple-form textarea{min-height:120px}}.al-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin:0 0 16px}.al-breadcrumbs a{color:var(--muted);text-decoration:none;transition:.2s ease}.al-breadcrumbs a:hover{color:var(--accent)}.al-breadcrumbs .sep{opacity:.55}.single-bio-name a{color:inherit;text-decoration:none}.single-bio-name a:hover{color:var(--accent)}.author-template-wrap .author-hero-head{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.author-hero-avatar img{display:block;width:96px;height:96px;border-radius:50%;border:4px solid #fff;box-shadow:0 12px 24px rgba(15,23,42,.12)}@media(max-width:768px){.author-template-wrap .author-hero-head{grid-template-columns:1fr;text-align:center}.author-hero-avatar{margin:0 auto}.al-breadcrumbs{font-size:13px;margin-bottom:12px}}body.dark-mode .al-breadcrumbs,body.dark-mode .al-breadcrumbs a{color:#9fb2cc}body.dark-mode .author-hero-avatar img{border-color:#102749;box-shadow:none}.single-clone-meta-line{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;margin:10px 0 24px;color:#6d7686;font-size:15px;font-weight:700}.single-clone-meta-line a{color:inherit;text-decoration:none}.single-clone-meta-line a:hover{color:var(--accent,#18b5b0)}.single-meta-dot{opacity:.55}@media(max-width:767px){.single-clone-meta-line{font-size:14px;gap:8px;margin:8px 0 18px}}.brand-media{display:inline-flex;position:relative;align-items:center;max-width:200px}.brand-logo{display:block;max-width:100%;height:auto}.brand-logo-dark{display:none}.dark-mode .brand-logo-main{display:none}.dark-mode .brand-logo-dark{display:block}.dark-mode .brand-logo-dark+.brand-copy{display:none}@media(min-width:1101px){.mobile-bar,.mobile-panel{display:none !important}.search-drawer-overlay,.search-drawer{display:block !important}}body.dark-mode .desktop-header,body.dark-mode .desktop-header-middle,body.dark-mode .desktop-header-bottom,body.dark-mode .desktop-header-bottom-inner,body.dark-mode .desktop-header-middle-inner{background:#0f172a !important;border-color:#1f2f46 !important}body.dark-mode .desktop-header-top{background:#102749 !important;border-bottom:0 !important}body.dark-mode .desktop-top-pages a,body.dark-mode .desktop-main-nav>.menu>li>a,body.dark-mode .desktop-main-nav .menu>li>a,body.dark-mode .desktop-top-right a,body.dark-mode .desktop-search-btn,body.dark-mode .desktop-main-nav .menu-item-has-children>a{color:#e5eefb !important}body.dark-mode .desktop-main-nav>.menu>li>a:hover,body.dark-mode .desktop-main-nav .menu>li>a:hover,body.dark-mode .desktop-top-pages a:hover,body.dark-mode .desktop-top-right a:hover,body.dark-mode .desktop-search-btn:hover{color:#7dd3fc !important}body.dark-mode .desktop-main-nav .sub-menu{background:#102749 !important;border-color:#1f4372 !important;box-shadow:0 16px 38px rgba(0,0,0,.35)!important}body.dark-mode .desktop-main-nav .sub-menu a{color:#dbeafe !important}body.dark-mode .desktop-main-nav .sub-menu a:hover{background:#183861 !important;color:#fff !important}body.dark-mode .theme-mode-toggle,body.dark-mode .desktop-search-btn{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.16)!important;color:#f8fafc !important}body.dark-mode .mobile-bar,body.dark-mode .mobile-header-only,body.dark-mode .mobile-panel{background:var(--elx-mobile-header-bg-dark)!important;border-color:#1f2f46 !important}body.dark-mode .mobile-bar .mobile-search-btn,body.dark-mode .mobile-bar .menu-toggle,body.dark-mode .mobile-bar .theme-mode-toggle,body.dark-mode .mobile-panel a{background:rgba(16,39,73,.92)!important;border-color:#1f4372 !important;color:#e5eefb !important}body.dark-mode .mobile-panel a:hover{background:#183861 !important}body.dark-mode .search-drawer{background:#0f172a !important;border-color:#1f4372 !important}body.dark-mode .search-drawer-title,body.dark-mode .search-drawer label,body.dark-mode .search-drawer .search-field{color:#f8fafc !important}body.dark-mode .search-drawer .search-field{background:#102749 !important;border-color:#1f4372 !important}body.dark-mode .search-drawer .search-submit{background:#1aaea6 !important;color:#fff !important}body.dark-mode .brand-copy,body.dark-mode .brand-copy *{color:#e5eefb !important}.footer-rows-layout{padding:26px 0 24px;border-top:2px solid #1e90ff;background:var(--elx-footer-bg)!important}.footer-rows-inner{display:grid;gap:16px;justify-items:center}.footer-row{text-align:center;width:100%}.footer-social-reference{display:flex;justify-content:center;align-items:center;gap:26px;flex-wrap:wrap;margin:0;direction:ltr}.footer-social-reference a{display:inline-flex;align-items:center;justify-content:center;background:transparent !important;border:none !important;box-shadow:none !important;color:#fff !important;padding:0;width:auto;height:auto;opacity:1}.footer-social-reference a svg{width:40px;height:40px}.footer-social-reference a:hover{opacity:.88;transform:none;color:#fff !important}.footer-copyright-single{color:#fff;font-size:clamp(18px,2vw,22px);font-weight:800;line-height:1.7;white-space:nowrap;letter-spacing:0}.footer-pages-inline{color:#fff;font-size:clamp(15px,1.35vw,18px);font-weight:700;line-height:1.9;max-width:1200px}.footer-pages-inline a{color:#fff !important;display:inline}.footer-sep{opacity:.8;display:inline-block;margin:0 8px}@media(max-width:767px){.footer-rows-layout{padding:22px 0 20px}.footer-rows-inner{gap:14px}.footer-social-reference{gap:22px}.footer-social-reference a svg{width:34px;height:34px}.footer-copyright-single{font-size:16px;white-space:normal}.footer-pages-inline{font-size:15px;line-height:2.2}.footer-sep{margin:0 6px}}body.dark-mode .footer-rows-layout,body.dark-mode .footer-copyright-single,body.dark-mode .footer-pages-inline,body.dark-mode .footer-pages-inline a,body.dark-mode .footer-social-reference a{color:#fff !important}.single-clone-title{font-size:38px !important;line-height:1.28 !important;max-width:92%;margin-inline:auto !important}.single-clone-meta-line{justify-content:flex-start !important;text-align:right !important;width:100%;margin:8px 0 20px !important;padding-right:4px !important;color:#7b8495 !important;font-size:16px !important}.single-clone-meta-line .single-meta-dot{opacity:.55}@media(max-width:1100px){.single-clone-title{font-size:32px !important;max-width:100%}}@media(max-width:720px){.single-clone-title{font-size:24px !important;line-height:1.35 !important}.single-clone-meta-line{font-size:14px !important;justify-content:flex-start !important;gap:8px !important;margin:6px 0 16px !important}}.elxv-editorial-grid{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1fr);grid-template-rows:auto auto;gap:14px;padding:0 18px 18px;direction:ltr}.elxv-editorial-left-top{grid-column:1;grid-row:1}.elxv-editorial-right{grid-column:2;grid-row:1 / span 2}.elxv-editorial-left-bottom{grid-column:1;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.elxv-editorial-card{position:relative;border-radius:22px;overflow:hidden;background:#dbe4ef;min-width:0}.elxv-editorial-card.wide{aspect-ratio:16/9.2}.elxv-editorial-card.tall{aspect-ratio:1/1.28}.elxv-editorial-card.small{aspect-ratio:1/1}.elxv-editorial-thumb{position:relative;display:block;width:100%;height:100%;color:#fff}.elxv-editorial-thumb img,.elxv-editorial-placeholder{display:block;width:100%;height:100%;object-fit:cover;background:#d7dbe4}.elxv-editorial-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}.elxv-editorial-date{position:absolute;top:18px;right:18px;z-index:2;color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.35);direction:rtl}.elxv-editorial-content{position:absolute;right:0;left:0;bottom:0;z-index:2;padding:18px 18px 16px;text-align:right;direction:rtl}.elxv-editorial-title{display:block;color:#fff;font-weight:900;line-height:1.55;text-shadow:0 2px 8px rgba(0,0,0,.35)}.elxv-editorial-card.wide .elxv-editorial-title{font-size:18px}.elxv-editorial-card.tall .elxv-editorial-title{font-size:20px;line-height:1.6}.elxv-editorial-card.small .elxv-editorial-title{font-size:15px;line-height:1.65}.elxv-editorial-excerpt{display:block;margin-top:8px;color:rgba(255,255,255,.92);font-size:12px;line-height:1.8;text-shadow:0 1px 3px rgba(0,0,0,.28)}.elxv-editorial-card:hover img{transform:scale(1.03);transition:transform .45s ease}@media(max-width:720px){.elxv-editorial-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px;padding:0 16px 16px}.elxv-editorial-left-top,.elxv-editorial-right,.elxv-editorial-left-bottom{grid-column:auto;grid-row:auto}.elxv-editorial-left-bottom{grid-template-columns:1fr 1fr;gap:12px}.elxv-editorial-card.wide{aspect-ratio:16/10}.elxv-editorial-card.tall{aspect-ratio:16/10.5}.elxv-editorial-card.small{aspect-ratio:1/1.02}.elxv-editorial-date{top:12px;right:12px;font-size:11px}.elxv-editorial-content{padding:12px 12px 12px}.elxv-editorial-card.wide .elxv-editorial-title{font-size:16px}.elxv-editorial-card.tall .elxv-editorial-title{font-size:18px}.elxv-editorial-card.small .elxv-editorial-title{font-size:13px}.elxv-editorial-excerpt{font-size:11px;line-height:1.7}}.homepage-widget-item .elxv-pro-widget{background:transparent;border:0;box-shadow:none;margin:0 0 28px}.elxv-pro-widget{direction:rtl}.elxv-pro-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px}.elxv-pro-heading{margin:0;color:#0f172a;font-size:28px;line-height:1.4;font-weight:900}.elxv-pro-more{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:44px;padding:0 18px;border-radius:999px;border:1px solid #d6e0eb;background:#f8fbfd;color:#0ea5a4;font-weight:800;font-size:15px}.elxv-pro-grid{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1fr);grid-template-rows:auto auto;gap:16px;direction:ltr}.elxv-pro-a{grid-column:1;grid-row:1}.elxv-pro-b{grid-column:2;grid-row:1 / span 2}.elxv-pro-c{grid-column:1;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.elxv-pro-card{position:relative;border-radius:24px;overflow:hidden;background:#d7dfe8;min-width:0;box-shadow:none}.elxv-pro-card.wide{aspect-ratio:16/6.6}.elxv-pro-card.tall{aspect-ratio:1/1.34}.elxv-pro-card.small{aspect-ratio:1/1.02}.elxv-pro-link{position:relative;display:block;width:100%;height:100%;color:#fff}.elxv-pro-link img,.elxv-pro-ph{display:block;width:100%;height:100%;object-fit:cover;background:#d7dbe4}.elxv-pro-shade{position:absolute;inset:0;background:rgba(0,0,0,.55)}.elxv-pro-date{position:absolute;top:18px;right:18px;z-index:2;color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.4);direction:rtl}.elxv-pro-copy{position:absolute;right:0;left:0;bottom:0;z-index:2;padding:16px 20px 18px;text-align:right;direction:rtl}.elxv-pro-title{display:block;color:#fff;font-weight:900;letter-spacing:0;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.38)}.elxv-pro-card.wide .elxv-pro-title{font-size:18px}.elxv-pro-card.tall .elxv-pro-title{font-size:18px}.elxv-pro-card.small .elxv-pro-title{font-size:15px}.elxv-pro-excerpt{display:block;margin-top:8px;color:rgba(255,255,255,.94);font-size:12px;line-height:1.8;text-shadow:0 1px 3px rgba(0,0,0,.32)}.elxv-pro-empty{padding:20px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;color:#475569}@media(max-width:980px){.elxv-pro-heading{font-size:24px}.elxv-pro-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}.elxv-pro-a,.elxv-pro-b,.elxv-pro-c{grid-column:auto;grid-row:auto}.elxv-pro-c{grid-template-columns:1fr 1fr;gap:12px}.elxv-pro-card.wide,.elxv-pro-card.tall{aspect-ratio:16/10}.elxv-pro-card.small{aspect-ratio:1/1}}@media(max-width:640px){.elxv-pro-head{margin-bottom:12px;align-items:flex-start}.elxv-pro-heading{font-size:22px}.elxv-pro-more{min-width:92px;height:38px;padding:0 14px;font-size:13px}.elxv-pro-c{grid-template-columns:1fr 1fr}.elxv-pro-date{top:12px;right:12px;font-size:11px}.elxv-pro-copy{padding:12px 14px 14px}.elxv-pro-card.wide .elxv-pro-title,.elxv-pro-card.tall .elxv-pro-title{font-size:16px}.elxv-pro-card.small .elxv-pro-title{font-size:13px}.elxv-pro-excerpt{font-size:11px}}.elxv-section.elxv-magazine-block,.elxv-section.elxv-magazine-block.dark{background:#081632 !important;border:1px solid rgba(40,77,129,.55)!important;border-radius:32px !important;overflow:hidden !important;box-shadow:0 18px 40px rgba(2,12,35,.24)!important}.elxv-section.elxv-magazine-block .elxv-title{color:#eef6ff !important}.elxv-section.elxv-magazine-block .elxv-more{background:#f8fbff !important;border-color:rgba(255,255,255,.08)!important;color:#09c2c0 !important}.elxv-section.elxv-magazine-block .elxv-rule{background:#08d0cc !important;height:2px !important;opacity:1 !important}.elxv-magazine{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(0,1.28fr);gap:18px;padding:0 24px 24px !important;direction:ltr}.elxv-magazine-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.elxv-mag-mini{min-width:0}.elxv-mag-mini-link{display:block;height:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.elxv-mag-mini-thumb{display:block;aspect-ratio:1/0.88;background:#dbe4ef}.elxv-mag-mini-thumb img,.elxv-mag-feature-thumb img,.elxv-mag-ph{display:block;width:100%;height:100%;object-fit:cover;background:#d7dbe4}.elxv-mag-mini-body{display:block;padding:14px 16px 18px;text-align:right;direction:rtl}.elxv-mag-mini-title{display:block;color:#fff;font-size:15px;line-height:1.7;font-weight:900}.elxv-mag-feature-card{height:100%}.elxv-mag-feature-link{display:flex;flex-direction:column;height:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:28px;overflow:hidden;color:#fff}.elxv-mag-feature-thumb{display:block;aspect-ratio:16/9.4;background:#dbe4ef}.elxv-mag-feature-body{display:block;padding:18px 20px 22px;text-align:right;direction:rtl;background:rgba(12,31,67,.92)}.elxv-mag-feature-date{display:block;color:#12d2cb;font-size:12px;font-weight:800;margin-bottom:10px}.elxv-mag-feature-title{display:block;color:#fff;font-size:18px;line-height:1.8;font-weight:900}.elxv-mag-mini-link:hover,.elxv-mag-feature-link:hover{transform:translateY(-2px);transition:.2s ease;box-shadow:0 16px 30px rgba(0,0,0,.18)}.elxv-mag-mini-link:hover img,.elxv-mag-feature-link:hover img{transform:scale(1.03);transition:transform .45s ease}@media(max-width:980px){.elxv-magazine{grid-template-columns:1fr}.elxv-magazine-side{order:2}.elxv-magazine-feature{order:1}}@media(max-width:720px){.elxv-magazine{padding:0 18px 18px !important;gap:12px}.elxv-magazine-side{gap:12px}.elxv-mag-mini-link{border-radius:18px}.elxv-mag-feature-link{border-radius:22px}.elxv-mag-mini-body{padding:10px 12px 14px}.elxv-mag-mini-title{font-size:13px}.elxv-mag-feature-body{padding:14px 14px 16px}.elxv-mag-feature-title{font-size:16px;line-height:1.7}}.elxv-modern-grid{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(0,.9fr);grid-template-rows:auto auto;gap:16px;direction:ltr}.elxv-modern-feature{grid-column:1;grid-row:1 / span 2}.elxv-modern-side-top{grid-column:2;grid-row:1}.elxv-modern-side-bottom{grid-column:2;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.elxv-modern-card{min-width:0;height:100%}.elxv-modern-link{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;color:inherit;box-shadow:var(--shadow)}.elxv-modern-thumb{display:block;background:#e5e7eb}.elxv-modern-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.elxv-modern-card.feature .elxv-modern-thumb{height:340px}.elxv-modern-card.side-top .elxv-modern-thumb{height:150px}.elxv-modern-card.small .elxv-modern-thumb{height:120px}.elxv-modern-body{display:block;padding:14px 16px 16px;text-align:right;direction:rtl}.elxv-modern-date{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:8px}.elxv-modern-title{display:block;color:var(--ink);font-weight:900;line-height:1.75}.elxv-modern-card.feature .elxv-modern-title{font-size:22px}.elxv-modern-card.side-top .elxv-modern-title{font-size:16px}.elxv-modern-card.small .elxv-modern-title{font-size:14px}.elxv-modern-link:hover{transform:translateY(-2px);transition:.2s ease}.elxv-modern-link:hover .elxv-modern-thumb img{transform:scale(1.03);transition:transform .45s ease}@media(max-width:980px){.elxv-modern-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.elxv-modern-feature,.elxv-modern-side-top,.elxv-modern-side-bottom{grid-column:auto;grid-row:auto}.elxv-modern-side-bottom{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.elxv-modern-card.feature .elxv-modern-thumb{height:280px}.elxv-modern-card.side-top .elxv-modern-thumb{height:140px}.elxv-modern-card.small .elxv-modern-thumb{height:110px}}@media(max-width:640px){.elxv-modern-grid{gap:12px}.elxv-modern-side-bottom{gap:12px}.elxv-modern-link{border-radius:18px}.elxv-modern-body{padding:12px 12px 14px}.elxv-modern-card.feature .elxv-modern-thumb{height:190px}.elxv-modern-card.side-top .elxv-modern-thumb{height:110px}.elxv-modern-card.small .elxv-modern-thumb{height:88px}.elxv-modern-card.feature .elxv-modern-title{font-size:18px}.elxv-modern-card.side-top .elxv-modern-title{font-size:15px}.elxv-modern-card.small .elxv-modern-title{font-size:13px}.elxv-modern-date{font-size:11px;margin-bottom:6px}}.desktop-header--style-2{display:block;background:#fff;box-shadow:0 10px 30px rgba(14,18,33,.07);position:relative;z-index:60}.desktop-header--style-2::before{content:"";position:absolute;top:0;inset-inline:0;height:4px;background:#9e0f18}.desktop-header-style-2-top{background:#1b1d22;color:#fff}.desktop-header-style-2-top-inner{min-height:74px;display:grid;grid-template-columns:minmax(210px,270px)minmax(0,1fr)auto;align-items:center;gap:20px;padding-block:8px}.desktop-header-style-2-brand{justify-self:end}.desktop-header-style-2-brand .brand{display:inline-flex;align-items:center;gap:0;color:#fff}.desktop-header-style-2-brand .brand-media{max-width:220px}.desktop-header-style-2-brand{min-width:0}.desktop-header-style-2-brand .brand-copy{display:none !important}.desktop-header-style-2-brand .custom-logo-link{display:inline-flex;align-items:center}.desktop-header-style-2-brand img{object-fit:contain}.desktop-header-style-2-brand .brand-title{color:#fff;font-size:16px;font-weight:800;line-height:1.2}.desktop-header-style-2-brand .brand-tagline{color:rgba(255,255,255,.72);font-size:12px;margin-top:3px}.desktop-header-style-2-center{min-width:0;display:flex;align-items:center;justify-content:center}.desktop-header-style-2-pages,.desktop-header-style-2-pages .menu{display:flex;align-items:center;gap:20px;flex-wrap:nowrap;justify-content:center;white-space:nowrap}.desktop-header-style-2-pages{width:100%;overflow:hidden}.desktop-header-style-2-pages a{color:#fff;font-size:14px;font-weight:800;line-height:1;opacity:.95;transition:color .2s ease,opacity .2s ease}.desktop-header-style-2-pages a:hover,.desktop-header-style-2-pages .current-menu-item>a,.desktop-header-style-2-pages .current_page_item>a{color:#ffffff;opacity:1}.desktop-header-style-2-pages a{position:relative}.desktop-header-style-2-pages a::after{content:"";position:absolute;inset-inline:0;bottom:-8px;height:2px;background:#cf1622;transform:scaleX(0);transform-origin:center;transition:transform .2s ease;opacity:.95}.desktop-header-style-2-pages a:hover::after,.desktop-header-style-2-pages .current-menu-item>a::after,.desktop-header-style-2-pages .current_page_item>a::after{transform:scaleX(1)}.desktop-header-style-2-tools{display:flex;align-items:center;justify-content:flex-start;gap:10px}.desktop-header-style-2-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap}.style-2-social-link,.style-2-mode-toggle{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(0,0,0,.18);color:#fff;border:none}.style-2-social-link svg,.style-2-mode-toggle svg{width:20px;height:20px}.style-2-social-facebook{background:#3b5998}.style-2-social-twitter{background:#1da1f2}.style-2-social-tumblr{background:#35465c}.style-2-social-linkedin{background:#0077b5}.style-2-social-pinterest{background:#cb2027}.style-2-social-rss{background:#f4b63c;color:#2e2a17}.style-2-mode-toggle{background:#2a2e36;color:#fff}.header-style-2-search-toggle{justify-self:start;width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#fff;color:#616a79;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.15);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,color .2s ease}.header-style-2-search-toggle:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,0,0,.18);color:#b71a24}.header-style-2-search-toggle svg{width:24px;height:24px}@media(max-width:1280px){.desktop-header-style-2-top-inner{grid-template-columns:minmax(180px,220px)minmax(0,1fr)auto;gap:14px}.desktop-header-style-2-pages,.desktop-header-style-2-pages .menu{gap:14px}.desktop-header-style-2-pages a{font-size:13px}.style-2-social-link,.style-2-mode-toggle{width:34px;height:34px}.header-style-2-search-toggle{width:42px;height:42px}}.desktop-header-style-2-bottom{background:#fff;border-bottom:1px solid #e7e8eb;box-shadow:inset 0 -1px 0 rgba(255,255,255,.6)}.desktop-header-style-2-bottom-inner{min-height:54px;display:flex;align-items:center}.desktop-header-style-2-nav{width:100%}.desktop-header-style-2-nav .menu{display:flex;align-items:center;justify-content:space-around;gap:6px;flex-wrap:nowrap;white-space:nowrap}.desktop-header-style-2-nav .menu>li{position:relative}.desktop-header-style-2-nav .menu>li>a{display:flex;align-items:center;min-height:54px;padding:0 9px;color:#111318;font-size:15px;font-weight:800;line-height:1;position:relative}.desktop-header-style-2-nav .menu>li>a::after{content:"";position:absolute;inset-inline:12px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:#b71a24;opacity:0;transform:scaleX(.75);transition:transform .22s ease,opacity .22s ease}.desktop-header-style-2-nav .menu>li:hover>a::after,.desktop-header-style-2-nav .menu>li.current-menu-item>a::after,.desktop-header-style-2-nav .menu>li.current_page_item>a::after,.desktop-header-style-2-nav .menu>li.current-menu-ancestor>a::after{opacity:1;transform:scaleX(1)}.desktop-header-style-2-nav .menu>li>a:hover,.desktop-header-style-2-nav .menu>li.current-menu-item>a,.desktop-header-style-2-nav .menu>li.current_page_item>a,.desktop-header-style-2-nav .menu>li.current-menu-ancestor>a{color:#000}.desktop-header-style-2-nav .menu>li.menu-item-has-children>a::before{content:"";width:7px;height:7px;margin-inline-start:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)translateY(-2px);opacity:.8}.desktop-header-style-2-nav .sub-menu{position:absolute;top:100%;right:0;min-width:220px;background:#fff;border:1px solid #ececf0;border-radius:0 0 12px 12px;box-shadow:0 18px 34px rgba(17,19,24,.12);padding:10px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:80}.desktop-header-style-2-nav li:hover>.sub-menu,.desktop-header-style-2-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.desktop-header-style-2-nav .sub-menu li{position:relative}.desktop-header-style-2-nav .sub-menu a{display:block;padding:10px 18px;color:#1e2430;font-size:14px;font-weight:700}.desktop-header-style-2-nav .sub-menu a:hover{background:#f7f7fa;color:#b71a24}.desktop-header-style-2-nav .sub-menu .sub-menu{top:0;right:100%;margin-right:10px;border-radius:12px}.desktop-header-style-2-brand .custom-logo-link img{max-height:46px;width:auto}.desktop-header-style-2-tools .header-style-2-search-toggle{flex:0 0 auto}.desktop-header-style-2-pages .menu li{display:flex;align-items:center}.style-2-social-link:hover,.style-2-mode-toggle:hover{transform:translateY(-1px);filter:brightness(1.05)}.desktop-header-style-2-nav .menu>li{flex:0 1 auto}body.dark-mode .desktop-header--style-2{background:#151821;box-shadow:0 10px 30px rgba(0,0,0,.22)}body.dark-mode .desktop-header-style-2-top{background:#181b23}body.dark-mode .desktop-header-style-2-bottom{background:#161a22;border-bottom-color:#232a38}body.dark-mode .desktop-header-style-2-nav .menu>li>a{color:#f2f5f9}body.dark-mode .desktop-header-style-2-nav .sub-menu{background:#171b24;border-color:#293244}body.dark-mode .desktop-header-style-2-nav .sub-menu a{color:#eef3fa}body.dark-mode .desktop-header-style-2-nav .sub-menu a:hover{background:#202735;color:#fff}@media(max-width:1199px){.desktop-header-style-2-top-inner{grid-template-columns:minmax(170px,220px)1fr auto;gap:12px}.desktop-header-style-2-pages,.desktop-header-style-2-pages .menu{gap:12px}.desktop-header-style-2-pages a{font-size:13px}.style-2-social-link,.style-2-mode-toggle{width:34px;height:34px}.desktop-header-style-2-nav .menu>li>a{font-size:14px;padding:0 7px}}@media(max-width:1024px){.desktop-header--style-2{display:none}}.theme-mode-toggle{position:relative;border-radius:14px !important;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.16)}.theme-mode-toggle::before{content:"";position:absolute;inset:1px;border-radius:13px;background:rgba(255,255,255,.18);pointer-events:none}.theme-mode-toggle:hover{box-shadow:0 14px 30px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.22)}.theme-mode-toggle .mode-icon svg{width:18px;height:18px}body.dark-mode .theme-mode-toggle{color:#ffd166 !important}.header-style-2-search-toggle{width:42px !important;height:42px !important;border-radius:14px !important;border:1px solid rgba(255,255,255,.22)!important;background:#ffffff !important;color:#4f5b6d !important;box-shadow:0 12px 26px rgba(0,0,0,.14)!important}.header-style-2-search-toggle:hover{box-shadow:0 14px 30px rgba(0,0,0,.16)!important;color:#b71a24 !important;background:#ffffff !important}body.dark-mode .search-drawer{background:#0f172a !important;border-color:#214067 !important;box-shadow:0 28px 80px rgba(2,6,23,.55)!important}body.dark-mode .search-drawer-title,body.dark-mode .search-drawer label,body.dark-mode .search-drawer .search-field{color:#f8fafc !important}body.dark-mode .search-drawer .search-form input[type="search"]{background:#102749 !important;border-color:#27466f !important;color:#fff !important}body.dark-mode .search-drawer-subtitle{color:#a8bdd8 !important}body.dark-mode .search-drawer-badge{background:rgba(31,67,114,.45)!important;border-color:#325b8f !important;color:#c9def8 !important}body.dark-mode .search-drawer .search-form button{background:#1aaea6 !important;color:#fff !important}@media(max-width:640px){.search-drawer{top:72px;padding:18px;border-radius:20px}.search-drawer-head{align-items:flex-start}.search-drawer-heading{gap:10px}.search-drawer-badge{width:42px;height:42px;min-width:42px;border-radius:14px}.search-drawer-title{font-size:20px}.search-drawer-subtitle{font-size:13px}.search-drawer .search-form{grid-template-columns:1fr}.search-drawer .search-form button{width:100%}}.single-share-bottom-wrap{margin-top:24px !important}.single-tags-box,.single-prev-next-nav{margin-top:26px !important;background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;border-radius:26px !important;box-shadow:var(--premium-shadow,0 18px 50px rgba(15,23,42,.08))!important;padding:24px !important}.single-tags-box .single-related-title,.single-prev-next-nav .single-related-title{font-size:28px !important;color:var(--premium-ink,#0f172a)!important;margin:0 0 18px !important}.single-tags-list{display:flex !important;flex-wrap:wrap !important;gap:12px !important}.single-tag-item,.single-tags-list a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;padding:0 16px !important;border-radius:999px !important;background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;color:var(--premium-ink,#0f172a)!important;font-size:14px !important;font-weight:800 !important;line-height:1 !important;text-decoration:none !important;transition:all .2s ease !important}.single-tag-item:hover,.single-tags-list a:hover{transform:translateY(-1px)!important;background:rgba(25,183,174,.08)!important;border-color:rgba(25,183,174,.28)!important;color:var(--accent-dark,#0f766e)!important}.single-prev-next-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px !important}.single-prev-next-card{position:relative !important;min-height:124px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:10px !important;padding:18px !important;border-radius:22px !important;border:1px solid var(--premium-line,#dfe7f1)!important;background:#ffffff !important;box-shadow:none !important;overflow:hidden !important}.single-prev-next-card::before{content:"" !important;position:absolute !important;top:0 !important;right:0 !important;width:100% !important;height:4px !important;background:#19b7ae !important}.single-prev-next-card.next::before{background:#8d3df2 !important}.single-prev-next-label{display:block !important;font-size:13px !important;font-weight:800 !important;color:#6b7280 !important;line-height:1.4 !important}.single-prev-next-card a{display:block !important;color:var(--premium-ink,#0f172a)!important;text-decoration:none !important;font-size:18px !important;font-weight:800 !important;line-height:1.9 !important}.single-prev-next-card a:hover{color:var(--accent-dark,#0f766e)!important}.single-prev-next-empty{font-size:15px !important;font-weight:700 !important;color:#94a3b8 !important}body.dark-mode .single-tags-box,body.dark-mode .single-prev-next-nav{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-tag-item,body.dark-mode .single-tags-list a{background:#163257 !important;border-color:#244874 !important;color:#e6edf8 !important}body.dark-mode .single-tag-item:hover,body.dark-mode .single-tags-list a:hover{background:#1b3c68 !important;border-color:#2f5c92 !important;color:#ffffff !important}body.dark-mode .single-prev-next-card{background:#122c4d !important;border-color:#244874 !important}body.dark-mode .single-prev-next-label,body.dark-mode .single-prev-next-empty{color:#bfd0e4 !important}body.dark-mode .single-prev-next-card a{color:#f8fafc !important}@media(max-width:720px){.single-tags-box,.single-prev-next-nav{padding:18px !important;border-radius:22px !important}.single-prev-next-grid{grid-template-columns:1fr !important;gap:12px !important}.single-prev-next-card{min-height:112px !important;border-radius:18px !important}}.single-share-bottom-wrap,.single-tags-box,.single-prev-next-nav{background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;border-radius:28px !important;box-shadow:var(--premium-shadow,0 18px 50px rgba(15,23,42,.08))!important;padding:24px 26px !important}.single-section-head{display:flex !important;align-items:center !important;justify-content:flex-start !important;margin:0 0 18px !important}.single-share-bottom-wrap .single-section-head,.single-tags-box .single-section-head,.single-prev-next-nav .single-section-head{margin-bottom:18px !important}.single-share-bottom-wrap .single-related-title,.single-tags-box .single-related-title,.single-prev-next-nav .single-related-title{display:inline-flex !important;align-items:center !important;gap:12px !important;margin:0 !important;font-size:30px !important;line-height:1.25 !important}.single-share-bottom-wrap .single-related-title::before,.single-tags-box .single-related-title::before,.single-prev-next-nav .single-related-title::before,.single-share-bottom-wrap .single-related-title::after,.single-tags-box .single-related-title::after,.single-prev-next-nav .single-related-title::after{content:"";display:inline-block;width:56px;height:4px;border-radius:999px;background:var(--accent,#19b7ae)}.single-share-bottom-wrap{display:grid !important;grid-template-columns:auto 1fr !important;align-items:center !important;gap:22px !important}.single-share-bottom-wrap .single-section-head{margin:0 !important}.single-share-bottom-wrap .share-box{margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;direction:ltr !important}.single-share-bottom-wrap .share-btn{width:44px !important;height:44px !important;border-radius:14px !important}.single-tags-box{display:grid !important;grid-template-columns:auto 1fr !important;align-items:center !important;gap:24px !important}.single-tags-box .single-section-head{margin:0 !important}.single-tags-list{margin:0 !important;justify-content:flex-start !important;align-items:center !important;gap:10px !important}.single-tag-item,.single-tags-list a{min-height:40px !important;padding:0 18px !important;border-radius:999px !important;background:#ffffff !important;box-shadow:0 4px 16px rgba(15,23,42,.04)!important}.single-prev-next-nav .single-section-head{margin-bottom:20px !important}.single-prev-next-card{min-height:132px !important;padding:20px 22px !important;border-radius:24px !important;background:#ffffff !important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease !important}.single-prev-next-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 30px rgba(15,23,42,.08)!important;border-color:rgba(25,183,174,.28)!important}.single-prev-next-card a{font-size:19px !important;line-height:1.85 !important}body.dark-mode .single-share-bottom-wrap,body.dark-mode .single-tags-box,body.dark-mode .single-prev-next-nav{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-share-bottom-wrap .single-related-title,body.dark-mode .single-tags-box .single-related-title,body.dark-mode .single-prev-next-nav .single-related-title{color:#f8fafc !important}body.dark-mode .single-tag-item,body.dark-mode .single-tags-list a{box-shadow:none !important}@media(max-width:920px){.single-share-bottom-wrap,.single-tags-box{grid-template-columns:1fr !important;gap:14px !important}.single-share-bottom-wrap .single-section-head,.single-tags-box .single-section-head{margin-bottom:0 !important}}@media(max-width:720px){.single-share-bottom-wrap,.single-tags-box,.single-prev-next-nav{padding:18px !important;border-radius:22px !important}.single-share-bottom-wrap .single-related-title,.single-tags-box .single-related-title,.single-prev-next-nav .single-related-title{font-size:24px !important;gap:10px !important}.single-share-bottom-wrap .single-related-title::before,.single-tags-box .single-related-title::before,.single-prev-next-nav .single-related-title::before,.single-share-bottom-wrap .single-related-title::after,.single-tags-box .single-related-title::after,.single-prev-next-nav .single-related-title::after{width:40px}.single-share-bottom-wrap .share-box{justify-content:center !important;flex-wrap:wrap !important}.single-prev-next-grid{grid-template-columns:1fr !important}.single-prev-next-card{min-height:114px !important;border-radius:18px !important;padding:18px !important}}.single-inline-share-wrap{margin-top:24px !important;padding-top:20px !important;border-top:1px solid var(--premium-line,#dfe7f1)!important}.single-inline-share-inner{display:flex !important;justify-content:center !important}.single-inline-share-inner .share-box{margin:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:12px !important;direction:ltr !important;padding:14px 18px !important;border-radius:22px !important;background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;box-shadow:0 10px 24px rgba(15,23,42,.05)!important}.single-inline-share-inner .share-btn{width:46px !important;height:46px !important;border-radius:14px !important}body.dark-mode .single-inline-share-wrap{border-top-color:#1b355c !important}body.dark-mode .single-inline-share-inner .share-box{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}@media(max-width:720px){.single-inline-share-wrap{margin-top:18px !important;padding-top:18px !important}.single-inline-share-inner .share-box{padding:12px 14px !important;gap:10px !important;flex-wrap:wrap !important}.single-inline-share-inner .share-btn{width:42px !important;height:42px !important}}.single-layout-grid{display:grid;grid-template-columns:minmax(0,1fr)340px;gap:28px;align-items:start}.single-main-column,.single-sidebar-column{min-width:0}.single-sidebar-column .widget{background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;border-radius:30px !important;box-shadow:var(--premium-shadow,0 18px 50px rgba(15,23,42,.08))!important;overflow:hidden;position:sticky;top:118px}.single-sidebar-column .widget-title{margin:0 !important;padding:24px 24px 0 !important;color:var(--premium-ink,#0f172a)!important;font-size:30px !important;font-weight:900 !important;line-height:1.2 !important}.single-sidebar-column .widget-body{padding:18px 18px 20px !important}.al7-related-widget-list{display:flex;flex-direction:column;gap:14px}.al7-related-widget-item{display:grid;grid-template-columns:minmax(0,1fr)122px;gap:14px;align-items:center;padding:10px;border-radius:22px;background:#ffffff;border:1px solid var(--premium-line,#dfe7f1);box-shadow:0 8px 24px rgba(15,23,42,.04)}.al7-related-widget-body{min-width:0}.al7-related-widget-body h4{margin:0;font-size:15px;line-height:1.8;font-weight:800}.al7-related-widget-body a{color:var(--premium-ink,#0f172a);text-decoration:none}.al7-related-widget-body a:hover{color:var(--accent-dark,#0f766e)}.al7-related-widget-thumb{display:block;width:122px;height:122px;border-radius:18px;overflow:hidden;background:#dbe4ef}.al7-related-widget-thumb img,.al7-related-widget-thumb-placeholder{display:block;width:100%;height:100%}.al7-related-widget-thumb img{object-fit:cover}.al7-related-widget-thumb-placeholder{background:#dbe4ef}body.dark-mode .single-sidebar-column .widget{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-sidebar-column .widget-title,body.dark-mode .al7-related-widget-body a{color:#f8fafc !important}body.dark-mode .al7-related-widget-item{background:#123155;border-color:#244874;box-shadow:none}@media(max-width:1180px){.single-layout-grid{grid-template-columns:minmax(0,1fr)300px}.single-sidebar-column .widget-title{font-size:26px !important}}@media(max-width:980px){.single-layout-grid{grid-template-columns:1fr}.single-sidebar-column .widget{position:static;top:auto}}@media(max-width:720px){.single-sidebar-column .widget{border-radius:24px !important}.single-sidebar-column .widget-title{padding:20px 18px 0 !important;font-size:24px !important}.single-sidebar-column .widget-body{padding:14px 14px 16px !important}.al7-related-widget-item{grid-template-columns:minmax(0,1fr)96px;gap:12px;padding:10px;border-radius:18px}.al7-related-widget-thumb{width:96px;height:96px;border-radius:14px}.al7-related-widget-body h4{font-size:14px;line-height:1.7}}.single-layout-grid{display:grid !important;grid-template-columns:minmax(0,1fr)340px !important;gap:28px !important;align-items:start !important}.single-main-column,.single-sidebar-column{min-width:0}.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;border-radius:30px !important;box-shadow:var(--premium-shadow,0 18px 50px rgba(15,23,42,.08))!important;overflow:hidden !important;position:sticky !important;top:118px !important}.single-sidebar-column .widget-title,.single-sidebar-column .al7-related-sidebar-box .widget-title{margin:0 !important;padding:24px 24px 0 !important;color:var(--premium-ink,#0f172a)!important;font-size:30px !important;font-weight:900 !important;line-height:1.2 !important}.single-sidebar-column .widget-body,.single-sidebar-column .al7-related-sidebar-box .widget-body{padding:18px 18px 20px !important}.al7-related-widget-list{display:flex !important;flex-direction:column !important;gap:14px !important}.al7-related-widget-item{display:grid !important;grid-template-columns:minmax(0,1fr)122px !important;gap:14px !important;align-items:center !important;padding:10px !important;border-radius:22px !important;background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important}.al7-related-widget-body{min-width:0}.al7-related-widget-body h4{margin:0 !important;font-size:15px !important;line-height:1.8 !important;font-weight:800 !important}.al7-related-widget-body a{color:var(--premium-ink,#0f172a)!important;text-decoration:none !important}.al7-related-widget-body a:hover{color:var(--accent-dark,#0f766e)!important}.al7-related-widget-thumb{display:block !important;width:122px !important;height:122px !important;border-radius:18px !important;overflow:hidden !important;background:#dbe4ef !important}.al7-related-widget-thumb img,.al7-related-widget-thumb-placeholder{display:block !important;width:100% !important;height:100% !important}.al7-related-widget-thumb img{object-fit:cover !important}.al7-related-widget-thumb-placeholder{background:#dbe4ef !important}body.dark-mode .single-sidebar-column .widget,body.dark-mode .single-sidebar-column .al7-related-sidebar-box{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-sidebar-column .widget-title,body.dark-mode .single-sidebar-column .al7-related-sidebar-box .widget-title,body.dark-mode .al7-related-widget-body a{color:#f8fafc !important}body.dark-mode .al7-related-widget-item{background:#123155 !important;border-color:#244874 !important;box-shadow:none !important}@media(max-width:1180px){.single-layout-grid{grid-template-columns:minmax(0,1fr)300px !important}.single-sidebar-column .widget-title,.single-sidebar-column .al7-related-sidebar-box .widget-title{font-size:26px !important}}@media(max-width:980px){.single-layout-grid{grid-template-columns:1fr !important}.single-sidebar-column{order:2}.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{position:static !important;top:auto !important}}@media(max-width:720px){.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{border-radius:24px !important}.single-sidebar-column .widget-title,.single-sidebar-column .al7-related-sidebar-box .widget-title{padding:20px 18px 0 !important;font-size:24px !important}.single-sidebar-column .widget-body,.single-sidebar-column .al7-related-sidebar-box .widget-body{padding:14px 14px 16px !important}.al7-related-widget-item{grid-template-columns:minmax(0,1fr)96px !important;gap:12px !important;padding:10px !important;border-radius:18px !important}.al7-related-widget-thumb{width:96px !important;height:96px !important;border-radius:14px !important}.al7-related-widget-body h4{font-size:14px !important;line-height:1.7 !important}}.single-after-box{width:100% !important;margin:26px 0 0 !important}.single-related.single-after-box,.single-tags-box.single-after-box,.single-prev-next-nav.single-after-box,.single-comments-box.single-after-box,.single-bio-wrap.single-after-box .single-bio{background:#ffffff !important;border:1px solid var(--premium-line,#dfe7f1)!important;border-radius:28px !important;box-shadow:var(--premium-shadow,0 18px 50px rgba(15,23,42,.08))!important;padding:24px 26px !important}.single-bio-wrap.single-after-box{margin-top:26px !important}.single-bio-wrap.single-after-box .single-bio{margin:0 !important}.single-after-box .single-section-head{display:flex !important;align-items:center !important;justify-content:flex-start !important;margin:0 0 20px !important}.single-after-box .single-related-title,.single-after-box .single-comments-title{display:inline-flex !important;align-items:center !important;gap:12px !important;margin:0 !important;color:var(--premium-ink,#0f172a)!important;font-size:28px !important;font-weight:900 !important;line-height:1.25 !important}.single-after-box .single-related-title::before,.single-after-box .single-related-title::after,.single-after-box .single-comments-title::before,.single-after-box .single-comments-title::after{content:"" !important;display:inline-block !important;width:54px !important;height:4px !important;border-radius:999px !important;background:var(--accent,#19b7ae)!important}.single-related.single-after-box .single-related-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px !important}.single-related.single-after-box .single-related-card{margin:0 !important;background:#fff !important;border:1px solid var(--premium-line,#dfe7f1)!important;border-radius:22px !important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important;padding:12px !important}.single-related.single-after-box .single-related-thumb{aspect-ratio:16/10 !important;display:block !important;border-radius:16px !important;overflow:hidden !important;margin:0 0 12px !important}.single-related.single-after-box .single-related-thumb img{width:100% !important;height:100% !important;object-fit:cover !important}.single-related.single-after-box .single-related-body h3{margin:0 !important;font-size:16px !important;line-height:1.7 !important;font-weight:800 !important}.single-tags-box.single-after-box{display:grid !important;grid-template-columns:auto 1fr !important;gap:24px !important;align-items:center !important}.single-tags-box.single-after-box .single-section-head{margin:0 !important}.single-tags-box.single-after-box .single-tags-list{margin:0 !important;display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important;justify-content:flex-start !important}.single-tags-box.single-after-box .single-tag-item,.single-tags-box.single-after-box .single-tags-list a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:40px !important;padding:0 18px !important;border-radius:999px !important;background:#fff !important;border:1px solid var(--premium-line,#dfe7f1)!important;color:var(--premium-ink,#0f172a)!important;font-weight:800 !important;text-decoration:none !important;box-shadow:0 4px 16px rgba(15,23,42,.04)!important}.single-prev-next-nav.single-after-box .single-prev-next-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:128px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:10px !important;padding:20px 22px !important;border-radius:22px !important;background:#fff !important;border:1px solid var(--premium-line,#dfe7f1)!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important;overflow:hidden !important}.single-prev-next-nav.single-after-box .single-prev-next-card a{color:var(--premium-ink,#0f172a)!important;font-size:18px !important;font-weight:800 !important;line-height:1.8 !important;text-decoration:none !important}.single-prev-next-nav.single-after-box .single-prev-next-label{font-size:13px !important;font-weight:800 !important;color:#64748b !important}.single-comments-box.single-after-box .single-comments-title{margin-bottom:20px !important}body.dark-mode .single-related.single-after-box,body.dark-mode .single-tags-box.single-after-box,body.dark-mode .single-prev-next-nav.single-after-box,body.dark-mode .single-comments-box.single-after-box,body.dark-mode .single-bio-wrap.single-after-box .single-bio{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-after-box .single-related-title,body.dark-mode .single-after-box .single-comments-title,body.dark-mode .single-prev-next-nav.single-after-box .single-prev-next-card a,body.dark-mode .single-related.single-after-box .single-related-body h3 a,body.dark-mode .single-tags-box.single-after-box .single-tag-item{color:#f8fafc !important}body.dark-mode .single-related.single-after-box .single-related-card,body.dark-mode .single-prev-next-nav.single-after-box .single-prev-next-card,body.dark-mode .single-tags-box.single-after-box .single-tag-item{background:#123155 !important;border-color:#244874 !important;box-shadow:none !important}@media(max-width:980px){.single-related.single-after-box .single-related-grid{grid-template-columns:1fr !important}.single-tags-box.single-after-box{grid-template-columns:1fr !important;gap:14px !important}.single-tags-box.single-after-box .single-section-head{margin-bottom:0 !important}}@media(max-width:720px){.single-related.single-after-box,.single-tags-box.single-after-box,.single-prev-next-nav.single-after-box,.single-comments-box.single-after-box,.single-bio-wrap.single-after-box .single-bio{padding:18px !important;border-radius:22px !important}.single-after-box .single-related-title,.single-after-box .single-comments-title{font-size:24px !important}.single-after-box .single-related-title::before,.single-after-box .single-related-title::after,.single-after-box .single-comments-title::before,.single-after-box .single-comments-title::after{width:38px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:1fr !important}}.single-prev-next-nav.single-after-box{max-width:940px !important;margin:26px auto 0 !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{gap:14px !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:108px !important;padding:18px 20px !important}.single-prev-next-nav.single-after-box .single-prev-next-card a{font-size:16px !important;line-height:1.7 !important}.single-prev-next-nav.single-after-box .single-prev-next-label{font-size:12px !important}@media(max-width:720px){.single-prev-next-nav.single-after-box{max-width:100% !important}}.single-prev-next-nav.single-after-box{max-width:760px !important;margin:22px auto 0 !important;padding:18px 20px !important;border-radius:24px !important}.single-prev-next-nav.single-after-box .single-section-head{margin-bottom:14px !important}.single-prev-next-nav.single-after-box .single-related-title{font-size:24px !important}.single-prev-next-nav.single-after-box .single-related-title::before,.single-prev-next-nav.single-after-box .single-related-title::after{width:42px !important;height:3px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{gap:12px !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:92px !important;padding:15px 16px !important;border-radius:18px !important}.single-prev-next-nav.single-after-box .single-prev-next-card a{font-size:14px !important;line-height:1.65 !important}.single-prev-next-nav.single-after-box .single-prev-next-label{font-size:11px !important}@media(max-width:720px){.single-prev-next-nav.single-after-box{max-width:100% !important;padding:16px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:1fr !important}}.single-prev-next-nav.single-after-box{width:100% !important;max-width:none !important;margin:22px 0 0 !important;padding:20px 22px !important;box-sizing:border-box !important}.single-prev-next-nav.single-after-box .single-section-head{width:100% !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px !important;width:100% !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:96px !important;width:100% !important}@media(max-width:720px){.single-prev-next-nav.single-after-box{margin:18px 0 0 !important;padding:18px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:1fr !important}}.al7w-post-list,.al7w-ranked-list,.al7-video-list,.al7-links-list,.al7-social-grid{display:grid;gap:14px}.al7w-post-item,.al7w-ranked-item,.al7-video-item{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.al7w-ranked-item{grid-template-columns:42px 84px minmax(0,1fr)}.al7w-rank{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#127a74;color:#fff;font-weight:800}.al7w-thumb,.al7-video-media{display:block;border-radius:16px;overflow:hidden;background:#d9e5f0;aspect-ratio:1/1}.al7w-thumb.small{width:84px;height:84px;aspect-ratio:auto}.al7w-thumb img,.al7-video-media img{width:100%;height:100%;object-fit:cover}.al7w-thumb-ph{display:block;width:100%;height:100%;background:#dbe4ef}.al7w-copy h4,.al7-video-copy h4{margin:0 0 6px;font-size:16px;line-height:1.8}.al7w-copy h4 a,.al7-video-copy h4 a{color:var(--text)}.al7w-copy h4 a:hover,.al7-video-copy h4 a:hover{color:var(--accent-dark)}.al7w-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12px}.al7-video-item{grid-template-columns:136px minmax(0,1fr)}.al7-video-media{aspect-ratio:16/10;position:relative}.al7-video-play{position:absolute;inset:auto 12px 12px auto;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);color:#ff2f59;font-size:20px;font-weight:700}.al7-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.al7-social-item{min-height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);font-weight:800;box-shadow:var(--shadow)}.al7-social-item:hover{transform:translateY(-1px)}.al7-social-item.social-facebook{color:#1877f2}.al7-social-item.social-x{color:#111}.al7-social-item.social-instagram{color:#c13584}.al7-social-item.social-youtube{color:#ff0000}.al7-social-item.social-telegram{color:#229ed9}.al7-social-item.social-pinterest{color:#e60023}.al7-links-item{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 16px;border-radius:16px;background:#fff;border:1px solid var(--line);font-weight:700}.al7-links-item::before{content:"←";opacity:.6}.al7-cta-box{padding:24px;border-radius:24px;background:#0f2747;color:#fff;box-shadow:0 16px 40px rgba(15,39,71,.18)}.al7-cta-box h3{margin:0 0 8px;font-size:28px;line-height:1.3}.al7-cta-box p{margin:0 0 16px;opacity:.92}.al7-cta-btn{display:inline-flex;min-width:140px;min-height:46px;padding:0 18px;align-items:center;justify-content:center;border-radius:14px;background:#fff;color:#0f2747;font-weight:800}.al7-hero-slider{background:#fff;border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:var(--shadow)}.al7-hero-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.al7-hero-head h3{margin:0;font-size:28px;line-height:1.3}.al7-hero-nav{display:flex;gap:10px}.al7-hero-nav button,.al7-hero-dots button{border:0;cursor:pointer;background:#eef7f7;color:#0f2747}.al7-hero-nav button{width:44px;height:44px;border-radius:14px;font-size:26px;line-height:1}.al7-hero-track{position:relative;min-height:420px}.al7-hero-slide{display:none}.al7-hero-slide.is-active{display:block}.al7-hero-media{display:block;position:relative;border-radius:24px;overflow:hidden;aspect-ratio:16/9;background:#dbe4ef}.al7-hero-media img{width:100%;height:100%;object-fit:cover}.al7-hero-shade{position:absolute;inset:0;background:rgba(0,0,0,.55)}.al7-hero-caption{position:absolute;right:24px;left:24px;bottom:24px;display:grid;gap:8px;color:#fff}.al7-hero-caption strong{font-size:34px;line-height:1.35}.al7-hero-caption em{font-style:normal;opacity:.92}.al7-hero-dots{display:flex;justify-content:center;gap:10px;margin-top:14px}.al7-hero-dots button{width:12px;height:12px;border-radius:999px;opacity:.45}.al7-hero-dots button.is-active{opacity:1;background:var(--accent)}.homepage-widget-item .al7-hero-slider{margin-top:0}body.dark-mode .al7w-post-item,body.dark-mode .al7w-ranked-item,body.dark-mode .al7-video-item,body.dark-mode .al7-links-item,body.dark-mode .al7-social-item,body.dark-mode .al7-hero-slider{background:#102749;border-color:#1b355c;box-shadow:none}body.dark-mode .al7w-copy h4 a,body.dark-mode .al7-video-copy h4 a,body.dark-mode .al7-links-item,body.dark-mode .al7-social-item,body.dark-mode .al7-hero-head h3,body.dark-mode .al7w-rank{color:#fff}body.dark-mode .al7w-meta{color:#c8d3e1}body.dark-mode .al7-hero-nav button,body.dark-mode .al7-hero-dots button{background:#123155;color:#fff}@media(max-width:900px){.al7-social-grid{grid-template-columns:1fr 1fr}.al7-hero-track{min-height:340px}.al7-hero-caption strong{font-size:26px}}@media(max-width:640px){.al7w-post-item,.al7w-ranked-item,.al7-video-item{grid-template-columns:84px minmax(0,1fr)}.al7w-ranked-item{grid-template-columns:36px 72px minmax(0,1fr)}.al7w-thumb.small{width:72px;height:72px}.al7-video-item{grid-template-columns:1fr}.al7-social-grid{grid-template-columns:1fr}.al7-hero-slider{padding:14px;border-radius:22px}.al7-hero-head h3{font-size:22px}.al7-hero-track{min-height:240px}.al7-hero-caption{right:14px;left:14px;bottom:14px}.al7-hero-caption strong{font-size:20px}}.single-sidebar-column{display:grid !important;gap:22px !important;align-content:start !important}.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{position:relative !important;top:auto !important;margin:0 !important;overflow:hidden !important}.single-sidebar-column .widget+.widget,.single-sidebar-column .widget+.al7-related-sidebar-box,.single-sidebar-column .al7-related-sidebar-box+.widget,.single-sidebar-column .al7-related-sidebar-box+.al7-related-sidebar-box{margin-top:0 !important}.single-sidebar-column .widget-title,.single-sidebar-column .al7-related-sidebar-box .widget-title{padding-bottom:8px !important}.single-sidebar-column .widget-body,.single-sidebar-column .al7-related-sidebar-box .widget-body{padding-top:10px !important}.al7w-ranked-list,.al7-related-widget-list{gap:16px !important}.al7w-ranked-item,.al7-related-widget-item{min-height:118px !important}.al7w-copy,.al7-related-widget-body{min-width:0 !important}.al7w-copy h4,.al7-related-widget-body h4{margin:0 0 8px !important}.single-bio-wrap.single-after-box,.single-tags-box.single-after-box,.single-prev-next-nav.single-after-box,.single-comments-box.single-after-box,.single-related.single-after-box{width:100% !important;max-width:none !important;margin:26px 0 0 !important;box-sizing:border-box !important}.single-prev-next-nav.single-after-box{padding:24px 26px !important;border-radius:28px !important}.single-prev-next-nav.single-after-box .single-section-head{margin:0 0 20px !important}.single-prev-next-nav.single-after-box .single-related-title{font-size:28px !important}.single-prev-next-nav.single-after-box .single-related-title::before,.single-prev-next-nav.single-after-box .single-related-title::after{width:54px !important;height:4px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:128px !important;padding:20px 22px !important;border-radius:22px !important}.single-prev-next-nav.single-after-box .single-prev-next-card a{font-size:18px !important;line-height:1.8 !important}.single-prev-next-nav.single-after-box .single-prev-next-label{font-size:13px !important}.header-widget-area-wrap,.footer-widget-area-wrap{padding:18px 0 0}.header-widget-area,.footer-widget-area{display:grid;gap:18px}.header-widget-area .widget,.footer-widget-area .widget{margin:0}.header-widget-area .widget-title,.footer-widget-area .widget-title{font-size:22px}body.dark-mode .header-widget-area .widget,body.dark-mode .footer-widget-area .widget{background:#102749;border-color:#1b355c;box-shadow:none}body.dark-mode .header-widget-area .widget-title,body.dark-mode .footer-widget-area .widget-title{color:#f8fafc}@media(max-width:720px){.single-sidebar-column{gap:18px !important}.single-prev-next-nav.single-after-box,.single-bio-wrap.single-after-box,.single-tags-box.single-after-box,.single-comments-box.single-after-box,.single-related.single-after-box{margin-top:18px !important}.single-prev-next-nav.single-after-box{padding:18px !important;border-radius:22px !important}.single-prev-next-nav.single-after-box .single-related-title{font-size:24px !important}.single-prev-next-nav.single-after-box .single-related-title::before,.single-prev-next-nav.single-after-box .single-related-title::after{width:38px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:1fr !important;gap:12px !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:104px !important;padding:16px 18px !important}}.al7-hero-slider.al7-hero-slider-compact{padding:18px !important;border-radius:26px !important}.al7-hero-slider-compact .al7-hero-head{margin-bottom:14px !important}.al7-hero-slider-compact .al7-hero-head h3{font-size:26px !important}.al7-hero-layout{display:grid !important;grid-template-columns:minmax(0,1fr)260px !important;gap:16px !important;align-items:stretch !important}.al7-hero-stage{min-width:0 !important}.al7-hero-slider-compact .al7-hero-track{min-height:0 !important}.al7-hero-slider-compact .al7-hero-media{aspect-ratio:16/7.5 !important;border-radius:22px !important}.al7-hero-slider-compact .al7-hero-caption{right:22px !important;left:22px !important;bottom:20px !important}.al7-hero-slider-compact .al7-hero-caption strong{font-size:28px !important;line-height:1.35 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.al7-hero-slider-compact .al7-hero-caption em{font-size:13px !important}.al7-hero-thumbs{display:grid !important;gap:10px !important;align-content:start !important}.al7-hero-thumb{width:100% !important;display:grid !important;grid-template-columns:72px minmax(0,1fr)!important;gap:10px !important;align-items:center !important;text-align:right !important;padding:9px !important;border-radius:18px !important;border:1px solid var(--premium-line,#dfe7f1)!important;background:#fff !important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important;cursor:pointer !important}.al7-hero-thumb:hover,.al7-hero-thumb.is-active{border-color:rgba(25,183,174,.42)!important;background:rgba(25,183,174,.06)!important}.al7-hero-thumb-img{display:block !important;width:72px !important;height:58px !important;border-radius:14px !important;overflow:hidden !important;background:#dbe4ef !important}.al7-hero-thumb-img img{width:100% !important;height:100% !important;object-fit:cover !important}.al7-hero-thumb-title{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;color:var(--premium-ink,#0f172a)!important;font-size:14px !important;font-weight:800 !important;line-height:1.65 !important}.al7-hero-dots{display:none !important}body.dark-mode .al7-hero-thumb{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .al7-hero-thumb-title{color:#f8fafc !important}@media(max-width:980px){.al7-hero-layout{grid-template-columns:1fr !important}.al7-hero-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))!important}.al7-hero-thumb{grid-template-columns:1fr !important}.al7-hero-thumb-img{width:100% !important;height:auto !important;aspect-ratio:16/9 !important}}@media(max-width:640px){.al7-hero-slider.al7-hero-slider-compact{padding:14px !important;border-radius:22px !important}.al7-hero-slider-compact .al7-hero-head h3{font-size:22px !important}.al7-hero-slider-compact .al7-hero-media{aspect-ratio:16/9 !important}.al7-hero-slider-compact .al7-hero-caption{right:14px !important;left:14px !important;bottom:14px !important}.al7-hero-slider-compact .al7-hero-caption strong{font-size:20px !important}.al7-hero-thumbs{grid-template-columns:1fr !important}.al7-hero-thumb{grid-template-columns:70px minmax(0,1fr)!important}.al7-hero-thumb-img{width:70px !important;height:54px !important;aspect-ratio:auto !important}}@media(min-width:981px){.single-sidebar-column{position:sticky !important;top:110px !important;align-self:start !important;display:grid !important;gap:24px !important;max-height:calc(100vh - 130px)!important;overflow:auto !important;padding-bottom:10px !important;scrollbar-width:thin}.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{position:static !important;top:auto !important;margin:0 !important}}@media(max-width:980px){.single-sidebar-column{position:static !important;max-height:none !important;overflow:visible !important}}.single-sidebar-column .widget+.widget,.single-sidebar-column .widget+.al7-related-sidebar-box,.single-sidebar-column .al7-related-sidebar-box+.widget,.single-sidebar-column .al7-related-sidebar-box+.al7-related-sidebar-box{margin-top:0 !important}.single-related.single-after-box,.single-tags-box.single-after-box,.single-prev-next-nav.single-after-box,.single-bio-wrap.single-after-box,.single-comments-box.single-after-box{width:min(100%,920px)!important;max-width:920px !important;margin:26px auto 0 !important;box-sizing:border-box !important}.single-bio-wrap.single-after-box .single-bio{width:100% !important;max-width:100% !important;margin:0 !important}.single-prev-next-nav.single-after-box{padding:24px 26px !important;border-radius:28px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px !important}.single-prev-next-nav.single-after-box .single-prev-next-card{min-height:126px !important;border-radius:22px !important}@media(max-width:720px){.single-related.single-after-box,.single-tags-box.single-after-box,.single-prev-next-nav.single-after-box,.single-bio-wrap.single-after-box,.single-comments-box.single-after-box{width:100% !important;max-width:100% !important;margin-top:18px !important}.single-prev-next-nav.single-after-box .single-prev-next-grid{grid-template-columns:1fr !important}}.single-layout-grid{display:grid !important;grid-template-columns:minmax(0,1fr)330px !important;gap:28px !important;align-items:start !important}.single-main-column,.single-sidebar-column{min-width:0}.single-after-article-stack{margin-top:22px}.single-after-box{background:#ffffff !important;border:1px solid #dfe7f1 !important;border-radius:30px !important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important;padding:26px !important;margin:0 0 22px !important}.single-section-head{display:flex;align-items:center;justify-content:flex-start;margin:0 0 18px}.single-related-title,.single-comments-title{margin:0 !important;color:#0f172a !important;font-size:28px !important;line-height:1.3 !important;font-weight:900 !important;display:inline-flex;align-items:center;gap:14px}.single-related-title::before,.single-comments-title::before,.single-related-title::after,.single-comments-title::after{content:'';width:44px;height:4px;border-radius:999px;background:#1dbbb1;opacity:.95}.single-related-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px !important}.single-related-card{background:var(--eletaj-button-bg)!important;border:1px solid #dfe7f1 !important;border-radius:22px !important;padding:14px !important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important}.single-related-thumb{display:block;aspect-ratio:16/10;border-radius:16px;overflow:hidden;background:#e8eef6;margin-bottom:14px}.single-related-thumb img{width:100%;height:100%;object-fit:cover;display:block}.single-related-body h3{margin:0;font-size:18px;line-height:1.8;font-weight:800}.single-related-body a{color:#0f172a;text-decoration:none}.single-related-body a:hover{color:#0f766e}.single-prev-next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.single-prev-next-card{min-height:120px;background:#ffffff;border:1px solid #dfe7f1;border-radius:22px;padding:18px 20px;display:flex;flex-direction:column;justify-content:center;gap:10px}.single-prev-next-label{font-size:12px;color:#7a8798;font-weight:700;display:block}.single-prev-next-card a{color:#0f172a;text-decoration:none;font-size:18px;line-height:1.8;font-weight:800}.single-prev-next-empty{color:#96a1af;font-size:15px}.single-tags-list{display:flex;flex-wrap:wrap;gap:10px}.single-tag-item{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#f3faf9;border:1px solid #cfeae8;color:#0f172a;text-decoration:none;font-weight:700}.single-tag-item:hover{background:#1dbbb1;color:#fff;border-color:#1dbbb1}.single-bio{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important}.single-bio-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px dashed #d7e3ee}.single-bio-profile{display:flex;align-items:center;gap:16px}.single-bio-avatar{width:76px;height:76px;border-radius:22px;overflow:hidden;background:#eef4fb;flex:0 0 76px}.single-bio-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:22px}.single-bio-name{margin:0 0 6px;font-size:26px;font-weight:900;color:#0f172a}.single-bio-name a{color:inherit;text-decoration:none}.single-bio-role{margin:0;color:#718096;font-size:14px;font-weight:700}.single-bio-badges{display:flex;flex-wrap:wrap;gap:10px}.single-bio-badges span{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:#f5f8fc;border:1px solid #dfe7f1;color:#0f172a;font-weight:800}.single-bio-text{margin:18px 0 0;color:#334155;font-size:16px;line-height:2}.single-comments-box{padding:26px !important}.single-comments-box .comment-reply-title,.single-comments-box .comments-title{font-size:20px;font-weight:900;color:#0f172a}.single-comments-box textarea,.single-comments-box input[type="text"],.single-comments-box input[type="email"],.single-comments-box input[type="url"]{width:100%;border-radius:18px;border:1px solid #dfe7f1;background:#fbfdff;padding:14px 16px;box-sizing:border-box}.single-comments-box textarea{min-height:170px}.single-comments-box .submit{border-radius:16px !important;padding:12px 22px !important;font-weight:800 !important}.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{position:static !important;top:auto !important;background:#ffffff !important;border:1px solid #dfe7f1 !important;border-radius:32px !important;box-shadow:0 18px 50px rgba(15,23,42,.08)!important;overflow:hidden !important;margin-bottom:22px !important}.single-sidebar-column .widget::before,.single-sidebar-column .al7-related-sidebar-box::before{content:'';display:block;height:4px;background:#b8fff8}.single-sidebar-column .widget-title,.single-sidebar-column .al7-related-sidebar-box .widget-title{margin:0 !important;padding:24px 22px 0 !important;color:#0f172a !important;font-size:30px !important;font-weight:900 !important;line-height:1.2 !important}.single-sidebar-column .widget-body,.single-sidebar-column .al7-related-sidebar-box .widget-body{padding:18px 16px 18px !important}.al7-related-widget-list{display:flex !important;flex-direction:column !important;gap:14px !important}.al7-related-widget-item{display:grid !important;grid-template-columns:minmax(0,1fr)108px !important;gap:14px !important;align-items:center !important;padding:12px !important;border-radius:22px !important;background:#ffffff !important;border:1px solid #e4edf6 !important;box-shadow:0 10px 24px rgba(15,23,42,.04)!important;transition:transform .22s ease,box-shadow .22s ease}.al7-related-widget-item:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(15,23,42,.08)!important}.al7-related-widget-body{min-width:0}.al7-related-widget-body h4{margin:0 0 8px !important;font-size:18px !important;line-height:1.8 !important;font-weight:800 !important}.al7-related-widget-body a{color:#0f172a !important;text-decoration:none !important}.al7-related-widget-body a:hover{color:#0f766e !important}.al7-related-widget-thumb{display:block !important;width:108px !important;height:108px !important;border-radius:18px !important;overflow:hidden !important;background:#e4edf6 !important}.al7-related-widget-thumb img,.al7-related-widget-thumb-placeholder{display:block !important;width:100% !important;height:100% !important}.al7-related-widget-thumb img{object-fit:cover !important}.al7-related-widget-thumb-placeholder{background:#dbe4ef !important}body.dark-mode .single-after-box,body.dark-mode .single-sidebar-column .widget,body.dark-mode .single-sidebar-column .al7-related-sidebar-box{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .single-related-title,body.dark-mode .single-comments-title,body.dark-mode .single-sidebar-column .widget-title,body.dark-mode .single-bio-name,body.dark-mode .single-prev-next-card a,body.dark-mode .single-related-body a,body.dark-mode .al7-related-widget-body a{color:#f8fafc !important}body.dark-mode .single-bio-role,body.dark-mode .single-prev-next-label,body.dark-mode .single-prev-next-empty,body.dark-mode .single-bio-text{color:#d6dfeb !important}body.dark-mode .single-prev-next-card,body.dark-mode .single-related-card,body.dark-mode .al7-related-widget-item{background:#123155 !important;border-color:#244874 !important}body.dark-mode .single-tag-item,body.dark-mode .single-bio-badges span{background:#123155 !important;border-color:#244874 !important;color:#dbeafe !important}@media(max-width:1100px){.single-layout-grid{grid-template-columns:1fr !important}.single-sidebar-column{order:2}.single-after-box{padding:22px !important}.single-related-grid,.single-prev-next-grid{grid-template-columns:1fr !important}.single-sidebar-column .widget-title,.single-sidebar-column .al7-related-sidebar-box .widget-title{font-size:24px !important}.al7-related-widget-item{grid-template-columns:minmax(0,1fr)92px !important}.al7-related-widget-thumb{width:92px !important;height:92px !important}}@media(max-width:767px){.single-clone-title{font-size:30px !important}.single-related-title,.single-comments-title{font-size:24px !important}.single-section-head{margin-bottom:16px}.single-related-title::before,.single-comments-title::before,.single-related-title::after,.single-comments-title::after{width:28px}.single-bio-head{display:block}.single-bio-profile{margin-bottom:14px}.single-bio-name{font-size:22px}}@media(min-width:981px){.single-sidebar-column{position:sticky !important;top:110px !important;align-self:start !important;display:block !important;max-height:none !important;overflow:visible !important;padding-bottom:0 !important;scrollbar-width:none !important;-ms-overflow-style:none !important}.single-sidebar-column::-webkit-scrollbar{width:0 !important;height:0 !important;display:none !important}.single-sidebar-column .widget,.single-sidebar-column .al7-related-sidebar-box{margin-bottom:22px !important}}.single-sidebar-column .al7w-ranked-list,.single-sidebar-column .al7w-ranked-list-simple{gap:12px !important}.single-sidebar-column .al7w-ranked-item,.single-sidebar-column .al7w-ranked-item-simple{grid-template-columns:96px minmax(0,1fr)!important;gap:12px !important;min-height:0 !important;padding:10px !important;align-items:center !important}.single-sidebar-column .al7w-ranked-item .al7w-rank,.single-sidebar-column .al7w-ranked-item-simple .al7w-rank,.single-sidebar-column .al7w-ranked-item .al7w-meta,.single-sidebar-column .al7w-ranked-item-simple .al7w-meta{display:none !important}.single-sidebar-column .al7w-ranked-item .al7w-thumb.small,.single-sidebar-column .al7w-ranked-item-simple .al7w-thumb.small{width:96px !important;height:96px !important;border-radius:18px !important}.single-sidebar-column .al7w-ranked-item .al7w-copy,.single-sidebar-column .al7w-ranked-item-simple .al7w-copy{display:flex !important;align-items:center !important;min-width:0 !important}.single-sidebar-column .al7w-ranked-item .al7w-copy h4,.single-sidebar-column .al7w-ranked-item-simple .al7w-copy h4{margin:0 !important;font-size:18px !important;line-height:1.8 !important}.single-sidebar-column .al7w-ranked-item .al7w-copy h4 a,.single-sidebar-column .al7w-ranked-item-simple .al7w-copy h4 a{display:-webkit-box !important;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:900px){.single-sidebar-column .al7w-ranked-item,.single-sidebar-column .al7w-ranked-item-simple{grid-template-columns:84px minmax(0,1fr)!important;gap:10px !important}.single-sidebar-column .al7w-ranked-item .al7w-thumb.small,.single-sidebar-column .al7w-ranked-item-simple .al7w-thumb.small{width:84px !important;height:84px !important}.single-sidebar-column .al7w-ranked-item .al7w-copy h4,.single-sidebar-column .al7w-ranked-item-simple .al7w-copy h4{font-size:17px !important}}@media(max-width:640px){.single-sidebar-column .al7w-ranked-item,.single-sidebar-column .al7w-ranked-item-simple{grid-template-columns:78px minmax(0,1fr)!important}.single-sidebar-column .al7w-ranked-item .al7w-thumb.small,.single-sidebar-column .al7w-ranked-item-simple .al7w-thumb.small{width:78px !important;height:78px !important}.single-sidebar-column .al7w-ranked-item .al7w-copy h4,.single-sidebar-column .al7w-ranked-item-simple .al7w-copy h4{font-size:16px !important;line-height:1.7 !important}}.single-after-box .single-section-head,.single-comments-box.single-after-box .single-section-head,.single-prev-next-nav.single-after-box .single-section-head,.single-related.single-after-box .single-section-head,.single-tags-box.single-after-box .single-section-head{justify-content:center !important;text-align:center !important}.single-after-box .single-related-title,.single-after-box .single-comments-title{width:100% !important;justify-content:center !important;text-align:center !important}.single-after-box .single-related-title::before,.single-after-box .single-related-title::after,.single-after-box .single-comments-title::before,.single-after-box .single-comments-title::after{flex:0 0 54px}.al7cat-block{margin:24px 0;padding:0;background:transparent;contain:layout style}.al7cat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}.al7cat-title{margin:0;font-size:26px;line-height:1.4;font-weight:900;color:#0f172a}.al7cat-more{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(25,183,174,.10);color:var(--accent-dark,#0f9f97);font-weight:800;font-size:14px;border:1px solid rgba(25,183,174,.18)}.al7cat-empty{padding:18px;border:1px dashed #d9e5f0;border-radius:18px;background:#fbfdff;color:#64748b;font-weight:700;text-align:center}.al7cat-ph{display:block;width:100%;height:100%;background:#dbe7f2}.al7cat-showcase{background:#fff;border:1px solid #e6edf5;border-radius:26px;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.055)}.al7cat-showcase-grid{display:grid;grid-template-columns:minmax(0,1.35fr)minmax(260px,.85fr);gap:16px;align-items:stretch}.al7cat-main-card{display:grid;grid-template-columns:minmax(220px,.9fr)minmax(0,1fr);gap:16px;align-items:stretch;background:#f8fbff;border:1px solid #e8eef6;border-radius:22px;padding:12px;overflow:hidden}.al7cat-main-thumb{display:block;border-radius:18px;overflow:hidden;min-height:220px;background:#e9eef7}.al7cat-main-thumb img{width:100%;height:100%;object-fit:cover}.al7cat-main-copy{display:flex;flex-direction:column;justify-content:center;padding:8px 4px}.al7cat-label{display:inline-flex;width:max-content;margin-bottom:10px;padding:3px 10px;border-radius:999px;background:rgba(25,183,174,.12);color:var(--accent-dark,#0f9f97);font-weight:900;font-size:12px}.al7cat-main-copy h3{margin:0;font-size:25px;line-height:1.65;font-weight:900;color:#0f172a}.al7cat-main-copy p{margin:10px 0 0;color:#64748b;font-size:15px;line-height:1.9}.al7cat-side-list{display:grid;gap:10px}.al7cat-side-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border-radius:18px;background:#fbfdff;border:1px solid #edf2f7}.al7cat-side-thumb{display:block;width:88px;height:78px;border-radius:14px;overflow:hidden;background:#e9eef7}.al7cat-side-thumb img{width:100%;height:100%;object-fit:cover}.al7cat-side-item h4{margin:0;font-size:16px;line-height:1.7;font-weight:900;color:#0f172a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.al7cat-card-grid-wrap{background:#fff;border:1px solid #e6edf5;border-radius:26px;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.045)}.al7cat-card-grid{display:grid;gap:14px}.al7cat-card-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.al7cat-card-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.al7cat-card-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.al7cat-grid-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;overflow:hidden;transition:transform .18s ease,border-color .18s ease}.al7cat-grid-card:hover{transform:translateY(-2px);border-color:rgba(25,183,174,.28)}.al7cat-grid-thumb{display:block;aspect-ratio:16/10;background:#e9eef7;overflow:hidden}.al7cat-grid-thumb img{width:100%;height:100%;object-fit:cover}.al7cat-grid-copy{padding:12px 13px 14px}.al7cat-grid-copy h3{margin:0;font-size:17px;line-height:1.75;font-weight:900;color:#0f172a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.al7cat-strip-wrap{background:#fff;border:1px solid #e6edf5;border-radius:24px;padding:16px;box-shadow:0 10px 30px rgba(15,23,42,.04)}.al7cat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.al7cat-strip-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:center;padding:10px;border-radius:18px;background:#fbfdff;border:1px solid #edf2f7}.al7cat-strip-thumb{width:74px;height:64px;border-radius:14px;overflow:hidden;background:#e9eef7}.al7cat-strip-thumb img{width:100%;height:100%;object-fit:cover}.al7cat-strip-item h3{margin:0;font-size:15px;line-height:1.65;font-weight:900;color:#0f172a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .al7cat-showcase,body.dark-mode .al7cat-card-grid-wrap,body.dark-mode .al7cat-strip-wrap{background:#102749;border-color:#1b355c;box-shadow:none}body.dark-mode .al7cat-title,body.dark-mode .al7cat-main-copy h3,body.dark-mode .al7cat-side-item h4,body.dark-mode .al7cat-grid-copy h3,body.dark-mode .al7cat-strip-item h3{color:#f8fafc}body.dark-mode .al7cat-main-card,body.dark-mode .al7cat-side-item,body.dark-mode .al7cat-grid-card,body.dark-mode .al7cat-strip-item{background:#0f223f;border-color:#1b355c}body.dark-mode .al7cat-main-copy p{color:#b8c7df}body.dark-mode .al7cat-empty{background:#0f223f;border-color:#1b355c;color:#cbd5e1}@media(max-width:1100px){.al7cat-showcase-grid{grid-template-columns:1fr}.al7cat-main-card{grid-template-columns:260px minmax(0,1fr)}.al7cat-card-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.al7cat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.al7cat-head{align-items:flex-start}.al7cat-title{font-size:22px}.al7cat-showcase,.al7cat-card-grid-wrap,.al7cat-strip-wrap{padding:14px;border-radius:22px}.al7cat-main-card{grid-template-columns:1fr}.al7cat-main-thumb{min-height:190px}.al7cat-main-copy h3{font-size:21px}.al7cat-card-grid.cols-2,.al7cat-card-grid.cols-3,.al7cat-card-grid.cols-4{grid-template-columns:1fr}.al7cat-strip{grid-template-columns:1fr}}@media(max-width:520px){.al7cat-head{display:grid;grid-template-columns:1fr}.al7cat-more{width:max-content}.al7cat-side-item,.al7cat-strip-item{grid-template-columns:72px minmax(0,1fr)}.al7cat-side-thumb,.al7cat-strip-thumb{width:72px;height:62px}.al7cat-main-copy p{display:none}}.al7hw-block{direction:rtl;margin:0 0 28px}.al7hw-ph{display:block;width:100%;height:100%;background:#d7dbe4}.al7hw-simple-head{margin:0 0 14px}.al7hw-simple-head h3{margin:0;color:#0f172a;font-size:24px;line-height:1.45;font-weight:900}.al7hw-dark-varied{background:#272727;border-top:3px solid #d89f1f;padding:0 16px 18px;overflow:hidden}.al7hw-dark-head{padding:18px 0 12px;position:relative;text-align:center}.al7hw-dark-head h3{margin:0;color:#fff;font-size:22px;line-height:1.3;font-weight:900}.al7hw-dark-grid{display:grid;grid-template-columns:minmax(0,.92fr)minmax(0,1.28fr);gap:22px;direction:ltr;align-items:start}.al7hw-dark-list{display:grid;gap:8px}.al7hw-dark-mini{display:grid;grid-template-columns:90px minmax(0,1fr);gap:10px;align-items:center;direction:ltr;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}.al7hw-dark-mini:last-child{border-bottom:0}.al7hw-dark-mini-thumb{display:block;width:90px;height:66px;overflow:hidden;background:#3f3f3f}.al7hw-dark-mini-thumb img{display:block;width:100%;height:100%;object-fit:cover}.al7hw-dark-mini-title{display:block;color:#fff;font-size:14px;line-height:1.7;font-weight:800;text-align:right;direction:rtl}.al7hw-dark-feature-media{display:block;height:246px;overflow:hidden;background:#39404a}.al7hw-dark-feature-media img{display:block;width:100%;height:100%;object-fit:cover}.al7hw-dark-feature-copy{padding-top:14px}.al7hw-dark-feature-copy h4{margin:0 0 12px;color:#fff;font-size:20px;line-height:1.6;font-weight:900}.al7hw-dark-feature-copy h4 a,.al7hw-dark-feature-copy p{color:#fff}.al7hw-dark-feature-copy p{margin:0;font-size:14px;line-height:2;color:rgba(255,255,255,.86)}.al7hw-two-top-grid{display:grid;gap:22px}.al7hw-two-top-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.al7hw-card-lg,.al7hw-card-sm,.al7hw-stack-card,.al7hw-side-card,.al7hw-fashion-card{min-width:0}.al7hw-card-lg-thumb,.al7hw-card-sm-thumb,.al7hw-stack-thumb,.al7hw-side-thumb,.al7hw-center-thumb,.al7hw-fashion-thumb{display:block;overflow:hidden;background:#e8edf3;border-radius:10px}.al7hw-card-lg-thumb img,.al7hw-card-sm-thumb img,.al7hw-stack-thumb img,.al7hw-side-thumb img,.al7hw-center-thumb img,.al7hw-fashion-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.al7hw-card-lg-thumb{aspect-ratio:16/8.4}.al7hw-card-sm-thumb{aspect-ratio:16/10}.al7hw-card-lg h4,.al7hw-card-sm h5,.al7hw-stack-card h5,.al7hw-center-feature h4,.al7hw-side-card h4,.al7hw-fashion-card h5{margin:10px 0 0;text-align:center;font-weight:500;line-height:1.55;color:#8f6579}.al7hw-card-lg h4{font-size:15px}.al7hw-card-sm h5,.al7hw-stack-card h5,.al7hw-fashion-card h5{font-size:13px}.al7hw-three-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.al7hw-mixed-grid{display:grid;grid-template-columns:220px minmax(0,1fr)300px;gap:18px;direction:ltr;align-items:start}.al7hw-mixed-left{display:grid;gap:18px}.al7hw-stack-thumb{aspect-ratio:16/10.2}.al7hw-center-thumb{aspect-ratio:16/12.2}.al7hw-side-thumb{aspect-ratio:16/15}.al7hw-center-feature h4,.al7hw-side-card h4{font-size:16px;color:#8f6579}.al7hw-fashion-row{padding-top:8px}.al7hw-fashion-head{display:flex;align-items:center;gap:10px;margin:0 0 16px;direction:rtl}.al7hw-fashion-head h3{margin:0;color:#9750aa;font-size:26px;line-height:1.25;font-weight:900;white-space:nowrap}.al7hw-fashion-line{height:6px;background:#ff48f2;border-radius:999px;flex:1}.al7hw-fashion-dot{width:8px;height:24px;background:#ff33db;border-radius:999px;display:inline-block}.al7hw-fashion-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.al7hw-fashion-card{background:#fff;border-radius:12px;padding:0 0 10px;box-shadow:0 1px 0 rgba(15,23,42,.04)}.al7hw-fashion-thumb{position:relative;aspect-ratio:4/6.1;border-radius:12px 12px 0 0}.al7hw-fashion-badge{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.94);display:flex;align-items:center;justify-content:center;font-size:12px;color:#8b5cf6}.al7hw-fashion-card h5{margin:10px 8px 0;line-height:1.6}.al7hw-card-lg a,.al7hw-card-sm a,.al7hw-stack-card a,.al7hw-center-feature a,.al7hw-side-card a,.al7hw-fashion-card a,.al7hw-dark-varied a{text-decoration:none}.al7hw-card-lg:hover img,.al7hw-card-sm:hover img,.al7hw-stack-card:hover img,.al7hw-center-feature:hover img,.al7hw-side-card:hover img,.al7hw-fashion-card:hover img,.al7hw-dark-feature:hover img,.al7hw-dark-mini:hover img{transform:scale(1.03)}@media(max-width:1100px){.al7hw-dark-grid{grid-template-columns:1fr;gap:16px}.al7hw-dark-list{order:2}.al7hw-dark-feature{order:1}.al7hw-mixed-grid{grid-template-columns:180px minmax(0,1fr)240px;gap:14px}.al7hw-fashion-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media(max-width:820px){.al7hw-two-top-main,.al7hw-three-bottom,.al7hw-fashion-grid{grid-template-columns:1fr 1fr}.al7hw-mixed-grid{grid-template-columns:1fr;gap:14px}.al7hw-mixed-left{grid-template-columns:1fr 1fr;display:grid}.al7hw-side-thumb,.al7hw-center-thumb{aspect-ratio:16/9.8}}@media(max-width:640px){.al7hw-simple-head h3{font-size:20px}.al7hw-dark-varied{padding:0 12px 14px}.al7hw-dark-head h3{font-size:20px}.al7hw-dark-mini{grid-template-columns:78px minmax(0,1fr);gap:8px}.al7hw-dark-mini-thumb{width:78px;height:58px}.al7hw-dark-feature-media{height:200px}.al7hw-dark-feature-copy h4{font-size:18px}.al7hw-two-top-main,.al7hw-three-bottom,.al7hw-fashion-grid,.al7hw-mixed-left{grid-template-columns:1fr}.al7hw-fashion-head h3{font-size:22px}}.home .elxv-home,.front-page .elxv-home,.page-template-template-home-varied-blocks .elxv-home,.page-template-template-home-blocks .elxv-home,body.home .container.elxv-home,body.page-template-template-home-varied-blocks .container.elxv-home,body.page-template-template-home-blocks .container.elxv-home{width:min(1120px,calc(100% - 32px))!important;max-width:1120px !important;margin-inline:auto !important;padding-top:20px !important}.home .elxv-wrap,.page-template-template-home-varied-blocks .elxv-wrap,.page-template-template-home-blocks .elxv-wrap{max-width:1120px !important;margin-inline:auto !important}.home .homepage-widget-item,.page-template-template-home-varied-blocks .homepage-widget-item,.page-template-template-home-blocks .homepage-widget-item{margin-bottom:18px !important}.home .al7hw-block,.page-template-template-home-varied-blocks .al7hw-block,.page-template-template-home-blocks .al7hw-block{margin-bottom:18px !important}.home .elxv-section,.page-template-template-home-varied-blocks .elxv-section,.page-template-template-home-blocks .elxv-section{border-radius:20px !important;margin-bottom:18px !important}.home .elxv-head,.page-template-template-home-varied-blocks .elxv-head,.page-template-template-home-blocks .elxv-head{padding:14px 16px 8px !important}.home .elxv-title,.page-template-template-home-varied-blocks .elxv-title,.page-template-template-home-blocks .elxv-title{font-size:21px !important}.home .elxv-rule,.page-template-template-home-varied-blocks .elxv-rule,.page-template-template-home-blocks .elxv-rule{margin:0 16px 14px !important}.home .elxv-modern-grid,.home .elxv-grid-top2,.home .elxv-grid-bottom3,.home .elxv-dark-wrap,.home .elxv-dark-grid,.page-template-template-home-varied-blocks .elxv-modern-grid,.page-template-template-home-varied-blocks .elxv-grid-top2,.page-template-template-home-varied-blocks .elxv-grid-bottom3,.page-template-template-home-varied-blocks .elxv-dark-wrap,.page-template-template-home-varied-blocks .elxv-dark-grid{gap:12px !important;padding:0 16px 16px !important}.home .elxv-modern-card.feature .elxv-modern-thumb{height:250px !important}.home .elxv-modern-card.side-top .elxv-modern-thumb{height:118px !important}.home .elxv-modern-card.small .elxv-modern-thumb{height:96px !important}.home .elxv-modern-body{padding:10px 12px 12px !important}.home .elxv-modern-card.feature .elxv-modern-title{font-size:18px !important}.home .elxv-modern-card.side-top .elxv-modern-title{font-size:14px !important}.home .elxv-modern-card.small .elxv-modern-title{font-size:13px !important}.home .elxv-modern-date{font-size:11px !important;margin-bottom:5px !important}.home .al7hw-simple-head{margin-bottom:10px !important}.home .al7hw-simple-head h3{font-size:20px !important}.home .al7hw-dark-varied{padding:0 12px 14px !important;border-top-width:2px !important}.home .al7hw-dark-head{padding:12px 0 10px !important}.home .al7hw-dark-head h3{font-size:19px !important}.home .al7hw-dark-grid{grid-template-columns:minmax(0,.9fr)minmax(0,1.15fr)!important;gap:14px !important}.home .al7hw-dark-mini{grid-template-columns:72px minmax(0,1fr)!important;gap:8px !important;padding:6px 0 !important}.home .al7hw-dark-mini-thumb{width:72px !important;height:52px !important}.home .al7hw-dark-mini-title{font-size:12.5px !important;line-height:1.55 !important}.home .al7hw-dark-feature-media{height:184px !important}.home .al7hw-dark-feature-copy{padding-top:10px !important}.home .al7hw-dark-feature-copy h4{font-size:16px !important;line-height:1.55 !important;margin-bottom:7px !important}.home .al7hw-dark-feature-copy p{font-size:12px !important;line-height:1.7 !important}.home .al7hw-two-top-grid{gap:14px !important}.home .al7hw-two-top-main{gap:12px !important}.home .al7hw-three-bottom{gap:12px !important}.home .al7hw-card-lg-thumb{aspect-ratio:16/7.2 !important;max-height:190px !important;border-radius:8px !important}.home .al7hw-card-sm-thumb{aspect-ratio:16/8.6 !important;max-height:145px !important;border-radius:8px !important}.home .al7hw-card-lg h4{font-size:13px !important;margin-top:7px !important;line-height:1.45 !important}.home .al7hw-card-sm h5{font-size:12px !important;margin-top:7px !important;line-height:1.45 !important}.home .al7hw-mixed-grid{grid-template-columns:170px minmax(0,1fr)220px !important;gap:12px !important}.home .al7hw-mixed-left{gap:12px !important}.home .al7hw-stack-thumb{aspect-ratio:16/8.8 !important}.home .al7hw-center-thumb{aspect-ratio:16/8.8 !important;max-height:220px !important}.home .al7hw-side-thumb{aspect-ratio:16/10 !important;max-height:220px !important}.home .al7hw-stack-card h5,.home .al7hw-center-feature h4,.home .al7hw-side-card h4{font-size:12.5px !important;margin-top:7px !important;line-height:1.45 !important}.home .al7hw-fashion-head{margin-bottom:10px !important}.home .al7hw-fashion-head h3{font-size:21px !important}.home .al7hw-fashion-line{height:4px !important}.home .al7hw-fashion-dot{height:18px !important;width:6px !important}.home .al7hw-fashion-grid{gap:12px !important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.home .al7hw-fashion-card{border-radius:10px !important;padding-bottom:8px !important}.home .al7hw-fashion-thumb{aspect-ratio:4/4.8 !important;border-radius:10px 10px 0 0 !important;max-height:190px !important}.home .al7hw-fashion-card h5{font-size:11.5px !important;line-height:1.45 !important;margin:8px 6px 0 !important}.home .al7hw-fashion-badge{width:20px !important;height:20px !important;font-size:10px !important}@media(max-width:1100px){.home .elxv-home,body.home .container.elxv-home{width:min(1040px,calc(100% - 28px))!important}.home .al7hw-mixed-grid{grid-template-columns:150px minmax(0,1fr)200px !important}.home .al7hw-fashion-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:900px){.home .al7hw-dark-grid{grid-template-columns:1fr !important}.home .al7hw-dark-feature{order:1}.home .al7hw-dark-list{order:2}.home .al7hw-mixed-grid{grid-template-columns:1fr !important}.home .al7hw-mixed-left{grid-template-columns:1fr 1fr !important}.home .al7hw-fashion-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:640px){.home .elxv-home,body.home .container.elxv-home{width:min(100%,calc(100% - 20px))!important;padding-top:14px !important}.home .elxv-title{font-size:18px !important}.home .al7hw-two-top-main,.home .al7hw-three-bottom,.home .al7hw-mixed-left{grid-template-columns:1fr !important}.home .al7hw-fashion-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home .al7hw-dark-feature-media{height:170px !important}}.al7-home-page{width:min(1120px,calc(100% - 32px))!important;max-width:1120px!important;margin-inline:auto!important;padding-top:18px!important}.al7-home-page .elxv-wrap{max-width:100%!important;margin-inline:auto!important}.al7-home-page .homepage-widget-item,.al7-home-page .al7hw-block,.al7-home-page .al7cat-block,.al7-home-page .elxv-section{margin-block:0 18px!important}.al7-home-page .elxv-section,.al7-home-page .al7cat-showcase,.al7-home-page .al7cat-card-grid-wrap,.al7-home-page .al7cat-strip-wrap{border-radius:22px!important;background:#fff !important;border:1px solid var(--premium-line,#e6edf5)!important;box-shadow:0 10px 28px rgba(15,23,42,.055)!important;overflow:hidden!important}.al7-home-page .elxv-head{padding:14px 16px 8px!important;gap:10px!important}.al7-home-page .elxv-title,.al7-home-page .al7cat-title,.al7-home-page .al7hw-simple-head h3,.al7-home-page .al7hw-dark-head h3,.al7-home-page .al7hw-fashion-head h3{font-size:clamp(18px,1.45vw,22px)!important;line-height:1.45!important;font-weight:900!important}.al7-home-page .elxv-more,.al7-home-page .al7cat-more{min-height:32px!important;padding:0 12px!important;font-size:12px!important}.al7-home-page .elxv-rule{margin:0 16px 14px!important}.al7-home-page .elxv-modern-grid,.al7-home-page .elxv-grid-top2,.al7-home-page .elxv-grid-bottom3,.al7-home-page .elxv-dark-wrap,.al7-home-page .elxv-dark-grid{gap:12px!important;padding:0 16px 16px!important}.al7-home-page .elxv-modern-card,.al7-home-page .elxv-card,.al7-home-page .elxv-small-card,.al7-home-page .elxv-dark-card,.al7-home-page .elxv-side-card,.al7-home-page .al7cat-grid-card,.al7-home-page .al7cat-main-card,.al7-home-page .al7cat-side-item,.al7-home-page .al7cat-strip-item,.al7-home-page .al7hw-fashion-card{border-radius:16px!important}.al7-home-page .elxv-body,.al7-home-page .elxv-modern-body,.al7-home-page .al7cat-grid-copy{padding:10px 12px 12px!important}.al7-home-page .elxv-thumb,.al7-home-page .elxv-small-thumb,.al7-home-page .elxv-modern-thumb,.al7-home-page .al7cat-grid-thumb,.al7-home-page .al7cat-main-thumb,.al7-home-page .al7cat-side-thumb,.al7-home-page .al7cat-strip-thumb{border-radius:14px!important}.al7-home-page .elxv-modern-card.feature .elxv-modern-thumb{height:250px!important}.al7-home-page .elxv-modern-card.side-top .elxv-modern-thumb{height:118px!important}.al7-home-page .elxv-modern-card.small .elxv-modern-thumb{height:96px!important}.al7-home-page .elxv-modern-card.feature .elxv-modern-title,.al7-home-page .elxv-card h3,.al7-home-page .al7cat-main-copy h3{font-size:18px!important;line-height:1.65!important}.al7-home-page .elxv-modern-card.side-top .elxv-modern-title,.al7-home-page .elxv-small-card h4,.al7-home-page .al7cat-side-item h4,.al7-home-page .al7cat-grid-copy h3,.al7-home-page .al7cat-strip-item h3{font-size:14px!important;line-height:1.65!important}.al7-home-page .elxv-modern-card.small .elxv-modern-title{font-size:13px!important;line-height:1.6!important}.al7-home-page .elxv-modern-date,.al7-home-page .elxv-meta{font-size:11px!important;margin-bottom:5px!important}.al7-home-page .al7hw-dark-varied{padding:0 12px 14px!important;border-radius:22px!important;border-top-width:2px!important}.al7-home-page .al7hw-dark-head{padding:12px 0 10px!important}.al7-home-page .al7hw-dark-grid{grid-template-columns:minmax(0,.9fr)minmax(0,1.15fr)!important;gap:14px!important}.al7-home-page .al7hw-dark-mini{grid-template-columns:72px minmax(0,1fr)!important;gap:8px!important;padding:6px 0!important}.al7-home-page .al7hw-dark-mini-thumb{width:72px!important;height:52px!important}.al7-home-page .al7hw-dark-mini-title{font-size:12.5px!important;line-height:1.55!important}.al7-home-page .al7hw-dark-feature-media{height:184px!important}.al7-home-page .al7hw-dark-feature-copy h4{font-size:16px!important;line-height:1.55!important;margin-bottom:7px!important}.al7-home-page .al7hw-dark-feature-copy p{font-size:12px!important;line-height:1.7!important}.al7-home-page .al7hw-two-top-grid,.al7-home-page .al7hw-two-top-main,.al7-home-page .al7hw-three-bottom,.al7-home-page .al7hw-mixed-left{gap:12px!important}.al7-home-page .al7hw-card-lg-thumb{aspect-ratio:16/7.2!important;max-height:190px!important}.al7-home-page .al7hw-card-sm-thumb{aspect-ratio:16/8.6!important;max-height:145px!important}.al7-home-page .al7hw-card-lg h4{font-size:13px!important;margin-top:7px!important;line-height:1.45!important}.al7-home-page .al7hw-card-sm h5{font-size:12px!important;margin-top:7px!important;line-height:1.45!important}.al7-home-page .al7hw-mixed-grid{grid-template-columns:170px minmax(0,1fr)220px!important;gap:12px!important}.al7-home-page .al7hw-stack-thumb{aspect-ratio:16/8.8!important}.al7-home-page .al7hw-center-thumb{aspect-ratio:16/8.8!important;max-height:220px!important}.al7-home-page .al7hw-side-thumb{aspect-ratio:16/10!important;max-height:220px!important}.al7-home-page .al7hw-stack-card h5,.al7-home-page .al7hw-center-feature h4,.al7-home-page .al7hw-side-card h4{font-size:12.5px!important;margin-top:7px!important;line-height:1.45!important}.al7-home-page .al7hw-fashion-grid{gap:12px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.al7-home-page .al7hw-fashion-thumb{aspect-ratio:4/4.8!important;max-height:190px!important}.al7-home-page .al7hw-fashion-card h5{font-size:11.5px!important;line-height:1.45!important;margin:8px 6px 0!important}.al7-home-page .al7cat-showcase,.al7-home-page .al7cat-card-grid-wrap,.al7-home-page .al7cat-strip-wrap{padding:14px!important}.al7-home-page .al7cat-showcase-grid{grid-template-columns:minmax(0,1.25fr)minmax(240px,.82fr)!important;gap:12px!important}.al7-home-page .al7cat-main-card{grid-template-columns:minmax(190px,.82fr)minmax(0,1fr)!important;gap:12px!important;padding:10px!important}.al7-home-page .al7cat-main-thumb{min-height:180px!important}.al7-home-page .al7cat-main-copy p{font-size:13px!important;line-height:1.75!important;margin-top:7px!important}.al7-home-page .al7cat-side-list{gap:8px!important}.al7-home-page .al7cat-side-item{grid-template-columns:72px minmax(0,1fr)!important;gap:9px!important;padding:8px!important}.al7-home-page .al7cat-side-thumb{width:72px!important;height:58px!important}.al7-home-page .al7cat-card-grid,.al7-home-page .al7cat-strip{gap:10px!important}.al7-home-page .al7cat-strip-item{grid-template-columns:64px minmax(0,1fr)!important;padding:8px!important;gap:8px!important}.al7-home-page .al7cat-strip-thumb{width:64px!important;height:54px!important}body.dark-mode .al7-home-page .elxv-section,body.dark-mode .al7-home-page .al7cat-showcase,body.dark-mode .al7-home-page .al7cat-card-grid-wrap,body.dark-mode .al7-home-page .al7cat-strip-wrap{background:#102749!important;border-color:#1b355c!important;box-shadow:none!important}@media(max-width:1100px){.al7-home-page{width:min(1040px,calc(100% - 28px))!important}.al7-home-page .al7hw-mixed-grid{grid-template-columns:150px minmax(0,1fr)200px!important}.al7-home-page .al7hw-fashion-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.al7-home-page .al7cat-showcase-grid{grid-template-columns:1fr!important}}@media(max-width:900px){.al7-home-page .al7hw-dark-grid,.al7-home-page .al7hw-mixed-grid{grid-template-columns:1fr!important}.al7-home-page .al7hw-dark-feature{order:1}.al7-home-page .al7hw-dark-list{order:2}.al7-home-page .al7hw-mixed-left{grid-template-columns:1fr 1fr!important}.al7-home-page .al7hw-fashion-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.al7-home-page .al7cat-main-card{grid-template-columns:240px minmax(0,1fr)!important}}@media(max-width:640px){.al7-home-page{width:min(100%,calc(100% - 20px))!important;padding-top:14px!important}.al7-home-page .elxv-head{padding:12px 12px 6px!important}.al7-home-page .elxv-rule{margin:0 12px 12px!important}.al7-home-page .elxv-modern-grid,.al7-home-page .elxv-grid-top2,.al7-home-page .elxv-grid-bottom3,.al7-home-page .elxv-dark-wrap,.al7-home-page .elxv-dark-grid{padding:0 12px 12px!important;gap:10px!important}.al7-home-page .elxv-grid-top2,.al7-home-page .elxv-grid-bottom3,.al7-home-page .al7hw-two-top-main,.al7-home-page .al7hw-three-bottom,.al7-home-page .al7hw-mixed-left,.al7-home-page .al7cat-main-card,.al7-home-page .al7cat-card-grid.cols-2,.al7-home-page .al7cat-card-grid.cols-3,.al7-home-page .al7cat-card-grid.cols-4{grid-template-columns:1fr!important}.al7-home-page .elxv-modern-card.feature .elxv-modern-thumb,.al7-home-page .al7cat-main-thumb{height:auto!important;min-height:0!important;aspect-ratio:16/9!important}.al7-home-page .elxv-modern-card.side-top .elxv-modern-thumb,.al7-home-page .elxv-modern-card.small .elxv-modern-thumb{height:auto!important;aspect-ratio:16/9!important}.al7-home-page .al7hw-dark-feature-media{height:auto!important;aspect-ratio:16/9!important}.al7-home-page .al7hw-fashion-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.al7-home-page .al7cat-main-copy p{display:none!important}}@media(max-width:420px){.al7-home-page{width:min(100%,calc(100% - 16px))!important}.al7-home-page .elxv-head{display:grid!important;grid-template-columns:1fr!important;align-items:start!important}.al7-home-page .elxv-more,.al7-home-page .al7cat-more{width:max-content!important}.al7-home-page .al7hw-fashion-grid{gap:10px!important}}.mobile-bar,.mobile-header-only .mobile-bar{min-height:76px !important;grid-template-columns:44px minmax(0,1fr)44px !important;gap:8px !important;padding-inline:14px !important}.mobile-bar .brand-wrap,.mobile-bar .brand,.mobile-bar .custom-logo-link{min-width:0 !important;max-width:100% !important}.mobile-bar .brand-media{max-width:170px !important}.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-width:170px !important;max-height:42px !important;width:auto !important;height:auto !important;object-fit:contain !important}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn{width:44px !important;height:44px !important;min-width:44px !important;border-radius:16px !important}.al7-home-page .al7hw-dark-varied{width:100% !important;box-sizing:border-box !important;margin:0 0 14px !important}.al7-home-page .al7hw-dark-list,.al7-home-page .al7hw-dark-mini,.al7-home-page .al7hw-dark-feature,.al7-home-page .al7hw-dark-feature-copy{min-width:0 !important;box-sizing:border-box !important}.al7-home-page .al7hw-dark-mini-title,.al7-home-page .al7hw-dark-feature-copy h4{overflow-wrap:anywhere !important;word-break:normal !important}@media(max-width:640px){body{overflow-x:hidden !important}.al7-home-page{width:100% !important;max-width:100% !important;padding:8px 10px 0 !important;box-sizing:border-box !important}.al7-home-page .elxv-wrap{width:100% !important;max-width:100% !important}.al7-home-page .homepage-widget-item,.al7-home-page .al7hw-block,.al7-home-page .al7cat-block,.al7-home-page .elxv-section{margin:0 0 12px !important}.al7-home-page .al7hw-dark-varied{border-radius:18px !important;padding:0 10px 12px !important;border-top-width:2px !important}.al7-home-page .al7hw-dark-head{padding:10px 0 8px !important}.al7-home-page .al7hw-dark-head h3{font-size:17px !important;line-height:1.45 !important}.al7-home-page .al7hw-dark-grid{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;padding:0 !important;direction:rtl !important}.al7-home-page .al7hw-dark-feature{order:1 !important}.al7-home-page .al7hw-dark-list{order:2 !important;display:grid !important;gap:0 !important}.al7-home-page .al7hw-dark-feature-media{width:100% !important;height:auto !important;aspect-ratio:16/9 !important;border-radius:14px !important}.al7-home-page .al7hw-dark-feature-copy{padding-top:9px !important}.al7-home-page .al7hw-dark-feature-copy h4{font-size:18px !important;line-height:1.65 !important;margin:0 0 6px !important}.al7-home-page .al7hw-dark-feature-copy p{font-size:13px !important;line-height:1.75 !important;margin:0 !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.al7-home-page .al7hw-dark-mini{display:grid !important;grid-template-columns:minmax(0,1fr)88px !important;gap:10px !important;align-items:center !important;direction:rtl !important;padding:9px 0 !important;border-bottom:1px solid rgba(255,255,255,.12)!important}.al7-home-page .al7hw-dark-mini-title{display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;font-size:14px !important;line-height:1.55 !important;font-weight:800 !important;text-align:right !important;min-width:0 !important}.al7-home-page .al7hw-dark-mini-thumb{width:88px !important;height:62px !important;border-radius:10px !important;overflow:hidden !important}}@media(max-width:380px){.mobile-bar,.mobile-header-only .mobile-bar{min-height:70px !important;padding-inline:10px !important;grid-template-columns:40px minmax(0,1fr)40px !important}.mobile-bar .brand-media,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-width:145px !important;max-height:38px !important}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn{width:40px !important;height:40px !important;min-width:40px !important}.al7-home-page{padding-inline:8px !important}.al7-home-page .al7hw-dark-mini{grid-template-columns:minmax(0,1fr)78px !important;gap:8px !important}.al7-home-page .al7hw-dark-mini-thumb{width:78px !important;height:56px !important}.al7-home-page .al7hw-dark-mini-title{font-size:13px !important;line-height:1.5 !important}}@media(max-width:1100px){.mobile-header-only .mobile-bar,.mobile-bar{position:relative !important;display:flex !important;align-items:center !important;justify-content:space-between !important;min-height:72px !important;padding-inline:14px !important;gap:0 !important;overflow:hidden !important}.mobile-bar .mobile-actions{position:relative !important;z-index:2 !important;flex:0 0 auto !important;justify-self:auto !important;display:flex !important;align-items:center !important;gap:7px !important}.mobile-bar .menu-toggle{position:relative !important;z-index:2 !important;flex:0 0 auto !important;margin:0 !important;justify-self:auto !important}.mobile-bar .brand-wrap{position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%)!important;z-index:1 !important;width:min(190px,calc(100% - 160px))!important;max-width:min(190px,calc(100% - 160px))!important;display:flex !important;justify-content:center !important;align-items:center !important;min-width:0 !important;margin:0 !important;padding:0 !important}.mobile-bar .brand,.mobile-bar .custom-logo-link{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important}.mobile-bar .brand-media{max-width:100% !important;width:100% !important;justify-content:center !important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{display:block !important;max-width:100% !important;max-height:40px !important;width:auto !important;height:auto !important;object-fit:contain !important;margin:0 auto !important}}@media(max-width:640px){.mobile-header-only .mobile-bar,.mobile-bar{min-height:68px !important;padding-inline:12px !important}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn{width:42px !important;height:42px !important;min-width:42px !important;border-radius:15px !important}.al7-home-page .al7hw-two-top{margin:0 0 12px !important;padding:0 !important;border-radius:18px !important;overflow:hidden !important;background:var(--eletaj-button-bg)!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 8px 22px rgba(15,23,42,.045)!important}.al7-home-page .al7hw-two-top .al7hw-simple-head{margin:0 !important;padding:10px 12px 6px !important}.al7-home-page .al7hw-two-top .al7hw-simple-head h3{font-size:17px !important;line-height:1.45 !important;margin:0 !important;text-align:right !important}.al7-home-page .al7hw-two-top-grid{display:grid !important;gap:8px !important;padding:0 10px 12px !important;margin:0 !important}.al7-home-page .al7hw-two-top-main,.al7-home-page .al7hw-three-bottom{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin:0 !important}.al7-home-page .al7hw-card-lg,.al7-home-page .al7hw-card-sm{margin:0 !important;padding:0 !important;min-width:0 !important}.al7-home-page .al7hw-card-lg-thumb,.al7-home-page .al7hw-card-sm-thumb{width:100% !important;height:auto !important;aspect-ratio:16/8.4 !important;max-height:none !important;border-radius:14px !important;overflow:hidden !important;background:#f8fafc !important}.al7-home-page .al7hw-card-lg-thumb img,.al7-home-page .al7hw-card-sm-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important}.al7-home-page .al7hw-card-lg h4,.al7-home-page .al7hw-card-sm h5{font-size:15px !important;line-height:1.55 !important;margin:7px 2px 2px !important;text-align:center !important;font-weight:500 !important}}@media(max-width:380px){.mobile-bar .brand-wrap{width:min(160px,calc(100% - 148px))!important;max-width:min(160px,calc(100% - 148px))!important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:36px !important}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn{width:40px !important;height:40px !important;min-width:40px !important}.al7-home-page .al7hw-card-lg h4,.al7-home-page .al7hw-card-sm h5{font-size:14px !important}}.mobile-bar .brand-copy,.mobile-header-only .brand-copy{display:none !important}body:not(.dark-mode).mobile-bar .brand-logo-dark,body:not(.dark-mode).mobile-header-only .brand-logo-dark{display:none !important}body:not(.dark-mode).mobile-bar .brand-logo-main,body:not(.dark-mode).mobile-header-only .brand-logo-main{display:block !important}body.dark-mode .mobile-bar .brand-logo-main,body.dark-mode .mobile-header-only .brand-logo-main{display:none !important}body.dark-mode .mobile-bar .brand-logo-dark,body.dark-mode .mobile-header-only .brand-logo-dark{display:block !important}.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn{color:#0f766e !important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(15,118,110,.18)!important;box-shadow:0 8px 20px rgba(15,23,42,.10)!important}.mobile-bar .icon-btn svg,.mobile-bar .menu-toggle svg,.mobile-bar .theme-mode-toggle svg,.mobile-bar .mobile-search-btn svg{color:#0f766e !important;fill:currentColor !important}.mobile-bar .icon-btn:hover,.mobile-bar .menu-toggle:hover,.mobile-bar .theme-mode-toggle:hover,.mobile-bar .mobile-search-btn:hover{color:#0d9488 !important;background:#ffffff !important;border-color:rgba(13,148,136,.28)!important}body.dark-mode .mobile-bar .icon-btn,body.dark-mode .mobile-bar .menu-toggle,body.dark-mode .mobile-bar .theme-mode-toggle,body.dark-mode .mobile-bar .mobile-search-btn{color:#5eead4 !important;background:rgba(15,23,42,.88)!important;border-color:rgba(94,234,212,.25)!important}body.dark-mode .mobile-bar .icon-btn svg,body.dark-mode .mobile-bar .menu-toggle svg,body.dark-mode .mobile-bar .theme-mode-toggle svg,body.dark-mode .mobile-bar .mobile-search-btn svg{color:#5eead4 !important;fill:currentColor !important}.al7-home-page .elxv-section{border-radius:30px !important}.mobile-bar .brand-copy,.mobile-header-only .brand-copy{display:none !important}.mobile-bar .brand-media,.mobile-header-only .brand-media{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important}.mobile-bar .brand-logo,.mobile-header-only .brand-logo{position:static !important;flex:0 0 auto !important;max-width:100% !important;max-height:40px !important;object-fit:contain !important}.mobile-bar .brand-logo-dark,.mobile-header-only .brand-logo-dark{display:none !important}body.dark-mode .mobile-bar .brand-logo-main,body.dark-mode .mobile-header-only .brand-logo-main{display:none !important}body.dark-mode .mobile-bar .brand-logo-dark,body.dark-mode .mobile-header-only .brand-logo-dark{display:block !important}body:not(.dark-mode).mobile-bar .brand-logo-main,body:not(.dark-mode).mobile-header-only .brand-logo-main{display:block !important}.mobile-bar .mobile-actions .icon-btn,.mobile-bar .mobile-actions .theme-mode-toggle,.mobile-bar .menu-toggle,.mobile-bar .mobile-search-btn,.mobile-header-only .mobile-actions .icon-btn,.mobile-header-only .mobile-actions .theme-mode-toggle,.mobile-header-only .menu-toggle,.mobile-header-only .mobile-search-btn{color:#0f766e !important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(15,118,110,.22)!important;box-shadow:0 8px 20px rgba(15,23,42,.10)!important}.mobile-bar .mobile-actions .icon-btn svg,.mobile-bar .mobile-actions .theme-mode-toggle svg,.mobile-bar .menu-toggle svg,.mobile-bar .mobile-search-btn svg,.mobile-header-only .mobile-actions .icon-btn svg,.mobile-header-only .mobile-actions .theme-mode-toggle svg,.mobile-header-only .menu-toggle svg,.mobile-header-only .mobile-search-btn svg,.mobile-bar .mode-icon,.mobile-header-only .mode-icon{color:#0f766e !important;fill:currentColor !important}body.dark-mode .mobile-bar .mobile-actions .icon-btn,body.dark-mode .mobile-bar .mobile-actions .theme-mode-toggle,body.dark-mode .mobile-bar .menu-toggle,body.dark-mode .mobile-bar .mobile-search-btn,body.dark-mode .mobile-header-only .mobile-actions .icon-btn,body.dark-mode .mobile-header-only .mobile-actions .theme-mode-toggle,body.dark-mode .mobile-header-only .menu-toggle,body.dark-mode .mobile-header-only .mobile-search-btn{color:#5eead4 !important;background:rgba(15,23,42,.88)!important;border-color:rgba(94,234,212,.28)!important}body.dark-mode .mobile-bar .mobile-actions .icon-btn svg,body.dark-mode .mobile-bar .mobile-actions .theme-mode-toggle svg,body.dark-mode .mobile-bar .menu-toggle svg,body.dark-mode .mobile-bar .mobile-search-btn svg,body.dark-mode .mobile-header-only .mobile-actions .icon-btn svg,body.dark-mode .mobile-header-only .mobile-actions .theme-mode-toggle svg,body.dark-mode .mobile-header-only .menu-toggle svg,body.dark-mode .mobile-header-only .mobile-search-btn svg,body.dark-mode .mobile-bar .mode-icon,body.dark-mode .mobile-header-only .mode-icon{color:#5eead4 !important;fill:currentColor !important}.al7-home-page .widget>.elxv-section,.al7-home-page .elxv-section{border-radius:30px !important}.al7-home-page .widget>.elxv-section .elxv-head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important}:root{--elx-footer-bg-dark:#071827}@media(max-width:1100px){.mobile-header-only .mobile-bar,.mobile-bar{min-height:74px !important;overflow:visible !important}.mobile-bar .brand-wrap{width:min(230px,calc(100% - 142px))!important;max-width:min(230px,calc(100% - 142px))!important;z-index:3 !important;pointer-events:auto !important}.mobile-bar .brand,.mobile-bar .custom-logo-link,.mobile-bar .brand-media{width:100% !important;max-width:100% !important;min-width:0 !important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:48px !important;max-width:220px !important;opacity:1 !important;filter:none !important;transform:translateZ(0)!important}.mobile-bar .mobile-actions{gap:8px !important}}@media(max-width:640px){.mobile-bar .brand-wrap{width:min(210px,calc(100% - 140px))!important;max-width:min(210px,calc(100% - 140px))!important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:46px !important;max-width:205px !important}}@media(max-width:380px){.mobile-bar .brand-wrap{width:min(185px,calc(100% - 132px))!important;max-width:min(185px,calc(100% - 132px))!important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:42px !important;max-width:180px !important}}.home-rb-section-title::before,.elboox-section-rule,.elxv-rule,.al7hw-simple-head::before,.al7hw-dark-head::before,.al7hw-fashion-head::before,.al7cat-title::before,.al7cat-head::before{background:var(--accent)!important}.home-rb-section-title,.al7hw-simple-head h3,.al7hw-dark-head h3,.al7hw-fashion-head h3,.al7cat-title,.elxv-title strong,.elboox-section-title strong{color:var(--accent-dark)!important}.elxv-section.dark .elxv-rule,.elboox-section.dark .elboox-section-rule{background:var(--accent)!important}body.dark-mode .site-footer,body.dark-mode .footer-rows-layout,body.dark-mode .footer-reference-layout{background:#04111f !important;border-top:1px solid rgba(94,234,212,.14)!important}body.dark-mode .footer-separator-wrap,body.dark-mode .footer-widget-area-wrap{background:#071827 !important}body.dark-mode .footer-social-reference a,body.dark-mode .footer-pages-inline a,body.dark-mode .footer-copyright-single,body.dark-mode .footer-credit-line{color:#e6fffb !important}body.dark-mode .footer-pages-inline,body.dark-mode .footer-sep{color:rgba(230,255,251,.72)!important}.footer-credit-line{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:8px;font-weight:800;color:rgba(255,255,255,.94)}.footer-credit-btn{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:#fff !important;text-decoration:none !important;font-size:13px;transition:transform .18s ease,background .18s ease}.footer-credit-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.22)}.single-bio-action{margin-top:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.single-bio-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:var(--accent);color:#fff !important;text-decoration:none !important;font-weight:900;box-shadow:0 10px 20px rgba(15,159,151,.18)}.single-bio-socials{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.single-bio-socials a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a !important;text-decoration:none !important;font-size:13px;font-weight:800}body.dark-mode .single-bio-socials a{background:#102f58;border-color:#1f4372;color:#dbeafe !important}.archive-term-links{margin:18px 0 0;padding:18px;border-radius:22px}.archive-term-links h2{margin:0 0 12px;font-size:20px;font-weight:900;color:var(--ink)}.archive-term-links-list{display:flex;gap:10px;flex-wrap:wrap}.archive-term-links-list a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(30,115,190,.08);border:1px solid rgba(30,115,190,.18);color:var(--accent);font-weight:800;text-decoration:none}.archive-term-links-list a:hover{background:var(--accent);border-color:var(--accent);color:#fff}.archive-desc-wrap.is-collapsed .archive-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.archive-desc-toggle{margin-top:10px;border:0;border-radius:999px;background:rgba(30,115,190,.10);color:var(--accent);font-weight:900;padding:9px 16px;cursor:pointer}.archive-load-more-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;margin:28px 0 8px}.archive-load-more{min-width:190px;min-height:48px;border:0;border-radius:18px;background:var(--accent);color:#fff;font-weight:900;font-size:16px;box-shadow:0 14px 28px rgba(30,115,190,.18);cursor:pointer}.archive-load-more:disabled{opacity:.65;cursor:wait}.archive-load-more-status{min-height:22px;color:var(--muted);font-weight:700}.dark-mode .archive-term-links,body.dark-mode .archive-term-links{background:#102749;border-color:#27466f}.dark-mode .archive-term-links h2,body.dark-mode .archive-term-links h2{color:#fff}.dark-mode .archive-term-links-list a,body.dark-mode .archive-term-links-list a{background:#17355b;border-color:#27466f;color:#d3e0f7}.dark-mode .archive-desc-toggle,body.dark-mode .archive-desc-toggle{background:#17355b;color:#d3e0f7}body.category .main-navigation,body.archive .main-navigation,body.tag .main-navigation{position:relative;z-index:10}body.category .main-navigation ul,body.archive .main-navigation ul,body.tag .main-navigation ul{align-items:center;justify-content:center;gap:18px}@media(min-width:901px){body.category .main-navigation ul,body.archive .main-navigation ul,body.tag .main-navigation ul{flex-wrap:nowrap}}@media(max-width:1100px){.mobile-bar .brand-wrap{width:min(240px,calc(100% - 140px))!important;max-width:min(240px,calc(100% - 140px))!important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:50px !important;max-width:230px !important}}.hm-floating-tools{position:fixed !important;right:14px !important;bottom:14px !important;z-index:9999 !important;display:flex !important;flex-direction:column !important;align-items:center !important;gap:10px !important;direction:ltr !important}.hm-floating-tools__list{display:flex !important;flex-direction:column !important;align-items:center !important;gap:12px !important;opacity:0;visibility:hidden;transform:translateY(12px)scale(.96);transform-origin:bottom center;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none}.hm-floating-tools.is-open .hm-floating-tools__list{opacity:1;visibility:visible;transform:translateY(0)scale(1);pointer-events:auto}.hm-floating-tools__item,.hm-floating-tools__toggle{width:58px !important;height:58px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;border:none !important;text-decoration:none !important;box-shadow:0 10px 26px rgba(0,0,0,.18)!important;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease !important;cursor:pointer !important;padding:0 !important;margin:0 !important}.hm-floating-tools__item:hover,.hm-floating-tools__toggle:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 14px 30px rgba(0,0,0,.2)!important}.hm-floating-tools__item:focus-visible,.hm-floating-tools__toggle:focus-visible{outline:2px solid #222 !important;outline-offset:3px !important}.hm-floating-tools__item svg,.hm-floating-tools__toggle svg{width:28px !important;height:28px !important;display:block !important}.hm-floating-tools__item{color:#fff !important}.hm-tool-home{background:#eba11d !important}.hm-tool-search{background:#9d0035 !important}.hm-tool-menu{background:#206b95 !important}.hm-tool-dark{background:#007b7a !important}.hm-tool-up{background:#0d2d79 !important}.hm-floating-tools__toggle{background:#f4f4f4 !important;color:#3b3e46 !important}.hm-floating-tools:not(.is-open).hm-floating-tools__list .hm-floating-tools__item{opacity:0}body.admin-bar .hm-floating-tools{bottom:18px !important}@media(max-width:782px){body.admin-bar .hm-floating-tools{bottom:12px !important}}@media(max-width:640px){.hm-floating-tools{right:10px !important;bottom:10px !important;gap:8px !important}.hm-floating-tools__list{gap:10px !important}.hm-floating-tools__item,.hm-floating-tools__toggle{width:52px !important;height:52px !important}.hm-floating-tools__item svg,.hm-floating-tools__toggle svg{width:25px !important;height:25px !important}}.floating-tools,.floating-btn,.settings-btn,.tools-menu,.tool-btn,.search-popup{display:none !important}@media(min-width:901px){.al7-home-page .al7hw-dark-varied{padding:0 20px 22px !important;border-radius:24px !important}.al7-home-page .al7hw-dark-head{padding:18px 0 14px !important}.al7-home-page .al7hw-dark-head h3{font-size:30px !important;line-height:1.35 !important}.al7-home-page .al7hw-dark-grid{grid-template-columns:minmax(320px,.96fr)minmax(0,1.45fr)!important;gap:24px !important;align-items:start !important;direction:ltr !important}.al7-home-page .al7hw-dark-list{display:grid !important;gap:0 !important;align-content:start !important}.al7-home-page .al7hw-dark-mini{grid-template-columns:120px minmax(0,1fr)!important;gap:14px !important;padding:14px 0 !important;align-items:center !important;direction:ltr !important}.al7-home-page .al7hw-dark-mini-thumb{width:120px !important;height:84px !important;border-radius:12px !important}.al7-home-page .al7hw-dark-mini-title{font-size:17px !important;line-height:1.75 !important;display:-webkit-box !important;-webkit-line-clamp:4 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.al7-home-page .al7hw-dark-feature-media{height:auto !important;max-height:none !important;aspect-ratio:16 / 8.4 !important;border-radius:14px !important}.al7-home-page .al7hw-dark-feature-copy{padding-top:14px !important}.al7-home-page .al7hw-dark-feature-copy h4{font-size:28px !important;line-height:1.55 !important;margin:0 0 10px !important}.al7-home-page .al7hw-dark-feature-copy p{font-size:16px !important;line-height:2 !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}}@media(min-width:901px){.al7-home-page .al7hw-dark-varied{padding:0 22px 24px !important;border-radius:24px !important}.al7-home-page .al7hw-dark-head h3{color:#fff !important;font-size:28px !important;text-shadow:none !important}.al7-home-page .al7hw-dark-grid{grid-template-columns:330px minmax(0,1fr)!important;gap:22px !important;align-items:start !important;direction:ltr !important}.al7-home-page .al7hw-dark-list{width:330px !important;max-width:330px !important;align-self:start !important}.al7-home-page .al7hw-dark-mini{grid-template-columns:118px minmax(0,1fr)!important;gap:12px !important;padding:12px 0 !important}.al7-home-page .al7hw-dark-mini-thumb{width:118px !important;height:82px !important;border-radius:12px !important}.al7-home-page .al7hw-dark-mini-title{font-size:16px !important;line-height:1.65 !important;color:#fff !important}.al7-home-page .al7hw-dark-feature-media{width:100% !important;height:auto !important;aspect-ratio:16/8.2 !important;max-height:310px !important;border-radius:14px !important}.al7-home-page .al7hw-dark-feature-copy h4{color:#fff !important;font-size:27px !important;line-height:1.55 !important}.al7-home-page .al7hw-dark-feature-copy h4 a{color:#fff !important}.al7-home-page .al7hw-dark-feature-copy p{color:rgba(255,255,255,.88)!important;font-size:15.5px !important;line-height:1.95 !important}.al7-home-page .al7hw-mixed-extra{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px !important;margin-top:14px !important}}@media(max-width:900px){.al7-home-page .al7hw-mixed-extra{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px !important;margin-top:10px !important}}@media(max-width:520px){.al7-home-page .al7hw-mixed-extra{grid-template-columns:1fr !important}}:root{--accent:#7c3aed !important;--accent-dark:#5b21b6 !important;--eletaj-pink:#ec4899;--eletaj-cyan:#06b6d4;--bg:#f8fafc !important;--card:#ffffff !important;--text:#0f172a !important;--muted:#64748b !important;--line:#e2e8f0 !important;--soft:#faf5ff !important}.site-topbar,.mobile-header,.site-footer,.footer-main,.footer-bottom{background:#7c3aed !important}.btn-primary,.more-link,.al7-more-btn,button[type="submit"],input[type="submit"]{background:#7c3aed !important;border-color:#7c3aed !important;color:#fff !important}.btn-primary:hover,.more-link:hover,.al7-more-btn:hover,button[type="submit"]:hover,input[type="submit"]:hover{background:#5b21b6 !important;border-color:#5b21b6 !important}.section-title:before,.section-head:before,.al7-section-title:before{background:#7c3aed !important}.hm-floating-tools__item:nth-child(1){background:#7c3aed !important}.hm-floating-tools__item:nth-child(2){background:#ec4899 !important}.hm-floating-tools__item:nth-child(3){background:#06b6d4 !important}.hm-floating-tools__item:nth-child(4){background:#5b21b6 !important}body.dark-mode,.dark-mode{--bg:#070a13 !important;--card:#111827 !important;--text:#e5e7eb !important;--muted:#94a3b8 !important;--line:#1f2937 !important;--soft:#111827 !important}body.dark-mode .site-footer,body.dark-mode .footer-main,body.dark-mode .footer-bottom{background:#070a13 !important}body:before{content:none !important}.desktop-header--style-2{box-shadow:0 6px 18px rgba(14,18,33,.06)!important}.desktop-header--style-2::before{height:3px !important}.desktop-header-style-2-top-inner{min-height:58px !important;padding-block:5px !important;gap:14px !important;grid-template-columns:minmax(185px,250px)minmax(0,1fr)auto !important}.desktop-header-style-2-brand .brand-media{max-width:210px !important}.desktop-header-style-2-brand .custom-logo-link img{max-height:42px !important;width:auto !important}.desktop-header-style-2-pages,.desktop-header-style-2-pages .menu{gap:18px !important}.desktop-header-style-2-pages a{font-size:13px !important;line-height:1 !important}.desktop-header-style-2-pages a::after{bottom:-7px !important;height:2px !important}.desktop-header-style-2-actions{gap:8px !important;direction:ltr !important}.style-2-social-link,.style-2-mode-toggle{width:34px !important;height:34px !important;border-radius:999px !important;color:#fff !important;box-shadow:0 6px 14px rgba(0,0,0,.18)!important}.style-2-social-link svg,.style-2-mode-toggle svg{width:18px !important;height:18px !important;display:block !important;fill:currentColor !important}.style-2-social-facebook{background:#31579f !important}.style-2-social-x{background:#1f2937 !important}.style-2-social-instagram{background:#e1306c !important}.style-2-social-youtube{background:#ff0033 !important}.style-2-social-telegram{background:#229ed9 !important}.style-2-social-pinterest{background:#e60023 !important}.style-2-social-rss{background:#f5a400 !important;color:#fff !important}.style-2-mode-toggle{background:#242933 !important}.header-style-2-search-toggle{width:38px !important;height:38px !important;border-radius:12px !important}.header-style-2-search-toggle svg{width:20px !important;height:20px !important;display:block !important}.desktop-header-style-2-bottom-inner{min-height:43px !important}.desktop-header-style-2-nav .menu>li>a{min-height:43px !important;font-size:14px !important;padding:0 8px !important}.desktop-header-style-2-nav .menu>li>a::after{height:3px !important}@media(max-width:1280px){.desktop-header-style-2-top-inner{grid-template-columns:minmax(165px,220px)minmax(0,1fr)auto !important;gap:10px !important}.desktop-header-style-2-pages,.desktop-header-style-2-pages .menu{gap:12px !important}.desktop-header-style-2-pages a{font-size:12px !important}.style-2-social-link,.style-2-mode-toggle{width:31px !important;height:31px !important}.header-style-2-search-toggle{width:36px !important;height:36px !important}}.al7-home-page .al7hw-mixed-four{position:relative !important;background:#ffffff !important;border:1px solid #e6edf5 !important;border-radius:30px !important;box-shadow:0 12px 30px rgba(15,23,42,.06)!important;overflow:hidden !important;padding:18px !important}.al7-home-page .al7hw-mixed-four .al7hw-simple-head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding:0 4px 14px !important;margin-bottom:14px !important;border-bottom:1px solid #edf2f7 !important}.al7-home-page .al7hw-mixed-four .al7hw-simple-head h3{margin:0 !important;font-size:clamp(22px,1.7vw,30px)!important;line-height:1.35 !important}.al7-home-page .al7hw-mixed-four .al7hw-mixed-grid{grid-template-columns:minmax(180px,.9fr)minmax(0,1.4fr)minmax(220px,1fr)!important;gap:16px !important;align-items:stretch !important}.al7-home-page .al7hw-mixed-four .al7hw-mixed-left,.al7-home-page .al7hw-mixed-four .al7hw-mixed-extra{display:grid !important;gap:16px !important}.al7-home-page .al7hw-mixed-four .al7hw-mixed-extra{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:16px !important}.al7-home-page .al7hw-mixed-four .al7hw-stack-card,.al7-home-page .al7hw-mixed-four .al7hw-center-feature,.al7-home-page .al7hw-mixed-four .al7hw-side-card,.al7-home-page .al7hw-mixed-four .al7hw-card-sm{background:#ffffff !important;border:1px solid #e9eef5 !important;border-radius:22px !important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;padding:10px !important;min-width:0 !important;overflow:hidden !important}.al7-home-page .al7hw-mixed-four .al7hw-center-feature,.al7-home-page .al7hw-mixed-four .al7hw-side-card{display:flex !important;flex-direction:column !important;justify-content:flex-start !important}.al7-home-page .al7hw-mixed-four .al7hw-stack-thumb,.al7-home-page .al7hw-mixed-four .al7hw-center-thumb,.al7-home-page .al7hw-mixed-four .al7hw-side-thumb,.al7-home-page .al7hw-mixed-four .al7hw-card-sm-thumb{display:block !important;border-radius:18px !important;overflow:hidden !important;background:#eff4f8 !important}.al7-home-page .al7hw-mixed-four .al7hw-stack-thumb{aspect-ratio:16/9 !important}.al7-home-page .al7hw-mixed-four .al7hw-center-thumb{aspect-ratio:16/10 !important;max-height:none !important}.al7-home-page .al7hw-mixed-four .al7hw-side-thumb{aspect-ratio:4/3 !important;max-height:none !important}.al7-home-page .al7hw-mixed-four .al7hw-card-sm-thumb{aspect-ratio:16/9 !important;max-height:none !important}.al7-home-page .al7hw-mixed-four .al7hw-stack-thumb img,.al7-home-page .al7hw-mixed-four .al7hw-center-thumb img,.al7-home-page .al7hw-mixed-four .al7hw-side-thumb img,.al7-home-page .al7hw-mixed-four .al7hw-card-sm-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}.al7-home-page .al7hw-mixed-four .al7hw-stack-card h5,.al7-home-page .al7hw-mixed-four .al7hw-center-feature h4,.al7-home-page .al7hw-mixed-four .al7hw-side-card h4,.al7-home-page .al7hw-mixed-four .al7hw-card-sm h5{margin:12px 2px 4px !important;text-align:right !important;line-height:1.7 !important;font-weight:800 !important;color:#0f172a !important}.al7-home-page .al7hw-mixed-four .al7hw-stack-card h5{font-size:14px !important}.al7-home-page .al7hw-mixed-four .al7hw-center-feature h4{font-size:20px !important}.al7-home-page .al7hw-mixed-four .al7hw-side-card h4,.al7-home-page .al7hw-mixed-four .al7hw-card-sm h5{font-size:15px !important}.al7-home-page .al7hw-mixed-four a{color:inherit !important;text-decoration:none !important}.al7-home-page .al7hw-mixed-four a:hover{color:var(--accent-dark,#0f766e)!important}.al7-home-page .al7hw-mixed-four .al7hw-stack-card:hover,.al7-home-page .al7hw-mixed-four .al7hw-center-feature:hover,.al7-home-page .al7hw-mixed-four .al7hw-side-card:hover,.al7-home-page .al7hw-mixed-four .al7hw-card-sm:hover{transform:translateY(-2px)!important;box-shadow:0 12px 24px rgba(15,23,42,.08)!important}@media(max-width:1100px){.al7-home-page .al7hw-mixed-four .al7hw-mixed-grid{grid-template-columns:minmax(160px,.85fr)minmax(0,1.3fr)minmax(190px,.95fr)!important}}@media(max-width:900px){.al7-home-page .al7hw-mixed-four .al7hw-mixed-grid{grid-template-columns:1fr !important}.al7-home-page .al7hw-mixed-four .al7hw-mixed-left,.al7-home-page .al7hw-mixed-four .al7hw-mixed-extra{grid-template-columns:1fr 1fr !important}}@media(max-width:640px){.al7-home-page .al7hw-mixed-four{padding:14px !important;border-radius:24px !important}.al7-home-page .al7hw-mixed-four .al7hw-mixed-left,.al7-home-page .al7hw-mixed-four .al7hw-mixed-extra{grid-template-columns:1fr !important;gap:12px !important}.al7-home-page .al7hw-mixed-four .al7hw-mixed-grid{gap:12px !important}.al7-home-page .al7hw-mixed-four .al7hw-center-feature h4{font-size:17px !important}.al7-home-page .al7hw-mixed-four .al7hw-side-card h4,.al7-home-page .al7hw-mixed-four .al7hw-stack-card h5,.al7-home-page .al7hw-mixed-four .al7hw-card-sm h5{font-size:14px !important}}body.dark-mode .al7-home-page .al7hw-mixed-four{background:#102749 !important;border-color:#1b355c !important;box-shadow:none !important}body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-stack-card,body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-center-feature,body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-side-card,body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-card-sm{background:#0f1f37 !important;border-color:#1c3558 !important;box-shadow:none !important}body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-stack-card h5,body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-center-feature h4,body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-side-card h4,body.dark-mode .al7-home-page .al7hw-mixed-four .al7hw-card-sm h5{color:#f8fafc !important}@media(max-width:767px){.mobile-header-only .mobile-bar,.mobile-bar{position:relative !important;display:flex !important;align-items:center !important;justify-content:space-between !important;min-height:76px !important;padding-inline:22px !important;gap:10px !important;direction:ltr !important}.mobile-bar .mobile-actions{display:flex !important;align-items:center !important;gap:8px !important;flex:0 0 auto !important;order:1 !important;z-index:3 !important}.mobile-bar .brand-wrap{position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%)!important;display:flex !important;align-items:center !important;justify-content:center !important;width:min(46vw,190px)!important;max-width:min(46vw,190px)!important;margin:0 !important;z-index:2 !important;pointer-events:auto !important}.mobile-bar .brand,.mobile-bar .brand-media,.mobile-bar .custom-logo-link{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important}.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{display:block !important;max-width:100% !important;max-height:44px !important;width:auto !important;height:auto !important;object-fit:contain !important;margin:0 auto !important}.mobile-bar .menu-toggle{flex:0 0 auto !important;order:3 !important;z-index:3 !important;margin:0 !important}}.single .entry-content h4,.entry-content.single-clone-content h4{position:relative !important;margin:28px 0 16px !important;padding:12px 18px 12px 52px !important;border:1px solid rgba(20,184,166,.22)!important;border-right:5px solid var(--accent,#14b8a6)!important;border-radius:18px !important;background:rgba(20,184,166,.10)!important;color:#0f172a !important;font-size:clamp(20px,2.1vw,25px)!important;line-height:1.75 !important;font-weight:900 !important;box-shadow:0 12px 28px rgba(15,23,42,.055)!important}.single .entry-content h4::before,.entry-content.single-clone-content h4::before{content:"";position:absolute;right:16px;top:50%;width:11px;height:11px;border-radius:50%;background:var(--accent,#14b8a6);box-shadow:0 0 0 7px rgba(20,184,166,.12);transform:translateY(-50%)}body.dark-mode .single .entry-content h4,body.dark-mode .entry-content.single-clone-content h4{background:rgba(20,184,166,.18)!important;border-color:rgba(45,212,191,.25)!important;border-right-color:var(--accent,#14b8a6)!important;color:#f8fafc !important;box-shadow:none !important}@media(max-width:640px){.single .entry-content h4,.entry-content.single-clone-content h4{margin:24px 0 14px !important;padding:11px 16px 11px 42px !important;border-radius:16px !important;font-size:20px !important}.single .entry-content h4::before,.entry-content.single-clone-content h4::before{right:14px;width:9px;height:9px;box-shadow:0 0 0 6px rgba(20,184,166,.12)}}.share-btn.short{background:#0ea5e9 !important;color:#fff !important;position:relative}.share-btn.short.copied::after{content:'✓';position:absolute;inset:auto auto 4px 4px;font-size:11px;background:#fff;color:#0ea5e9;border-radius:999px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.mobile-header-only .mobile-bar,.mobile-bar{position:relative !important;display:grid !important;grid-template-columns:118px minmax(0,1fr)58px !important;grid-template-areas:"actions logo menu" !important;align-items:center !important;min-height:76px !important;padding-inline:18px !important;gap:0 !important;direction:ltr !important;overflow:visible !important}.mobile-bar .mobile-actions{grid-area:actions !important;justify-self:start !important;display:flex !important;align-items:center !important;gap:8px !important;width:118px !important;min-width:118px !important;max-width:118px !important;order:initial !important;z-index:3 !important}.mobile-bar .menu-toggle{grid-area:menu !important;justify-self:end !important;width:58px !important;min-width:58px !important;max-width:58px !important;order:initial !important;z-index:3 !important;margin:0 !important}.mobile-bar .brand-wrap{grid-area:logo !important;position:static !important;left:auto !important;top:auto !important;transform:none !important;justify-self:center !important;align-self:center !important;display:flex !important;align-items:center !important;justify-content:center !important;width:min(42vw,175px)!important;max-width:min(42vw,175px)!important;min-width:0 !important;margin:0 auto !important;padding:0 !important;z-index:2 !important}.mobile-bar .brand,.mobile-bar .brand-media,.mobile-bar .custom-logo-link{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 auto !important;padding:0 !important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{display:block !important;max-width:100% !important;max-height:42px !important;width:auto !important;height:auto !important;object-fit:contain !important;margin:0 auto !important}}@media(max-width:380px){.mobile-header-only .mobile-bar,.mobile-bar{grid-template-columns:104px minmax(0,1fr)52px !important;padding-inline:14px !important}.mobile-bar .mobile-actions{width:104px !important;min-width:104px !important;max-width:104px !important;gap:6px !important}.mobile-bar .menu-toggle{width:52px !important;min-width:52px !important;max-width:52px !important}.mobile-bar .brand-wrap{width:min(40vw,155px)!important;max-width:min(40vw,155px)!important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:39px !important}}.single .single-clone-content h4,.single .entry-content h4{position:relative !important;margin:30px 0 18px !important;padding:18px 22px !important;border-radius:22px !important;text-align:center !important;font-size:clamp(22px,4.5vw,34px)!important;line-height:1.55 !important;font-weight:900 !important;color:#101827 !important;background:#ffffff !important;border:1px solid rgba(148,163,184,.28)!important;box-shadow:0 14px 30px rgba(15,23,42,.06)!important;overflow:hidden !important}.single .single-clone-content h4::after,.single .entry-content h4::after{content:"" !important;position:absolute !important;right:22px !important;left:22px !important;bottom:0 !important;height:5px !important;border-radius:999px !important;background:#7c3aed !important}body.eletaj-h4-style-teal .single .single-clone-content h4::after,body.eletaj-h4-style-teal .single .entry-content h4::after{background:#0f9f97 !important}body.eletaj-h4-style-red .single .single-clone-content h4::after,body.eletaj-h4-style-red .single .entry-content h4::after{background:#dc2626 !important}body.eletaj-h4-style-gold .single .single-clone-content h4::after,body.eletaj-h4-style-gold .single .entry-content h4::after{background:#b45309 !important}body.eletaj-h4-style-plain .single .single-clone-content h4,body.eletaj-h4-style-plain .single .entry-content h4{text-align:inherit !important;padding:0 0 10px !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important}body.eletaj-h4-style-plain .single .single-clone-content h4::after,body.eletaj-h4-style-plain .single .entry-content h4::after{right:0 !important;left:auto !important;width:80px !important}.eletaj-article-cta-wrap{display:flex !important;justify-content:center !important;align-items:center !important;margin:28px auto 32px !important;padding:0 8px !important}.eletaj-article-cta{display:inline-flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;width:min(100%,600px)!important;min-height:92px !important;padding:18px 30px !important;border-radius:34px !important;font-size:clamp(24px,5vw,38px)!important;line-height:1.55 !important;font-weight:900 !important;color:#fff !important;text-decoration:none !important;background:#ef0000 !important;box-shadow:0 18px 35px rgba(239,0,0,.18)!important;border:1px solid rgba(255,255,255,.25)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease !important}.eletaj-article-cta:hover{transform:translateY(-2px)!important;box-shadow:0 22px 42px rgba(239,0,0,.24)!important;filter:saturate(1.06)!important}body.eletaj-cta-style-teal .eletaj-article-cta{background:#0f9f97 !important;box-shadow:0 18px 35px rgba(20,184,166,.18)!important}body.eletaj-cta-style-blue .eletaj-article-cta{background:#2563eb !important;box-shadow:0 18px 35px rgba(37,99,235,.18)!important}body.eletaj-cta-style-dark .eletaj-article-cta{background:#111827 !important;box-shadow:0 18px 35px rgba(15,23,42,.2)!important}body.eletaj-cta-style-outline .eletaj-article-cta{background:var(--eletaj-button-bg)!important;color:#c70000 !important;border:3px solid #ef0000 !important;box-shadow:0 14px 30px rgba(15,23,42,.08)!important}@media(max-width:767px){.eletaj-article-cta{min-height:78px !important;border-radius:28px !important;padding:16px 22px !important}}.single .single-clone-content h4,.single .entry-content h4{font-size:clamp(18px,3.4vw,25px)!important;line-height:1.9 !important;font-weight:900 !important;text-align:right !important;margin:26px 0 18px !important;padding:20px 22px !important;border-radius:18px !important}body.eletaj-h4-style-note .single .single-clone-content h4,body.eletaj-h4-style-note .single .entry-content h4{color:#07111f !important;background:#eaf8ff !important;border:1px solid #c7e8f8 !important;border-right:7px solid #0ea5e9 !important;box-shadow:0 12px 26px rgba(14,165,233,.10)!important;text-align:right !important;padding:20px 24px !important}body.eletaj-h4-style-note .single .single-clone-content h4::before,body.eletaj-h4-style-note .single .entry-content h4::before{content:"💡" !important;display:inline-block !important;margin-left:8px !important;font-size:.95em !important}body.eletaj-h4-style-note .single .single-clone-content h4::after,body.eletaj-h4-style-note .single .entry-content h4::after{display:none !important}body.eletaj-h4-style-purple .single .single-clone-content h4,body.eletaj-h4-style-purple .single .entry-content h4,body.eletaj-h4-style-teal .single .single-clone-content h4,body.eletaj-h4-style-teal .single .entry-content h4,body.eletaj-h4-style-red .single .single-clone-content h4,body.eletaj-h4-style-red .single .entry-content h4,body.eletaj-h4-style-gold .single .single-clone-content h4,body.eletaj-h4-style-gold .single .entry-content h4{font-size:clamp(18px,3.4vw,25px)!important;line-height:1.85 !important;padding:18px 22px !important}.eletaj-note{position:relative !important;margin:26px 0 !important;padding:22px 24px !important;border-radius:18px !important;background:#eaf8ff !important;border:1px solid #c7e8f8 !important;border-right:7px solid #0ea5e9 !important;box-shadow:0 12px 26px rgba(14,165,233,.10)!important;color:#07111f !important;font-weight:700 !important;line-height:2 !important}.eletaj-note::before{content:"💡 ملاحظة مهمة:" !important;display:block !important;margin-bottom:8px !important;font-weight:900 !important;color:#061526 !important}.eletaj-note p{margin:0 0 10px !important}.eletaj-note p:last-child{margin-bottom:0 !important}.eletaj-note-warning{background:#fff7ed !important;border-color:#fed7aa !important;border-right-color:#f97316 !important}.eletaj-note-warning::before{content:"⚠️ تنبيه:" !important}.eletaj-note-success{background:#ecfdf5 !important;border-color:#bbf7d0 !important;border-right-color:#22c55e !important}.eletaj-note-success::before{content:"✅ ملاحظة:" !important}.eletaj-note-danger{background:#fef2f2 !important;border-color:#fecaca !important;border-right-color:#ef4444 !important}.eletaj-note-danger::before{content:"⛔ هام:" !important}@media(max-width:767px){.single .single-clone-content h4,.single .entry-content h4{font-size:clamp(18px,5vw,23px)!important;padding:18px 18px !important;margin:22px 0 16px !important}.eletaj-note{padding:18px 18px !important;margin:22px 0 !important;border-radius:16px !important}}.eletaj-multi-cta-widget{margin:22px 0;direction:rtl}.eletaj-multi-cta-card{position:relative;overflow:hidden;border-radius:24px;padding:20px;background:#14324a;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 38px rgba(15,23,42,.12)}.eletaj-multi-cta-card::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.18);pointer-events:none}.eletaj-multi-cta-main-title{position:relative;z-index:1;margin:0 0 16px;text-align:center;color:var(--multi-text,#fff);font-size:clamp(20px,4vw,34px);line-height:1.5;font-weight:900}.eletaj-multi-cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:14px;align-items:stretch}.eletaj-multi-cta-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;min-height:190px;padding:14px 10px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(5px);text-align:center}.eletaj-multi-cta-logo-wrap{height:70px;width:100%;display:flex;align-items:center;justify-content:center}.eletaj-multi-cta-logo{display:block;max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain}.eletaj-multi-cta-title{color:var(--multi-text,#fff);font-size:15px;line-height:1.55;font-weight:900;min-height:44px;display:flex;align-items:center;justify-content:center}.eletaj-multi-cta-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:38px;padding:0 14px;border-radius:999px;background:var(--multi-button,#fff);color:var(--multi-button-text,#0f766e)!important;text-decoration:none!important;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.14);transition:transform .18s ease,box-shadow .18s ease}.eletaj-multi-cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(0,0,0,.18)}@media(max-width:767px){.eletaj-multi-cta-card{border-radius:20px;padding:14px}.eletaj-multi-cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.eletaj-multi-cta-item{min-height:175px;padding:12px 8px}.eletaj-multi-cta-title{font-size:14px}}@media(max-width:380px){.eletaj-multi-cta-grid{grid-template-columns:1fr}}.eletaj-multi-cta-widget{margin:28px 0 !important;direction:rtl !important}.eletaj-multi-cta-card{border-radius:28px !important;padding:28px 26px !important;background:#14324a !important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:0 20px 45px rgba(15,23,42,.13)!important}.eletaj-multi-cta-main-title{margin:0 0 22px !important;color:#fff !important;font-size:clamp(24px,3.4vw,38px)!important;line-height:1.45 !important;text-shadow:0 2px 8px rgba(0,0,0,.18)!important}.eletaj-multi-cta-grid{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:18px !important}.eletaj-multi-cta-item{min-height:240px !important;padding:18px 16px !important;border-radius:24px !important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 24px rgba(0,0,0,.10)!important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease !important}.eletaj-multi-cta-item:hover{transform:translateY(-3px)!important;background:rgba(255,255,255,.17)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 30px rgba(0,0,0,.14)!important}.eletaj-multi-cta-logo-wrap{width:118px !important;height:88px !important;margin:0 auto 4px !important;padding:10px !important;border-radius:18px !important;background:var(--eletaj-button-bg)!important;box-shadow:0 10px 20px rgba(0,0,0,.12)!important}.eletaj-multi-cta-logo{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important}.eletaj-multi-cta-title{min-height:54px !important;padding:0 4px !important;color:#fff !important;font-size:16px !important;line-height:1.65 !important;font-weight:900 !important;text-shadow:0 1px 6px rgba(0,0,0,.18)!important}.eletaj-multi-cta-button{width:100% !important;max-width:190px !important;min-height:42px !important;padding:0 18px !important;border-radius:999px !important;background:var(--eletaj-button-bg)!important;color:var(--multi-button-text,#0f766e)!important;font-size:15px !important;font-weight:900 !important;box-shadow:0 12px 22px rgba(0,0,0,.16)!important}.eletaj-multi-cta-button:hover{transform:translateY(-2px)!important;box-shadow:0 16px 28px rgba(0,0,0,.20)!important;text-decoration:none !important}@media(max-width:767px){.eletaj-multi-cta-card{padding:18px 14px !important;border-radius:22px !important}.eletaj-multi-cta-main-title{font-size:clamp(21px,5.3vw,29px)!important;margin-bottom:16px !important}.eletaj-multi-cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px !important}.eletaj-multi-cta-item{min-height:210px !important;padding:14px 10px !important;border-radius:20px !important}.eletaj-multi-cta-logo-wrap{width:96px !important;height:74px !important;padding:9px !important;border-radius:16px !important}.eletaj-multi-cta-title{min-height:48px !important;font-size:14px !important;line-height:1.55 !important}.eletaj-multi-cta-button{max-width:150px !important;min-height:38px !important;font-size:13px !important;padding:0 12px !important}}@media(max-width:380px){.eletaj-multi-cta-grid{grid-template-columns:1fr !important}.eletaj-multi-cta-item{min-height:190px !important}}.eletaj-article-cta-wrap{display:flex!important;justify-content:center!important;margin:28px auto 32px!important;padding:0 8px!important}.eletaj-article-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:min(100%,600px)!important;min-height:86px!important;padding:18px 30px!important;border-radius:32px!important;font-size:clamp(23px,4.6vw,36px)!important;line-height:1.55!important;font-weight:900!important;color:#fff!important;text-decoration:none!important;background:#ef0000 !important;box-shadow:0 18px 35px rgba(239,0,0,.18)!important}.eletaj-shortcode-cta-style-teal .eletaj-article-cta{background:#0f9f97!important}.eletaj-shortcode-cta-style-blue .eletaj-article-cta{background:#2563eb!important}.eletaj-shortcode-cta-style-dark .eletaj-article-cta{background:#111827!important}.eletaj-shortcode-cta-style-outline .eletaj-article-cta{background:var(--eletaj-button-bg)!important;color:#c70000!important;border:3px solid #ef0000!important}.eletaj-note{position:relative!important;margin:26px 0!important;padding:22px 24px!important;border-radius:18px!important;background:#eaf8ff!important;border:1px solid #c7e8f8!important;border-right:7px solid #0ea5e9!important;box-shadow:0 12px 26px rgba(14,165,233,.10)!important;color:#07111f!important;font-weight:700!important;line-height:2!important}.eletaj-note::before{content:"💡 ملاحظة مهمة:"!important;display:block!important;margin-bottom:8px!important;font-weight:900!important}.eletaj-note-warning{background:#fff7ed!important;border-color:#fed7aa!important;border-right-color:#f97316!important}.eletaj-note-warning::before{content:"⚠️ تنبيه:"!important}.eletaj-note-success{background:#ecfdf5!important;border-color:#bbf7d0!important;border-right-color:#22c55e!important}.eletaj-note-success::before{content:"✅ ملاحظة:"!important}.eletaj-note-danger{background:#fef2f2!important;border-color:#fecaca!important;border-right-color:#ef4444!important}.eletaj-note-danger::before{content:"⛔ هام:"!important}@media(min-width:1024px){.eletaj-multi-cta-widget{width:80%!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}}@media(min-width:1400px){.eletaj-multi-cta-widget{width:76%!important}}@media(max-width:1023px){.eletaj-multi-cta-widget{width:100%!important}}.single .single-clone-content h3,.single .entry-content h3{position:relative !important;display:block !important;margin:30px 0 16px !important;padding:12px 18px 12px 16px !important;font-size:clamp(20px,3.2vw,28px)!important;line-height:1.65 !important;font-weight:900 !important;color:#111827 !important;background:rgba(15,159,151,.10)!important;border-right:5px solid var(--accent,#0f9f97)!important;border-radius:14px !important;box-shadow:none !important;text-align:right !important}.single .single-clone-content h3::after,.single .entry-content h3::after{content:"" !important;position:absolute !important;right:18px !important;bottom:-6px !important;width:72px !important;height:3px !important;border-radius:999px !important;background:#0f9f97 !important}.single .single-clone-content h4,.single .entry-content h4{font-size:clamp(18px,3vw,24px)!important;border-right:7px solid #8b5cf6 !important;background:#f8fbff !important;border-radius:18px !important}.eletaj-magic-tip{position:relative !important;margin:24px 0 !important;padding:0 !important}.eletaj-magic-tip a{position:relative !important;display:flex !important;align-items:center !important;gap:10px !important;min-height:64px !important;padding:14px 20px !important;border-radius:18px !important;text-decoration:none !important;color:#b91c1c !important;font-size:clamp(18px,3.4vw,25px)!important;line-height:1.7 !important;font-weight:900 !important;background:#fff7f7 !important;border:1px solid rgba(239,68,68,.18)!important;box-shadow:0 14px 30px rgba(185,28,28,.08)!important;overflow:hidden !important}.eletaj-magic-tip a::before{content:"✨" !important;flex:0 0 auto !important;width:42px !important;height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:14px !important;background:#fee2e2 !important}.eletaj-magic-tip a::after{content:"" !important;position:absolute !important;right:0 !important;bottom:0 !important;width:100% !important;height:4px !important;background:#ef4444 !important}.eletaj-magic-tip a:hover{transform:translateY(-2px)!important;box-shadow:0 18px 38px rgba(185,28,28,.12)!important}.single-related-title{position:relative !important;display:inline-flex !important;align-items:center !important;gap:8px !important}.single-related-title::before{content:"✨" !important;font-size:.9em !important}.single-related-card{transition:transform .18s ease,box-shadow .18s ease !important}.single-related-card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 36px rgba(15,23,42,.12)!important}.single-related-card h3{background:transparent !important;border:0 !important;padding:0 !important;margin:0 !important;box-shadow:none !important;font-size:18px !important}.single-related-card h3::after{display:none !important}@media(max-width:767px){.single .single-clone-content h3,.single .entry-content h3{font-size:clamp(19px,4.7vw,24px)!important;padding:11px 14px !important}.eletaj-magic-tip a{font-size:clamp(17px,4.5vw,22px)!important;padding:12px 14px !important}}.eletaj-multi-cta-widget{width:80% !important;max-width:1280px !important;margin:28px auto !important;direction:rtl !important}.eletaj-multi-cta-card{border-radius:26px !important;padding:22px 22px 24px !important}.eletaj-multi-cta-main-title{margin:0 0 18px !important;font-size:clamp(22px,3vw,36px)!important}.eletaj-multi-cta-grid{display:flex !important;flex-wrap:nowrap !important;gap:14px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;padding:2px 2px 12px !important;-webkit-overflow-scrolling:touch !important}.eletaj-multi-cta-grid::-webkit-scrollbar{height:8px !important}.eletaj-multi-cta-grid::-webkit-scrollbar-track{background:rgba(255,255,255,.18)!important;border-radius:999px !important}.eletaj-multi-cta-grid::-webkit-scrollbar-thumb{background:rgba(255,255,255,.48)!important;border-radius:999px !important}.eletaj-multi-cta-item{flex:0 0 165px !important;width:165px !important;min-height:178px !important;padding:13px 10px !important;border-radius:18px !important;scroll-snap-align:start !important}.eletaj-multi-cta-logo-wrap{width:86px !important;height:66px !important;padding:8px !important;border-radius:15px !important;margin:0 auto 6px !important}.eletaj-multi-cta-logo{width:100% !important;height:100% !important;object-fit:contain !important}.eletaj-multi-cta-title{min-height:42px !important;font-size:13px !important;line-height:1.55 !important}.eletaj-multi-cta-button{max-width:132px !important;min-height:34px !important;padding:0 10px !important;font-size:12px !important}@media(max-width:1023px){.eletaj-multi-cta-widget{width:100% !important;max-width:100% !important}}@media(max-width:767px){.eletaj-multi-cta-card{padding:16px 12px 18px !important;border-radius:22px !important}.eletaj-multi-cta-item{flex-basis:145px !important;width:145px !important;min-height:166px !important}.eletaj-multi-cta-logo-wrap{width:78px !important;height:60px !important}.eletaj-multi-cta-title{font-size:12.5px !important;min-height:38px !important}.eletaj-multi-cta-button{max-width:120px !important;min-height:32px !important;font-size:11.5px !important}}.single-tags,.tags-links{background:var(--eletaj-button-bg)!important;border:1px solid rgba(148,163,184,.20)!important;border-radius:26px !important;padding:22px 18px !important;box-shadow:0 14px 32px rgba(15,23,42,.06)!important;text-align:center !important}.single-tags a,.tags-links a,.post-tags a,.single .tagcloud a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:38px !important;padding:0 16px !important;margin:6px !important;border-radius:999px !important;background:#ffffff !important;border:1px solid rgba(148,163,184,.28)!important;color:#0f172a !important;font-size:13px !important;font-weight:900 !important;text-decoration:none !important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important}.single-tags a:hover,.tags-links a:hover,.post-tags a:hover,.single .tagcloud a:hover{transform:translateY(-2px)!important;border-color:var(--accent,#7c3aed)!important;color:var(--accent-dark,#5b21b6)!important;box-shadow:0 12px 24px rgba(124,58,237,.10)!important}@media(max-width:767px){.eletaj-multi-cta-widget{width:100% !important;margin:18px 0 !important;overflow:hidden !important}.eletaj-multi-cta-card{padding:14px 10px 16px !important;border-radius:20px !important}.eletaj-multi-cta-main-title{font-size:20px !important;margin-bottom:12px !important;line-height:1.45 !important}.eletaj-multi-cta-grid{display:flex !important;flex-wrap:nowrap !important;gap:10px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;-webkit-overflow-scrolling:touch !important;padding:2px 2px 10px !important;animation:eletajCtaMobileMarquee 28s linear infinite !important;will-change:transform !important}.eletaj-multi-cta-grid:hover,.eletaj-multi-cta-grid:active,.eletaj-multi-cta-grid:focus-within{animation-play-state:paused !important}.eletaj-multi-cta-item{flex:0 0 118px !important;width:118px !important;min-height:144px !important;padding:9px 7px !important;border-radius:16px !important;scroll-snap-align:start !important;gap:7px !important}.eletaj-multi-cta-logo-wrap{width:62px !important;height:50px !important;padding:6px !important;border-radius:13px !important;margin:0 auto 2px !important}.eletaj-multi-cta-logo{width:100% !important;height:100% !important;object-fit:contain !important}.eletaj-multi-cta-title{min-height:32px !important;font-size:11px !important;line-height:1.45 !important;padding:0 !important}.eletaj-multi-cta-button{max-width:96px !important;min-height:28px !important;padding:0 8px !important;font-size:10.5px !important;border-radius:999px !important}@keyframes eletajCtaMobileMarquee{0%{transform:translateX(0)}50%{transform:translateX(-32%)}100%{transform:translateX(0)}}}@media(prefers-reduced-motion:reduce){.eletaj-multi-cta-grid{animation:none !important}}@media(max-width:767px){.eletaj-multi-cta-widget{width:100% !important;max-width:100% !important;margin:16px 0 !important;overflow:hidden !important}.eletaj-multi-cta-card{overflow:hidden !important;padding:13px 8px 15px !important;border-radius:20px !important}.eletaj-multi-cta-main-title{font-size:19px !important;line-height:1.45 !important;margin:0 0 11px !important}.eletaj-multi-cta-grid{display:flex !important;flex-wrap:nowrap !important;gap:9px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x proximity !important;-webkit-overflow-scrolling:touch !important;padding:2px 12px 9px !important;transform:translateX(0)!important;animation:eletajCtaProTicker 34s ease-in-out infinite !important;will-change:transform !important}.eletaj-multi-cta-grid:hover,.eletaj-multi-cta-grid:active,.eletaj-multi-cta-grid:focus-within{animation-play-state:paused !important}.eletaj-multi-cta-item{flex:0 0 104px !important;width:104px !important;min-height:132px !important;padding:8px 6px !important;border-radius:15px !important;gap:6px !important;scroll-snap-align:center !important}.eletaj-multi-cta-logo-wrap{width:56px !important;height:45px !important;padding:5px !important;border-radius:12px !important;margin:0 auto 1px !important}.eletaj-multi-cta-logo{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important}.eletaj-multi-cta-title{min-height:30px !important;font-size:10.5px !important;line-height:1.42 !important;padding:0 !important}.eletaj-multi-cta-button{max-width:88px !important;min-height:26px !important;padding:0 7px !important;font-size:10px !important;border-radius:999px !important;white-space:nowrap !important}@keyframes eletajCtaProTicker{0%{transform:translateX(0)}18%{transform:translateX(0)}42%{transform:translateX(-18%)}58%{transform:translateX(-18%)}82%{transform:translateX(0)}100%{transform:translateX(0)}}}@media(max-width:380px){.eletaj-multi-cta-item{flex-basis:98px !important;width:98px !important;min-height:128px !important}.eletaj-multi-cta-logo-wrap{width:52px !important;height:42px !important}.eletaj-multi-cta-button{max-width:84px !important;font-size:9.5px !important}}@media(prefers-reduced-motion:reduce){.eletaj-multi-cta-grid{animation:none !important}}@media(min-width:1024px){.widget:has(.eletaj-multi-cta-widget),.wp-block-widget-area:has(.eletaj-multi-cta-widget),.home-widget:has(.eletaj-multi-cta-widget),.section-widget:has(.eletaj-multi-cta-widget),.content-widget:has(.eletaj-multi-cta-widget){width:min(100%,980px)!important;margin-left:auto !important;margin-right:auto !important}.eletaj-multi-cta-widget{width:min(100%,980px)!important;max-width:980px !important;margin-left:auto !important;margin-right:auto !important}}.elboox-v33-layout{display:grid;grid-template-columns:minmax(190px,.78fr)minmax(320px,1.28fr)minmax(190px,.78fr);gap:16px;padding:0 18px 20px;align-items:stretch}.elboox-v33-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}.elboox-v33-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease}.elboox-v33-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(15,23,42,.10)}.elboox-section.dark .elboox-v33-card{background:#182235;border-color:#253247}.elboox-v33-thumb{display:block;aspect-ratio:16/9;background:#e5e7eb;overflow:hidden}.elboox-v33-featured-thumb{display:block;aspect-ratio:16/10;background:#e5e7eb;overflow:hidden}.elboox-v33-thumb img,.elboox-v33-featured-thumb img{width:100%;height:100%;display:block;object-fit:cover}.elboox-v33-body{padding:12px 14px 15px}.elboox-v33-title,.elboox-v33-featured-title{margin:0;font-weight:900;color:#111827}.elboox-v33-title{font-size:15px;line-height:1.7}.elboox-v33-featured-title{font-size:22px;line-height:1.65}.elboox-v33-title a,.elboox-v33-featured-title a{color:inherit;text-decoration:none}.elboox-v33-title a:hover,.elboox-v33-featured-title a:hover{color:var(--accent-dark)}.elboox-v33-excerpt{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.9}.elboox-section.dark .elboox-v33-title,.elboox-section.dark .elboox-v33-featured-title{color:#fff}.elboox-section.dark .elboox-v33-excerpt{color:#cbd5e1}.elboox-section{max-width:100% !important}.elboox-top-grid,.elboox-bottom-grid{align-items:stretch}.elboox-card,.elboox-small-card{box-shadow:0 10px 24px rgba(15,23,42,.04)}@media(max-width:767px){.elboox-v33-layout{display:flex;overflow-x:auto;gap:12px;padding:0 14px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.elboox-v33-side{display:flex;gap:12px}.elboox-v33-card{flex:0 0 210px;width:210px;scroll-snap-align:start}.elboox-v33-featured{flex-basis:245px;width:245px}.elboox-v33-featured-title{font-size:17px;line-height:1.65}.elboox-v33-title{font-size:14px}.elboox-v33-excerpt{display:none}}.eletaj-note{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:22px 0!important;padding:14px 16px!important;border-radius:14px!important;background:#fff7ed!important;border:1px solid #fed7aa!important;border-right:5px solid #f97316!important;box-shadow:0 10px 22px rgba(249,115,22,.08)!important;color:#111827!important;font-size:15.5px!important;line-height:1.9!important;font-weight:600!important}.eletaj-note::before{content:none!important}.eletaj-note-icon{flex:0 0 auto!important;margin-top:1px!important}.eletaj-note-label{flex:0 0 auto!important;color:#c2410c!important;font-weight:900!important;white-space:nowrap!important}.eletaj-note-text{min-width:0!important}.eletaj-note-text p{display:inline!important;margin:0!important}.eletaj-note-info{background:#eff6ff!important;border-color:#bfdbfe!important;border-right-color:#3b82f6!important}.eletaj-note-info .eletaj-note-label{color:#1d4ed8!important}.eletaj-note-warning{background:#fff7ed!important;border-color:#fed7aa!important;border-right-color:#f97316!important}.eletaj-note-warning .eletaj-note-label{color:#c2410c!important}.eletaj-note-success{background:#ecfdf5!important;border-color:#bbf7d0!important;border-right-color:#22c55e!important}.eletaj-note-success .eletaj-note-label{color:#15803d!important}.eletaj-note-danger{background:#fef2f2!important;border-color:#fecaca!important;border-right-color:#ef4444!important}.eletaj-note-danger .eletaj-note-label{color:#b91c1c!important}.eletaj-magic-tip{margin:18px 0!important}.eletaj-magic-tip a{min-height:48px!important;padding:10px 14px!important;border-radius:14px!important;color:#5b21b6!important;font-size:clamp(15px,2.8vw,19px)!important;line-height:1.65!important;background:#faf5ff !important;border:1px solid rgba(124,58,237,.18)!important;box-shadow:0 10px 22px rgba(124,58,237,.07)!important}.eletaj-magic-tip a::before{content:"✨"!important;width:34px!important;height:34px!important;border-radius:12px!important;background:#f3e8ff!important}.eletaj-magic-tip a::after{height:3px!important;background:#7c3aed!important}@media(max-width:767px){.eletaj-note{font-size:14px!important;padding:12px 13px!important;gap:6px!important}.eletaj-magic-tip a{font-size:15px!important;min-height:44px!important}}.skip-link{position:absolute;right:12px;top:-60px;z-index:99999;background:#111827;color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:12px;color:#fff}.single-clone-content img,.entry-content img{height:auto;max-width:100%}.alx-ads-slot iframe,.alx-ads-slot ins{max-width:100%}.alx-ad-deferred{min-height:250px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(15,23,42,.035);position:relative;overflow:hidden}.alx-ad-placeholder-text{font-size:12px;color:#64748b}@media(max-width:640px){.alx-ad-deferred{min-height:280px}}.eletaj-article-cta-wrap{display:flex!important;justify-content:center!important;margin:28px auto 32px!important;padding:0 8px!important}.eletaj-article-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:auto!important;max-width:min(100%,760px)!important;min-width:0!important;min-height:64px!important;padding:16px 34px!important;border-radius:28px!important;font-size:clamp(22px,4.2vw,34px)!important;line-height:1.45!important;font-weight:900!important;color:var(--eletaj-cta-color,#fff)!important;text-decoration:none!important;background:#ef0000 !important;box-shadow:0 16px 34px rgba(239,0,0,.16)!important;white-space:normal!important;overflow-wrap:anywhere!important}.eletaj-article-cta:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(239,0,0,.22)!important}.eletaj-shortcode-cta-style-teal .eletaj-article-cta{--eletaj-cta-bg:#0f9f97}.eletaj-shortcode-cta-style-blue .eletaj-article-cta{--eletaj-cta-bg:#2563eb}.eletaj-shortcode-cta-style-dark .eletaj-article-cta{--eletaj-cta-bg:#111827}.eletaj-shortcode-cta-style-outline .eletaj-article-cta{--eletaj-cta-bg:#fff;--eletaj-cta-color:#c70000;border:3px solid #ef0000!important}.eletaj-shortcode-cta-style-custom .eletaj-article-cta{background:var(--eletaj-cta-bg,#e00000)!important;color:var(--eletaj-cta-color,#fff)!important}@media(max-width:767px){.eletaj-article-cta{min-height:56px!important;padding:14px 24px!important;border-radius:24px!important}}.eletaj-glass-org-widget{direction:rtl;width:min(100%,1180px);margin:18px auto;padding:0 8px;color:var(--eg-text,#13213a)}.eletaj-glass-org-head{text-align:center;margin:0 auto 12px}.eletaj-glass-org-ornament{width:min(520px,72%);height:24px;margin:0 auto 4px;position:relative;background:#c99a2e}.eletaj-glass-org-ornament:before,.eletaj-glass-org-ornament:after{content:"";position:absolute;top:12px;width:43%;height:1px;background:#c99a2e}.eletaj-glass-org-ornament:before{right:0}.eletaj-glass-org-ornament:after{left:0}.eletaj-glass-org-main-title{margin:0;color:var(--eg-title,#10254b);font-size:clamp(24px,3.3vw,42px);line-height:1.25;font-weight:900;letter-spacing:-.03em}.eletaj-glass-org-subtitle{margin:8px auto 0;max-width:820px;color:var(--eg-text,#13213a);font-size:clamp(14px,1.45vw,19px);line-height:1.7;font-weight:500}.eletaj-glass-org-panel{position:relative;overflow:hidden;border-radius:30px;padding:18px 26px 16px;background:rgba(255,255,255,.46);border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 12px 32px rgba(15,23,42,.12);backdrop-filter:blur(14px)saturate(135%);-webkit-backdrop-filter:blur(14px)saturate(135%)}.eletaj-glass-org-panel:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.42);pointer-events:none}.eletaj-glass-org-panel:after{content:"";position:absolute;inset:5px;border-radius:25px;border:1px solid rgba(255,255,255,.58);pointer-events:none}.eletaj-glass-org-bolt{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff8d6;box-shadow:inset 0 1px 2px rgba(255,255,255,.72),0 2px 7px rgba(0,0,0,.16);z-index:2}.eletaj-glass-org-bolt:after{content:"";position:absolute;inset:5px;border-top:1px solid rgba(110,75,18,.45);transform:rotate(45deg)}.bolt-1{top:16px;right:16px}.bolt-2{top:16px;left:16px}.bolt-3{bottom:16px;right:16px}.bolt-4{bottom:16px;left:16px}.eletaj-glass-org-grid{position:relative;z-index:3;display:flex;flex-wrap:nowrap;gap:0;overflow-x:auto;overflow-y:hidden;padding:0 22px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.eletaj-glass-org-grid::-webkit-scrollbar{height:8px}.eletaj-glass-org-grid::-webkit-scrollbar-track{background:rgba(255,255,255,.25);border-radius:999px}.eletaj-glass-org-grid::-webkit-scrollbar-thumb{background:rgba(201,154,46,.55);border-radius:999px}.eletaj-glass-org-item{position:relative;flex:1 0 0;min-width:150px;min-height:180px;padding:10px 18px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;scroll-snap-align:start}.eletaj-glass-org-item:not(:last-child):before{content:"";position:absolute;top:8px;bottom:8px;left:0;width:1px;background:rgba(201,154,46,.7)}.eletaj-glass-org-logo-wrap{width:86px;height:78px;display:flex;align-items:center;justify-content:center;margin:0 auto 4px;background:transparent}.eletaj-glass-org-logo{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 7px 9px rgba(15,23,42,.12));background:transparent!important}.eletaj-glass-org-title{margin:0;color:var(--eg-text,#13213a);font-size:clamp(14px,1.25vw,18px);line-height:1.35;font-weight:900;min-height:48px;display:flex;align-items:center;justify-content:center}.eletaj-glass-org-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:34px;padding:5px 18px;border-radius:999px;background:var(--eg-btn,#fff);color:var(--eg-btn-text,#10254b)!important;border:1px solid color-mix(in srgb,var(--eg-accent,#c99a2e)62%,#fff);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 5px 12px rgba(15,23,42,.10);text-decoration:none!important;font-size:clamp(12px,1vw,15px);font-weight:900;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.eletaj-glass-org-btn:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 8px 16px rgba(15,23,42,.15)}.eletaj-glass-org-btn.is-disabled{opacity:.75;cursor:default}.eletaj-glass-org-bottom{width:min(880px,88%);margin:14px auto 0;padding:12px 18px;border-radius:24px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.72);box-shadow:0 9px 24px rgba(15,23,42,.10);backdrop-filter:blur(12px)saturate(130%);-webkit-backdrop-filter:blur(12px)saturate(130%);display:flex;align-items:center;gap:14px}.eletaj-glass-org-refresh{flex:0 0 50px;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.78);display:flex;align-items:center;justify-content:center;color:#0b65b1;font-size:28px;font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 13px rgba(15,23,42,.10)}.eletaj-glass-org-bottom-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.eletaj-glass-org-bottom-copy strong{color:var(--eg-title,#10254b);font-size:clamp(15px,1.65vw,22px);line-height:1.35}.eletaj-glass-org-bottom-copy span{font-size:clamp(12px,1.1vw,14px);line-height:1.6}.eletaj-glass-org-bottom-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:7px 22px;border-radius:999px;background:var(--eg-bottom-btn,#0b3c78);color:var(--eg-bottom-btn-text,#fff)!important;text-decoration:none!important;font-weight:900;font-size:clamp(13px,1.25vw,17px);box-shadow:0 8px 18px rgba(11,60,120,.20);white-space:nowrap}.eletaj-glass-org-bottom-btn:hover{transform:translateY(-1px)}@supports not((backdrop-filter:blur(1px))or(-webkit-backdrop-filter:blur(1px))){.eletaj-glass-org-panel,.eletaj-glass-org-bottom{background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(15,23,42,.08)}}@media(max-width:900px){.eletaj-glass-org-widget{margin:14px auto}.eletaj-glass-org-panel{border-radius:24px;padding:16px 12px 14px}.eletaj-glass-org-grid{padding:0 20px 10px}.eletaj-glass-org-item{flex:0 0 142px;min-height:168px;padding:9px 12px}.eletaj-glass-org-logo-wrap{width:72px;height:66px}.eletaj-glass-org-title{font-size:13px;min-height:42px}.eletaj-glass-org-bottom{width:94%;flex-wrap:wrap;justify-content:center;text-align:center}.eletaj-glass-org-bottom-copy{flex-basis:100%;order:1}.eletaj-glass-org-refresh{order:0;width:46px;height:46px;flex-basis:46px;font-size:25px}.eletaj-glass-org-bottom-btn{order:2;width:fit-content}}@media(max-width:520px){.eletaj-glass-org-main-title{font-size:22px}.eletaj-glass-org-subtitle{font-size:13px}.eletaj-glass-org-panel{padding:14px 8px}.eletaj-glass-org-bolt{width:15px;height:15px}.bolt-1{top:10px;right:10px}.bolt-2{top:10px;left:10px}.bolt-3{bottom:10px;right:10px}.bolt-4{bottom:10px;left:10px}.eletaj-glass-org-grid{padding:0 16px 9px}.eletaj-glass-org-item{flex:0 0 126px;min-height:154px;padding:8px}.eletaj-glass-org-logo-wrap{width:62px;height:58px}.eletaj-glass-org-title{font-size:12px;min-height:38px}.eletaj-glass-org-btn{min-height:31px;padding:4px 13px;font-size:11px}.eletaj-glass-org-bottom{width:100%;padding:11px}.eletaj-glass-org-bottom-btn{width:100%;font-size:14px}}.eletaj-glass-org-widget{direction:rtl;width:min(100%,1080px)!important;margin:12px auto!important;padding:0 6px!important;color:var(--eg-text,#13213a)}.eletaj-glass-org-head{text-align:center!important;margin:0 auto 10px!important}.eletaj-glass-org-ornament{width:min(380px,62%)!important;height:18px!important;margin:0 auto 2px!important;position:relative;background:#c99a2e!important}.eletaj-glass-org-ornament:before,.eletaj-glass-org-ornament:after{content:"";position:absolute;top:9px;width:42%;height:1px;background:#c99a2e}.eletaj-glass-org-ornament:before{right:0}.eletaj-glass-org-ornament:after{left:0}.eletaj-glass-org-main-title{margin:0!important;color:var(--eg-title,#10254b);font-size:clamp(22px,2.6vw,34px)!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.03em}.eletaj-glass-org-subtitle{margin:6px auto 0!important;max-width:760px;color:var(--eg-text,#13213a);font-size:clamp(13px,1.25vw,17px)!important;line-height:1.6!important;font-weight:500}.eletaj-glass-org-panel{position:relative;overflow:hidden;border-radius:24px!important;padding:12px 18px 10px!important;background:rgba(255,255,255,.44)!important;border:1px solid rgba(255,255,255,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 10px 26px rgba(15,23,42,.10)!important;backdrop-filter:blur(14px)saturate(135%);-webkit-backdrop-filter:blur(14px)saturate(135%)}.eletaj-glass-org-panel:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.36);pointer-events:none}.eletaj-glass-org-panel:after{content:"";position:absolute;inset:4px;border-radius:20px;border:1px solid rgba(255,255,255,.55);pointer-events:none}.eletaj-glass-org-bolt{position:absolute;width:16px!important;height:16px!important;border-radius:50%;background:#fff8d6;box-shadow:inset 0 1px 2px rgba(255,255,255,.72),0 2px 6px rgba(0,0,0,.14);z-index:2}.eletaj-glass-org-bolt:after{content:"";position:absolute;inset:5px;border-top:1px solid rgba(110,75,18,.45);transform:rotate(45deg)}.bolt-1{top:12px!important;right:12px!important}.bolt-2{top:12px!important;left:12px!important}.bolt-3{bottom:12px!important;right:12px!important}.bolt-4{bottom:12px!important;left:12px!important}.eletaj-glass-org-grid{position:relative;z-index:3;display:flex;flex-wrap:nowrap;gap:0;overflow-x:auto;overflow-y:hidden;padding:0 18px 8px!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.eletaj-glass-org-grid::-webkit-scrollbar{height:6px}.eletaj-glass-org-grid::-webkit-scrollbar-track{background:rgba(255,255,255,.28);border-radius:999px}.eletaj-glass-org-grid::-webkit-scrollbar-thumb{background:rgba(201,154,46,.55);border-radius:999px}.eletaj-glass-org-item{position:relative;flex:1 0 0!important;min-width:132px!important;min-height:132px!important;padding:8px 14px 9px!important;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;scroll-snap-align:start}.eletaj-glass-org-item:not(:last-child):before{content:"";position:absolute;top:6px;bottom:6px;left:0;width:1px;background:rgba(201,154,46,.58)}.eletaj-glass-org-logo-wrap{width:66px!important;height:58px!important;display:flex;align-items:center;justify-content:center;margin:0 auto 3px!important;background:transparent}.eletaj-glass-org-logo{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 6px 8px rgba(15,23,42,.11));background:transparent!important}.eletaj-glass-org-title{margin:0!important;color:var(--eg-text,#13213a);font-size:clamp(12px,1.05vw,15px)!important;line-height:1.3!important;font-weight:900!important;min-height:34px!important;display:flex;align-items:center;justify-content:center}.eletaj-glass-org-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:30px!important;padding:4px 15px!important;border-radius:999px;background:var(--eg-btn,#fff);color:var(--eg-btn-text,#10254b)!important;border:1px solid color-mix(in srgb,var(--eg-accent,#c99a2e)62%,#fff);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 4px 10px rgba(15,23,42,.10);text-decoration:none!important;font-size:clamp(11px,.92vw,13px)!important;font-weight:900;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.eletaj-glass-org-btn:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 7px 14px rgba(15,23,42,.14)}.eletaj-glass-org-btn.is-disabled{opacity:.75;cursor:default}.eletaj-glass-org-bottom{display:none!important}@supports not((backdrop-filter:blur(1px))or(-webkit-backdrop-filter:blur(1px))){.eletaj-glass-org-panel{background:rgba(255,255,255,.94)!important;box-shadow:0 8px 22px rgba(15,23,42,.08)!important}}@media(max-width:900px){.eletaj-glass-org-widget{margin:10px auto!important}.eletaj-glass-org-panel{border-radius:22px!important;padding:12px 10px 10px!important}.eletaj-glass-org-grid{padding:0 18px 8px!important}.eletaj-glass-org-item{flex:0 0 124px!important;min-height:126px!important;padding:7px 10px!important}.eletaj-glass-org-logo-wrap{width:60px!important;height:52px!important}.eletaj-glass-org-title{font-size:12px!important;min-height:32px!important}}@media(max-width:520px){.eletaj-glass-org-main-title{font-size:21px!important}.eletaj-glass-org-subtitle{font-size:13px!important}.eletaj-glass-org-panel{padding:12px 7px!important}.eletaj-glass-org-bolt{width:14px!important;height:14px!important}.bolt-1{top:9px!important;right:9px!important}.bolt-2{top:9px!important;left:9px!important}.bolt-3{bottom:9px!important;right:9px!important}.bolt-4{bottom:9px!important;left:9px!important}.eletaj-glass-org-grid{padding:0 14px 7px!important}.eletaj-glass-org-item{flex:0 0 116px!important;min-height:120px!important;padding:7px!important}.eletaj-glass-org-logo-wrap{width:56px!important;height:48px!important}.eletaj-glass-org-title{font-size:11px!important;min-height:30px!important}.eletaj-glass-org-btn{min-height:28px!important;padding:4px 12px!important;font-size:10.5px!important}}.single .eletaj-article-cta-wrap,.eletaj-article-cta-wrap{display:flex!important;justify-content:center!important;margin:20px auto 24px!important;padding:0!important}.single .eletaj-article-cta,.eletaj-article-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:100%!important;min-width:0!important;min-height:40px!important;padding:8px 18px!important;border-radius:10px!important;font-size:16px!important;line-height:1.45!important;font-weight:800!important;box-shadow:0 8px 18px rgba(239,0,0,.12)!important}.single .eletaj-article-cta:hover,.eletaj-article-cta:hover{transform:translateY(-1px)!important}@media(max-width:767px){.single .eletaj-article-cta,.eletaj-article-cta{min-height:38px!important;padding:8px 16px!important;border-radius:9px!important;font-size:15px!important}}.single .single-clone-content h3,.single .entry-content h3{font-size:18px!important;line-height:1.75!important;margin:22px 0 12px!important;padding:0 12px 0 0!important}.single .single-clone-content h3::after,.single .entry-content h3::after{display:none!important}@media(max-width:720px){.single .single-clone-content h3,.single .entry-content h3{font-size:17px!important;line-height:1.75!important}}.single .single-clone-content h3::before,.single .entry-content h3::before,.single .single-clone-content h3::after,.single .entry-content h3::after{content:none!important;display:none!important}.single .single-clone-content h3,.single .entry-content h3{padding-right:0!important}.eletaj-magic-tip a::before{content:"📌"!important;background:#fff7ed !important;color:#c2410c!important;box-shadow:0 6px 14px rgba(249,115,22,.14)!important}.eletaj-magic-tip a{color:#7c2d12!important;border-color:rgba(249,115,22,.22)!important;background:#fff7ed !important;box-shadow:0 10px 22px rgba(249,115,22,.08)!important}.eletaj-magic-tip a::after{background:#f97316 !important}.alx-ads-slot,.alx-ad-item{overflow:visible!important;height:auto!important;max-height:none!important}.alx-ads-slot{width:100%!important;max-width:100%!important;clear:both!important;position:relative!important;z-index:1!important;box-sizing:border-box!important}.alx-ad-item{width:100%!important;box-sizing:border-box!important}.alx-ads-slot iframe,.alx-ads-slot ins,.alx-ads-slot .adsbygoogle{max-width:100%!important;width:100%!important;box-sizing:border-box!important}.alx-ad-deferred{overflow:visible!important;max-height:none!important}.alx-ad-deferred[data-alx-ad-loaded="1"]{display:block!important;align-items:initial!important;justify-content:initial!important;min-height:0!important;height:auto!important;background:transparent!important;border-radius:0!important}.share-box+.alx-ads-slot,.share-box+.alx-ad-deferred,.single-inline-share-inner+.alx-ads-slot,.single-inline-share-inner+.alx-ad-deferred{margin-top:18px!important}@media(max-width:767px){.alx-ads-slot-above_content,.alx-ads-slot-above_title,.alx-ads-slot-article_start,.alx-ads-slot-article_middle,.alx-ads-slot-article_end{min-height:0!important;padding-inline:0!important}.alx-ads-slot-article_start{margin-top:18px!important;margin-bottom:20px!important}}.single .eletaj-article-cta-wrap,.eletaj-article-cta-wrap{margin:22px auto 26px!important}.single .eletaj-article-cta,.eletaj-article-cta{min-height:44px!important;padding:10px 24px!important;border-radius:12px!important;font-size:17px!important;line-height:1.45!important;font-weight:900!important}@media(max-width:767px){.single .eletaj-article-cta,.eletaj-article-cta{min-height:42px!important;padding:9px 20px!important;border-radius:11px!important;font-size:16px!important}}.eletaj-note .eletaj-note-icon{font-size:20px!important;line-height:1!important;background:rgba(255,255,255,.72)!important;border-radius:999px!important;width:36px!important;height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 14px rgba(15,23,42,.07)!important}.eletaj-note-info .eletaj-note-icon{color:#2563eb!important}.eletaj-magic-tip{margin:18px 0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.eletaj-magic-tip a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;min-height:54px!important;padding:11px 16px!important;border-radius:16px!important;background:#fff7ed !important;border:1px solid rgba(249,115,22,.22)!important;border-bottom:3px solid #f97316!important;color:#7c2d12!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(249,115,22,.08)!important;font-size:18px!important;line-height:1.7!important;font-weight:800!important}.eletaj-magic-tip a::before,.eletaj-magic-tip a::after{content:none!important;display:none!important}.eletaj-tip-label{color:#9a3412!important;font-weight:900!important;white-space:nowrap!important}.eletaj-tip-title{color:#111827!important;font-weight:800!important;min-width:0!important}.eletaj-tip-pin{margin-inline-start:auto!important;flex:0 0 auto!important;width:38px!important;height:38px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff3e7!important;box-shadow:0 6px 14px rgba(249,115,22,.12)!important;font-size:20px!important}@media(max-width:767px){.eletaj-magic-tip a{min-height:50px!important;padding:10px 12px!important;border-radius:14px!important;font-size:16px!important;gap:6px!important}.eletaj-tip-pin{width:34px!important;height:34px!important;font-size:18px!important}}.single .eletaj-article-cta-wrap,.eletaj-article-cta-wrap{display:flex!important;justify-content:center!important;align-items:center!important;margin:22px auto 28px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.single .eletaj-article-cta,.eletaj-article-cta{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:128px!important;max-width:100%!important;min-height:48px!important;padding:11px 28px!important;border-radius:13px!important;overflow:hidden!important;border:0!important;color:#fff!important;text-decoration:none!important;font-size:18px!important;line-height:1.35!important;font-weight:900!important;box-shadow:0 10px 20px rgba(37,99,235,.20)!important;background:#2563eb !important}.single .eletaj-article-cta::before,.single .eletaj-article-cta::after,.eletaj-article-cta::before,.eletaj-article-cta::after{content:none!important;display:none!important}.eletaj-shortcode-cta-style-blue .eletaj-article-cta{--eletaj-cta-bg:#2563eb!important;box-shadow:0 10px 20px rgba(37,99,235,.20)!important}.eletaj-shortcode-cta-style-teal .eletaj-article-cta{--eletaj-cta-bg:#0f9f97!important;box-shadow:0 10px 20px rgba(20,184,166,.18)!important}.eletaj-shortcode-cta-style-dark .eletaj-article-cta{--eletaj-cta-bg:#111827!important;box-shadow:0 10px 20px rgba(15,23,42,.18)!important}.eletaj-shortcode-cta-style-outline .eletaj-article-cta{--eletaj-cta-bg:#fff!important;color:#c70000!important;border:2px solid #ef0000!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important}@media(max-width:767px){.single .eletaj-article-cta,.eletaj-article-cta{min-width:118px!important;min-height:45px!important;padding:10px 24px!important;border-radius:12px!important;font-size:17px!important}}.eletaj-magic-tip{margin:18px 0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.eletaj-magic-tip a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;width:100%!important;min-height:50px!important;padding:10px 16px!important;border-radius:15px!important;background:#fffaf3!important;border:1px solid rgba(249,115,22,.25)!important;border-bottom:3px solid #f97316!important;color:#7c2d12!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(249,115,22,.07)!important;font-size:18px!important;line-height:1.65!important;font-weight:800!important}.eletaj-tip-label{flex:0 0 auto!important;color:#9a3412!important;font-weight:900!important;white-space:nowrap!important}.eletaj-tip-title{flex:0 1 auto!important;min-width:0!important;color:#111827!important;font-weight:800!important}.eletaj-tip-pin{margin:0 6px 0 0!important;padding:0!important;width:auto!important;height:auto!important;flex:0 0 auto!important;display:inline!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:20px!important;line-height:1!important}@media(max-width:767px){.eletaj-magic-tip a{min-height:48px!important;padding:9px 12px!important;border-radius:14px!important;font-size:16px!important;gap:5px!important}.eletaj-tip-pin{font-size:18px!important;margin-right:4px!important}}.single .eletaj-article-cta-wrap,.eletaj-article-cta-wrap{display:flex!important;justify-content:center!important;align-items:center!important;margin:22px auto 28px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.single .eletaj-article-cta,.eletaj-article-cta{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:128px!important;max-width:100%!important;min-height:48px!important;padding:11px 28px!important;border-radius:13px!important;overflow:hidden!important;border:0!important;color:#fff!important;text-decoration:none!important;font-size:18px!important;line-height:1.35!important;font-weight:900!important;background:#2563eb !important;box-shadow:var(--eletaj-tool-btn-shadow,0 10px 20px rgba(37,99,235,.20))!important;background-clip:padding-box!important}.single .eletaj-article-cta::before,.single .eletaj-article-cta::after,.eletaj-article-cta::before,.eletaj-article-cta::after{content:none!important;display:none!important}.eletaj-shortcode-cta-style-blue .eletaj-article-cta{--eletaj-tool-btn-bg:#2563eb!important;--eletaj-tool-btn-shadow:0 10px 20px rgba(37,99,235,.20)!important;color:#fff!important;border:0!important}.eletaj-shortcode-cta-style-red .eletaj-article-cta{--eletaj-tool-btn-bg:#ef0000!important;--eletaj-tool-btn-shadow:0 10px 20px rgba(239,0,0,.22)!important;color:#fff!important;border:0!important}.eletaj-shortcode-cta-style-teal .eletaj-article-cta{--eletaj-tool-btn-bg:#0f9f97!important;--eletaj-tool-btn-shadow:0 10px 20px rgba(20,184,166,.20)!important;color:#fff!important;border:0!important}.eletaj-shortcode-cta-style-dark .eletaj-article-cta{--eletaj-tool-btn-bg:#111827!important;--eletaj-tool-btn-shadow:0 10px 20px rgba(15,23,42,.20)!important;color:#fff!important;border:0!important}.eletaj-shortcode-cta-style-outline .eletaj-article-cta{--eletaj-tool-btn-bg:#fff!important;--eletaj-tool-btn-shadow:0 8px 18px rgba(15,23,42,.08)!important;color:#c70000!important;border:2px solid #ef0000!important}.single .eletaj-article-cta:hover,.eletaj-article-cta:hover{transform:translateY(-1px)!important;filter:saturate(1.04)!important}@media(max-width:767px){.single .eletaj-article-cta,.eletaj-article-cta{min-width:118px!important;min-height:45px!important;padding:10px 24px!important;border-radius:12px!important;font-size:17px!important}}.eletaj-magic-tip{margin:18px 0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.eletaj-magic-tip a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;min-height:50px!important;padding:10px 16px!important;border-radius:15px!important;background:#fffaf3!important;border:1px solid rgba(249,115,22,.25)!important;border-bottom:3px solid #f97316!important;color:#7c2d12!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(249,115,22,.07)!important;font-size:18px!important;line-height:1.65!important;font-weight:800!important}.eletaj-magic-tip a::before,.eletaj-magic-tip a::after{content:none!important;display:none!important}.eletaj-tip-label{flex:0 0 auto!important;color:#9a3412!important;font-weight:900!important;white-space:nowrap!important}.eletaj-tip-pin{flex:0 0 auto!important;margin:0!important;padding:0!important;width:auto!important;height:auto!important;display:inline!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:20px!important;line-height:1!important}.eletaj-tip-bracket,.eletaj-tip-arrow{flex:0 0 auto!important;color:#7c2d12!important;font-weight:900!important}.eletaj-tip-title{flex:0 1 auto!important;min-width:0!important;color:#111827!important;font-weight:800!important}@media(max-width:767px){.eletaj-magic-tip a{min-height:48px!important;padding:9px 12px!important;border-radius:14px!important;font-size:16px!important;gap:5px!important}.eletaj-tip-pin{font-size:18px!important}}.eletaj-readmore-wrap{margin:28px 0;padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 30px rgba(15,23,42,.05)}.eletaj-readmore-head{font-size:20px;font-weight:800;margin-bottom:16px}.eletaj-readmore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eletaj-readmore-card{display:flex;gap:14px;align-items:center;text-decoration:none!important;background:#fafafa;border-radius:18px;overflow:hidden;transition:.25s ease;border:1px solid rgba(15,23,42,.05)}.eletaj-readmore-card:hover{transform:translateY(-2px)}.eletaj-readmore-thumb{width:110px;min-width:110px;height:88px;overflow:hidden}.eletaj-readmore-thumb img,.eletaj-readmore-placeholder{width:100%;height:100%;object-fit:cover;display:block;background:#ececec}.eletaj-readmore-content{padding:10px 14px 10px 0}.eletaj-readmore-content h4{margin:0 0 8px;font-size:15px;line-height:1.7}.eletaj-readmore-content span{display:inline-flex;padding:6px 12px;border-radius:999px;background:var(--accent-dark,#0f9f97);color:#fff;font-size:12px;font-weight:700}@media(max-width:768px){.eletaj-readmore-grid{grid-template-columns:1fr}}@media(max-width:768px){.mobile-header .icon-btn,.mobile-header .menu-toggle,.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-actions .icon-btn,.mobile-actions button,.mobile-search-btn,.mobile-dark-btn,button.mobile-menu-toggle{color:var(--elx-button,#0f9f97)!important;border-color:rgba(15,159,151,.16)!important}.mobile-header .icon-btn svg,.mobile-header .menu-toggle svg,.mobile-bar .icon-btn svg,.mobile-bar .menu-toggle svg,.mobile-actions .icon-btn svg,.mobile-actions button svg,.mobile-search-btn svg,.mobile-dark-btn svg,button.mobile-menu-toggle svg{color:var(--elx-button,#0f9f97)!important;fill:currentColor !important;stroke:currentColor !important}}@media(max-width:768px){.mobile-header button,.mobile-header a,.mobile-header .icon-btn,.mobile-header .menu-toggle,.mobile-header .mobile-search-btn,.mobile-header .mobile-dark-btn,.mobile-bar button,.mobile-bar a,.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .mobile-search-btn,.mobile-bar .mobile-dark-btn,header .mobile-search-btn,header .mobile-dark-btn,header .menu-toggle{color:var(--elx-button,#0f9f97)!important}.mobile-header button svg,.mobile-header a svg,.mobile-header .icon-btn svg,.mobile-header .menu-toggle svg,.mobile-header .mobile-search-btn svg,.mobile-header .mobile-dark-btn svg,.mobile-bar button svg,.mobile-bar a svg,.mobile-bar .icon-btn svg,.mobile-bar .menu-toggle svg,.mobile-bar .mobile-search-btn svg,.mobile-bar .mobile-dark-btn svg,header .mobile-search-btn svg,header .mobile-dark-btn svg,header .menu-toggle svg,header .mobile-search-btn path,header .mobile-dark-btn path,header .menu-toggle path{color:var(--elx-button,#0f9f97)!important;fill:currentColor!important;stroke:currentColor!important}}.eletaj-readmore-wrap{margin:28px 0!important;padding:18px!important;border-radius:24px!important;background:var(--eletaj-button-bg)!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 12px 34px rgba(15,23,42,.06)!important;overflow:hidden!important}.eletaj-readmore-head{margin:0 0 16px!important;font-size:22px!important;line-height:1.4!important;font-weight:900!important;color:#111827!important}.eletaj-readmore-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.eletaj-readmore-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;min-height:112px!important;padding:10px!important;border-radius:20px!important;background:#ffffff !important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;text-decoration:none!important;overflow:hidden!important}.eletaj-readmore-thumb{width:132px!important;min-width:132px!important;height:92px!important;border-radius:16px!important;overflow:hidden!important;background:#eef2f7!important}.eletaj-readmore-thumb img,.eletaj-readmore-placeholder{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.eletaj-readmore-content{min-width:0!important;padding:0!important}.eletaj-readmore-content h4{margin:0 0 10px!important;color:#111827!important;font-size:15px!important;line-height:1.65!important;font-weight:900!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.eletaj-readmore-content span{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;padding:6px 13px!important;border-radius:999px!important;background:var(--elx-button,var(--accent-dark,#0f9f97))!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:800!important;box-shadow:0 8px 16px rgba(15,23,42,.10)!important}@media(max-width:768px){.eletaj-readmore-wrap{margin:22px 0!important;padding:14px!important;border-radius:22px!important}.eletaj-readmore-head{font-size:20px!important;margin-bottom:14px!important}.eletaj-readmore-grid{grid-template-columns:1fr!important;gap:12px!important}.eletaj-readmore-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:102px!important;padding:9px!important;gap:12px!important;border-radius:18px!important}.eletaj-readmore-thumb{width:112px!important;min-width:112px!important;height:84px!important;border-radius:15px!important}.eletaj-readmore-content h4{font-size:14px!important;line-height:1.55!important;margin-bottom:8px!important}.eletaj-readmore-content span{font-size:11.5px!important;padding:6px 11px!important}}@media(max-width:380px){.eletaj-readmore-card{grid-template-columns:96px minmax(0,1fr)!important}.eletaj-readmore-thumb{width:96px!important;min-width:96px!important;height:76px!important}.eletaj-readmore-content h4{font-size:13px!important}}.eletaj-readmore-wrap,.eletaj-readmore-wrap *{box-sizing:border-box!important}.eletaj-readmore-wrap{clear:both!important;width:100%!important;max-width:100%!important;overflow:hidden!important;isolation:isolate!important}.eletaj-readmore-grid{width:100%!important;max-width:100%!important}.eletaj-readmore-card{position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;float:none!important;transform:none!important;direction:rtl!important;overflow:hidden!important}.eletaj-readmore-card:hover{transform:none!important}.eletaj-readmore-thumb,.eletaj-readmore-content{position:relative!important;inset:auto!important;float:none!important;max-width:100%!important;z-index:auto!important}.eletaj-readmore-content{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:hidden!important}.eletaj-readmore-content h4{width:100%!important;max-width:100%!important;word-break:normal!important;overflow-wrap:anywhere!important;text-align:right!important}@media(max-width:768px){.eletaj-readmore-wrap{padding:14px!important}.eletaj-readmore-grid{display:flex!important;flex-direction:column!important;gap:14px!important}.eletaj-readmore-card{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-height:0!important;padding:10px!important;border-radius:20px!important}.eletaj-readmore-thumb{flex:0 0 39%!important;width:39%!important;min-width:0!important;height:96px!important;order:1!important}.eletaj-readmore-content{flex:1 1 auto!important;width:auto!important;min-width:0!important;order:2!important;padding:0!important}.eletaj-readmore-content h4{margin:0 0 9px!important;font-size:15px!important;line-height:1.55!important;-webkit-line-clamp:2!important}.eletaj-readmore-content span{margin:0!important;max-width:100%!important;white-space:nowrap!important}}@media(max-width:420px){.eletaj-readmore-card{gap:9px!important;padding:9px!important}.eletaj-readmore-thumb{flex-basis:38%!important;width:38%!important;height:90px!important;border-radius:15px!important}.eletaj-readmore-content h4{font-size:14px!important;line-height:1.5!important}}@media(max-width:360px){.eletaj-readmore-thumb{flex-basis:36%!important;width:36%!important;height:84px!important}.eletaj-readmore-content h4{font-size:13.5px!important}.eletaj-readmore-content span{padding:6px 10px!important;font-size:11px!important}}.single .entry-content .eletaj-readmore-wrap,.single .single-clone-content .eletaj-readmore-wrap,.eletaj-readmore-wrap{direction:rtl!important;clear:both!important;overflow:hidden!important;isolation:isolate!important}.single .entry-content .eletaj-readmore-grid,.single .single-clone-content .eletaj-readmore-grid,.eletaj-readmore-grid{align-items:stretch!important}.single .entry-content a.eletaj-readmore-card,.single .single-clone-content a.eletaj-readmore-card,a.eletaj-readmore-card{position:relative!important;box-sizing:border-box!important;text-decoration:none!important;overflow:hidden!important}.single .entry-content .eletaj-readmore-thumb,.single .single-clone-content .eletaj-readmore-thumb,.eletaj-readmore-thumb{position:relative!important;z-index:1!important;box-sizing:border-box!important}.single .entry-content .eletaj-readmore-thumb img,.single .single-clone-content .eletaj-readmore-thumb img,.eletaj-readmore-thumb img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}.single .entry-content .eletaj-readmore-content,.single .single-clone-content .eletaj-readmore-content,.eletaj-readmore-content{position:relative!important;z-index:2!important;min-width:0!important;box-sizing:border-box!important;background:transparent!important;border:0!important;box-shadow:none!important}.single .entry-content .eletaj-readmore-content h4,.single .single-clone-content .eletaj-readmore-content h4,body.eletaj-h4-style-note .single .entry-content .eletaj-readmore-content h4,body.eletaj-h4-style-note .single .single-clone-content .eletaj-readmore-content h4,body.eletaj-h4-style-purple .single .entry-content .eletaj-readmore-content h4,body.eletaj-h4-style-purple .single .single-clone-content .eletaj-readmore-content h4,body.eletaj-h4-style-teal .single .entry-content .eletaj-readmore-content h4,body.eletaj-h4-style-teal .single .single-clone-content .eletaj-readmore-content h4,body.eletaj-h4-style-red .single .entry-content .eletaj-readmore-content h4,body.eletaj-h4-style-red .single .single-clone-content .eletaj-readmore-content h4,body.eletaj-h4-style-gold .single .entry-content .eletaj-readmore-content h4,body.eletaj-h4-style-gold .single .single-clone-content .eletaj-readmore-content h4,.eletaj-readmore-content h4{all:unset!important;box-sizing:border-box!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;margin:0 0 9px!important;padding:0!important;width:100%!important;max-width:100%!important;min-width:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#111827!important;font-family:inherit!important;font-size:15px!important;line-height:1.55!important;font-weight:900!important;text-align:right!important;text-decoration:none!important;white-space:normal!important}.single .entry-content .eletaj-readmore-content h4::before,.single .entry-content .eletaj-readmore-content h4::after,.single .single-clone-content .eletaj-readmore-content h4::before,.single .single-clone-content .eletaj-readmore-content h4::after,.eletaj-readmore-content h4::before,.eletaj-readmore-content h4::after{content:none!important;display:none!important}.single .entry-content .eletaj-readmore-content span,.single .single-clone-content .eletaj-readmore-content span,.eletaj-readmore-content span{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:100%!important;min-height:0!important;margin:0!important;padding:7px 13px!important;border:0!important;border-radius:999px!important;background:var(--elx-button,var(--accent-dark,#0f9f97))!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 8px 16px rgba(15,23,42,.10)!important}@media(max-width:768px){.single .entry-content .eletaj-readmore-card,.single .single-clone-content .eletaj-readmore-card,.eletaj-readmore-card{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:10px!important}.single .entry-content .eletaj-readmore-thumb,.single .single-clone-content .eletaj-readmore-thumb,.eletaj-readmore-thumb{flex:0 0 38%!important;width:38%!important;min-width:0!important;max-width:38%!important;height:92px!important;order:1!important;border-radius:15px!important}.single .entry-content .eletaj-readmore-content,.single .single-clone-content .eletaj-readmore-content,.eletaj-readmore-content{flex:1 1 0!important;width:auto!important;max-width:calc(62% - 10px)!important;min-width:0!important;order:2!important;padding:0!important}.single .entry-content .eletaj-readmore-content h4,.single .single-clone-content .eletaj-readmore-content h4,.eletaj-readmore-content h4{font-size:14.5px!important;line-height:1.5!important;margin-bottom:8px!important}}@media(max-width:390px){.single .entry-content .eletaj-readmore-thumb,.single .single-clone-content .eletaj-readmore-thumb,.eletaj-readmore-thumb{flex-basis:36%!important;width:36%!important;max-width:36%!important;height:84px!important}.single .entry-content .eletaj-readmore-content,.single .single-clone-content .eletaj-readmore-content,.eletaj-readmore-content{max-width:calc(64% - 9px)!important}.single .entry-content .eletaj-readmore-content h4,.single .single-clone-content .eletaj-readmore-content h4,.eletaj-readmore-content h4{font-size:13.5px!important}}body:not(.dark-mode){background:#f6f8ff !important}.site-topbar,.desktop-header-top,.mobile-bar,.mobile-header-only,.mobile-panel{background:#4f46e5 !important}.site-header,.archive-head,.single-card,.card,.widget,.quick-cat,.elboox-section,.elxv-section,.single-related-card,.single-comments-box,.single-post-nav,.eletaj-readmore-wrap{border-color:rgba(79,70,229,.10)!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important}.card,.widget,.quick-cat,.elboox-section,.elxv-section,.single-related-card,.single-comments-box,.single-post-nav,.eletaj-readmore-wrap,.elboox-card,.elboox-small-card,.elxv-card,.elxv-small-card,.elxv-dark-card,.elxv-side-card{border-radius:24px!important}.section-title::before,.elboox-section-rule,.elxv-rule{background:#4f46e5 !important}.icon-btn,.menu-toggle,.desktop-search-btn,.mobile-bar .icon-btn,.mobile-bar .menu-toggle,.mobile-bar .mobile-search-btn,.mobile-bar .mobile-dark-btn,.mobile-header .icon-btn,.mobile-header .menu-toggle,.mobile-header .mobile-search-btn,.mobile-header .mobile-dark-btn,button.mobile-menu-toggle{background:rgba(255,255,255,.96)!important;color:var(--accent-dark,#2563eb)!important;border:1px solid rgba(255,255,255,.30)!important;box-shadow:var(--eletaj-button-shadow)!important}.icon-btn svg,.menu-toggle svg,.desktop-search-btn svg,.mobile-bar .icon-btn svg,.mobile-bar .menu-toggle svg,.mobile-bar .mobile-search-btn svg,.mobile-bar .mobile-dark-btn svg,.mobile-header .icon-btn svg,.mobile-header .menu-toggle svg,.mobile-header .mobile-search-btn svg,.mobile-header .mobile-dark-btn svg,button.mobile-menu-toggle svg,button.mobile-menu-toggle path{color:currentColor!important;fill:currentColor!important;stroke:currentColor!important}.search-form button,.comment-form input[type=submit],.comments-area .submit,.section-more,.more-link,.button-primary,.wp-block-button__link,.archive-pagination .current,.not-found-btn,.eletaj-readmore-content span,.single-clone-cat,.al7-cta-btn,.premium-inline-search .search-form button,.single-post-nav-item a:hover{background:#4f46e5 !important;color:#fff!important;border:0!important;box-shadow:0 10px 22px rgba(79,70,229,.20)!important}.search-form button:hover,.comment-form input[type=submit]:hover,.comments-area .submit:hover,.section-more:hover,.more-link:hover,.button-primary:hover,.wp-block-button__link:hover,.not-found-btn:hover,.al7-cta-btn:hover,.premium-inline-search .search-form button:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(79,70,229,.24)!important}.section-link,.primary-nav>ul>li.current-menu-item>a,.primary-nav>ul>li>a:hover,.footer-menu a:hover,.archive-pagination .page-numbers:hover,.single-meta-chip.is-link:hover,.elxv-more:hover{color:var(--accent-dark,#2563eb)!important}.badge,.single-meta-chip,.elxv-more,.archive-pagination .page-numbers,.single-clone-cat,.single-meta-chip.is-link,.section-link{border-radius:999px!important}.elxv-more,.single-meta-chip,.archive-pagination .page-numbers:not(.current){background:#f8fbff!important;border:1px solid rgba(79,70,229,.12)!important}.eletaj-readmore-wrap{background:#ffffff !important}.eletaj-readmore-head,.single-related-title,.single-comments-title,.elboox-section-title,.elxv-title,.single-clone-title{color:#0f172a!important}.eletaj-readmore-card{background:#ffffff !important;border:1px solid rgba(37,99,235,.10)!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important;transition:transform .2s ease,box-shadow .2s ease!important}.eletaj-readmore-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 28px rgba(79,70,229,.12)!important}.eletaj-readmore-thumb{box-shadow:0 8px 18px rgba(15,23,42,.10)!important}.quick-cat small,.post-meta,.elboox-meta,.archive-desc,.footer-text{color:#64748b!important}.site-footer,.footer-rows-layout{background:#0f172a !important;border-top-color:rgba(96,165,250,.45)!important}.footer-title,.footer-text,.footer-menu a,.footer-bottom,.footer-pages-inline,.footer-pages-inline a,.footer-copyright-single,.footer-social-reference a{color:#e7efff!important}.footer-menu a{border-color:rgba(255,255,255,.10)!important}.footer-menu a:hover,.footer-pages-inline a:hover{color:#93c5fd!important}@media(max-width:768px){.site-topbar,.desktop-header-top,.mobile-bar,.mobile-header-only,.mobile-panel{background:#4f46e5 !important}.eletaj-readmore-wrap,.elxv-section,.elboox-section,.single-clone,.single-related-card,.single-comments-box,.single-post-nav{border-radius:22px!important}}:root{--eletaj-identity-button:var(--elx-button,var(--accent,#0f4c81));--eletaj-identity-accent-dark:var(--accent-dark,#0a2f57)}.search-form button,.comment-form input[type="submit"],.comments-area .submit,#submit,.form-submit .submit,input[type="submit"],input[type="button"],button[type="submit"]:not(.icon-btn):not(.menu-toggle):not(.desktop-search-btn):not(.mobile-search-btn):not(.mobile-dark-btn):not(.mobile-menu-toggle),.section-more,.more-link,.button-primary,.wp-block-button__link,.archive-pagination .current,.not-found-btn,.eletaj-readmore-content span,.single-clone-cat,.al7-cta-btn,.archive-load-more,.eletaj-article-cta,.premium-inline-search .search-form button{background:var(--eletaj-identity-button)!important;border-color:transparent!important;color:#fff!important}.icon-btn,.menu-toggle,.desktop-search-btn,.mobile-search-btn,.mobile-dark-btn,.mobile-menu-toggle{color:var(--eletaj-identity-button)!important}.icon-btn svg,.menu-toggle svg,.desktop-search-btn svg,.mobile-search-btn svg,.mobile-dark-btn svg,.mobile-menu-toggle svg,.icon-btn path,.menu-toggle path,.desktop-search-btn path,.mobile-search-btn path,.mobile-dark-btn path,.mobile-menu-toggle path{color:currentColor!important;fill:currentColor!important;stroke:currentColor!important}a:active,a:focus,button:active,button:focus,input:active,input:focus,textarea:focus,select:focus{outline-color:var(--eletaj-identity-button)!important}@media(max-width:767px){.mobile-header-only .mobile-bar,.mobile-bar{min-height:78px !important;padding-inline:14px !important;overflow:visible !important}.mobile-bar .brand-wrap{width:min(46vw,218px)!important;max-width:min(46vw,218px)!important;min-width:145px !important;height:54px !important;padding:5px 10px !important;border-radius:18px !important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(201,154,46,.24)!important;box-shadow:0 10px 22px rgba(2,6,23,.16),inset 0 1px 0 rgba(255,255,255,.92)!important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;z-index:2 !important}.mobile-bar .brand,.mobile-bar .brand-media,.mobile-bar .custom-logo-link{width:100% !important;max-width:100% !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-width:100% !important;width:100% !important;max-height:45px !important;height:auto !important;object-fit:contain !important;object-position:center center !important;filter:drop-shadow(0 2px 2px rgba(15,23,42,.10))!important;opacity:1 !important;visibility:visible !important}.mobile-bar .mobile-actions{width:108px !important;min-width:108px !important;max-width:108px !important;gap:7px !important;z-index:3 !important}.mobile-bar .icon-btn,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn,.mobile-bar .menu-toggle{width:48px !important;height:48px !important;min-width:48px !important;border-radius:16px !important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(255,255,255,.72)!important}.mobile-bar .menu-toggle{width:58px !important;min-width:58px !important;max-width:58px !important}}@media(max-width:420px){.mobile-header-only .mobile-bar,.mobile-bar{min-height:74px !important;padding-inline:12px !important}.mobile-bar .brand-wrap{width:min(44vw,190px)!important;max-width:min(44vw,190px)!important;min-width:132px !important;height:50px !important;padding:5px 8px !important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:41px !important}.mobile-bar .mobile-actions{width:102px !important;min-width:102px !important;max-width:102px !important;gap:6px !important}.mobile-bar .icon-btn,.mobile-bar .theme-mode-toggle,.mobile-bar .mobile-search-btn{width:46px !important;height:46px !important;min-width:46px !important}.mobile-bar .menu-toggle{width:54px !important;min-width:54px !important;max-width:54px !important}}@media(max-width:360px){.mobile-bar .brand-wrap{width:min(42vw,170px)!important;max-width:min(42vw,170px)!important;min-width:120px !important;height:48px !important}.mobile-bar .brand-logo,.mobile-bar .custom-logo-link img,.mobile-header-only .custom-logo-link img{max-height:38px !important}}@import url('assets/css/core.css');@import url('assets/css/header.css');@import url('assets/css/mobile.css');@import url('assets/css/article.css');@import url('assets/css/dark-mode.css');@import url('assets/css/floating-tools.css');@import url('assets/css/utilities.css');:root{--eletaj-control-bg:#ffffff;--eletaj-control-icon:var(--eletaj-button-color);--eletaj-control-border:var(--eletaj-button-border);--eletaj-control-radius:16px;--eletaj-control-shadow:var(--eletaj-button-shadow);--eletaj-control-shadow-hover:var(--eletaj-button-shadow-hover)}html body button.theme-mode-toggle[data-dark-toggle],html body .desktop-header-style-2-actions button.style-2-mode-toggle.theme-mode-toggle[data-dark-toggle],html body .style-2-mode-toggle.theme-mode-toggle,html body .mobile-dark-btn.theme-mode-toggle,html body .al7-hero-nav>button[data-prev],html body .al7-hero-nav>button[data-next],html body .al7-hero-slider .al7-hero-nav>button,html body .hmfx-tools .hmfx-btn,html body .hmfx-tools .hmfx-toggle,html body .hmfx-tools .hmfx-progress,html body .footer-scroll-top{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-button-color)!important;border:1px solid var(--eletaj-button-border)!important;border-radius:16px !important;box-shadow:var(--eletaj-button-shadow)!important;filter:none !important;opacity:1 !important}html body button.theme-mode-toggle[data-dark-toggle]:hover,html body .desktop-header-style-2-actions button.style-2-mode-toggle.theme-mode-toggle[data-dark-toggle]:hover,html body .style-2-mode-toggle.theme-mode-toggle:hover,html body .mobile-dark-btn.theme-mode-toggle:hover,html body .al7-hero-nav>button[data-prev]:hover,html body .al7-hero-nav>button[data-next]:hover,html body .al7-hero-slider .al7-hero-nav>button:hover,html body .hmfx-tools .hmfx-btn:hover,html body .hmfx-tools .hmfx-toggle:hover,html body .hmfx-tools .hmfx-progress:hover,html body .footer-scroll-top:hover{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-button-color)!important;box-shadow:var(--eletaj-button-shadow-hover)!important;filter:none !important}html body button.theme-mode-toggle[data-dark-toggle]::before,html body button.theme-mode-toggle[data-dark-toggle]::after,html body .style-2-mode-toggle.theme-mode-toggle::before,html body .style-2-mode-toggle.theme-mode-toggle::after,html body .al7-hero-nav>button::before,html body .al7-hero-nav>button::after,html body .hmfx-tools .hmfx-btn::before,html body .hmfx-tools .hmfx-btn::after,html body .hmfx-tools .hmfx-toggle::before,html body .hmfx-tools .hmfx-toggle::after,html body .hmfx-tools .hmfx-progress::before,html body .hmfx-tools .hmfx-progress::after{background:none !important;background-image:none !important;box-shadow:none !important}html body button.theme-mode-toggle[data-dark-toggle] svg,html body button.theme-mode-toggle[data-dark-toggle] path,html body .style-2-mode-toggle.theme-mode-toggle svg,html body .style-2-mode-toggle.theme-mode-toggle path,html body .mobile-dark-btn.theme-mode-toggle svg,html body .mobile-dark-btn.theme-mode-toggle path,html body .al7-hero-nav>button svg,html body .al7-hero-nav>button path,html body .hmfx-tools .hmfx-btn svg,html body .hmfx-tools .hmfx-btn path,html body .hmfx-tools .hmfx-toggle svg,html body .hmfx-tools .hmfx-toggle path,html body .hmfx-tools .hmfx-progress svg,html body .hmfx-tools .hmfx-progress path,html body .footer-scroll-top svg,html body .footer-scroll-top path{color:var(--eletaj-button-color)!important;fill:currentColor !important;stroke:currentColor !important}html body .hmfx-progress-svg{display:none !important}html body .hmfx-arrow,html body .footer-scroll-top-icon{color:var(--eletaj-button-color)!important}html body.dark-mode button.theme-mode-toggle[data-dark-toggle],html body.dark-mode .style-2-mode-toggle.theme-mode-toggle,html body.dark-mode .mobile-dark-btn.theme-mode-toggle,html body.dark-mode .al7-hero-nav>button[data-prev],html body.dark-mode .al7-hero-nav>button[data-next],html body.dark-mode .hmfx-tools .hmfx-btn,html body.dark-mode .hmfx-tools .hmfx-toggle,html body.dark-mode .hmfx-tools .hmfx-progress,html body.dark-mode .footer-scroll-top{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-button-color)!important;border-color:rgba(15,23,42,.06)!important;box-shadow:var(--eletaj-button-shadow)!important}:root{--eletaj-control-bg:#ffffff;--eletaj-control-icon:var(--eletaj-button-color);--eletaj-control-border:var(--eletaj-button-border);--eletaj-control-radius:16px;--eletaj-control-shadow:var(--eletaj-button-shadow);--eletaj-control-shadow-hover:var(--eletaj-button-shadow-hover)}html body button.theme-mode-toggle[data-dark-toggle],html body .style-2-mode-toggle.theme-mode-toggle,html body .mobile-dark-btn.theme-mode-toggle,html body .al7-hero-nav>button[data-prev],html body .al7-hero-nav>button[data-next],html body .al7-hero-slider .al7-hero-nav>button,html body .floating-tools .floating-btn,html body .floating-btn,html body .hmfx-tools .hmfx-btn,html body .hmfx-tools .hmfx-toggle,html body .hmfx-tools .hmfx-progress,html body .footer-scroll-top,html body button.share-btn.more{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-button-color)!important;border:1px solid var(--eletaj-button-border)!important;border-radius:16px !important;box-shadow:var(--eletaj-button-shadow)!important;filter:none !important;opacity:1 !important}html body .floating-tools .floating-btn,html body .floating-btn,html body .footer-scroll-top{width:58px !important;height:58px !important;min-width:58px !important;min-height:58px !important}html body button.theme-mode-toggle[data-dark-toggle]:hover,html body .style-2-mode-toggle.theme-mode-toggle:hover,html body .mobile-dark-btn.theme-mode-toggle:hover,html body .al7-hero-nav>button:hover,html body .floating-tools .floating-btn:hover,html body .floating-btn:hover,html body .hmfx-tools .hmfx-btn:hover,html body .hmfx-tools .hmfx-toggle:hover,html body .hmfx-tools .hmfx-progress:hover,html body .footer-scroll-top:hover,html body button.share-btn.more:hover{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-button-color)!important;box-shadow:var(--eletaj-button-shadow-hover)!important;filter:none !important}html body button.theme-mode-toggle[data-dark-toggle]::before,html body button.theme-mode-toggle[data-dark-toggle]::after,html body .style-2-mode-toggle.theme-mode-toggle::before,html body .style-2-mode-toggle.theme-mode-toggle::after,html body .mobile-dark-btn.theme-mode-toggle::before,html body .mobile-dark-btn.theme-mode-toggle::after,html body .al7-hero-nav>button::before,html body .al7-hero-nav>button::after,html body .floating-tools .floating-btn::before,html body .floating-tools .floating-btn::after,html body .floating-btn::before,html body .floating-btn::after,html body .hmfx-tools .hmfx-btn::before,html body .hmfx-tools .hmfx-btn::after,html body .hmfx-tools .hmfx-toggle::before,html body .hmfx-tools .hmfx-toggle::after,html body .hmfx-tools .hmfx-progress::before,html body .hmfx-tools .hmfx-progress::after,html body .footer-scroll-top::before,html body .footer-scroll-top::after,html body button.share-btn.more::before,html body button.share-btn.more::after{background:none !important;background-image:none !important;box-shadow:none !important}html body button.theme-mode-toggle[data-dark-toggle] svg,html body button.theme-mode-toggle[data-dark-toggle] path,html body .style-2-mode-toggle.theme-mode-toggle svg,html body .style-2-mode-toggle.theme-mode-toggle path,html body .mobile-dark-btn.theme-mode-toggle svg,html body .mobile-dark-btn.theme-mode-toggle path,html body .al7-hero-nav>button,html body .al7-hero-nav>button svg,html body .al7-hero-nav>button path,html body .floating-tools .floating-btn svg,html body .floating-tools .floating-btn path,html body .floating-btn svg,html body .floating-btn path,html body .hmfx-tools .hmfx-btn svg,html body .hmfx-tools .hmfx-btn path,html body .hmfx-tools .hmfx-toggle svg,html body .hmfx-tools .hmfx-toggle path,html body .hmfx-tools .hmfx-progress svg,html body .hmfx-tools .hmfx-progress path,html body .footer-scroll-top svg,html body .footer-scroll-top path,html body button.share-btn.more svg,html body button.share-btn.more path{color:var(--eletaj-button-color)!important;fill:currentColor !important;stroke:currentColor !important}html body .hmfx-progress-svg{display:none !important}html body .hmfx-arrow,html body .footer-scroll-top-icon{color:var(--eletaj-button-color)!important}html body.dark-mode button.theme-mode-toggle[data-dark-toggle],html body.dark-mode .style-2-mode-toggle.theme-mode-toggle,html body.dark-mode .mobile-dark-btn.theme-mode-toggle,html body.dark-mode .al7-hero-nav>button,html body.dark-mode .floating-tools .floating-btn,html body.dark-mode .floating-btn,html body.dark-mode .hmfx-tools .hmfx-btn,html body.dark-mode .hmfx-tools .hmfx-toggle,html body.dark-mode .hmfx-tools .hmfx-progress,html body.dark-mode .footer-scroll-top,html body.dark-mode button.share-btn.more{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-button-color)!important;border-color:rgba(15,23,42,.06)!important;box-shadow:var(--eletaj-button-shadow)!important}:root{--eletaj-stage1-control-bg:#ffffff;--eletaj-stage1-gold:var(--eletaj-identity-button,#c99a2e);--eletaj-stage1-blue:var(--eletaj-identity-accent-dark,#0a2f57);--eletaj-stage1-ink:#0f172a;--eletaj-stage1-line:var(--line,#e7dec5);--eletaj-stage1-shadow:0 8px 18px rgba(15,23,42,.10)}@media(max-width:1100px){html body .mobile-header-only,html body .mobile-bar{border-bottom:0 !important;box-shadow:none !important}html body .mobile-header-only::before,html body .mobile-header-only::after,html body .mobile-bar::before,html body .mobile-bar::after{display:none !important;content:none !important}html body .mobile-bar{column-gap:14px !important;overflow:visible !important}html body .mobile-bar .brand-wrap{padding-inline:8px !important;margin-inline:4px !important;width:auto !important;max-width:calc(100% - 16px)!important;min-width:0 !important;box-sizing:border-box !important}html body .mobile-bar .menu-toggle,html body .mobile-bar .mobile-menu-toggle{margin-inline-start:8px !important;flex:0 0 auto !important}html body .mobile-bar .brand-logo,html body .mobile-bar .custom-logo-link img,html body .mobile-header-only .custom-logo-link img{max-width:195px !important;object-fit:contain !important}}@media(max-width:420px){html body .mobile-bar{column-gap:12px !important}html body .mobile-bar .brand-wrap{padding-inline:6px !important;margin-inline:3px !important}html body .mobile-bar .brand-logo,html body .mobile-bar .custom-logo-link img,html body .mobile-header-only .custom-logo-link img{max-width:178px !important}}@media(max-width:370px){html body .mobile-bar{column-gap:10px !important}html body .mobile-bar .brand-logo,html body .mobile-bar .custom-logo-link img,html body .mobile-header-only .custom-logo-link img{max-width:160px !important}}html body .al7-home-page .elxv-rule,html body.home .elxv-rule,html body.page-template-template-home-varied-blocks .elxv-rule,html body.page-template-template-home-blocks .elxv-rule{position:relative !important;height:16px !important;margin:0 16px 14px !important;background:transparent !important;border:0 !important;opacity:1 !important;overflow:visible !important}html body .al7-home-page .elxv-rule::before,html body .al7-home-page .elxv-rule::after,html body.home .elxv-rule::before,html body.home .elxv-rule::after,html body.page-template-template-home-varied-blocks .elxv-rule::before,html body.page-template-template-home-varied-blocks .elxv-rule::after,html body.page-template-template-home-blocks .elxv-rule::before,html body.page-template-template-home-blocks .elxv-rule::after{content:"" !important;position:absolute !important;top:50% !important;width:min(88px,22vw)!important;height:1px !important;border-radius:999px !important;background:var(--eletaj-stage1-gold)!important;opacity:.55 !important;transform:translateY(-50%)!important}html body .al7-home-page .elxv-rule::before,html body.home .elxv-rule::before,html body.page-template-template-home-varied-blocks .elxv-rule::before,html body.page-template-template-home-blocks .elxv-rule::before{left:calc(50%+22px)!important}html body .al7-home-page .elxv-rule::after,html body.home .elxv-rule::after,html body.page-template-template-home-varied-blocks .elxv-rule::after,html body.page-template-template-home-blocks .elxv-rule::after{right:calc(50%+22px)!important}html body .al7-home-page .elxv-rule span,html body.home .elxv-rule span{display:none !important}html body .al7-home-page .elxv-rule{box-shadow:none !important}html body .al7-home-page .elxv-rule{background:transparent !important}html body .el-comment-submit,html body .el-comments-simple-form .el-comment-submit,html body .comment-form input[type=submit],html body .comments-area .submit,html body #submit,html body .form-submit .submit{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-stage1-ink)!important;border:1px solid var(--eletaj-stage1-line)!important;border-radius:18px !important;box-shadow:var(--eletaj-stage1-shadow)!important;text-shadow:none !important;opacity:1 !important}html body .el-comment-submit:hover,html body .el-comments-simple-form .el-comment-submit:hover,html body .comment-form input[type=submit]:hover,html body .comments-area .submit:hover,html body #submit:hover,html body .form-submit .submit:hover{background:#ffffff !important;color:var(--eletaj-stage1-blue)!important;border-color:var(--eletaj-stage1-gold)!important;box-shadow:0 10px 22px rgba(15,23,42,.14)!important;filter:none !important}html body button.theme-mode-toggle[data-dark-toggle],html body .style-2-mode-toggle.theme-mode-toggle,html body .mobile-dark-btn.theme-mode-toggle,html body .mobile-search-btn,html body .mobile-menu-toggle,html body .mobile-bar .menu-toggle,html body .al7-hero-nav>button,html body .hmfx-tools .hmfx-btn,html body .hmfx-tools .hmfx-toggle,html body .hmfx-tools .hmfx-progress,html body .footer-scroll-top{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:var(--eletaj-stage1-gold)!important;border:1px solid var(--eletaj-button-border)!important;border-radius:16px !important;box-shadow:var(--eletaj-stage1-shadow)!important}html body button.theme-mode-toggle[data-dark-toggle] svg,html body .style-2-mode-toggle.theme-mode-toggle svg,html body .mobile-dark-btn.theme-mode-toggle svg,html body .mobile-search-btn svg,html body .mobile-menu-toggle svg,html body .mobile-bar .menu-toggle svg,html body .al7-hero-nav>button svg,html body .hmfx-tools .hmfx-btn svg,html body .hmfx-tools .hmfx-toggle svg,html body .hmfx-tools .hmfx-progress svg,html body .footer-scroll-top svg,html body button.theme-mode-toggle[data-dark-toggle] path,html body .style-2-mode-toggle.theme-mode-toggle path,html body .mobile-dark-btn.theme-mode-toggle path,html body .mobile-search-btn path,html body .mobile-menu-toggle path,html body .mobile-bar .menu-toggle path,html body .al7-hero-nav>button path,html body .hmfx-tools .hmfx-btn path,html body .hmfx-tools .hmfx-toggle path,html body .hmfx-tools .hmfx-progress path,html body .footer-scroll-top path{color:currentColor !important;fill:currentColor !important;stroke:currentColor !important}@media(max-width:1100px){html body .mobile-bar{grid-template-columns:auto minmax(178px,1fr)auto !important;column-gap:14px !important}html body .mobile-bar .brand-wrap{width:100% !important;min-width:178px !important;max-width:230px !important;justify-self:center !important;padding-inline:12px !important;margin-inline:0 !important;box-sizing:border-box !important}html body .mobile-bar .brand,html body .mobile-bar .custom-logo-link{width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important}html body .mobile-bar .brand-logo,html body .mobile-bar .custom-logo-link img,html body .mobile-header-only .custom-logo-link img{max-height:56px !important;max-width:100% !important;width:auto !important;height:auto !important;object-fit:contain !important}html body .mobile-bar .menu-toggle,html body .mobile-bar .mobile-menu-toggle{margin-inline-start:10px !important}}@media(max-width:420px){html body .mobile-bar{grid-template-columns:auto minmax(166px,1fr)auto !important;column-gap:12px !important}html body .mobile-bar .brand-wrap{min-width:166px !important;max-width:214px !important;padding-inline:10px !important}}@media(max-width:370px){html body .mobile-bar{grid-template-columns:auto minmax(154px,1fr)auto !important;column-gap:10px !important}html body .mobile-bar .brand-wrap{min-width:154px !important;max-width:198px !important;padding-inline:8px !important}}html body .al7-home-page .elxv-rule,html body.home .elxv-rule,html body.page-template-template-home-varied-blocks .elxv-rule,html body.page-template-template-home-blocks .elxv-rule,html body .elboox-section-rule{position:relative !important;display:block !important;width:8px !important;min-width:8px !important;max-width:8px !important;height:8px !important;min-height:8px !important;margin:0 auto 18px !important;padding:0 !important;border:0 !important;border-radius:999px !important;background:var(--eletaj-stage1-gold,var(--eletaj-identity-button,#c99a2e))!important;background-color:var(--eletaj-stage1-gold,var(--eletaj-identity-button,#c99a2e))!important;background-image:none !important;box-shadow:none !important;opacity:1 !important;overflow:visible !important}html body .al7-home-page .elxv-rule::before,html body .al7-home-page .elxv-rule::after,html body.home .elxv-rule::before,html body.home .elxv-rule::after,html body.page-template-template-home-varied-blocks .elxv-rule::before,html body.page-template-template-home-varied-blocks .elxv-rule::after,html body.page-template-template-home-blocks .elxv-rule::before,html body.page-template-template-home-blocks .elxv-rule::after,html body .elboox-section-rule::before,html body .elboox-section-rule::after{content:"" !important;position:absolute !important;top:50% !important;width:min(94px,24vw)!important;height:1px !important;border-radius:999px !important;background:var(--eletaj-stage1-gold,var(--eletaj-identity-button,#c99a2e))!important;background-color:var(--eletaj-stage1-gold,var(--eletaj-identity-button,#c99a2e))!important;background-image:none !important;opacity:.55 !important;transform:translateY(-50%)!important}html body .al7-home-page .elxv-rule::before,html body.home .elxv-rule::before,html body.page-template-template-home-varied-blocks .elxv-rule::before,html body.page-template-template-home-blocks .elxv-rule::before,html body .elboox-section-rule::before{right:20px !important;left:auto !important}html body .al7-home-page .elxv-rule::after,html body.home .elxv-rule::after,html body.page-template-template-home-varied-blocks .elxv-rule::after,html body.page-template-template-home-blocks .elxv-rule::after,html body .elboox-section-rule::after{left:20px !important;right:auto !important}.eletaj-fa-icon,button .eletaj-fa-icon,a .eletaj-fa-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;font-size:inherit;color:currentColor !important}.icon-btn .eletaj-fa-icon,.menu-toggle .eletaj-fa-icon,.mobile-search-btn .eletaj-fa-icon,.mobile-dark-btn .eletaj-fa-icon,.mobile-menu-toggle .eletaj-fa-icon,.desktop-search-btn .eletaj-fa-icon,.theme-mode-toggle .eletaj-fa-icon,.style-2-mode-toggle .eletaj-fa-icon,.al7-hero-nav>button .eletaj-fa-icon,.hmfx-tools .eletaj-fa-icon,.floating-btn .eletaj-fa-icon,.footer-scroll-top .eletaj-fa-icon{font-size:18px}.hmfx-progress .hmfx-progress-svg{display:none !important}.hmfx-progress .hmfx-arrow{font-size:19px}.mode-icon .eletaj-fa-icon{font-size:18px}.al7-hero-nav>button .eletaj-fa-icon{font-size:17px}html body .al7-home-page .elxv-rule,html body.home .elxv-rule,html body.page-template-template-home-varied-blocks .elxv-rule,html body.page-template-template-home-blocks .elxv-rule,html body .elboox-section-rule{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;opacity:0!important;overflow:hidden!important}html body .al7-home-page .elxv-rule:before,html body .al7-home-page .elxv-rule:after,html body.home .elxv-rule:before,html body.home .elxv-rule:after,html body.page-template-template-home-varied-blocks .elxv-rule:before,html body.page-template-template-home-varied-blocks .elxv-rule:after,html body.page-template-template-home-blocks .elxv-rule:before,html body.page-template-template-home-blocks .elxv-rule:after,html body .elboox-section-rule:before,html body .elboox-section-rule:after{content:none!important;display:none!important;background:none!important;box-shadow:none!important}