/**
 * help-subjects.css — P1-9
 * Lead nad sekci "Smlouvy a dokumenty" - vysvetleni 3 subjektu fakturace.
 * Izolovane tridy .vhv-subject-lead, bez !important.
 */

.vhv-subject-lead {
  max-width: 760px;
  margin: 1rem auto 2rem;
  padding: 1.5rem 1.75rem;
  background: #eff6ff;
  border-left: 4px solid #0061a5;
  border-radius: 12px;
}

.vhv-subject-lead h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  color: #03274b;
}

.vhv-subject-lead p {
  margin: 0 0 0.75rem;
  color: #334155;
  line-height: 1.55;
}

.vhv-subject-lead p:last-child {
  margin-bottom: 0;
}

.vhv-subject-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

.vhv-subject-list li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #cbd5e1;
  color: #334155;
  line-height: 1.5;
}

.vhv-subject-list li:last-child {
  border-bottom: 0;
}

.vhv-subject-list strong {
  color: #0061a5;
}

.vhv-subject-note {
  font-size: 0.9rem;
  color: #475569;
  font-style: italic;
}

.vhv-subject-note a {
  color: #0061a5;
  font-weight: 600;
}

@media (max-width: 560px) {
  .vhv-subject-lead {
    padding: 1.25rem 1rem;
    margin: 1rem 0.5rem 1.5rem;
  }
  .vhv-subject-lead h3 { font-size: 1.1rem; }
}
