/* Migration-only additions. The original Inspiro theme remains the visual source of truth. */
.sw-email-contact {
  max-width: 760px;
  margin: 3rem auto 0;
  padding: 2rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  color: #202020;
}
.sw-email-contact h2 { margin-top: 0; }
.sw-email-button {
  display: inline-block;
  margin-top: .5rem;
  padding: .8rem 1.4rem;
  border-radius: 4px;
  background: #22382c;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
.sw-email-button:hover { background: #31523f; }
.sw-search-results {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  color: #222;
}
.sw-search-results li { margin-bottom: 1rem; }
@media (max-width: 700px) {
  .sw-email-contact { margin: 2rem 1rem 0; padding: 1.25rem; }
}
