/* ============================================================
   SALON ROSE — Veřejný ceník na profilu kolegyně
   Zobrazí se jen když si to kolegyně zaškrtne (cenik_verejny).
   ============================================================ */

.cenik_verejny_section {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.cenik_verejny_sekce {
  color: var(--accent);
  font-size: 1.2rem;
  margin: 1.6em 0 0.4em;
}

.cenik_verejny_tabulka {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.6em;
}

.cenik_verejny_tabulka th {
  padding: 0.5em 0.4em;
  text-align: center;
  color: var(--accent);
  font-size: 0.95rem;
  border-bottom: 2px solid var(--accent);
}
.cenik_verejny_tabulka th:first-child { text-align: left; }

.cenik_verejny_tabulka td {
  padding: 0.7em 0.4em;
  border-bottom: 1px dashed var(--glass-border);
  text-align: center;
  color: var(--text-primary);
}
.cenik_verejny_tabulka td:first-child { text-align: left; }
.cenik_verejny_tabulka td:last-child:not(:first-child) { font-weight: 600; white-space: nowrap; }

.cenik_verejny_poznamky { margin-top: 1em; }
.cenik_verejny_poznamky p {
  font-style: italic;
  color: var(--text-muted, #777);
  font-size: 0.9rem;
  margin: 0.3em 0;
  text-align: center;
}
.cenik_verejny_poznamky p.cenik_verejny_poznamka_nadpis {
  font-style: normal;
  font-weight: 700;
  color: var(--text-primary, #333);
  font-size: 1rem;
  margin-top: 1em;
}
.cenik_verejny_poznamky p.cenik_verejny_poznamka_info {
  font-style: normal;
  font-weight: 600;
}
