.novaposhta-method-row {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 0;
	margin-bottom: 8px;
}

.novaposhta-method-row > label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.novaposhta-price-pending,
.novaposhta-price-note {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
}

.novaposhta-panel {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.novaposhta-type-switch {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	margin-bottom: 10px;
	width: 100%;
}

.novaposhta-type-option {
	font-weight: normal;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

/* The theme styles the original "Склад НП" <input class="form-control"> via an input-scoped
   selector; this class is added on top so the field keeps looking the same while disabled
   (before a city is chosen) and once it becomes an active autocomplete field. */
.novaposhta-warehouse-field:disabled {
	background-color: #f5f6f8;
	color: #9aa1ac;
	cursor: not-allowed;
}

/* Autocomplete suggestions dropdown - shared by the "Місто" and "Склад НП" fields */
.novaposhta-suggestions {
	z-index: 100;
	background: #fff;
	border: 1px solid #d7dbe3;
	border-top: none;
	border-radius: 0 0 10px 10px;
	max-height: 260px;
	overflow-y: auto;
	box-sizing: border-box;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
	font-size: 14px;
}

.novaposhta-suggestions:empty {
	border: none;
	box-shadow: none;
}

.novaposhta-suggestion {
	padding: 10px 14px;
	cursor: pointer;
	white-space: normal;
	color: #1f2937;
	border-bottom: 1px solid #f0f1f4;
}

.novaposhta-suggestion:last-child {
	border-bottom: none;
}

.novaposhta-suggestion:hover {
	background: #fbeaea;
	color: #c53030;
}

.novaposhta-status {
	font-size: 0.85em;
	min-height: 1.2em;
}

.novaposhta-status-error {
	color: #c0392b;
}

.novaposhta-create-ttn-btn {
	display: inline-block;
	margin-top: 6px;
}

@media (prefers-color-scheme: dark) {
	.novaposhta-warehouse-field:disabled {
		background-color: #16171d;
		color: #777;
	}

	.novaposhta-suggestions {
		background: #1e2028;
		border-color: #3a3d47;
		color: #eee;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
	}

	.novaposhta-suggestion {
		border-bottom-color: #2c2f38;
		color: #eee;
	}

	.novaposhta-suggestion:hover {
		background: #33262a;
		color: #ff8080;
	}
}
