/*
 * Non quia difficilia sunt non audemus,
 * sed quia non audemus difficilia sunt.
 *
 * Nicht weil die Dinge schwer sind, wagen wir sie nicht,
 * sondern weil wir sie nicht wagen, sind sie schwer.
 *
 * Seneca, Epistulae morales ad Lucilium 104, 26
 */
.ktw-stand {
    margin: 0 0 28px;
    padding: 12px 16px;
    border-left: 3px solid var(--awb-color5);
    background-color: var(--awb-color2);
    color: var(--awb-color6);
    font-family: 'Interstate-Light', sans-serif;
    font-size: 14px;
    line-height: 1.55;
}
.ktw-stand strong {
    color: var(--awb-color7);
    font-family: 'Interstate-Regular', sans-serif;
    font-weight: 400;
}
