@charset "utf-8";
/* CSS Document */


body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 600px;
  margin: 20px auto;
  background: white;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  text-align: center;
}

h1 {
  color: #222;
  margin-bottom: 10px;
}

.domain-name {
  font-size: 1.5em;
  font-weight: bold;
  color: #2b7de9;
  margin: 10px 0 20px;
}


    ul {
      margin-left: 5px;
    }
	
	li {text-align: left;
	}

    .highlight {
      font-weight: bold;
      color: #2a4d69;
    }





.description {
  color: #555;
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form button {
  background: #2b7de9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #1a5fb4;
}

.contact-info {
  margin-top: 30px;
  font-size: 0.95em;
}

.contact-info a {
  color: #2b7de9;
  text-decoration: none;
}

.valuation-section {
  margin-top: 60px;
  text-align: center;
}

.valuation-section h2 {
  color: #222;
  margin-bottom: 10px;
}

.valuation-section p {
  color: #555;
  margin-bottom: 25px;
}

.valuation-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.valuation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  padding: 12px 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.platform-name {
  font-weight: bold;
  color: #333;
  flex-direction: column
}

.price {
  color: #2b7de9;
  font-style: italic;
  flex-direction: column
}

.lookup-link {
  font-size: 0.9em;
  color: #2b7de9;
  text-decoration: none;
}

.lookup-link:hover {
  text-decoration: underline;
}
