/**
 * @author    Veo by Kebes <hola@kebes.es>
 * @copyright 2026 Veo by Kebes
 * @license   https://opensource.org/licenses/AFL-3.0  Academic Free License 3.0 (AFL-3.0)
 */

/* Everything is scoped under .veopm-note so the note inherits the theme
   typography and never restyles the surrounding price block. */
.veopm-note {
    display: block;
    margin: 0.35rem 0;
    font-size: 0.875em;
    line-height: 1.35;
    color: inherit;
    opacity: 0.85;
}

.veopm-note__text {
    display: inline;
}

.veopm-note__date,
.veopm-note__tax {
    display: inline;
    font-size: 0.9em;
    opacity: 0.8;
}

.veopm-note--compact {
    margin: 0.15rem 0;
    font-size: 0.8em;
}
