.infozet-zfaq {
	margin: 1.25rem 0 2.5rem;
}

.infozet-zfaq__title {
	margin: 1.55em 0 0.65rem;
	font-size: 1.452rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #111827;
}

.infozet-zfaq__list {
	display: grid;
	gap: 0.62rem;
}

.infozet-zfaq__item--more {
	display: none;
}

.infozet-zfaq-show-more-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 1.25em;
	clear: both;
	box-sizing: border-box;
}

.infozet-zfaq-show-more-wrap[hidden] {
	display: none !important;
}

.infozet-zfaq-show-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0.65em 1em;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: #0f172a;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.infozet-zfaq-show-more-btn::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.infozet-zfaq-show-more-btn:hover {
	background: #f8fafc;
	border-color: #d1d5db;
}

.infozet-zfaq-show-more-btn:focus,
.infozet-zfaq-show-more-btn:focus-visible,
.infozet-zfaq-show-more-btn:active {
	outline: none;
	box-shadow: none;
}

.infozet-zfaq__item {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.infozet-zfaq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.8rem;
	padding: 0.9rem 1rem;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font-size: 17px;
	line-height: 1.45;
	font-weight: 400;
	color: #111827;
}

.infozet-zfaq__question:focus,
.infozet-zfaq__question:focus-visible {
	outline: none;
	box-shadow: none;
}

.infozet-zfaq__question::after {
	content: "";
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border-right: 2px solid #6b7280;
	border-bottom: 2px solid #6b7280;
	transform: rotate(45deg);
	transition: transform 0.16s ease;
}

.infozet-zfaq__item:hover {
	background: #f8fbff;
	border-color: #e5e7eb;
}

.infozet-zfaq__item:hover .infozet-zfaq__question {
	color: #111827;
}

.infozet-zfaq__item:hover .infozet-zfaq__question::after {
	border-right-color: #2563eb;
	border-bottom-color: #2563eb;
}

.infozet-zfaq__item.is-open .infozet-zfaq__question {
	font-weight: 520;
}

.infozet-zfaq__item.is-open .infozet-zfaq__question::after {
	transform: rotate(-135deg);
}

.infozet-zfaq__answer-wrap {
	height: 0;
	overflow: hidden;
	transition: height 0.36s ease;
}

.infozet-zfaq__answer {
	padding: 0 1rem 0.9rem;
	font-size: 15px;
	line-height: 1.62;
	color: #334155;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.infozet-zfaq__answer p {
	margin: 0;
}

@media (max-width: 720px) {
	.infozet-zfaq {
		margin-top: 1rem;
	}

	.infozet-zfaq__title {
		font-size: 1.331rem;
	}
}
