/**
 * Angebote im Frontend: der zweite Knopf an der Kasse, die Liste im
 * Kundenkonto, die Annahmeseite.
 *
 * Bewusst wenig und ohne Farben aus dem Nichts: Alles Sichtbare erbt vom Thema
 * (`.button`, `.shop_table`). Was hier steht, ist Abstand und Anordnung — also
 * das, was das Thema nicht wissen kann.
 *
 * @package Mindfield\Quotes
 * @since 0.1.0
 */

/* ---------------- Kasse ---------------- */

.mfq-checkout-quote {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid rgba( 0, 0, 0, 0.1 );
}

.mfq-checkout-quote .mfq-quote-button {
    width: 100%;
}

.mfq-checkout-quote .mfq-quote-hint {
    margin: 0.6em 0 0;
    font-size: 0.85em;
    opacity: 0.8;
}

/* ---------------- Kundenkonto ---------------- */

.mfq-account-hint {
    font-size: 0.9em;
    opacity: 0.85;
}

.mfq-account-table .mfq-account-actions {
    white-space: normal;
}

.mfq-account-notice-error {
    border-top-color: #b32d2e;
}
