.form.form-code .form-row-footer {
    margin-bottom: 8px;
}

.form-stack {
    display: flex;
}

.form-stack > * {
    flex: 1;
}

.form-stack > * + * {
    margin-left: 10px;
}

.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -12px;
    margin-right: -12px;
}

.form-col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

hr {
    display: block;
    width: auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}
