/* File: wp-content/plugins/namesilo-domain-search/assets/css/namesilo-domain-search.css */

.nds-domain-search-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.nds-coupon-text {
	margin: 0 0 14px;
	padding: 14px 18px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 14px;
	background: #fff;
	font-weight: 600;
	line-height: 1.5;
}

.nds-domain-search-form {
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 18px;
	background: #fff;
}

.nds-domain-search-form label {
	display: block;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 18px;
}

.nds-search-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nds-search-row input[type="text"] {
	flex: 1 1 280px;
	min-height: 48px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, .2);
	font-size: 17px;
}

.nds-search-row button,
.nds-result-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 20px;
	border-radius: 999px;
	text-decoration: none;
	border: 1px solid currentColor;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
}

.nds-result {
	margin-top: 18px;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 18px;
	background: #fff;
}

.nds-result h3 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.2;
}

.nds-result p {
	margin: 0 0 12px;
}

.nds-result-button {
	margin-top: 4px;
}

.nds-result-error {
	border-color: rgba(214, 54, 56, .5);
}

@media screen and (max-width: 520px) {
	.nds-search-row {
		flex-direction: column;
	}

	.nds-search-row button,
	.nds-result-button {
		width: 100%;
	}
}