.SearchPage-Views-OsrView {
    &-card {
        height: 80px;

        .CoverArt {
            border-radius: 8px 0 0 8px;
        }
    }

    &-artists {
        color: var(--gray-700);
        @include text-body-small;

        margin: 0;
        white-space: nowrap;
        max-width: 350px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    &-isrc {
        color: var(--gray-900);
        @include text-body-small;

        margin-top: 4px;
    }

    .SuiteCard {
        &-body {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }
        &-title {
            margin-bottom: 4px;
        }
    }

    .SuiteSection {
        &-body {
            display: grid;
            gap: 20px;
            grid-template-columns: 1fr 1fr;
        }
    }
}
