/**
 * @file
 * Visual styles for Corporate+'s alerts.
 */
.header-top-highlighted__section .alert {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}
.alert .btn-close {
  opacity: 1;
  filter: alpha(opacity=1);
  text-shadow: none;
  padding: 0 10px;
  height: 100%;
  top: -6px;
  right: 0;
  font-size: 34px;
  position: relative;
}
.alert .btn-close:hover {
  color: inherit;
}
