/*
Theme Name: Yala News Media Pro v8 Visibility Economy
Theme URI: https://yalanewsmedia.com/
Author: Yalla News Media
Description: قالب أخباري احترافي RTL مع تصحيح نهائي لتباين ألوان النصوص داخل بورصة العملات والفوتر والموبايل، إظهار عناوين الصور، وضبط المقالات والتحكم الكامل من WordPress.
Version: 8.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: yala-news-media-pro
*/
:root{--red:#ef3119;--red2:#ff4a2d;--black:#090909;--dark:#111827;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--soft:#f7f7f8;--white:#fff;--radius:18px;--shadow:0 10px 30px rgba(0,0,0,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,Tahoma,Arial,sans-serif;background:#fff;color:var(--text);direction:rtl;text-align:right;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit}.wrap{width:min(1240px,calc(100% - 32px));margin:auto}.topbar{background:#090909;color:#fff;font-size:13px}.topbar .wrap{height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px}.top-search{background:#171717;border:1px solid #333;border-radius:999px;color:#eee;padding:7px 14px;min-width:230px}.social-icons{display:flex;gap:8px;align-items:center}.social-icons a{width:30px;height:30px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;transition:.2s}.social-icons a:hover{background:var(--red);border-color:var(--red)}.social-icons svg{width:16px;height:16px;fill:currentColor}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-main{height:auto;min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:12px 0}.brand img,.custom-logo{height:var(--logo-height,92px);width:auto;max-width:min(430px,50vw);object-fit:contain}.live-btn,.red-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;border-radius:12px;padding:10px 18px;font-weight:800;border:0;box-shadow:0 7px 18px rgba(239,49,25,.22)}.main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:4px;align-items:center;flex-wrap:wrap}.main-nav li{position:relative}.main-nav a{display:block;padding:12px 14px;font-weight:800;color:#111;border-radius:12px;white-space:nowrap}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--red);background:#fff3f0}.main-nav .sub-menu{position:absolute;right:0;top:100%;min-width:210px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;display:none;z-index:60}.main-nav li:hover>.sub-menu{display:block}.main-nav .sub-menu a{padding:9px 12px}.menu-toggle{display:none;background:#111;color:#fff;border:0;border-radius:12px;padding:11px 13px;font-weight:800}.breaking{border-bottom:1px solid var(--line);background:#fff;overflow:hidden}.breaking .wrap{height:48px;display:flex;align-items:center;gap:14px}.breaking-label{flex:0 0 auto;background:var(--red);color:#fff;border-radius:10px;padding:8px 14px;font-weight:900;display:flex;align-items:center;gap:7px}.ticker{overflow:hidden;white-space:nowrap;flex:1}.ticker-track{display:inline-block;animation:ticker 28s linear infinite}.ticker-track span{display:inline-block;margin-inline:18px;font-weight:700;color:#222}.ticker-track span:before{content:'•';color:var(--red);margin-inline-end:18px}@keyframes ticker{0%{transform:translateX(-10%)}100%{transform:translateX(100%)}}.hero{padding:28px 0 16px}.hero-grid{display:grid;grid-template-columns:1.5fr .9fr;gap:18px}.lead-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:430px;background:#111;box-shadow:var(--shadow)}.lead-card .thumb,.lead-card .thumb img{height:100%;min-height:430px}.lead-card img{width:100%;object-fit:cover}.lead-card:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.75))}.lead-card .body{position:absolute;inset:auto 0 0 0;z-index:2;color:#fff;padding:36px;max-width:760px}.cat,.tag{display:inline-block;background:var(--red);color:#fff;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:900}.lead-card h1{font-size:36px;line-height:1.35;margin:14px 0}.meta{color:#9ca3af;font-size:13px}.lead-card p{font-size:16px;color:#eee;margin:0 0 18px}.side-list{display:grid;gap:14px}.news-card,.post-card,.widget,.market-card,.sketch-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.045)}.news-card{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:center;padding:10px}.news-card .thumb{height:110px;border-radius:14px;overflow:hidden}.news-card img,.post-card img,.sketch-card img{width:100%;height:100%;object-fit:cover}.news-card h3{font-size:16px;line-height:1.55;margin:5px 0 0}.quick-cats{padding:10px 0 18px}.cat-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.cat-tile{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px 8px;text-align:center;font-weight:900;transition:.2s}.cat-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow);color:var(--red)}.cat-icon{font-size:26px;margin-bottom:4px}.economy-strip{margin:16px 0 26px;background:#101010;color:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.economy-strip-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.12)}.economy-strip-head h2{margin:0;font-size:22px}.market-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;padding:18px}.market-table{width:100%;border-collapse:separate;border-spacing:0 8px}.market-table th{color:#bbb;font-size:13px}.market-row td{background:rgba(255,255,255,.06);padding:10px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.market-row td:first-child{border-radius:0 10px 10px 0}.market-row td:last-child{border-radius:10px 0 0 10px}.up{color:#22c55e}.down{color:#ef4444}.flat{color:#f59e0b}.main-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.section{margin:28px 0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;border-bottom:2px solid #111;padding-bottom:10px}.section-head h2{margin:0;font-size:24px;font-weight:900;position:relative}.section-head h2:after{content:'';position:absolute;right:0;bottom:-12px;width:70px;height:4px;background:var(--red);border-radius:4px}.section-head a{color:var(--red);font-weight:900}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.post-card .thumb{height:190px;overflow:hidden;background:#111}.post-card .body{padding:14px}.post-card h3{font-size:18px;line-height:1.55;margin:8px 0}.post-card p{color:var(--muted);font-size:14px;margin:0}.sidebar{display:grid;gap:18px;position:sticky;top:130px}.widget{padding:18px}.widget h3{margin:0 0 12px;font-size:20px}.mini-post{display:grid;grid-template-columns:82px 1fr;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.mini-post:last-child{border-bottom:0}.mini-post .thumb{height:68px;border-radius:12px;overflow:hidden}.mini-post h4{font-size:14px;line-height:1.45;margin:0}.newsletter input{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px;margin:8px 0}.sketch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sketch-card .thumb{height:170px}.sketch-card .body{padding:14px}.sketch-card h3{font-size:17px;margin:8px 0 0}.single-layout{display:grid;grid-template-columns:1fr 320px;gap:28px;margin-top:30px}.single-article{background:#fff}.single-hero{border-radius:22px;overflow:hidden;margin:18px 0;box-shadow:var(--shadow)}.single-hero img{width:100%;height:auto}.single-title{font-size:42px;line-height:1.35;margin:8px 0 10px;color:#111}.entry-content{font-size:18px;line-height:2.05;color:#222}.entry-content img{border-radius:16px;margin:18px auto}.entry-content iframe{max-width:100%;border-radius:16px}.post-nav{display:flex;justify-content:space-between;gap:16px;margin:34px 0}.site-footer{background:#090909;color:#f3f4f6;margin-top:45px}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.1fr;gap:28px;padding:44px 0}.footer-logo img{height:var(--footer-logo-height,78px);width:auto;max-width:260px}.footer-col h3{margin:0 0 14px;color:#fff}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin:7px 0;color:#d1d5db}.footer-col a:hover{color:var(--red)}.footer-social .social-icons a{background:#171717}.app-box{display:grid;grid-template-columns:1fr 92px;gap:12px;align-items:center;background:#151515;border:1px solid #262626;border-radius:16px;padding:12px}.store-btn{display:block;background:#fff;color:#111;border-radius:10px;padding:8px 10px;font-weight:900;margin:7px 0;text-align:center;font-size:12px}.app-qr{background:#fff;padding:6px;border-radius:10px}.footer-bottom{border-top:1px solid #222;padding:14px 0;color:#9ca3af;font-size:13px;display:flex;justify-content:space-between}.empty-note{padding:20px;border:1px dashed var(--line);border-radius:16px;color:var(--muted)}.error404 .not-found{text-align:center;padding:70px 0}.pagination{margin:24px 0}.pagination .page-numbers{display:inline-flex;padding:8px 13px;border:1px solid var(--line);border-radius:10px;margin:3px}.pagination .current{background:var(--red);color:#fff;border-color:var(--red)}
@media (max-width:1024px){.hero-grid,.main-layout,.single-layout,.market-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(5,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.sidebar{position:static}.footer-main{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.topbar .wrap{height:auto;padding:8px 0;flex-direction:column;align-items:stretch}.top-search{min-width:0;width:100%}.header-main{min-height:74px}.brand img,.custom-logo{height:var(--logo-mobile-height,58px);max-width:220px}.menu-toggle{display:inline-flex}.main-nav{display:none;position:absolute;top:100%;right:16px;left:16px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px}.main-nav.is-open{display:block}.main-nav ul{display:block}.main-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;background:#fafafa}.breaking .wrap{height:44px}.lead-card,.lead-card .thumb,.lead-card .thumb img{min-height:360px}.lead-card .body{padding:22px}.lead-card h1{font-size:25px}.news-card{grid-template-columns:110px 1fr}.cat-grid{grid-template-columns:repeat(3,1fr)}.grid-3,.sketch-grid{grid-template-columns:1fr}.single-title{font-size:29px}.footer-main{grid-template-columns:1fr}.footer-bottom{display:block;text-align:center}.app-box{grid-template-columns:1fr 86px}}


/* v6 fixes: economy visibility, post title, featured images */
.home-economy{margin-top:18px;margin-bottom:30px}
.widget .market-table{border-spacing:0 7px}
.widget .market-table .market-row td{background:#f5f6f7!important;color:#111;border-color:#eceff3!important;font-size:13px}
.widget .market-table .market-row td:first-child{font-weight:900}
.single-layout{align-items:start}
.single-article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 8px 28px rgba(0,0,0,.045)}
.single-header{margin-bottom:18px;border-bottom:1px solid var(--line);padding-bottom:16px}
.single-title{display:block!important;visibility:visible!important;opacity:1!important;color:#101010!important;font-weight:900!important;letter-spacing:-.5px}
.single-meta{display:flex;flex-wrap:wrap;gap:10px;color:#6b7280;font-size:14px;margin-top:10px}
.single-hero{background:#f4f5f7;border:1px solid var(--line);text-align:center;display:flex;align-items:center;justify-content:center;max-height:620px}
.single-hero img{width:100%;height:auto;max-height:620px;object-fit:contain!important;object-position:center;background:#f4f5f7}
.entry-content figure,.entry-content .wp-block-image{margin:24px auto;text-align:center}
.entry-content img{max-height:760px;width:auto;max-width:100%;object-fit:contain;background:#f7f7f8}
.archive .post-card .thumb,.blog .post-card .thumb,.search .post-card .thumb{aspect-ratio:16/10;height:auto}
.post-card .thumb img,.news-card .thumb img{object-position:center top}
.post-card h3 a,.news-card h3 a{display:block;color:#111}
.post-card h3 a:hover,.news-card h3 a:hover{color:var(--red)}
.yala-post-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:22px 0;padding:14px;background:#fff7f4;border:1px solid #ffd7ce;border-radius:16px}
.yala-post-toolbar a{font-weight:900;color:var(--red)}
@media (max-width:760px){.single-article{padding:16px;border-radius:18px}.single-hero{max-height:430px}.single-hero img{max-height:430px}.single-meta{display:block}.economy-strip-head{display:block}.market-grid{padding:12px}.market-table th,.market-table td{font-size:12px}}

/* v7 visibility rebuild: category pages, title-on-image, contrast and post image proportions */
body, .site-content, main, .section, .archive-section, .single-article, .post-card .body, .news-card .body, .widget{color:#111827!important;background-color:transparent}
.post-card, .news-card, .widget, .single-article{background:#fff!important;color:#111827!important}
.post-card h3, .post-card h3 a, .card-title, .card-title a, .news-card h3, .news-card h3 a, .archive-hero-head h1, .section-head h2, .single-title{color:#0b0b0b!important;text-shadow:none!important;opacity:1!important;visibility:visible!important}
.post-card p,.news-card p,.meta,.single-meta,.archive-desc{color:#5b6472!important}
.yala-archive-page{padding-top:28px}.archive-hero-head{background:linear-gradient(135deg,#111 0%,#262626 62%,#ef3119 100%);color:#fff!important;border-radius:24px;padding:28px 32px;margin-bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;box-shadow:var(--shadow)}.archive-hero-head h1{margin:6px 0 0;font-size:36px;line-height:1.35;color:#fff!important}.archive-label{display:inline-flex;background:#fff;color:#ef3119;border-radius:999px;padding:5px 13px;font-weight:900;font-size:13px}.archive-desc{max-width:520px;color:#fff!important;opacity:.9}.archive-grid{align-items:stretch}.yala-visible-card{position:relative;overflow:hidden}.yala-card-thumb{position:relative;display:block;background:#111!important;aspect-ratio:16/10;height:auto!important;min-height:210px;overflow:hidden;border-bottom:1px solid var(--line)}.yala-card-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;transition:transform .28s ease}.yala-visible-card:hover .yala-card-thumb img{transform:scale(1.035)}.yala-card-thumb:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.82) 100%);z-index:1}.thumb-title{position:absolute;right:14px;left:14px;bottom:13px;z-index:2;color:#fff!important;font-size:17px;font-weight:900;line-height:1.55;text-shadow:0 2px 8px rgba(0,0,0,.72);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card .body{padding:15px!important}.post-card .cat{margin-bottom:7px}.post-card .card-title{font-size:18px;line-height:1.55;margin:8px 0!important;display:block!important}.post-card .card-title a{display:block!important;color:#111!important}.post-card .card-title a:hover{color:var(--red)!important}.archive .post-card .thumb,.category .post-card .thumb,.blog .post-card .thumb,.search .post-card .thumb{height:auto!important;aspect-ratio:16/10!important}.archive .post-card img,.category .post-card img,.blog .post-card img,.search .post-card img{height:100%!important;width:100%!important;object-fit:cover!important}.single-title{background:transparent!important;color:#101010!important}.single-hero{max-height:560px!important;aspect-ratio:auto!important;background:#f4f5f7!important}.single-hero img{max-height:560px!important;width:auto!important;max-width:100%!important;margin:auto!important;object-fit:contain!important}.entry-content{color:#1f2937!important}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{color:#111!important}.entry-content p,.entry-content li{color:#222!important}.entry-content a{color:var(--red)!important;font-weight:800}.site-footer,.site-footer *{color:#f3f4f6}.site-footer a{color:#d1d5db}.site-footer a:hover{color:#ff4a2d!important}.social-icons a{color:inherit}.social-icons svg{fill:currentColor!important;display:block!important}.footer-social .social-icons a,.topbar .social-icons a{color:#fff!important}.main-nav a{color:#111!important}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--red)!important}.market-table th,.market-table td{color:inherit}.economy-strip,.economy-strip *{color:#fff}.economy-strip .up{color:#22c55e!important}.economy-strip .down{color:#ef4444!important}.economy-strip .flat{color:#f59e0b!important}.widget .market-table .market-row td{color:#111!important}.widget .market-table .up{color:#16a34a!important}.widget .market-table .down{color:#dc2626!important}.widget .market-table .flat{color:#d97706!important}
@media (max-width:760px){.archive-hero-head{display:block;padding:22px}.archive-hero-head h1{font-size:28px}.yala-card-thumb{min-height:190px}.thumb-title{font-size:16px}.single-hero,.single-hero img{max-height:420px!important}.grid-3.archive-grid{grid-template-columns:1fr!important}}


/* v8 Critical visibility fixes: economy board, app buttons, footer, mobile */
.economy-strip .market-card,
.economy-strip .market-card *{color:#111827!important;text-shadow:none!important;opacity:1!important;visibility:visible!important}
.economy-strip .market-card{background:#ffffff!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
.economy-strip .market-table{width:100%!important;border-collapse:separate!important;border-spacing:0 8px!important;table-layout:auto!important}
.economy-strip .market-table th{color:#374151!important;background:transparent!important;font-weight:900!important;font-size:13px!important;padding:4px 10px!important}
.economy-strip .market-row td{background:#f7f8fb!important;color:#111827!important;border-top:1px solid #e5e7eb!important;border-bottom:1px solid #e5e7eb!important;padding:11px 12px!important;white-space:normal!important;font-weight:800!important}
.economy-strip .market-row td:first-child{border-right:1px solid #e5e7eb!important;border-radius:0 12px 12px 0!important}
.economy-strip .market-row td:last-child{border-left:1px solid #e5e7eb!important;border-radius:12px 0 0 12px!important}
.economy-strip .market-row strong{color:#ef3119!important;font-weight:900!important;margin-inline-end:6px!important}
.economy-strip .up{color:#16a34a!important}.economy-strip .down{color:#dc2626!important}.economy-strip .flat{color:#d97706!important}
.economy-strip-head,.economy-strip-head *{color:#ffffff!important}
.site-footer .store-btn,.site-footer a.store-btn,.site-footer span.store-btn{background:#ffffff!important;color:#111827!important;border:1px solid rgba(255,255,255,.65)!important;text-shadow:none!important;opacity:1!important;visibility:visible!important;font-weight:900!important}
.site-footer .app-box{background:#111!important;border:1px solid #2a2a2a!important}.site-footer .app-qr{background:#fff!important}
.post-card .thumb-title,.yala-card-thumb .thumb-title{color:#fff!important;background:linear-gradient(90deg,rgba(239,49,25,.92),rgba(0,0,0,.72))!important;border-radius:10px!important;padding:7px 10px!important;text-shadow:0 2px 8px rgba(0,0,0,.8)!important}
.post-card .card-title a,.archive-grid .card-title a,.category .post-card h3 a{color:#111827!important;background:transparent!important;text-shadow:none!important}
@media (max-width:760px){
 .economy-strip{border-radius:0!important;margin:0 -16px 24px!important}
 .economy-strip-head{display:block!important;text-align:center!important;padding:18px 16px!important}
 .economy-strip-head h2{font-size:24px!important;line-height:1.45!important;margin-bottom:8px!important}
 .market-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px!important}
 .economy-strip .market-card{padding:10px!important;border-radius:18px!important;overflow-x:auto!important}
 .economy-strip .market-table{min-width:520px!important}
 .economy-strip .market-row td{font-size:14px!important;padding:10px 8px!important}
 .site-footer,.site-footer .footer-main{text-align:right!important}
 .site-footer .app-box{grid-template-columns:1fr!important}.site-footer .app-qr{max-width:130px;margin:auto!important}
 .header-main{padding:14px 0!important}.brand img,.custom-logo{height:var(--logo-mobile-height,62px)!important;max-width:180px!important}
 .breaking .wrap{height:auto!important;min-height:52px!important;align-items:flex-start!important;padding:8px 0!important}.breaking-label{margin-top:0!important}.ticker{padding-top:9px!important}
}
