/* Wooden direction signs, matching the Dindon's brown. */
body .ddd-home-shortcuts a,body .ddd-taxonomy-explore a{
 position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;
 min-height:50px;padding:13px 24px;background:#975e4b!important;color:#fff5dd!important;
 border:1px solid #bd8c72;border-radius:3px;font-size:14px;font-weight:700;line-height:1.4;
 text-align:center;text-decoration:none;box-shadow:0 4px 0 #633e30;transform:rotate(-1.5deg);
 transition:transform .18s,box-shadow .18s;
}
body .ddd-home-shortcuts a:nth-child(2),body .ddd-taxonomy-explore a:nth-child(2){transform:rotate(1.5deg)}
body .ddd-home-shortcuts a:before,body .ddd-taxonomy-explore a:before{
 content:'';position:absolute;left:7px;top:50%;width:4px;height:4px;border-radius:50%;
 background:#503627;box-shadow:0 1px 0 #d6a48b;pointer-events:none;
}
body .ddd-home-shortcuts{gap:16px;padding:4px 0}
body .ddd-taxonomy-explore{gap:16px;padding:4px 0}
@media(hover:hover){body .ddd-home-shortcuts a:hover,body .ddd-taxonomy-explore a:hover{transform:translateY(-2px);box-shadow:0 6px 0 #633e30;background:#87513f!important}}
body .ddd-home-shortcuts a:focus-visible,body .ddd-taxonomy-explore a:focus-visible{outline:3px solid #ffda72;outline-offset:6px}
@media(max-width:600px){body .ddd-home-shortcuts a,body .ddd-taxonomy-explore a{font-size:13px;padding:12px 17px;gap:8px}body .ddd-home-shortcuts{gap:12px}}
@media(prefers-reduced-motion:reduce){body .ddd-home-shortcuts a,body .ddd-taxonomy-explore a{transition:none}body .ddd-home-shortcuts a:hover,body .ddd-taxonomy-explore a:hover{transform:none}}

body .ddd-home-shortcuts a{background-image:url('wood-grain.svg')!important;background-position:center!important;background-size:100% 100%!important;background-repeat:no-repeat!important}
@media(hover:hover){body .ddd-home-shortcuts a:hover{background-image:url('wood-grain.svg')!important}}
