.umg-project .project-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.umg-project .project-subtitle {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.umg-project .back-link {
  text-decoration: none;
  font-size: 0.95rem;
  color: #2A2930;
}

.umg-project .back-link:hover {
  text-decoration: underline;
}

.storefront-meta {
  margin-bottom: 1rem;
  color: #555;
}

.screenshot-frame {
  background: #f7f7f7;
  border-radius: 12px;
  border: 1px solid #e2e2e2;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  /* adjust as needed */
}

.screenshot-frame img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  display: block;
}

.phone-frame {
  width: 320px;
  max-height: 600px;
  border: 12px solid #000;
  border-radius: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 0 0 18px rgba(0,0,0,0.15);
  margin: 0 auto;
}
.phone-frame img {
  width: 100%;
  display: block;
  max-height: none;
}


.screenshot-frame img.desktop-screenshot {
  /* max-width: 700px;
  height: auto;
  max-height: 560px; /* adjust if you want */ */
}

