iframe {
  width: 100%;
}

footer {
  background-color: #000743;
}

.page-title-container {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 14px;
  display: flex;
}

.page-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 48.5px;
  letter-spacing: -0.06em;
  width: fit-content;
}

.container.page-title-container .page-title {
  margin-bottom: 0 !important;
}

.updates-dropdown-container {
  width: 185px;
  padding: 12px 20px;
  background-color: #FF3366;
  border-radius: 6px;
  margin-left: auto;
  cursor: pointer;
  
  &:hover {
    background-color: #d92c57;
  }
}

.show-updates-dropdown {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: white !important;
}