.xamarai-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  color: #aeb7ae;
  font-family: "DM Sans", Arial, sans-serif;
  white-space: nowrap;
}
.xamarai-credit::before {
  content: "";
  width: 1px;
  height: 25px;
  flex: 0 0 1px;
  background: linear-gradient(transparent, #d7ad4c, transparent);
}
.xamarai-credit-copy {
  color: #aeb7ae;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.xamarai-credit-logo {
  display: block;
  width: 180px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}
.footer .xamarai-credit { margin-left: 12px; }
.xamarai-admin-footer {
  display: flex;
  justify-content: center;
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 0;
  padding: 20px 0 26px;
  border-top: 1px solid #ffffff16;
}
.xamarai-coming-footer {
  position: absolute;
  right: 16px;
  bottom: 20px;
  left: 16px;
  display: flex;
  justify-content: center;
}
.login:has(+ .xamarai-admin-footer) { min-height: calc(100vh - 84px); }
.login + .xamarai-admin-footer { margin-top: 0; }
@media (max-width: 700px) {
  .footer .wrap { align-items: center; text-align: center; }
  .footer .xamarai-credit { margin: 10px 0 0; }
  .xamarai-credit-logo { width: 155px; height: 28px; }
  .xamarai-admin-footer { margin-top: 26px; }
}
