/* Shared Footer Styles */
.footer-banner {
  background-color: #003087;
  color: white;
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.footer-banner .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.footer-socials img {
  height: 24px;
  width: auto;
}

.share-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s;
}

.share-button:hover {
  background-color: #45a049;
}

.share-button i {
  font-size: 16px;
}

.visitor-counter-container {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

#visitor-counter {
  font-weight: 600;
  color: white;
}
