.site-footer .widget-area {
  float: none !important;
  width: 100% !important;
}

footer .site-info {
  text-align: center !important;
}

.site-footer, .footer, .footer-widgets, .footer-text {
  text-align: center !important;
}


.footer-widgets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px; /* spacing between widgets */
  text-align: center;
}

.footer-widgets .voyage-widget {
  margin: 0 20px;
}


.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}

.footer-copyright > div {
  margin: 0 10px;
}


.footer-copyright .credit {
  display: none !important;
}


.footer-widgets {
  display: flex;
  flex-direction: column; /* Stack vertically */
  align-items: center;    /* Center horizontally */
  text-align: center;
  gap: 30px;              /* Spacing between block-2 and block-3 */
}

.footer-widgets .voyage-widget {
  width: 100%;            /* Optional: make blocks full-width on narrow screens */
  max-width: 800px;       /* Keeps it from stretching too wide */
}



/* 🔥 KEEP the dashed border in #block-4 */
#block-4.voyage-widget.widget_block a {
  border-bottom: 1px dashed #ccc; /* or whatever your theme uses */
}

/* 💣 REMOVE it in #block-5 only */
#block-5.voyage-widget.widget_block a {
  border-bottom: none !important;
  box-shadow: none !important;
}


.footer-widgets #block-4.voyage-widget.widget_block a {
  display: inline-block;
  border-bottom: 1px dashed #B0AFAF !important; /* Dusty Warm Gray */
  width: fit-content;
  padding-bottom: 2px;
}





/* Gently tighten the top spacing even more */
.footer-widgets {
  padding-top: 5px !important;
  margin-top: 0 !important;
}

#block-4,
#block-4 .wp-block-group,
#block-4 .wp-block-columns,
#block-4 .wp-block-column {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#block-5 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


#block-5 {
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}

.footer-widgets {
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}

/* Reduce spacing between the two footer blocks */
#block-4 {
  margin-bottom: 10px !important;
  padding-bottom: 5px !important;
}

#block-5 {
  margin-top: 5px !important;
}