/* =============================================================================
   Tag（タグバッジコンポーネント）
   Figma: node-id=155:5312
   ============================================================================= */

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 24px;
  overflow: hidden;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: var(--text-notice);
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
}
