:root{
  --ahn-green:#078447;
  --ahn-blue:#0b67b2;
  --ahn-navy:#062d58;
  --ahn-red:#d7193f;
}
.ahn-branded{position:relative}
.ahn-branded .brand-mark,
.brand-mini.ahn-branded>span:first-child,
button.brand.ahn-branded>span:first-child{
  overflow:hidden;
  background:#fff!important;
  border:1px solid rgba(22,113,166,.22)!important;
  box-shadow:0 8px 22px rgba(1,35,68,.15)!important;
}
.ahn-official-mark{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:3px;
  box-sizing:border-box;
  border-radius:inherit;
  background:#fff;
  cursor:pointer;
}
.top-brand>.ahn-official-mark,
.side-brand>.ahn-official-mark{
  width:52px!important;
  height:52px!important;
  flex:0 0 52px;
  border-radius:17px;
  padding:4px;
  border:1px solid rgba(30,143,194,.25);
  box-shadow:0 8px 25px rgba(0,35,75,.18);
}
.ahn-brand-slogan{
  display:block;
  margin-top:3px;
  font-size:7px;
  line-height:1.35;
  font-style:normal;
  letter-spacing:0;
  color:inherit;
  opacity:.7;
  white-space:normal;
}
.ahn-identity-lockup{
  display:block;
  width:min(360px,85vw);
  max-height:180px;
  object-fit:contain;
  margin:0 0 22px auto;
  padding:10px;
  border-radius:24px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 22px 65px rgba(0,18,46,.24);
}
.ahn-official-footer{
  display:flex;
  align-items:center;
  gap:9px;
}
.ahn-official-footer img{
  width:40px;
  height:40px;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
  padding:3px;
}
@media (max-width:760px){
  .ahn-brand-slogan{display:none}
  .top-brand>.ahn-official-mark,.side-brand>.ahn-official-mark{width:42px!important;height:42px!important;flex-basis:42px}
  .ahn-identity-lockup{width:min(280px,90vw);max-height:140px;margin-inline:auto}
}
