.OwnershipDetail {
    &-divide {
        border: 0;
        border-top: 1px solid $table-border-color;
        height: 1px;
        margin: 10px 0;
        padding: 0;
    }
    &-carveouts,
    &-carveouts td { /* stylelint-disable-line */
        border: 1px solid $table-border-color;
        line-height: 20px;
    }
    &-carveouts {
        border-collapse: collapse;
        margin-top: 10px;
        width: 520px;
    }
    &-territory-cell {
        padding-left: 15px;
    }
    &-text-center {
        text-align: center;
    }
    &-carveouts-empty {
        color: $empty-txt-color;
    }
    &-narrow-cell {
        width: 75px;
    }
    &-wide-cell {
        width: 150px;
    }

    .LoadingIndicatorContainer {
        border: 1px solid $table-border-color;
        display: block;
        margin-top: 10px;
        min-height: 150px;
        width: 520px;
    }

    .LoadingIndicator {
        min-height: 150px;
    }
}

.Carveouts {
    &-divide {
        border: 0;
        border-top: 1px solid $table-border-color;
        height: 1px;
        margin: 10px 0;
        padding: 0;
    }
    &-title {
        color: #333;
        font-size: 11px;
        font-weight: $font-weight-bold;
    }
    &-link {
        color: $bluejay;
        cursor: pointer;
    }
    &-table-container {
        margin-top: 15px;
    }
    &-table {
        border: solid 1px $ic-carveouts-border;
        margin-top: 5px;
        width: 575px;
    }
    &-table-title {
        color: $gorilla;
        font-size: 14px;
        font-weight: $font-weight-bold;
    }
    &-cell-title {
        color: $timberwolf;
        font-weight: $font-weight-bold;
    }
    &-row {
        align-items: center;
        border-bottom: solid 1px $ic-carveouts-border;
        display: flex;
        flex-direction: row;
        height: 30px;
        margin-bottom: -1px;
    }
    &-worldwide {
        color: #333;
        font-weight: $font-weight-bold;
    }
    &-first-cell-close {
        padding-left: 10px;
        width: 400px;
    }
    &-first-cell {
        color: #333;
        padding-left: 20px;
        width: 400px;
    }
    &-second-cell {
        color: $rhino;
        text-align: center;
        width: 75px;
    }
    &-third-cell {
        color: $rhino;
        text-align: center;
        width: 98px;
    }

    .LoadingIndicatorContainer {
        margin-top: 50px;
        min-height: 50px;
    }
}
