.smart-link { display: flex; font-size: 14px; &--criteria { padding-left: 1.5rem; } &--search { &-input { input { height: 100% !important; } .ant-select-selector { height: initial !important; min-height: 50px; padding: 0 !important; } .ant-select-selection-item::after { display: none !important; } .ant-select-selection-placeholder { margin-left: 12px; } } &-result { display: flex; flex-direction: row; align-items: center; line-height: initial; } &-artwork { border-radius: 6px; width: 64px; object-fit: contain; margin: 8px; } &-title { font-weight: 600; margin-right: 6px; } &-pill { padding: 0 6px; font-size: 12px; font-weight: normal; } &-clear { margin-left: auto; margin-right: 24px; cursor: pointer; } } &--manual { display: flex; align-items: center; gap: 4px; margin: 0; margin-top: 12px; &-link { font-weight: 600; } &-info { height: 18px; width: 18px; } } }