/* Only the single-message notice dialog is standardised here. */
#notice{
  width:min(360px,calc(100vw - 32px));
  max-width:360px;
  padding:23px 22px 19px;
  border:1px solid #e4e8f0;
  border-radius:14px;
  color:#242b3c;
  box-shadow:0 20px 70px #11182745;
}
#notice p{
  margin:0 0 17px;
  color:#242b3c;
  font-size:15px;
  line-height:1.65;
  text-align:left;
  overflow-wrap:anywhere;
}
#notice #closeNotice{
  display:block;
  min-width:88px;
  margin:0 auto;
  padding:8px 18px;
  border:1px solid #d4d9e5!important;
  border-radius:8px;
  background:#f7f8fa!important;
  color:#29314e!important;
  box-shadow:none!important;
  font-weight:700;
  line-height:1.4;
}
#notice #closeNotice:hover{
  border-color:#bfc6d3!important;
  background:#fff!important;
}
#notice #closeNotice:focus-visible{
  outline:0;
  border-color:#9ca7bd!important;
  box-shadow:0 0 0 3px #29314e1f!important;
}

@media(max-width:420px){
  #notice{padding:21px 18px 18px}
  #notice p{margin-bottom:16px}
}
