/* تاریخچهٔ قیمت — صفحهٔ ادمین، دکمه و مدال */

.dm-gold-history-admin > h2:first-of-type {
	margin-top: 0;
}

.dm-gold-history-admin h2 {
	font-size: 16px;
	margin: 0 0 6px;
}

.dm-gold-history-admin .description {
	max-width: 860px;
	margin: 0 0 4px;
}

.dm-gold-history-admin hr {
	margin: 28px 0;
	border: 0;
	border-top: 1px solid #e2e4e7;
}

.dm-gold-history-admin .notice.inline {
	margin: 12px 0 16px;
}

.dm-gold-history-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 0;
}

/* دکمه و مدال (فرانت و ادمین، مشترک) */

.dm-gold-history-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 1px solid #d7ba7d;
	border-radius: 6px;
	background: #fffaf0;
	color: #7a5c12;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.dm-gold-history-btn:hover,
.dm-gold-history-btn:focus {
	background: #fdf1d8;
	border-color: #c8a24a;
}

.dm-gold-history-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

/* ویژگیِ hidden امتیازِ ۰-۱-۰ دارد و به هر کلاسی که display بدهد می‌بازد. این قاعده روی خودِ ریشه و
   همهٔ فرزندانش اعمال می‌شود تا اجزای بعدی هم پوشش داشته باشند (اسکوپ‌شده، بدون نشت به قالبِ سایت). */
.dm-gold-history-modal[hidden],
.dm-gold-history-modal [hidden] {
	display: none !important;
}

.dm-gold-history-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 25, 0.55);
}

.dm-gold-history-panel {
	position: relative;
	width: 100%;
	max-width: 720px;
	max-height: 90vh;
	margin: 0 auto;
	overflow: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
	direction: rtl;
}

.dm-gold-history-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	background: #06061c;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.dm-gold-history-title {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.dm-gold-history-close {
	background: none;
	border: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
}

.dm-gold-history-body {
	padding: 18px;
}

.dm-gold-history-msg {
	margin: 0;
	padding: 32px 0;
	text-align: center;
	color: #666;
	font-size: 13px;
}

.dm-gold-history-canvas-wrap {
	position: relative;
	height: 320px;
}

body.dm-gold-history-open {
	overflow: hidden;
}

@media (max-width: 600px) {
	.dm-gold-history-canvas-wrap {
		height: 240px;
	}
}
