/**
 * Craftory Box — Questions page responsive (< 1000px)
 */

/* ==========================================================================
   ≤1000px
   ========================================================================== */
@media (max-width: 1000px) {
	.questions-hero__inner {
		padding-top: clamp(32px, 6vw, 48px);
		padding-bottom: clamp(48px, 10vw, 72px);
	}

	.questions-page .about-faq__inner {
		padding-top: 0;
		padding-bottom: clamp(48px, 10vw, 72px);
	}

	.questions-page .about-faq__item {
		padding-block: clamp(18px, 4vw, 26px);
	}

	.questions-page .about-faq__question {
		gap: 16px;
	}

	.questions-page .about-faq__question-text {
		font-size: clamp(17px, 4vw, 21px);
	}

	.questions-page .about-faq p.about-faq__answer-text {
		font-size: clamp(15px, 3.6vw, 18px);
	}

	.questions-page .about-faq__btn {
		width: 100%;
		max-width: none;
	}
}

/* ==========================================================================
   ≤480px
   ========================================================================== */
@media (max-width: 480px) {
	.questions-hero__inner {
		padding-bottom: clamp(40px, 10vw, 56px);
	}

	.questions-page .about-faq__chevron {
		width: 28px;
		height: 16px;
	}
}
