/* Contact Page Specific Styles */

body {
  line-height: 1.8;
}

.site-header-inner {
  max-width: 680px;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 20px 60px;
}

.contact-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin: 24px 0;
}

.contact-box p {
  margin-bottom: 12px;
  font-weight: 500;
  color: #333;
}

.email-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #1976D2;
  text-decoration: none;
  padding: 12px 24px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.email-link:hover {
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
  transform: translateY(-1px);
}

.note {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}
