/**
 * Dress Size Guide — frontend stil tabele.
 * Prati postojeći dizajn vodiča (crn header, zlatni naslovi, svetle linije).
 */

.dsg-wrap {
	margin: 0 0 24px;
	font-family: inherit;
	color: #2b2b2b;
}

.dsg-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.dsg-table {
	width: 100%;
	min-width: 480px;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
	table-layout: auto;
}

.dsg-table thead th {
	padding: 16px 12px;
	background: #171717;
	border: none;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dsg-table thead th + th {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.dsg-th-title {
	display: block;
	color: #c8a05a;
}

.dsg-th-unit {
	display: block;
	margin-top: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: none;
}

.dsg-table tbody th,
.dsg-table tbody td {
	padding: 14px 12px;
	border: 1px solid #e7e3dd;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #2b2b2b;
	background: transparent;
}

.dsg-table tbody th.dsg-cell-size {
	font-weight: 700;
	font-size: 16px;
	color: #171717;
}

.dsg-table tbody tr:nth-child(even) th,
.dsg-table tbody tr:nth-child(even) td {
	background: #faf8f5;
}

.dsg-note {
	margin: 16px 0 0;
	padding: 14px 18px;
	background: #f7f4ef;
	border-left: 3px solid #c8a05a;
	font-size: 14px;
	line-height: 1.6;
}

.dsg-note p {
	margin: 0 0 8px;
}

.dsg-note p:last-child {
	margin-bottom: 0;
}

/* Poruka kada mere nisu unete */

.dsg-empty .dsg-empty-inner {
	padding: 26px 22px;
	background: #f7f4ef;
	border: 1px solid #e7e3dd;
	text-align: center;
	font-size: 15px;
	line-height: 1.65;
	color: #3a3a3a;
}

.dsg-empty .dsg-empty-inner p {
	margin: 0 0 10px;
}

.dsg-empty .dsg-empty-inner p:last-child {
	margin-bottom: 0;
}

.dsg-empty .dsg-empty-inner a {
	color: #b8892f;
	text-decoration: underline;
}

/* Oznaka u Elementor editoru */

.dsg-badge {
	margin: 0 0 10px;
	padding: 6px 10px;
	background: #fff6df;
	border: 1px dashed #c8a05a;
	color: #7a5a17;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.dsg-table thead th {
		padding: 12px 8px;
		font-size: 11px;
	}

	.dsg-th-unit {
		font-size: 10px;
	}

	.dsg-table tbody th,
	.dsg-table tbody td {
		padding: 11px 8px;
		font-size: 13px;
	}

	.dsg-table tbody th.dsg-cell-size {
		font-size: 14px;
	}
}
