/* ===================================================================
   FOOTER CONTACT MODULE
   ================================================================= */

/* Contact item styling */
.meloopets-footer .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #bdc3c7;
  font-size: 14px;
}

.meloopets-footer .contact-item svg {
  color: #f26722;
  flex-shrink: 0;
}

/* Hours section */
.meloopets-footer .footer-hours {
  margin-top: 25px;
  padding: 20px;
  background: #162d0e;
  border-radius: 8px;
  border-left: 4px solid #f26722;
}

.meloopets-footer .footer-hours h5 {
  color: #F4BE0C;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.meloopets-footer .footer-hours p {
  color: #bdc3c7;
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.4;
}