.tbf-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 8px 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.tbf-notice__icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #856404;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.35rem;
  font-size: 0.85rem;
}

.tbf-notice__text {
  flex: 1 1 auto;
}
