.show-updates-dropdown {
   -webkit-box-shadow: none !important; /* Safari, older iOS, older Chrome */
  -moz-box-shadow: none !important;    /* Older Firefox */
  box-shadow: none !important;         /* Standard */
  border: none !important;             /* Removes any visible border */
  outline: none !important;            /* Prevents focus outline if needed */
}

p, h1, a {
  font-family: 'Optimo Plain', sans-serif;
}

.updates-dropdown-container {
  border: none;            /* removes the line / border */
  outline: none;           /* removes outline */
  border-radius: 999px;    /* full rounded pill */
  padding: 2px 12px;      /* adjust size */
  background-color: #2770EF; /* your color */
  color: white;
  cursor: pointer;
}

h2.status.font-large {

margin-bottom: 6px;

}