.mbc-cat-block {
	direction: rtl;
	text-align: right;
	margin: 40px 0 10px;
	clear: both;
}

.mbc-cat-content {
	line-height: 1.85;
	color: #4a4a4a;
	font-size: 15px;
}

.mbc-cat-content h1,
.mbc-cat-content h2,
.mbc-cat-content h3,
.mbc-cat-content h4 {
	color: #222;
	line-height: 1.35;
	margin: 1.4em 0 0.5em;
}

.mbc-cat-content h1 {
	font-size: 28px;
}

.mbc-cat-content h2 {
	font-size: 23px;
}

.mbc-cat-content h3 {
	font-size: 19px;
}

.mbc-cat-content h4 {
	font-size: 17px;
}

.mbc-cat-content > *:first-child {
	margin-top: 0;
}

.mbc-cat-content p {
	margin: 0 0 1em;
}

.mbc-cat-content ul,
.mbc-cat-content ol {
	margin: 0 0 1em;
	padding-right: 1.3em;
	padding-left: 0;
}

.mbc-cat-content li {
	margin-bottom: 0.4em;
}

.mbc-cat-content img {
	max-width: 100%;
	height: auto;
}

.mbc-cat-content table {
	width: 100%;
	border-collapse: collapse;
	direction: rtl;
}

.mbc-cat-content table th,
.mbc-cat-content table td {
	border: 1px solid #e6e6e6;
	padding: 8px 10px;
	text-align: right;
}

/* --- FAQ --- */

.mbc-faq {
	margin-top: 36px;
}

.mbc-faq__title {
	font-size: 24px;
	margin: 0 0 16px;
	color: #222;
}

.mbc-faq__item {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.mbc-faq__q {
	list-style: none;
	cursor: pointer;
	padding: 14px 18px 14px 46px;
	position: relative;
	margin: 0;
	background: #fafafa;
	transition: background 0.15s ease;
}

.mbc-faq__q::-webkit-details-marker {
	display: none;
}

.mbc-faq__q:hover {
	background: #f2f2f2;
}

.mbc-faq__q h3 {
	display: inline;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #222;
}

.mbc-faq__q::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-right: 2px solid #8a8a8a;
	border-bottom: 2px solid #8a8a8a;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.mbc-faq__item[open] > .mbc-faq__q::after {
	transform: rotate(-135deg);
	margin-top: -2px;
}

.mbc-faq__a {
	padding: 14px 18px 4px;
	line-height: 1.8;
	color: #4a4a4a;
	font-size: 15px;
}

.mbc-faq__a p {
	margin: 0 0 1em;
}

@media (max-width: 768px) {
	.mbc-cat-block {
		margin-top: 28px;
	}

	.mbc-cat-content h1 {
		font-size: 24px;
	}

	.mbc-cat-content h2 {
		font-size: 20px;
	}

	.mbc-cat-content h3 {
		font-size: 18px;
	}

	.mbc-faq__title {
		font-size: 21px;
	}
}
