
/* GIRUZIN V30 — Notícias + Tempo no Coração do App */
.v30-live-section{padding:28px 0 42px}
.v30-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.v30-live-card{border:1px solid rgba(6,59,145,.16);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(6,59,145,.10);padding:20px;color:#06366b!important;overflow:hidden}
.v30-live-card *{color:#06366b}
.v30-live-card.blue{background:linear-gradient(145deg,#0759dc,#063b91);color:#fff!important}
.v30-live-card.blue *{color:#fff!important}
.v30-live-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.v30-live-kicker{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.78}
.v30-live-title{margin:3px 0 0;font-size:1.35rem;font-weight:900}
.v30-live-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;font-size:.75rem;font-weight:800;background:#eaf3ff;color:#063b91!important}
.v30-live-card.blue .v30-live-badge{background:rgba(255,255,255,.16);color:#fff!important}
.v30-weather-main{display:flex;align-items:center;gap:16px;margin:10px 0 16px}
.v30-weather-icon{font-size:3rem;line-height:1}
.v30-temp{font-size:2.35rem;font-weight:900;line-height:1}
.v30-weather-desc{font-weight:700;opacity:.8}
.v30-weather-meta{display:flex;flex-wrap:wrap;gap:8px}
.v30-chip{padding:8px 10px;border-radius:12px;background:#eaf3ff;font-size:.82rem;font-weight:800}
.v30-live-card.blue .v30-chip{background:rgba(255,255,255,.14);color:#fff!important}
.v30-news-list{display:grid;gap:10px;margin:12px 0 16px}
.v30-news-item{display:block;text-decoration:none;border-radius:14px;padding:12px;background:#f4f8ff;color:#06366b!important;border:1px solid rgba(6,59,145,.10)}
.v30-news-item strong{display:block;color:#06366b!important;line-height:1.35}
.v30-news-item small{display:block;margin-top:5px;color:#365a87!important;font-weight:700}
.v30-live-card.blue .v30-news-item{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.16)}
.v30-live-card.blue .v30-news-item strong,.v30-live-card.blue .v30-news-item small{color:#fff!important}
.v30-live-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.v30-live-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:13px;padding:11px 14px;font-weight:900;background:#0759dc;color:#fff!important}
.v30-live-card.blue .v30-live-btn{background:#fff;color:#063b91!important}
.v30-live-status{font-size:.8rem;font-weight:700;opacity:.72}
@media(max-width:760px){.v30-live-grid{grid-template-columns:1fr}.v30-live-card{padding:17px}}

/* V31 — NOTÍCIAS DO INDEX: texto exclusivamente branco.
   A previsão do tempo permanece com sua paleta própria. */
#v30-news,
#v30-news h1,
#v30-news h2,
#v30-news h3,
#v30-news h4,
#v30-news h5,
#v30-news h6,
#v30-news p,
#v30-news span,
#v30-news strong,
#v30-news small,
#v30-news a,
#v30-news div,
#v30-news label {
  color:#fff !important;
}
#v30-news .v30-news-item {
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.18) !important;
}
#v30-news .v30-news-item strong,
#v30-news .v30-news-item small {
  color:#fff !important;
}
#v30-news .v30-live-btn {
  color:#063b91 !important;
}
