/* Footer styles — extracted from inline <style> in _footer.ascx for cacheability */

/* Footer container */
.footer-ceesboer {
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  position: relative;
}

/* Section titles */
.footer-ceesboer .footer-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
}

/* Address and general text */
.footer-ceesboer address,
.footer-ceesboer .widget-text {
  color: white;
  font-size: 14px;
}

/* Links */
.footer-ceesboer .text-white {
  color: #ffffff !important;
  text-decoration: none;
}
.footer-ceesboer .text-white:hover {
  color: white !important;
  text-decoration: underline;
}

/* Email link */
.footer-ceesboer .footer-link {
  color: white;
  text-decoration: none;
}
.footer-ceesboer .footer-link:hover {
  color: #ffffff;
}

/* Phone highlight */
.footer-ceesboer .footer-highlight-phone {
  color: #81b3e1;
  text-decoration: none;
}

.text-footer {
  font-size: 14px;
}

/* Payment icons */
.payment-icons img {
  height: 40px;
  margin-right: 10px;
}

/* Opening hours */
.footer-ceesboer .opening-hours {
  font-size: 14px;
}

.footer-ceesboer .opening-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 6px;
}

.footer-ceesboer .opening-day {
  font-weight: 600;
  flex: 0 0 110px;
  white-space: nowrap;
}

.footer-ceesboer .opening-time {
  flex: 1 1 auto;
  text-align: left;
}

/* Footer bottom links */
.footer-ceesboer .footer-bottom-link {
  color: #aaa;
  text-decoration: none;
}
.footer-ceesboer .footer-bottom-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Small screens: stack opening hours */
@media (max-width: 360px) {
  .footer-ceesboer .opening-row {
    flex-direction: column;
    gap: 2px;
  }
  .footer-ceesboer .opening-day {
    flex-basis: auto;
  }
}
