/* Ortak sayfa altı footer - Yutomat */
.yutomat-footer {
  margin-top: auto;
  padding: 24px 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* Üst çizgi ile aynı genişlik/hiza (header max-width: 1000px) - login dışı sayfalarda kullanılır */
.yutomat-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 20px 0;
  text-align: center;
}

.yutomat-footer:has(.yutomat-footer-inner) {
  border-top: none;
  padding: 0;
}

.yutomat-footer .powered-by,
.yutomat-footer-inner .powered-by {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-bottom: 8px;
}

.yutomat-footer a,
.yutomat-footer-inner a {
  display: inline-block;
  text-decoration: none;
}

.yutomat-footer a:hover,
.yutomat-footer-inner a:hover {
  opacity: 0.9;
}

.yutomat-footer img,
.yutomat-footer-inner img {
  height: 48px;
  width: auto;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

.yutomat-footer .version-info,
.yutomat-footer-inner .version-info {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  letter-spacing: 0.5px;
}