.DigitalAudioRestrictions {
    background-color: var(--gray-50);

    &-header {
        .h2 {
            margin: 1.4rem 0 0.3rem;
            font-size: 18px;
        }
    }

    &-body {
        background-color: var(--gray-50);
        border: 1px solid var(--gray-200);
        padding: 1.5rem;
        gap: 1.5rem;
    }

    &-edit-title {
        margin-bottom: 0;
    }

    &-edit-subtitle {
        font-size: 12px;
        color: var(--gray-700);
    }

    &-section-margin {
        margin-top: 20px;
    }

    &-edit-tables {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
        align-items: stretch;
        margin-top: 10px;
    }

    .delivery-search-filters {
        display: flex;
        flex-direction: row;
        justify-content: left;
        gap: 1rem;
        margin-top: 13px;
        margin-bottom: 11px;
    }

    .border-wrapper {
        border: 1px solid var(--gray-150);
        border-radius: 12px;
        padding: 8px;
    }

    .delivery-table {
        height: 500px !important;

        .GridTable-header {
            height: 32px !important;
        }

        &-title {
            font-weight: 500;
            margin-bottom: 0;
        }

        &-cta {
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 12px;
            font-weight: 500;
            color: var(--midnight-650);
        }

        &-empty-state {
            flex: 1;
            display: flex;
            height: 460px;
            align-items: center;
            justify-content: center;
        }
    }

    .InfoMessage-body {
        font-size: 14px;
    }

    .cell-deliveryRestriction {
        display: flex;
        flex-direction: row;
        justify-content: left;
        gap: 0.5rem;
        align-items: center;

        &-label {
            font-size: 14px;
        }

        &-subtitle {
            font-size: 12px;
            color: var(--gray-700);
        }
    }

    &-edit-service-country-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    &-empty-state {
        border: 1px solid var(--gray-200);
        padding: 5rem;
        border-radius: 14px;
        background-color: var(--gray-50);
    }
}
