.icn-topNotice{
  margin: 16px 0;
  padding: 12px 16px;
  background: #fff4f4;
  border-left: 4px solid #d33;
  border-radius: 8px;
}

.icn-topNotice__inner{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.icn-topNotice__label{
  flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(211, 51, 51, 0.12);
}

.icn-topNotice__text{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 480px){
  .icn-topNotice{
    padding: 10px 12px;
  }
  .icn-topNotice__inner{
    gap: 8px;
  }
}
