.steam-footer.center-footer {
  position: relative;
  background: #fff;
  color: #222;
  text-align: center;
  padding: 40px 12px 36px 12px; /* Reduced top padding */
  font-family: 'Poppins', Arial, sans-serif;
  overflow: hidden;
  z-index: 1;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.steam-footer h2 {
  color: #2981F9;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}
.yellow-dot {
  color: #FFD600;
  font-size: 2.5rem;
  vertical-align: middle;
  margin-left: 2px;
  font-weight: bold;
}
.footer-details {
  margin: 12px 0 18px 0;
  font-size: 1.06rem;
  color: #222;
}
.footer-address {
  margin-bottom: 6px;
}
.footer-contact a {
  color: #2981F9;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-contact a:hover {
  color: #0050a8;
  text-decoration: underline;
}
.footer-meta {
  font-size: 0.98rem;
  color: #555;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.dev-credit {
  color: #2981F9;
  font-weight: bold;
  text-decoration: none !important; /* Remove underline */
}

/* Remove underline from dev credit links */
.footer-meta a {
  text-decoration: none !important;
}

.footer-meta a:hover {
  text-decoration: none !important;
}

@media (max-width: 600px) {
  .steam-footer h2 {
    font-size: 1.4rem;
  }
  .footer-details {
    font-size: 0.96rem;
  }
}
