.TrackPage-Views-RightsView {
    box-shadow: 4px 4px 8px 2px rgb(13 36 53 / 4%);

    &-info {
        border-radius: 12px;
        padding: 20px;
        background-color: white;

        &-title {
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            padding-bottom: 10px;
        }
    }

    &-metadata {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        color: var(--gray-900);
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        &-header-left {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: var(--gray-600);
            min-width: 200px;
            margin-bottom: 5px;
        }

        &-header-right {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: var(--gray-600);
            min-width: 300px;
            margin-bottom: 5px;
        }

        &-data {
            margin-bottom: 10px;
        }
    }
}
