.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header,
.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_body {
    padding: 20px;
}

// Header
.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header {
    color: white;
    background: linear-gradient(to right top, #ffa62e, #fc9129, #f77c27, #f16529, #ea4d2c);
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_title_wrapper > .sv_forms_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_title_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_title_wrapper > button.components-button {
    height: auto;
    color: #FFFFFF;
    border: none;
    box-shadow: none !important;
    outline: none;
    background-color: transparent !important;
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_title_wrapper > button.components-button:hover,
.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_title_wrapper > button.components-button:focus {
    color: #EEEEEE !important;
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_input_values_wrapper > .sv_forms_input_values_title {
    font-weight: 700;
    font-size: 16px;
}

// Input Values
.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_input_values_wrapper > .sv_forms_input_values {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 3px;
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_input_values_wrapper > .sv_forms_input_values .sv_forms_input_value {
    height: auto;
    padding: 4px 8px 6px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: rgba( 0, 0, 0, .2 );
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
    border: none;
    outline: none;
    box-shadow: none;
    transition: background-color .2s ease;
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_input_values_wrapper > .sv_forms_input_values .sv_forms_input_value:hover,
.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_input_values_wrapper > .sv_forms_input_values .sv_forms_input_value:focus {
    background-color: rgba( 0, 0, 0, .3 );
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_header > .sv_forms_input_values_wrapper > .sv_forms_input_values .sv_forms_input_value:active {
    background-color: rgba( 0, 0, 0, .4 );
}

// Body
.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_body {
    border: 4px solid;
    border-image-source: linear-gradient(to right bottom, #ffa62e, #fc9129, #f77c27, #f16529, #ea4d2c);
    border-image-slice: 1;
}

.wp-block-straightvisions-sv-forms-admin-mail > .sv_forms_body .block-editor-block-list__layout > *:first-child > * {
    margin-top: 0 !important;
}

// Send To Authors
.block-editor-block-inspector .sv-forms-users-select select.components-select-control__input {
    min-height: 80px !important;
    padding: 5px;
}

button.components-button.sv-forms-users-reset {
    display: flex;
    margin-left: auto;
    color: #FFFFFF;
    border: 1px solid #32373c;
    background-color: #32373c;
    transition: background-color .1s ease, border-color .1s;
}

button.components-button.sv-forms-users-reset:hover,
button.components-button.sv-forms-users-reset:focus {
    color: #FFFFFF !important;
    border-color: #1d2023 !important;
    background-color: #1d2023 !important;
    box-shadow: none !important;
}

// Send To Mails
.sv-forms-mail-list button.components-button.sv-forms-mail-add {
    color: #FFFFFF;
    border: 1px solid #32373c;
    background-color: #32373c;
    margin-bottom: 18px;
    transition: background-color .1s ease, border-color .1s;
}

.sv-forms-mail-list button.components-button.sv-forms-mail-add:hover,
.sv-forms-mail-list button.components-button.sv-forms-mail-add:focus {
    color: #FFFFFF !important;
    border-color: #1d2023 !important;
    background-color: #1d2023 !important;
    box-shadow: none !important;
}

.sv-forms-mail-entry {
    display: flex;
    background: rgba( 0, 0, 0, .06 );
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.sv-forms-mail-entry > .components-base-control.sv-forms-mail-input,
.sv-forms-mail-entry > .components-base-control.sv-forms-mail-input > .components-base-control__field {
    margin-bottom: 0;
}

.sv-forms-mail-entry > .components-base-control.sv-forms-mail-input {
    flex: 1;
}

.sv-forms-mail-entry .components-button.has-icon.sv-forms-mail-remove {
    padding: 0;
    margin-left: 8px;
    height: auto;
    transition: color .1s ease;
}

.sv-forms-mail-entry .components-button.has-icon.sv-forms-mail-remove:hover,
.sv-forms-mail-entry .components-button.has-icon.sv-forms-mail-remove:focus {
    color: #fd5858 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}