/* Rapoarte anuale — from design v.3 (style_raport.css), page-specific only.
   Loaded after style.css; uses :root variables from the main sheet. */

.rapoarte-hero-desc {
  max-width: 760px;
}

/* ── RAPOARTE PAGE ───────────────────────────────────────── */
.rapoarte-content {
  padding: 40px 0 80px;
}

.rapoarte-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.rapoarte-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  margin-bottom: 14px;
}

.rapoarte-col h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--text-primary);
}

.rapoarte-table {
  width: 100%;
  border-collapse: collapse;
}

.rapoarte-table tr {
  border-bottom: 1px solid var(--border);
}

.rapoarte-table tr:last-child {
  border-bottom: none;
}

.rapoarte-table td {
  padding: 12px 0;
  font-size: 15px;
  color: var(--text-secondary);
  vertical-align: middle;
}

.rapoarte-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.rapoarte-table .report-name {
  color: var(--text-primary);
}

.rapoarte-table .report-download {
  color: var(--link);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.rapoarte-table .report-download:hover {
  text-decoration: underline;
}

.rapoarte-empty {
  padding: 16px 0;
  font-size: 15px;
  color: var(--text-muted);
}

.rapoarte-no-file {
  color: var(--text-muted);
  font-size: 15px;
}

@media (max-width: 1023px) {
  .rapoarte-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
