/* Селектор платформы */
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;
  
}
article a { /* Blue links */
  color: #0052CC !important;
  text-decoration: none;
}
article a:hover { /* Matching Atlassian style with links */
  color: #2684FF !important;
  text-decoration: underline;
}