/* /admin/system-settings hub — parent .main-content__layout is row flex globally */
.main-content__layout.system-settings-hub {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.system-settings-hub__actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.system-settings-hub__actions .button {
    padding: 16px 24px;
    margin-right: 20px;
    margin-bottom: 12px;
    text-align: center;
}

/* Sub-pages: back link on its own full-width row */
.system-settings-subpage__back {
    width: 100%;
    margin-bottom: 0.75rem;
}

.system-settings-subpage__back a {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
}
