.kjcro-route{margin:2em 0;padding:18px 20px;border:1px solid #e3d9c6;border-left:5px solid #e8a01e;border-radius:6px;background:#fffdf6}.kjcro-route__heading{margin:0 0 .5em;font-size:17px;font-weight:700;line-height:1.5;color:#2b2b2b}.kjcro-route__desc{margin:0 0 1em;font-size:14px;line-height:1.75;color:#555}.kjcro-route__btn{display:inline-block;padding:11px 26px;border-radius:6px;background:#e8501e;color:#fff !important;font-weight:700;font-size:15px;text-decoration:none !important;box-shadow:0 2px 0 rgba(0,0,0,.16)}.kjcro-route__btn:hover,.kjcro-route__btn:focus{background:#cf440f;color:#fff !important}@media (min-width:720px){.kjcro-route{display:grid;grid-template-columns:1fr auto;grid-template-areas:"heading btn" "desc    btn";align-items:center;column-gap:24px}.kjcro-route__heading{grid-area:heading}.kjcro-route__desc{grid-area:desc;margin-bottom:0}.kjcro-route__btn{grid-area:btn;white-space:nowrap}.kjcro-route:not(:has(.kjcro-route__desc)){grid-template-areas:"heading btn"}}@media (prefers-color-scheme:dark){.kjcro-route{background:#2a2620;border-color:#4a4134;border-left-color:#e8a01e}.kjcro-route__heading{color:#f0ece4}.kjcro-route__desc{color:#bdb6a9}}