/**
 * Darealmop_ContactMessages storefront CSS.
 *
 * Structure-only: the honeypot must be invisible to humans (and off-screen for
 * assistive tech) but present in the DOM for bots to trip over. No colour / font
 * literals. A theme that wants to expose it (debugging) can override the offset
 * token below.
 */
.dm-contact-hp {
    position: absolute;
    left: var(--dm-contact-hp-offset, -10000px);
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
