/*
Theme Name: TerraHunt Local Clone
Author: Z-Agency (local clone build)
Version: 0.1
Text Domain: terrahunt
*/

/*
Per THM-01 (no re-hosting/rewriting of the original styles) the mirrored
styling lives entirely in assets/css/main.css, copied verbatim from the live
site's own CSS bundle -- and nothing here ever overrides it.

What this file DOES carry is styling for elements this clone ADDED, which have
no counterpart in the mirror and therefore no original rule to respect.
Enqueued after main.css as `terrahunt-theme` (inc/assets.php).
*/

/* Úvodní text nad výpisem FAQ (page-templates/template-faq-index.php).

   Karta samotná je `.text-box` z main.css -- tentýž bílý panel se stínem a
   zaoblením, jaký web používá na úvodní stránce. Žádná vlastní kopie vzhledu:
   kdyby se karta na webu překreslila, překreslí se i tahle.

   Zdejší pravidlo řeší JEN odstup pod ní. Hodnota je převzatá
   z `.filter-container`, ne vymyšlená -- karta stojí přímo nad filtračními
   štítky a musí držet stejný rytmus jako zbytek hlavičky výpisu. */
.faq-top-content {
	margin-bottom: clamp(2.4rem, 2.40964vw, 4rem);
}

.faq-top-content .text-box > *:last-child {
	margin-bottom: 0; /* odstup drží karta svým paddingem, ne poslední odstavec */
}
