/*
Theme Name: MHS Portal
Theme URI: https://www.yi3ld.com/
Author: Team Yield Interactive
Author URI: https://www.yi3ld.com/
Description: This theme created by Yield Interactive
Version: 1.0
*/


.portal-notice {
  width: 100%;
  max-width: 830px;
  margin: 0 0 20px;
  border-radius: 12px;
  padding: 20px;
  font-size: 1.25em;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #fef3c7;
  border-left: 6px solid #d97706;
  color: #92400e;
}
@media (max-width: 859.98px) {
  .portal-notice {
    margin: 20px;
    width: calc(100% - 40px);
    font-size: 1.175em;
  }
}