/* BimehKar public v91 — magazine-only brand mark and interactive directional car. */

/* The parent dimensions are unchanged; only the magazine route swaps the artwork. */
.bk47-brand.is-magazine-brand img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}

/* The car points toward travel, pauses briefly to turn, and reverses on selection. */
.bk91-interactive-car{position:absolute;z-index:2;top:1px;right:3%;width:72px;height:48px;padding:0;border:0;background:transparent;color:inherit;display:grid;place-items:center;cursor:pointer;touch-action:manipulation;animation:bk91-drive-and-turn 8s ease-in-out infinite;transform-origin:center}
.bk91-interactive-car:hover{filter:brightness(1.06)}.bk91-interactive-car:focus-visible{outline:2px solid #FF8552;outline-offset:2px;border-radius:10px}.bk91-interactive-car:active{cursor:grabbing}
.bk91-interactive-car.is-user-reversed{animation-direction:reverse}
@keyframes bk91-drive-and-turn{0%{right:3%;transform:translateY(0) scaleX(-1)}45%{right:calc(100% - 75px);transform:translateY(-2px) scaleX(-1)}49%{right:calc(100% - 75px);transform:translateY(0) scaleX(1)}95%{right:3%;transform:translateY(-2px) scaleX(1)}100%{right:3%;transform:translateY(0) scaleX(-1)}}

@media(max-width:640px){.bk91-interactive-car{width:64px;height:44px}@keyframes bk91-drive-and-turn{0%{right:3%;transform:scaleX(-1)}45%{right:calc(100% - 67px);transform:translateY(-2px) scaleX(-1)}49%{right:calc(100% - 67px);transform:scaleX(1)}95%{right:3%;transform:translateY(-2px) scaleX(1)}100%{right:3%;transform:scaleX(-1)}}}
@media(prefers-reduced-motion:reduce){.bk91-interactive-car{right:calc(50% - 36px)!important;animation:none!important}}
