article a { /* Blue links */
  color: #0052CC !important;
  text-decoration: none;
}
article a:hover { /* Matching Atlassian style with links */
  color: #2684FF !important;
  text-decoration: underline;
}
div#site-navigation div.top-bar-right li.picker {
    background-color: #F7F7F7;
    border-radius: 8px !important;
    border: 1px solid #DFE1E6;
    height: 39px;
    font-size: 18px;
    padding-right: 0.8rem;
}
div#site-navigation div.top-bar-right li.picker > a {
    padding-top: 0.6rem;
    color: rgb(0, 12, 52) !important;
    text-decoration: none;
}
div#site-navigation div.top-bar-right li.picker > a::after {
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-color: rgb(0, 12, 52) !important;
    margin-top: -5px !important;
}
div#site-navigation div.top-bar div.top-bar-right .header__navigation__menu-container--link a {
  font-size: 18px;
} 

/* Cookie Notice */
body div#cookies {
  inset: 0!important;
  margin: auto!important;
  border: none!important;
  overflow: visible;
  height: fit-content;
}

body div#cookies::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  backdrop-filter: blur(2px) brightness(0.6);
}

body div#cookies::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #5E6C84;  
  box-sizing: border-box;
  box-shadow: 0 0 10px #5E6C84;
  pointer-events: none;
  z-index: -1;
}

#cookies-opt-out {
  color: lightgrey !important;
  font-size: 10px;
  float: right;
  margin-top: 18px;
}

#cookies .button--white-on-black span:hover {
  background-color: #23204d !important;
  color: #fff !important;
}
/* Cookie Notice End */