.jira-accessible-dialog {
    .dialog-header {
        display: flex;
        align-items: center;
        border-bottom: 2px solid var(--aui-dialog-border-color);
        padding: 15px 20px;
        box-sizing: border-box;
        height: 62px;
        column-gap: 20px;
    }

    .dialog-title {
        outline: 0;
        flex-grow: 1;
        border: 0;
        padding: 0;
        height: unset;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.008em;
        text-transform: none;
        color: var(--aui-body-text);
        /* For compatibility with dialogs that have titles with elements appended to them incorrectly */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
