/* JDServer-Webs v6.2 — modules/astronomy_week/astronomy-week.css */
#astronomy-week { margin: 14px 0 20px; }

.aw-head{
  display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px;
}
.aw-title{ font-weight:600; }
.aw-note{ font-size:.9rem; color:var(--muted); }

.aw-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  padding: 12px;
  overflow-x: auto;
}

.aw-table{
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.aw-table th, .aw-table td{
  padding: 8px 10px;
  border-bottom: 1px dashed var(--border);
  white-space: nowrap;
}
.aw-table thead th{
  text-align: left;
  font-size: .9rem;
  color: var(--muted);
  font-weight: 600;
}
.aw-table tbody tr:last-child td{ border-bottom: none; }

.aw-badge{
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.15rem .5rem; border-radius:999px; line-height:1; font-size:.78rem;
  background: var(--surface); border: 1px solid var(--border); color: var(--muted);
}
.aw-moon{
  display:flex; align-items:center; gap:.35rem;
}
.aw-moon svg{ width: 20px; height: 20px; }
