/* Keep the PC announcement dismiss control usable when the legacy external icon is unavailable. */
.notice_dialog .title-close {
  position: absolute;
  right: 12px;
  top: 13px;
  z-index: 2;
  width: 34px;
  height: 34px;
  font-size: 0;
}

.notice_dialog .title-close .title-close-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 4px;
  background: none !important;
  color: #fff;
  font: 700 30px/32px Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  cursor: pointer;
}

.notice_dialog .title-close .title-close-icon::before {
  content: "\00D7";
}

.notice_dialog .title-close .title-close-icon:hover,
.notice_dialog .title-close .title-close-icon:focus {
  background-color: rgba(0, 0, 0, .18) !important;
  color: #fff;
  outline: 2px solid rgba(255, 255, 255, .75);
  outline-offset: 1px;
}

/* The home page uses a separate full-screen system announcement component. */
#marquee-dialog .home-bulletins-container > .close {
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  background: none !important;
  border-radius: 4px;
  color: #555;
  font: 700 30px/32px Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
  cursor: pointer;
}

#marquee-dialog .home-bulletins-container > .close::before {
  content: "\00D7";
}

#marquee-dialog .home-bulletins-container > .close:hover,
#marquee-dialog .home-bulletins-container > .close:focus {
  background-color: rgba(0, 0, 0, .08) !important;
  color: #222;
  outline: 2px solid rgba(0, 0, 0, .25);
  outline-offset: 1px;
}
