/* ============================================================
   SM Sipariş Durumları — Müşteri (Hesabım sipariş detayı)
   ============================================================ */

.sm-sd-status-box {
	margin: 0 0 1.5em;
	padding: 1.1em 1.3em;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fafafa;
}

.sm-sd-current {
	margin-bottom: 1em;
}

.sm-sd-badge {
	display: inline-block;
	font-weight: 600;
	font-size: 0.95em;
	padding: 5px 14px;
	border-radius: 20px;
}

.sm-sd-desc {
	margin: 0.6em 0 0;
	color: #444;
}

/* ---------- Zaman çizelgesi ---------- */

.sm-sd-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.sm-sd-timeline::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background: #e0e0e0;
}

.sm-sd-timeline__item {
	position: relative;
	padding: 0.35em 0 0.35em 1.6em;
	display: flex;
	align-items: baseline;
	gap: 0.6em;
}

.sm-sd-dot {
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.sm-sd-timeline__label {
	font-weight: 600;
}

.sm-sd-timeline__date {
	color: #888;
	font-size: 0.85em;
}

.sm-sd-timeline__item.is-current .sm-sd-timeline__label {
	color: #111;
}
