.channel-soft-domain-checker {
	max-width: 640px;
	margin: 0 auto;
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
	text-align: center;
	box-sizing: border-box;
}

.channel-soft-domain-checker__title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.25;
	color: #101828;
	padding-bottom: 12px !important;
}

.channel-soft-domain-checker__row {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.channel-soft-domain-checker__input {
	flex: 1 1 auto;
	width: auto;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
}

.channel-soft-domain-checker__input:focus {
	outline: none;
	border-color: #009933 !important;
	box-shadow: 0 0 0 3px rgba(46, 144, 250, 0.2);
}

.channel-soft-domain-checker__button {
	margin-top: 0;
	height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	background-color: #009933 !important;
	border: none !important;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	width: auto;
	min-width: 170px;
	white-space: nowrap;
	box-sizing: border-box;
}

.channel-soft-domain-checker__button:hover {
	background-color: #027428 !important;
	border: none !important;
}

.channel-soft-domain-checker__button:disabled {
	background: #98a2b3;
	cursor: not-allowed;
}

.channel-soft-domain-checker__results {
	margin-top: 14px;
	text-align: center;
}

.cssdc-result {
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	border: 1px solid transparent;
}

.cssdc-result__title {
	display: block;
	margin-bottom: 2px;
}

.cssdc-result__message {
	display: block;
}

.cssdc-result--available {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.cssdc-result--unavailable {
	background: #fef3f2;
	border-color: #fecdca;
	color: #b42318;
}

.cssdc-result--error {
	background: #fff6ed;
	border-color: #fedf89;
	color: #b54708;
}

.cssdc-result--pending {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

@media (max-width: 480px) {
	.channel-soft-domain-checker {
		padding: 14px;
		border-radius: 10px;
	}

	.channel-soft-domain-checker__title {
		font-size: 20px;
	}

	.channel-soft-domain-checker__button {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.channel-soft-domain-checker__row {
		flex-direction: column;
		gap: 12px;
	}

	.channel-soft-domain-checker__input,
	.channel-soft-domain-checker__button {
		max-width: 100%;
	}
}
