
/*
Theme Name: ChromeNews Child – MiningLegit
Theme URI: https://mininglegit.com
Description: UX-focused ChromeNews child theme for crypto mining & brokers
Author: MiningLegit Group LLC
Template: chromenews
Version: 2.0.0
*/
@import url("../chromenews/style.css");
:root{--blue:#0b3a66;--green:#16a34a;--action:#f97316;--gray:#f3f4f6}
body{background:#fff;color:#111;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
.ml-header{background:var(--blue);position:sticky;top:0;z-index:999}
.ml-header-wrap{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 20px}
.ml-logo a{color:#fff;font-size:22px;font-weight:700}
.ml-nav ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}
.ml-nav a{color:#e5e7eb;font-weight:500}
.ml-cta{background:var(--action);padding:10px 16px;border-radius:6px;font-weight:700}
.ml-toggle{display:none;font-size:26px;color:#fff}
.ml-hero{background:var(--gray);padding:70px 20px}
.ml-hero-wrap{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr;gap:40px}
.ml-hero h1{font-size:42px}
.ml-section{padding:70px 20px}
.ml-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.ml-card{border:1px solid #e5e7eb;border-radius:14px;padding:25px;background:#fff}
.ml-footer{background:#020617;color:#cbd5f5}
.ml-footer-wrap{max-width:1200px;margin:auto;padding:50px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.ml-footer-bottom{text-align:center;font-size:13px;color:#9ca3af;border-top:1px solid #1e293b;padding:15px}
@media(max-width:900px){
 .ml-hero-wrap{grid-template-columns:1fr}
 .ml-nav ul{display:none;flex-direction:column;position:absolute;top:60px;right:0;background:var(--blue);width:240px;padding:20px}
 .ml-nav ul.active{display:flex}
 .ml-toggle{display:block}
}
