/**
 * Ozon Доставка — стили виджета чекаута.
 * Самодостаточные классы ds-ozon-*, чтобы не зависеть от сборки Tailwind темы.
 * Дизайн согласован с темой: острые углы, моноширинный тех-текст, красный акцент.
 */

.ds-ozon-widget {
	margin: 12px 0 8px;
	padding: 14px 16px;
	border: 1px solid rgba(73, 69, 79, 0.25);
	background: #ffffff;
	font-family: inherit;
}

.ds-ozon-widget .ds-ozon-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.ds-ozon-widget .ds-ozon-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #141218;
}

.ds-ozon-widget .ds-ozon-badge {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 2px 8px;
	background: #141218;
	color: #ffffff;
}

.ds-ozon-widget .ds-ozon-status {
	font-size: 12px;
	color: #49454f;
	margin-bottom: 8px;
	min-height: 16px;
}

.ds-ozon-widget .ds-ozon-status.ds-ozon-error,
.ds-ozon-widget .ds-ozon-error {
	color: #b3261e;
	font-size: 12px;
	margin-top: 6px;
}

.ds-ozon-widget .ds-ozon-type-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.ds-ozon-widget .ds-ozon-type {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #141218;
	cursor: pointer;
}

.ds-ozon-widget .ds-ozon-type input {
	accent-color: #c8102e;
}

.ds-ozon-widget .ds-ozon-type-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.ds-ozon-widget .ds-ozon-btn {
	display: inline-block;
	border: 1px solid #141218;
	background: transparent;
	color: #141218;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 8px 16px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	border-radius: 0;
}

.ds-ozon-widget .ds-ozon-btn:hover {
	background: #141218;
	color: #ffffff;
}

.ds-ozon-widget .ds-ozon-point-panel {
	margin-top: 10px;
	border: 1px solid rgba(73, 69, 79, 0.25);
	padding: 10px;
}

.ds-ozon-widget .ds-ozon-city {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(73, 69, 79, 0.4);
	border-radius: 0;
	padding: 8px 10px;
	font-size: 13px;
	margin-bottom: 8px;
}

.ds-ozon-widget .ds-ozon-point-list {
	max-height: 220px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ds-ozon-widget .ds-ozon-point {
	display: block;
	width: 100%;
	text-align: left;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(73, 69, 79, 0.15);
	padding: 7px 6px;
	font-size: 13px;
	color: #141218;
	cursor: pointer;
	border-radius: 0;
}

.ds-ozon-widget .ds-ozon-point:hover {
	background: #f5eff7;
}

.ds-ozon-widget .ds-ozon-empty {
	font-size: 12px;
	color: #49454f;
	padding: 6px;
}

.ds-ozon-widget .ds-ozon-selected {
	margin-top: 10px;
	padding: 10px 12px;
	border-left: 3px solid #c8102e;
	background: #f5eff7;
}

.ds-ozon-widget .ds-ozon-selected-line {
	font-size: 13px;
	color: #141218;
	margin-bottom: 2px;
}

.ds-ozon-widget .ds-ozon-selected-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #49454f;
	margin-right: 4px;
}
