.RightsSummary {
    border-bottom: 1px solid $koala;
    padding-bottom: 15px;

    &-header-box {
        display: flex;
        justify-content: space-between;
    }

    &-header {
        font-weight: $weight_bold;
        margin-top: 20px;
    }

    &-reason-label {
        font-weight: $weight_bold;
    }

    &-arrow-icon {
        margin-top: 20px;
    }

    &-arrow-icon-single {
        margin-right: 25px;
    }

    .Icons-down-direction-arrow,
    .Icons-up-direction-arrow {
        fill: $rhino;
        height: 16px;
        width: 16px;

    }

    &-territories {
        margin: 10px 0;
    }
}
