/*
 * The collection FAQ below the grid (sections/collection-faq.php) — review row 5, all
 * stores: on live and on the port the "Frequently Asked Questions" heading sat 15px
 * under the last paragraph of the second description (measured 2026-09-19 on
 * gotvape.com/collections/510-thread-batteries and its staging: same numbers). An
 * improvement over live, per Carlos's reviewer: when the FAQ follows the description
 * it gets a block of its own — a 56px margin (collapsing with the description's 32px), a hairline and 44px of padding — so it reads as its
 * own block; a collection with only a FAQ (no description) is untouched.
 */
.gvws-collection-2nd-desc + .gvws-collection-faq{margin-top:56px;padding-top:44px;border-top:1px solid rgba(0,0,0,.08)}
@media (max-width:768px){.gvws-collection-2nd-desc + .gvws-collection-faq{margin-top:40px;padding-top:32px}}

/* page-faq (sections/page-faq.php): a content page FAQ under the body — the collection FAQ pattern with room above it. */
.gv-page-faq .gvws-collection-faq{margin-top:40px}
