:root{--ob-ad-bg:#fff;--ob-ad-text:#111;--ob-ad-muted:#444;--ob-ad-border:rgba(0, 0, 0, 0.10);--ob-ad-shadow:0 1px 3px rgba(0, 0, 0, .06);--ob-ad-radius:10px;--ob-ad-primary:#0b57d0;--ob-ad-primary-hover:#0948ac;--ob-ad-primary-soft:#e6f0ff;--ob-ad-sticky-h:84px}.ob-card{background:var(--ob-ad-bg);border-radius:var(--ob-ad-radius);box-shadow:var(--ob-ad-shadow);padding:14px;margin:12px 0}.ob-ad-skel{display:flex;gap:6px;align-items:center;min-height:18px}.ob-ad-skel .dot{width:6px;height:6px;background:#ccc;border-radius:50%;animation:obblink 1s infinite ease-in-out}.ob-ad-skel .dot:nth-child(2){animation-delay:.15s}.ob-ad-skel .dot:nth-child(3){animation-delay:.30s}@keyframes obblink{0%,60%,100%{opacity:.25}30%{opacity:1}}@media (prefers-reduced-motion:reduce){.ob-ad-skel .dot{animation:none;opacity:.6}}.ondebus-ad-slot{font-family:inherit}.ob-ad-card{display:block;background:var(--ob-ad-bg);border-radius:var(--ob-ad-radius);box-shadow:var(--ob-ad-shadow);padding:16px 18px;margin:18px 0;color:var(--ob-ad-text);font-family:inherit}.ondebus-ad-slot.ob-card .ob-ad-card{margin:0;padding:0;box-shadow:none;border-radius:0;background:#fff0}.ob-ad-label{font-size:.80rem;color:var(--ob-ad-primary);background:var(--ob-ad-primary-soft);display:inline-block;padding:3px 10px;border-radius:999px;margin-bottom:8px;letter-spacing:.04em}.ob-ad-title{margin:.2rem 0 .5rem;font-size:1.08rem;font-weight:600;color:var(--ob-ad-text);line-height:1.25}.ob-ad-text{font-size:.95rem;color:var(--ob-ad-muted);margin:.2rem 0 .8rem;line-height:1.5}.ob-ad-btn{display:inline-flex!important;align-items:center;justify-content:center;padding:10px 18px!important;border-radius:999px!important;background:var(--ob-ad-primary)!important;color:#ffffff!important;font-weight:600!important;font-size:.95rem!important;line-height:1.2!important;border:none!important;box-shadow:0 1px 4px rgb(0 0 0 / .15)!important;text-decoration:none!important;cursor:pointer!important;width:auto!important;height:auto!important;max-width:100%!important;text-transform:none!important}.ob-ad-btn:hover{background:var(--ob-ad-primary-hover)!important;color:#ffffff!important;text-decoration:none!important;opacity:1!important}.ob-ad-btn:focus-visible{outline:3px solid rgb(11 87 208 / .35);outline-offset:2px}.ob-ad-btn:focus{outline:3px solid rgb(11 87 208 / .35);outline-offset:2px}.ob-ad-btn,.ob-ad-btn *{color:#ffffff!important;font-size:.95rem!important;line-height:1.2!important;text-indent:0!important;visibility:visible!important;opacity:1!important;overflow:visible!important;clip:auto!important;clip-path:none!important;white-space:normal!important}.ob-ad-empty{border:1px dashed #ccc;border-radius:var(--ob-ad-radius);padding:12px;text-align:center;color:#666;font-size:.9rem;background:#fafafa}.ondebus-ad-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--ob-ad-bg);border-top:1px solid rgb(0 0 0 / .12);padding:12px 16px;box-shadow:0 -4px 10px rgb(0 0 0 / .08);padding-bottom:calc(12px + env(safe-area-inset-bottom))}.ondebus-ad-sticky.ob-card{margin:0}body.ob-has-sticky-ad{padding-bottom:calc(var(--ob-ad-sticky-h) + env(safe-area-inset-bottom))}@media (min-width:961px){.ondebus-ad-sticky{display:none}body.ob-has-sticky-ad{padding-bottom:0}}