/* Inquiry open button — posts + single products only. */
.mrdotrasti-est__open-btn {
	appearance: none;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #FFC300, #ffd43f);
	color: #0e2647;
	padding: 12px 18px;
	font-weight: 700;
	cursor: pointer;
	font-family: iranyekan, IRANYekanX, Tahoma, sans-serif;
	touch-action: manipulation;
}
.mrdotrasti-est__open-btn:hover {
	filter: brightness(1.03);
}
.mrdotrasti-est__open-btn:active {
	transform: translateY(1px);
}
