@use '../../_styles/mixin.scss' as *;

@include respond('<=laptop') {
  .o-tag-large {
    --tag-padding: 0 7px;
    --tag-height: 20px;
  }
}

@include respond('<=pad_v') {
  .o-tag-medium {
    --tag-padding: 0 5px;
    --tag-height: var(--o-control_size-xs);

    .o-tag-label,
    .o-tag-icon,
    .o-tag-close {
      transform: scale(0.833334);
    }
  }
}
