/* Footer styles */
.site-footer {
  background-color: #333; /* Dark background for contrast */
  color: #fff; /* White text */
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
}

.footer-content {
  margin-bottom: 10px;
}

.footer-content p {
  margin: 5px 0;
  color: #ff4800;
}

.footer-content strong {
  color: #ffffff; /* Accent color for labels */
}

.footer-bottom {
  font-size: 0.9em;
  color: #ff4800; /* Lighter color for less emphasis */
}

.footer-bottom p {
  margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .site-footer {
    font-size: 0.9em;
  }
}
