.DeliveryRules {
    &-data {
        background-color: #fff;
        box-shadow: 0.2rem 0.5rem 1rem rgb(157 166 175 / 10%);
        border-radius: 12px;
        padding: 0 20px 20px;
    }

    &-rules {
        &-body {
            padding-left: 20px;
        }

        &-title {
            color: var(--gray-900);
            font-size: 2rem;
            font-weight: 500;
        }
        &-subtitle {
            color: var(--gray-700);
        }

        &-section-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    }

    &-filters {
        display: flex;
        justify-content: space-between;
        align-items: baseline;

        .SuiteListView-action-button,
        .SuiteListView-expand-button {
            box-shadow: unset;
        }
    }

    &-first-filters {
        margin: 20px 0 20px 0;

        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        span {
            padding-top: 0.5rem;
        }

        &-span {
            margin-left: 15px;
        }
    }

    &-secondary-filters {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        &-dropdown {
            display: inline-flex;

            &-policy,
            &-country {
                margin-left: 10px;
            }
            &-service {
                margin-left: 10px;
            }
        }
    }
}
