.goto-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
  height: 200px;
  box-sizing: border-box;
  padding-top: 80px;
  margin-bottom: 80px;
}
.goto-logo {
  max-height: 140px;
  width: auto;
  margin: 0;
  display: block;
}

/* ---- Button Style to Subscribe to Updates ---- */
a.show-updates-dropdown,
#show-updates-dropdown {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 40px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #222a36 !important;
  padding: 10px 28px 10px 20px !important;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(34,42,54,0.06) !important;
  gap: 12px;
  transition: box-shadow 0.3s, border-color 0.2s;
  min-width: 0 !important;
  min-height: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  position: relative;
}

a.show-updates-dropdown:hover,
#show-updates-dropdown:hover,
a.show-updates-dropdown:focus,
#show-updates-dropdown:focus {
  border: 2px solid #ffea00 !important;
  box-shadow: 0 2px 8px rgba(34,42,54,0.10);
  outline: none;
}

/* Yellow Bell (SVG created with JS) */
a.show-updates-dropdown .goto-svg-bell,
#show-updates-dropdown .goto-svg-bell {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
}