/* LotoLoterias Front Styles */
:root{
  --lotol-color: #1f8a3b;
  --lotol-hover: #166b2e;
  --lotol-light: #f0f9f4;
}
.lotoloterias-widget,.lotoloterias-post{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:24px;
  background:#fff;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
  position:relative;
  transition:box-shadow .3s ease;
}
.lotoloterias-widget:hover,.lotoloterias-post:hover{
  box-shadow:0 8px 30px rgba(0,0,0,.12);
}
.lotoloterias-heading{display:flex;gap:16px;align-items:center;margin-bottom:20px}
.lotoloterias-heading-icon,.lotoloterias-card-icon{width:64px;height:64px;border-radius:16px;object-fit:contain;background:var(--lotol-light);padding:8px;box-shadow:0 4px 12px rgba(31,138,59,.15);transition:transform .3s ease}
.lotoloterias-heading-icon:hover,.lotoloterias-card-icon:hover{transform:scale(1.05)}
.lotoloterias-heading-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--lotol-color)}
.lotoloterias-title{margin:0;font-size:1.35rem;font-weight:700;color:var(--lotol-color)}
.lotoloterias-meta{color:#6b7280;font-size:.95rem;font-weight:500}
.lotoloterias-dezenas{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.lotoloterias-dezenas .dezena{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg, var(--lotol-color) 0%, var(--lotol-hover) 100%);color:#fff;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px rgba(31,138,59,.25);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:none;font-family:inherit;cursor:pointer;padding:0;line-height:1;-webkit-appearance:none;appearance:none}
.lotoloterias-dezenas .dezena:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(31,138,59,.35)}
.lotoloterias-dezenas .dezena:focus-visible{outline:3px solid #ffc107;outline-offset:2px}
/* v2.2.0 — Estado "marcado": bola fica mais escura, com anel branco interno e leve "afundamento" */
.lotoloterias-dezenas .dezena.active{background:linear-gradient(135deg,#0f5d27 0%,#0a4a1f 100%);box-shadow:inset 0 0 0 3px #fff,0 4px 12px rgba(10,74,31,.45);transform:scale(.94)}
.lotoloterias-dezenas .dezena.active:hover{transform:scale(.94) translateY(-1px)}
.lotoloterias-stats{display:flex;gap:20px;flex-wrap:wrap;color:#111827;margin:12px 0;padding:14px;background:var(--lotol-light);border-radius:12px}
.lotoloterias-stats span{font-size:.95rem}
.lotoloterias-section{margin-top:12px;border:1px solid #e5e7eb;border-radius:12px;padding:10px;transition:background .2s ease}
.lotoloterias-section:hover{background:#fafafa}
.lotoloterias-section summary{cursor:pointer;font-weight:700;color:var(--lotol-color);padding:6px 8px;user-select:none;transition:color .2s ease;margin-bottom:6px}
.lotoloterias-section summary:hover{color:var(--lotol-hover)}
.lotoloterias-section > div{padding:0 8px 4px}
.lotoloterias-interativo{margin:20px 0;padding:20px;background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);border-radius:16px;border:2px dashed var(--lotol-color)}
.lotoloterias-interativo h3{margin:0 0 12px;color:var(--lotol-color);font-size:1.2rem}
.lotoloterias-acertos-text,.lotoloterias-premio-text{margin:8px 0;font-size:1rem;color:#374151}
.lotoloterias-premio-text strong{color:var(--lotol-color);font-size:1.2rem}
.lotoloterias-interativo-footer{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:4px}
.lotoloterias-interativo-footer .lotoloterias-acertos-text{margin:0;}
.lotoloterias-desmarcar-btn{padding:6px 14px;border:2px solid #dc3545;border-radius:8px;background:#fff;color:#dc3545;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}
.lotoloterias-desmarcar-btn:hover{background:#dc3545;color:#fff;transform:scale(1.03)}
.lotoloterias-clicks{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.lotoloterias-num{min-width:50px;height:50px;border-radius:12px;border:2px solid #d1d5db;background:#fff;color:#111827;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s ease}
.lotoloterias-num:hover{transform:translateY(-2px);border-color:var(--lotol-color);box-shadow:0 4px 12px rgba(31,138,59,.2)}
.lotoloterias-num.active{background:linear-gradient(135deg, var(--lotol-color) 0%, var(--lotol-hover) 100%);color:#fff;border-color:var(--lotol-color);transform:scale(1.05);box-shadow:0 6px 16px rgba(31,138,59,.35)}
.lotoloterias-table{width:100%;border-collapse:collapse;margin-top:8px;border-radius:8px;overflow:hidden}
.lotoloterias-table th{background:var(--lotol-color);color:#fff;font-weight:700;padding:10px;text-align:left;font-size:.95rem}
.lotoloterias-table td{border:1px solid #e5e7eb;padding:10px;text-align:left;font-size:.9rem}
.lotoloterias-table tr:nth-child(even){background:#f9fafb}
.lotoloterias-table tr:hover{background:var(--lotol-light)}
.lotoloterias-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:8px}

/* Post specific — v2.2.0: .dezena agora é <button> clicável */
.lotoloterias-post .dezena{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--lotol-color);color:#fff;font-weight:700;margin:4px;border:none;font-family:inherit;cursor:pointer;padding:0;line-height:1;-webkit-appearance:none;appearance:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 3px 8px rgba(31,138,59,.2)}
.lotoloterias-post .dezena:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(31,138,59,.35)}
.lotoloterias-post .dezena:focus-visible{outline:3px solid #ffc107;outline-offset:2px}
.lotoloterias-post .dezena.active{background:#0a4a1f;box-shadow:inset 0 0 0 3px #fff,0 3px 10px rgba(10,74,31,.45);transform:scale(.94)}
.lotoloterias-post .dezena.active:hover{transform:scale(.94) translateY(-1px)}
.lotoloterias-post .lotoloterias-heading p{margin:4px 0 0;color:#4b5563}

/* Search */
.lotoloterias-search{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}
.lotoloterias-search form{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:end}
.lotoloterias-search label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#374151}
.lotoloterias-search input,
.lotoloterias-search select{border:1px solid #d1d5db;border-radius:10px;padding:10px;font-size:1rem;background:#fff;color:#111827}
.lotoloterias-search button{height:44px;border-radius:10px;border:none;background:var(--lotol-color);color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.lotoloterias-search button:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(31,138,59,.18)}
.lotoloterias-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.lotoloterias-card{border:1px solid #e5e7eb;border-radius:14px;padding:18px;background:#fff;box-shadow:0 10px 30px -18px rgba(31,138,59,.35);display:flex;flex-direction:column;gap:12px}
.lotoloterias-card-head{display:flex;gap:12px;align-items:center}
.lotoloterias-card h3{margin:0;font-size:1.1rem;color:var(--lotol-color)}
.lotoloterias-card .lotoloterias-meta{color:#6b7280;font-size:.9rem;display:flex;gap:8px;flex-wrap:wrap}
.lotoloterias-card .lotoloterias-dezenas{display:flex;flex-wrap:wrap;gap:8px}
.lotoloterias-card .dezena{background:var(--lotol-color);color:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:700}
.lotoloterias-card a.lotoloterias-link{align-self:flex-start;padding:8px 14px;border-radius:999px;background:rgba(31,138,59,.08);color:var(--lotol-color);font-weight:600;text-decoration:none;transition:background .2s ease}
.lotoloterias-card a.lotoloterias-link:hover{background:rgba(31,138,59,.16)}
.lotoloterias-footer{margin-top:24px;padding:16px;background:var(--lotol-light);border-radius:12px;text-align:center}
.lotoloterias-footer p{margin:0;color:#374151;font-size:.95rem}
.lotoloterias-caixa-link{color:var(--lotol-color);font-weight:700;text-decoration:none;transition:color .2s ease}
.lotoloterias-caixa-link:hover{color:var(--lotol-hover);text-decoration:underline}
.lotoloterias-empty{padding:32px;border:2px dashed #d1d5db;border-radius:16px;text-align:center;color:#6b7280}

/* Pagination */
.lotoloterias-pagination{margin-top:24px;display:flex;justify-content:center}
.lotoloterias-pagination ul{display:flex;list-style:none;padding:0;margin:0;gap:8px;flex-wrap:wrap;justify-content:center}
.lotoloterias-pagination li{display:inline-block}
.lotoloterias-pagination a,
.lotoloterias-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-weight:600;text-decoration:none;transition:all .2s ease}
.lotoloterias-pagination a:hover{background:var(--lotol-light);border-color:var(--lotol-color);color:var(--lotol-color);transform:translateY(-1px)}
.lotoloterias-pagination .current{background:var(--lotol-color);border-color:var(--lotol-color);color:#fff;cursor:default}
.lotoloterias-pagination .dots{border:none;background:transparent;cursor:default}

/* Animação de Celebração */
.lotoloterias-celebration{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;transition:opacity .3s ease}
.lotoloterias-celebration.show{opacity:1}
.lotoloterias-celebration-content{background:#fff;border-radius:24px;padding:40px;text-align:center;max-width:400px;transform:scale(.8);transition:transform .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.lotoloterias-celebration.show .lotoloterias-celebration-content{transform:scale(1)}
.lotoloterias-celebration-icon{font-size:4rem;margin-bottom:16px;animation:bounce 1s infinite}
.lotoloterias-celebration-content h3{margin:0 0 12px;font-size:2rem;color:var(--lotol-color)}
.lotoloterias-celebration-content p{margin:8px 0;color:#6b7280;font-size:1.1rem}
.lotoloterias-celebration-prize{font-size:2.5rem;font-weight:700;color:var(--lotol-color);margin:20px 0;text-shadow:2px 2px 4px rgba(31,138,59,.2)}
.lotoloterias-celebration-close{margin-top:24px;padding:12px 32px;background:var(--lotol-color);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}
.lotoloterias-celebration-close:hover{background:var(--lotol-hover);transform:translateY(-2px);box-shadow:0 6px 16px rgba(31,138,59,.35)}

@keyframes bounce{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* Responsivo Mobile */
@media (max-width: 768px) {
  .lotoloterias-widget,.lotoloterias-post{
    padding:16px;
    border-radius:12px;
  }
  
  .lotoloterias-heading{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  
  .lotoloterias-heading-icon,.lotoloterias-card-icon{
    width:48px;
    height:48px;
  }
  
  .lotoloterias-heading-title{
    font-size:1.25rem;
  }
  
  .lotoloterias-dezenas .dezena{
    width:40px;
    height:40px;
    font-size:1rem;
  }
  
  .lotoloterias-stats{
    flex-direction:column;
    gap:10px;
    padding:10px;
    margin:10px 0;
  }
  
  .lotoloterias-interativo{
    padding:14px;
    margin:16px 0;
  }
  
  .lotoloterias-num{
    min-width:44px;
    height:44px;
    font-size:1rem;
  }
  
  /* Tabela responsiva - scroll horizontal */
  .lotoloterias-table-wrapper{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    margin-top:6px;
    border-radius:6px;
    box-shadow:0 1px 4px rgba(0,0,0,.08);
  }
  
  .lotoloterias-table{
    min-width:420px;
    margin-top:0;
    font-size:.85rem;
  }
  
  .lotoloterias-table th,
  .lotoloterias-table td{
    padding:7px 5px;
    font-size:.78rem;
    white-space:nowrap;
  }
  
  .lotoloterias-table th{
    font-size:.8rem;
  }
  
  .lotoloterias-section{
    padding:8px;
    margin-top:10px;
  }
  
  .lotoloterias-section summary{
    padding:5px 6px;
    font-size:.92rem;
    margin-bottom:4px;
  }
  
  .lotoloterias-section > div{
    padding:0 6px 2px;
  }
  
  .lotoloterias-celebration-content{
    padding:24px;
    max-width:90%;
    margin:0 16px;
  }
  
  .lotoloterias-celebration-icon{
    font-size:3rem;
  }
  
  .lotoloterias-celebration-content h3{
    font-size:1.5rem;
  }
  
  .lotoloterias-celebration-prize{
    font-size:1.8rem;
  }
  
  .lotoloterias-footer{
    padding:12px;
    font-size:.9rem;
  }
}

/* ========================================
   GERADOR DE NÚMEROS
   ======================================== */
.lotoloterias-gerador{
  margin:24px 0;
  background:#fff;
  border-radius:16px;
  padding:24px;
  border:2px solid #e5e7eb;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.lotoloterias-gerador-header{
  text-align:center;
  margin-bottom:20px;
}

.lotoloterias-gerador-header h3{
  color:var(--lotol-color);
  font-size:1.4rem;
  margin:0 0 8px;
}

.lotoloterias-gerador-desc{
  color:#6b7280;
  font-size:.95rem;
  margin:0;
}

.lotoloterias-gerador-box{
  background:#f9fafb;
  border-radius:12px;
  padding:20px;
  border:1px solid #e5e7eb;
}

.lotoloterias-gerador-numeros{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-bottom:20px;
  min-height:60px;
  align-items:center;
}

.lotoloterias-gerador-bola{
  width:52px;
  height:52px;
  border-radius:50%;
  background:linear-gradient(145deg, #2da050 0%, var(--lotol-color) 50%, var(--lotol-hover) 100%);
  color:#fff;
  font-weight:700;
  font-size:1.2rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 4px 15px rgba(31,138,59,.4),
    inset 0 -3px 10px rgba(0,0,0,.15),
    inset 0 3px 10px rgba(255,255,255,.2);
  cursor:pointer;
  transition:all .3s ease;
  position:relative;
  text-shadow:0 1px 2px rgba(0,0,0,.3);
}

.lotoloterias-gerador-bola::before{
  content:'';
  position:absolute;
  top:8px;
  left:12px;
  width:12px;
  height:8px;
  background:rgba(255,255,255,.4);
  border-radius:50%;
  transform:rotate(-30deg);
}

.lotoloterias-gerador-bola:hover{
  transform:translateY(-4px) scale(1.08);
  box-shadow:
    0 8px 25px rgba(31,138,59,.5),
    inset 0 -3px 10px rgba(0,0,0,.15),
    inset 0 3px 10px rgba(255,255,255,.2);
}

.lotoloterias-gerador-bola.special{
  background:linear-gradient(145deg, #f6ad55 0%, #ed8936 50%, #dd6b20 100%);
  box-shadow:
    0 4px 15px rgba(237,137,54,.4),
    inset 0 -3px 10px rgba(0,0,0,.15),
    inset 0 3px 10px rgba(255,255,255,.2);
}

.lotoloterias-gerador-bola.special:hover{
  box-shadow:
    0 8px 25px rgba(237,137,54,.5),
    inset 0 -3px 10px rgba(0,0,0,.15),
    inset 0 3px 10px rgba(255,255,255,.2);
}

.lotoloterias-gerador-bola.generated{
  animation:popIn .4s ease-out;
}

.lotoloterias-gerador-separator{
  font-size:1.8rem;
  font-weight:700;
  color:var(--lotol-color);
  margin:0 8px;
}

.lotoloterias-gerador-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.lotoloterias-gerador-btn{
  padding:14px 28px;
  border-radius:12px;
  border:none;
  font-size:1rem;
  font-weight:700;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:all .3s ease;
}

.lotoloterias-gerador-btn.gerar{
  background:linear-gradient(135deg, var(--lotol-color) 0%, var(--lotol-hover) 100%);
  color:#fff;
  box-shadow:0 4px 15px rgba(31,138,59,.3);
}

.lotoloterias-gerador-btn.gerar:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 25px rgba(31,138,59,.4);
}

.lotoloterias-gerador-btn.gerar:active{
  transform:translateY(0);
}

.lotoloterias-gerador-btn.copiar{
  background:#fff;
  color:var(--lotol-color);
  border:2px solid var(--lotol-color);
}

.lotoloterias-gerador-btn.copiar:hover:not(:disabled){
  background:var(--lotol-color);
  color:#fff;
  transform:translateY(-2px);
}

.lotoloterias-gerador-btn.copiar:disabled{
  opacity:.5;
  cursor:not-allowed;
}

.lotoloterias-gerador-btn .icon{
  font-size:1.2rem;
}

.lotoloterias-gerador-feedback{
  text-align:center;
  margin-top:12px;
  min-height:24px;
  font-size:.9rem;
  font-weight:600;
}

.lotoloterias-gerador-feedback.success{
  color:#10b981;
}

.lotoloterias-gerador-feedback.info{
  color:var(--lotol-color);
}

@keyframes popIn{
  0%{transform:scale(0);opacity:0}
  50%{transform:scale(1.2)}
  100%{transform:scale(1);opacity:1}
}

@keyframes shake{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-5px) rotate(-5deg)}
  75%{transform:translateX(5px) rotate(5deg)}
}

.lotoloterias-gerador-bola.shake{
  animation:shake .5s ease;
}

/* Gerador Mobile */
@media (max-width: 768px){
  .lotoloterias-gerador{
    padding:16px;
    margin:16px 0;
    border-radius:16px;
  }
  
  .lotoloterias-gerador-header h3{
    font-size:1.15rem;
  }
  
  .lotoloterias-gerador-desc{
    font-size:.85rem;
  }
  
  .lotoloterias-gerador-box{
    padding:16px;
  }
  
  .lotoloterias-gerador-numeros{
    gap:8px;
  }
  
  .lotoloterias-gerador-bola{
    width:42px;
    height:42px;
    font-size:1rem;
  }
  
  .lotoloterias-gerador-bola::before{
    width:8px;
    height:5px;
    top:6px;
    left:10px;
  }
  
  .lotoloterias-gerador-btn{
    padding:12px 20px;
    font-size:.9rem;
  }
  
  .lotoloterias-gerador-separator{
    font-size:1.4rem;
    margin:0 4px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Posts Relacionados — Resultados Anteriores
═══════════════════════════════════════════════════════════════ */
.lotoloterias-related {
  margin: 40px 0 20px;
  padding: 24px 0 0;
  border-top: 2px solid #e8e8e8;
}

.lotoloterias-related-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f8a3b;
  margin: 0 0 20px;
}

.lotoloterias-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.lotoloterias-related-card {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}

.lotoloterias-related-card:hover {
  box-shadow: 0 4px 16px rgba(31,138,59,.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.lotoloterias-related-thumb {
  height: 110px;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
}

.lotoloterias-related-body {
  padding: 12px 14px;
}

.lotoloterias-related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  gap: 8px;
}

.lotoloterias-related-contest {
  font-weight: 700;
  font-size: .9rem;
  color: #222;
}

.lotoloterias-related-status {
  font-size: .72rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

.lotoloterias-related-status.acumulou {
  background: #fff3cd;
  color: #856404;
}

.lotoloterias-related-status.ganhou {
  background: #d4edda;
  color: #155724;
}

.lotoloterias-related-date {
  font-size: .78rem;
  color: #666;
  margin-bottom: 8px;
}

.lotoloterias-related-balls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.lotoloterias-related-ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1f8a3b;
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
}

.lotoloterias-related-ball.more {
  background: #6c757d;
  font-size: .65rem;
}

.lotoloterias-related-prize {
  font-size: .8rem;
  font-weight: 600;
  color: #1f8a3b;
}

.lotoloterias-related-footer {
  text-align: center;
  margin-top: 8px;
}

.lotoloterias-related-more-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #1f8a3b;
  color: #fff;
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}

.lotoloterias-related-more-btn:hover {
  background: #155724;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .lotoloterias-related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lotoloterias-related-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 380px) {
  .lotoloterias-related-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════════
   v2.1.0 — Barra de Navegação do Resultado (verde com setas)
═══════════════════════════════════════════════════════════════ */
.lotoloterias-result-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  background: #1f8a3b;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: 0 0 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.lotoloterias-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  background: #1f8a3b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
  line-height: 1;
  flex-shrink: 0;
}
.lotoloterias-nav-arrow:hover {
  background: #166b2e;
  color: #fff;
  text-decoration: none;
  transform: none;
}
.lotoloterias-nav-arrow.disabled {
  opacity: .35;
  cursor: not-allowed;
}
.lotoloterias-nav-arrow span {
  display: inline-block;
  transform: translateY(-2px);
}

.lotoloterias-nav-title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  text-align: center;
}
.lotoloterias-nav-h2 {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 1.2;
}

/* Sub-linha "CONCURSO XXXX DATA dd/mm/aaaa" abaixo da barra verde */
.lotoloterias-result-subhead {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 12px 16px;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin: 0 0 18px;
  font-size: .95rem;
  color: #444;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.lotoloterias-result-subhead strong {
  color: #1f8a3b;
  font-weight: 700;
  margin-left: 4px;
}

/* Mobile */
@media (max-width: 600px) {
  .lotoloterias-nav-arrow {
    width: 48px;
    font-size: 1.4rem;
  }
  .lotoloterias-nav-h2 {
    font-size: 1.05rem;
  }
  .lotoloterias-nav-title {
    padding: 12px 8px;
  }
  .lotoloterias-result-subhead {
    gap: 12px;
    font-size: .8rem;
    padding: 10px 12px;
  }
}
