/* Simple centered footer bar styling */
.footer {
  background: linear-gradient(180deg, #0b0620 0%, #120725 100%);
}
.footer .bottom-info {
  padding: 14px 0;
}
.footer .copyright-text {
  margin: 0;
  color: #f0f3ff;
  font-size: 14px;
  line-height: 1.6;
}
.footer .copyright-text a {
  color: #ff6aa8;
  font-weight: 600;
}
.footer .copyright-text a:hover {
  color: #ff8ec0;
}
/* Footer layout: single horizontal line */
.footer .bottom-info .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}
.footer .copyright-img,
.footer .footer-links {
  white-space: nowrap;
}
.footer .footer-links a {
  color: #ffffff;
  font-size: 14px;
}
.footer .footer-links a:hover {
  color: #ff8ec0;
}
