/* رگ‌بی هاستینگ — استایل جستجوی دامنه (مالک S2). فقط این فایل را اینجا ویرایش کنید. */

.rgbh-domain-search {
	max-width: 760px;
	margin: 0 auto;
	padding: 28px;
	text-align: center;
}

.rgbh-search-title {
	margin: 0 0 18px;
	font-size: 1.4rem;
}

.rgbh-domain-inputwrap {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.rgbh-domain-input {
	flex: 1 1 260px;
	min-width: 200px;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .15);
	background: rgba(255, 255, 255, .04);
	color: inherit;
	font-size: 1rem;
	text-align: left;
}

.rgbh-domain-btn {
	white-space: nowrap;
}

.rgbh-domain-chips {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 14px;
}

.rgbh-chip {
	opacity: .8;
	font-size: .85rem;
}

.rgbh-domain-result {
	margin-top: 22px;
	text-align: right;
}

.rgbh-domain-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
}

.rgbh-domain-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .03);
}

.rgbh-domain-row.is-free {
	border-color: rgba(46, 204, 113, .4);
}

.rgbh-domain-row.is-taken {
	opacity: .75;
}

.rgbh-domain-row b {
	direction: ltr;
	unicode-bidi: embed;
}

.rgbh-status-pill {
	font-size: .78rem;
	padding: 3px 10px;
	border-radius: 999px;
	white-space: nowrap;
}

.rgbh-status-pill.free { background: rgba(46, 204, 113, .15); color: #2ecc71; }
.rgbh-status-pill.taken { background: rgba(231, 76, 60, .15); color: #e74c3c; }
.rgbh-status-pill.unknown { background: rgba(241, 196, 15, .15); color: #f1c40f; }

.rgbh-domain-row-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rgbh-domain-price {
	font-size: .85rem;
	opacity: .85;
	white-space: nowrap;
}

.rgbh-domain-note {
	margin-top: 14px;
	font-size: .9rem;
	opacity: .85;
}

/* جدول قیمت TLD */
.rgbh-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.rgbh-table th,
.rgbh-table td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	text-align: center;
}

.rgbh-table th {
	font-weight: 700;
	opacity: .9;
}

.rgbh-table td:first-child,
.rgbh-table th:first-child {
	text-align: right;
}

.rgbh-table tr.is-featured {
	background: rgba(255, 255, 255, .03);
}

@media (max-width: 640px) {
	.rgbh-table { font-size: .85rem; }
	.rgbh-table th, .rgbh-table td { padding: 8px 6px; }
}
