/* AR fee line under the product price (sibling of .vmt-apc-breakdown). */
.vmt-apc-ar,
.woocommerce-variation-price .vmt-apc-ar,
.summary > p.price .vmt-apc-ar {
    display: block;
    font-size: .8em;
    font-weight: 400;
    color: inherit;
    opacity: .85;
    margin-top: 2px;
    line-height: 1.4;
}
.vmt-apc-ar__fee { display: block; }
.vmt-apc-ar__hint {
    display: block;
    font-size: .9em;
    font-style: italic;
    opacity: .8;
}
