/* OCD Treueprogramm consent — companion styles for ocd-login-consent.js.
   The AGB checkbox row reuses the plugin's .ig-form__consent styling; here
   we only add the error line and the logged-in view's legal links row. */

.ocd-consent-error {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #e53935;
}

.ocd-legal-links {
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    color: #6e6e6e;
}
.ocd-legal-links a {
    color: inherit;
    text-decoration: underline;
}
.ocd-legal-links a:hover {
    color: #26367a;
}
.ocd-legal-links-sep {
    margin: 0 6px;
}
