/* Style for the main container of the global announcement */
.global-announcement {
  margin: 0 26px;
  border: 5px solid #72cac1;
  background: #000;
  position: relative;
  padding: 23px;
}
.global-announcement::before {
  content: " ";
  border: 1px solid #72cac1;
  background: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

/* Style for the title section of the global announcement */
.global-announcement__title {
  color: #fff;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 87.5% */
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Style for the message section of the global announcement */
.link-global-announcement__message {
  color: #fff;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px; /* 140% */
}
