/* Shared gold actions for both language versions and all page templates. */
:root{--king-button-gold:linear-gradient(180deg,#fff0b6 0%,#f2d77c 18%,#e9c55f 52%,#d9ad43 100%);--king-button-ink:#211a0c}
body button:not([role="checkbox"]):not([role="radio"]):not([role="switch"]),body input[type="submit"],body input[type="button"],body a:is(.button,.btn,.category-cta,.secondary-cta,.goal-primary,.pf-primary,.checkout,.calculator-link,.recipe-shop-link),body :is(.sheet-actions,.tech-actions,.shop-nav) a,body a[role="button"]{background:var(--king-button-gold)!important;color:var(--king-button-ink)!important;border:1px solid #bb923d!important;border-radius:8px;box-shadow:inset 0 2px 0 #fff8d6,inset 0 -2px 0 #b5892b,0 4px 0 #997023,0 7px 12px #61430b26!important;text-shadow:0 1px 0 #fff5c780!important;transition:translate .12s ease,box-shadow .12s ease,filter .12s ease}
body button:not([role="checkbox"]):not([role="radio"]):not([role="switch"]):hover:not(:disabled),body a:is(.button,.btn,.category-cta,.secondary-cta,.goal-primary,.pf-primary,.checkout):hover{filter:brightness(.96)}
body button:focus-visible,body a[role="button"]:focus-visible,body a:is(.button,.category-cta,.goal-primary,.pf-primary):focus-visible{outline:3px solid #795a23!important;outline-offset:3px}
body button[aria-pressed="true"],body button[aria-selected="true"],body button[data-state="active"]{box-shadow:inset 0 2px 4px #795a2340,inset 0 0 0 2px #795a23,0 1px 0 #997023!important;font-weight:700!important}
body button:disabled,body input[type="submit"]:disabled{opacity:.45!important;cursor:not-allowed;box-shadow:none!important;filter:none!important}

body :is(button,input[type="submit"],input[type="button"],a.button,a.btn,a.category-cta,a.secondary-cta,a.goal-primary,a.pf-primary,a.checkout,a.calculator-link,a.recipe-shop-link,a[role="button"]):active:not(:disabled):not([role="checkbox"]):not([role="radio"]):not([role="switch"]),body :is(.sheet-actions,.tech-actions,.shop-nav) a:active{translate:0 3px;box-shadow:inset 0 2px 4px #795a2330,0 1px 0 #997023,0 2px 4px #61430b20!important}
@media(prefers-reduced-motion:reduce){body button,body input,body a{transition:none!important}body button:active,body input:active,body a:active{translate:none!important}}
