/* Footer Styles */
.site-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  color: #333333;
  font-size: 0.85em;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
}

.footer-bottom p {
  margin: 0;
  color: #777;
}

.footer-bottom a {
  color: #777;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #4caf50;
}

.footer-bottom .footer-brand {
  color: #555;
}

.footer-bottom .footer-legal {
  margin-top: 2px;
  font-size: 0.9em;
}

.footer-bottom .affiliate-disclosure {
  margin-top: 2px;
  font-size: 0.85em;
  color: #999;
}

@media (max-width: 768px) {
  .footer-bottom {
    padding: 5px 10px;
    font-size: 0.8em;
  }
}
