/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Footer styling */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-content p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-separator {
  margin: 0 1rem;
  color: #7a6e63;
}

.beian-link {
  text-decoration: none;
  color: #584b3f;
  transition: color 0.3s ease;
}

.beian-link:hover {
  color: #8b4513;
}
