/* #1728 (ADR 0057) — blok „Rychlá fakta" pod hero: odstavec definice + tabulka faktů.
   Sdílený soubor pro index.html, casova-rezervace.html, vstupenky.html a rezervacni-system-pro-*.html
   (žádný inline style, CSP). Na stránkách oborů sekce nese i třídu lp-section alt (padding + pozadí),
   na úvodní stránce rf-section. Tabulka je dvousloupcová a zalamuje se, aby se vešla na 360 px.
   Obsah a shodu faktů hlídá unit guard RychlaFaktaGuardTests. */
.rf-section { padding: 60px 0; background: #F9FAFB; }

#rychla-fakta .rf-definition { max-width: 760px; margin: 0 auto 24px; font-size: 18px; line-height: 1.6; color: #1F2937; }

.rf-table { width: 100%; max-width: 760px; margin: 0 auto; border-collapse: collapse; table-layout: fixed; background: #FFFFFF; border: 1px solid #E5E7EB; }
.rf-table th,
.rf-table td { padding: 12px 16px; border-bottom: 1px solid #E5E7EB; text-align: left; vertical-align: top; font-size: 16px; line-height: 1.5; color: #1F2937; overflow-wrap: anywhere; }
.rf-table th[scope="row"] { width: 38%; font-weight: 600; color: #111827; background: #F3F4F6; }
.rf-table tr:last-child th,
.rf-table tr:last-child td { border-bottom: 0; }

@media (max-width: 767px) {
    .rf-section { padding: 40px 0; }
    #rychla-fakta .rf-definition { font-size: 16px; }
    .rf-table th,
    .rf-table td { padding: 10px 8px; font-size: 15px; }
    .rf-table th[scope="row"] { width: 42%; }
}
