/* Footer Styles — Fixed colors, immune to light/dark mode */
.site-footer,
body .site-footer,
body.dark-mode .site-footer {
  background-color: #42522B !important;
  color: #F7F5EA !important;
  padding: 60px 0 30px;
  font-family: "Inter", sans-serif;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  display: block;
}

.footer-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  box-sizing: border-box;
}

/* Desktop layout: split into 2 columns */
@media (min-width: 768px) {
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .brand-widget {
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }
  .footer-bottom {
    grid-column: 1 / -1;
  }
}

.footer-pre-title {
  color: #CBB58B !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.footer-title {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #F7F5EA !important;
}

.footer-desc {
  color: rgba(247, 245, 234, 0.85) !important;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
  max-width: 500px;
}

.site-footer .widget-title {
  color: #CBB58B !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
}

/* Override the ::after underline from admin-shared widget-title */
.site-footer .widget-title::after {
  display: none;
}

.hours-list,
.visit-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hours-list {
  padding: 20px 18px;
  border-left: 4px solid #3d4f25;
  gap: 10px;
  background-color: #F7F4EB;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hours-list .day-time:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #2E2C28 !important;
}

.hours-list .day-time:last-child {
  font-size: 26px;
  font-weight: 700;
  color: #42522B !important;
  letter-spacing: 0.02em;
}

.day-time,
.contact-item {
  color: rgba(247, 245, 234, 0.85) !important;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item a {
  color: rgba(247, 245, 234, 0.85) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #CBB58B !important;
}

.footer-bottom {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(203, 181, 139, 0.25);
  text-align: center;
}

.copyright {
  color: #F7F5EA !important;
  font-size: 13px;
  margin: 0;
}
