/* =====================================
   System Updates
   ===================================== */

.system-update-card {

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    padding: 16px;
    margin-bottom: 16px;

    background: #fff;

}

.system-update-header {

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;

}

.system-update-title {

    font-size: 18px;
    font-weight: 600;

}

.system-update-date {

    font-size: 13px;
    color: #888;

}

.system-update-message {

    line-height: 1.5;
    color: #444;

    margin-bottom: 15px;

}

.system-update-footer {

    display: flex;
    justify-content: flex-end;

}