#mm-domain-search {
	max-width: 720px;
	margin: 40px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#mm-domain-search input {
	flex: 1;
	padding: 14px 18px;
	font-size: 16px;
	border-radius: 30px 0 0 30px;
	border: 1px solid #ddd;
	outline: none;
}

#mm-domain-search button {
	padding: 14px 28px;
	font-size: 16px;
	border-radius: 0 30px 30px 0;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

#mm-domain-search button:hover {
	background: #333;
}

#mm-domain-result {
	width: 100%;
	flex-basis: 100%;
	margin-top: 20px;
	font-size: 15px;
}

@media (max-width: 640px) {
	#mm-domain-search {
		flex-direction: column;
	}

	#mm-domain-search input,
	#mm-domain-search button {
		width: 100%;
		border-radius: 30px;
	}

	#mm-domain-search button {
		margin-top: 10px;
	}
}

/* ===========================
   TLD PAGE STYLES
=========================== */

.mm-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.mm-tld-hero {
	background: #f5f6f8;
	padding: 80px 0 70px;
	text-align: center;
}

.mm-tld-hero h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 15px;
}

.mm-tld-price {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 35px;
	color: #111;
}

.mm-tld-price strong {
	font-size: 28px;
}

.mm-tld-content {
	padding: 70px 0;
}

.mm-tld-content h2 {
	margin-top: 40px;
	margin-bottom: 15px;
}

.mm-tld-content p {
	line-height: 1.7;
	margin-bottom: 18px;
}

.mm-tld-cta {
	background: #f5f6f8;
	padding: 70px 0;
	text-align: center;
}

.mm-tld-cta h2 {
	font-size: 28px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.mm-tld-hero {
		padding: 60px 0;
	}

	.mm-tld-hero h1 {
		font-size: 30px;
	}

	.mm-tld-price {
		font-size: 18px;
	}

	.mm-tld-cta {
		padding: 50px 0;
	}
}

/* ===========================
   TLD PRICING BLOCK
=========================== */

.mm-tld-pricing {
	margin-bottom: 35px;
}

.mm-tld-price {
	font-size: 20px;
	margin-bottom: 8px;
}

.mm-tld-price strong {
	font-size: 36px;
	font-weight: 700;
}

.mm-tld-renew {
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}

.mm-tld-highlight {
	display: inline-block;
	background: #ffffff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
	.mm-tld-price strong {
		font-size: 28px;
	}
}

/* ===========================
   TLD ADVANTAGES
=========================== */

.mm-tld-advantages {
	padding: 70px 0;
}

.mm-advantages-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.mm-adv-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
}

.mm-adv-icon {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

@media (max-width: 768px) {
	.mm-advantages-grid {
		grid-template-columns: 1fr;
	}
}

/* ===========================
   RELATED TLD BLOCK
=========================== */

.mm-tld-related {
	padding: 80px 0;
}

.mm-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 35px;
}

.mm-related-item {
	background: #f5f6f8;
	padding: 25px;
	border-radius: 16px;
	text-align: center;
}

.mm-related-item h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.mm-related-price {
	font-size: 15px;
	margin-bottom: 15px;
}

.mm-related-link {
	display: inline-block;
	padding: 8px 16px;
	background: #000;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
}

.mm-related-link:hover {
	background: #333;
}

@media (max-width: 900px) {
	.mm-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.mm-related-grid {
		grid-template-columns: 1fr;
	}
}

/* ===========================
   DOMAIN SEARCH RESULT
=========================== */

.mm-search-card {
	background: #ffffff;
	padding: 30px;
	border-radius: 18px;
	margin-top: 25px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	text-align: center;
}

.mm-search-card h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.mm-status {
	font-weight: 600;
	margin-bottom: 10px;
}

.mm-status.available {
	color: #1a8f3c;
}

.mm-status.not-available {
	color: #c0392b;
}

.mm-status.transferable {
	color: #2c3e50;
}

.mm-price {
	font-size: 18px;
	margin-bottom: 18px;
}

.mm-btn-register,
.mm-btn-transfer {
	padding: 10px 22px;
	border-radius: 30px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s ease;
}

.mm-btn-register:hover,
.mm-btn-transfer:hover {
	background: #333;
}

.mm-search-error {
	margin-top: 20px;
	color: #c0392b;
}
