/* Yang Man-chun University header brand */
.brand.brand-home,
.brand-home {
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0;
  text-decoration:none !important;
}
.brand-home .ymc-brand-logo {
  display:block;
  width:46px;
  height:46px;
  object-fit:cover;
  border-radius:50%;
  flex:0 0 46px;
  box-shadow:0 0 0 1px rgba(190,150,82,.42),0 4px 14px rgba(0,0,0,.38);
}
.brand-home .ymc-brand-name {
  color:#f1eadc;
  font-size:22px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.035em;
  white-space:nowrap;
}
@media (max-width:760px){
  .brand-home .ymc-brand-logo{width:38px;height:38px;flex-basis:38px}
  .brand-home .ymc-brand-name{font-size:18px}
}
