.zpdark-section a {
    color: #000 !important;
}
@media (min-width:991px) {
    [data-zp-theme-menu] {
        display: flex;
        justify-content: space-between
    }
}

.redirection-button {
  padding: 8px 16px;
  font-size: 12px;
  background-color: #444444;
  color: #fff;
  border: none;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.redirection-button:hover {
  background-color: #005bb5;
}