.embeddedForm {
    :global(.ant-form-item) {
        margin-bottom: 10px;
    }

    .textareaItem {
        margin-bottom: 8px;
    }

    .actionsItem {
        margin-bottom: 0;
    }
}

.embeddedSubmit:global(.ant-btn) {
    width: 100%;
    min-height: 44px;
    height: 44px;
    border-radius: 10px;
    font-weight: 600;
}
