/* Static/support pages: the FAQ accordion and the crawler-facing sitemaps.
   The `.faq` block is copied verbatim from sources/ui/assets/css/static.css —
   the rest of that sheet styles /oplata/b, /oplata/xmr and /infob, which the
   target flow does not carry over (docs/flows/static-support.md). */

/*-------------------------------
		FAQ
-------------------------------*/

.faq h1 {font-size: 18px; margin-bottom: 10px;}

/* A question opens its answer in place — no script, plain details. */
.faq .qa {margin: 5px 0; text-align: center;}

.faq summary {display: inline-block; cursor: pointer; list-style: none;
	color: var(--link); font-size: 15px; text-decoration: underline;}

.faq summary::-webkit-details-marker {display: none;}

.faq summary:hover {text-decoration: none;}

.faq .answer {margin: 10px; color: #bbb; font-size: 15px; text-align: justify; line-height: 1.4;}

.faq .answer p {text-indent: 20px;}

@media only screen and (max-width: 620px) {
	.faq h1 {font-size: 22px;}
	.faq summary {font-size: 18px;}
	.faq .answer {font-size: 16px; line-height: 1.5;}
}
