.pf-c-alert.pf-m-inline .pf-c-alert,
.pf-v5-c-alert.pf-m-inline .pf-v5-c-alert {
    /* PatternFly v4 */
    --pf-c-alert__icon--FontSize: 1.2rem;
    
    /* PatternFly v5 */
    --pf-v5-c-alert__icon--FontSize: 1.2rem;
}

.pf-c-alert.pf-m-inline .pf-c-alert__title,
.pf-v5-c-alert.pf-m-inline .pf-v5-c-alert__title {
    font-size: 1.2rem;
    margin-top: 0;
}

.pf-c-alert.pf-m-inline,
.pf-v5-c-alert.pf-m-inline {
    margin-bottom: 24px;
    display: flex;
    align-items: center;

}
