/* NovinMaster Size Guide — frontend table (RTL, responsive) */

@font-face { font-family: 'PeydaNM'; src: url('../fonts/PeydaWeb-Regular.woff2')  format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'PeydaNM'; src: url('../fonts/PeydaWeb-Medium.woff2')   format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'PeydaNM'; src: url('../fonts/PeydaWeb-SemiBold.woff2') format('woff2'); font-weight: 600; font-display: swap; }

.nm-sizeguide {
	font-family: 'PeydaNM', Tahoma, sans-serif;
	direction: rtl;
	width: 100%;
	margin: 0 0 10px;
}

.nm-sizeguide-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nm-sizeguide-table {
	width: 100%;
	min-width: 320px;
	border-collapse: collapse;
	font-size: 15px;
	color: #222;
}

.nm-sizeguide-table th,
.nm-sizeguide-table td {
	padding: 14px 12px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ececec;
}

.nm-sizeguide-table thead th {
	font-weight: 600;
	font-size: 14px;
	color: #111;
	white-space: nowrap;
	border-bottom: 2px solid #e2e2e2;
}

.nm-sizeguide-table tbody tr:last-child td { border-bottom: none; }
.nm-sizeguide-table tbody tr:nth-child(even) td { background: #fafafa; }

@media (max-width: 480px) {
	.nm-sizeguide-table { font-size: 13px; }
	.nm-sizeguide-table th,
	.nm-sizeguide-table td { padding: 10px 8px; }
}
