.OsrPage-Views-RightsView {
    &-description {
        color: var(--gray-900);
        font-size: 14px;
    }

    &-filters {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 11px;

        &-left {
            .RightsSummary {
                .policyName {
                    font-weight: 500;
                    color: var(--gray-700);
                }
            }
        }

        &-right {
            display: flex;

            .SuiteSelect {
                margin-left: 8px;
            }
        }
    }

    &-table {
        .cell-policy {
            .Popover {
                margin-right: 8px;
            }
        }

        .cell-countryName {
            .CountryFlag {
                margin-right: 0.8rem;
            }
        }

        .cell-accountName {
            span {
                margin: 0 4px;
            }
        }
    }
}
.PillPopoverContent {
    gap: 10px;
    padding: 0;
    min-width: 370px;

    .SuiteSection {
        padding: 20px 10px;

        &-sub-table {
            border: none;
            padding: 0;
        }
    }
}

.OsrPage-Views-RightsView-cell-rule {
    &-content {
        &-title {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 15px;
        }
    }

    &-level-wrapper,
    &-date-wrapper {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }

    &-content-label {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        width: 132px;
    }

    &-content-value {
        align-items: flex-start;
        display: flex;
        font-size: 16px;
        width: 60%;
    }

    &-level-block {
        margin-bottom: 15px;
    }
}
