.site-footer {
  margin-top: 3rem;
  padding: 2rem 1rem;
  text-align: center;
  color: #ccc;
  font-size: 0.85rem;
  background-color: #0f111a;
}

.footer-line {
  width: 90%;
  height: 1px;
  background-color: #e50914;
  margin: 0 auto 1rem auto;
}

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

.footer-flag {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}

.footer-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-title {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

.footer-links a {
  color: #ccc;
  margin: 0 10px;
  text-decoration: none;
  font-size: 0.85rem;
}

.footer-links a:hover {
  color: #e50914;
  text-decoration: underline;
}
