.vp-button--variant-arrow, .vp-button--variant-outline:focus, .vp-button--variant-outline:hover {
    background-color: #002A4A;
    border-color: #002A4A;
}

/* Maintenance Banner - Veson Brand Colors */
body::before {
  content: "Our Help Center (help.veson.com) will be unavailable due to scheduled maintenance from April 3rd to April 6th. Please contact Veson Support if you need access to specific articles during this time.";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #FF7F31; /* Veson Orange */
  color: #FFFFFF; /* White text for contrast */
  padding: 16px 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: var(--vpt-theme-text-font, sans-serif);
  font-weight: 500;
}

body {
  padding-top: 80px !important;
}