/**
 * Default styling for partner disclosure ("Verwijst naar ...").
 *
 * These rules only apply to the default classes the plugin outputs when you
 * leave the "CSS-class" field of a disclosure rule empty. If you fill in your
 * own class (e.g. anchor-small, box-new-btn-sub), style it in your own theme.
 */

/* Inline disclosure, rendered inside the <a> (for text links). */
.rp-disclosure--inside {
    font-weight: 400;
    font-size: 0.85em;
    color: #6b7280;
}

/* Wrapper around an <a> + below-disclosure (for buttons). */
.rp-disclosure-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

/* Block disclosure, rendered below the <a> (for buttons). */
.rp-disclosure--below {
    display: block;
    font-size: 0.85em;
    color: #6b7280;
    line-height: 1.3;
}
