/* Header Styling */
.Header__header {
  background-image: none !important;
  background-color: #141414
}

.Header__tabsTab {
  font-size: 0.8rem;
}

.LocalePopup__localeText {
  font-size: 0.7rem;
}

/* Footer Styling */
.Footer__footerBg {
    display: none;
}

.Footer__footerCopyright {
    background-color: #141414;
    color: white;
    text-align: center;
    padding: 20px; /* Adds spacing for better visual appearance */
}

.Footer__container {
    display: inline-block; /* Keeps the text and link grouped together */
}

.Footer__footerLink {
    color: white; /* Ensures the link color matches the text */
    text-decoration: none; /* Removes underline */
}

.Footer__footerLink:hover {
    text-decoration: underline; /* Adds an underline on hover for better UX */
}

.ol-footer-heart {
  width: 20px;
  height: 18px;
}
