/* Panda Affiliate Theme - design tokens and safe defaults */
:root {
    --yono-primary: #036016;
    --yono-dark: #03440c;
    --yono-deep: #012808;
    --yono-body: #2F4D33;
    --yono-muted: #4B634E;
    --yono-gold: #FFC400;
    --yono-mint: #F4F8F4;
    --yono-border: #D1E3D4;
    --yono-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* No browser or theme tap flash */
a, button, [type=button], [type=submit], summary { -webkit-tap-highlight-color: transparent; }

/* Hello Elementor turns focused buttons pink (#c36). Use the deep forest color instead. */
button:focus, [type=button]:focus, [type=submit]:focus,
button:active, [type=button]:active, [type=submit]:active {
    background-color: var(--yono-deep);
    color: #fff;
    outline: none;
    box-shadow: none;
}

/* Square corners everywhere in the directory design */
.yono-row-card, .yono-tax-hero, .yono-tax-pill, .yono-row-btn, .yono-h2, .yono-h2-btn {
    border-radius: 0;
}
