/* RunnerX safe CSS bundle v6.0.238. Whitespace is intentionally preserved to keep descendant selectors and calc() expressions valid. */

/* === runnerx.css === */
:root{--rx-bg:#fff;--rx-text:#0f1419;--rx-muted:#536471;--rx-border:#eff3f4;--rx-border-2:#d8e1e8;--rx-hover:#f7f9f9;--rx-accent:#1d9bf0;--rx-runner:#93e547;--rx-danger:#f4212e;--rx-pink:#f91880;--rx-dark:#0f172a;--rx-sidebar:286px;--rx-feed:640px;--rx-aside:360px;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--rx-bg);color:var(--rx-text);font:15px/1.35 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.rx-shell{width:100%;max-width:1286px;margin:0 auto;display:grid;grid-template-columns:var(--rx-sidebar) minmax(0,var(--rx-feed)) var(--rx-aside);min-height:100vh}.rx-left{border-right:1px solid var(--rx-border);padding:0 10px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.rx-brand{display:flex;align-items:center;gap:14px;padding:12px 8px}.rx-logo{width:42px;height:42px;border-radius:12px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:22px}.rx-brand strong{font-size:21px;line-height:1.15}.rx-nav{display:flex;flex-direction:column;gap:6px;margin-top:4px}.rx-nav a,.rx-more-btn{height:50px;display:flex;align-items:center;gap:20px;border-radius:999px;padding:0 18px;font-size:23px;color:#0f1419;border:0;background:transparent;text-align:left;cursor:pointer}.rx-nav a:hover,.rx-more-btn:hover,.rx-nav a.is-active{background:#e7ecf0}.rx-nav i,.rx-more-btn i{width:24px;text-align:center;font-size:24px}.rx-post-btn{width:100%;height:52px;border-radius:999px;background:#0f1419;color:#fff;border:0;font-size:17px;font-weight:800;margin:18px 0 12px}.rx-account{margin-top:auto;position:relative;padding:12px 4px 10px}.rx-account-btn{width:100%;border:0;background:transparent;border-radius:999px;padding:10px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left}.rx-account-btn:hover{background:#f0f3f4}.rx-avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;background:#e7ecf0;flex:0 0 auto}.rx-avatar-lg{width:128px;height:128px;border-radius:999px;border:4px solid #fff;object-fit:cover;background:#e7ecf0}.rx-avatar-sm{width:32px;height:32px;border-radius:999px;object-fit:cover;background:#e7ecf0}.rx-account-name{font-weight:800}.rx-account-user{color:var(--rx-muted);font-size:14px}.rx-kebab{margin-left:auto}.rx-popover{position:absolute;background:#fff;border:1px solid var(--rx-border);border-radius:16px;box-shadow:0 8px 24px rgba(15,20,25,.12);padding:8px;z-index:50;min-width:260px;display:none}.rx-popover.is-open{display:block}.rx-more-pop{left:10px;bottom:155px}.rx-account-pop{left:10px;bottom:82px}.rx-popover a,.rx-popover button{display:flex;align-items:center;gap:12px;width:100%;border:0;background:transparent;border-radius:10px;padding:14px;font-weight:800;font-size:16px;text-align:left;cursor:pointer}.rx-popover a:hover,.rx-popover button:hover{background:#f7f9f9}.rx-main{border-right:1px solid var(--rx-border);min-width:0}.rx-topbar{height:53px;position:sticky;top:0;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(12px);z-index:20;border-bottom:1px solid var(--rx-border);display:flex;align-items:center;padding:0 16px;gap:14px}.rx-topbar h1{font-size:20px;margin:0;font-weight:900;flex:1}.rx-topbar .rx-back{font-size:20px}.rx-icon-btn{width:38px;height:38px;border-radius:999px;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0f1419}.rx-icon-btn:hover{background:#e7ecf0}.rx-tabs{height:48px;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));border-bottom:1px solid var(--rx-border)}.rx-tab{display:flex;align-items:center;justify-content:center;color:var(--rx-muted);font-weight:700;position:relative}.rx-tab.is-active{color:var(--rx-text)}.rx-tab.is-active:after{content:"";position:absolute;height:4px;border-radius:999px;background:var(--rx-accent);bottom:0;width:70px;max-width:80%}.rx-tab.is-green.is-active:after{background:var(--rx-runner)}.rx-compose-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:14px 16px;border-bottom:1px solid var(--rx-border)}.rx-pill{border:1px solid var(--rx-border);background:#fff;border-radius:999px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;padding:0 18px;cursor:pointer}.rx-pill:hover{background:var(--rx-hover)}.rx-feed-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:12px 16px;border-bottom:1px solid var(--rx-border);transition:background .15s}.rx-feed-card:hover{background:rgba(0,0,0,.02)}.rx-card-head{display:flex;align-items:center;gap:4px;min-width:0}.rx-card-head b{font-weight:900}.rx-card-head span{color:var(--rx-muted)}.rx-card-menu{margin-left:auto}.rx-type{font-size:12px;color:var(--rx-pink);font-weight:900;text-transform:uppercase;letter-spacing:.02em;margin-top:2px}.rx-card-title{font-weight:900;font-size:19px;margin:2px 0 4px}.rx-card-body{font-size:15.5px}.rx-media{margin-top:10px;border:1px solid var(--rx-border);border-radius:16px;overflow:hidden;background:#f0f3f4;max-height:420px}.rx-media img{width:100%;display:block;object-fit:cover}.rx-media-placeholder{height:300px;background:linear-gradient(135deg,#d9e6f7,#f4d3df,#a8d8b7);display:flex;align-items:flex-end;padding:18px;color:white}.rx-post-actions{height:42px;margin-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;color:#536471}.rx-action{border:0;background:transparent;color:#536471;display:inline-flex;align-items:center;gap:8px;justify-content:center;justify-self:center;height:34px;min-width:34px;border-radius:999px;padding:0 8px;cursor:pointer;font-size:14px}.rx-action:first-child{justify-self:start}.rx-action:last-child{justify-self:end}.rx-action i{font-size:19px}.rx-action:hover{color:#1d9bf0;background:rgba(29,155,240,.1)}.rx-action.rx-heart:hover,.rx-action.rx-heart.is-active{color:#f91880;background:rgba(249,24,128,.1)}.rx-action.rx-bookmark:hover,.rx-action.rx-bookmark.is-active{color:#1d9bf0;background:rgba(29,155,240,.1)}.rx-action.rx-share:hover{color:#00ba7c;background:rgba(0,186,124,.1)}.rx-aside{padding:4px 0 0 30px}.rx-aside-inner{position:sticky;top:0;padding-top:4px}.rx-searchbox{height:44px;border:1px solid var(--rx-border-2);border-radius:999px;display:flex;align-items:center;gap:12px;padding:0 16px;color:var(--rx-muted);background:#fff}.rx-searchbox input{border:0;outline:0;flex:1;font-size:15px}.rx-widget{border:1px solid var(--rx-border);border-radius:16px;margin-top:12px;overflow:hidden}.rx-widget h2{font-size:22px;margin:0;padding:16px 16px 8px}.rx-widget-row{display:flex;gap:12px;padding:12px 16px;align-items:center}.rx-widget-row:hover{background:#f7f9f9}.rx-widget-more{display:block;color:#1d9bf0;padding:14px 16px}.rx-follow-btn{margin-left:auto;border:0;border-radius:999px;background:#0f1419;color:#fff;font-weight:900;padding:8px 18px}.rx-mini-date{width:42px;height:42px;border-radius:999px;background:var(--rx-runner);display:flex;align-items:center;justify-content:center;font-weight:900}.rx-page-pad{padding:24px 16px}.rx-section-card{border:1px solid var(--rx-border);border-radius:16px;padding:18px;margin-bottom:16px}.rx-section-card h2{margin:0 0 16px;font-size:24px}.rx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rx-field{display:flex;flex-direction:column;gap:7px}.rx-field label{font-weight:800}.rx-input,.rx-textarea,.rx-select{border:1px solid var(--rx-border-2);border-radius:12px;padding:12px 14px;font-size:15px;background:#fff;width:100%;outline:none}.rx-textarea{min-height:110px;resize:vertical}.rx-input:focus,.rx-textarea:focus,.rx-select:focus{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent)}.rx-btn{border:0;border-radius:999px;background:#0f1419;color:#fff;padding:12px 22px;font-weight:900;cursor:pointer}.rx-btn-blue{background:#1d9bf0}.rx-btn-green{background:var(--rx-runner);color:#0f1419}.rx-btn-ghost{background:#eff3f4;color:#0f1419}.rx-upload{border:2px dashed var(--rx-border-2);border-radius:16px;padding:20px;display:flex;gap:14px;align-items:center;background:#fbfdff}.rx-upload-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.rx-thumb{width:92px;height:92px;border-radius:14px;object-fit:cover;position:relative;background:#f0f3f4}.rx-profile-cover{height:200px;background:linear-gradient(135deg,#d4e1e8,#eef4f8);position:relative}.rx-profile-head{padding:0 16px 16px;border-bottom:1px solid var(--rx-border)}.rx-profile-row{display:flex;align-items:flex-end;margin-top:-64px}.rx-profile-actions{margin-left:auto;display:flex;gap:10px}.rx-profile-name{font-size:24px;font-weight:900;margin-top:10px}.rx-profile-meta{color:var(--rx-muted);display:flex;gap:14px;flex-wrap:wrap}.rx-profile-stats{display:flex;gap:18px;margin-top:12px}.rx-profile-stats b{font-weight:900}.rx-member-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;padding:16px;border-bottom:1px solid var(--rx-border)}.rx-message-layout{height:calc(100vh - 53px);display:grid;grid-template-columns:260px 1fr}.rx-conversations{border-right:1px solid var(--rx-border);overflow:auto}.rx-conv{display:flex;gap:10px;padding:14px;border-bottom:1px solid var(--rx-border)}.rx-chat{display:flex;flex-direction:column;min-width:0}.rx-chat-body{flex:1;padding:16px;overflow:auto}.rx-bubble{max-width:75%;padding:11px 14px;border-radius:18px;background:#eff3f4;margin-bottom:10px}.rx-bubble.me{margin-left:auto;background:#1d9bf0;color:#fff}.rx-chat-compose{border-top:1px solid var(--rx-border);padding:12px;display:flex;gap:10px}.rx-floating{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:30}.rx-float-btn{width:52px;height:52px;border-radius:18px;background:#fff;border:1px solid var(--rx-border);box-shadow:0 8px 24px rgba(15,20,25,.12);display:flex;align-items:center;justify-content:center;font-size:22px}.rx-bottom-nav{display:none}.rx-modal-backdrop{position:fixed;inset:0;background:rgba(15,20,25,.45);z-index:100;display:none;align-items:flex-start;justify-content:center;padding-top:10px}.rx-modal-backdrop.is-open{display:flex}.rx-reply-modal{width:min(600px,calc(100vw - 16px));background:#fff;border-radius:16px;overflow:visible;box-shadow:0 12px 40px rgba(0,0,0,.25)}.rx-modal-head{height:54px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--rx-border);position:relative}.rx-modal-head .rx-icon-btn{position:absolute;left:10px}.rx-reply-context{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:16px 16px 0}.rx-thread-line{width:2px;background:#cfd9de;margin:8px auto 0;height:64px}.rx-reply-box{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:12px 16px 16px}.rx-reply-textarea{border:0;outline:0;resize:none;min-height:150px;font-size:21px;width:100%;font-family:inherit}.rx-modal-tools{display:flex;align-items:center;justify-content:space-between;padding-top:10px}.rx-tool-left{display:flex;gap:8px;position:relative}.rx-tool-btn{width:34px;height:34px;border:0;background:transparent;border-radius:999px;color:#1d9bf0;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.rx-tool-btn:hover{background:rgba(29,155,240,.1)}.rx-emoji-pop{position:absolute;left:0;bottom:42px;width:320px;background:#fff;border:1px solid var(--rx-border);border-radius:16px;box-shadow:0 8px 28px rgba(15,20,25,.15);padding:10px;display:none;z-index:120}.rx-emoji-pop.is-open{display:block}.rx-emoji-search{width:100%;height:36px;border:1px solid var(--rx-border-2);border-radius:999px;padding:0 12px;outline:none;margin-bottom:8px}.rx-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;max-height:210px;overflow:auto}.rx-emoji{border:0;background:#fff;border-radius:8px;height:34px;font-size:22px;cursor:pointer}.rx-emoji:hover{background:#f0f3f4}.rx-toast-wrap{position:fixed;right:24px;bottom:90px;z-index:200;display:flex;flex-direction:column;gap:10px}.rx-toast{min-width:280px;max-width:380px;padding:14px 16px;border-radius:999px;background:#0f1419;color:#fff;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;align-items:center;gap:10px;animation:toastIn .2s ease}.rx-toast.success i{color:var(--rx-runner)}@keyframes toastIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.rx-admin-tabs{display:flex;gap:6px;border-bottom:1px solid var(--rx-border);margin-bottom:18px}.rx-admin-tabs button{border:0;background:transparent;padding:14px 18px;font-weight:900;cursor:pointer;border-radius:12px 12px 0 0}.rx-admin-tabs button.is-active{background:#eff3f4}.rx-icon-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.rx-icon-choice{border:1px solid var(--rx-border);border-radius:12px;padding:12px;display:flex;align-items:center;gap:10px;cursor:pointer}.rx-icon-choice:hover,.rx-icon-choice.is-active{border-color:var(--rx-accent);background:#f7fbff}.rx-icon-choice i{font-size:22px}.rx-map-placeholder{height:300px;border-radius:16px;background:#e8eef2;display:flex;align-items:center;justify-content:center;color:var(--rx-muted);font-weight:900}.rx-repeater-row{display:grid;grid-template-columns:130px 1fr 1fr 110px 120px 40px;gap:10px;align-items:end;margin-bottom:10px}.rx-page-list{display:flex;flex-direction:column}.rx-hidden{display:none!important}
@media(max-width:1100px){.rx-shell{grid-template-columns:88px minmax(0,var(--rx-feed));max-width:690px}.rx-left{align-items:center}.rx-brand strong,.rx-nav span,.rx-more-btn span,.rx-post-btn span,.rx-account-name,.rx-account-user{display:none}.rx-aside{display:none}.rx-post-btn{width:52px}.rx-post-btn:before{content:'+';font-size:24px}.rx-nav a,.rx-more-btn{width:52px;padding:0;justify-content:center}.rx-more-pop{left:58px;bottom:150px}.rx-account-pop{left:58px}}
@media(max-width:700px){.rx-shell{display:block}.rx-left,.rx-aside{display:none}.rx-main{border-right:0}.rx-topbar{height:50px}.rx-compose-actions{grid-template-columns:repeat(2,1fr)}.rx-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--rx-border);display:grid;grid-template-columns:repeat(5,1fr);z-index:80}.rx-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:800;gap:3px}.rx-bottom-nav i{font-size:22px}.rx-floating{display:none}.rx-form-grid,.rx-repeater-row{grid-template-columns:1fr}.rx-message-layout{grid-template-columns:1fr}.rx-conversations{display:none}.rx-toast-wrap{left:16px;right:16px;bottom:76px}.rx-toast{min-width:0;max-width:none}.rx-profile-cover{height:150px}.rx-avatar-lg{width:96px;height:96px}.rx-post-actions{grid-template-columns:1fr 1fr 1fr 38px 38px}.rx-reply-modal{width:100vw;height:100vh;border-radius:0}.rx-modal-backdrop{padding:0}.rx-reply-textarea{min-height:230px}.rx-emoji-pop{width:calc(100vw - 32px)}}


/* RunnerX UI Framework v2 refinements */
.rx-mobile-header{display:none}
.rx-main-wide{grid-column:2 / 4;}
.rx-main-wide .rx-message-layout{grid-template-columns:320px minmax(0,1fr);}
.rx-main-wide .rx-chat-body{min-height:calc(100vh - 120px)}
.rx-aside{padding-left:24px;padding-right:10px}
.rx-page-pad{padding:28px 18px}.rx-section-card{padding:22px}.rx-form-grid{gap:16px}.rx-nav a,.rx-more-btn{font-size:22px}.rx-nav{gap:5px}.rx-post-btn{flex:0 0 auto}.rx-account{flex:0 0 auto}.rx-left{overflow:visible}.rx-nav-scroll{min-height:0}.rx-brand{flex:0 0 auto}.rx-profile-cover{height:220px}.rx-profile-head{padding:0 18px 18px}.rx-message-layout{min-height:calc(100vh - 53px)}
@media(max-height:760px) and (min-width:901px){.rx-nav a,.rx-more-btn{height:45px}.rx-brand{padding-top:6px;padding-bottom:6px}.rx-post-btn{height:44px;margin:8px 0}.rx-nav{gap:2px}.rx-account-btn{padding:8px}.rx-more-pop{bottom:128px}.rx-nav a:nth-of-type(n+8){display:none}.rx-more-btn{display:flex}}
@media(max-width:1250px) and (min-width:901px){:root{--rx-sidebar:260px;--rx-feed:620px;--rx-aside:330px}.rx-aside{padding-left:18px}.rx-nav a,.rx-more-btn{font-size:20px;gap:16px}.rx-brand strong{font-size:20px}}
@media(max-width:900px){body{padding-bottom:70px}.rx-mobile-header{height:54px;position:sticky;top:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(12px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rx-border);padding:0 14px}.rx-mobile-logo{display:flex;align-items:center;gap:10px;font-weight:900}.rx-mobile-logo .rx-logo{width:34px;height:34px;border-radius:10px;font-size:18px}.rx-mobile-actions{display:flex;align-items:center;gap:4px}.rx-shell{display:block;max-width:none;width:100%}.rx-left,.rx-aside{display:none}.rx-main,.rx-main-wide{grid-column:auto;border-right:0;width:100%}.rx-main{max-width:640px;margin:0 auto;border-left:1px solid var(--rx-border);border-right:1px solid var(--rx-border)}.rx-topbar{top:54px}.rx-topbar h1{font-size:19px}.rx-bottom-nav{display:grid}.rx-floating{display:none}.rx-message-layout{height:calc(100vh - 54px - 53px - 70px);grid-template-columns:1fr}.rx-conversations{display:block}.rx-chat{display:none}.rx-message-layout.is-chat-open .rx-conversations{display:none}.rx-message-layout.is-chat-open .rx-chat{display:flex}.rx-page-pad{padding:22px 16px}.rx-section-card{padding:18px}.rx-form-grid{grid-template-columns:1fr}.rx-profile-cover{height:160px}.rx-avatar-lg{width:96px;height:96px}.rx-profile-row{margin-top:-48px}.rx-profile-actions{align-self:center}.rx-compose-actions{grid-template-columns:repeat(2,1fr);gap:8px}.rx-pill{min-height:42px}.rx-media-placeholder{height:240px}.rx-post-actions{grid-template-columns:1fr 1fr 1fr 42px 42px}.rx-repeater-row{grid-template-columns:1fr}.rx-admin-tabs{overflow:auto}.rx-admin-tabs button{white-space:nowrap}.rx-searchbox{height:42px}.rx-widget{border-left:0;border-right:0;border-radius:0}.rx-main-wide .rx-message-layout{grid-template-columns:1fr}.rx-reply-modal{width:100vw;height:100vh;border-radius:0}.rx-modal-backdrop{padding:0}.rx-toast-wrap{bottom:80px;left:16px;right:16px}.rx-toast{min-width:0;max-width:none}}
@media(max-width:560px){.rx-main{border-left:0;border-right:0}.rx-feed-card{grid-template-columns:40px minmax(0,1fr);padding:12px}.rx-avatar{width:40px;height:40px}.rx-card-title{font-size:18px}.rx-card-head{font-size:14px}.rx-card-head span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-post-actions{margin-left:-4px;margin-right:-4px}.rx-action{padding:0 6px}.rx-topbar{padding:0 12px}.rx-page-pad{padding:20px 14px}.rx-section-card{border-left:0;border-right:0;border-radius:0;margin-left:-14px;margin-right:-14px}.rx-profile-head{padding-left:14px;padding-right:14px}.rx-profile-actions .rx-pill{padding:0 14px}.rx-member-row{grid-template-columns:44px minmax(0,1fr) auto;padding:14px}.rx-follow-btn{padding:7px 14px}.rx-form-grid{gap:12px}.rx-upload{align-items:flex-start;flex-direction:column}.rx-bottom-nav{height:62px}.rx-bottom-nav span{display:none}.rx-message-layout{height:calc(100vh - 54px - 53px - 62px)}}

/* RunnerX UI Framework v3 - Mobile Navigation */
.rx-mobile-menu-btn{width:42px;height:42px;border:0;border-radius:999px;background:transparent;display:inline-flex;align-items:center;justify-content:center;font-size:24px;color:var(--rx-text)}
.rx-mobile-menu-btn:hover{background:var(--rx-hover)}
.rx-mobile-drawer-backdrop,.rx-mobile-create-backdrop{position:fixed;inset:0;background:rgba(15,20,25,.42);z-index:120;opacity:0;pointer-events:none;transition:opacity .2s ease}
.rx-mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(86vw,340px);background:#fff;z-index:121;transform:translateX(-102%);transition:transform .24s cubic-bezier(.2,.8,.2,1);box-shadow:12px 0 30px rgba(15,20,25,.18);display:flex;flex-direction:column}
body.rx-mobile-menu-open .rx-mobile-drawer{transform:translateX(0)}
body.rx-mobile-menu-open .rx-mobile-drawer-backdrop{opacity:1;pointer-events:auto}
.rx-mobile-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 16px 14px;border-bottom:1px solid var(--rx-border)}
.rx-mobile-profile-mini{display:flex;gap:12px;min-width:0}.rx-mobile-profile-mini b{font-size:18px}.rx-mobile-profile-mini span,.rx-mobile-stats{color:var(--rx-muted);font-size:14px}.rx-mobile-stats{margin-top:7px}.rx-mobile-stats b{font-size:14px;color:var(--rx-text);margin-right:3px}
.rx-mobile-drawer-nav{padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow:auto}.rx-mobile-drawer-nav a{display:flex;align-items:center;gap:18px;min-height:48px;border-radius:999px;padding:0 14px;font-size:20px}.rx-mobile-drawer-nav i{font-size:23px;width:26px;text-align:center}.rx-mobile-drawer-nav a:hover{background:var(--rx-hover)}.rx-mobile-drawer-foot{margin-top:auto;padding:14px 16px;border-top:1px solid var(--rx-border)}
.rx-mobile-search-sheet{position:fixed;left:0;right:0;top:0;background:#fff;z-index:130;transform:translateY(-102%);transition:transform .22s ease;border-bottom:1px solid var(--rx-border);box-shadow:0 14px 30px rgba(15,20,25,.14);padding:10px 12px 14px}.rx-mobile-search-sheet.is-open{transform:translateY(0)}
.rx-mobile-search-head{display:flex;gap:8px;align-items:center}.rx-mobile-search-head .rx-searchbox{flex:1}.rx-mobile-search-tabs{display:flex;gap:8px;overflow:auto;padding-top:12px}.rx-mobile-search-tabs a{white-space:nowrap;border:1px solid var(--rx-border);border-radius:999px;padding:8px 14px;font-weight:800;background:#fff}
.rx-mobile-create-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:22px 22px 0 0;z-index:130;transform:translateY(110%);transition:transform .24s cubic-bezier(.2,.8,.2,1);box-shadow:0 -14px 36px rgba(15,20,25,.16);padding:10px 18px 22px}.rx-mobile-create-sheet.is-open{transform:translateY(0)}.rx-mobile-create-backdrop.is-open{opacity:1;pointer-events:auto}.rx-mobile-create-handle{width:42px;height:5px;border-radius:999px;background:#cfd9de;margin:0 auto 14px}.rx-mobile-create-sheet h2{margin:0 0 12px;font-size:22px}.rx-mobile-create-sheet a{display:flex;align-items:center;gap:14px;padding:15px 4px;border-top:1px solid var(--rx-border);font-size:20px;font-weight:800}.rx-mobile-create-sheet i{font-size:24px;width:28px;text-align:center}
.rx-bottom-nav button{border:0;background:transparent;color:var(--rx-text);font:inherit}.rx-bottom-post{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:800;gap:3px}.rx-bottom-post i{width:44px;height:44px;border-radius:999px;background:var(--rx-text);color:#fff;display:flex;align-items:center;justify-content:center;font-size:21px;margin-top:-16px;box-shadow:0 6px 18px rgba(15,20,25,.18)}
@media(max-width:900px){.rx-mobile-header{padding-left:8px;padding-right:8px}.rx-mobile-logo{position:absolute;left:50%;transform:translateX(-50%);max-width:56vw;justify-content:center}.rx-mobile-logo span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-mobile-actions{margin-left:auto}.rx-main{min-height:calc(100vh - 54px - 70px)}.rx-topbar{position:sticky;top:54px}.rx-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid var(--rx-border);display:grid;grid-template-columns:repeat(5,1fr);z-index:110;box-shadow:0 -4px 16px rgba(15,20,25,.05)}.rx-bottom-nav a,.rx-bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:800;gap:3px}.rx-bottom-nav i{font-size:22px}.rx-bottom-nav a.is-active{color:var(--rx-accent)}}
@media(min-width:901px){.rx-mobile-drawer,.rx-mobile-drawer-backdrop,.rx-mobile-search-sheet,.rx-mobile-create-sheet,.rx-mobile-create-backdrop{display:none!important}}

/* RunnerX UI Framework v4 - Mobile bottom navigation variant 2 */
@media(max-width:900px){
  body{padding-bottom:82px}
  .rx-bottom-nav{
    height:78px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:stretch;
    padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    background:rgba(255,255,255,.96);
    backdrop-filter:saturate(180%) blur(18px);
    box-shadow:0 -8px 24px rgba(15,20,25,.08);
  }
  .rx-bottom-nav a,
  .rx-bottom-nav button{
    width:100%;
    height:78px;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:8px 0 7px;
    color:#0f1419;
    text-decoration:none;
    font-size:11px;
    line-height:1;
    font-weight:800;
    border:0;
    background:transparent;
    appearance:none;
  }
  .rx-bottom-nav i{
    width:26px;
    height:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    line-height:1;
    margin:0;
  }
  .rx-bottom-nav span{
    display:block!important;
    font-size:11px;
    line-height:1;
    margin:0;
    white-space:nowrap;
  }
  .rx-bottom-post{
    margin:0!important;
    gap:4px!important;
  }
  .rx-bottom-post i{
    width:48px!important;
    height:48px!important;
    border-radius:999px;
    background:#0f1419;
    color:#fff;
    font-size:22px!important;
    margin:-12px 0 0!important;
    box-shadow:0 8px 22px rgba(15,20,25,.22);
  }
  .rx-bottom-post span{margin-top:0!important}
  .rx-bottom-nav a.is-active{color:var(--rx-accent)}
  .rx-bottom-nav a.is-active i{color:var(--rx-accent)}
  .rx-bottom-nav button:active i,
  .rx-bottom-nav a:active i{transform:scale(.96)}
  .rx-main{min-height:calc(100vh - 54px - 82px)}
  .rx-message-layout{height:calc(100vh - 54px - 53px - 82px)}
}


/* v5 refinements: profile layering, mobile titlebar cleanup */
.rx-profile-cover{position:relative;z-index:1;overflow:visible}
.rx-profile-head{position:relative;z-index:2;background:#fff}
.rx-profile-row{position:relative;z-index:3}
.rx-profile-row .rx-avatar-lg{position:relative;z-index:4}
.rx-topbar .rx-icon-btn{display:none}
@media(max-width:900px){.rx-mobile-menu-btn i.ico-bar-left,.rx-icon-btn i.ico-cross-alt{font-size:24px}.rx-profile-cover{height:180px}.rx-profile-row{margin-top:-54px}.rx-profile-actions{position:relative;z-index:5}.rx-profile-actions .rx-pill{background:#fff}}


/* v6 refinements */
.rx-share-popover{position:fixed;z-index:80;min-width:240px;max-width:min(280px,calc(100vw - 24px));}
.rx-page-titlebar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;}
.rx-page-titlebar h2{margin:0;font-size:24px;line-height:1.15;}
.rx-create-small{height:38px;min-width:auto;padding:0 16px;border-radius:999px;border:1px solid var(--rx-border);background:#0f1419;color:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:900;text-decoration:none;white-space:nowrap;}
.rx-create-small:hover{background:#272c30;color:#fff;}
.rx-create-small i{font-size:18px;}
.rx-list-card{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:16px;align-items:center;border-bottom:1px solid var(--rx-border);padding:16px 0;}
.rx-list-date{width:74px;border:1px solid var(--rx-border);border-radius:16px;overflow:hidden;text-align:center;background:#fff;box-shadow:0 4px 14px rgba(15,20,25,.06)}
.rx-list-date strong{display:block;font-size:28px;padding:8px 0 2px}.rx-list-date span{display:block;background:var(--rx-runner);font-weight:900;font-size:12px;padding:5px}.rx-list-date small{display:block;color:var(--rx-muted);font-weight:800;padding:5px}
.rx-list-thumb{width:120px;height:80px;border-radius:14px;background:linear-gradient(135deg,#d9e6f7,#f4d3df,#a8d8b7);object-fit:cover;}
.rx-list-main{min-width:0}.rx-list-main h3{margin:0 0 4px;font-size:19px}.rx-list-main p{margin:0;color:var(--rx-muted)}
.rx-list-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;color:var(--rx-muted);font-size:14px}
.rx-tabs-select{display:none;width:calc(100% - 32px);margin:10px 16px;border:1px solid var(--rx-border-2);border-radius:999px;padding:12px 14px;font-weight:800;background:#fff;color:var(--rx-text)}
.rx-follow-btn{height:34px;min-width:84px;padding:0 16px;font-size:14px;line-height:1;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;}
.rx-member-row .rx-follow-btn{align-self:center;}
.rx-author-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--rx-border);}
.rx-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;}
.rx-category-card{border:1px solid var(--rx-border);border-radius:16px;padding:16px;font-weight:900;background:#fff;}
.rx-single-hero{border-bottom:1px solid var(--rx-border);padding:18px 16px}.rx-single-hero h1{font-size:32px;line-height:1.1;margin:8px 0 10px}.rx-single-body{padding:18px 16px;font-size:17px;line-height:1.55}.rx-single-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.rx-single-fact{border:1px solid var(--rx-border);border-radius:14px;padding:12px}.rx-single-fact b{display:block}.rx-map-inline{height:260px;border-radius:18px;background:#e8eef2;display:flex;align-items:center;justify-content:center;color:var(--rx-muted);font-weight:900;margin-top:14px}
@media(max-width:640px){
  .rx-tabs{display:none!important}.rx-tabs-select{display:block}.rx-page-titlebar{align-items:center}.rx-page-titlebar h2{font-size:22px}.rx-create-small{width:42px;height:42px;padding:0;justify-content:center}.rx-create-small span{display:none}.rx-create-small i{font-size:21px}.rx-section-card{padding:16px}.rx-list-card{grid-template-columns:64px minmax(0,1fr) auto;gap:12px}.rx-list-date{width:58px;border-radius:14px}.rx-list-date strong{font-size:22px}.rx-list-thumb{display:none}.rx-category-grid{grid-template-columns:1fr}.rx-single-hero h1{font-size:27px}.rx-single-facts{grid-template-columns:1fr}.rx-share-popover{left:auto!important;right:12px!important;}
}

/* v7 single layout + plain pages */
.rx-content-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:4px 0 8px;color:var(--rx-muted);font-size:14px}
.rx-content-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:rgba(29,155,240,.10);color:var(--rx-accent);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;padding:4px 9px}
.rx-content-badge.is-runner{background:rgba(147,229,71,.22);color:#3a7d00}
.rx-content-badge.is-pink{background:rgba(249,24,128,.10);color:var(--rx-pink)}
.rx-single-hero .rx-card-head{margin-bottom:4px}.rx-single-hero .rx-media{margin-top:14px}.rx-single-hero .rx-post-actions{border-bottom:1px solid var(--rx-border);padding-bottom:6px;margin-bottom:8px}.rx-single-extra{padding:0 16px 18px}.rx-single-extra .rx-single-facts{margin-top:0}.rx-plain-page{padding:28px 16px 60px}.rx-plain-card{border:1px solid var(--rx-border);border-radius:18px;padding:28px;background:#fff}.rx-plain-card h2{font-size:32px;line-height:1.1;margin:0 0 14px}.rx-plain-card h3{font-size:21px;margin:26px 0 8px}.rx-plain-card p,.rx-plain-card li{font-size:16px;line-height:1.58;color:#26384a}.rx-plain-card ul{padding-left:20px}.rx-plain-muted{color:var(--rx-muted);font-weight:700;margin-bottom:24px}
@media(max-width:640px){.rx-plain-page{padding:18px 12px 40px}.rx-plain-card{padding:20px;border-radius:16px}.rx-plain-card h2{font-size:27px}.rx-content-meta{font-size:13px}.rx-single-hero .rx-post-actions{margin-left:-4px;margin-right:-4px}}

/* RunnerX v8 single spacing + glossary */
.rx-single-hero{border-bottom:0!important;padding-bottom:0!important}
.rx-single-hero .rx-post-actions{border-bottom:1px solid var(--rx-border)!important;padding-bottom:10px!important;margin-bottom:0!important}
.rx-single-extra{padding:18px 16px 18px!important;border-bottom:0!important}
.rx-single-extra .rx-single-facts{margin-top:0!important}
.rx-single-body{border-top:1px solid var(--rx-border)}
.rx-glossary-search{margin:16px 0 14px}.rx-glossary-search .rx-searchbox{height:48px}.rx-az-index{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 18px}.rx-az-index a,.rx-az-index button{width:34px;height:34px;border:1px solid var(--rx-border);border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--rx-muted);cursor:pointer}.rx-az-index a:hover,.rx-az-index button:hover,.rx-az-index .is-active{background:var(--rx-text);color:#fff;border-color:var(--rx-text)}.rx-glossary-list{display:flex;flex-direction:column;border:1px solid var(--rx-border);border-radius:18px;overflow:hidden}.rx-glossary-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:18px;border-bottom:1px solid var(--rx-border);background:#fff}.rx-glossary-item:last-child{border-bottom:0}.rx-glossary-item:hover{background:var(--rx-hover)}.rx-glossary-term{font-size:20px;font-weight:900;margin:0 0 4px}.rx-glossary-def{color:#26384a;margin:0;line-height:1.5}.rx-glossary-letter{font-weight:900;color:var(--rx-pink);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.rx-glossary-single-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--rx-muted);font-weight:700;margin:6px 0 12px}.rx-glossary-note{border:1px solid var(--rx-border);background:#f7f9f9;border-radius:16px;padding:16px;margin:18px 0}.rx-autolink-demo a{color:var(--rx-accent);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(29,155,240,.3)}
@media(max-width:640px){.rx-single-extra{padding:16px 12px!important}.rx-az-index a,.rx-az-index button{width:32px;height:32px}.rx-glossary-item{grid-template-columns:1fr;padding:16px}.rx-glossary-term{font-size:19px}}

/* RunnerX v9 refinements */
.rx-page-titlebar{justify-content:flex-end!important;margin-bottom:12px!important;}
.rx-page-titlebar h2{display:none!important;}
.rx-tabs-select{width:100%!important;margin:10px 0!important;}
.rx-empty-state{display:none;border:1px dashed var(--rx-border-2);border-radius:16px;background:#fff;padding:18px;color:var(--rx-muted);font-weight:800;text-align:center;margin-top:12px;}
.rx-empty-state.is-visible{display:block;}
.rx-icon-btn .ico-cross-alt{font-size:18px!important;line-height:1;}
.rx-mobile-drawer-head .rx-icon-btn{width:34px!important;height:34px!important;background:transparent!important;color:var(--rx-muted)!important;}
.rx-mobile-drawer-head .rx-icon-btn:hover{background:var(--rx-hover)!important;color:var(--rx-text)!important;}
.rx-modal-head .rx-icon-btn .ico-cross-alt,
.rx-mobile-search-head .rx-icon-btn .ico-cross-alt{font-size:17px!important;}
.rx-create-small i.ico-add{font-size:17px!important;}
@media(max-width:640px){
  .rx-tabs-select{width:100%!important;margin:10px 0!important;}
  .rx-page-titlebar{margin-bottom:10px!important;}
}

/* v10 refinements: card menu, contextual popovers, topbar create buttons */
.rx-card-head{position:relative;}
.rx-card-menu{
  width:36px;
  height:36px;
  margin-left:auto;
  border:0;
  background:transparent;
  color:var(--rx-muted);
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.rx-card-menu:hover{background:var(--rx-hover);color:var(--rx-text)}
.rx-card-menu i.ico-dots-three-horizontal{font-size:18px;line-height:1;}
.rx-card-pop{position:absolute!important;top:38px!important;right:0!important;left:auto!important;bottom:auto!important;min-width:230px;z-index:70;}
.rx-card-pop button i{font-size:18px;width:22px;text-align:center;color:var(--rx-muted)}
.rx-topbar{justify-content:space-between;}
.rx-topbar h1{min-width:0;}
.rx-topbar-create{
  height:34px;
  padding:0 14px;
  border:0!important;
  box-shadow:none!important;
  flex:0 0 auto;
  font-size:14px;
  gap:7px;
}
.rx-topbar-create i.ico-add{font-size:14px!important;}
@media(max-width:640px){
  .rx-topbar-create{width:36px;height:36px;padding:0;justify-content:center;}
  .rx-topbar-create span{display:none;}
  .rx-card-pop{right:0!important;max-width:calc(100vw - 32px);}
}


/* v11: centered desktop create popover + mobile post spacing */
.rx-create-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(15,20,25,.35);
  z-index:140;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}
.rx-create-modal-backdrop.is-open{opacity:1;pointer-events:auto;}
.rx-create-modal{
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%,-48%) scale(.98);
  width:min(520px,calc(100vw - 32px));
  background:#fff;
  border:1px solid var(--rx-border);
  border-radius:24px;
  box-shadow:0 18px 60px rgba(15,20,25,.20);
  z-index:150;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
  overflow:hidden;
}
.rx-create-modal.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1);}
.rx-create-modal-head{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--rx-border);}
.rx-create-modal-head h2{margin:0;font-size:20px;font-weight:900;}
.rx-create-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px;}
.rx-create-modal-grid a{display:flex;align-items:center;gap:14px;border:1px solid var(--rx-border);border-radius:18px;padding:16px;background:#fff;font-size:18px;font-weight:900;}
.rx-create-modal-grid a:hover{background:var(--rx-hover);}
.rx-create-modal-grid i{width:34px;height:34px;border-radius:999px;background:var(--rx-text);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;}
@media(max-width:900px){.rx-create-modal,.rx-create-modal-backdrop{display:none!important}}
@media(max-width:640px){
  .rx-bottom-nav{height:82px!important;align-items:center!important;padding:6px 0 max(6px,env(safe-area-inset-bottom))!important;}
  .rx-bottom-nav a,.rx-bottom-post{height:64px!important;padding-top:4px!important;gap:4px!important;justify-content:center!important;}
  .rx-bottom-post i{width:44px!important;height:44px!important;margin:-6px 0 0!important;font-size:20px!important;}
  .rx-bottom-post span{margin-top:0!important;line-height:1!important;}
}

/* RunnerX v12 refinements */
.rx-close-page{margin-left:auto;color:var(--rx-muted)}
.rx-close-page i{font-size:18px}
.rx-tab-panel{display:none}
.rx-tab-panel.is-active{display:block}
.rx-category-grid.rx-tab-panel.is-active{display:grid}
.rx-user-hovercard{position:fixed;z-index:500;width:302px;background:#fff;border:1px solid var(--rx-border);border-radius:18px;box-shadow:0 12px 34px rgba(15,20,25,.18);padding:16px;display:none;pointer-events:auto}
.rx-user-hovercard.is-open{display:block}
.rx-user-hover-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}
.rx-user-hovercard .rx-avatar{width:58px;height:58px}
.rx-user-hovercard b{display:block;font-size:18px;font-weight:900}
.rx-user-hovercard span{display:block;color:var(--rx-muted);margin:1px 0 12px}
.rx-user-hovercard p{margin:0 0 12px;line-height:1.35}
.rx-hover-stats{display:flex;gap:8px;color:var(--rx-muted);margin-bottom:14px}
.rx-hover-stats b{display:inline;font-size:15px;color:var(--rx-text)}
.rx-hover-profile{height:38px;border:1px solid var(--rx-border-2);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900}
.rx-hover-profile:hover{background:var(--rx-hover)}
.rx-hover-target{cursor:pointer}
@media(max-width:767px){.rx-close-page{width:34px;height:34px}.rx-user-hovercard{display:none!important}}


/* RunnerX v13: WP-ready single/content refinements */
.rx-card-menu i.ico-dots-three-horizontal{font-size:18px;line-height:1;}
.rx-card-pop{transform-origin:top right;}
.rx-user-hovercard{transition:opacity .12s ease, transform .12s ease;}
.rx-user-hovercard.is-open{opacity:1;transform:translateY(0);}
.rx-template-note{margin:16px;padding:14px 16px;border:1px dashed var(--rx-border-2);border-radius:16px;color:var(--rx-muted);font-weight:800;background:#fbfdff;}

/* RunnerX v14: X-like profile header, global popover/modal helpers */
.rx-profile-topbar{gap:12px;justify-content:flex-start!important;}
.rx-back-btn{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--rx-text);text-decoration:none;flex:0 0 auto;}
.rx-back-btn:hover{background:var(--rx-hover);}
.rx-back-btn i{font-size:20px;}
.rx-topbar-title{display:flex;flex-direction:column;line-height:1.1;min-width:0;}
.rx-topbar-title h1{margin:0;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-topbar-title span{font-size:13px;color:var(--rx-muted);font-weight:600;margin-top:3px;}
.rx-profile-cover-image{height:200px;background:linear-gradient(135deg,#cfe5f0,#dce6ec);overflow:hidden;}
.rx-cover-placeholder{width:100%;height:100%;display:flex;align-items:flex-end;padding:18px;color:#fff;font-weight:900;background:linear-gradient(135deg,#2a9dcc,#8adcf0 45%,#bfe8ff);}
.rx-profile-head-x{padding-top:0!important;}
.rx-profile-head-x .rx-profile-row{min-height:76px;margin-top:-74px;align-items:flex-end;}
.rx-profile-avatar-overlap{width:148px!important;height:148px!important;border:4px solid #fff;background:#fff;box-shadow:0 1px 2px rgba(15,20,25,.08);}
.rx-profile-actions-x{display:flex;align-items:center;gap:10px;margin-bottom:10px;margin-left:auto;}
.rx-profile-menu-wrap{position:relative;}
.rx-profile-menu-btn{width:38px;height:38px;border:1px solid var(--rx-border-2)!important;background:#fff!important;}
.rx-profile-menu-btn:hover{background:var(--rx-hover)!important;}
.rx-profile-menu-btn i{font-size:18px;}
.rx-profile-pop{position:absolute!important;right:0!important;top:46px!important;left:auto!important;min-width:270px;z-index:90;}
.rx-profile-pop button i{font-size:18px;width:22px;color:var(--rx-muted);}
.rx-profile-head-x .rx-profile-name{font-size:26px;margin-top:8px;}
.rx-profile-head-x .rx-profile-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--rx-muted);}
.rx-profile-head-x .rx-profile-stats{gap:18px;}
.rx-profile-head-x .rx-profile-stats span{color:var(--rx-muted);}
.rx-profile-head-x .rx-profile-stats b{color:var(--rx-text);}
.rx-user-hovercard{pointer-events:auto;}
.rx-hover-profile{cursor:pointer;background:#fff;}
.rx-short-profile-modal-backdrop{position:fixed;inset:0;background:rgba(15,20,25,.45);z-index:180;display:none;align-items:center;justify-content:center;padding:18px;}
.rx-short-profile-modal-backdrop.is-open{display:flex;}
.rx-short-profile-modal{width:min(520px,calc(100vw - 24px));background:#fff;border-radius:24px;box-shadow:0 18px 60px rgba(15,20,25,.25);overflow:hidden;}
.rx-short-profile-head{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--rx-border);}
.rx-short-profile-head h2{margin:0;font-size:20px;font-weight:900;}
.rx-short-profile-cover{height:120px;background:linear-gradient(135deg,#cfe5f0,#dce6ec);}
.rx-short-profile-body{padding:0 18px 18px;}
.rx-short-profile-body .rx-avatar-lg{margin-top:-48px;width:96px;height:96px;border:4px solid #fff;background:#fff;}
.rx-short-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;}
.rx-short-profile-stat{border:1px solid var(--rx-border);border-radius:16px;padding:12px;background:#fff;}
.rx-short-profile-stat span{display:block;color:var(--rx-muted);font-size:13px;font-weight:700;}
.rx-short-profile-stat b{font-size:18px;}
.rx-short-profile-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--rx-muted);margin:10px 0;}
.rx-short-profile-actions{display:flex;gap:10px;margin-top:14px;}
.rx-short-profile-actions .rx-btn,.rx-short-profile-actions .rx-pill{flex:1;justify-content:center;}
@media(max-width:900px){.rx-profile-cover-image{height:210px}.rx-profile-head-x .rx-profile-row{margin-top:-58px;min-height:68px}.rx-profile-avatar-overlap{width:112px!important;height:112px!important}.rx-profile-actions-x{margin-bottom:8px}.rx-profile-head-x .rx-profile-name{font-size:25px}.rx-short-profile-grid{grid-template-columns:1fr 1fr}.rx-cover-placeholder{font-size:14px}}
@media(max-width:560px){.rx-profile-cover-image{height:190px}.rx-profile-avatar-overlap{width:104px!important;height:104px!important}.rx-profile-menu-btn{width:36px;height:36px}.rx-profile-actions-x .rx-follow-btn{height:36px;padding:0 16px}.rx-short-profile-modal-backdrop{align-items:flex-end;padding:0}.rx-short-profile-modal{width:100%;border-radius:24px 24px 0 0}.rx-short-profile-grid{grid-template-columns:1fr}}


/* RunnerX v15 refinements */
.rx-form-topbar{justify-content:flex-start;}
.rx-form-topbar h1{flex:1;}
.rx-form-topbar .rx-back-btn{margin-left:-6px;}
.rx-form-topbar .rx-back-btn i{font-size:22px;}
.rx-profile-head-x{position:relative;z-index:2;}
.rx-profile-cover-image{position:relative;z-index:1;overflow:visible;}
.rx-profile-head-x .rx-profile-row{margin-top:-88px!important;min-height:96px!important;align-items:flex-end!important;position:relative;z-index:5;}
.rx-profile-avatar-overlap{position:relative;z-index:6;}
.rx-hover-profile{width:100%;min-height:38px;border:1px solid var(--rx-border-2);border-radius:999px;background:#fff;color:var(--rx-text);}
.rx-hover-profile i{font-size:18px;}
.rx-user-hovercard.is-closing{pointer-events:none;}
@media(max-width:900px){.rx-profile-head-x .rx-profile-row{margin-top:-66px!important;min-height:74px!important}}


/* RunnerX v16: X-like action alignment and adaptive tooltips */
.rx-tooltip{position:fixed;z-index:99999;max-width:220px;padding:5px 9px;border-radius:6px;background:#111827;color:#fff;font-size:12px;font-weight:700;line-height:1.2;box-shadow:0 4px 14px rgba(0,0,0,.18);pointer-events:none;opacity:0;transform:translateY(2px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}
.rx-tooltip.is-visible{opacity:1;transform:none}
.rx-tooltip:after{content:"";position:absolute;border:5px solid transparent}
.rx-tooltip[data-side="top"]:after{top:100%;left:50%;transform:translateX(-50%);border-top-color:#111827}
.rx-tooltip[data-side="bottom"]:after{bottom:100%;left:50%;transform:translateX(-50%);border-bottom-color:#111827}
.rx-tooltip[data-side="left"]:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:#111827}
.rx-tooltip[data-side="right"]:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:#111827}
.rx-account [data-user-hover],.rx-account .rx-avatar,.rx-account .rx-account-name{cursor:default}
@media(max-width:767px){.rx-tooltip{display:none}.rx-post-actions{height:46px}.rx-action{padding:0 6px}}


/* RunnerX v17 fixes */
.rx-account .rx-kebab{font-size:18px;color:#0f1419;opacity:.9}
.rx-account-btn:hover .rx-kebab{opacity:1}
.rx-tooltip{pointer-events:none;border-radius:6px;padding:5px 9px;transform:none!important;transition:opacity .08s ease!important;}
.rx-tooltip:after{display:none!important;content:none!important}
.rx-profile-cover-image{height:250px!important;}
.rx-profile-head-x .rx-profile-row{margin-top:-76px!important;min-height:92px!important;}
.rx-profile-avatar-overlap{width:142px!important;height:142px!important;border-width:4px!important;position:relative;z-index:3}
.rx-profile-actions-x{position:relative;z-index:4;margin-bottom:14px}
@media(max-width:900px){.rx-profile-cover-image{height:220px!important}.rx-profile-head-x .rx-profile-row{margin-top:-66px!important;min-height:82px!important}.rx-profile-avatar-overlap{width:122px!important;height:122px!important}}
@media(max-width:560px){.rx-profile-cover-image{height:210px!important}.rx-profile-head-x .rx-profile-row{margin-top:-62px!important;min-height:76px!important}.rx-profile-avatar-overlap{width:112px!important;height:112px!important}}

/* RunnerX v18: stronger X-style cover/avatar overlap and remove short-profile modal flow */
.rx-profile-cover-image{
    height:250px!important;
    position:relative;
    z-index:1;
}
.rx-profile-head-x{
    position:relative;
    z-index:2;
    padding-top:0!important;
    margin-top:0!important;
}
.rx-profile-head-x .rx-profile-row{
    margin-top:0!important;
    min-height:88px!important;
    align-items:flex-end!important;
    position:relative;
    z-index:5;
    transform:translateY(-76px);
    margin-bottom:-76px;
}
.rx-profile-avatar-overlap{
    width:148px!important;
    height:148px!important;
    border:4px solid #fff!important;
    background:#fff;
    box-shadow:0 1px 3px rgba(15,20,25,.12);
    position:relative;
    z-index:6;
}
.rx-profile-actions-x{
    position:relative;
    z-index:7;
    margin-bottom:10px!important;
}
.rx-hover-profile{
    text-decoration:none;
}
.rx-short-profile-modal-backdrop{
    display:none!important;
}
@media(max-width:900px){
    .rx-profile-cover-image{height:220px!important;}
    .rx-profile-head-x .rx-profile-row{transform:translateY(-64px);margin-bottom:-64px;min-height:78px!important;}
    .rx-profile-avatar-overlap{width:122px!important;height:122px!important;}
}
@media(max-width:560px){
    .rx-profile-cover-image{height:190px!important;}
    .rx-profile-head-x .rx-profile-row{transform:translateY(-58px);margin-bottom:-58px;min-height:72px!important;}
    .rx-profile-avatar-overlap{width:112px!important;height:112px!important;}
}


/* RunnerX v21: Auth, components, icon library and typed hovercards */
.rx-auth-card{max-width:520px;margin:28px auto;border:1px solid var(--rx-border);border-radius:24px;padding:28px;background:#fff}
.rx-auth-card h2{font-size:30px;line-height:1.1;margin:0 0 10px;font-weight:900}.rx-auth-card p{color:var(--rx-muted)}
.rx-auth-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.rx-auth-link{color:var(--rx-accent);font-weight:800}.rx-guest-box{margin-top:auto;border:1px solid var(--rx-border);border-radius:22px;padding:18px 16px;background:#fff}.rx-guest-box h3{margin:0 0 6px;font-size:22px;line-height:1.1}.rx-guest-box p{margin:0 0 14px;color:var(--rx-muted)}.rx-guest-box .rx-btn{width:100%;justify-content:center;display:flex}.rx-guest-box small{display:block;text-align:center;margin-top:12px;color:var(--rx-muted)}
.rx-turnstile-placeholder{border:1px dashed var(--rx-border-2);border-radius:14px;padding:18px;text-align:center;color:var(--rx-muted);background:#f7f9f9;font-weight:800}.rx-run-repeater{display:flex;flex-direction:column;gap:10px}.rx-run-row{display:grid;grid-template-columns:1fr 1.3fr 1fr .8fr .8fr 38px;gap:8px;align-items:center}.rx-run-row .rx-icon-btn{background:#f7f9f9}.rx-onboarding-hero{height:156px;border-radius:22px;background:linear-gradient(135deg,#dfefff,#e6ffd0);position:relative;margin-bottom:72px}.rx-onboarding-avatar{position:absolute;left:24px;bottom:-54px;width:108px;height:108px;border-radius:999px;border:4px solid #fff;background:#eff3f4;display:flex;align-items:center;justify-content:center;font-size:36px;color:var(--rx-muted)}
.rx-icons-toolbar{display:flex;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--rx-border)}.rx-icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;padding:16px}.rx-icon-tile{border:1px solid var(--rx-border);border-radius:16px;padding:14px;background:#fff;display:flex;align-items:center;gap:12px;cursor:pointer;min-width:0}.rx-icon-tile:hover{background:var(--rx-hover)}.rx-icon-tile i{font-size:24px;width:28px;text-align:center}.rx-icon-tile code{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--rx-muted)}
.rx-components-nav{display:flex;gap:8px;flex-wrap:wrap;padding:16px;border-bottom:1px solid var(--rx-border)}.rx-components-nav a{border:1px solid var(--rx-border);border-radius:999px;padding:8px 13px;font-weight:800}.rx-component-swatch{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.rx-component-demo{border:1px solid var(--rx-border);border-radius:18px;padding:16px;background:#fff}.rx-color-chip{height:48px;border-radius:14px;border:1px solid var(--rx-border);display:flex;align-items:center;padding:0 12px;font-weight:900}
.rx-hovercard{position:fixed;z-index:99990;width:320px;background:#fff;border:1px solid var(--rx-border);border-radius:20px;box-shadow:0 12px 36px rgba(15,20,25,.16);padding:16px;display:none}.rx-hovercard.is-open{display:block}.rx-hovercard .rx-hover-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.rx-hovercard h3{margin:8px 0 2px;font-size:20px}.rx-hovercard p{margin:8px 0;color:var(--rx-muted)}.rx-hover-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0}.rx-hover-kpis div{background:#f7f9f9;border-radius:14px;padding:10px}.rx-hover-kpis b{display:block}.rx-hover-meta{display:flex;flex-direction:column;gap:8px;color:var(--rx-muted);margin:12px 0}.rx-hover-meta span{display:flex;align-items:center;gap:8px}.rx-hover-btn{width:100%;min-height:40px;border-radius:999px;background:#0f1419;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;margin-top:10px}.rx-tag-link,.rx-entity-link{color:var(--rx-accent);font-weight:800}.rx-page-note{padding:12px 16px;color:var(--rx-muted);border-bottom:1px solid var(--rx-border)}
@media(max-width:767px){.rx-auth-card{margin:16px;border-radius:20px;padding:20px}.rx-run-row{grid-template-columns:1fr}.rx-icons-grid{grid-template-columns:1fr 1fr}.rx-hovercard{display:none!important}.rx-guest-box{display:none}.rx-components-nav{overflow:auto;flex-wrap:nowrap}.rx-components-nav a{white-space:nowrap}}

/* RunnerX v22: form/upload polish, validation notices, guest mobile state */
.rx-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:start!important;
}
.rx-form-grid > *{min-width:0!important;}
.rx-section-card{
  overflow:hidden;
}
.rx-upload{
  position:relative!important;
  min-height:96px!important;
  padding:18px!important;
  border:1.5px dashed var(--rx-border-2)!important;
  background:#fbfdff!important;
  border-radius:18px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  cursor:pointer!important;
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
.rx-upload:hover{
  background:#f7fbff!important;
  border-color:var(--rx-accent)!important;
  box-shadow:0 0 0 1px rgba(29,155,240,.08)!important;
}
.rx-upload i{
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
  background:#eff3f4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:20px!important;
  color:#536471!important;
}
.rx-upload span{
  display:block!important;
  min-width:0!important;
  color:var(--rx-muted)!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.rx-upload span::after{
  content:'Datei auswählen';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  margin-top:8px;
  padding:0 14px;
  border-radius:999px;
  background:#0f1419;
  color:#fff;
  font-weight:900;
  font-size:13px;
}
.rx-upload input[type=file]{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  width:100%!important;
  height:100%!important;
  cursor:pointer!important;
}
.rx-upload-preview{
  width:100%;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:10px!important;
}
.rx-upload-preview:empty{display:none!important;}
.rx-thumb{
  width:88px!important;
  height:88px!important;
  border-radius:14px!important;
  border:1px solid var(--rx-border)!important;
}
.rx-form-notice{
  border-radius:16px;
  padding:14px 16px;
  margin:0 0 16px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:700;
  line-height:1.4;
  border:1px solid var(--rx-border);
  background:#f7f9f9;
}
.rx-form-notice i{font-size:19px;margin-top:1px;}
.rx-form-notice.is-error{background:#fff1f2;border-color:#ffd6dc;color:#991b1b;}
.rx-form-notice.is-success{background:#f0fdf4;border-color:#bbf7d0;color:#14532d;}
.rx-form-notice.is-info{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a;}
.rx-guest-mobile-cta{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:16px;
  border-top:1px solid var(--rx-border);
  background:#fff;
}
.rx-guest-mobile-cta h3{font-size:20px;line-height:1.1;margin:0;}
.rx-guest-mobile-cta p{margin:0;color:var(--rx-muted);}
.rx-bottom-auth{
  display:none;
}
@media(max-width:900px){
  .rx-form-grid{grid-template-columns:1fr!important;gap:14px!important;}
  .rx-page-pad{padding:16px 12px 100px!important;}
  .rx-section-card{padding:16px!important;border-radius:18px!important;}
  .rx-upload{grid-template-columns:40px minmax(0,1fr)!important;min-height:90px!important;padding:16px!important;}
  .rx-upload span::after{width:auto;}
  .rx-onboarding-hero{height:150px!important;}
  .rx-onboarding-avatar{width:104px!important;height:104px!important;bottom:-52px!important;}
  .rx-onboarding-hero + .rx-form-grid{margin-top:64px!important;}
  .rx-guest-box{display:none!important;}
  .rx-bottom-auth{display:flex!important;}
  .rx-bottom-nav.rx-guest-bottom{grid-template-columns:repeat(5,1fr)!important;}
}

/* RunnerX v24: typed hover links inside sidebar/widgets without nested anchors */
.rx-tag-link,.rx-entity-link{cursor:pointer;display:inline;}
.rx-widget-row .rx-tag-link,.rx-widget-row .rx-entity-link{color:inherit;font-weight:900;}
.rx-widget-row .rx-tag-link:hover,.rx-widget-row .rx-entity-link:hover{color:var(--rx-accent);}
.rx-tag-suggestions .rx-pill{border:1px solid var(--rx-border);background:#fff;color:var(--rx-text);}
.rx-tag-suggestions .rx-pill:hover{background:var(--rx-hover);}


/* v25 Startnummernbörse */
.rx-bib-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#ecfdf3;color:#167b3a;font-weight:900;font-size:12px;padding:6px 10px}.rx-bib-status.is-sold{background:#fff1f2;color:#be123c}.rx-bib-price{font-size:24px;font-weight:950;color:var(--rx-text);letter-spacing:-.02em}.rx-bib-list{display:grid;gap:14px}.rx-bib-card{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--rx-border);border-radius:22px;background:#fff;text-decoration:none;color:inherit;transition:.18s}.rx-bib-card:hover{background:var(--rx-hover)}.rx-bib-event{width:76px;height:76px;border-radius:18px;background:linear-gradient(135deg,#dff3ff,#eaffd9);display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:950;color:var(--rx-text)}.rx-bib-event i{font-size:22px;margin-bottom:4px}.rx-bib-main h3{margin:0 0 6px;font-size:20px}.rx-bib-main p{margin:0;color:var(--rx-muted);line-height:1.35}.rx-bib-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;color:var(--rx-muted);font-size:14px}.rx-bib-meta span{display:inline-flex;align-items:center;gap:5px}.rx-bib-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.rx-event-market{margin-top:18px;padding-top:18px;border-top:1px solid var(--rx-border)}.rx-event-market-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.rx-event-market-head h2{margin:0;font-size:22px}.rx-bib-mini{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--rx-border);border-radius:18px;padding:14px;background:#fff}.rx-bib-mini strong{display:block}.rx-bib-mini small{color:var(--rx-muted)}.rx-bib-notice{border:1px solid var(--rx-border);background:#f8fafc;border-radius:18px;padding:14px 16px;color:var(--rx-muted);line-height:1.45}.rx-bib-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.rx-bib-step{border:1px solid var(--rx-border);border-radius:18px;padding:14px;background:#fff}.rx-bib-step b{display:block;margin-bottom:4px}.rx-bib-form-event{display:flex;align-items:center;gap:12px;border:1px solid var(--rx-border);border-radius:18px;padding:12px;background:#fff}.rx-bib-form-event .rx-mini-date{flex:0 0 auto}.rx-hover-card.is-bib .rx-hover-title:before{content:'Startnummer';display:block;text-transform:uppercase;color:#f91880;font-size:12px;font-weight:950;letter-spacing:.04em;margin-bottom:2px}
@media(max-width:700px){.rx-bib-card{grid-template-columns:54px minmax(0,1fr);align-items:start}.rx-bib-event{width:54px;height:54px;border-radius:16px}.rx-bib-side{grid-column:2;align-items:flex-start;flex-direction:row}.rx-bib-steps{grid-template-columns:1fr}.rx-event-market-head{align-items:flex-start;flex-direction:column}.rx-bib-mini{align-items:flex-start;flex-direction:column}}

.rx-topbar-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.rx-topbar-actions .rx-create-small{position:static}
@media(max-width:560px){.rx-topbar-actions .rx-create-small span{display:none}.rx-topbar-actions .rx-create-small{width:40px;padding:0;justify-content:center}}

/* v26: Startnummern-Formular und Activity-Menü vereinheitlicht */
.rx-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
  font-weight:400;
}
.rx-form label > b{
  font-weight:900;
}
.rx-form input:not([type="file"]),
.rx-form select,
.rx-form textarea{
  width:100%;
  min-height:46px;
  border:1px solid var(--rx-border-2);
  border-radius:14px;
  background:#fff;
  color:var(--rx-text);
  padding:11px 14px;
  font:15px/1.35 Arial,Helvetica,sans-serif;
  outline:0;
}
.rx-form textarea{
  min-height:118px;
  resize:vertical;
}
.rx-form input:not([type="file"]):focus,
.rx-form select:focus,
.rx-form textarea:focus{
  border-color:var(--rx-accent);
  box-shadow:0 0 0 1px var(--rx-accent);
}
.rx-form-actions{
  margin-top:16px;
  display:flex;
  justify-content:flex-start;
}
.rx-bib-form-event{
  flex-wrap:wrap;
}
.rx-bib-form-event .rx-pill{
  margin-left:auto;
  min-height:42px;
}
.rx-tag-field{
  margin-top:14px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.rx-tag-suggestions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.rx-tag-suggestions button{
  border:1px solid var(--rx-border);
  background:#f7f9f9;
  border-radius:999px;
  padding:7px 11px;
  font-weight:800;
  cursor:pointer;
}
.rx-tag-suggestions button:hover{background:#eff3f4;}
.rx-post-menu{
  margin-left:auto;
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:var(--rx-muted);
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  flex:0 0 auto;
}
.rx-post-menu:hover{
  background:var(--rx-hover);
  color:var(--rx-text);
}
.rx-post-menu i{
  font-size:18px;
  line-height:1;
}
.rx-card-head .rx-post-menu + .rx-popover,
.rx-card-head .rx-card-pop{
  right:0!important;
}
@media(max-width:700px){
  .rx-bib-form-event{align-items:flex-start;}
  .rx-bib-form-event .rx-pill{margin-left:0;width:100%;}
}

/* RunnerX v27: Startnummern-/Upload-Feinschliff */
.rx-upload{
  margin-top:14px;
  flex-wrap:wrap;
  row-gap:12px;
}
.rx-upload > i{
  width:44px;
  height:44px;
  border-radius:999px;
  background:#eff3f4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--rx-muted);
  font-size:22px;
  flex:0 0 auto;
}
.rx-upload input[type="file"]{
  flex-basis:100%;
  margin-left:58px;
  max-width:calc(100% - 58px);
}
.rx-upload input[type="file"]::file-selector-button{
  border:0;
  border-radius:999px;
  background:#0f1419;
  color:#fff;
  font-weight:900;
  padding:10px 16px;
  cursor:pointer;
  margin-right:10px;
}
.rx-tag-field{margin-top:18px;}
.rx-card-head{position:relative;}
.rx-card-head .rx-post-menu + .rx-card-pop{
  position:absolute!important;
  top:38px!important;
  right:0!important;
  left:auto!important;
  bottom:auto!important;
  min-width:230px;
  z-index:80;
}
@media(max-width:640px){
  .rx-upload input[type="file"]{
    margin-left:0;
    max-width:100%;
  }
}

/* RunnerX v3.1 form refinements */
.rx-form-shell{padding:24px 16px 40px}.rx-form-card{border:1px solid var(--rx-border);border-radius:18px;padding:22px;margin:0 0 18px;background:#fff}.rx-form-card h2{margin:0 0 18px;font-size:22px}.rx-field span,.rx-check-grid legend{display:flex;align-items:center;gap:8px;font-weight:900;color:var(--rx-text);margin-bottom:7px}.rx-field span i{font-size:18px;color:var(--rx-muted)}.rx-field input,.rx-field select,.rx-field textarea{width:100%;border:1px solid var(--rx-border-2);border-radius:14px;padding:13px 14px;font:inherit;background:#fff;outline:0}.rx-field textarea{min-height:132px;resize:vertical}.rx-field input:focus,.rx-field select:focus,.rx-field textarea:focus{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent)}.rx-field em{font-style:normal;color:var(--rx-pink)}.rx-field-full{grid-column:1/-1}.rx-check-grid{border:0;padding:0;margin:0;grid-column:1/-1}.rx-check-grid>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rx-check-grid label{border:1px solid var(--rx-border);border-radius:999px;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;font-weight:800;background:#fff;cursor:pointer}.rx-check-grid input{accent-color:var(--rx-accent)}.rx-location-field input{margin-bottom:12px}.rx-map-preview{min-height:220px;border:1px solid var(--rx-border);border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#e8f2ff,#f7fbff);display:flex;align-items:center;justify-content:center;color:var(--rx-muted);text-align:center}.rx-map-preview>div{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px}.rx-map-preview i{font-size:34px;color:var(--rx-accent)}.rx-map-preview iframe{width:100%;height:260px;border:0;display:block}.rx-social-grid .rx-field span i{width:20px}.rx-upload-field{margin-top:4px}.rx-upload-box{border:2px dashed var(--rx-border-2);border-radius:18px;padding:18px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:14px;align-items:center;background:#fbfdff}.rx-upload-icon{width:46px;height:46px;border-radius:999px;background:#eef3f7;display:flex;align-items:center;justify-content:center;color:#536471}.rx-upload-icon i{font-size:24px}.rx-upload-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.rx-upload-copy small{color:var(--rx-muted);font-weight:700}.rx-upload-btn{border:0;border-radius:999px;background:#0f1419;color:#fff;font-weight:900;padding:11px 16px;white-space:nowrap;cursor:pointer}.rx-upload-box input[type=file]{display:none}.rx-form-actions{padding:0 16px 36px}.rx-form-actions .rx-btn{display:inline-flex;gap:8px;align-items:center}.rx-tag-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}@media(max-width:760px){.rx-form-shell{padding:16px 12px 94px}.rx-form-grid{grid-template-columns:1fr}.rx-check-grid>div{grid-template-columns:1fr 1fr}.rx-upload-box{grid-template-columns:42px minmax(0,1fr);}.rx-upload-btn{grid-column:1/-1;justify-self:start}.rx-map-preview{min-height:170px}.rx-social-grid{grid-template-columns:1fr!important}}@media(max-width:420px){.rx-check-grid>div{grid-template-columns:1fr}}


/* RunnerX v3.3 UI-Fixes */
.rx-page-header{display:flex;align-items:center;gap:14px;min-height:56px;padding:0 16px;border-bottom:1px solid var(--rx-border);background:#fff}
.rx-page-header h2{margin:0;font-size:20px;font-weight:900;line-height:1.15;flex:1}
.rx-create-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:999px;background:#0f1419;color:#fff;font-size:13px;font-weight:900;line-height:1;padding:9px 13px;min-height:34px;white-space:nowrap}
.rx-create-btn i{font-size:15px}.rx-create-btn:hover{filter:brightness(.96)}
.rx-upload-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.rx-upload-item{position:relative;width:92px;height:92px;border-radius:14px;background:#f0f3f4;overflow:hidden;border:1px solid var(--rx-border)}.rx-upload-item .rx-thumb{width:100%;height:100%;border-radius:0;display:block;object-fit:cover}.rx-upload-item [data-upload-remove]{position:absolute;right:6px;top:6px;width:28px;height:28px;border:0;border-radius:999px;background:rgba(15,20,25,.88);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.rx-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--rx-muted)}.rx-upload-item.is-loading{display:flex;align-items:center;justify-content:center}.rx-upload-item.is-loading button{position:absolute;left:8px;right:8px;bottom:8px;border:0;border-radius:999px;padding:5px;font-size:11px;font-weight:800}
.rx-single-related{border:1px solid var(--rx-border);border-radius:18px;margin:16px;padding:16px;background:#fff}.rx-single-related h2{margin:0 0 12px;font-size:20px}.rx-single-related-list{display:grid;gap:10px}.rx-related-ticket{display:flex;align-items:center;gap:10px;border:1px solid var(--rx-border);border-radius:14px;padding:12px}.rx-related-ticket i{color:var(--rx-accent);font-size:20px}.rx-related-ticket b{display:block}.rx-related-ticket small{color:var(--rx-muted);font-weight:700}
@media(max-width:760px){.rx-page-header{min-height:52px;padding:0 12px}.rx-page-header h2{font-size:18px}.rx-create-btn span{font-size:12px}.rx-create-btn{padding:8px 11px}}

/* RunnerX v3.3.1 fixes */
.rx-topbar-create{margin-left:auto;flex:0 0 auto;min-height:38px;padding:9px 15px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#0f172a;color:#fff;font-weight:900;text-decoration:none;line-height:1}
.rx-topbar-create i{font-size:16px}.rx-topbar-create span{font-size:13px}
.rx-lighteditor{border:1px solid var(--rx-border-2);border-radius:16px;background:#fff;overflow:hidden}
.rx-lighteditor:focus-within{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent)}
.rx-lighteditor-toolbar{display:flex;gap:4px;align-items:center;flex-wrap:wrap;padding:8px;border-bottom:1px solid var(--rx-border);background:#f7f9f9}
.rx-lighteditor-toolbar button{width:36px;height:34px;border:0;border-radius:10px;background:#fff;color:var(--rx-text);display:inline-flex;align-items:center;justify-content:center;font-weight:900;cursor:pointer;box-shadow:inset 0 0 0 1px var(--rx-border)}
.rx-lighteditor-toolbar button:hover{background:#eff3f4}
.rx-lighteditor textarea.rx-lighteditor-textarea{border:0!important;box-shadow:none!important;border-radius:0!important;min-height:260px;font:inherit;line-height:1.55;padding:14px!important}
.rx-tag-field{position:relative}.rx-tag-suggestions{position:relative;z-index:30}.rx-tag-suggestions button{cursor:pointer}
.rx-map-preview.has-map{display:block;padding:0;text-align:left}.rx-map-preview.has-map>div,.rx-map-preview.has-map iframe{width:100%;height:260px;min-height:260px}
@media(max-width:760px){.rx-topbar-create{width:42px;height:42px;padding:0;justify-content:center}.rx-topbar-create span{display:none}}

/* RunnerX v3.3.2: ein globaler Topbar-Header mit Aktionsbutton rechts */
.rx-global-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:0 18px;border-bottom:1px solid var(--rx-border);background:#fff;position:sticky;top:0;z-index:70}.rx-topbar-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.rx-global-topbar h1{margin:0;font-size:20px;font-weight:900;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-global-topbar .rx-back-btn{flex:0 0 auto}.rx-global-topbar .rx-topbar-create{margin-left:auto;flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:9px 15px;border-radius:999px;background:#08162f;color:#fff!important;font-weight:900;text-decoration:none;line-height:1}.rx-global-topbar .rx-topbar-create i{font-size:15px}.rx-global-topbar .rx-topbar-create span{font-size:13px}.rx-page-titlebar.rx-form-titlebar{display:none!important}.rx-page-header{display:none!important}@media(max-width:900px){.rx-global-topbar{top:54px}.rx-global-topbar .rx-topbar-create{width:40px;height:40px;padding:0}.rx-global-topbar .rx-topbar-create span{display:none}}@media(max-width:560px){.rx-global-topbar{padding:0 12px}.rx-global-topbar h1{font-size:19px}}


/* RunnerX v3.3.4 WYSIWYG Artikel-Editor */
.rx-wysiwyg{border:1px solid var(--rx-border-2);border-radius:18px;background:#fff;overflow:hidden}
.rx-wysiwyg:focus-within{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent)}
.rx-wysiwyg-toolbar{display:flex;gap:6px;align-items:center;flex-wrap:wrap;padding:9px;border-bottom:1px solid var(--rx-border);background:#f7f9f9;position:sticky;top:0;z-index:2}
.rx-wysiwyg-toolbar button{width:38px;height:36px;border:1px solid var(--rx-border);border-radius:11px;background:#fff;color:var(--rx-text);display:inline-flex;align-items:center;justify-content:center;font-weight:900;cursor:pointer}
.rx-wysiwyg-toolbar button:hover{background:#eff3f4}
.rx-wysiwyg-area{min-height:360px;padding:22px;font-size:18px;line-height:1.72;outline:0;color:var(--rx-text)}
.rx-wysiwyg-area:empty:before{content:attr(data-placeholder);color:var(--rx-muted);pointer-events:none}
.rx-wysiwyg-area p{margin:0 0 1em}.rx-wysiwyg-area strong{font-weight:900}.rx-wysiwyg-area em{font-style:italic}.rx-wysiwyg-area ul{padding-left:1.3em;margin:0 0 1em}.rx-wysiwyg-area li{margin:.25em 0}.rx-wysiwyg-area a{color:var(--rx-accent);text-decoration:underline;text-underline-offset:3px}.rx-wysiwyg-area blockquote{margin:1.1em 0;padding:14px 18px;border-left:4px solid var(--rx-runner);background:#f7f9f9;border-radius:0 14px 14px 0;font-weight:700;color:#26384a}
.rx-editor-image-wrap{position:relative;margin:18px 0;border:1px solid var(--rx-border);border-radius:18px;overflow:hidden;background:#f0f3f4;display:block}
.rx-editor-image-wrap img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}.rx-editor-image-remove{position:absolute;right:10px;top:10px;width:36px;height:36px;border:0;border-radius:999px;background:rgba(15,20,25,.86);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.rx-editor-image-loading{display:flex;gap:10px;align-items:center;justify-content:center;min-height:160px;font-weight:900;color:var(--rx-muted)}
.rx-lighteditor{display:none!important}

/* RunnerX v3.4 profile/auth polish */
.rx-auth-card-pro{max-width:520px;margin:32px auto;padding:30px;border:1px solid var(--rx-border,#e6edf3);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(8,22,47,.08)}
.rx-auth-head{text-align:center;margin-bottom:22px}.rx-auth-head h2{margin:10px 0 6px}.rx-auth-head p{margin:0;color:#64748b;line-height:1.5}.rx-auth-icon{width:58px;height:58px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:rgba(147,229,71,.16);color:#08162f;font-size:26px}.rx-auth-card-pro form{display:grid;gap:14px}.rx-auth-card-pro label{font-weight:700}.rx-auth-card-pro input{margin-top:6px}.rx-auth-card-pro .rx-btn{width:100%;justify-content:center}.rx-profile-hero-pro{position:relative;border:1px solid var(--rx-border,#e6edf3);border-radius:26px;overflow:hidden;background:#fff;margin-bottom:20px}.rx-profile-hero-pro .rx-profile-cover{height:240px;background:linear-gradient(135deg,#08162f,#20344b 55%,#93e547);background-size:cover;background-position:center}.rx-profile-hero-pro .rx-profile-info{position:relative;padding:0 28px 28px}.rx-profile-avatar-wrap{margin-top:-72px;width:148px;height:148px;border-radius:50%;padding:4px;background:#fff;box-shadow:0 12px 34px rgba(8,22,47,.18)}.rx-profile-avatar-wrap .rx-avatar{width:140px;height:140px;border-radius:50%;object-fit:cover}.rx-profile-actions{position:absolute;right:28px;top:20px;display:flex;gap:10px}.rx-profile-hero-pro h1{font-size:34px;margin:14px 0 0}.rx-profile-hero-pro p{max-width:720px;color:#475569;line-height:1.6}.rx-profile-stats{display:flex;gap:22px;margin-top:14px}.rx-profile-stats a{text-decoration:none;color:#0f172a}.rx-profile-stats b{font-size:18px;margin-right:4px}.rx-profile-grid-pro{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px}.rx-profile-side-card{border:1px solid var(--rx-border,#e6edf3);border-radius:22px;background:#fff;padding:20px;height:max-content;position:sticky;top:86px}.rx-profile-side-card h2{font-size:18px;margin:0 0 12px}.rx-profile-side-card h2+div+h2{margin-top:24px}.rx-pb-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rx-pb-grid div{border:1px solid #e6edf3;border-radius:16px;padding:12px;background:#f8fafc}.rx-pb-grid b{display:block;font-size:17px}.rx-pb-grid span{font-size:12px;color:#64748b}.rx-social-list{display:grid;gap:8px}.rx-social-list a{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e6edf3;border-radius:14px;text-decoration:none;color:#0f172a;background:#fff}.rx-profile-edit{display:grid;gap:18px}.rx-profile-media-edit .rx-upload-grid{grid-template-columns:1fr 1fr}.rx-member-search{display:flex;gap:12px;margin-bottom:18px}.rx-member-search label{flex:1;display:flex;align-items:center;gap:10px;border:1px solid #d7e1ea;border-radius:18px;padding:0 14px;background:#fff}.rx-member-search input{border:0!important;box-shadow:none!important;padding:14px 0;width:100%}.rx-members-shell{padding:20px}.rx-member-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border-bottom:1px solid #eef2f7}.rx-member-row:last-child{border-bottom:0}.rx-member-row p{margin:5px 0 0;color:#64748b}.rx-follow-btn.is-active{background:#08162f;color:#fff;border-color:#08162f}@media(max-width:900px){.rx-profile-grid-pro{grid-template-columns:1fr}.rx-profile-side-card{position:static}.rx-profile-actions{position:static;margin-top:12px}.rx-profile-media-edit .rx-upload-grid{grid-template-columns:1fr}.rx-member-row{grid-template-columns:56px minmax(0,1fr)}.rx-member-row .rx-follow-btn{grid-column:2}.rx-profile-hero-pro .rx-profile-cover{height:170px}}

/* RunnerX profile v3.5.3 */
.rx-profile-cover--compact{height:178px!important;background:linear-gradient(135deg,#08162f,#20344b 56%,#93e547)!important;background-size:cover!important;background-position:center!important;}
.rx-profile-head--clean{padding:0 18px 18px!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important;}
.rx-profile-head--clean .rx-profile-avatarline{display:flex;align-items:flex-end;justify-content:space-between;margin-top:-64px;min-height:82px;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:128px!important;height:128px!important;border-radius:50%!important;border:4px solid #fff!important;box-shadow:0 8px 24px rgba(8,22,47,.14);object-fit:cover;}
.rx-profile-edit--compact{height:40px!important;min-height:40px!important;padding:0 16px!important;gap:8px!important;white-space:nowrap!important;font-weight:900!important;}
.rx-profile-edit--compact i{font-size:18px;line-height:1;}
.rx-profile-titleblock h1{font-size:28px;margin:12px 0 2px;font-weight:900;letter-spacing:-.02em;}
.rx-profile-bio{margin:14px 0 0;line-height:1.45;color:#0f1419;}
.rx-profile-stats--links{display:flex;flex-wrap:wrap;gap:14px 18px;margin-top:14px;}
.rx-profile-stats--links a{color:#0f1419;text-decoration:none;white-space:nowrap;}
.rx-profile-stats--links a:hover{text-decoration:underline;}
.rx-profile-stats--links strong{font-weight:900;margin-right:4px;}
.rx-profile-panel{background:#fff;border-bottom:1px solid var(--rx-border);}
.rx-profile-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:16px 18px 20px;}
.rx-profile-detail-card{border:1px solid var(--rx-border);border-radius:18px;background:#fff;padding:16px;min-width:0;}
.rx-profile-detail-card--wide{grid-column:1/-1;}
.rx-profile-detail-card h2{display:flex;align-items:center;gap:9px;margin:0 0 14px;font-size:18px;font-weight:900;}
.rx-profile-detail-card h2 i{font-size:18px;color:#536471;}
.rx-profile-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;}
.rx-profile-facts div,.rx-profile-pb-list div{border:1px solid #eef2f7;border-radius:14px;padding:12px;background:#fbfdff;}
.rx-profile-facts span,.rx-profile-pb-list span{display:block;color:#536471;font-size:13px;font-weight:700;margin-bottom:4px;}
.rx-profile-facts strong,.rx-profile-pb-list strong{display:block;color:#0f1419;font-weight:900;line-height:1.35;}
.rx-profile-pb-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.rx-profile-socials-clean{display:grid;gap:8px;}
.rx-profile-socials-clean a,.rx-profile-empty-link{display:flex;align-items:center;gap:10px;border:1px solid #dbe5ee;border-radius:999px;padding:10px 13px;font-weight:800;background:#fff;color:#0f1419;text-decoration:none;}
.rx-profile-socials-clean a:hover,.rx-profile-empty-link:hover{background:#f7f9f9;}
.rx-profile-muted{color:#536471;margin:0;}
.rx-profile-list-head{display:flex;align-items:flex-end;justify-content:space-between;padding:18px 18px 10px;border-bottom:1px solid var(--rx-border);}
.rx-profile-list-head h2{margin:0;font-size:22px;font-weight:900;}
.rx-profile-list-head span{color:#536471;font-weight:700;}
.rx-profile-users-list{background:#fff;}
.rx-profile-user-row{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--rx-border);}
.rx-profile-user-row:hover{background:#f7f9f9;}
.rx-profile-user-avatar img,.rx-profile-user-avatar .rx-avatar{width:56px!important;height:56px!important;border-radius:50%;object-fit:cover;}
.rx-profile-user-main b{font-weight:900;display:block;margin-bottom:1px;}
.rx-profile-user-main p{margin:5px 0 0;color:#536471;line-height:1.35;}
.rx-profile-users-list .rx-follow-btn{min-width:98px;text-align:center;}
.rx-load-more-wrap{padding:18px;display:flex;justify-content:center;}
.rx-load-more{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rx-border);border-radius:999px;padding:11px 22px;font-weight:900;background:#fff;}
.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx{border-bottom:1px solid var(--rx-border);background:#fff;}
.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx .rx-responsive-tabs{display:flex;overflow-x:auto;scrollbar-width:none;}
.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx .rx-responsive-tab{position:relative;flex:0 0 auto;min-width:92px;height:52px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#536471;padding:0 14px;}
.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx .rx-responsive-tab.is-active{color:#0f1419;}
.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx .rx-responsive-tab.is-active:after{content:"";position:absolute;bottom:0;height:4px;width:64px;max-width:70%;border-radius:999px;background:var(--rx-runner);}
.rx-tabs-select-label{display:none;padding:12px 16px;gap:8px;align-items:center;color:#536471;font-weight:800;}
.rx-tabs-select{width:100%;border:1px solid var(--rx-border-2);border-radius:14px;padding:12px 14px;font-weight:900;background:#fff;}
@media(max-width:700px){.rx-profile-cover--compact{height:150px!important}.rx-profile-head--clean .rx-profile-avatarline{margin-top:-52px;min-height:68px}.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:104px!important;height:104px!important}.rx-profile-titleblock h1{font-size:24px}.rx-profile-details-grid{grid-template-columns:1fr;padding:14px}.rx-profile-facts,.rx-profile-pb-list{grid-template-columns:1fr}.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx .rx-responsive-tabs{display:none}.rx-responsive-tabs-wrap.rx-profile-tabs--runnerx .rx-tabs-select-label{display:flex}.rx-profile-user-row{grid-template-columns:48px minmax(0,1fr);}.rx-profile-user-row .rx-follow-btn{grid-column:2;justify-self:start}.rx-profile-user-avatar img,.rx-profile-user-avatar .rx-avatar{width:48px!important;height:48px!important}.rx-profile-stats--links{gap:10px 14px}.rx-profile-edit--compact span{display:inline!important}}


/* RunnerX v3.5.4: X-style tabs + cleaner profile */
.rx-profile-head--clean .rx-profile-avatarline{margin-top:-84px!important;min-height:104px!important;align-items:flex-end!important;}
.rx-profile-head--clean .rx-profile-avatarlink{display:block;position:relative;z-index:3;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:132px!important;height:132px!important;border:4px solid #fff!important;}
.rx-profile-actions-x{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin-bottom:6px!important;min-width:0!important;}
.rx-profile-edit--compact{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;width:auto!important;max-width:none!important;height:34px!important;min-height:34px!important;padding:0 13px!important;gap:7px!important;border-radius:999px!important;background:#fff!important;color:#0f1419!important;border:1px solid #cfd9de!important;font-size:14px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important;}
.rx-profile-edit--compact i{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;line-height:1!important;flex:0 0 auto!important;}
.rx-profile-edit--compact span{display:inline!important;line-height:1!important;white-space:nowrap!important;}
.rx-profile-edit--compact:hover{background:#f7f9f9!important;}
.rx-profile-details-stack{display:grid;grid-template-columns:1fr;gap:14px;padding:16px 18px 20px;background:#fff;}
.rx-profile-details-stack .rx-profile-detail-card{width:100%;}
.rx-profile-facts--clean{grid-template-columns:1fr!important;}
.rx-profile-pb-list{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.rx-profile-socials-clean{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));}
.rx-responsive-tabs-wrap{max-width:100%;min-width:0;overflow:hidden;background:#fff;border-bottom:1px solid var(--rx-border);}
.rx-responsive-tabs-shell{position:relative;max-width:100%;min-width:0;overflow:hidden;background:#fff;}
.rx-responsive-tabs{display:flex!important;align-items:stretch;max-width:100%;min-width:0;height:52px;overflow-x:auto!important;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;}
.rx-responsive-tabs::-webkit-scrollbar{display:none;}
.rx-responsive-tab{position:relative;flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:88px;height:52px;padding:0 16px;color:#536471;font-weight:850;text-decoration:none;white-space:nowrap;}
.rx-responsive-tab:hover{background:#f7f9f9;color:#0f1419;}
.rx-responsive-tab.is-active{color:#0f1419;font-weight:900;}
.rx-responsive-tab.is-active:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:4px;width:64px;max-width:70%;border-radius:999px;background:var(--rx-runner);}
.rx-tabs-scroll-next{position:absolute;right:0;top:0;bottom:0;width:54px;border:0;border-left:1px solid rgba(207,217,222,.65);background:linear-gradient(90deg,rgba(255,255,255,.72),#fff 38%);display:flex;align-items:center;justify-content:flex-end;padding-right:10px;color:#0f1419;font-size:22px;cursor:pointer;z-index:2;}
.rx-tabs-scroll-next:hover{background:linear-gradient(90deg,rgba(255,255,255,.72),#f7f9f9 38%);}
.rx-tabs-select-label{display:none!important;padding:12px 16px;gap:8px;align-items:center;color:#536471;font-weight:800;}
.rx-tabs-select{width:100%;height:44px;border:1px solid var(--rx-border-2);border-radius:14px;background:#fff;padding:0 12px;font:inherit;font-weight:850;color:#0f1419;outline:none;}
@media(max-width:700px){
  .rx-profile-cover--compact{height:150px!important;}
  .rx-profile-head--clean .rx-profile-avatarline{margin-top:-60px!important;min-height:78px!important;}
  .rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:104px!important;height:104px!important;}
  .rx-profile-edit--compact{height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:13px!important;}
  .rx-profile-pb-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .rx-responsive-tabs-shell{display:none!important;}
  .rx-tabs-select-label{display:flex!important;}
}
@media(max-width:420px){.rx-profile-stats--links{font-size:14px;gap:10px 12px}.rx-profile-edit--compact span{display:inline!important}.rx-profile-edit--compact{padding:0 11px!important}}

/* RunnerX v3.5.5: profile overlap, X-style bidirectional tabs, edit-form cleanup */
.rx-profile-cover--compact{height:180px!important;}
.rx-profile-head--clean{position:relative!important;padding-top:0!important;}
.rx-profile-head--clean .rx-profile-avatarline{margin-top:-70px!important;min-height:74px!important;align-items:flex-end!important;}
.rx-profile-head--clean .rx-profile-avatarlink{width:136px!important;height:136px!important;padding:4px!important;background:#fff!important;border-radius:999px!important;box-shadow:0 2px 8px rgba(15,20,25,.08)!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:128px!important;height:128px!important;border:0!important;border-radius:999px!important;object-fit:cover!important;display:block!important;}
.rx-profile-actions-x{align-self:flex-end!important;margin-bottom:12px!important;}
.rx-profile-edit--compact{height:32px!important;min-height:32px!important;padding:0 12px!important;gap:6px!important;font-size:13px!important;font-weight:800!important;}
.rx-profile-edit--compact i{font-size:15px!important;}
.rx-profile-edit--compact span{display:inline-flex!important;align-items:center!important;line-height:1!important;white-space:nowrap!important;}
.rx-responsive-tabs-wrap{position:relative!important;max-width:100%!important;overflow:hidden!important;background:#fff!important;border-bottom:1px solid var(--rx-border)!important;}
.rx-responsive-tabs-shell{position:relative!important;max-width:100%!important;overflow:hidden!important;background:#fff!important;}
.rx-responsive-tabs{display:flex!important;align-items:stretch!important;height:52px!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important;padding:0 44px!important;scroll-padding:44px!important;box-sizing:border-box!important;}
.rx-responsive-tabs::-webkit-scrollbar{display:none!important;}
.rx-responsive-tab{flex:0 0 auto!important;min-width:96px!important;max-width:none!important;padding:0 18px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;}
.rx-tabs-scroll-btn{position:absolute!important;top:0!important;bottom:0!important;width:42px!important;border:0!important;background:#fff!important;color:#0f1419!important;font-size:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:5!important;box-shadow:none!important;}
.rx-tabs-scroll-btn:hover{background:#f7f9f9!important;}.rx-tabs-scroll-prev{left:0!important;border-right:1px solid rgba(207,217,222,.7)!important;}.rx-tabs-scroll-next{right:0!important;border-left:1px solid rgba(207,217,222,.7)!important;}.rx-tabs-scroll-btn[disabled],.rx-tabs-scroll-btn.is-disabled{opacity:.24!important;pointer-events:none!important;}
.rx-profile-edit-page .rx-form-card{margin:18px!important;}.rx-profile-edit-page .rx-upload-stack{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}.rx-profile-edit-page .rx-upload-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}.rx-profile-edit-page .rx-upload-box{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;min-height:112px!important;padding:18px!important;overflow:visible!important;}.rx-profile-edit-page .rx-upload-copy{display:grid!important;gap:4px!important;min-width:0!important;}.rx-profile-edit-page .rx-upload-copy span{color:var(--rx-muted)!important;line-height:1.35!important;}.rx-profile-edit-page .rx-upload-preview{justify-self:end!important;min-width:0!important;}.rx-profile-edit-page .rx-upload-item{position:relative!important;width:88px!important;height:88px!important;border-radius:18px!important;overflow:visible!important;}.rx-profile-edit-page .rx-upload-item img{width:88px!important;height:88px!important;object-fit:cover!important;border-radius:18px!important;}.rx-profile-edit-page .rx-upload-remove{position:absolute!important;top:-10px!important;right:-10px!important;}.rx-profile-savebar{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin:18px!important;padding:16px 0 28px!important;}.rx-profile-savebar .rx-btn{min-width:170px!important;}
@media(max-width:700px){.rx-profile-cover--compact{height:150px!important;}.rx-profile-head--clean .rx-profile-avatarline{margin-top:-56px!important;min-height:64px!important;}.rx-profile-head--clean .rx-profile-avatarlink{width:108px!important;height:108px!important;}.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:100px!important;height:100px!important;}.rx-responsive-tabs-shell{display:none!important;}.rx-tabs-select-label{display:flex!important;}.rx-profile-edit-page .rx-upload-box{grid-template-columns:42px minmax(0,1fr)!important;}.rx-profile-edit-page .rx-upload-preview{grid-column:2!important;justify-self:start!important;}.rx-profile-savebar{justify-content:stretch!important;}.rx-profile-savebar .rx-btn{width:100%!important;}}

/* RunnerX v3.5.7 profile polish */
.rx-profile-cover--compact{height:220px!important;}
.rx-profile-head--clean{overflow:visible!important;}
.rx-profile-head--clean .rx-profile-avatarline{margin-top:0!important;min-height:62px!important;align-items:flex-start!important;}
.rx-profile-head--clean .rx-profile-avatarlink{position:relative!important;top:-82px!important;margin-bottom:-82px!important;width:140px!important;height:140px!important;z-index:5!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:132px!important;height:132px!important;border-radius:999px!important;object-fit:cover!important;}
.rx-profile-bio:empty{display:none!important;}
.rx-user-card p:empty,.rx-hovercard p:empty{display:none!important;}
.rx-follow-btn,.rx-hover-btn,.rx-profile-edit--compact{cursor:pointer!important;text-decoration:none!important;}
.rx-profile-stats--links a,.rx-profile-stats--links a:hover,.rx-profile-stats--links a:focus{text-decoration:none!important;background-image:none!important;border-bottom:0!important;box-shadow:none!important;}
.rx-profile-stats--links a:hover strong,.rx-profile-stats--links a:hover{color:#0f1419!important;}
.rx-hovercard .rx-hover-top .rx-follow-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:auto!important;height:34px!important;min-height:34px!important;padding:0 13px!important;border-radius:999px!important;white-space:nowrap!important;}
.rx-hover-edit{background:#fff!important;color:#0f1419!important;border:1px solid #cfd9de!important;}
@media(max-width:700px){.rx-profile-cover--compact{height:170px!important}.rx-profile-head--clean .rx-profile-avatarlink{top:-62px!important;margin-bottom:-62px!important;width:112px!important;height:112px!important}.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:104px!important;height:104px!important}}


/* RunnerX v3.5.9 fixes: profile cover, modal create, full-width feed media */
.rx-profile-cover--compact{height:330px!important;}
.rx-profile-head--clean{overflow:visible!important;padding-top:0!important;}
.rx-profile-head--clean .rx-profile-avatarline{margin-top:0!important;min-height:78px!important;align-items:flex-start!important;}
.rx-profile-head--clean .rx-profile-avatarlink{position:relative!important;top:-92px!important;margin-bottom:-92px!important;width:154px!important;height:154px!important;padding:4px!important;background:#fff!important;border-radius:999px!important;box-shadow:0 8px 28px rgba(8,22,47,.16)!important;z-index:6!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:146px!important;height:146px!important;border:0!important;border-radius:999px!important;object-fit:cover!important;display:block!important;}
.rx-profile-actions-x{margin-top:14px!important;}
.rx-account-pop a[href*="action=logout"] i:before{font-family:inherit;}
.rx-create-modal-backdrop.is-open{opacity:1!important;pointer-events:auto!important;}
.rx-create-modal.is-open{opacity:1!important;pointer-events:auto!important;transform:translate(-50%,-50%) scale(1)!important;}
.rx-feed-card .rx-media{display:block;margin-top:14px;margin-left:calc(-48px - 12px);width:calc(100% + 48px + 12px);max-height:none;border-radius:18px;border:1px solid var(--rx-border);overflow:hidden;background:#f0f3f4;}
.rx-feed-card .rx-media img{width:100%!important;height:auto!important;display:block!important;border-radius:0!important;object-fit:cover!important;}
.rx-feed-card .rx-post-actions{margin-left:calc(-48px - 12px);width:calc(100% + 48px + 12px);}
@media(max-width:700px){.rx-profile-cover--compact{height:240px!important}.rx-profile-head--clean .rx-profile-avatarlink{top:-72px!important;margin-bottom:-72px!important;width:124px!important;height:124px!important}.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:116px!important;height:116px!important}.rx-feed-card .rx-media,.rx-feed-card .rx-post-actions{margin-left:0;width:100%;}}

/* RunnerX v3.5.9: keep base bundle aligned with WP overrides */
.rx-profile-cover,.rx-profile-cover--compact,.rx-profile-cover--runnerx.rx-profile-cover--compact{height:330px!important;min-height:330px!important;background-size:cover!important;background-position:center!important;}
.rx-profile-head--clean .rx-profile-avatarlink{position:relative!important;top:-96px!important;margin-bottom:-96px!important;width:158px!important;height:158px!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:150px!important;height:150px!important;}
.rx-feed-card{position:relative!important;display:block!important;padding:14px 20px 12px!important;}
.rx-feed-card>.rx-avatar{position:absolute!important;left:20px!important;top:14px!important;width:40px!important;height:40px!important;}
.rx-feed-card .rx-card-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.rx-feed-card .rx-card-head{min-height:42px!important;padding-left:52px!important;margin:0 0 6px!important;}
.rx-feed-card .rx-type,.rx-feed-card .rx-card-title,.rx-feed-card .rx-card-body,.rx-feed-card .rx-media,.rx-feed-card .rx-post-actions{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;}
.rx-feed-card .rx-media{margin-top:14px!important;max-height:none!important;}
.rx-feed-card .rx-post-actions{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
@media(max-width:700px){.rx-profile-cover,.rx-profile-cover--compact,.rx-profile-cover--runnerx.rx-profile-cover--compact{height:240px!important;min-height:240px!important}.rx-profile-head--clean .rx-profile-avatarlink{top:-72px!important;margin-bottom:-72px!important;width:124px!important;height:124px!important}.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:116px!important;height:116px!important}.rx-feed-card{padding-left:16px!important;padding-right:16px!important}.rx-feed-card>.rx-avatar{left:16px!important}}


/* RunnerX v3.6.2: inline green badges, single tags, stable X actionbar */
.rx-type,.rx-content-badge,.rx-badge,.rx-entry-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:max-content!important;
  min-width:0!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  background:rgba(147,229,71,.22)!important;
  color:#23410b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
.rx-type.is-pink,.rx-content-badge.is-pink,.rx-badge.is-pink,.rx-entry-badge.is-pink,
.rx-type.is-runner,.rx-content-badge.is-runner,.rx-badge.is-runner,.rx-entry-badge.is-runner{
  background:rgba(147,229,71,.22)!important;
  color:#23410b!important;
}
.rx-feed-card .rx-type{
  display:inline-flex!important;
  width:auto!important;
  max-width:max-content!important;
  margin:2px 0 6px!important;
  align-self:flex-start!important;
}
.rx-feed-card .rx-card-title,.rx-feed-card .rx-card-body,.rx-feed-card .rx-media,.rx-feed-card .rx-post-actions{
  width:100%!important;
  max-width:none!important;
}
.rx-single-shell>.rx-single-type-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  margin:10px 0 8px!important;
  width:auto!important;
}
.rx-single-shell>.rx-single-type-meta .rx-content-badge{
  margin:0!important;
}
.rx-single-shell .rx-single-title{
  margin-top:0!important;
}
.rx-content-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  padding:0 20px 26px!important;
  margin:0!important;
}
.rx-tag-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f7f9f9!important;
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:900!important;
  text-decoration:none!important;
  line-height:1!important;
}
.rx-tag-pill:hover{background:#eff3f4!important;}
.rx-post-actions,.rx-feed-card .rx-post-actions,.rx-single-shell .rx-post-actions,.rx-single-hero>.rx-post-actions{
  display:grid!important;
  grid-template-columns:minmax(64px,1fr) minmax(64px,1fr) minmax(64px,1fr) 44px 44px!important;
  align-items:center!important;
}
.rx-post-actions .rx-action:nth-child(1),.rx-post-actions .rx-action:nth-child(2),.rx-post-actions .rx-action:nth-child(3){justify-self:start!important;}
.rx-post-actions .rx-bookmark,.rx-post-actions .rx-action:nth-child(4){justify-self:end!important;}
.rx-post-actions .rx-share,.rx-post-actions .rx-action:nth-child(5){justify-self:end!important;}
@media(max-width:700px){
  .rx-content-tags{padding-left:14px!important;padding-right:14px!important;}
  .rx-post-actions,.rx-feed-card .rx-post-actions,.rx-single-shell .rx-post-actions,.rx-single-hero>.rx-post-actions{
    grid-template-columns:minmax(52px,1fr) minmax(52px,1fr) minmax(52px,1fr) 40px 40px!important;
  }
}


/* RunnerX v3.6.3: Single author alignment + uploaded profile cover fix */
.rx-profile-cover--runnerx.rx-profile-cover--compact,
.rx-profile-cover.rx-profile-cover--runnerx{
    background-image:var(--rx-profile-cover-url, linear-gradient(135deg,#08162f,#20344b 56%,#93e547))!important;
    background-size:cover!important;
    background-position:center!important;
}
.rx-single-shell:not(.is-glossary){
    --rx-single-indent:68px;
    --rx-single-edge:20px;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row{
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:center!important;
    padding:18px var(--rx-single-edge) 0!important;
    margin:0 0 15px!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row>.rx-avatar,
.rx-single-shell:not(.is-glossary) .rx-single-author-row img.rx-avatar{
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-main{
    min-width:0!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-main .rx-card-head{
    min-height:36px!important;
    align-items:center!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta,
.rx-single-shell:not(.is-glossary)>.rx-single-title,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    margin-left:calc(var(--rx-single-edge) + var(--rx-single-indent))!important;
    margin-right:var(--rx-single-edge)!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta{
    margin-top:0!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-title{
    padding:0!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-single-featured,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-media{
    margin-left:0!important;
    margin-right:0!important;
}
@media(max-width:700px){
    .rx-single-shell:not(.is-glossary){
        --rx-single-indent:0px;
        --rx-single-edge:16px;
    }
    .rx-single-shell:not(.is-glossary) .rx-single-author-row{
        padding-left:16px!important;
        padding-right:16px!important;
    }
}


/* RunnerX v3.6.4: fix single media/actionbar overflow after title indent */
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    width:auto!important;
    max-width:none!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-single-featured,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-media{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap img{
    max-width:100%!important;
}

/* RunnerX v3.6.5: Single layout reset - no unintended left indent */
.rx-single-shell:not(.is-glossary){
    --rx-single-edge:20px!important;
    --rx-single-indent:0px!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta,
.rx-single-shell:not(.is-glossary)>.rx-single-title,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    margin-left:var(--rx-single-edge)!important;
    margin-right:var(--rx-single-edge)!important;
    max-width:none!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-title{
    padding:0!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-single-featured,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-media{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap img{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row{
    padding-left:var(--rx-single-edge)!important;
    padding-right:var(--rx-single-edge)!important;
    margin-bottom:15px!important;
}
@media(max-width:700px){
    .rx-single-shell:not(.is-glossary){--rx-single-edge:16px!important;}
}


/* RunnerX v4.6.0: global sidebar widgets + mobile offcanvas */
.rx-right{padding:4px 0 0 30px}.rx-right-inner{position:sticky;top:0;padding-top:4px}.rx-right .rx-widget,.rx-sidebar-offcanvas .rx-widget{border:1px solid var(--rx-border);border-radius:8px;margin-top:12px;overflow:hidden;background:#fff}.rx-widget h2{font-size:22px;line-height:1.15;margin:0;padding:16px 16px 8px}.rx-widget-trend{display:block;padding:12px 16px}.rx-widget-trend span{color:var(--rx-muted);display:block;font-size:14px;margin-bottom:2px}.rx-widget-trend strong{font-weight:900}.rx-widget-trend:hover,.rx-widget-event-row:hover,.rx-widget-user-row:hover{background:var(--rx-hover)}.rx-widget-events-list{display:flex;flex-direction:column}.rx-widget-event-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:12px 16px}.rx-widget-event-main{min-width:0}.rx-widget-event-main strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-widget-event-main small{display:block;color:var(--rx-muted);font-size:13px;margin-top:2px}.rx-css-calendar-widget{width:42px!important;height:48px!important;border-radius:5px!important;box-shadow:none!important}.rx-css-calendar-widget .rx-cal-month{font-size:8px!important;line-height:1!important;padding:3px 4px!important;border-radius:0!important}.rx-css-calendar-widget b{font-size:20px!important;line-height:1!important;padding:5px 0 1px!important}.rx-css-calendar-widget .rx-cal-year{font-size:9px!important;line-height:1!important;padding-bottom:4px!important}.rx-widget-user-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 16px}.rx-widget-user-main{min-width:0}.rx-widget-user-main strong,.rx-widget-user-main small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-widget-user-main small{color:var(--rx-muted)}.rx-widget-empty{padding:14px 16px;color:var(--rx-muted);font-weight:700}.rx-footer-links{color:var(--rx-muted);font-size:13px;line-height:1.5;padding:12px 16px;margin:0}.rx-footer-links a{color:inherit}.rx-footer-links a:hover{color:var(--rx-accent)}.rx-sidebar-offcanvas-backdrop{position:fixed;inset:0;background:rgba(15,20,25,.42);z-index:130;opacity:0;pointer-events:none;transition:opacity .2s ease}.rx-sidebar-offcanvas{position:fixed;top:0;right:0;width:min(92vw,390px);height:100vh;background:#fff;z-index:131;transform:translateX(102%);transition:transform .24s cubic-bezier(.2,.8,.2,1);box-shadow:-14px 0 34px rgba(15,20,25,.18);display:flex;flex-direction:column}.rx-sidebar-offcanvas.is-open{transform:translateX(0)}.rx-sidebar-offcanvas-backdrop.is-open{opacity:1;pointer-events:auto}.rx-sidebar-offcanvas-head{height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rx-border);padding:0 14px}.rx-sidebar-offcanvas-head h2{font-size:20px;margin:0;font-weight:900}.rx-sidebar-offcanvas-body{overflow:auto;padding:10px 12px 22px}.rx-sidebar-offcanvas .rx-searchbox{display:none}.rx-float-sidebar{display:none}.rx-mobile-footer-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:12px;color:var(--rx-muted);font-size:13px}.rx-mobile-footer-links a{color:inherit}.rx-mobile-footer-links a:hover{color:var(--rx-accent)}
@media(max-width:1100px){.rx-float-sidebar{display:flex}.rx-sidebar-offcanvas .rx-widget{border-left:1px solid var(--rx-border);border-right:1px solid var(--rx-border);border-radius:8px}.rx-sidebar-offcanvas .rx-footer-links{padding-left:4px}}
@media(max-width:900px){.rx-right{display:none!important}.rx-floating{display:flex;right:14px;bottom:82px}.rx-float-sidebar{display:flex}.rx-sidebar-offcanvas{width:min(94vw,380px)}.rx-widget h2{font-size:21px}.rx-sidebar-offcanvas-body{padding-bottom:92px}}
@media(max-width:560px){.rx-sidebar-offcanvas{width:100vw}.rx-sidebar-offcanvas-body{padding-left:10px;padding-right:10px}.rx-widget-user-row{grid-template-columns:42px minmax(0,1fr) auto}.rx-follow-btn{padding:7px 12px}}

/* RunnerX v4.6.2: refined global sidebar widgets, compact event calendar, admin controlled widgets */
.rx-sidebar-widget{border-radius:8px;overflow:hidden;background:#fff}.rx-trend-row{display:block;padding:12px 16px}.rx-trend-row span{color:var(--rx-muted);display:block;font-size:14px;line-height:1.25;margin-bottom:2px}.rx-trend-row b{display:block;font-weight:900}.rx-trend-row:hover,.rx-sidebar-event-row:hover,.rx-sidebar-user-row:hover{background:var(--rx-hover)}.rx-sidebar-event-list{display:flex;flex-direction:column}.rx-sidebar-event-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;align-items:center;padding:12px 16px}.rx-sidebar-event-copy{min-width:0;display:block}.rx-sidebar-event-copy b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:900;line-height:1.16}.rx-sidebar-event-copy small{display:block;color:var(--rx-muted);font-size:13px;line-height:1.2;margin-top:3px}.rx-sidebar-calendar{width:48px!important;min-width:48px!important;height:54px!important;border-radius:5px!important;overflow:hidden!important;box-shadow:none!important;border:1px solid var(--rx-border-2)!important}.rx-sidebar-calendar .rx-cal-month{font-size:8.5px!important;line-height:1!important;padding:4px 3px 3px!important;border-radius:0!important;letter-spacing:.02em}.rx-sidebar-calendar b{font-size:21px!important;line-height:.95!important;padding:5px 0 1px!important}.rx-sidebar-calendar .rx-cal-year{font-size:9px!important;line-height:1!important;padding-bottom:5px!important}.rx-sidebar-user-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 16px}.rx-sidebar-user-copy{min-width:0}.rx-sidebar-user-copy b,.rx-sidebar-user-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-sidebar-follow-btn{padding:7px 13px;font-size:13px;line-height:1;border-radius:999px;white-space:nowrap}.rx-sidebar-follow-btn.is-active{background:#536471;color:#fff}.rx-sidebar-empty{padding:14px 16px;color:var(--rx-muted);font-weight:700}.rx-sidebar-footer{display:flex;flex-wrap:wrap;gap:0 7px;padding:12px 16px}.rx-mobile-footer-links{display:none!important}.rx-mobile-footer-links .rx-footer-links{padding:0;margin:0;border:0}.rx-sidebar-offcanvas .rx-sidebar-search{margin-bottom:12px}.rx-sidebar-offcanvas .rx-sidebar-calendar{width:46px!important;min-width:46px!important;height:52px!important}.rx-sidebar-offcanvas .rx-sidebar-event-row{grid-template-columns:46px minmax(0,1fr)}
@media(max-width:900px){.rx-mobile-footer-links{display:flex!important;flex-wrap:wrap;gap:8px 12px;margin:10px 12px 14px;color:var(--rx-muted);font-size:13px}.rx-mobile-footer-links .rx-footer-links{display:flex;flex-wrap:wrap;gap:0 7px;padding:0}.rx-mobile-footer-links a{color:inherit}.rx-mobile-footer-links a:hover{color:var(--rx-accent)}}


/* RunnerX v4.7.0 UI framework consolidation */
.rx-content-shell{width:100%;max-width:100%;box-sizing:border-box;}
.rx-content-box,.rx-form-card,.rx-section-card{border-radius:var(--rx-radius,8px);box-sizing:border-box;}
.rx-global-switch{position:relative;width:100%;box-sizing:border-box;}
.rx-global-switch-toggle{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;border:1px solid var(--rx-border);border-radius:8px;background:#fff;color:#0f1419;font-weight:900;line-height:1;cursor:pointer;box-sizing:border-box;}
.rx-global-switch-toggle span{display:flex;align-items:center;gap:10px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-global-switch-toggle i{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto;}
.rx-global-switch-arrow{font-size:18px;}
.rx-global-switch-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:80;display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;border:1px solid var(--rx-border);border-radius:8px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.12);box-sizing:border-box;}
.rx-global-switch.is-open .rx-global-switch-menu{display:grid;}
.rx-global-switch-menu a{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:8px;color:#0f1419;text-decoration:none;font-weight:850;min-width:0;}
.rx-global-switch-menu a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.rx-global-switch-menu a:hover,.rx-global-switch-menu a.is-active{background:rgba(147,229,71,.16);}
.rx-dashboard-layout{padding:18px 20px 28px!important;}
.rx-dashboard-top{margin-bottom:16px!important;}
.rx-dashboard-main{width:100%;box-sizing:border-box;}
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap{border-top:1px solid var(--rx-border)!important;margin-top:0!important;}
.rx-calendar-view-switch,.rx-calendar-filter-switch{margin-bottom:16px!important;}
.rx-ui-offcanvas,.rx-ui-dialog{border-radius:8px;}
.rx-dialog-backdrop,.rx-offcanvas-backdrop{display:none;position:fixed;inset:0;background:rgba(15,20,25,.38);z-index:9997;}
.rx-dialog-backdrop.is-open,.rx-offcanvas-backdrop.is-open{display:block;}
.rx-ui-dialog{display:none;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9998;width:min(560px,calc(100vw - 28px));background:#fff;border:1px solid var(--rx-border);box-shadow:0 30px 70px rgba(15,23,42,.22);overflow:hidden;}
.rx-ui-dialog.is-open{display:block;}
.rx-dialog-head,.rx-offcanvas-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--rx-border);}
.rx-dialog-head h2,.rx-offcanvas-head h2{margin:0;font-size:20px;line-height:1.2;}
.rx-dialog-body,.rx-offcanvas-body{padding:18px;}
@media(max-width:700px){
  .rx-dashboard-layout{padding:14px 14px 24px!important;}
  .rx-global-switch-menu{grid-template-columns:1fr;max-height:70vh;overflow:auto;}
  .rx-global-switch-toggle{min-height:50px;padding:0 14px;}
}

/* RunnerX v4.9.3 – Glossar in Entdecken/Alle */
.rx-glossary-stream-card .rx-glossary-stream-icon{width:48px;height:48px;border-radius:8px;background:var(--rx-accent-soft,#e9fbdc);display:flex;align-items:center;justify-content:center;color:var(--rx-text,#07101f);font-size:22px;flex:0 0 48px;text-decoration:none}
.rx-glossary-stream-card .rx-card-content{min-width:0}
.rx-glossary-synonyms{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--rx-muted,#536471);font-weight:800;font-size:13px}
.rx-glossary-synonyms i{color:var(--rx-accent,#93e547)}

/* RunnerX v5.0.1: Messages UX fixes */
.rx-message-compose textarea[data-rx-message-input]{min-height:44px!important;max-height:176px!important;overflow-y:hidden;resize:none;line-height:1.35;padding:12px 14px;border-radius:18px;}
.rx-message-bubble-meta{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;margin-top:7px;font-size:12px;line-height:1.1;opacity:.82;}
.rx-message-bubble-meta time{white-space:nowrap;}
.rx-message-delete{display:inline-flex!important;align-items:center!important;gap:4px!important;border:0;background:transparent;color:inherit;opacity:.85;padding:0;line-height:1;cursor:pointer;font-size:12px;}
.rx-message-delete i{font-size:13px;line-height:1;}
.rx-message-emoji-pop{position:absolute;z-index:3000;bottom:48px;left:0;display:grid;grid-template-columns:repeat(5,34px);gap:6px;padding:10px;background:#fff;border:1px solid var(--rx-border);border-radius:16px;box-shadow:0 16px 40px rgba(15,20,25,.16);}
.rx-message-compose-tools{position:relative;}
.rx-message-emoji-pop button{width:34px;height:34px;border:0;border-radius:10px;background:transparent;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.rx-message-emoji-pop button:hover{background:var(--rx-hover);}
.rx-message-bubble-row{scroll-margin:80px;}
.rx-float-badge,.rx-nav-badge{position:absolute;right:-3px;top:-3px;min-width:18px;height:18px;border-radius:999px;background:var(--rx-runner);color:#0f1419;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff;}
.rx-bottom-nav a{position:relative;}
@media (max-width: 760px){.rx-message-emoji-pop{left:0;right:auto;bottom:46px;grid-template-columns:repeat(5,32px);}.rx-message-compose textarea[data-rx-message-input]{font-size:16px;}}


/* RunnerX v5.2.7: mobile messages recipient header + fixed input spacing */
.rx-message-recipient-title{
    font-size:16px!important;
    line-height:1.2!important;
    margin:0!important;
    font-weight:900!important;
}
.rx-messages-panel-head{
    padding:18px 16px 8px!important;
}
.rx-message-search-wrap{
    padding:8px 16px 14px!important;
}
@media(max-width:900px){
    .rx-messages-page.rx-messages-app{
        min-height:calc(100dvh - 107px)!important;
        height:calc(100dvh - 107px)!important;
        overflow:hidden!important;
    }
    .rx-messages-list-panel{
        height:100%!important;
        overflow-y:auto!important;
        -webkit-overflow-scrolling:touch!important;
    }
    .rx-messages-panel-head{
        padding:16px 14px 6px!important;
        border-bottom:0!important;
    }
    .rx-message-search-wrap{
        padding:8px 14px 12px!important;
    }
    .rx-message-conversations{
        padding-top:0!important;
    }
    .rx-message-thread-panel{
        position:relative!important;
        height:100%!important;
        min-height:0!important;
        display:flex!important;
        flex-direction:column!important;
        overflow:hidden!important;
    }
    .rx-message-thread-head{
        flex:0 0 auto!important;
        min-height:72px!important;
        padding:10px 14px!important;
        border-bottom:1px solid var(--rx-border)!important;
        background:#fff!important;
        z-index:30!important;
    }
    .rx-message-thread{
        flex:1 1 auto!important;
        min-height:0!important;
        overflow-y:auto!important;
        -webkit-overflow-scrolling:touch!important;
        padding-bottom:88px!important;
    }
    .rx-message-compose{
        position:fixed!important;
        left:0!important;
        right:0!important;
        bottom:0!important;
        z-index:1000!important;
        display:grid!important;
        grid-template-columns:auto minmax(0,1fr) auto!important;
        align-items:center!important;
        gap:8px!important;
        padding:10px 8px calc(10px + env(safe-area-inset-bottom))!important;
        min-height:64px!important;
        background:rgba(255,255,255,.96)!important;
        border-top:1px solid var(--rx-border)!important;
        box-shadow:0 -8px 22px rgba(15,20,25,.04)!important;
    }
    .rx-message-compose[hidden]{display:none!important;}
    .rx-message-compose-tools{
        display:flex!important;
        align-items:center!important;
        gap:8px!important;
        min-width:0!important;
    }
    .rx-message-tool{
        width:38px!important;
        height:38px!important;
        flex:0 0 38px!important;
        border-radius:999px!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
    }
    .rx-message-compose-main{
        min-width:0!important;
        display:flex!important;
        align-items:center!important;
    }
    .rx-message-compose textarea[data-rx-message-input]{
        width:100%!important;
        min-height:42px!important;
        max-height:126px!important;
        border-radius:999px!important;
        padding:10px 16px!important;
        overflow-y:hidden!important;
    }
    .rx-message-send-btn{
        width:42px!important;
        height:42px!important;
        flex:0 0 42px!important;
        border-radius:999px!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        padding:0!important;
    }
    .rx-message-send-btn span,
    .rx-message-send-btn .rx-btn-label{display:none!important;}
    .rx-floating{
        bottom:calc(64px + env(safe-area-inset-bottom) + 20px)!important;
        right:12px!important;
        z-index:990!important;
    }
    .rx-messages-page .rx-floating,
    body:has(.rx-messages-page) .rx-floating{
        bottom:calc(64px + env(safe-area-inset-bottom) + 20px)!important;
    }
}
@media(max-width:560px){
    .rx-message-thread{padding-bottom:84px!important;}
    .rx-message-compose{padding-top:10px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom))!important;}
}


/* v6.0.9: einheitliche Userlisten, Avatare und mobile Chat-Eingabe */
:root{--rx-avatar-radius:14px;}
.rx-avatar,
.rx-avatar-sm,
.rx-avatar-lg,
.rx-user-card-avatar img,
.rx-user-card-avatar .rx-avatar,
.rx-profile-user-avatar img,
.rx-profile-user-avatar .rx-avatar,
.rx-member-row img,
.rx-member-row .rx-avatar,
.rx-feed-card .rx-avatar,
.rx-card-head .rx-avatar,
.rx-account-btn .rx-avatar,
.rx-profile-avatar-wrap .rx-avatar,
.rx-profile-head--clean .rx-profile-avatarlink img,
.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{
    border-radius:var(--rx-avatar-radius)!important;
}
.rx-profile-head--clean .rx-profile-avatarlink{
    border-radius:calc(var(--rx-avatar-radius) + 8px)!important;
}
.rx-people-page,
.rx-helpful-page{
    padding:0!important;
}
.rx-people-page .rx-people-box,
.rx-helpful-page .rx-helpful-box{
    border:0!important;
    border-radius:0!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
}
.rx-people-event-head,
.rx-helpful-term-head{
    margin:0!important;
    padding:26px 22px!important;
    border:0!important;
    border-bottom:1px solid var(--rx-border)!important;
    border-radius:0!important;
    background:#f6f8fa!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:70px minmax(0,1fr)!important;
    gap:18px!important;
    align-items:center!important;
}
.rx-helpful-term-head .rx-helpful-icon-card{
    width:70px!important;
    height:70px!important;
    border-radius:var(--rx-avatar-radius)!important;
}
.rx-people-event-meta,
.rx-helpful-term-meta{
    align-self:center!important;
    min-width:0!important;
}
.rx-people-event-meta h2,
.rx-helpful-term-meta h2{
    margin:6px 0 2px!important;
    font-size:22px!important;
    line-height:1.12!important;
}
.rx-people-user-list,
.rx-helpful-user-list,
.rx-user-list-global{
    margin:0!important;
    padding:0!important;
    width:100%!important;
}
.rx-people-user-list .rx-user-card,
.rx-helpful-user-list .rx-user-card,
.rx-user-list-global .rx-user-card{
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr) auto!important;
    gap:14px!important;
    align-items:center!important;
    padding:14px 22px!important;
    min-height:84px!important;
    border-bottom:1px solid var(--rx-border)!important;
}
.rx-people-user-list .rx-user-card-avatar,
.rx-helpful-user-list .rx-user-card-avatar,
.rx-user-list-global .rx-user-card-avatar{
    width:56px!important;
    height:56px!important;
    align-self:center!important;
    display:block!important;
}
.rx-people-user-list .rx-user-card-avatar img,
.rx-helpful-user-list .rx-user-card-avatar img,
.rx-user-list-global .rx-user-card-avatar img,
.rx-people-user-list .rx-user-card-avatar .rx-avatar,
.rx-helpful-user-list .rx-user-card-avatar .rx-avatar,
.rx-user-list-global .rx-user-card-avatar .rx-avatar{
    width:56px!important;
    height:56px!important;
    object-fit:cover!important;
    display:block!important;
}
.rx-people-user-list .rx-user-card-main,
.rx-helpful-user-list .rx-user-card-main,
.rx-user-list-global .rx-user-card-main{
    align-self:center!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:56px!important;
}
.rx-people-user-list .rx-user-card-main b,
.rx-helpful-user-list .rx-user-card-main b,
.rx-user-list-global .rx-user-card-main b{
    line-height:1.15!important;
}
.rx-people-user-list .rx-user-card-meta,
.rx-helpful-user-list .rx-user-card-meta,
.rx-user-list-global .rx-user-card-meta{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    margin-top:2px!important;
    line-height:1.2!important;
}
.rx-people-user-list .rx-user-card-actionbar,
.rx-helpful-user-list .rx-user-card-actionbar,
.rx-user-list-global .rx-user-card-actionbar{
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
}
@media(max-width:700px){
    .rx-people-event-head,.rx-helpful-term-head{padding:20px 16px!important;grid-template-columns:60px minmax(0,1fr)!important;gap:14px!important;}
    .rx-helpful-term-head .rx-helpful-icon-card{width:60px!important;height:60px!important;}
    .rx-people-user-list .rx-user-card,.rx-helpful-user-list .rx-user-card,.rx-user-list-global .rx-user-card{grid-template-columns:48px minmax(0,1fr)!important;padding:12px 16px!important;min-height:76px!important;}
    .rx-people-user-list .rx-user-card-avatar,.rx-helpful-user-list .rx-user-card-avatar,.rx-user-list-global .rx-user-card-avatar,
    .rx-people-user-list .rx-user-card-avatar img,.rx-helpful-user-list .rx-user-card-avatar img,.rx-user-list-global .rx-user-card-avatar img,
    .rx-people-user-list .rx-user-card-avatar .rx-avatar,.rx-helpful-user-list .rx-user-card-avatar .rx-avatar,.rx-user-list-global .rx-user-card-avatar .rx-avatar{width:48px!important;height:48px!important;}
    .rx-people-user-list .rx-user-card-main,.rx-helpful-user-list .rx-user-card-main,.rx-user-list-global .rx-user-card-main{min-height:48px!important;}
    .rx-people-user-list .rx-user-card-actionbar,.rx-helpful-user-list .rx-user-card-actionbar,.rx-user-list-global .rx-user-card-actionbar{grid-column:2!important;justify-self:start!important;margin-top:8px!important;}
}
@media(max-width:900px){
    .rx-message-compose{
        box-sizing:border-box!important;
        padding:15px 8px!important;
        min-height:72px!important;
        height:72px!important;
        align-items:center!important;
    }
    .rx-message-thread{padding-bottom:72px!important;}
    .rx-message-compose textarea[data-rx-message-input]{height:42px!important;min-height:42px!important;max-height:42px!important;line-height:22px!important;}
}
@media(max-width:560px){
    .rx-message-compose{padding-top:15px!important;padding-bottom:15px!important;min-height:72px!important;height:72px!important;}
    .rx-message-thread{padding-bottom:72px!important;}
}

/* v6.0.11: echte globale Avatar-, Userlisten-, Popover- und Chat-Fixes */
:root{--rx-avatar-radius:14px;}
/* Alle normalen Avatare weich abrunden; nur der Account-Avatar links unten bleibt rund. */
.rx-main img.avatar,
.rx-main .avatar,
.rx-main .rx-avatar,
.rx-main .rx-avatar-sm,
.rx-main .rx-avatar-lg,
.rx-aside img.avatar,
.rx-aside .avatar,
.rx-aside .rx-avatar,
.rx-feed-card img,
.rx-card-head img,
.rx-single-author-row img,
.rx-comment img.avatar,
.rx-comments img.avatar,
.rx-profile-avatarlink img,
.rx-profile-avatarlink .rx-avatar,
.rx-profile-user-avatar img,
.rx-profile-user-avatar .rx-avatar,
.rx-user-card-avatar img,
.rx-user-card-avatar .rx-avatar,
.rx-member-row img,
.rx-member-row .rx-avatar{
  border-radius:var(--rx-avatar-radius)!important;
  object-fit:cover!important;
}
.rx-account .rx-avatar,
.rx-account-btn .rx-avatar,
.rx-left .rx-account img.avatar{
  border-radius:999px!important;
}
.rx-profile-head--clean .rx-profile-avatarlink{
  border-radius:calc(var(--rx-avatar-radius) + 8px)!important;
}

/* Popover müssen oberhalb des Drei-Punkte-Triggers liegen und dürfen nicht vom Card-Container abgeschnitten werden. */
.rx-feed-card,
.rx-card,
.rx-single-shell,
.rx-stream-card,
.rx-card-menu,
.rx-popover-wrap,
.rx-user-actions,
.rx-action-wrap,
.rx-share-wrap{
  overflow:visible!important;
}
.rx-popover,
.rx-share-menu,
.rx-card-popover,
.rx-more-menu,
.rx-user-actions-menu,
[data-rx-popover]{
  z-index:2147483000!important;
}
.rx-popover a,
.rx-popover button,
.rx-user-actions-menu a,
.rx-user-actions-menu button,
.rx-share-menu a,
.rx-share-menu button{
  justify-content:flex-start!important;
  text-align:left!important;
}

/* Globale Relation/Userlisten für Teilnehmer, Interessierte, Hilfreich usw. */
.rx-user-participation-page,
.rx-people-page,
.rx-helpful-page{
  padding:0!important;
}
.rx-user-participation-page .rx-section-card,
.rx-people-page .rx-section-card,
.rx-helpful-page .rx-section-card,
.rx-people-box,
.rx-helpful-box{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  margin:0!important;
  padding:0!important;
}
.rx-people-event-head,
.rx-helpful-term-head{
  margin:0!important;
  padding:24px 24px!important;
  background:#f6f8fa!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border)!important;
  border-radius:0!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
}
.rx-helpful-term-head .rx-helpful-icon-card{
  width:70px!important;
  height:70px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:var(--rx-avatar-radius)!important;
  background:#edffe4!important;
}
.rx-helpful-term-head .rx-helpful-icon-card i{font-size:32px!important;color:var(--rx-runner)!important;}
.rx-people-event-meta h2,
.rx-helpful-term-meta h2{font-size:22px!important;line-height:1.12!important;margin:5px 0 2px!important;}
.rx-people-user-list,
.rx-helpful-user-list,
.rx-user-list-global{padding:0!important;margin:0!important;width:100%!important;background:#fff!important;}
.rx-people-user-list .rx-user-card,
.rx-helpful-user-list .rx-user-card,
.rx-user-list-global .rx-user-card,
.rx-user-participation-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  min-height:84px!important;
  padding:14px 24px!important;
  border-bottom:1px solid var(--rx-border)!important;
  margin:0!important;
  background:#fff!important;
}
.rx-people-user-list .rx-user-card-avatar,
.rx-helpful-user-list .rx-user-card-avatar,
.rx-user-list-global .rx-user-card-avatar,
.rx-user-participation-card .rx-user-card-avatar{
  width:56px!important;height:56px!important;display:block!important;align-self:center!important;
}
.rx-people-user-list .rx-user-card-avatar img,
.rx-helpful-user-list .rx-user-card-avatar img,
.rx-user-list-global .rx-user-card-avatar img,
.rx-user-participation-card .rx-user-card-avatar img,
.rx-people-user-list .rx-user-card-avatar .rx-avatar,
.rx-helpful-user-list .rx-user-card-avatar .rx-avatar,
.rx-user-list-global .rx-user-card-avatar .rx-avatar,
.rx-user-participation-card .rx-user-card-avatar .rx-avatar{
  width:56px!important;height:56px!important;display:block!important;object-fit:cover!important;border-radius:var(--rx-avatar-radius)!important;
}
.rx-people-user-list .rx-user-card-main,
.rx-helpful-user-list .rx-user-card-main,
.rx-user-list-global .rx-user-card-main,
.rx-user-participation-card .rx-user-card-main{
  min-height:56px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;margin:0!important;
}
.rx-people-user-list .rx-user-card-main p,
.rx-helpful-user-list .rx-user-card-main p,
.rx-user-list-global .rx-user-card-main p,
.rx-user-participation-card .rx-user-card-main p{display:none!important;}
.rx-people-user-list .rx-user-card-main b,
.rx-helpful-user-list .rx-user-card-main b,
.rx-user-list-global .rx-user-card-main b,
.rx-user-participation-card .rx-user-card-main b{line-height:1.12!important;margin:0!important;}
.rx-people-user-list .rx-user-card-meta,
.rx-helpful-user-list .rx-user-card-meta,
.rx-user-list-global .rx-user-card-meta,
.rx-user-participation-card .rx-user-card-meta{margin:2px 0 0!important;line-height:1.2!important;display:flex!important;align-items:center!important;gap:7px!important;}
.rx-people-user-list .rx-user-card-actionbar,
.rx-helpful-user-list .rx-user-card-actionbar,
.rx-user-list-global .rx-user-card-actionbar,
.rx-user-participation-card .rx-user-card-actionbar{align-self:center!important;display:flex!important;align-items:center!important;gap:8px!important;}

/* Mobile Chat-Eingabe: der bisherige Fehler kam von mehreren späteren Overrides in runnerx-wp.css.
   Deshalb wird hier der komplette Compose-Container als feste 72px-Zeile mit 15/15px Padding definiert. */
@media(max-width:900px){
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-page .rx-message-compose,
  .rx-message-compose{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:auto auto minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    min-height:72px!important;
    height:72px!important;
    padding:15px 10px!important;
    margin:0!important;
    bottom:0!important;
  }
  body.rx-messages-screen .rx-message-compose-tools,
  .rx-message-compose-tools{display:contents!important;align-items:center!important;}
  body.rx-messages-screen .rx-message-compose-main,
  .rx-message-compose-main{display:contents!important;}
  body.rx-messages-screen .rx-message-tool,
  .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn,
  .rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important;align-self:center!important;}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
  .rx-message-compose textarea[data-rx-message-input]{height:42px!important;min-height:42px!important;max-height:42px!important;line-height:22px!important;padding:10px 14px!important;align-self:center!important;overflow:hidden!important;}
}


/* RunnerX v6.0.16: globale Avatar-Rundung ohne 32px-Begrenzung, Avatar-Stapel, Cards ohne Anzeigen-Button */
:root{--rx-avatar-radius:14px;}
body .rx-main img.avatar,
body .rx-main .avatar,
body .rx-main img.rx-avatar,
body .rx-main .rx-avatar,
body .rx-main .rx-avatar-sm,
body .rx-main .rx-avatar-lg,
body .rx-main .rx-user-card-avatar img,
body .rx-main .rx-profile-avatarlink img,
body .rx-main .rx-profile-avatarlink .rx-avatar,
body .rx-main .rx-profile-avatar-link img,
body .rx-main .rx-profile-avatar-link .rx-avatar,
body .rx-main .rx-hovercard img.avatar,
body .rx-main .rx-hovercard .avatar,
body .rx-main .rx-hovercard .rx-avatar,
body .rx-main .rx-hovercard .rx-avatar-lg,
body .rx-main .rx-single-author-row img,
body .rx-main .rx-card-head img,
body .rx-main .rx-message-thread-avatar,
body .rx-main .rx-message-thread-avatar img,
body .rx-main .rx-message-bubble-row img,
body .rx-main .rx-message-bubble-row .avatar,
body .rx-main .rx-avatar-stack img{border-radius:var(--rx-avatar-radius)!important;overflow:hidden!important;}
body .rx-left .rx-account .rx-avatar,
body .rx-left .rx-account img.avatar,
body .rx-account-btn .rx-avatar,
body .rx-account-btn img.avatar{border-radius:999px!important;}
.rx-hovercard .rx-avatar-lg{border-radius:var(--rx-avatar-radius)!important;}
.rx-event-card-button{display:none!important;}
.rx-avatar-stack{display:inline-flex!important;align-items:center!important;flex-direction:row-reverse!important;margin-left:12px!important;isolation:isolate;vertical-align:middle;}
.rx-avatar-stack-item{display:inline-flex!important;width:32px!important;height:32px!important;border:2px solid #fff!important;border-radius:var(--rx-avatar-radius)!important;overflow:hidden!important;background:#eef3f6!important;margin-left:-9px!important;box-shadow:0 1px 2px rgba(15,20,25,.08)!important;position:relative!important;}
.rx-avatar-stack-item:first-child{margin-left:0!important;}
.rx-avatar-stack-item img,.rx-avatar-stack-item .rx-avatar{width:100%!important;height:100%!important;object-fit:cover!important;border:0!important;border-radius:var(--rx-avatar-radius)!important;display:block!important;}
.rx-glossary-helpful-link{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;min-width:0!important;}
.rx-glossary-helpful-link .rx-avatar-stack{margin-left:0!important;margin-right:2px!important;}
.rx-glossary-helpful-link span{white-space:nowrap!important;}
.rx-attendance-count{display:flex!important;align-items:center!important;gap:10px!important;justify-content:space-between!important;min-width:0!important;}
.rx-attendance-count-label{white-space:nowrap!important;}
.rx-attendance-count .rx-avatar-stack{margin-left:auto!important;}
@media(max-width:700px){.rx-glossary-helpful-link{justify-content:flex-start!important;width:100%!important;margin-top:8px!important}.rx-attendance-count{align-items:center!important}.rx-avatar-stack-item{width:28px!important;height:28px!important;margin-left:-8px!important}}
/* Chat: fixed footer caused the visual bottom gap on mobile. Keep composer in the message panel flow and reserve only its own height. */
@media(max-width:900px){
  body.rx-messages-screen .rx-message-thread{padding-bottom:72px!important;}
  body.rx-messages-screen .rx-message-compose,
  body.rx-messages-screen form.rx-message-compose,
  .rx-messages-page .rx-message-compose{
    height:72px!important;min-height:72px!important;max-height:72px!important;
    padding:15px 10px!important;margin:0!important;box-sizing:border-box!important;
    display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;align-items:center!important;align-content:center!important;gap:8px!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;align-self:center!important;}
  body.rx-messages-screen .rx-message-tool,body.rx-messages-screen .rx-message-send-btn{height:42px!important;width:42px!important;min-width:42px!important;margin:0!important;align-self:center!important;}
}


/* RunnerX v6.0.17: mobile attendance/helpful action layout polish */
.rx-glossary-helpful-box{
    margin-top:14px!important;
    margin-bottom:10px!important;
    padding:12px 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
}
.rx-glossary-helpful-btn{
    flex:0 0 auto!important;
}
.rx-glossary-helpful-link{
    margin-left:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    text-align:right!important;
}
.rx-glossary-helpful-link .rx-avatar-stack{
    order:0!important;
    margin-left:0!important;
    margin-right:0!important;
}
.rx-glossary-helpful-link span{
    order:1!important;
    white-space:nowrap!important;
}
.rx-attendance-actions .rx-btn.rx-btn-primary{
    justify-content:center!important;
    text-align:center!important;
}
.rx-attendance-count{
    text-decoration:none!important;
}
.rx-attendance-count .rx-avatar-stack{
    margin-left:auto!important;
}
@media(max-width:700px){
    .rx-glossary-helpful-box{
        margin:14px var(--rx-form-side-pad,14px) 10px!important;
        padding:12px 14px!important;
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
        align-items:center!important;
    }
    .rx-glossary-helpful-btn{
        width:100%!important;
        justify-content:flex-start!important;
    }
    .rx-glossary-helpful-link{
        width:100%!important;
        justify-content:flex-end!important;
        align-items:center!important;
        margin:0!important;
        gap:10px!important;
    }
    .rx-glossary-helpful-link .rx-avatar-stack{
        margin-left:0!important;
        margin-right:0!important;
    }
    .rx-attendance-actions{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:10px 12px!important;
        align-items:center!important;
    }
    .rx-attendance-actions .rx-btn.rx-btn-primary{
        grid-column:1 / -1!important;
        width:100%!important;
        min-height:46px!important;
        justify-content:center!important;
        padding-left:14px!important;
        padding-right:14px!important;
    }
    .rx-attendance-actions .rx-attendance-count{
        grid-row:auto!important;
        width:100%!important;
        justify-self:stretch!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        align-items:center!important;
        gap:8px!important;
        padding:0 2px!important;
    }
    .rx-attendance-actions .rx-attendance-count-label{
        min-width:0!important;
        white-space:nowrap!important;
    }
    .rx-attendance-actions .rx-attendance-count .rx-avatar-stack{
        justify-self:end!important;
        margin-left:0!important;
    }
}

/* RunnerX v6.0.18: helpful/attendance spacing polish */
.rx-single-body + .rx-glossary-helpful-box,
.rx-glossary-content + .rx-glossary-helpful-box,
.rx-glossary-helpful-box{margin-top:8px!important;margin-bottom:10px!important;padding:10px 14px!important;}
.rx-glossary-helpful-link{margin-left:auto!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;}
.rx-glossary-helpful-link .rx-avatar-stack{margin:0!important;}.rx-glossary-helpful-link span{white-space:nowrap!important;}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary){display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px 12px!important;align-items:center!important;}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;width:100%!important;min-height:46px!important;justify-content:center!important;}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{width:100%!important;display:grid!important;grid-template-columns:minmax(0,auto) minmax(0,1fr)!important;gap:8px!important;align-items:center!important;justify-content:start!important;margin:0!important;}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count .rx-avatar-stack{justify-self:end!important;margin:0!important;}
@media(max-width:700px){.rx-single-body + .rx-glossary-helpful-box,.rx-glossary-content + .rx-glossary-helpful-box,.rx-glossary-helpful-box{margin:8px var(--rx-form-side-pad,14px) 8px!important;padding:10px 12px!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.rx-glossary-helpful-link{width:100%!important;margin:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;text-align:right!important}.rx-glossary-helpful-link .rx-avatar-stack{justify-self:end!important;order:1!important}.rx-glossary-helpful-link span{justify-self:end!important;order:2!important}.rx-attendance-actions:has(> .rx-btn.rx-btn-primary){grid-template-columns:1fr 1fr!important;gap:8px 10px!important}.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{grid-column:1 / -1!important}.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}}

/* RunnerX v6.0.19: finale Kompaktkorrektur Helpful-/Teilnahmeboxen */
body .rx-main .rx-glossary-content,
body .rx-main .rx-single-body.rx-glossary-content{
  padding-bottom:0!important;
}
body .rx-main .rx-glossary-content > :last-child,
body .rx-main .rx-single-body.rx-glossary-content > :last-child{
  margin-bottom:0!important;
}
body .rx-main .rx-glossary-helpful-box{
  margin-top:0!important;
  margin-bottom:10px!important;
  padding:10px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
body .rx-main .rx-glossary-helpful-btn{
  flex:0 0 auto!important;
  min-width:0!important;
}
body .rx-main .rx-glossary-helpful-link{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  text-align:right!important;
}
body .rx-main .rx-glossary-helpful-link .rx-avatar-stack{
  margin:0!important;
  justify-self:auto!important;
  order:0!important;
}
body .rx-main .rx-glossary-helpful-link span{
  order:1!important;
  white-space:nowrap!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary){
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px 12px!important;
  align-items:center!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{
  grid-column:1 / -1!important;
  width:100%!important;
  justify-content:center!important;
  text-align:center!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{
  width:100%!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:first-of-type{
  justify-content:flex-start!important;
  justify-self:start!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:nth-of-type(2){
  justify-content:flex-end!important;
  justify-self:end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:first-of-type .rx-avatar-stack{
  margin-left:8px!important;
  margin-right:0!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:nth-of-type(2) .rx-avatar-stack{
  margin-left:8px!important;
  margin-right:0!important;
}
@media(max-width:700px){
  body .rx-main .rx-glossary-content,
  body .rx-main .rx-single-body.rx-glossary-content{
    padding-bottom:0!important;
  }
  body .rx-main .rx-glossary-helpful-box{
    margin:0 var(--rx-form-side-pad,14px) 8px!important;
    padding:10px 12px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:6px!important;
  }
  body .rx-main .rx-glossary-helpful-btn{
    width:100%!important;
  }
  body .rx-main .rx-glossary-helpful-link{
    width:100%!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin:0!important;
    text-align:right!important;
  }
  body .rx-main .rx-glossary-helpful-link .rx-avatar-stack{
    order:0!important;
    margin:0!important;
  }
  body .rx-main .rx-glossary-helpful-link span{
    order:1!important;
    margin:0!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary){
    grid-template-columns:1fr 1fr!important;
    gap:8px 10px!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{
    grid-column:1 / -1!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{
    display:flex!important;
    align-items:center!important;
    min-height:28px!important;
    padding:0!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:first-of-type{
    justify-content:flex-start!important;
    text-align:left!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:nth-of-type(2){
    justify-content:flex-end!important;
    text-align:right!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count .rx-avatar-stack{
    margin-left:8px!important;
    margin-right:0!important;
  }
}

/* RunnerX v6.0.20: relation action spacing + deterministic attendance avatar alignment */
body .rx-main .rx-glossary-content,
body .rx-main .rx-single-body.rx-glossary-content{
  padding-bottom:0!important;
}
body .rx-main .rx-glossary-content > :last-child,
body .rx-main .rx-single-body.rx-glossary-content > :last-child{
  margin-bottom:0!important;
}
body .rx-main .rx-glossary-helpful-box,
body .rx-main .rx-single-body.rx-glossary-content + .rx-glossary-helpful-box,
body .rx-main .rx-glossary-content + .rx-glossary-helpful-box{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin:25px 0 10px!important;
  padding:10px 14px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
body .rx-main .rx-glossary-helpful-btn{
  flex:0 0 auto!important;
  min-width:0!important;
}
body .rx-main .rx-glossary-helpful-link{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin:0!important;
  text-align:right!important;
  white-space:nowrap!important;
}
body .rx-main .rx-glossary-helpful-link .rx-avatar-stack{
  order:0!important;
  margin:0!important;
}
body .rx-main .rx-glossary-helpful-link span{
  order:1!important;
  margin:0!important;
}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary),
body .rx-main .rx-attendance-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-btn{
  grid-row:1!important;
  width:100%!important;
  justify-content:center!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-column:1!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-column:2!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{
  grid-column:1 / -1!important;
  grid-row:1!important;
  width:100%!important;
  min-height:46px!important;
  justify-content:center!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count{
  grid-row:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count:first-of-type{
  grid-column:1!important;
  justify-self:stretch!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count:nth-of-type(2){
  grid-column:2!important;
  justify-self:stretch!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{
  display:block!important;
  white-space:nowrap!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-avatar-stack{
  margin:0!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count:first-of-type .rx-avatar-stack{
  align-self:flex-start!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count:nth-of-type(2) .rx-avatar-stack{
  align-self:flex-end!important;
}
@media(max-width:700px){
  body .rx-main .rx-glossary-helpful-box,
  body .rx-main .rx-single-body.rx-glossary-content + .rx-glossary-helpful-box,
  body .rx-main .rx-glossary-content + .rx-glossary-helpful-box{
    margin:25px 0 8px!important;
    padding:10px 12px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
  }
  body .rx-main .rx-glossary-helpful-btn{
    width:100%!important;
    justify-content:flex-start!important;
  }
  body .rx-main .rx-glossary-helpful-link{
    width:100%!important;
    justify-content:flex-end!important;
    gap:8px!important;
  }
  body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary),
  body .rx-main .rx-attendance-actions{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px 12px!important;
  }
  body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{
    grid-column:1 / -1!important;
  }
  body .rx-main .rx-attendance-actions > .rx-attendance-count{
    min-height:0!important;
    gap:6px!important;
  }
  body .rx-main .rx-attendance-actions > .rx-attendance-count:first-of-type{
    align-items:flex-start!important;
    text-align:left!important;
  }
  body .rx-main .rx-attendance-actions > .rx-attendance-count:nth-of-type(2){
    align-items:flex-end!important;
    text-align:right!important;
  }
}

/* RunnerX v6.0.21: feste Teilnahme-Spalten mit expliziten Klassen statt nth-of-type */
body .rx-main .rx-attendance-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-column:1!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-column:2!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{
  grid-row:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{
  grid-column:1!important;
  justify-self:stretch!important;
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{
  grid-column:2!important;
  justify-self:stretch!important;
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{display:block!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-avatar-stack{margin:0!important;position:static!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending .rx-avatar-stack{align-self:flex-start!important;justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested .rx-avatar-stack{align-self:flex-end!important;justify-content:flex-end!important;}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;}
  body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;}
  body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-column:1!important;align-items:flex-start!important;text-align:left!important;}
  body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-column:2!important;align-items:flex-end!important;text-align:right!important;}
}


/* RunnerX v6.0.22: echte getrennte Avatar-Stacks fuer Dabei/Interessiert */
body .rx-main .rx-attendance-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-column:1!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-column:2!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{
  grid-row:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{
  grid-column:1!important;
  align-items:flex-start!important;
  text-align:left!important;
  justify-self:stretch!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{
  grid-column:2!important;
  align-items:flex-end!important;
  text-align:right!important;
  justify-self:stretch!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{
  display:block!important;
  white-space:nowrap!important;
  line-height:1.2!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-avatar-stack{
  display:flex!important;
  margin:0!important;
  position:static!important;
  width:auto!important;
  max-width:100%!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending .rx-avatar-stack{
  align-self:flex-start!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested .rx-avatar-stack{
  align-self:flex-end!important;
  justify-content:flex-end!important;
}
body .rx-main .rx-attendance-actions .rx-avatar-stack-item,
body .rx-main .rx-attendance-actions .rx-avatar-stack-item .rx-avatar{
  flex:0 0 auto!important;
}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;}
  body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;}
  body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-column:1!important;align-items:flex-start!important;text-align:left!important;}
  body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-column:2!important;align-items:flex-end!important;text-align:right!important;}
}

/* RunnerX v6.0.23: Teilnahme-Avatar-Spalten final stabilisieren.
   Keine nth-of-type-Logik mehr: feste Klassen + Stack-Slots verhindern doppelte Avatar-Zeilen nach AJAX. */
body .rx-main .rx-attendance-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  grid-template-areas:"attendingBtn interestedBtn" "attendingCount interestedCount"!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-area:attendingBtn!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-area:interestedBtn!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-area:attendingCount!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-area:interestedCount!important;justify-self:stretch!important;align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{display:grid!important;grid-template-rows:auto auto!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;text-decoration:none!important;line-height:1.2!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{display:block!important;margin:0!important;padding:0!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot{display:flex!important;min-height:32px!important;margin:0!important;padding:0!important;width:100%!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot .rx-avatar-stack{display:flex!important;position:static!important;margin:0!important;width:auto!important;max-width:100%!important;}
body .rx-main .rx-attendance-actions .rx-attendance-count-attending .rx-avatar-stack{justify-content:flex-start!important;align-self:flex-start!important;}
body .rx-main .rx-attendance-actions .rx-attendance-count-interested .rx-avatar-stack{justify-content:flex-end!important;align-self:flex-end!important;}
body .rx-main .rx-attendance-actions .rx-avatar-stack-item,
body .rx-main .rx-attendance-actions .rx-avatar-stack-item .rx-avatar{flex:0 0 auto!important;}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"attendingBtn interestedBtn" "attendingCount interestedCount"!important;gap:10px 12px!important;}
  body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;}
}

/* RunnerX v6.0.24: Teilnahmebox strukturell zweispaltig (Dabei/Interessiert)
   Die Avatare liegen jetzt im jeweiligen Spalten-Container, nicht mehr in einer gemeinsamen Zeile. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-login{
  grid-column:1 / -1!important;
  width:100%!important;
  min-height:46px!important;
  justify-content:center!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attend-btn{
  width:100%!important;
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  text-decoration:none!important;
  line-height:1.2!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-label{
  display:block!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  width:100%!important;
  min-height:32px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{
  justify-content:flex-end!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack{
  display:flex!important;
  position:static!important;
  margin:0!important;
  width:auto!important;
  max-width:100%!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack-item,
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack-item .rx-avatar{
  flex:0 0 auto!important;
}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px 12px!important;
  }
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-login{
    grid-column:1 / -1!important;
  }
}


/* RunnerX v6.0.25: Dabei/Interessiert-Stacks wirklich spaltengebunden und ohne Alt-Duplikate */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  width:100%!important;
  gap:6px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{align-items:stretch!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{align-items:stretch!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attend-btn{width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  gap:4px!important;
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-label{display:block!important;margin:0!important;padding:0!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  display:flex!important;
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:0!important;
  position:static!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending .rx-avatar-stack{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested .rx-avatar-stack{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack-item{flex:0 0 auto!important;margin-left:-8px!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack-item:first-child{margin-left:0!important;}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{gap:8px 10px!important;}
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-login{grid-column:1 / -1!important;width:100%!important;}
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{gap:5px!important;}
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{gap:3px!important;}
}

/* RunnerX v6.0.25: Avatar-Radius nicht auf Chat-Bilder anwenden */
body.rx-messages-screen .rx-message-image img,
body.rx-messages-screen .rx-message-attachment img,
body .rx-main .rx-message-image img,
body .rx-main .rx-message-attachment img{
  border-radius:0!important;
}


/* RunnerX v6.0.26: Dabei-/Interessiert-Box stabil. Avatar-Stacks bleiben strikt in ihrer Spalte. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{align-items:stretch!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{align-items:stretch!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attend-btn{width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  width:100%!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  display:flex!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  width:100%!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot .rx-avatar-stack{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  position:static!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
}

/* RunnerX v6.0.27: Teilnahmebox - Avatarstacks exakt unter der passenden Spalte. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{
  align-items:stretch!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  align-items:stretch!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-attending{
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-interested{
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-attending .rx-attendance-stack-slot{
  align-self:flex-start!important;
  width:auto!important;
  max-width:100%!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-interested .rx-attendance-stack-slot{
  align-self:flex-end!important;
  width:auto!important;
  max-width:100%!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-attending .rx-avatar-stack{
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:auto!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-interested .rx-avatar-stack{
  justify-content:flex-end!important;
  margin-left:auto!important;
  margin-right:0!important;
}


/* RunnerX v6.0.28: Teilnahmebox - rechter Interessiert-Avatar wirklich rechtsbündig.
   Der Stack bekommt eine eigene Inhaltsbreite und wird per auto-margin an den rechten Rand der Interessiert-Spalte geschoben. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{
  grid-column:1!important;
  align-items:stretch!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  grid-column:2!important;
  align-items:stretch!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  display:flex!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{
  width:max-content!important;
  max-width:100%!important;
  align-self:flex-start!important;
  justify-content:flex-start!important;
  margin-right:auto!important;
  margin-left:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{
  width:max-content!important;
  max-width:100%!important;
  align-self:flex-end!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
  margin-right:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending .rx-avatar-stack{
  margin-left:0!important;
  margin-right:auto!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested .rx-avatar-stack{
  margin-left:auto!important;
  margin-right:0!important;
  justify-content:flex-end!important;
}

/* RunnerX v6.0.29: definitive attendance column alignment - only Dabei/Interessiert box */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  column-gap:12px!important;
  row-gap:8px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-login{
  grid-column:1 / -1!important;
  width:100%!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending,
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  align-content:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{
  grid-column:1!important;
  justify-items:start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  grid-column:2!important;
  justify-items:end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attend-btn,
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attend-btn{
  width:100%!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count,
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{
  justify-items:start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{
  justify-items:end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  display:flex!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{
  justify-content:flex-start!important;
  justify-self:stretch!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{
  justify-content:flex-end!important;
  justify-self:stretch!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending .rx-avatar-stack{
  margin-left:0!important;
  margin-right:auto!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested .rx-avatar-stack{
  margin-left:auto!important;
  margin-right:0!important;
  justify-content:flex-end!important;
}


/* RunnerX v6.0.30: Event-/Lauftreff-Detailseiten vereinheitlichen und alte Teilnehmerbox unten entfernen */
body.single-runnerx_event .rx-main .rx-event-hero-panel,
body.single-runnerx_event .rx-main .rx-event-links-panel,
body.single-runnerx_event .rx-main .rx-organizer-panel,
body.single-runnerx_event .rx-main .rx-event-map-panel,
body.single-runnerx_event .rx-main .rx-gallery-panel,
body.single-runnerx_event .rx-main .rx-social-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-training-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-contact-panel,
body.single-runnerx_lauftreff .rx-main .rx-organizer-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-map-panel,
body.single-runnerx_lauftreff .rx-main .rx-social-panel{
    margin:0!important;
    padding:26px 28px!important;
    border:0!important;
    border-bottom:1px solid var(--rx-border,#e6edf3)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
}
body.single-runnerx_event .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel{
    background:#f7f9fb!important;
}
body.single-runnerx_event .rx-main .rx-single-body,
body.single-runnerx_lauftreff .rx-main .rx-single-body{
    margin:0!important;
    padding:26px 28px!important;
    border-bottom:1px solid var(--rx-border,#e6edf3)!important;
}
body.single-runnerx_event .rx-main .rx-panel-head,
body.single-runnerx_lauftreff .rx-main .rx-panel-head{
    margin:0 0 18px!important;
    padding:0!important;
    align-items:center!important;
}
body.single-runnerx_event .rx-main .rx-section-title,
body.single-runnerx_lauftreff .rx-main .rx-section-title{
    margin:0!important;
}
body.single-runnerx_event .rx-main .rx-fact-list,
body.single-runnerx_lauftreff .rx-main .rx-fact-list,
body.single-runnerx_event .rx-main .rx-info-grid,
body.single-runnerx_lauftreff .rx-main .rx-info-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
}
body.single-runnerx_event .rx-main .rx-info-tile,
body.single-runnerx_lauftreff .rx-main .rx-info-tile,
body.single-runnerx_event .rx-main .rx-social-link-pill,
body.single-runnerx_lauftreff .rx-main .rx-social-link-pill{
    border-radius:var(--rx-card-radius,8px)!important;
    box-shadow:none!important;
}
body.single-runnerx_event .rx-main .rx-participants-panel,
body.single-runnerx_lauftreff .rx-main .rx-participants-panel{
    display:none!important;
}
@media(max-width:760px){
    body.single-runnerx_event .rx-main .rx-event-hero-panel,
    body.single-runnerx_event .rx-main .rx-event-links-panel,
    body.single-runnerx_event .rx-main .rx-organizer-panel,
    body.single-runnerx_event .rx-main .rx-event-map-panel,
    body.single-runnerx_event .rx-main .rx-gallery-panel,
    body.single-runnerx_event .rx-main .rx-social-panel,
    body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
    body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel,
    body.single-runnerx_lauftreff .rx-main .rx-lauftreff-training-panel,
    body.single-runnerx_lauftreff .rx-main .rx-lauftreff-contact-panel,
    body.single-runnerx_lauftreff .rx-main .rx-organizer-panel,
    body.single-runnerx_lauftreff .rx-main .rx-event-map-panel,
    body.single-runnerx_lauftreff .rx-main .rx-social-panel,
    body.single-runnerx_event .rx-main .rx-single-body,
    body.single-runnerx_lauftreff .rx-main .rx-single-body{
        padding:20px 18px!important;
    }
    body.single-runnerx_event .rx-main .rx-fact-list,
    body.single-runnerx_lauftreff .rx-main .rx-fact-list,
    body.single-runnerx_event .rx-main .rx-info-grid,
    body.single-runnerx_lauftreff .rx-main .rx-info-grid{
        grid-template-columns:1fr!important;
    }
}


/* RunnerX v6.0.32: Medien-Formulare, Badge-Link und Video-Stream */
body.single-runnerx_event .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel{
    background:#fff!important;
}
body.single-runnerx_event .rx-main .rx-panel-head,
body.single-runnerx_lauftreff .rx-main .rx-panel-head,
body.single-runnerx_event .rx-main .rx-section-title,
body.single-runnerx_lauftreff .rx-main .rx-section-title{
    margin:0 0 16px!important;
}
body.single-runnerx_event .rx-main .rx-event-map-panel .rx-panel-head,
body.single-runnerx_lauftreff .rx-main .rx-event-map-panel .rx-panel-head{
    margin-bottom:16px!important;
}
body.single-runnerx_event .rx-main .rx-section-title + .rx-fact-list,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-fact-list,
body.single-runnerx_event .rx-main .rx-section-title + .rx-info-grid,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-info-grid,
body.single-runnerx_event .rx-main .rx-section-title + .rx-social-link-grid,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-social-link-grid,
body.single-runnerx_event .rx-main .rx-section-title + .rx-gallery-grid,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-gallery-grid{
    margin-top:0!important;
}
.rx-video-embed{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#0f1419!important;
}
.rx-video-embed iframe{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    border:0!important;
    display:block!important;
}
.rx-feed-card .rx-media-link{display:block!important;margin-top:14px;margin-left:0!important;width:100%!important;max-width:100%!important;clear:both;}
.rx-feed-card .rx-feed-video{margin:0!important;max-height:none!important;border:1px solid var(--rx-border)!important;}
body.page-template-page-video-erstellen .rx-form-card .rx-form-grid .rx-field-full,
body.page-id .rx-form-shell input[name="youtube_url"]{grid-column:1 / -1;}
@media(max-width:760px){
    body.single-runnerx_event .rx-main .rx-panel-head,
    body.single-runnerx_lauftreff .rx-main .rx-panel-head,
    body.single-runnerx_event .rx-main .rx-section-title,
    body.single-runnerx_lauftreff .rx-main .rx-section-title{margin-bottom:14px!important;}
}

/* RunnerX v6.0.32: Bild-/Video-Formular und Feed-Video-Korrektur */
.rx-form-card--image-select{order:-10;}
.rx-form-card--image-select .rx-upload-field{margin-top:14px;}
.rx-feed-card .rx-card-content{min-width:0;}
.rx-feed-card .rx-media-link .rx-video-embed{max-width:100%;}
body.page-template-page-video-erstellen .rx-form-card .rx-form-grid .rx-form-field--youtube{grid-column:1 / -1;order:-20;}
body.page-template-page-video-erstellen .rx-form-card .rx-form-grid input[name="title"]{width:100%;}

/* RunnerX v6.0.63: Medien-Lightbox – versteckte Zustände und symmetrische Medienausrichtung korrigiert. */
html.rx-media-modal-open,
body.rx-media-modal-open{overflow:hidden!important;overscroll-behavior:none;}
.rx-media-modal{
    position:fixed;
    inset:0;
    z-index:2147483600;
    display:grid;
    place-items:center;
    padding:24px;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    isolation:isolate;
    transition:opacity .18s ease,visibility .18s ease;
}
.rx-media-modal.is-open{visibility:visible;opacity:1;pointer-events:auto;}
.rx-media-modal__backdrop{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.72);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}
.rx-media-modal__dialog{
    position:relative;
    z-index:1;
    width:min(1120px,calc(100vw - 48px));
    height:min(820px,calc(100vh - 48px));
    height:min(820px,calc(100dvh - 48px));
    max-height:calc(100vh - 48px);
    max-height:calc(100dvh - 48px);
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--rx-border-2,#d8e1e8);
    border-radius:var(--rx-card-radius,18px);
    box-shadow:0 28px 90px rgba(2,8,23,.36);
    transform:translateY(12px) scale(.985);
    transition:transform .2s ease;
    outline:0;
}
.rx-media-modal.is-open .rx-media-modal__dialog{transform:translateY(0) scale(1);}
.rx-media-modal__header{
    min-height:66px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 16px 12px 18px;
    border-bottom:1px solid var(--rx-border,#eff3f4);
    background:#fff;
}
.rx-media-modal__heading{display:flex;align-items:center;gap:12px;min-width:0;}
.rx-media-modal__heading-icon{
    flex:0 0 40px;
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border:1px solid rgba(147,229,71,.28);
    border-radius:12px;
    background:rgba(147,229,71,.14);
    color:var(--rx-runner,#93e547);
    font-size:20px;
}
.rx-media-modal__heading h2{margin:0;font-size:18px;line-height:1.15;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-media-modal__heading p{margin:3px 0 0;color:var(--rx-muted,#536471);font-size:12px;font-weight:700;line-height:1.2;}
.rx-media-modal__close{
    flex:0 0 42px;
    width:42px!important;
    height:42px!important;
    border:1px solid var(--rx-border,#eff3f4)!important;
    background:var(--rx-hover,#f7f9f9)!important;
    color:var(--rx-text,#0f1419)!important;
    border-radius:12px!important;
    font-size:17px!important;
}
.rx-media-modal__close:hover{background:#eef3f6!important;}
.rx-media-modal__viewer{
    position:relative;
    min-height:280px;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:radial-gradient(circle at 50% 20%,#243247 0,#111827 52%,#080f1a 100%);
}
.rx-media-modal__canvas{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    overflow:hidden;
    padding:24px 74px;
}
.rx-media-modal__canvas > .rx-media-modal__loader,
.rx-media-modal__canvas > .rx-media-modal__image,
.rx-media-modal__canvas > .rx-media-modal__video,
.rx-media-modal__canvas > .rx-media-modal__error{
    grid-area:1 / 1;
}
.rx-media-modal__image[hidden],
.rx-media-modal__video[hidden],
.rx-media-modal__loader[hidden],
.rx-media-modal__error[hidden],
.rx-media-modal__footer[hidden],
.rx-media-modal__caption[hidden],
.rx-media-modal__thumbs[hidden],
.rx-media-modal__nav[hidden],
.rx-media-modal__heading p[hidden]{
    display:none!important;
}
.rx-media-modal__image{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    border-radius:10px;
    box-shadow:0 18px 55px rgba(0,0,0,.34);
}
.rx-media-modal__video{
    width:min(100%,980px);
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:12px;
    background:#000;
    box-shadow:0 18px 55px rgba(0,0,0,.38);
}
.rx-media-modal__video iframe{display:block;width:100%;height:100%;border:0;}
.rx-media-modal__loader{
    width:44px;
    height:44px;
    border:4px solid rgba(255,255,255,.22);
    border-top-color:var(--rx-runner,#93e547);
    border-radius:999px;
    animation:rx-media-modal-spin .8s linear infinite;
}
@keyframes rx-media-modal-spin{to{transform:rotate(360deg)}}
.rx-media-modal__error{display:grid;place-items:center;gap:10px;color:#fff;text-align:center;padding:24px;}
.rx-media-modal__error i{font-size:34px;color:var(--rx-runner,#93e547);}
.rx-media-modal__nav{
    position:absolute;
    z-index:3;
    top:50%;
    transform:translateY(-50%);
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.24);
    border-radius:14px;
    background:rgba(15,23,42,.74);
    color:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.2);
    cursor:pointer;
    font-size:21px;
    transition:background .16s ease,transform .16s ease,border-color .16s ease;
}
.rx-media-modal__nav:hover{background:rgba(15,23,42,.94);border-color:rgba(255,255,255,.42);transform:translateY(-50%) scale(1.04);}
.rx-media-modal__prev{left:16px;}
.rx-media-modal__next{right:16px;}
.rx-media-modal__footer{
    display:grid;
    gap:10px;
    padding:12px 16px 14px;
    border-top:1px solid var(--rx-border,#eff3f4);
    background:#fff;
}
.rx-media-modal__caption{margin:0;color:var(--rx-muted,#536471);font-size:14px;line-height:1.45;text-align:center;}
.rx-media-modal__thumbs{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    max-width:100%;
    overflow-x:auto;
    padding:2px 1px 3px;
    scrollbar-width:thin;
    scroll-behavior:smooth;
}
.rx-media-modal__thumb{
    position:relative;
    flex:0 0 76px;
    width:76px;
    height:54px;
    padding:0;
    overflow:hidden;
    border:2px solid transparent;
    border-radius:10px;
    background:#eef3f6;
    opacity:.62;
    cursor:pointer;
    transition:opacity .16s ease,border-color .16s ease,transform .16s ease;
}
.rx-media-modal__thumb:hover{opacity:.9;transform:translateY(-1px);}
.rx-media-modal__thumb.is-active{opacity:1;border-color:var(--rx-runner,#93e547);}
.rx-media-modal__thumb img{display:block;width:100%;height:100%;object-fit:cover;}
.rx-media-modal__thumb-play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.28);color:#fff;font-size:18px;}
.rx-media-modal__thumb-play i{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:rgba(15,23,42,.78);}
.rx-media-lightbox-trigger,
.rx-message-image img,
.rx-gallery-grid a,
[data-rx-lightbox-gallery] a,
.rx-youtube-lightbox-link{cursor:zoom-in;}
.rx-youtube-lightbox-link{font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.rx-youtube-lightbox-embed{position:relative!important;overflow:hidden;}
.rx-youtube-lightbox-embed__trigger{
    position:absolute;
    z-index:3;
    inset:0;
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
    background:rgba(15,23,42,.05);
    cursor:zoom-in;
}
.rx-youtube-lightbox-embed__trigger>span{
    width:66px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:rgba(15,23,42,.88);
    color:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.3);
    font-size:22px;
    transition:transform .16s ease,background .16s ease;
}
.rx-youtube-lightbox-embed__trigger:hover{background:rgba(15,23,42,.14);}
.rx-youtube-lightbox-embed__trigger:hover>span{transform:scale(1.06);background:var(--rx-accent,#1d9bf0);}
.rx-ical-download-box{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(135deg,rgba(147,229,71,.14),rgba(226,0,116,.07));
    border-radius:var(--rx-card-radius,16px);
}
.rx-ical-download-icon{
    flex:0 0 46px;
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:#fff;
    color:var(--rx-accent,#E20074);
    box-shadow:0 10px 24px rgba(15,23,42,.08);
    font-size:22px;
}
.rx-ical-download-content{min-width:0;flex:1;}
.rx-ical-download-content h2{margin:0 0 4px;font-size:17px;line-height:1.25;}
.rx-ical-download-content p{margin:0;color:var(--rx-muted,#64748b);font-size:14px;line-height:1.45;}
.rx-ical-download-button{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 14px;
    border-radius:999px;
    background:var(--rx-accent,#E20074);
    color:#fff!important;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap;
}
@media(max-width:700px){
    .rx-media-modal{padding:0;place-items:stretch;}
    .rx-media-modal__dialog{
        width:100vw;
        height:100vh;
        height:100dvh;
        max-height:100vh;
        max-height:100dvh;
        border:0;
        border-radius:0;
    }
    .rx-media-modal__header{min-height:60px;padding:8px max(12px,env(safe-area-inset-right)) 8px max(12px,env(safe-area-inset-left));}
    .rx-media-modal__heading{gap:9px;}
    .rx-media-modal__heading-icon{flex-basis:38px;width:38px;height:38px;border-radius:11px;}
    .rx-media-modal__heading h2{font-size:17px;}
    .rx-media-modal__canvas{padding:16px 48px;}
    .rx-media-modal__nav{width:40px;height:44px;border-radius:12px;}
    .rx-media-modal__prev{left:6px;}
    .rx-media-modal__next{right:6px;}
    .rx-media-modal__image,.rx-media-modal__video{border-radius:8px;}
    .rx-media-modal__footer{padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));}
    .rx-media-modal__caption{font-size:13px;text-align:left;}
    .rx-media-modal__thumb{flex-basis:64px;width:64px;height:46px;border-radius:8px;}
    .rx-youtube-lightbox-embed__trigger>span{width:58px;height:44px;border-radius:12px;}
    .rx-ical-download-box{align-items:flex-start;gap:12px;flex-wrap:wrap;padding:15px;}
    .rx-ical-download-button{width:100%;justify-content:center;}
}
@media(prefers-reduced-motion:reduce){
    .rx-media-modal,.rx-media-modal__dialog,.rx-media-modal__nav,.rx-media-modal__thumb,.rx-youtube-lightbox-embed__trigger>span{transition:none!important;}
    .rx-media-modal__loader{animation-duration:1.4s;}
}

/* RunnerX v6.0.39: Tag-Trends/Follows */
.rx-tag-trends-list{display:flex;flex-direction:column;border-top:1px solid var(--rx-border);}
.rx-tag-trend-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--rx-border);}
.rx-tag-trend-main{display:flex;flex-direction:column;gap:3px;min-width:0;text-decoration:none;color:inherit;}
.rx-tag-trend-main strong{font-size:16px;line-height:1.25;color:var(--rx-text,#172033);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-tag-trend-main span{font-size:13px;color:var(--rx-muted,#65758b);}
.rx-tag-trend-kicker{font-size:12px;color:var(--rx-muted,#65758b);}
.rx-tag-follow-btn{white-space:nowrap;flex:0 0 auto;}
.rx-home-tabs{margin-bottom:12px;}
@media(max-width:700px){.rx-tag-trend-card{padding:12px 0;gap:10px}.rx-tag-trend-main strong{font-size:15px}.rx-tag-follow-btn span{display:inline}}

/* RunnerX v6.0.40: Trends/Tags UX, mobile drawer stacking and tag hovercards. */
.rx-mobile-drawer-backdrop{z-index:2147483400!important;}
.rx-mobile-drawer{z-index:2147483500!important;}
body.rx-mobile-menu-open .rx-mobile-drawer{z-index:2147483500!important;}
body.rx-mobile-menu-open .rx-searchbox,
body.rx-mobile-menu-open .rx-mobile-search-sheet{z-index:auto!important;}
.rx-mobile-logout-btn,.rx-mobile-login-btn{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;border-radius:12px;background:#08162f;color:#fff!important;font-weight:900;text-decoration:none;padding:0 18px;}
.rx-mobile-logout-btn:hover,.rx-mobile-login-btn:hover{filter:brightness(.96);}
.rx-tag-trends-list{border-top:0!important;display:flex;flex-direction:column;gap:0;}
.rx-tag-trend-card{padding:18px 22px!important;border-bottom:1px solid var(--rx-border)!important;}
.rx-tag-trend-main{gap:4px!important;}
.rx-tag-trend-main strong{font-size:17px!important;}
.rx-tag-hovercard{z-index:2147483300!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex;gap:10px;align-items:center;margin-top:14px;}
.rx-tag-hovercard .rx-tag-follow-btn{min-height:40px;padding:0 14px;}
.rx-tag-hovercard .rx-hashtag-card-link{flex:1;min-height:40px;padding:0 14px!important;}
.rx-tag-hovercard .rx-hashtag-card p{margin:8px 0 0;color:var(--rx-muted,#536471);}
@media(max-width:700px){.rx-tag-trend-card{padding:16px 18px!important}.rx-tag-trend-main strong{font-size:16px!important}.rx-tag-hovercard{max-width:calc(100vw - 24px)!important}.rx-tag-hovercard .rx-hashtag-card{width:min(300px,calc(100vw - 24px))!important}}

/* RunnerX v6.0.43: profile trends, trend hovercards and home trend summary. */
.rx-home-trends-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 24px 16px;padding:16px 18px;border:1px solid var(--rx-border,#d9e3ec);border-radius:14px;background:#f6f9fb;}
.rx-home-trends-summary div{display:flex;flex-direction:column;gap:3px;min-width:0;}
.rx-home-trends-summary span{font-size:13px;color:var(--rx-muted,#536471);font-weight:700;}
.rx-home-trends-summary strong{font-size:18px;line-height:1.25;color:var(--rx-text,#0f1419);}
.rx-home-trends-summary .rx-btn{white-space:nowrap;}
.rx-profile-trends-list{border-top:1px solid var(--rx-border,#d9e3ec);}
.rx-tag-trend-card{padding-left:24px!important;padding-right:24px!important;}
.rx-tag-hovercard{pointer-events:auto!important;}
.rx-tag-hovercard .rx-hashtag-card-meta{margin-bottom:0!important;}
.rx-tag-hovercard .rx-hashtag-card-meta span{display:inline-flex!important;margin:0!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex!important;gap:10px!important;align-items:center!important;margin-top:14px!important;}
.rx-tag-hovercard .rx-tag-follow-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
@media(max-width:700px){.rx-home-trends-summary{margin:0 14px 14px;padding:14px;align-items:flex-start;flex-direction:column}.rx-home-trends-summary .rx-btn{width:100%;justify-content:center}.rx-tag-trend-card{padding-left:18px!important;padding-right:18px!important;}}

/* RunnerX v6.0.44: relation title alignment, trend summary, dashboard headings and stable tag hovercards. */
body .rx-main .rx-relation-titlebar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  min-height:58px!important;
  padding:0 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  min-height:34px!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title-icon,
body .rx-main .rx-relation-titlebar .rx-section-title-text{
  display:inline-flex!important;
  align-items:center!important;
  line-height:1!important;
  margin:0!important;
}
body .rx-main .rx-relation-titlebar .rx-relation-back-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  margin:0!important;
  align-self:center!important;
}
.rx-home-trends-summary.rx-full-bleed-soft{
  margin:0!important;
  padding:16px 24px!important;
  width:100%!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  background:#f6f9fb!important;
}
.rx-home-trends-summary-text strong{font-size:17px!important;}
.rx-home-trends-manage{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:38px!important;}
.rx-home-trends-manage i{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
.rx-dashboard-section-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 0 16px!important;
  margin:0!important;
}
.rx-dashboard-section-title h2{margin:0!important;font-size:22px!important;line-height:1.15!important;font-weight:950!important;}
.rx-dashboard-top + .rx-dashboard-main .rx-dashboard-section-title{padding-left:0!important;}
.rx-tag-hovercard{pointer-events:auto!important;z-index:2147483400!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{
  width:300px!important;
  max-width:calc(100vw - 24px)!important;
  padding:16px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid var(--rx-border,#eff3f4)!important;
  box-shadow:0 16px 42px rgba(15,20,25,.18)!important;
}
.rx-tag-hovercard .rx-hashtag-card-title{font-size:22px!important;font-weight:950!important;line-height:1.15!important;margin:10px 0 6px!important;color:var(--rx-text,#0f1419)!important;}
.rx-tag-hovercard .rx-hashtag-card-meta{display:block!important;margin:0 0 14px!important;color:var(--rx-muted,#536471)!important;font-weight:800!important;}
.rx-tag-hovercard .rx-hashtag-card-meta span{display:block!important;margin:0!important;}
.rx-tag-hovercard .rx-tag-follow-btn,
.rx-tag-hovercard .rx-hashtag-card-link{
  width:100%!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:999px!important;
  margin:8px 0 0!important;
  padding:0 16px!important;
  text-align:center!important;
  font-weight:950!important;
}
.rx-tag-hovercard .rx-hashtag-card-link{background:#0f1419!important;color:#fff!important;text-decoration:none!important;}
.rx-tag-hovercard .rx-tag-follow-btn{background:#eff3f4!important;color:#0f1419!important;border:0!important;}
.rx-tag-hovercard .rx-tag-follow-btn.is-active{background:#0f1419!important;color:#fff!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:block!important;margin:0!important;}
@media(max-width:700px){
  body .rx-main .rx-relation-titlebar{padding:0 16px!important;min-height:56px!important;}
  .rx-home-trends-summary.rx-full-bleed-soft{padding:14px 16px!important;}
  .rx-dashboard-section-title{padding:0 0 14px!important;}
  .rx-dashboard-section-title h2{font-size:20px!important;}
}


/* RunnerX v6.0.45: dashboard titlebar normalization and stable trend hovercards */
.rx-home-tabs{margin-bottom:0!important;}
.rx-home-tabs + .rx-home-trends-summary,
.rx-home-tabs + .rx-home-trends-summary.rx-full-bleed-soft{margin-top:0!important;}
.rx-home-trends-summary.rx-full-bleed-soft{
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-box.rx-flat-list-page{padding:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-main > .rx-dashboard-section-title{
  min-height:58px!important;
  padding:0 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-main > .rx-dashboard-section-title h2{font-size:22px!important;line-height:1.15!important;margin:0!important;font-weight:950!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments,
.rx-dashboard-box.rx-flat-list-page > .rx-stream{margin-top:0!important;padding-top:18px!important;}
.rx-dashboard-box-actions.rx-flat-actions{padding:16px 24px 0!important;margin:0!important;}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap{margin-top:0!important;}
.rx-dashboard-main > .rx-dashboard-section-title{margin-bottom:0!important;}
.rx-dashboard-filter-tabs{margin-top:0!important;}
.rx-tag-hovercard{position:fixed!important;z-index:2147483400!important;display:none!important;pointer-events:auto!important;width:auto!important;max-width:340px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.rx-tag-hovercard.is-open{display:block!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{display:block!important;width:300px!important;max-width:calc(100vw - 24px)!important;background:#fff!important;border:1px solid var(--rx-border,#eff3f4)!important;border-radius:16px!important;box-shadow:0 16px 42px rgba(15,20,25,.18)!important;padding:16px!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex!important;flex-direction:column!important;gap:8px!important;margin:12px 0 0!important;align-items:stretch!important;}
.rx-tag-hovercard .rx-tag-follow-btn,
.rx-tag-hovercard .rx-hashtag-card-link{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;margin:0!important;padding:0 16px!important;text-align:center!important;font-weight:950!important;}
@media(max-width:700px){.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-main > .rx-dashboard-section-title{padding:0 16px!important;min-height:56px!important}.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,.rx-dashboard-main > .rx-dashboard-section-title h2{font-size:20px!important}.rx-dashboard-box-actions.rx-flat-actions{padding:14px 16px 0!important}}


/* RunnerX v6.0.46: dashboard title consistency + tag hover stability. */
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-main > .rx-dashboard-section-title{
  min-height:68px!important;
  padding:0 24px!important;
  margin:0 0 14px!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-main > .rx-dashboard-section-title .rx-section-title-icon{
  flex:0 0 34px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-main > .rx-dashboard-section-title h2{
  margin:0!important;
  line-height:1.15!important;
}
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap{
  margin-top:0!important;
  margin-bottom:22px!important;
}
.rx-dashboard-box.rx-flat-list-page .rx-dashboard-box-actions.rx-flat-actions{
  padding:0 24px 14px!important;
}
.rx-home-trends-summary.rx-full-bleed-soft,
.rx-home-trends-summary{
  margin-top:0!important;
}
.rx-tag-hovercard{
  pointer-events:auto!important;
  z-index:2147483600!important;
}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.rx-tag-hovercard .rx-hashtag-card-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  align-items:stretch!important;
}
.rx-tag-hovercard .rx-hashtag-card-link,
.rx-tag-hovercard .rx-tag-follow-btn{
  width:100%!important;
  justify-content:center!important;
}


/* RunnerX v6.0.47: dashboard title spacing + locked tag hovercards. */
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-main > .rx-dashboard-section-title{
  min-height:64px!important;
  padding:0 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-main > .rx-dashboard-section-title .rx-section-title-icon{
  flex:0 0 34px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-main > .rx-dashboard-section-title h2{
  margin:0!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs{
  margin-top:14px!important;
}
.rx-dashboard-filter-tabs{
  margin-top:14px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  padding-top:18px!important;
}
.rx-tag-trend-card{
  align-items:center!important;
}
.rx-tag-trend-title{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  color:inherit!important;
  text-decoration:none!important;
}
.rx-tag-trend-title:hover{
  color:var(--rx-accent,#1d9bf0)!important;
}
.rx-tag-trend-title strong{
  display:block!important;
}
.rx-tag-hovercard{
  position:fixed!important;
  z-index:2147483600!important;
  display:none!important;
  pointer-events:auto!important;
  width:auto!important;
  max-width:340px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.rx-tag-hovercard.is-open{display:block!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{
  width:300px!important;
  max-width:calc(100vw - 24px)!important;
  background:#fff!important;
  border:1px solid var(--rx-border,#eff3f4)!important;
  border-radius:16px!important;
  box-shadow:0 16px 42px rgba(15,20,25,.18)!important;
  padding:16px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.rx-tag-hovercard .rx-hashtag-card-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  align-items:stretch!important;
  margin:8px 0 0!important;
}
.rx-tag-hovercard .rx-hashtag-card-link,
.rx-tag-hovercard .rx-tag-follow-btn{
  width:100%!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:999px!important;
  margin:0!important;
  padding:0 16px!important;
  text-align:center!important;
  font-weight:950!important;
}
.rx-tag-hovercard .rx-tag-follow-btn{
  background:#0f1419!important;
  color:#fff!important;
  border:0!important;
}
.rx-tag-hovercard .rx-tag-follow-btn.is-active{
  background:#536471!important;
  color:#fff!important;
}
.rx-tag-hovercard .rx-hashtag-card-link{
  background:#0f1419!important;
  color:#fff!important;
  text-decoration:none!important;
}
.rx-tag-hovercard .rx-hashtag-card-title a{
  color:inherit!important;
  text-decoration:none!important;
}
@media(max-width:700px){
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-main > .rx-dashboard-section-title{padding:0 16px!important;min-height:58px!important;}
  .rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
  .rx-dashboard-filter-tabs{margin-top:12px!important;}
}


/* RunnerX v6.0.48: global dashboard title bars + stable hashtag hovercard/buttons */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-section-title,
.rx-dashboard-box .rx-panel-head{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:68px!important;
  padding:0 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  background:#fff!important;
}
.rx-dashboard-main > .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-section-title h2,
.rx-dashboard-box .rx-panel-head h2{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  font-size:24px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
.rx-dashboard-main > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-box > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-section-flat > .rx-section-title .rx-section-title-icon,
.rx-dashboard-box .rx-panel-head .rx-section-title-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs{
  margin-top:0!important;
}
.rx-dashboard-top{padding:16px 20px!important;border-bottom:1px solid var(--rx-border,#eff3f4)!important;margin:0!important;}
.rx-dashboard-main .rx-flat-list-page{border-top:0!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  margin:0!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
}
.rx-trend-row--tag{display:block!important;}
.rx-trend-row--tag .rx-tag-trend-title{display:inline-flex!important;width:auto!important;max-width:100%!important;color:inherit!important;text-decoration:none!important;}
.rx-trend-row--tag .rx-tag-trend-title:hover{color:var(--rx-accent,#1d9bf0)!important;}
.rx-tag-hovercard{position:fixed!important;z-index:2147483600!important;display:none!important;pointer-events:auto!important;width:auto!important;max-width:340px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.rx-tag-hovercard.is-open{display:block!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{width:300px!important;max-width:calc(100vw - 24px)!important;background:#fff!important;border:1px solid var(--rx-border,#eff3f4)!important;border-radius:16px!important;box-shadow:0 16px 42px rgba(15,20,25,.18)!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:10px!important;}
.rx-tag-hovercard .rx-hashtag-card-title a{color:inherit!important;text-decoration:none!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important;margin:8px 0 0!important;}
.rx-tag-hovercard .rx-hashtag-card-link,
.rx-tag-hovercard .rx-tag-follow-btn{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;margin:0!important;padding:0 16px!important;text-align:center!important;font-weight:950!important;white-space:nowrap!important;}
.rx-tag-hovercard .rx-tag-follow-btn span,
.rx-tag-hovercard .rx-tag-follow-btn i{display:inline-flex!important;align-items:center!important;opacity:1!important;visibility:visible!important;color:inherit!important;}
.rx-tag-hovercard .rx-hashtag-card-link{background:#0f1419!important;color:#fff!important;text-decoration:none!important;}
.rx-tag-hovercard .rx-tag-follow-btn{background:#0f1419!important;color:#fff!important;border:0!important;}
.rx-tag-hovercard .rx-tag-follow-btn.is-active{background:#536471!important;color:#fff!important;border:0!important;}

/* RunnerX v6.0.49: one global dashboard titlebar, actions in row, no doubled borders */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-section-title,
.rx-dashboard-box .rx-panel-head{
  min-height:68px!important;
  padding:0 24px!important;
  margin:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main,
.rx-dashboard-section-flat > .rx-section-title,
.rx-dashboard-box .rx-panel-head h2{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
.rx-dashboard-section-title-main h2,
.rx-dashboard-main > .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-section-title h2,
.rx-dashboard-box .rx-panel-head h2{
  margin:0!important;
  padding:0!important;
  font-size:24px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-section-flat > .rx-section-title .rx-section-title-icon,
.rx-dashboard-box .rx-panel-head .rx-section-title-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}
.rx-dashboard-section-title-actions{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex:0 0 auto!important;
}
.rx-dashboard-section-title-actions .rx-btn{
  min-height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}
.rx-dashboard-box-actions.rx-flat-actions{display:none!important;}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-filter-tabs{
  margin-top:0!important;
  border-top:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-dashboard-filter-tabs .rx-responsive-tabs{
  border-top:0!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  margin:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-section-card{padding:24px!important;}
@media(max-width:700px){
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-section-title,
  .rx-dashboard-box .rx-panel-head{min-height:62px!important;padding:0 16px!important;}
  .rx-dashboard-section-title-main h2,
  .rx-dashboard-main > .rx-dashboard-section-title h2,
  .rx-dashboard-box > .rx-dashboard-section-title h2,
  .rx-dashboard-section-flat > .rx-section-title h2,
  .rx-dashboard-box .rx-panel-head h2{font-size:21px!important;}
}

/* RunnerX v6.0.50: dashboard header and tab normalization */
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    min-height:72px!important;
    padding:20px 24px!important;
    margin:0!important;
    border-top:0!important;
    border-bottom:1px solid var(--rx-border,#dfe7ef)!important;
    background:#fff!important;
    box-sizing:border-box!important;
}
.rx-dashboard-main .rx-dashboard-section-title-main,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    margin:0!important;
}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    background:rgba(147,229,71,.16)!important;
    color:var(--rx-accent,#93e547)!important;
}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon i{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    font-size:17px!important;
}
.rx-dashboard-main .rx-dashboard-section-title h2{
    margin:0!important;
    padding:0!important;
    font-size:24px!important;
    line-height:1.15!important;
    font-weight:950!important;
    letter-spacing:-.02em!important;
}
.rx-dashboard-section-title-actions{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
}
.rx-dashboard-section-title-actions .rx-btn,
.rx-dashboard-section-title-actions button{
    margin:0!important;
    white-space:nowrap!important;
}
.rx-dashboard-section-flat,
.rx-dashboard-box.rx-flat-list-page,
.rx-dashboard-main{
    border-top:0!important;
}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap{
    margin-top:0!important;
    border-top:0!important;
}
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap{
    border-top:0!important;
    border-bottom:1px solid var(--rx-border,#dfe7ef)!important;
}
.rx-dashboard-main .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state{
    border-top:0!important;
}
.rx-dashboard-overview-section .rx-dashboard-section-title{
    padding-top:20px!important;
    padding-bottom:20px!important;
}
@media(max-width:700px){
    .rx-dashboard-main .rx-dashboard-section-title,
    .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
    .rx-dashboard-section-flat > .rx-dashboard-section-title{
        min-height:64px!important;
        padding:16px!important;
    }
    .rx-dashboard-main .rx-dashboard-section-title h2{font-size:21px!important;}
}

/* RunnerX v6.0.51: Dashboard gutters, tab gutters and dropdown counter normalization */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title{
  min-height:72px!important;
  padding:20px 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
.rx-dashboard-section-title-main h2{margin:0!important;line-height:1.15!important;}
.rx-dashboard-section-title-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;}
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs{
  margin-top:0!important;
  border-top:0!important;
}
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  padding-left:24px!important;
  padding-right:24px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{border-left:0!important;border-right:0!important;}
.rx-dashboard-main > .rx-dashboard-stream,
.rx-dashboard-main > .rx-stream,
.rx-dashboard-main > .rx-feed,
.rx-dashboard-stream{margin-top:0!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{margin-left:24px!important;margin-right:24px!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis{margin-top:16px!important;}
.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin-top:16px!important;}
.rx-global-switch-menu a,.rx-filter-switch-menu a{display:flex!important;align-items:center!important;gap:10px!important;}
.rx-global-switch-menu a .rx-count-badge,.rx-filter-switch-menu a .rx-count-badge{margin-left:auto!important;order:99!important;}
.rx-global-switch-menu a.is-active:after,.rx-filter-switch-menu a.is-active:after{content:none!important;display:none!important;}
.rx-dashboard-switch .rx-global-switch-menu a i{flex:0 0 auto!important;}
.rx-dashboard-switch .rx-global-switch-menu a span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
@media(max-width:700px){
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title{padding:18px 16px!important;min-height:68px!important;}
  .rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding-left:16px!important;padding-right:16px!important;}
  .rx-dashboard-section-flat .rx-dashboard-kpis,
  .rx-dashboard-section-flat .rx-dashboard-quicklinks,
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted{margin-left:16px!important;margin-right:16px!important;}
}

/* RunnerX v6.0.52: hard reset dashboard spacing without breaking tab arrows */
.rx-dashboard-main{
  --rx-dashboard-gutter:24px;
}
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title{
  width:100%!important;
  min-height:auto!important;
  padding:20px var(--rx-dashboard-gutter)!important;
  margin:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-main .rx-dashboard-section-title-main,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  min-width:0!important;
}
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2{
  margin:0!important;
  padding:0!important;
  line-height:1.15!important;
}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon{
  margin:0!important;
  flex:0 0 34px!important;
}
.rx-dashboard-section-title-actions{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}
/* Do not add artificial gutters around dashboard tab arrows. */
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs{
  padding-left:0!important;
  padding-right:0!important;
  margin-top:0!important;
  border-top:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  border-left:0!important;
  border-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
/* Overview sections stay full width; only their inner grids get normal content padding. */
.rx-dashboard-section-flat{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:var(--rx-dashboard-gutter)!important;
  padding-right:var(--rx-dashboard-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{
  margin-top:16px!important;
  width:100%!important;
}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-top:14px!important;
  margin-bottom:20px!important;
}
@media(max-width:700px){
  .rx-dashboard-main{--rx-dashboard-gutter:16px;}
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title{
    padding:20px var(--rx-dashboard-gutter)!important;
  }
  .rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
  .rx-dashboard-main > .rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-dashboard-filter-tabs{
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* RunnerX v6.0.53: global middle-column header/subheader system */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-mid-gutter:24px;
  --rx-mid-border:var(--rx-border,#dbe5ef);
}

/* Top header: one fixed pattern at the top of the middle column. */
.rx-topbar,
.rx-global-topbar{
  height:53px!important;
  min-height:53px!important;
  padding:0 var(--rx-mid-gutter)!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-mid-border)!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-topbar h1,
.rx-global-topbar h1{
  margin:0!important;
  padding:0!important;
  line-height:1.15!important;
}

/* Subheader: green icon + subtitle + optional right action, used by dashboard/relation pages. */
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-relation-titlebar{
  width:100%!important;
  min-height:74px!important;
  padding:20px var(--rx-mid-gutter)!important;
  margin:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-mid-border)!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-dashboard-section-title-main{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  flex:0 0 34px!important;
  margin:0!important;
  border-radius:8px!important;
  background:rgba(147,229,71,.18)!important;
  color:var(--rx-runner,#93e547)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon i,
.rx-relation-titlebar .rx-section-title-icon i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  font-size:17px!important;
}
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text{
  margin:0!important;
  padding:0!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  white-space:normal!important;
}
.rx-dashboard-section-title-actions,
.rx-relation-titlebar .rx-relation-actions,
.rx-relation-titlebar > .rx-btn,
.rx-relation-titlebar > a.rx-btn{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex:0 0 auto!important;
}
.rx-dashboard-section-title-actions .rx-btn,
.rx-dashboard-section-title-actions button,
.rx-relation-titlebar .rx-btn,
.rx-relation-titlebar button{
  margin:0!important;
  white-space:nowrap!important;
}

/* Content directly under subheaders: never add a second top line. */
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-relation-titlebar + .rx-relation-summary,
.rx-relation-titlebar + .rx-relation-info,
.rx-relation-titlebar + .rx-user-list,
.rx-relation-titlebar + .rx-section-card{
  margin-top:0!important;
  border-top:0!important;
}
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-mid-border)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-dashboard-main .rx-responsive-tabs-shell{
  margin-left:0!important;
  margin-right:0!important;
  border-left:0!important;
  border-right:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  flex:0 0 48px!important;
  width:48px!important;
  margin:0!important;
  border-radius:0!important;
}

/* Dashboard overview sections are full-width rows; only their inner content has the normal gutter. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section,
.rx-dashboard-box.rx-flat-list-page{
  width:100%!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted,
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:var(--rx-mid-gutter)!important;
  padding-right:var(--rx-mid-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{
  margin-top:16px!important;
}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-top:14px!important;
  margin-bottom:20px!important;
}

@media(max-width:700px){
  .rx-main,
  .rx-dashboard-layout,
  .rx-dashboard-main{--rx-mid-gutter:16px;}
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-relation-titlebar{
    min-height:66px!important;
    padding:16px var(--rx-mid-gutter)!important;
  }
  .rx-dashboard-main .rx-dashboard-section-title h2,
  .rx-dashboard-box > .rx-dashboard-section-title h2,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
  .rx-dashboard-section-flat > .rx-dashboard-section-title h2,
  .rx-relation-titlebar .rx-section-title,
  .rx-relation-titlebar .rx-section-title-text{font-size:21px!important;}
}


/* RunnerX v6.0.54: final middle-column header normalization */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{--rx-mid-gutter:24px;}
.rx-relation-topbar{display:flex!important;align-items:center!important;gap:14px!important;height:53px!important;min-height:53px!important;padding:0 var(--rx-mid-gutter)!important;margin:0!important;border-bottom:1px solid var(--rx-mid-border,var(--rx-border,#eff3f4))!important;background:#fff!important;box-sizing:border-box!important;}
.rx-relation-topbar .rx-back-link{width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:inherit!important;flex:0 0 34px!important;}
.rx-relation-topbar h1{margin:0!important;padding:0!important;font-size:22px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:-.02em!important;}
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-relation-titlebar{padding:20px var(--rx-mid-gutter)!important;min-height:74px!important;margin:0!important;border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:1px solid var(--rx-mid-border,var(--rx-border,#eff3f4))!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;box-sizing:border-box!important;width:100%!important;}
.rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;margin:0!important;padding:0!important;line-height:1!important;}
.rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text{margin:0!important;padding:0!important;font-size:24px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:-.02em!important;}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;margin:0!important;border-radius:8px!important;background:rgba(147,229,71,.18)!important;color:var(--rx-runner,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
.rx-dashboard-section-title-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;}
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-filter-tabs{margin-top:0!important;border-top:0!important;}
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;border-top:0!important;border-bottom:1px solid var(--rx-mid-border,var(--rx-border,#eff3f4))!important;box-sizing:border-box!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{width:48px!important;flex:0 0 48px!important;margin:0!important;border-radius:0!important;}
.rx-dashboard-section-flat,.rx-dashboard-overview-section,.rx-dashboard-box.rx-flat-list-page{width:100%!important;margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important;background:#fff!important;}
.rx-dashboard-comment-meta .rx-type{display:none!important;}
@media(max-width:700px){.rx-main,.rx-dashboard-layout,.rx-dashboard-main{--rx-mid-gutter:16px;}.rx-dashboard-main > .rx-dashboard-section-title,.rx-dashboard-box > .rx-dashboard-section-title,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-dashboard-section-title,.rx-dashboard-overview-section > .rx-dashboard-section-title,.rx-relation-titlebar{padding:16px var(--rx-mid-gutter)!important;min-height:66px!important;}.rx-dashboard-section-title h2,.rx-relation-titlebar .rx-section-title,.rx-relation-titlebar .rx-section-title-text{font-size:21px!important;}.rx-relation-topbar{padding:0 var(--rx-mid-gutter)!important;}}


/* RunnerX v6.0.55: final middle-column header cleanup
   One visual system for: global topbar -> green-icon subheader -> tabs/info/content.
   This only normalizes layout; it does not change business logic. */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-mid-gutter:24px;
  --rx-mid-border:var(--rx-border,#dbe5ef);
}

/* The global topbar in header.php is the only topbar. Relation pages must not add a second one. */
.rx-relation-page > .rx-relation-topbar,
.rx-relation-shell > .rx-relation-topbar{display:none!important;}

/* Green-icon subheaders: same row, same padding, smaller title. */
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar{
  width:100%!important;
  min-height:66px!important;
  padding:20px var(--rx-mid-gutter)!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-mid-border)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  flex:0 0 34px!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:8px!important;
  background:rgba(147,229,71,.18)!important;
  color:var(--rx-runner,#93e547)!important;
  line-height:1!important;
}
.rx-dashboard-section-title .rx-section-title-icon i,
.rx-relation-titlebar .rx-section-title-icon i{
  font-size:17px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-dashboard-section-title h2,
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text{
  margin:0!important;
  padding:0!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.015em!important;
  white-space:normal!important;
}
.rx-dashboard-section-title-actions,
.rx-relation-titlebar .rx-relation-actions,
.rx-relation-titlebar > .rx-btn,
.rx-relation-titlebar > a.rx-btn{
  margin-left:auto!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
}

/* One single divider between subheader and the next block. */
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-relation-titlebar + .rx-relation-page,
.rx-relation-titlebar + .rx-relation-summary,
.rx-relation-titlebar + .rx-section-card{
  margin-top:0!important;
  border-top:0!important;
}

/* Tabs remain full-width, but labels line up with the same visual system. */
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-mid-border)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-dashboard-main .rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  width:48px!important;
  flex:0 0 48px!important;
  margin:0!important;
  border-radius:0!important;
}

/* Dashboard index rows are full-width rows; no extra outer card gutters. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section,
.rx-dashboard-box.rx-flat-list-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:var(--rx-mid-gutter)!important;
  padding-right:var(--rx-mid-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{
  margin-top:16px!important;
}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-top:14px!important;
  margin-bottom:20px!important;
}

/* Relation summary begins immediately below subheader and stays full-width. */
.rx-relation-page{
  padding:0!important;
  margin:0!important;
  width:100%!important;
}
.rx-relation-shell{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
}
.rx-relation-summary{
  margin:0!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
}

@media(max-width:700px){
  .rx-main,
  .rx-dashboard-layout,
  .rx-dashboard-main{--rx-mid-gutter:16px;}
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar{
    min-height:62px!important;
    padding:16px var(--rx-mid-gutter)!important;
  }
  .rx-dashboard-section-title h2,
  .rx-dashboard-main .rx-dashboard-section-title h2,
  .rx-relation-titlebar .rx-section-title,
  .rx-relation-titlebar .rx-section-title-text{
    font-size:20px!important;
  }
}


/* RunnerX UI Refactoring v1 (v6.0.56)
   Canonical middle-column layout system.
   Goal: one spacing rhythm for topbar, green-icon subheader, tabs/info/content.
*/
:root{
  --rx-ui-gutter:24px;
  --rx-ui-gutter-mobile:16px;
  --rx-ui-border:var(--rx-border,#dbe5ef);
  --rx-ui-title-size:21px;
  --rx-ui-title-size-mobile:20px;
  --rx-ui-icon-size:34px;
  --rx-ui-subheader-y:20px;
}

.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main,
.rx-content-shell{
  --rx-mid-gutter:var(--rx-ui-gutter);
  --rx-mid-border:var(--rx-ui-border);
}

/* Middle column page topbar: back/title/create remains its own row. */
.rx-page-topbar,
.rx-detail-topbar,
.rx-relation-topbar{
  min-height:52px!important;
  padding:0 var(--rx-ui-gutter)!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-ui-border)!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-page-topbar h1,
.rx-detail-topbar h1,
.rx-relation-topbar h1{
  margin:0!important;
  font-size:21px!important;
  line-height:1.15!important;
  font-weight:900!important;
}

/* Canonical green-icon subheader. Used for dashboard, relation, lists and tab pages. */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar,
.rx-section-titlebar{
  width:100%!important;
  min-height:74px!important;
  padding:var(--rx-ui-subheader-y) var(--rx-ui-gutter)!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-ui-border)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main,
.rx-dashboard-section-title > .rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title,
.rx-section-titlebar-main{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon,
.rx-section-titlebar .rx-section-title-icon{
  width:var(--rx-ui-icon-size)!important;
  height:var(--rx-ui-icon-size)!important;
  min-width:var(--rx-ui-icon-size)!important;
  flex:0 0 var(--rx-ui-icon-size)!important;
  margin:0!important;
  border-radius:8px!important;
  background:rgba(147,229,71,.18)!important;
  color:var(--rx-runner,#93e547)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.rx-dashboard-section-title .rx-section-title-icon i,
.rx-relation-titlebar .rx-section-title-icon i,
.rx-section-titlebar .rx-section-title-icon i{
  font-size:17px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-dashboard-section-title h2,
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text,
.rx-section-titlebar h2{
  margin:0!important;
  padding:0!important;
  font-size:var(--rx-ui-title-size)!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:-.012em!important;
  white-space:normal!important;
}
.rx-dashboard-section-title-actions,
.rx-relation-titlebar .rx-relation-actions,
.rx-relation-titlebar > .rx-btn,
.rx-relation-titlebar > a.rx-btn,
.rx-section-titlebar-actions{
  margin-left:auto!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
}

/* No double borders between subheader and direct follower blocks. */
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-section-card,
.rx-dashboard-section-title + .rx-empty-state,
.rx-dashboard-section-title + .rx-notification-list,
.rx-dashboard-section-title + .rx-dashboard-comments,
.rx-relation-titlebar + .rx-relation-page,
.rx-relation-titlebar + .rx-relation-summary,
.rx-relation-titlebar + .rx-section-card{
  margin-top:0!important;
  border-top:0!important;
}

/* Canonical tabs: full-width row, but tab labels share the middle-column gutter. */
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  width:100%!important;
  margin:0!important;
  padding:0 var(--rx-ui-gutter)!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-ui-border)!important;
  box-sizing:border-box!important;
  background:#fff!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border-radius:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev{margin-left:-12px!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{margin-right:-12px!important;}

/* Dashboard overview sections are full width; their contents align to the same gutter, not an extra nested card gutter. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section,
.rx-dashboard-box.rx-flat-list-page,
.rx-dashboard-box.rx-notifications-page-flat{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted,
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin-top:16px!important;}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{margin-top:14px!important;margin-bottom:20px!important;}

/* Relation pages use exactly the same full-width rhythm. */
.rx-relation-page,
.rx-relation-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.rx-relation-summary{
  width:100%!important;
  margin:0!important;
  padding:20px var(--rx-ui-gutter)!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-sizing:border-box!important;
}
.rx-relation-user-list .rx-user-card,
.rx-relation-user-list .rx-empty-state{
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
  box-sizing:border-box!important;
}

@media(max-width:700px){
  .rx-main,.rx-dashboard-layout,.rx-dashboard-main,.rx-content-shell{--rx-mid-gutter:var(--rx-ui-gutter-mobile);}
  .rx-page-topbar,.rx-detail-topbar,.rx-relation-topbar{padding:0 var(--rx-ui-gutter-mobile)!important;}
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar,
  .rx-section-titlebar{
    min-height:62px!important;
    padding:16px var(--rx-ui-gutter-mobile)!important;
  }
  .rx-dashboard-section-title h2,
  .rx-dashboard-main .rx-dashboard-section-title h2,
  .rx-relation-titlebar .rx-section-title,
  .rx-relation-titlebar .rx-section-title-text,
  .rx-section-titlebar h2{font-size:var(--rx-ui-title-size-mobile)!important;}
  .rx-dashboard-filter-tabs,
  .rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-dashboard-filter-tabs,
  .rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding:0 var(--rx-ui-gutter-mobile)!important;}
  .rx-dashboard-section-flat .rx-dashboard-kpis,
  .rx-dashboard-section-flat .rx-dashboard-quicklinks,
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted,
  .rx-dashboard-box.rx-flat-list-page > .rx-section-card,
  .rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
  .rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments,
  .rx-relation-summary,
  .rx-relation-user-list .rx-user-card,
  .rx-relation-user-list .rx-empty-state{
    padding-left:var(--rx-ui-gutter-mobile)!important;
    padding-right:var(--rx-ui-gutter-mobile)!important;
  }
}

/* RunnerX UI Refactoring v1.1: final middle-column rhythm
   One rule set for dashboard/relation subheaders and tab rows. */
:root{
  --rx-ui-gutter:24px;
  --rx-ui-gutter-mobile:16px;
  --rx-ui-subheader-pad-y:20px;
  --rx-ui-title-size:22px;
  --rx-ui-title-size-mobile:20px;
}

/* Subheaders: always same width, same gutter, same vertical rhythm. */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar,
.rx-section-titlebar{
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:var(--rx-ui-subheader-pad-y) var(--rx-ui-gutter)!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main,
.rx-dashboard-section-title > .rx-dashboard-section-title-main,
.rx-section-titlebar-main,
.rx-relation-titlebar .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  min-width:0!important;
}
.rx-dashboard-section-title h2,
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-section-titlebar h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text{
  margin:0!important;
  padding:0!important;
  font-size:var(--rx-ui-title-size)!important;
  line-height:1.16!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}

/* Dashboard index sections: section itself full width; inner content keeps only a content gutter. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
  box-sizing:border-box!important;
}

/* Tabs: no outer side gap and no reserved arrow column. Arrows overlay the row. */
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ee)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  z-index:4!important;
  width:40px!important;
  flex:0 0 40px!important;
  margin:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev{left:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{right:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-track,
.rx-dashboard-filter-tabs .rx-responsive-tabs-list{
  margin:0!important;
  padding-left:40px!important;
  padding-right:40px!important;
  box-sizing:border-box!important;
}

/* Avoid the doubled 1px line between subheader and tabs/content. */
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-section-titlebar + .rx-dashboard-filter-tabs,
.rx-section-titlebar + .rx-responsive-tabs-wrap,
.rx-relation-titlebar + .rx-relation-page,
.rx-relation-titlebar + .rx-relation-summary{
  margin-top:0!important;
  border-top:0!important;
}

@media(max-width:700px){
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar,
  .rx-section-titlebar{
    padding:16px var(--rx-ui-gutter-mobile)!important;
  }
  .rx-dashboard-section-title h2,
  .rx-dashboard-main .rx-dashboard-section-title h2,
  .rx-dashboard-box > .rx-dashboard-section-title h2,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
  .rx-dashboard-section-flat > .rx-dashboard-section-title h2,
  .rx-section-titlebar h2,
  .rx-relation-titlebar .rx-section-title,
  .rx-relation-titlebar .rx-section-title-text{
    font-size:var(--rx-ui-title-size-mobile)!important;
  }
  .rx-dashboard-section-flat .rx-dashboard-kpis,
  .rx-dashboard-section-flat .rx-dashboard-quicklinks,
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted{
    padding-left:var(--rx-ui-gutter-mobile)!important;
    padding-right:var(--rx-ui-gutter-mobile)!important;
  }
}

/* RunnerX UI Refactoring v1.2 / v6.0.58
   Hard final dashboard middle-column rhythm: no extra tab side gutters, no nested overview gutters. */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-ui-gutter:24px;
  --rx-ui-gutter-mobile:16px;
}

/* Green-icon title rows keep the same left/right rhythm everywhere. */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar,
.rx-section-titlebar{
  padding:20px var(--rx-ui-gutter)!important;
  margin:0!important;
  min-height:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ee)!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  box-sizing:border-box!important;
}

/* Dashboard index sections must be full-width rows; no nested side padding around KPI/quicklink grids. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
}

/* Tabs are full width. Arrows overlay the row and no longer create fake side columns. */
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ee)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-dashboard-filter-tabs .rx-responsive-tabs{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  z-index:5!important;
  width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev{left:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{right:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-track,
.rx-dashboard-filter-tabs .rx-responsive-tabs-list{
  width:100%!important;
  margin:0!important;
  padding-left:36px!important;
  padding-right:36px!important;
  box-sizing:border-box!important;
}

@media(max-width:700px){
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar,
  .rx-section-titlebar{
    padding:16px var(--rx-ui-gutter-mobile)!important;
  }
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted{
    padding-left:var(--rx-ui-gutter-mobile)!important;
    padding-right:var(--rx-ui-gutter-mobile)!important;
  }
}


/* RunnerX v6.0.59: definitive dashboard title gutter fix
   The spacing belongs to the title-main element, not only to selected parent sections.
   This fixes tab pages where .rx-dashboard-section-title-main rendered flush left. */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-dashboard-gutter:24px;
  --rx-dashboard-gutter-mobile:16px;
}
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ee)!important;
  background:#fff!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:space-between!important;
  box-sizing:border-box!important;
}
.rx-dashboard-main .rx-dashboard-section-title-main,
.rx-dashboard-box > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-overview-section > .rx-dashboard-section-title .rx-dashboard-section-title-main{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  margin:0!important;
  padding:20px var(--rx-dashboard-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  margin:0!important;
  padding:20px var(--rx-dashboard-gutter) 20px 0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-title-main .rx-section-title-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  margin:0!important;
}
.rx-dashboard-section-title-main h2{
  margin:0!important;
  padding:0!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-responsive-tabs-wrap{
  margin-top:0!important;
  border-top:0!important;
}
@media(max-width:700px){
  .rx-dashboard-main .rx-dashboard-section-title-main,
  .rx-dashboard-box > .rx-dashboard-section-title .rx-dashboard-section-title-main,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
  .rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main,
  .rx-dashboard-overview-section > .rx-dashboard-section-title .rx-dashboard-section-title-main{
    padding:16px var(--rx-dashboard-gutter-mobile)!important;
  }
  .rx-dashboard-section-title-actions{
    padding:16px var(--rx-dashboard-gutter-mobile) 16px 0!important;
  }
  .rx-dashboard-section-title-main h2{font-size:20px!important;}
}

/* RunnerX v6.0.60: global hovercard behaviour/styles for user/event/lauftreff/tag/glossary */
.rx-global-hovercard,
#rxTypedHovercard.rx-hovercard{
  position:fixed!important;
  z-index:2147483600!important;
  display:none!important;
  width:300px!important;
  max-width:calc(100vw - 24px)!important;
  background:#fff!important;
  border:1px solid var(--rx-border,#eff3f4)!important;
  border-radius:18px!important;
  box-shadow:0 16px 42px rgba(15,20,25,.18)!important;
  padding:16px!important;
  pointer-events:auto!important;
}
.rx-global-hovercard.is-open,
#rxTypedHovercard.rx-hovercard.is-open{display:block!important;}
.rx-global-hovercard h3,
#rxTypedHovercard.rx-hovercard h3{margin:10px 0 4px!important;font-size:22px!important;line-height:1.15!important;font-weight:950!important;color:var(--rx-text,#0f1419)!important;}
.rx-global-hovercard p,
#rxTypedHovercard.rx-hovercard p{margin:10px 0 0!important;color:var(--rx-muted,#536471)!important;line-height:1.35!important;}
.rx-global-hovercard .rx-hover-top,
#rxTypedHovercard.rx-hovercard .rx-hover-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin:0!important;}
.rx-global-hovercard .rx-avatar-lg,
#rxTypedHovercard.rx-hovercard .rx-avatar-lg{width:72px!important;height:72px!important;object-fit:cover!important;background:#eff3f4!important;}
.rx-global-hovercard .rx-hover-kpis,
#rxTypedHovercard.rx-hovercard .rx-hover-kpis{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:12px!important;}
.rx-global-hovercard .rx-hover-kpis div,
#rxTypedHovercard.rx-hovercard .rx-hover-kpis div{background:#f7f9f9!important;border-radius:14px!important;padding:10px!important;min-width:0!important;}
.rx-global-hovercard .rx-hover-kpis b,
#rxTypedHovercard.rx-hovercard .rx-hover-kpis b{display:block!important;font-size:15px!important;line-height:1.15!important;}
.rx-global-hovercard .rx-hover-kpis span,
#rxTypedHovercard.rx-hovercard .rx-hover-kpis span{display:block!important;margin:3px 0 0!important;font-size:12px!important;color:var(--rx-muted,#536471)!important;}
.rx-global-hovercard .rx-hover-meta,
#rxTypedHovercard.rx-hovercard .rx-hover-meta{display:flex!important;flex-direction:column!important;gap:8px!important;margin:12px 0!important;color:var(--rx-muted,#536471)!important;font-weight:800!important;}
.rx-global-hovercard .rx-hover-meta span,
#rxTypedHovercard.rx-hovercard .rx-hover-meta span{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;color:inherit!important;}
.rx-global-hovercard .rx-hover-btn,
#rxTypedHovercard.rx-hovercard .rx-hover-btn,
.rx-global-hovercard .rx-hashtag-card-link,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card-link,
.rx-global-hovercard .rx-tag-follow-btn,
#rxTypedHovercard.rx-hovercard .rx-tag-follow-btn,
.rx-global-hovercard .rx-follow-btn,
#rxTypedHovercard.rx-hovercard .rx-follow-btn{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;margin:12px 0 0!important;padding:0 16px!important;text-align:center!important;font-weight:950!important;text-decoration:none!important;border:0!important;white-space:nowrap!important;}
.rx-global-hovercard .rx-hover-btn,
#rxTypedHovercard.rx-hovercard .rx-hover-btn,
.rx-global-hovercard .rx-hashtag-card-link,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card-link{width:100%!important;background:#0f1419!important;color:#fff!important;}
.rx-global-hovercard .rx-tag-follow-btn,
#rxTypedHovercard.rx-hovercard .rx-tag-follow-btn{width:100%!important;background:#0f1419!important;color:#fff!important;}
.rx-global-hovercard .rx-tag-follow-btn.is-active,
#rxTypedHovercard.rx-hovercard .rx-tag-follow-btn.is-active{background:#536471!important;color:#fff!important;}
.rx-global-hovercard .rx-tag-follow-btn span,
#rxTypedHovercard.rx-hovercard .rx-tag-follow-btn span,
.rx-global-hovercard .rx-tag-follow-btn i,
#rxTypedHovercard.rx-hovercard .rx-tag-follow-btn i{display:inline-flex!important;align-items:center!important;opacity:1!important;visibility:visible!important;color:inherit!important;}
.rx-global-hovercard .rx-hashtag-card,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card,
.rx-global-hovercard .rx-hashtag-card--compact,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card--compact{display:flex!important;flex-direction:column!important;gap:10px!important;width:auto!important;max-width:none!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;}
.rx-global-hovercard .rx-hashtag-card-title,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card-title{font-size:22px!important;line-height:1.15!important;font-weight:950!important;margin:6px 0 0!important;}
.rx-global-hovercard .rx-hashtag-card-title a,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card-title a{color:inherit!important;text-decoration:none!important;}
.rx-global-hovercard .rx-hashtag-card-meta,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card-meta{display:block!important;margin:0!important;color:var(--rx-muted,#536471)!important;font-weight:850!important;}
.rx-global-hovercard .rx-hashtag-card-actions,
#rxTypedHovercard.rx-hovercard .rx-hashtag-card-actions{display:flex!important;flex-direction:column!important;gap:10px!important;margin:4px 0 0!important;align-items:stretch!important;}
.rx-tag-hovercard{display:none!important;}

/* RunnerX v6.0.61: automatische Glossar-Verlinkung */
.rx-glossary-autolink{position:relative;display:inline;font-weight:800;color:var(--rx-accent,#1d9bf0);text-decoration:none;border-bottom:1px dotted currentColor;cursor:help}
.rx-glossary-autolink:hover,.rx-glossary-autolink:focus{color:var(--rx-accent,#1d9bf0);text-decoration:none}
.rx-glossary-autolink__tip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:999999;width:max-content;max-width:min(320px,80vw);padding:10px 12px;border:1px solid var(--rx-border,#dce6ee);border-radius:10px;background:#07101f;color:#fff;font-size:13px;font-weight:700;line-height:1.35;box-shadow:0 18px 42px rgba(7,16,31,.22);opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .12s ease,transform .12s ease;white-space:normal}
.rx-glossary-autolink__tip strong{font-weight:950;color:#fff}
.rx-glossary-autolink__tip:after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#07101f}
.rx-glossary-autolink:hover .rx-glossary-autolink__tip,.rx-glossary-autolink:focus .rx-glossary-autolink__tip{opacity:1;transform:translate(-50%,0)}
.rx-card-title .rx-glossary-autolink,.rx-dashboard-section-title-main .rx-glossary-autolink,.rx-single-title .rx-glossary-autolink,h1 .rx-glossary-autolink,h2 .rx-glossary-autolink,h3 .rx-glossary-autolink,h4 .rx-glossary-autolink{font-weight:inherit;color:inherit;border-bottom:0;cursor:inherit}
@media(max-width:700px){.rx-glossary-autolink__tip{display:none}}

/* RunnerX v6.0.67: symmetric media spacing in the modal viewer. */
.rx-media-modal__canvas{
  inset:24px 74px!important;
  padding:0!important;
  box-sizing:border-box!important;
}
@media(max-width:720px){
  .rx-media-modal__canvas{inset:16px 48px!important;padding:0!important}
}


/* RunnerX v6.0.69: fitted media viewer with fullscreen and drag-to-pan. */
.rx-media-modal__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex:0 0 auto;
}
.rx-media-modal__fullscreen{
  flex:0 0 42px;
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid var(--rx-border,#eff3f4)!important;
  border-radius:12px!important;
  background:var(--rx-hover,#f7f9f9)!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:17px!important;
}
.rx-media-modal__fullscreen:hover{background:#eef3f6!important}
.rx-media-modal__fullscreen[hidden],
.rx-media-modal__image-stage[hidden],
.rx-media-modal__pan-hint[hidden]{display:none!important}
.rx-media-modal__canvas{
  inset:0!important;
  padding:20px 72px!important;
  box-sizing:border-box!important;
}
.rx-media-modal__canvas>.rx-media-modal__image-stage{
  grid-area:1/1;
}
.rx-media-modal__image-stage{
  position:relative;
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  user-select:none;
  touch-action:auto;
}
.rx-media-modal__image{
  display:block;
  flex:0 0 auto;
  object-fit:contain;
  will-change:transform;
  user-select:none;
  -webkit-user-drag:none;
}
.rx-media-modal.is-fullscreen{
  padding:0!important;
  place-items:stretch!important;
}
.rx-media-modal.is-fullscreen .rx-media-modal__dialog,
.rx-media-modal__dialog:fullscreen{
  width:100vw!important;
  height:100vh!important;
  height:100dvh!important;
  max-width:none!important;
  max-height:none!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
}
.rx-media-modal.is-fullscreen .rx-media-modal__canvas{
  inset:0!important;
  padding:0 64px!important;
}
.rx-media-modal.is-fullscreen .rx-media-modal__image-stage{touch-action:none}
.rx-media-modal.is-pannable .rx-media-modal__image-stage{cursor:grab}
.rx-media-modal.is-dragging .rx-media-modal__image-stage{cursor:grabbing}
.rx-media-modal__pan-hint{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  max-width:calc(100% - 32px);
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.24);
  font-size:12px;
  line-height:1.25;
  font-weight:800;
  text-align:center;
  white-space:nowrap;
  pointer-events:none;
}
@media(max-width:720px){
  .rx-media-modal__canvas{inset:0!important;padding:12px 48px!important}
  .rx-media-modal.is-fullscreen .rx-media-modal__canvas{padding:0 48px!important}
  .rx-media-modal__fullscreen,.rx-media-modal__close{width:40px!important;height:40px!important;flex-basis:40px!important}
  .rx-media-modal__actions{gap:6px}
  .rx-media-modal__pan-hint{bottom:12px;max-width:calc(100% - 24px);white-space:normal}
}

/* === runnerx-wp.css === */
/* WordPress-Anpassungen auf Basis des finalen HTML Frameworks */
body{margin:0}.rx-brand a{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.rx-logo-img{display:block;max-width:100%;height:auto;object-fit:contain}.rx-brand .rx-logo-img{width:auto;max-width:220px;max-height:58px}.rx-mobile-logo .rx-logo-img{max-height:34px;width:auto}.rx-feed-card a{text-decoration:none;color:inherit}.rx-card-content{min-width:0}.rx-media img,.rx-single-featured img{width:100%;height:auto;display:block;border-radius:18px}.rx-topbar{gap:12px}.rx-back-btn{width:42px;height:42px;border:0;background:transparent;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:22px}.rx-back-btn:hover{background:#eff3f4}.rx-page-header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--rx-border)}.rx-page-header h2{margin:0}.rx-create-btn{display:inline-flex;align-items:center;gap:8px;border:0;background:var(--rx-primary);color:#fff;border-radius:999px;padding:10px 16px;font-weight:800;text-decoration:none}.rx-section-card{margin:22px;border:1px solid var(--rx-border);border-radius:18px;padding:22px}.rx-empty-note{font-weight:700;color:var(--rx-muted)}.rx-members-list{padding:0}.rx-member-row{display:flex;gap:16px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--rx-border)}.rx-member-row>div{flex:1}.rx-member-row p{margin:8px 0 0}.rx-auth-card,.rx-form-card{margin:26px;border:1px solid var(--rx-border);border-radius:18px;padding:24px}.rx-auth-card form,.rx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rx-auth-card label,.rx-form-grid label{display:grid;gap:8px;font-weight:800}.rx-auth-card input,.rx-form-grid input,.rx-form-grid textarea,.rx-form-grid select{border:1px solid #cfd9e3;border-radius:14px;padding:14px 16px;font:inherit}.rx-full{grid-column:1/-1}.rx-form-grid textarea{min-height:120px}.rx-check{display:flex!important;grid-template-columns:auto!important;align-items:center;gap:10px}.rx-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rx-upload-box{display:flex;align-items:center;gap:16px;padding:22px;border:1px dashed #cfd9e3;border-radius:18px}.rx-upload-box>i{font-size:30px;color:var(--rx-muted)}.rx-upload-box b,.rx-upload-box span{display:block}.rx-upload-btn{margin-top:8px;border:0;background:var(--rx-primary);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.rx-messages-layout{display:grid;grid-template-columns:260px 1fr;min-height:70vh}.rx-conversations{border-right:1px solid var(--rx-border);padding:22px}.rx-conversation{display:flex;gap:12px;align-items:center;padding:14px 0}.rx-chat{position:relative;padding:22px}.rx-chat-bubble{max-width:70%;background:#eff3f4;border-radius:18px;padding:12px 16px;margin:10px}.rx-chat-bubble.is-me{margin-left:auto;background:#1d9bf0;color:#fff}.rx-chat-compose{position:absolute;bottom:14px;left:14px;right:14px;display:flex;gap:10px}.rx-chat-compose input{flex:1;border:1px solid #cfd9e3;border-radius:14px;padding:12px 16px}.rx-footer-links{color:var(--rx-muted);font-size:13px;padding:12px 16px}.rx-glossary-index{display:grid;gap:16px}.rx-az-index{display:flex;flex-wrap:wrap;gap:8px}.rx-az-index a{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:999px;background:#f7f9f9;font-weight:800;text-decoration:none}.rx-search-page{margin:22px}.rx-reply-list{max-height:180px;overflow:auto}.rx-loading-note{font-weight:800;color:var(--rx-muted)}.rx-single-body{padding:26px;border-top:1px solid var(--rx-border);font-size:18px;line-height:1.65}.rx-single-title{padding:0 26px;margin:10px 0 18px}.rx-single-author-row{padding:20px 26px 0}.rx-single-featured{margin:0 26px}.rx-single-hero .rx-post-actions{margin:10px 26px 0}.rx-single-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 26px}.rx-single-fact{border:1px solid var(--rx-border);border-radius:14px;padding:14px}.rx-single-fact b{display:block}.rx-guest-card{border:1px solid var(--rx-border);border-radius:18px;padding:18px;margin-top:auto}.rx-guest-card h2{font-size:20px;margin:0 0 8px}.rx-guest-card p{color:var(--rx-muted)}
@media(max-width:900px){.rx-auth-card form,.rx-form-grid,.rx-upload-grid,.rx-single-facts,.rx-messages-layout{grid-template-columns:1fr}.rx-single-body{padding-bottom:90px}.rx-create-btn span{display:none}.rx-create-btn{width:42px;height:42px;justify-content:center;padding:0}.rx-page-header{padding:18px}.rx-single-featured,.rx-single-hero .rx-post-actions{margin-left:18px;margin-right:18px}.rx-single-title,.rx-single-author-row{padding-left:18px;padding-right:18px}}

/* RunnerX WP v2.1: strict v27 component alignment */
.rx-brand .rx-logo-img{max-width:190px;max-height:58px;width:auto;height:auto;object-fit:contain}.rx-brand strong{display:inline-block}.rx-brand a:has(.rx-logo-img) strong{display:none}.rx-topbar{padding:0 18px}.rx-topbar h1{font-size:20px;line-height:1.1}.rx-back-btn i{font-size:22px}.rx-feed-card{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:12px 16px;border-bottom:1px solid var(--rx-border)}.rx-feed-card:before,.rx-feed-card:after,.rx-card-content:before,.rx-card-content:after,.rx-media:before,.rx-media:after{content:none!important;display:none!important}.rx-card-content{min-width:0}.rx-card-head{position:relative;display:flex;align-items:center;gap:5px;min-width:0}.rx-card-head b{white-space:nowrap}.rx-card-head span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-card-title{margin:2px 0 4px;line-height:1.17}.rx-card-body{line-height:1.35}.rx-feed-card .rx-media{margin-top:10px;border:1px solid var(--rx-border);border-radius:16px;overflow:hidden;background:#f0f3f4;max-height:420px}.rx-feed-card .rx-media img{width:100%;height:auto;display:block;border-radius:0}.rx-feed-card .rx-post-actions{height:42px;margin-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}.rx-feed-card .rx-action:first-child{justify-self:start}.rx-feed-card .rx-action:last-child{justify-self:end}.rx-feed-card .rx-action:nth-child(2),.rx-feed-card .rx-action:nth-child(3){justify-self:center}.rx-post-menu.rx-card-menu{margin-left:auto;width:38px;height:38px;border:0;background:transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--rx-muted);cursor:pointer}.rx-post-menu.rx-card-menu:hover{background:var(--rx-hover);color:var(--rx-text)}.rx-card-pop{position:absolute!important;top:40px!important;right:0!important;left:auto!important;bottom:auto!important;min-width:240px;z-index:80}.rx-card-pop.is-open,.rx-share-popover.is-open{display:block}.rx-single-hero{padding:0;border-bottom:1px solid var(--rx-border)}.rx-single-author-row{display:flex;gap:12px;align-items:flex-start;padding:16px 24px 0}.rx-single-author-row>.rx-avatar{margin-top:0}.rx-single-author-main{min-width:0;flex:1}.rx-single-title{padding:0;margin:10px 0 18px;font-size:32px;line-height:1.12}.rx-single-featured{display:block;margin:0 24px;border:1px solid var(--rx-border);border-radius:18px;overflow:hidden;max-height:none}.rx-single-featured img{width:100%;display:block;border-radius:0;height:auto}.rx-single-hero>.rx-post-actions{margin:8px 24px 0;height:44px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;border:0}.rx-single-hero>.rx-post-actions .rx-action:first-child{justify-self:start}.rx-single-hero>.rx-post-actions .rx-action:last-child{justify-self:end}.rx-single-body{padding:26px 24px;border-top:0;font-size:18px;line-height:1.65}.rx-single-body p:first-child{margin-top:0}.rx-single-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 24px}.rx-single-fact{border:1px solid var(--rx-border);border-radius:14px;padding:14px}.rx-single-fact b{display:block}.rx-reply-modal{width:min(600px,calc(100vw - 24px));max-height:calc(100vh - 24px);border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.rx-modal-head{height:54px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--rx-border);position:relative}.rx-modal-head .rx-icon-btn{position:absolute;left:12px}.rx-reply-context{padding:18px 22px 14px;display:block;border-bottom:1px solid var(--rx-border)}.rx-reply-source{position:relative}.rx-reply-source-main{display:grid;grid-template-columns:44px minmax(0,1fr) 76px;gap:12px;align-items:start}.rx-reply-source-content{min-width:0}.rx-reply-source-meta{display:flex;gap:6px;align-items:center;min-width:0}.rx-reply-source-title{display:block;margin:4px 0;font-size:16px;line-height:1.25}.rx-reply-source-content p{margin:4px 0 8px;line-height:1.35;color:var(--rx-text)}.rx-reply-source-thumb{width:76px;height:76px;border-radius:12px;overflow:hidden;background:#f0f3f4}.rx-reply-source-thumb img{width:100%;height:100%;object-fit:cover;display:block}.rx-thread-line{position:absolute;left:21px;top:48px;bottom:0;width:2px;background:#cfd9e3}.rx-reply-list{max-height:220px;overflow:auto;border-bottom:1px solid var(--rx-border)}.rx-empty-comments{padding:18px 22px!important;margin:0!important}.rx-modal-comment{display:grid;grid-template-columns:40px 1fr;gap:12px;padding:14px 22px;border-top:1px solid var(--rx-border)}.rx-modal-comment:first-child{border-top:0}.rx-modal-comment p{margin:4px 0 0}.rx-reply-box{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:18px 22px 16px}.rx-reply-textarea{width:100%;min-height:96px;border:0;outline:0;resize:vertical;font:inherit;font-size:20px}.rx-modal-tools{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.rx-tool-left{position:relative;display:flex;align-items:center;justify-content:flex-start}.rx-tool-btn{border:0;background:transparent;border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--rx-accent);cursor:pointer;font-size:20px}.rx-tool-btn:hover{background:rgba(29,155,240,.1)}.rx-emoji-pop{position:absolute;left:0;bottom:44px;width:310px;background:#fff;border:1px solid var(--rx-border);border-radius:16px;box-shadow:0 10px 30px rgba(15,20,25,.15);padding:10px;display:none;z-index:100}.rx-emoji-pop.is-open{display:block}.rx-emoji-search{width:100%;border:1px solid #cfd9e3;border-radius:999px;padding:10px 12px}.rx-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;margin-top:10px}.rx-emoji-grid button{border:0;background:transparent;border-radius:8px;font-size:22px;cursor:pointer;padding:4px}.rx-emoji-grid button:hover{background:var(--rx-hover)}.rx-share-popover{position:fixed;z-index:9999}.rx-share-popover a,.rx-share-popover button{color:var(--rx-text);text-decoration:none}.rx-glossary-page{padding:22px}.rx-glossary-index{margin:0 0 18px}.rx-glossary-search{max-width:100%;margin:0}.rx-glossary-list{display:grid;gap:12px}.rx-glossary-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid var(--rx-border);border-radius:18px;padding:16px;background:#fff}.rx-glossary-letter{width:44px;height:44px;border-radius:999px;background:var(--rx-runner);font-weight:900;display:flex;align-items:center;justify-content:center}.rx-glossary-row h2{font-size:19px;margin:0 0 4px}.rx-glossary-row p{margin:0;color:var(--rx-muted)}.rx-small-pill{height:38px;min-height:38px}.rx-empty-state{display:none;padding:18px;border:1px solid var(--rx-border);border-radius:18px;font-weight:800;color:var(--rx-muted)}.rx-empty-state.is-visible{display:block}.rx-glossary-single-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}.rx-glossary-single-meta span{border:1px solid var(--rx-border);border-radius:999px;padding:8px 12px;background:#fff}.rx-glossary-note{border:1px solid var(--rx-border);border-radius:18px;padding:16px;margin-bottom:18px;background:#f7f9f9}.rx-glossary-note p{margin:6px 0 0}@media(max-width:700px){.rx-single-author-row{padding:14px 16px 0}.rx-single-title{font-size:26px}.rx-single-featured,.rx-single-hero>.rx-post-actions{margin-left:16px;margin-right:16px}.rx-single-body{padding:22px 16px 92px}.rx-reply-source-main{grid-template-columns:44px minmax(0,1fr)}.rx-reply-source-thumb{display:none}.rx-glossary-row{grid-template-columns:44px 1fr}.rx-glossary-row .rx-pill{grid-column:1/-1;width:100%}.rx-single-facts{grid-template-columns:1fr;margin-left:16px;margin-right:16px}}

/* RunnerX WP v2.2: hard alignment to HTML framework v27 card/single/modal */
.rx-feed-card,
.rx-feed-card *{box-sizing:border-box}
.rx-feed-card{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;padding:12px 16px!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important}
.rx-feed-card:before,.rx-feed-card:after,.rx-card-content:before,.rx-card-content:after,.rx-single-hero:before,.rx-single-hero:after,.rx-single-featured:before,.rx-single-featured:after{content:none!important;display:none!important;border:0!important}
.rx-feed-card .rx-avatar{grid-column:1!important;grid-row:1!important;width:40px!important;height:40px!important;border-radius:999px!important;margin:0!important}
.rx-feed-card .rx-card-content{grid-column:2!important;min-width:0!important;display:block!important;border:0!important;padding:0!important;margin:0!important}
.rx-card-head{display:flex!important;align-items:center!important;gap:4px!important;min-width:0!important;line-height:1.25!important}
.rx-card-head b,.rx-card-head b a{font-weight:900!important;color:var(--rx-text)!important;text-decoration:none!important;white-space:nowrap!important}
.rx-card-head span{color:var(--rx-muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.rx-type{display:block!important;margin:2px 0 0!important;color:var(--rx-pink)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.02em!important;text-transform:uppercase!important}
.rx-card-title,.rx-card-title a{display:block!important;margin:2px 0 4px!important;color:var(--rx-text)!important;text-decoration:none!important;font-size:19px!important;line-height:1.17!important;font-weight:900!important}
.rx-card-body{margin:0!important;color:var(--rx-text)!important;font-size:15.5px!important;line-height:1.35!important}
.rx-feed-card .rx-media{display:block!important;margin-top:10px!important;border:1px solid var(--rx-border)!important;border-radius:16px!important;overflow:hidden!important;background:#f0f3f4!important;max-height:420px!important;width:100%!important}
.rx-feed-card .rx-media img{width:100%!important;height:auto!important;display:block!important;object-fit:cover!important;border-radius:0!important;margin:0!important}
.rx-feed-card .rx-post-actions{height:42px!important;margin-top:8px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important;color:#536471!important;border:0!important;padding:0!important}
.rx-feed-card .rx-action{border:0!important;background:transparent!important;color:#536471!important;display:inline-flex!important;align-items:center!important;gap:8px!important;justify-content:center!important;justify-self:center!important;height:34px!important;min-width:34px!important;border-radius:999px!important;padding:0 8px!important;cursor:pointer!important;font-size:14px!important;line-height:1!important}
.rx-feed-card .rx-action:first-child{justify-self:start!important}.rx-feed-card .rx-action:last-child{justify-self:end!important}
.rx-feed-card .rx-action i{font-size:19px!important;line-height:1!important}

.rx-single-hero{padding:0 0 0!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important}
.rx-single-author-row{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:16px 24px 0!important;margin:0!important;border:0!important}
.rx-single-author-row>.rx-avatar{width:48px!important;height:48px!important;margin:0!important;grid-column:1!important}
.rx-single-author-main{grid-column:2!important;min-width:0!important}
.rx-single-title{padding:0!important;margin:10px 0 18px!important;color:var(--rx-text)!important;font-size:32px!important;line-height:1.12!important;font-weight:900!important}
.rx-single-featured{display:block!important;width:auto!important;margin:0 24px!important;border:1px solid var(--rx-border)!important;border-radius:18px!important;overflow:hidden!important;background:#f0f3f4!important;max-height:none!important}
.rx-single-featured img{width:100%!important;height:auto!important;display:block!important;object-fit:cover!important;margin:0!important;border-radius:0!important}
.rx-single-hero>.rx-post-actions{height:44px!important;margin:8px 24px 0!important;padding:0!important;border:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important}
.rx-single-hero>.rx-post-actions .rx-action:first-child{justify-self:start!important}.rx-single-hero>.rx-post-actions .rx-action:last-child{justify-self:end!important}
.rx-single-body{border-top:0!important;padding:26px 24px!important;font-size:18px!important;line-height:1.65!important}.rx-single-body p:first-child{margin-top:0!important}

#replyModal.rx-modal-backdrop{position:fixed!important;inset:0!important;background:rgba(15,20,25,.45)!important;z-index:1000!important;display:none!important;align-items:flex-start!important;justify-content:center!important;padding-top:10px!important}
#replyModal.rx-modal-backdrop.open,#replyModal.rx-modal-backdrop.is-open{display:flex!important}
.rx-reply-modal{width:min(600px,calc(100vw - 16px))!important;max-height:calc(100vh - 20px)!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 12px 40px rgba(0,0,0,.25)!important;display:flex!important;flex-direction:column!important}
.rx-modal-head{height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-bottom:1px solid var(--rx-border)!important;position:relative!important;flex:0 0 auto!important}.rx-modal-head .rx-icon-btn{position:absolute!important;left:10px!important}.rx-modal-head b{font-weight:900!important}
.rx-reply-context{display:block!important;padding:16px 16px 12px!important;border-bottom:1px solid var(--rx-border)!important;flex:0 0 auto!important}.rx-reply-source{position:relative!important;display:block!important}.rx-reply-source-main{display:grid!important;grid-template-columns:48px minmax(0,1fr) 76px!important;gap:12px!important;align-items:start!important}.rx-reply-source-main>.rx-avatar{width:44px!important;height:44px!important;margin:0!important}.rx-reply-source-content{min-width:0!important;display:block!important}.rx-reply-source-meta{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important}.rx-reply-source-meta strong{font-weight:900!important;white-space:nowrap!important}.rx-reply-source-meta span{color:var(--rx-muted)!important;white-space:nowrap!important}.rx-reply-source-title{display:block!important;margin:4px 0!important;font-size:16px!important;line-height:1.25!important;font-weight:900!important;color:var(--rx-text)!important}.rx-reply-source-content p{margin:4px 0 8px!important;line-height:1.35!important;color:var(--rx-text)!important}.rx-reply-source-content a{color:var(--rx-muted)!important;font-weight:800!important}.rx-reply-source-thumb{width:76px!important;height:76px!important;border-radius:12px!important;overflow:hidden!important;background:#f0f3f4!important}.rx-reply-source-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.rx-thread-line{position:absolute!important;left:23px!important;top:52px!important;bottom:0!important;width:2px!important;height:auto!important;background:#cfd9e3!important;margin:0!important}
.rx-reply-list{max-height:220px!important;overflow:auto!important;border-bottom:1px solid var(--rx-border)!important;flex:0 1 auto!important}.rx-empty-comments{padding:18px 22px!important;margin:0!important;color:var(--rx-muted)!important;font-weight:800!important}.rx-modal-comment{display:grid!important;grid-template-columns:40px 1fr!important;gap:12px!important;padding:14px 22px!important;border-top:1px solid var(--rx-border)!important}.rx-modal-comment:first-child{border-top:0!important}.rx-modal-comment p{margin:4px 0 0!important}
.rx-reply-box{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;padding:18px 22px 16px!important;flex:1 0 auto!important}.rx-reply-box>.rx-avatar{width:48px!important;height:48px!important;margin:0!important}.rx-reply-box>div{min-width:0!important}.rx-reply-textarea{width:100%!important;min-height:96px!important;border:0!important;outline:0!important;resize:vertical!important;font:inherit!important;font-size:20px!important;line-height:1.35!important;padding:0!important;margin:0!important}.rx-modal-tools{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:8px!important;padding:0!important}.rx-tool-left{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.rx-tool-btn{border:0!important;background:transparent!important;border-radius:999px!important;width:36px!important;height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--rx-accent)!important;cursor:pointer!important;font-size:20px!important;margin:0!important}
.rx-emoji-pop{position:absolute!important;left:0!important;bottom:44px!important;width:310px!important;background:#fff!important;border:1px solid var(--rx-border)!important;border-radius:16px!important;box-shadow:0 10px 30px rgba(15,20,25,.15)!important;padding:10px!important;display:none!important;z-index:100!important}.rx-emoji-pop.is-open{display:block!important}

@media(max-width:700px){.rx-single-author-row{padding:14px 16px 0!important}.rx-single-title{font-size:26px!important}.rx-single-featured,.rx-single-hero>.rx-post-actions{margin-left:16px!important;margin-right:16px!important}.rx-single-body{padding:22px 16px 92px!important}.rx-reply-modal{width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important}.rx-reply-source-main{grid-template-columns:48px minmax(0,1fr)!important}.rx-reply-source-thumb{display:none!important}}

/* RunnerX v2.3 glossary + global tags + load more */
.rx-content-tags{display:flex;flex-wrap:wrap;gap:8px;padding:0 24px 24px;margin-top:-4px}.rx-tag-pill{display:inline-flex;align-items:center;height:34px;padding:0 12px;border-radius:999px;background:#f7f9f9;color:var(--rx-link);font-weight:800;text-decoration:none}.rx-tag-pill:hover{background:#eff3f4}.rx-loadmore-wrap{display:flex;justify-content:center;padding:18px}.rx-loadmore{border:0;background:var(--rx-primary);color:#fff;border-radius:999px;padding:12px 22px;font-weight:900;cursor:pointer}.rx-loadmore[hidden]{display:none!important}.rx-glossary-page{padding:22px}.rx-glossary-index{margin:0 0 18px;padding:18px}.rx-glossary-search{margin:0 0 16px!important}.rx-az-index{display:flex;flex-wrap:wrap;gap:8px}.rx-az-index a{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rx-border);border-radius:999px;background:#fff;color:var(--rx-muted);font-weight:900;text-decoration:none}.rx-az-index a.is-active,.rx-az-index a:hover{background:var(--rx-primary);border-color:var(--rx-primary);color:#fff}.rx-glossary-list{display:grid;gap:12px;border:0!important;overflow:visible!important}.rx-glossary-item{border:1px solid var(--rx-border);border-radius:18px;background:#fff;overflow:hidden}.rx-glossary-item[hidden]{display:none!important}.rx-glossary-item-link{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;padding:18px;text-decoration:none;color:var(--rx-text)}.rx-glossary-item-link:hover{background:#f7f9f9}.rx-glossary-letter{width:46px;height:46px;border-radius:999px;background:var(--rx-runner);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:var(--rx-primary)}.rx-glossary-main{display:block;min-width:0}.rx-glossary-term{display:block;font-size:20px;line-height:1.18;margin:0 0 6px}.rx-glossary-def{display:block;color:#26384a;line-height:1.45}.rx-glossary-mini-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.rx-glossary-mini-meta em{font-style:normal;font-size:13px;color:var(--rx-muted);font-weight:800}.rx-empty-state{display:none}.rx-empty-state.is-visible{display:block;padding:18px;border:1px solid var(--rx-border);border-radius:18px;color:var(--rx-muted);font-weight:800}.rx-glossary-single{padding:22px}.rx-index-return{display:flex;margin:0 0 18px}.rx-index-return-bottom{margin:22px 0 0}.rx-index-btn{gap:8px;text-decoration:none}.rx-glossary-title-block{margin-bottom:18px}.rx-glossary-title-block h1{font-size:40px;line-height:1.08;margin:10px 0 0}.rx-glossary-detail-boxes{display:grid;gap:16px}.rx-glossary-detail-box{border:1px solid var(--rx-border);border-radius:18px;background:#fff;padding:22px}.rx-glossary-detail-box h2{font-size:20px;line-height:1.2;margin:0 0 12px;color:var(--rx-accent)}.rx-glossary-detail-box p{font-size:18px;line-height:1.65;margin:0}.rx-glossary-content{border:1px solid var(--rx-border);border-radius:18px;background:#fff;margin-top:16px;padding:22px}.rx-glossary-sources{margin-top:16px}.rx-glossary-single .rx-content-tags{padding:16px 0 0;margin:0}@media(max-width:700px){.rx-glossary-page,.rx-glossary-single{padding:16px 12px 96px}.rx-glossary-item-link{grid-template-columns:44px 1fr;padding:16px}.rx-glossary-letter{width:40px;height:40px}.rx-glossary-title-block h1{font-size:30px}.rx-glossary-detail-box p{font-size:16px}.rx-content-tags{padding-left:16px;padding-right:16px}}


/* RunnerX v2.4 fixes */
.rx-filter-hidden{display:none!important}
.rx-az-index a[data-glossary-letter=""]{font-size:12px;letter-spacing:-.02em}
.rx-glossary-single .rx-glossary-featured{margin:0 0 10px!important;border:1px solid var(--rx-border)!important;border-radius:18px!important;overflow:hidden!important;background:#f0f3f4!important;display:block!important}
.rx-glossary-single>.rx-post-actions{height:44px!important;margin:8px 0 20px!important;padding:0!important;border:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important}
.rx-glossary-single>.rx-post-actions .rx-action:first-child{justify-self:start!important}.rx-glossary-single>.rx-post-actions .rx-action:last-child{justify-self:end!important}
.rx-glossary-content{border:0!important;border-radius:0!important;background:transparent!important;padding:22px 0!important;margin:18px 0 0!important;font-size:18px!important;line-height:1.65!important}
.rx-glossary-content p:first-child{margin-top:0!important}
.rx-glossary-detail-boxes{margin-top:10px!important}
.rx-glossary-detail-box{border:1px solid var(--rx-border)!important;border-radius:18px!important;background:#fff!important;padding:22px!important}
.rx-glossary-sources{margin-top:18px!important}
.rx-glossary-page .rx-empty-state{margin-top:12px!important}
@media(max-width:700px){.rx-glossary-single>.rx-post-actions{margin-left:0!important;margin-right:0!important}.rx-glossary-single .rx-glossary-featured{margin-left:0!important;margin-right:0!important}}

/* RunnerX WP v2.5 interaction fixes */
.rx-action{transition:color .15s ease,background .15s ease,transform .15s ease}.rx-action:hover{background:rgba(29,155,240,.08);color:var(--rx-accent)}.rx-heart:hover{background:rgba(249,24,128,.10);color:var(--rx-pink)}.rx-heart.is-active{color:var(--rx-pink);font-weight:800}.rx-heart.is-active i:before{color:var(--rx-pink)}.rx-bookmark:hover{background:rgba(29,155,240,.08);color:var(--rx-accent)}.rx-bookmark.is-active{color:var(--rx-accent);font-weight:800}.rx-bookmark.is-active i:before{color:var(--rx-accent)}
.rx-share-popover{position:fixed!important;z-index:1200!important}.rx-share-popover a,.rx-share-popover button{color:var(--rx-text)!important;text-decoration:none!important}.rx-share-popover i{width:22px;text-align:center}
#replyModal.rx-modal-backdrop{position:fixed!important;inset:0!important;background:rgba(15,20,25,.45)!important;z-index:1500!important;display:none!important;align-items:flex-start!important;justify-content:center!important;padding:8px!important;overflow:auto!important}#replyModal.rx-modal-backdrop.open,#replyModal.rx-modal-backdrop.is-open{display:flex!important}.rx-reply-modal{width:min(600px,calc(100vw - 16px))!important;min-height:390px;max-height:calc(100vh - 16px);background:#fff;border-radius:18px!important;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 48px rgba(15,20,25,.26)}.rx-modal-head{height:54px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;border-bottom:1px solid var(--rx-border);padding:0 10px}.rx-modal-head b{text-align:center;font-size:16px}.rx-reply-context{padding:18px 22px 16px;border-bottom:1px solid var(--rx-border);display:block}.rx-reply-source{position:relative}.rx-reply-source-main{display:grid;grid-template-columns:44px minmax(0,1fr) 70px;gap:14px;align-items:start}.rx-reply-source-main>.rx-avatar{grid-column:1}.rx-reply-source-content{grid-column:2;min-width:0}.rx-reply-source-thumb{grid-column:3;width:64px;height:64px;border-radius:14px;overflow:hidden}.rx-reply-source-thumb img{width:100%;height:100%;object-fit:cover}.rx-reply-source-meta{display:flex;gap:6px;align-items:center;min-width:0}.rx-reply-source-meta span{color:var(--rx-muted)}.rx-reply-source-title{display:block;margin:4px 0 2px;font-size:15px;line-height:1.25}.rx-reply-source-content p{margin:4px 0 8px;color:var(--rx-text);line-height:1.35}.rx-reply-source-content a{color:var(--rx-accent);font-weight:700}.rx-thread-line{position:absolute;left:21px;top:48px;bottom:-18px;width:2px;background:#d8e1e8}.rx-reply-list{border-bottom:1px solid var(--rx-border);max-height:220px;overflow:auto}.rx-empty-comments,.rx-reply-list .rx-empty-note{padding:20px 22px!important;margin:0!important;color:var(--rx-muted);font-weight:700}.rx-modal-comment{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:14px 22px;border-top:1px solid var(--rx-border)}.rx-modal-comment:first-child{border-top:0}.rx-modal-comment p{margin:4px 0 0}.rx-reply-box{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:14px!important;padding:16px 22px!important;min-height:170px;align-items:start}.rx-reply-textarea{display:block;width:100%!important;min-height:96px!important;border:0!important;resize:none!important;outline:0!important;font-size:20px!important;line-height:1.35!important;padding:0!important}.rx-modal-tools{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.rx-tool-left{position:relative;display:flex;align-items:center;justify-content:flex-start}.rx-tool-btn{border:0;background:transparent;color:var(--rx-accent);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:999px;font-size:20px}.rx-tool-btn:hover{background:rgba(29,155,240,.08)}.rx-emoji-pop{position:absolute;left:0;bottom:46px;width:300px;background:#fff;border:1px solid var(--rx-border);border-radius:16px;box-shadow:0 12px 36px rgba(15,20,25,.18);padding:12px;display:none;z-index:1600}.rx-emoji-pop.is-open{display:block}.rx-emoji-search{width:100%;border:1px solid var(--rx-border-2);border-radius:999px;padding:10px 14px;margin-bottom:10px}.rx-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.rx-emoji-grid button{border:0;background:transparent;border-radius:8px;font-size:21px;padding:5px;cursor:pointer}.rx-emoji-grid button:hover{background:var(--rx-hover)}.rx-btn-blue{background:var(--rx-accent)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:0 22px!important;height:44px!important;font-weight:800!important}.rx-loading-note{margin:0;color:var(--rx-muted);font-weight:700}.rx-tooltip:after,.rx-tooltip:before{display:none!important}
@media(max-width:620px){.rx-reply-modal{border-radius:16px 16px 0 0!important;width:100%!important;max-height:calc(100vh - 44px);margin-top:36px}.rx-reply-source-main{grid-template-columns:44px minmax(0,1fr)}.rx-reply-source-thumb{display:none}.rx-emoji-pop{width:min(300px,calc(100vw - 64px))}}


/* RunnerX v2.6 — views action + mobile reply page */
.rx-post-actions,
.rx-feed-card .rx-post-actions,
.rx-single-hero>.rx-post-actions{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    column-gap:0!important;
}
.rx-post-actions .rx-action{justify-self:center!important;min-width:34px!important;}
.rx-post-actions .rx-action:first-child{justify-self:start!important;}
.rx-post-actions .rx-action:last-child{justify-self:end!important;}
.rx-action.rx-views{pointer-events:auto;cursor:default;color:var(--rx-muted);background:transparent;}
.rx-action.rx-views:hover{color:var(--rx-muted);background:transparent;}
.rx-action.rx-views i{font-size:19px;}
.rx-heart.is-active,.rx-action.rx-heart.is-active{color:#f91880!important;background:rgba(249,24,128,.1)!important;}
.rx-bookmark.is-active,.rx-action.rx-bookmark.is-active{color:#1d9bf0!important;background:rgba(29,155,240,.1)!important;}
.rx-mobile-reply-page{min-height:calc(100vh - 53px);display:flex;flex-direction:column;background:#fff;}
.rx-mobile-reply-page .rx-reply-source{margin:18px 22px 10px;}
.rx-mobile-reply-page .rx-reply-list{max-height:none;overflow:visible;border-top:1px solid var(--rx-border);border-bottom:1px solid var(--rx-border);}
.rx-mobile-reply-box{margin-top:auto;border-top:1px solid var(--rx-border);min-height:220px;}
@media(max-width:700px){
    body.page-template-page-antworten .rx-left,
    body.page-template-page-antworten .rx-aside,
    body.page-id .rx-aside{ }
    .rx-mobile-reply-page{padding-bottom:78px;}
    .rx-mobile-reply-box{position:sticky;bottom:78px;background:#fff;}
}

/* RunnerX v2.6.1 — robust standalone answer page */
body.page-template-page-antworten .rx-topbar h1,
body.page-id .rx-topbar h1{min-width:0;}
.rx-mobile-reply-context{padding:0;border-bottom:1px solid var(--rx-border);}
.rx-mobile-reply-context .rx-reply-source{margin:18px 22px 14px;}
.rx-mobile-reply-page .rx-reply-source-main{grid-template-columns:44px minmax(0,1fr) 70px!important;}
.rx-mobile-reply-page .rx-reply-source-content{min-width:0!important;overflow-wrap:anywhere;}
.rx-mobile-reply-page .rx-reply-source-title{font-size:15px!important;line-height:1.25!important;}
.rx-mobile-reply-page .rx-reply-source-content p{font-size:15px!important;line-height:1.35!important;}
.rx-mobile-reply-page .rx-reply-box{grid-template-columns:48px minmax(0,1fr)!important;}
.rx-reply-compose-main{min-width:0!important;}
.rx-reply-not-found{margin:18px;}
@media(max-width:700px){
  body:has(.rx-mobile-reply-page) .rx-aside{display:none!important;}
  .rx-mobile-reply-context .rx-reply-source{margin:18px 18px 14px;}
  .rx-mobile-reply-page .rx-reply-source-main{grid-template-columns:44px minmax(0,1fr)!important;}
  .rx-mobile-reply-page .rx-reply-source-thumb{display:none!important;}
  .rx-mobile-reply-box{position:sticky;bottom:78px;background:#fff;}
}

/* RunnerX WP v2.6.2: global 5-action bar + single title aligned with featured image */
.rx-post-actions,
.rx-feed-card .rx-post-actions,
.rx-single-hero>.rx-post-actions,
.rx-glossary-single>.rx-post-actions{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:center!important;
  width:100%!important;
  gap:0!important;
}
.rx-post-actions .rx-action,
.rx-feed-card .rx-post-actions .rx-action,
.rx-single-hero>.rx-post-actions .rx-action,
.rx-glossary-single>.rx-post-actions .rx-action{
  justify-self:center!important;
  display:inline-flex!important;
}
.rx-post-actions .rx-action:first-child,
.rx-feed-card .rx-post-actions .rx-action:first-child,
.rx-single-hero>.rx-post-actions .rx-action:first-child,
.rx-glossary-single>.rx-post-actions .rx-action:first-child{justify-self:start!important;}
.rx-post-actions .rx-action:last-child,
.rx-feed-card .rx-post-actions .rx-action:last-child,
.rx-single-hero>.rx-post-actions .rx-action:last-child,
.rx-glossary-single>.rx-post-actions .rx-action:last-child{justify-self:end!important;}
.rx-single-hero>.rx-single-title{
  display:block!important;
  margin:10px 24px 18px!important;
  padding:0!important;
  max-width:none!important;
  width:auto!important;
}
@media(max-width:700px){
  .rx-single-hero>.rx-single-title{margin-left:16px!important;margin-right:16px!important;}
}

/* RunnerX v2.7: one global single header and one global actionbar */
.rx-single-shell{padding:20px 20px 0;border-bottom:1px solid var(--rx-border)}
.rx-single-shell .rx-single-author-row{padding:0;margin:0 0 10px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:start}
.rx-single-shell .rx-single-author-main{min-width:0}.rx-single-shell .rx-card-head{margin:0;min-height:24px}.rx-single-shell .rx-card-head b,.rx-single-shell .rx-card-head span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-single-shell .rx-content-meta{margin-top:6px}
.rx-single-shell .rx-single-title{padding:0;margin:12px 0 16px;font-size:34px;line-height:1.08;font-weight:900;max-width:none}
.rx-single-shell .rx-single-media-wrap{margin:0}.rx-single-shell .rx-single-featured,.rx-single-shell .rx-media{display:block;margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--rx-border)}
.rx-single-shell .rx-single-featured img,.rx-single-shell .rx-media img{display:block;width:100%;height:auto;border-radius:18px;object-fit:cover}.rx-single-shell iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:18px;display:block}
.rx-single-shell .rx-post-actions{margin:10px 0 0!important;padding:0!important;height:48px!important;border:0!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important}.rx-single-shell .rx-action{justify-self:center!important}.rx-single-shell .rx-action:first-child{justify-self:start!important}.rx-single-shell .rx-action:last-child{justify-self:end!important}
.rx-feed-card .rx-post-actions{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important;height:42px!important;margin-top:8px!important}.rx-feed-card .rx-action{justify-self:center!important}.rx-feed-card .rx-action:first-child{justify-self:start!important}.rx-feed-card .rx-action:last-child{justify-self:end!important}
.rx-single-extra{padding:18px 20px 0}.rx-single-body{border-top:0!important;padding:26px 20px!important;font-size:18px;line-height:1.65}.rx-content-tags{padding:0 20px 24px}
.rx-single-shell.is-glossary{border-bottom:0}.rx-single-shell.is-glossary .rx-single-title{font-size:42px;margin-top:10px}.rx-glossary-meta{margin:8px 0 0}.rx-single-return{margin:0 0 12px}.rx-single-return-bottom{padding:0 20px 24px}.rx-glossary-detail-boxes{padding:18px 20px 0;display:grid;gap:14px}.rx-glossary-detail-box{border:1px solid var(--rx-border);border-radius:16px;padding:18px;background:#fff}.rx-glossary-content{padding-top:22px!important}
.rx-single-hero .rx-post-actions{border-bottom:0!important;padding-bottom:0!important;margin-bottom:0!important}.rx-single-hero .rx-media{margin-top:0!important}.rx-single-hero .rx-card-head{margin-bottom:0!important}
@media(max-width:900px){.rx-single-shell{padding:16px 14px 0}.rx-single-shell .rx-single-title{font-size:30px}.rx-single-body{padding:22px 14px 84px!important}.rx-content-tags{padding-left:14px;padding-right:14px}.rx-single-extra{padding-left:14px;padding-right:14px}.rx-glossary-detail-boxes{padding-left:14px;padding-right:14px}.rx-single-return-bottom{padding-left:14px;padding-right:14px}}


/* RunnerX WP v2.9.0: single media/actionbar alignment only */
.rx-single-shell .rx-single-media-wrap,
.rx-single-shell .rx-single-featured,
.rx-single-shell .rx-media{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.rx-single-shell>.rx-post-actions,
.rx-single-shell .rx-post-actions{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.rx-single-shell .rx-single-featured img,
.rx-single-shell .rx-media img{
  width:100%!important;
  max-width:100%!important;
}
.rx-follow-btn.is-active{background:#536471!important;color:#fff!important;}

/* RunnerX v3 structural additions: no layout reset, only shared components */
.rx-loadmore-wrap{padding:18px 22px 28px;text-align:center;border-top:1px solid var(--rx-border)}
.rx-loadmore{min-height:44px;border:0;border-radius:999px;background:var(--rx-primary);color:#fff;font-weight:900;padding:0 22px;cursor:pointer}
.rx-loadmore[disabled]{opacity:.65;cursor:wait}
.rx-form-titlebar{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--rx-border);padding:14px 20px;position:sticky;top:0;background:#fff;z-index:4}
.rx-form-titlebar h1{font-size:22px;margin:0}.rx-back-link{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--rx-text);text-decoration:none}.rx-back-link:hover{background:var(--rx-hover)}
.rx-form-shell{padding:24px 22px 90px}.rx-form-card{border:1px solid var(--rx-border);border-radius:18px;background:#fff;padding:22px;margin-bottom:18px}.rx-form-card h2{font-size:22px;margin:0 0 16px}.rx-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rx-field{display:flex;flex-direction:column;gap:7px;font-weight:800}.rx-field em{color:var(--rx-accent);font-style:normal}.rx-field-full{grid-column:1/-1}.rx-field input,.rx-field textarea,.rx-field select{width:100%;border:1px solid #cfd9e3;border-radius:14px;min-height:48px;padding:12px 14px;font:inherit;font-weight:500;background:#fff}.rx-field textarea{min-height:140px;resize:vertical}.rx-field input:focus,.rx-field textarea:focus,.rx-field select:focus{outline:2px solid rgba(29,155,240,.15);border-color:var(--rx-accent)}
.rx-upload-field{margin-top:6px}.rx-upload-box{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px dashed #cfd9e3;border-radius:18px;background:#f8fafc;padding:18px}.rx-upload-icon{width:52px;height:52px;border-radius:999px;background:#eef3f7;display:flex;align-items:center;justify-content:center;font-size:22px;color:#536471}.rx-upload-copy{display:flex;flex-direction:column;gap:3px}.rx-upload-copy small{font-weight:700;color:var(--rx-muted)}.rx-upload-btn{border:0;border-radius:999px;background:var(--rx-primary);color:#fff;padding:11px 16px;font-weight:900;cursor:pointer;white-space:nowrap}.rx-upload-box input[type=file]{display:none}.rx-upload-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.rx-upload-item{position:relative;width:88px;height:88px;border-radius:14px;overflow:hidden;background:#f0f3f4;border:1px solid var(--rx-border)}.rx-upload-item img,.rx-upload-item .rx-thumb{width:100%;height:100%;object-fit:cover;display:block}.rx-upload-remove{position:absolute;top:5px;right:5px;width:26px;height:26px;border:0;border-radius:999px;background:rgba(15,23,42,.85);color:#fff;display:flex;align-items:center;justify-content:center}.rx-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#536471}.rx-form-actions{display:flex;justify-content:flex-end;margin-top:18px}.rx-btn-primary{background:var(--rx-primary);color:#fff;border:0;border-radius:999px;min-height:46px;padding:0 22px;font-weight:900;display:inline-flex;gap:8px;align-items:center;justify-content:center}.rx-tag-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.rx-tag-suggestions small{color:var(--rx-muted);font-weight:700}.rx-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rx-toast-warning{border-left:4px solid #f59e0b}.rx-toast-info{border-left:4px solid #38bdf8}.rx-toast-error,.rx-toast.rx-toast-error{border-left:4px solid #ef4444}
@media(max-width:760px){.rx-form-shell{padding:18px 14px 96px}.rx-form-card{padding:18px 14px}.rx-form-grid,.rx-social-grid{grid-template-columns:1fr}.rx-upload-box{grid-template-columns:44px minmax(0,1fr);align-items:start}.rx-upload-btn{grid-column:2;justify-self:start;margin-top:8px}.rx-form-actions{justify-content:stretch}.rx-form-actions .rx-btn{width:100%}}

/* RunnerX WP v3.2: compact disciplines, robust map preview, clean tag suggestions */
.rx-check-grid > div{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.rx-check-grid label{
  min-height:44px!important;
  border:1px solid var(--rx-border)!important;
  border-radius:14px!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  padding:0 14px!important;
  font-weight:800!important;
}
.rx-check-grid label input[type="checkbox"]{
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:0!important;
  border-radius:4px!important;
  accent-color:var(--rx-accent)!important;
}
.rx-check-grid label span{margin:0!important;line-height:1.2!important;display:inline!important;color:var(--rx-text)!important;}
.rx-map-preview{position:relative!important;overflow:hidden!important;min-height:260px!important;}
.rx-map-preview iframe{width:100%!important;height:280px!important;border:0!important;display:block!important;}
.rx-map-preview.has-map{padding:0!important;background:#eef3f7!important;}
.rx-tag-suggestions .rx-pill::before{content:''!important;}
@media(max-width:760px){
  .rx-check-grid > div{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .rx-map-preview{min-height:210px!important;}
  .rx-map-preview iframe{height:230px!important;}
}

/* RunnerX v3.5.0: Profil und Mitglieder zurück auf HTML-Prototyp-Struktur */
.rx-profile-proto-cover{height:245px!important;background:linear-gradient(135deg,#20344b,#08162f 58%,#93e547)!important;background-size:cover!important;background-position:center!important;border-bottom:1px solid var(--rx-border);}
.rx-profile-proto-head{padding:0 18px 18px;border-bottom:1px solid var(--rx-border);background:#fff;}
.rx-profile-proto-head .rx-profile-row{display:flex;align-items:flex-end;min-height:72px;margin-top:-68px;position:relative;z-index:3;}
.rx-profile-avatar-link{display:block;width:136px;height:136px;border-radius:999px;padding:4px;background:#fff;box-shadow:0 4px 16px rgba(15,20,25,.08)}
.rx-profile-avatar-link .rx-avatar{width:128px!important;height:128px!important;border-radius:999px;object-fit:cover;display:block;}
.rx-profile-actions-x{margin-left:auto;display:flex;gap:10px;align-items:center;margin-bottom:10px;position:relative!important;right:auto!important;top:auto!important;}
.rx-profile-proto-head .rx-profile-name{font-size:26px;font-weight:950;line-height:1.1;margin:14px 0 2px;letter-spacing:-.02em;}
.rx-profile-bio{margin:14px 0 0;line-height:1.5;color:#0f1419;}
.rx-profile-proto-stats{display:flex!important;gap:18px;flex-wrap:wrap;margin-top:14px!important;color:#0f1419;}
.rx-profile-proto-stats span,.rx-profile-proto-stats a{display:inline-flex;gap:5px;align-items:center;color:#0f1419;text-decoration:none;}
.rx-profile-proto-stats strong{font-weight:950;}
.rx-profile-pb-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px;}
.rx-profile-pb-strip div{border:1px solid var(--rx-border);border-radius:18px;padding:12px 14px;background:#fff;min-height:70px;}
.rx-profile-pb-strip span{display:block;color:var(--rx-muted);font-size:13px;font-weight:800;margin-bottom:6px;}
.rx-profile-pb-strip strong{display:block;font-size:20px;font-weight:950;letter-spacing:-.02em;}
.rx-profile-social-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.rx-profile-social-strip a{display:inline-flex;align-items:center;gap:8px;min-height:38px;border:1px solid var(--rx-border);border-radius:999px;padding:0 14px;background:#fff;font-weight:800;color:#0f1419;text-decoration:none;}
.rx-profile-social-strip a:hover{background:var(--rx-hover);}
.rx-profile-proto-tabs{display:grid;grid-template-columns:repeat(5,1fr);height:50px;border-bottom:1px solid var(--rx-border);background:#fff;}
.rx-profile-proto-tabs a{display:flex;align-items:center;justify-content:center;position:relative;color:var(--rx-muted);font-weight:900;text-decoration:none;}
.rx-profile-proto-tabs a.active{color:var(--rx-text);}
.rx-profile-proto-tabs a.active:after{content:"";position:absolute;bottom:0;width:64px;max-width:75%;height:4px;border-radius:999px;background:var(--rx-accent);}
.rx-profile-feed .rx-section-card{margin:18px;}
.rx-members-proto-shell{border:1px solid var(--rx-border);border-radius:22px;margin:22px;background:#fff;overflow:hidden;}
.rx-members-proto-search{display:flex;gap:12px;padding:20px 22px;border-bottom:1px solid var(--rx-border);margin:0!important;}
.rx-members-proto-search label{flex:1;display:flex;align-items:center;gap:12px;height:48px;border:1px solid var(--rx-border-2);border-radius:999px;padding:0 16px;background:#fff;}
.rx-members-proto-search input{border:0!important;outline:0!important;box-shadow:none!important;width:100%;font:inherit;}
.rx-members-proto-list{padding:0!important;}
.rx-member-proto-row{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:18px 22px!important;border-bottom:1px solid var(--rx-border)!important;}
.rx-member-proto-row:last-child{border-bottom:0!important;}
.rx-member-main p{margin:7px 0 10px;color:#536471;line-height:1.4;}
.rx-member-pbs{display:flex;gap:8px;flex-wrap:wrap;}
.rx-member-pbs span{display:inline-flex;gap:5px;align-items:center;border:1px solid var(--rx-border);border-radius:999px;padding:6px 10px;background:#fff;font-size:13px;color:#536471;}
.rx-member-pbs b{color:#0f1419;}
.rx-hovercard .rx-avatar-lg{width:72px!important;height:72px!important;border:0!important;}
.rx-hovercard .rx-hover-kpis{grid-template-columns:repeat(3,1fr);}
.rx-hovercard .rx-hover-pbs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px;}
.rx-hovercard .rx-hover-pbs div{background:#f7f9f9;border-radius:14px;padding:9px;}
.rx-hovercard .rx-hover-pbs span{display:block;color:var(--rx-muted);font-size:12px;font-weight:800;}
.rx-hovercard .rx-hover-pbs b{display:block;font-size:15px;}
@media(max-width:900px){.rx-profile-proto-cover{height:190px!important}.rx-profile-proto-head .rx-profile-row{margin-top:-54px;min-height:62px}.rx-profile-avatar-link{width:112px;height:112px}.rx-profile-avatar-link .rx-avatar{width:104px!important;height:104px!important}.rx-profile-pb-strip{grid-template-columns:repeat(2,1fr)}.rx-profile-proto-tabs{overflow:auto;display:flex}.rx-profile-proto-tabs a{min-width:105px}.rx-members-proto-shell{margin:16px}.rx-members-proto-search{padding:16px;}.rx-member-proto-row{grid-template-columns:56px minmax(0,1fr)!important}.rx-member-proto-row .rx-follow-btn{grid-column:2;justify-self:start}.rx-members-proto-search{flex-direction:column}.rx-members-proto-search .rx-btn{width:100%}}

/* RunnerX v3.5.2: Profil näher am HTML-Prototyp + globale responsive Tabs */
.rx-profile-cover--runnerx{height:245px!important;background:linear-gradient(135deg,#20344b,#08162f 58%,#93e547)!important;background-size:cover!important;background-position:center!important;border-bottom:1px solid var(--rx-border);}
.rx-profile-head--runnerx{padding:0 18px 18px!important;border-bottom:1px solid var(--rx-border);background:#fff;}
.rx-profile-avatarline{display:flex;align-items:flex-end;min-height:72px;margin-top:-68px;position:relative;z-index:3;}
.rx-profile-avatarlink{display:block;width:136px;height:136px;border-radius:999px;padding:4px;background:#fff;box-shadow:0 4px 16px rgba(15,20,25,.08);flex:0 0 auto;}
.rx-profile-avatarlink .rx-avatar{width:128px!important;height:128px!important;border-radius:999px;object-fit:cover;display:block;}
.rx-profile-actions-x{margin-left:auto;display:flex;gap:10px;align-items:center;margin-bottom:10px;position:relative!important;right:auto!important;top:auto!important;}
.rx-profile-edit--compact{min-height:40px!important;height:40px;white-space:nowrap;padding:0 16px!important;border-color:var(--rx-border-2)!important;background:#fff!important;line-height:1;}
.rx-profile-edit--compact i{font-size:18px;line-height:1;}
.rx-profile-edit--compact span{display:inline-block;line-height:1;}
.rx-profile-titleblock h1{font-size:28px;font-weight:950;line-height:1.05;margin:14px 0 2px;letter-spacing:-.03em;}
.rx-profile-bio{margin:14px 0 0;line-height:1.5;color:#0f1419;}
.rx-profile-stats--runnerx{display:flex!important;gap:18px;flex-wrap:wrap;margin-top:14px!important;color:#0f1419;}
.rx-profile-stats--runnerx span,.rx-profile-stats--runnerx a{display:inline-flex;gap:5px;align-items:center;color:#0f1419;text-decoration:none;}
.rx-profile-stats--runnerx strong{font-weight:950;}
.rx-profile-info-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:18px;}
.rx-profile-info-card{border:1px solid var(--rx-border);border-radius:18px;background:#fff;padding:14px;min-width:0;}
.rx-profile-section-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-weight:950;color:#0f1419;}
.rx-profile-section-title i{font-size:18px;color:var(--rx-muted);}
.rx-profile-pb-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
.rx-profile-pb-item{border:1px solid var(--rx-border);border-radius:16px;padding:11px 12px;background:#fff;min-height:66px;}
.rx-profile-pb-item span{display:block;color:var(--rx-muted);font-size:13px;font-weight:900;margin-bottom:6px;}
.rx-profile-pb-item strong{display:block;font-size:19px;font-weight:950;letter-spacing:-.02em;}
.rx-profile-socials{display:flex;flex-wrap:wrap;gap:8px;}
.rx-profile-socials a{display:inline-flex;align-items:center;gap:8px;min-height:38px;border:1px solid var(--rx-border);border-radius:999px;padding:0 14px;background:#fff;font-weight:850;color:#0f1419;text-decoration:none;}
.rx-profile-socials a:hover{background:var(--rx-hover);}
.rx-profile-empty-link{display:inline-flex;align-items:center;min-height:38px;border:1px dashed var(--rx-border-2);border-radius:999px;padding:0 14px;color:var(--rx-muted);font-weight:800;text-decoration:none;}
.rx-profile-empty-link:hover{background:var(--rx-hover);color:#0f1419;}
.rx-profile-muted{margin:0;color:var(--rx-muted);}
.rx-responsive-tabs-wrap{background:#fff;border-bottom:1px solid var(--rx-border);}
.rx-responsive-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));height:52px;}
.rx-responsive-tab{display:flex;align-items:center;justify-content:center;position:relative;color:var(--rx-muted);font-weight:900;text-decoration:none;white-space:nowrap;}
.rx-responsive-tab:hover{background:var(--rx-hover);color:#0f1419;}
.rx-responsive-tab.is-active{color:#0f1419;}
.rx-responsive-tab.is-active:after{content:"";position:absolute;bottom:0;width:64px;max-width:75%;height:4px;border-radius:999px;background:var(--rx-runner);}
.rx-tabs-select-label{display:none;padding:12px 16px;gap:8px;align-items:center;}
.rx-tabs-select-label span{font-weight:900;color:var(--rx-muted);font-size:13px;}
.rx-tabs-select{width:100%;height:44px;border:1px solid var(--rx-border-2);border-radius:14px;background:#fff;padding:0 12px;font:inherit;font-weight:850;color:#0f1419;outline:none;}
.rx-profile-feed .rx-section-card{margin:18px;}
@media(max-width:900px){
  .rx-profile-cover--runnerx{height:190px!important;}
  .rx-profile-avatarline{margin-top:-54px;min-height:62px;}
  .rx-profile-avatarlink{width:112px;height:112px;}
  .rx-profile-avatarlink .rx-avatar{width:104px!important;height:104px!important;}
  .rx-profile-titleblock h1{font-size:25px;}
  .rx-profile-info-grid{grid-template-columns:1fr;}
  .rx-profile-pb-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .rx-profile-head--runnerx{padding-left:14px!important;padding-right:14px!important;}
  .rx-profile-actions-x{margin-bottom:6px;}
  .rx-profile-edit--compact{width:40px;min-width:40px;padding:0!important;border-radius:999px;}
  .rx-profile-edit--compact span{display:none;}
  .rx-profile-stats--runnerx{gap:10px 14px;font-size:14px;}
  .rx-profile-pb-grid{grid-template-columns:1fr 1fr;}
  .rx-responsive-tabs{display:none;}
  .rx-tabs-select-label{display:flex;}
}


/* RunnerX v3.5.4: X-style tabs + cleaner profile */
.rx-profile-head--clean .rx-profile-avatarline{margin-top:-84px!important;min-height:104px!important;align-items:flex-end!important;}
.rx-profile-head--clean .rx-profile-avatarlink{display:block;position:relative;z-index:3;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:132px!important;height:132px!important;border:4px solid #fff!important;}
.rx-profile-actions-x{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin-bottom:6px!important;min-width:0!important;}
.rx-profile-edit--compact{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;width:auto!important;max-width:none!important;height:34px!important;min-height:34px!important;padding:0 13px!important;gap:7px!important;border-radius:999px!important;background:#fff!important;color:#0f1419!important;border:1px solid #cfd9de!important;font-size:14px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important;}
.rx-profile-edit--compact i{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;line-height:1!important;flex:0 0 auto!important;}
.rx-profile-edit--compact span{display:inline!important;line-height:1!important;white-space:nowrap!important;}
.rx-profile-edit--compact:hover{background:#f7f9f9!important;}
.rx-profile-details-stack{display:grid;grid-template-columns:1fr;gap:14px;padding:16px 18px 20px;background:#fff;}
.rx-profile-details-stack .rx-profile-detail-card{width:100%;}
.rx-profile-facts--clean{grid-template-columns:1fr!important;}
.rx-profile-pb-list{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.rx-profile-socials-clean{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));}
.rx-responsive-tabs-wrap{max-width:100%;min-width:0;overflow:hidden;background:#fff;border-bottom:1px solid var(--rx-border);}
.rx-responsive-tabs-shell{position:relative;max-width:100%;min-width:0;overflow:hidden;background:#fff;}
.rx-responsive-tabs{display:flex!important;align-items:stretch;max-width:100%;min-width:0;height:52px;overflow-x:auto!important;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;}
.rx-responsive-tabs::-webkit-scrollbar{display:none;}
.rx-responsive-tab{position:relative;flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:88px;height:52px;padding:0 16px;color:#536471;font-weight:850;text-decoration:none;white-space:nowrap;}
.rx-responsive-tab:hover{background:#f7f9f9;color:#0f1419;}
.rx-responsive-tab.is-active{color:#0f1419;font-weight:900;}
.rx-responsive-tab.is-active:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:4px;width:64px;max-width:70%;border-radius:999px;background:var(--rx-runner);}
.rx-tabs-scroll-next{position:absolute;right:0;top:0;bottom:0;width:54px;border:0;border-left:1px solid rgba(207,217,222,.65);background:linear-gradient(90deg,rgba(255,255,255,.72),#fff 38%);display:flex;align-items:center;justify-content:flex-end;padding-right:10px;color:#0f1419;font-size:22px;cursor:pointer;z-index:2;}
.rx-tabs-scroll-next:hover{background:linear-gradient(90deg,rgba(255,255,255,.72),#f7f9f9 38%);}
.rx-tabs-select-label{display:none!important;padding:12px 16px;gap:8px;align-items:center;color:#536471;font-weight:800;}
.rx-tabs-select{width:100%;height:44px;border:1px solid var(--rx-border-2);border-radius:14px;background:#fff;padding:0 12px;font:inherit;font-weight:850;color:#0f1419;outline:none;}
@media(max-width:700px){
  .rx-profile-cover--compact{height:150px!important;}
  .rx-profile-head--clean .rx-profile-avatarline{margin-top:-60px!important;min-height:78px!important;}
  .rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:104px!important;height:104px!important;}
  .rx-profile-edit--compact{height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:13px!important;}
  .rx-profile-pb-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .rx-responsive-tabs-shell{display:none!important;}
  .rx-tabs-select-label{display:flex!important;}
}
@media(max-width:420px){.rx-profile-stats--links{font-size:14px;gap:10px 12px}.rx-profile-edit--compact span{display:inline!important}.rx-profile-edit--compact{padding:0 11px!important}}

/* RunnerX v3.5.5: profile overlap, X-style bidirectional tabs, edit-form cleanup */
.rx-profile-cover--compact{height:180px!important;}
.rx-profile-head--clean{position:relative!important;padding-top:0!important;}
.rx-profile-head--clean .rx-profile-avatarline{margin-top:-70px!important;min-height:74px!important;align-items:flex-end!important;}
.rx-profile-head--clean .rx-profile-avatarlink{width:136px!important;height:136px!important;padding:4px!important;background:#fff!important;border-radius:999px!important;box-shadow:0 2px 8px rgba(15,20,25,.08)!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:128px!important;height:128px!important;border:0!important;border-radius:999px!important;object-fit:cover!important;display:block!important;}
.rx-profile-actions-x{align-self:flex-end!important;margin-bottom:12px!important;}
.rx-profile-edit--compact{height:32px!important;min-height:32px!important;padding:0 12px!important;gap:6px!important;font-size:13px!important;font-weight:800!important;}
.rx-profile-edit--compact i{font-size:15px!important;}
.rx-profile-edit--compact span{display:inline-flex!important;align-items:center!important;line-height:1!important;white-space:nowrap!important;}

.rx-responsive-tabs-wrap{position:relative!important;max-width:100%!important;overflow:hidden!important;background:#fff!important;border-bottom:1px solid var(--rx-border)!important;}
.rx-responsive-tabs-shell{position:relative!important;max-width:100%!important;overflow:hidden!important;background:#fff!important;}
.rx-responsive-tabs{display:flex!important;align-items:stretch!important;height:52px!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important;padding:0 44px!important;scroll-padding:44px!important;box-sizing:border-box!important;}
.rx-responsive-tabs::-webkit-scrollbar{display:none!important;}
.rx-responsive-tab{flex:0 0 auto!important;min-width:96px!important;max-width:none!important;padding:0 18px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;}
.rx-tabs-scroll-btn{position:absolute!important;top:0!important;bottom:0!important;width:42px!important;border:0!important;background:#fff!important;color:#0f1419!important;font-size:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:5!important;box-shadow:none!important;}
.rx-tabs-scroll-btn:hover{background:#f7f9f9!important;}
.rx-tabs-scroll-prev{left:0!important;border-right:1px solid rgba(207,217,222,.7)!important;}
.rx-tabs-scroll-next{right:0!important;border-left:1px solid rgba(207,217,222,.7)!important;}
.rx-tabs-scroll-btn[disabled],.rx-tabs-scroll-btn.is-disabled{opacity:.24!important;pointer-events:none!important;}

.rx-profile-edit-page .rx-form-card{margin:18px!important;}
.rx-profile-edit-page .rx-upload-stack{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
.rx-profile-edit-page .rx-upload-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
.rx-profile-edit-page .rx-upload-box{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;min-height:112px!important;padding:18px!important;overflow:visible!important;}
.rx-profile-edit-page .rx-upload-copy{display:grid!important;gap:4px!important;min-width:0!important;}
.rx-profile-edit-page .rx-upload-copy span{color:var(--rx-muted)!important;line-height:1.35!important;}
.rx-profile-edit-page .rx-upload-preview{justify-self:end!important;min-width:0!important;}
.rx-profile-edit-page .rx-upload-item{position:relative!important;width:88px!important;height:88px!important;border-radius:18px!important;overflow:visible!important;}
.rx-profile-edit-page .rx-upload-item img{width:88px!important;height:88px!important;object-fit:cover!important;border-radius:18px!important;}
.rx-profile-edit-page .rx-upload-remove{position:absolute!important;top:-10px!important;right:-10px!important;}
.rx-profile-savebar{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin:18px!important;padding:16px 0 28px!important;}
.rx-profile-savebar .rx-btn{min-width:170px!important;}

@media(max-width:700px){
  .rx-profile-cover--compact{height:150px!important;}
  .rx-profile-head--clean .rx-profile-avatarline{margin-top:-56px!important;min-height:64px!important;}
  .rx-profile-head--clean .rx-profile-avatarlink{width:108px!important;height:108px!important;}
  .rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:100px!important;height:100px!important;}
  .rx-responsive-tabs-shell{display:none!important;}
  .rx-tabs-select-label{display:flex!important;}
  .rx-profile-edit-page .rx-upload-box{grid-template-columns:42px minmax(0,1fr)!important;}
  .rx-profile-edit-page .rx-upload-preview{grid-column:2!important;justify-self:start!important;}
  .rx-profile-savebar{justify-content:stretch!important;}
  .rx-profile-savebar .rx-btn{width:100%!important;}
}


/* RunnerX v3.5.6: globale Tabs, Userkarten, Hovercards und Profil-Feinschliff */
.rx-tabs.rx-responsive-tabs:not([data-rx-responsive-tabs]){display:flex!important;align-items:center!important;height:52px!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important;scrollbar-width:none!important;white-space:nowrap!important;padding:0!important;}
.rx-tabs.rx-responsive-tabs:not([data-rx-responsive-tabs])::-webkit-scrollbar{display:none!important;}
.rx-tabs.rx-responsive-tabs:not([data-rx-responsive-tabs]) .rx-tab{flex:0 0 auto!important;min-width:auto!important;padding:0 18px!important;height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#536471!important;font-weight:850!important;text-decoration:none!important;position:relative!important;}
.rx-tabs.rx-responsive-tabs:not([data-rx-responsive-tabs]) .rx-tab.is-active:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:64px;max-width:70%;height:4px;border-radius:999px;background:var(--rx-runner);} 
.rx-responsive-tabs-wrap{position:relative!important;max-width:100%!important;overflow:hidden!important;background:#fff!important;border-bottom:1px solid var(--rx-border)!important;}
.rx-responsive-tabs-shell{position:relative!important;max-width:100%!important;overflow:hidden!important;background:#fff!important;}
.rx-responsive-tabs{display:flex!important;align-items:stretch!important;height:52px!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important;padding:0 42px!important;scroll-padding:42px!important;box-sizing:border-box!important;}
.rx-responsive-tabs::-webkit-scrollbar{display:none!important;}
.rx-responsive-tab{flex:0 0 auto!important;min-width:auto!important;padding:0 20px!important;height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#536471!important;font-weight:850!important;text-decoration:none!important;white-space:nowrap!important;position:relative!important;}
.rx-responsive-tab:hover{background:#f7f9f9!important;color:#0f1419!important;}
.rx-responsive-tab.is-active{color:#0f1419!important;font-weight:950!important;}
.rx-responsive-tab.is-active:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:64px;max-width:70%;height:4px;border-radius:999px;background:var(--rx-runner);} 
.rx-tabs-scroll-btn{position:absolute!important;top:0!important;bottom:0!important;width:38px!important;border:0!important;background:#fff!important;color:#0f1419!important;font-size:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:6!important;box-shadow:none!important;}
.rx-tabs-scroll-prev{left:0!important;border-right:1px solid rgba(207,217,222,.7)!important;}
.rx-tabs-scroll-next{right:0!important;border-left:1px solid rgba(207,217,222,.7)!important;}
.rx-tabs-scroll-btn[disabled],.rx-tabs-scroll-btn.is-disabled{opacity:.22!important;pointer-events:none!important;}
@media(min-width:701px){.rx-tabs-select-label{display:none!important;}.rx-responsive-tabs-shell{display:block!important;}}
@media(max-width:700px){.rx-responsive-tabs-shell{display:none!important;}.rx-tabs-select-label{display:flex!important;}}

.rx-profile-head--clean .rx-profile-avatarline{margin-top:-76px!important;min-height:78px!important;}
.rx-profile-head--clean .rx-profile-avatarlink{width:140px!important;height:140px!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:132px!important;height:132px!important;}
.rx-profile-detail-card{margin:18px!important;border:1px solid var(--rx-border)!important;border-radius:22px!important;background:#fff!important;padding:22px!important;}
.rx-profile-detail-card h2{margin:0 0 16px!important;font-size:21px!important;display:flex!important;align-items:center!important;gap:10px!important;}
.rx-profile-details-stack{display:block!important;}
.rx-profile-pb-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:12px!important;}
.rx-profile-socials-clean{display:flex!important;flex-wrap:wrap!important;gap:10px!important;}
.rx-profile-socials-clean a{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid var(--rx-border)!important;border-radius:999px!important;padding:10px 14px!important;text-decoration:none!important;font-weight:850!important;color:#0f1419!important;}

.rx-user-card-list{display:block!important;}
.rx-user-card{display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:16px 20px!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important;}
.rx-user-card:last-child{border-bottom:0!important;}
.rx-user-card-avatar{display:block;width:56px;height:56px;border-radius:999px;overflow:hidden;}
.rx-user-card-avatar .rx-avatar{width:56px!important;height:56px!important;object-fit:cover!important;border-radius:999px!important;display:block!important;}
.rx-user-card-main{min-width:0!important;}
.rx-user-card-main b{display:block!important;line-height:1.2!important;}
.rx-user-card-main b a{color:#0f1419!important;text-decoration:none!important;}
.rx-user-card-meta{display:flex!important;gap:8px!important;flex-wrap:wrap!important;color:#536471!important;margin-top:2px!important;line-height:1.25!important;}
.rx-user-card-main p{margin:6px 0 0!important;color:#536471!important;line-height:1.35!important;}
.rx-user-card .rx-follow-btn{justify-self:end!important;white-space:nowrap!important;}
@media(max-width:600px){.rx-user-card{grid-template-columns:48px minmax(0,1fr)!important;padding:14px 16px!important;}.rx-user-card-avatar,.rx-user-card-avatar .rx-avatar{width:48px!important;height:48px!important}.rx-user-card .rx-follow-btn{grid-column:2!important;justify-self:start!important;margin-top:8px!important;}}

.rx-hovercard .rx-hover-pbs{display:none!important;}
.rx-hovercard .rx-hover-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;}
.rx-hovercard .rx-avatar-lg{width:72px!important;height:72px!important;border-radius:999px!important;object-fit:cover!important;background:#eff3f4!important;}
.rx-hovercard .rx-hover-kpis{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:12px!important;}
.rx-hovercard .rx-hover-kpis div{background:#f7f9f9!important;border-radius:14px!important;padding:10px!important;}
.rx-hovercard .rx-hover-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin-top:12px!important;border-radius:999px!important;background:#0f1419!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;min-height:40px!important;}

/* RunnerX v3.5.9: real higher profile cover + true full-width activity cards */
.rx-profile-cover,
.rx-profile-cover--compact,
.rx-profile-cover--runnerx.rx-profile-cover--compact{height:330px!important;min-height:330px!important;background-size:cover!important;background-position:center!important;}
.rx-profile-head--clean{overflow:visible!important;padding-top:0!important;}
.rx-profile-head--clean .rx-profile-avatarline{margin-top:0!important;min-height:82px!important;align-items:flex-start!important;}
.rx-profile-head--clean .rx-profile-avatarlink{position:relative!important;top:-96px!important;margin-bottom:-96px!important;width:158px!important;height:158px!important;padding:4px!important;background:#fff!important;border-radius:999px!important;box-shadow:0 10px 30px rgba(8,22,47,.18)!important;z-index:8!important;}
.rx-profile-head--clean .rx-profile-avatarlink img,
.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:150px!important;height:150px!important;border:0!important;border-radius:999px!important;object-fit:cover!important;display:block!important;}
.rx-profile-actions-x{margin-top:14px!important;}

.rx-feed-card{position:relative!important;display:block!important;padding:14px 20px 12px!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important;}
.rx-feed-card>.rx-avatar{position:absolute!important;left:20px!important;top:14px!important;width:40px!important;height:40px!important;margin:0!important;z-index:2!important;}
.rx-feed-card .rx-card-content{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;min-width:0!important;}
.rx-feed-card .rx-card-head{min-height:42px!important;padding-left:52px!important;margin:0 0 6px!important;display:flex!important;align-items:flex-start!important;gap:5px!important;width:100%!important;max-width:none!important;}
.rx-feed-card .rx-type,
.rx-feed-card .rx-card-title,
.rx-feed-card .rx-card-body,
.rx-feed-card .rx-media,
.rx-feed-card .rx-post-actions{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;}
.rx-feed-card .rx-card-title{font-size:21px!important;line-height:1.1!important;margin-top:2px!important;}
.rx-feed-card .rx-card-body{font-size:16px!important;line-height:1.32!important;}
.rx-feed-card .rx-media{display:block!important;margin-top:14px!important;border:1px solid var(--rx-border)!important;border-radius:18px!important;overflow:hidden!important;background:#f0f3f4!important;max-height:none!important;}
.rx-feed-card .rx-media img{width:100%!important;height:auto!important;display:block!important;object-fit:cover!important;border-radius:0!important;margin:0!important;}
.rx-feed-card .rx-post-actions{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important;height:44px!important;margin-top:10px!important;padding:0!important;border:0!important;}
.rx-feed-card .rx-action:first-child{justify-self:start!important;}
.rx-feed-card .rx-action:last-child{justify-self:end!important;}

@media(max-width:700px){
  .rx-profile-cover,.rx-profile-cover--compact,.rx-profile-cover--runnerx.rx-profile-cover--compact{height:240px!important;min-height:240px!important;}
  .rx-profile-head--clean .rx-profile-avatarline{min-height:66px!important;}
  .rx-profile-head--clean .rx-profile-avatarlink{top:-72px!important;margin-bottom:-72px!important;width:124px!important;height:124px!important;}
  .rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar{width:116px!important;height:116px!important;}
  .rx-feed-card{padding-left:16px!important;padding-right:16px!important;}
  .rx-feed-card>.rx-avatar{left:16px!important;}
}


/* RunnerX v3.6.0: final alignment pass for feed, glossary, and user cards */
.rx-feed-card{
  display:block!important;
}
.rx-feed-card > .rx-avatar{
  top:16px!important;
}
.rx-feed-card .rx-card-head{
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  padding-left:52px!important;
  margin-bottom:6px!important;
}
.rx-feed-card .rx-card-head b,
.rx-feed-card .rx-card-head span{
  line-height:1.2!important;
}
.rx-feed-card .rx-card-menu{
  align-self:center!important;
}

/* Glossar: Icon/letter always starts at the top of the card, never vertically centered */
.rx-glossary-item-link{
  align-items:flex-start!important;
}
.rx-glossary-letter{
  align-self:flex-start!important;
  margin-top:0!important;
  flex:0 0 auto!important;
}
.rx-glossary-main{
  align-self:flex-start!important;
}

/* Global user cards: avatar starts at the top, consistent across members/followers/following/widgets */
.rx-user-card{
  align-items:flex-start!important;
}
.rx-user-card-avatar{
  align-self:flex-start!important;
  margin-top:0!important;
}
.rx-user-card-main{
  align-self:flex-start!important;
}
.rx-user-card .rx-follow-btn{
  align-self:flex-start!important;
  cursor:pointer!important;
}
.rx-member-row,
.rx-member-proto-row,
.rx-who-follow-row,
.rx-follow-row{
  align-items:flex-start!important;
}
.rx-member-row > .rx-avatar,
.rx-member-proto-row > .rx-avatar,
.rx-who-follow-row > .rx-avatar,
.rx-follow-row > .rx-avatar{
  align-self:flex-start!important;
  margin-top:0!important;
}


/* RunnerX v3.6.1: unified badges, single title order, and X-style action alignment */
.rx-type,.rx-content-badge,.rx-badge,.rx-entry-badge{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:max-content!important;
    min-height:24px!important;
    padding:4px 10px!important;
    border:0!important;
    border-radius:999px!important;
    background:rgba(249,24,128,.10)!important;
    color:var(--rx-pink,#f91880)!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.02em!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
}
.rx-content-badge.is-runner,.rx-type.is-runner,.rx-badge.is-runner{
    background:rgba(147,229,71,.18)!important;
    color:#23410b!important;
}
.rx-card-content .rx-type{margin:2px 0 6px!important;}
.rx-single-type-meta{
    display:flex!important;
    align-items:center!important;
    padding:6px 24px 0!important;
    margin:0!important;
}
.rx-single-author-row + .rx-single-type-meta{margin-top:8px!important;}
.rx-single-title{margin-top:12px!important;}
.rx-single-author-main .rx-content-meta{display:none!important;}
.rx-post-actions,.rx-feed-card .rx-post-actions,.rx-single-hero>.rx-post-actions,.rx-glossary-single>.rx-post-actions{
    display:grid!important;
    grid-template-columns:minmax(66px,1fr) minmax(66px,1fr) minmax(66px,1fr) 44px 44px!important;
    gap:4px!important;
    align-items:center!important;
    width:100%!important;
}
.rx-post-actions .rx-action,.rx-feed-card .rx-action,.rx-single-hero>.rx-post-actions .rx-action,.rx-glossary-single>.rx-post-actions .rx-action{
    justify-self:start!important;
    min-width:34px!important;
    max-width:100%!important;
}
.rx-post-actions .rx-action:nth-child(1),.rx-post-actions .rx-action:nth-child(2),.rx-post-actions .rx-action:nth-child(3){
    justify-self:start!important;
}
.rx-post-actions .rx-bookmark,.rx-post-actions .rx-action:nth-child(4){
    justify-self:end!important;
}
.rx-post-actions .rx-share,.rx-post-actions .rx-action:nth-child(5){
    justify-self:end!important;
}
.rx-post-actions .rx-views{cursor:default!important;}
@media(max-width:700px){
    .rx-single-type-meta{padding-left:16px!important;padding-right:16px!important;}
    .rx-post-actions,.rx-feed-card .rx-post-actions,.rx-single-hero>.rx-post-actions,.rx-glossary-single>.rx-post-actions{
        grid-template-columns:minmax(52px,1fr) minmax(52px,1fr) minmax(52px,1fr) 40px 40px!important;
    }
}


/* RunnerX v3.6.2: inline green badges, single tags, stable X actionbar */
.rx-type,.rx-content-badge,.rx-badge,.rx-entry-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:max-content!important;
  min-width:0!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  background:rgba(147,229,71,.22)!important;
  color:#23410b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
.rx-type.is-pink,.rx-content-badge.is-pink,.rx-badge.is-pink,.rx-entry-badge.is-pink,
.rx-type.is-runner,.rx-content-badge.is-runner,.rx-badge.is-runner,.rx-entry-badge.is-runner{
  background:rgba(147,229,71,.22)!important;
  color:#23410b!important;
}
.rx-feed-card .rx-type{
  display:inline-flex!important;
  width:auto!important;
  max-width:max-content!important;
  margin:2px 0 6px!important;
  align-self:flex-start!important;
}
.rx-feed-card .rx-card-title,.rx-feed-card .rx-card-body,.rx-feed-card .rx-media,.rx-feed-card .rx-post-actions{
  width:100%!important;
  max-width:none!important;
}
.rx-single-shell>.rx-single-type-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  margin:10px 0 8px!important;
  width:auto!important;
}
.rx-single-shell>.rx-single-type-meta .rx-content-badge{
  margin:0!important;
}
.rx-single-shell .rx-single-title{
  margin-top:0!important;
}
.rx-content-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  padding:0 20px 26px!important;
  margin:0!important;
}
.rx-tag-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f7f9f9!important;
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:900!important;
  text-decoration:none!important;
  line-height:1!important;
}
.rx-tag-pill:hover{background:#eff3f4!important;}
.rx-post-actions,.rx-feed-card .rx-post-actions,.rx-single-shell .rx-post-actions,.rx-single-hero>.rx-post-actions{
  display:grid!important;
  grid-template-columns:minmax(64px,1fr) minmax(64px,1fr) minmax(64px,1fr) 44px 44px!important;
  align-items:center!important;
}
.rx-post-actions .rx-action:nth-child(1),.rx-post-actions .rx-action:nth-child(2),.rx-post-actions .rx-action:nth-child(3){justify-self:start!important;}
.rx-post-actions .rx-bookmark,.rx-post-actions .rx-action:nth-child(4){justify-self:end!important;}
.rx-post-actions .rx-share,.rx-post-actions .rx-action:nth-child(5){justify-self:end!important;}
@media(max-width:700px){
  .rx-content-tags{padding-left:14px!important;padding-right:14px!important;}
  .rx-post-actions,.rx-feed-card .rx-post-actions,.rx-single-shell .rx-post-actions,.rx-single-hero>.rx-post-actions{
    grid-template-columns:minmax(52px,1fr) minmax(52px,1fr) minmax(52px,1fr) 40px 40px!important;
  }
}


/* RunnerX v3.6.3: Single author alignment + uploaded profile cover fix */
.rx-profile-cover--runnerx.rx-profile-cover--compact,
.rx-profile-cover.rx-profile-cover--runnerx{
    background-image:var(--rx-profile-cover-url, linear-gradient(135deg,#08162f,#20344b 56%,#93e547))!important;
    background-size:cover!important;
    background-position:center!important;
}
.rx-single-shell:not(.is-glossary){
    --rx-single-indent:68px;
    --rx-single-edge:20px;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row{
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:center!important;
    padding:18px var(--rx-single-edge) 0!important;
    margin:0 0 15px!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row>.rx-avatar,
.rx-single-shell:not(.is-glossary) .rx-single-author-row img.rx-avatar{
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-main{
    min-width:0!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-main .rx-card-head{
    min-height:36px!important;
    align-items:center!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta,
.rx-single-shell:not(.is-glossary)>.rx-single-title,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    margin-left:calc(var(--rx-single-edge) + var(--rx-single-indent))!important;
    margin-right:var(--rx-single-edge)!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta{
    margin-top:0!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-title{
    padding:0!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-single-featured,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-media{
    margin-left:0!important;
    margin-right:0!important;
}
@media(max-width:700px){
    .rx-single-shell:not(.is-glossary){
        --rx-single-indent:0px;
        --rx-single-edge:16px;
    }
    .rx-single-shell:not(.is-glossary) .rx-single-author-row{
        padding-left:16px!important;
        padding-right:16px!important;
    }
}


/* RunnerX v3.6.4: fix single media/actionbar overflow after title indent */
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    width:auto!important;
    max-width:none!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-single-featured,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-media{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap img{
    max-width:100%!important;
}

/* RunnerX v3.6.5: Single layout reset - no unintended left indent */
.rx-single-shell:not(.is-glossary){
    --rx-single-edge:20px!important;
    --rx-single-indent:0px!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta,
.rx-single-shell:not(.is-glossary)>.rx-single-title,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    margin-left:var(--rx-single-edge)!important;
    margin-right:var(--rx-single-edge)!important;
    max-width:none!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-title{
    padding:0!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-single-featured,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap .rx-media{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap img{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row{
    padding-left:var(--rx-single-edge)!important;
    padding-right:var(--rx-single-edge)!important;
    margin-bottom:15px!important;
}
@media(max-width:700px){
    .rx-single-shell:not(.is-glossary){--rx-single-edge:16px!important;}
}

/* RunnerX v3.6.6: align single header/media with body padding and give actionbar balanced spacing */
.rx-single-shell:not(.is-glossary){
    padding:0!important;
    --rx-single-edge:20px!important;
}
.rx-single-shell:not(.is-glossary)>.rx-single-type-meta,
.rx-single-shell:not(.is-glossary)>.rx-single-title,
.rx-single-shell:not(.is-glossary)>.rx-single-media-wrap,
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    margin-left:var(--rx-single-edge)!important;
    margin-right:var(--rx-single-edge)!important;
}
.rx-single-shell:not(.is-glossary) .rx-single-author-row{
    padding-left:var(--rx-single-edge)!important;
    padding-right:var(--rx-single-edge)!important;
    padding-top:18px!important;
}
.rx-single-shell:not(.is-glossary)>.rx-post-actions{
    margin-top:10px!important;
    margin-bottom:10px!important;
}
.rx-single-body{
    padding-left:20px!important;
    padding-right:20px!important;
}
@media(max-width:700px){
    .rx-single-shell:not(.is-glossary){--rx-single-edge:16px!important;}
    .rx-single-body{padding-left:16px!important;padding-right:16px!important;}
}


/* RunnerX v3.7.1: globale Formular-/Upload-/Social-Feinschliffe */
.rx-page-content--plain{padding:26px;font-size:18px;line-height:1.65;}
.rx-page-content--plain > *:first-child{margin-top:0;}
.rx-page-content--plain > *:last-child{margin-bottom:0;}

.rx-form-shell,.rx-profile-edit-page{padding:24px 22px 90px!important;box-sizing:border-box;}
.rx-form-card,.rx-profile-edit-page .rx-form-card{margin:0 0 18px!important;padding:22px!important;border:1px solid var(--rx-border)!important;border-radius:18px!important;background:#fff!important;box-sizing:border-box;}
.rx-form-card h2,.rx-profile-edit-page .rx-form-card h2{margin:0 0 16px!important;font-size:22px!important;line-height:1.2!important;}
.rx-form-grid,.rx-social-grid--global{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
.rx-field,.rx-social-field{display:flex!important;flex-direction:column!important;gap:7px!important;font-weight:800!important;min-width:0!important;}
.rx-field span,.rx-social-field span{display:inline-flex!important;align-items:center!important;gap:8px!important;line-height:1.25!important;}
.rx-field span i,.rx-social-field span i{width:18px!important;min-width:18px!important;text-align:center!important;color:#536471!important;font-size:16px!important;}
.rx-field input,.rx-field textarea,.rx-field select,.rx-social-field input{width:100%!important;min-height:48px!important;border:1px solid #cfd9e3!important;border-radius:14px!important;padding:12px 14px!important;font:inherit!important;font-weight:500!important;background:#fff!important;box-sizing:border-box!important;}

.rx-upload-field{display:flex!important;flex-direction:column!important;gap:7px!important;}
.rx-upload-box,.rx-profile-edit-page .rx-upload-box{display:grid!important;grid-template-columns:52px minmax(0,1fr) minmax(132px,auto) 104px!important;gap:16px!important;align-items:center!important;width:100%!important;min-height:112px!important;padding:18px!important;border:1px dashed #cfd9e3!important;border-radius:18px!important;background:#f8fafc!important;box-sizing:border-box!important;overflow:visible!important;}
.rx-upload-box>i,.rx-upload-icon{width:52px!important;height:52px!important;border-radius:999px!important;background:#eef3f7!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;color:#536471!important;}
.rx-upload-copy{display:grid!important;gap:4px!important;min-width:0!important;}
.rx-upload-copy b,.rx-upload-copy strong{font-weight:900!important;line-height:1.2!important;}
.rx-upload-copy span,.rx-upload-copy small{font-weight:700!important;color:var(--rx-muted)!important;line-height:1.35!important;}
.rx-upload-btn{margin:0!important;justify-self:start!important;white-space:nowrap!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:999px!important;background:var(--rx-primary)!important;color:#fff!important;padding:0 18px!important;font-weight:900!important;cursor:pointer!important;box-sizing:border-box!important;}
.rx-upload-preview{margin:0!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important;}
.rx-upload-preview:empty{display:none!important;}
.rx-upload-item{position:relative!important;width:88px!important;height:88px!important;border-radius:18px!important;overflow:visible!important;background:#eef3f7!important;border:1px solid var(--rx-border)!important;}
.rx-upload-item img,.rx-upload-item .rx-thumb{width:88px!important;height:88px!important;object-fit:cover!important;border-radius:18px!important;display:block!important;}
.rx-upload-remove{position:absolute!important;top:-10px!important;right:-10px!important;width:28px!important;height:28px!important;border:0!important;border-radius:999px!important;background:#182536!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:2!important;}

.rx-profile-edit-page .rx-upload-stack,.rx-profile-edit-page .rx-upload-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}

@media(max-width:760px){
  .rx-form-shell,.rx-profile-edit-page{padding:18px 14px 96px!important;}
  .rx-form-card,.rx-profile-edit-page .rx-form-card{padding:18px 14px!important;}
  .rx-form-grid,.rx-social-grid--global{grid-template-columns:1fr!important;}
  .rx-upload-box,.rx-profile-edit-page .rx-upload-box{grid-template-columns:44px minmax(0,1fr)!important;align-items:start!important;}
  .rx-upload-box>i,.rx-upload-icon{width:44px!important;height:44px!important;font-size:20px!important;}
  .rx-upload-btn{grid-column:2!important;justify-self:start!important;margin-top:8px!important;}
  .rx-upload-preview{grid-column:2!important;justify-self:start!important;margin-top:8px!important;}
  .rx-form-actions,.rx-profile-savebar{justify-content:stretch!important;}
  .rx-form-actions .rx-btn,.rx-profile-savebar .rx-btn{width:100%!important;}
}

/* RunnerX v3.7.2: wirklich globale Upload-Komponente */
.rx-upload-field{display:flex!important;flex-direction:column!important;gap:8px!important;}
.rx-upload-box,
.rx-profile-edit-page .rx-upload-box{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) auto auto!important;
    gap:16px!important;
    align-items:center!important;
    width:100%!important;
    min-height:112px!important;
    padding:18px!important;
    border:1px dashed #cfd9e3!important;
    border-radius:18px!important;
    background:#f8fafc!important;
    box-sizing:border-box!important;
    overflow:visible!important;
}
.rx-upload-box>i,
.rx-upload-icon{
    width:52px!important;
    height:52px!important;
    border-radius:999px!important;
    background:#eef3f7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:24px!important;
    color:#536471!important;
}
.rx-upload-copy{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;}
.rx-upload-copy b,
.rx-upload-copy strong{font-weight:900!important;line-height:1.2!important;}
.rx-upload-copy span{display:none!important;}
.rx-upload-copy small,
.rx-upload-hint{font-size:13px!important;line-height:1.35!important;color:var(--rx-muted)!important;font-weight:700!important;}
.rx-upload-btn{
    margin:0!important;
    justify-self:start!important;
    white-space:nowrap!important;
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:999px!important;
    background:var(--rx-primary)!important;
    color:#fff!important;
    padding:0 18px!important;
    font-weight:900!important;
    cursor:pointer!important;
    box-sizing:border-box!important;
}
.rx-upload-box input[type=file]{display:none!important;}
.rx-upload-preview{
    margin:0!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    min-width:0!important;
}
.rx-upload-preview:empty{display:none!important;}
.rx-upload-item{
    position:relative!important;
    width:88px!important;
    height:88px!important;
    border-radius:18px!important;
    overflow:visible!important;
    background:#eef3f7!important;
    border:1px solid var(--rx-border)!important;
}
.rx-upload-item img,
.rx-upload-item .rx-thumb{
    width:88px!important;
    height:88px!important;
    object-fit:cover!important;
    border-radius:18px!important;
    display:block!important;
}
.rx-upload-remove{
    position:absolute!important;
    top:-10px!important;
    right:-10px!important;
    width:28px!important;
    height:28px!important;
    border:0!important;
    border-radius:999px!important;
    background:#182536!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    z-index:2!important;
}
.rx-profile-edit-page .rx-upload-stack,
.rx-profile-edit-page .rx-upload-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
@media(max-width:760px){
  .rx-upload-box,
  .rx-profile-edit-page .rx-upload-box{grid-template-columns:44px minmax(0,1fr)!important;align-items:start!important;}
  .rx-upload-box>i,
  .rx-upload-icon{width:44px!important;height:44px!important;font-size:20px!important;}
  .rx-upload-btn{grid-column:2!important;justify-self:start!important;margin-top:8px!important;}
  .rx-upload-preview{grid-column:2!important;justify-self:start!important;margin-top:8px!important;}
}

/* RunnerX v3.7.3: Upload-Komponente mit vollbreiter Preview-Zone */
.rx-upload-field,
.rx-profile-edit-page .rx-upload-field{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
}
.rx-upload-box,
.rx-profile-edit-page .rx-upload-box{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:center!important;
  width:100%!important;
  min-height:0!important;
  padding:18px!important;
  border:1px dashed #cfd9e3!important;
  border-radius:18px!important;
  background:#f8fafc!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.rx-upload-icon,
.rx-profile-edit-page .rx-upload-icon{
  width:52px!important;
  height:52px!important;
  border-radius:999px!important;
  background:#eef3f7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#536471!important;
  font-size:22px!important;
}
.rx-upload-copy,
.rx-profile-edit-page .rx-upload-copy{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  min-width:0!important;
}
.rx-upload-copy b,
.rx-upload-copy strong,
.rx-profile-edit-page .rx-upload-copy b,
.rx-profile-edit-page .rx-upload-copy strong{
  line-height:1.25!important;
}
.rx-upload-copy small,
.rx-upload-hint,
.rx-profile-edit-page .rx-upload-copy small,
.rx-profile-edit-page .rx-upload-hint{
  display:block!important;
  max-width:100%!important;
  color:var(--rx-muted)!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.rx-upload-btn,
.rx-profile-edit-page .rx-upload-btn{
  justify-self:end!important;
  white-space:nowrap!important;
  margin:0!important;
}
.rx-upload-preview,
.rx-profile-edit-page .rx-upload-preview{
  grid-column:1/-1!important;
  width:100%!important;
  min-height:126px!important;
  margin:4px 0 0!important;
  padding:12px!important;
  border:1px dashed #d7e1ea!important;
  border-radius:16px!important;
  background:#fff!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:12px!important;
}
.rx-upload-preview:empty::before{
  content:'Noch keine Datei ausgewählt';
  width:100%;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--rx-muted);
  font-weight:800;
  text-align:center;
}
.rx-upload-item,
.rx-profile-edit-page .rx-upload-item{
  position:relative!important;
  width:100%!important;
  height:220px!important;
  border-radius:14px!important;
  overflow:visible!important;
  background:#f0f3f4!important;
  border:1px solid var(--rx-border)!important;
  box-sizing:border-box!important;
}
.rx-upload-item img,
.rx-upload-item .rx-thumb,
.rx-profile-edit-page .rx-upload-item img,
.rx-profile-edit-page .rx-upload-item .rx-thumb{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:14px!important;
  display:block!important;
}
.rx-upload-box--gallery .rx-upload-item,
.rx-upload-box[data-upload-multiple="1"] .rx-upload-item,
.rx-upload-field[data-upload-multiple="1"] .rx-upload-item{
  width:104px!important;
  height:104px!important;
}
.rx-upload-box--profile .rx-upload-item{
  width:132px!important;
  height:132px!important;
  max-width:100%!important;
}
.rx-upload-box--cover .rx-upload-item{
  width:100%!important;
  height:180px!important;
}
.rx-upload-remove,
.rx-profile-edit-page .rx-upload-remove,
.rx-upload-item [data-upload-remove]{
  position:absolute!important;
  top:-10px!important;
  right:-10px!important;
  width:30px!important;
  height:30px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(15,20,25,.92)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  z-index:3!important;
}
@media(max-width:760px){
  .rx-upload-box,
  .rx-profile-edit-page .rx-upload-box{
    grid-template-columns:44px minmax(0,1fr)!important;
  }
  .rx-upload-btn,
  .rx-profile-edit-page .rx-upload-btn{
    grid-column:1/-1!important;
    justify-self:stretch!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .rx-upload-preview,
  .rx-profile-edit-page .rx-upload-preview{
    min-height:112px!important;
  }
  .rx-upload-item,
  .rx-profile-edit-page .rx-upload-item{
    height:180px!important;
  }
}


/* RunnerX v3.7.4: Upload-Preview nur anzeigen, wenn wirklich Dateien vorhanden sind */
.rx-upload-preview:not(:has(.rx-upload-item)),
.rx-profile-edit-page .rx-upload-preview:not(:has(.rx-upload-item)){
  display:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.rx-upload-preview:empty::before{
  content:none!important;
  display:none!important;
}

/* RunnerX v3.8.0: professionelle Event-/Lauftreff-Singles, Listen, Kalender */
.rx-css-calendar{width:58px;height:68px;border-radius:18px;background:linear-gradient(180deg,var(--rx-accent,#7ee043),#5eca28);color:#07101d;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(126,224,67,.22);flex:0 0 58px;text-transform:uppercase;line-height:1}
.rx-css-calendar b{font-size:24px;font-weight:900;letter-spacing:-.04em}.rx-css-calendar small{font-size:12px;font-weight:900;margin-top:5px}.rx-event-hero-panel,.rx-single-panel{border:1px solid var(--rx-border,#dbe5ef);border-radius:22px;background:#fff;padding:22px;margin:22px 0}.rx-event-main-facts{display:flex;gap:18px;align-items:flex-start}.rx-event-main-facts h2,.rx-single-panel h2{margin:0 0 12px;font-size:22px}.rx-fact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:0}.rx-fact-list div{min-width:0}.rx-fact-list dt{font-weight:800;color:#536471;font-size:13px}.rx-fact-list dd{margin:3px 0 0;font-weight:700}.rx-route-card{margin-top:18px;border:1px dashed var(--rx-border,#dbe5ef);background:#f7fbff;border-radius:18px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.rx-route-card>div{display:flex;align-items:center;gap:12px;min-width:0}.rx-route-card i{font-size:24px;color:var(--rx-accent,#7ee043)}.rx-route-card span{display:block;color:#536471;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-attendance-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.rx-attendance-actions button,.rx-attendance-actions a{cursor:pointer}.rx-attendance-actions .is-active{box-shadow:inset 0 0 0 2px var(--rx-accent,#7ee043)}.rx-attendance-count{font-size:14px;color:#536471}.rx-link-pills{display:flex;gap:10px;flex-wrap:wrap}.rx-link-pills .rx-pill{gap:8px}.rx-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.rx-panel-head h2{margin:0}.rx-participants-panel .rx-user-list{display:grid;gap:10px}.rx-event-list{display:grid;gap:12px;padding:18px 20px}.rx-event-list-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;border:1px solid var(--rx-border,#dbe5ef);border-radius:22px;background:#fff}.rx-event-list-date{text-decoration:none}.rx-event-list-main h2{margin:0 0 8px;font-size:20px;line-height:1.15}.rx-event-list-main h2 a{text-decoration:none;color:inherit}.rx-event-list-meta{display:flex;gap:14px;flex-wrap:wrap;color:#536471;font-weight:650}.rx-event-list-meta span{display:inline-flex;align-items:center;gap:6px}.rx-calendar-view,.rx-map-overview{margin:18px 20px}.rx-calendar-list{display:grid;gap:12px}.rx-map-overview-box{min-height:310px;border:1px dashed #cdd8e3;border-radius:22px;background:#edf6ff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;color:#536471}.rx-map-overview-box i{font-size:44px;color:var(--rx-accent,#7ee043);margin-bottom:10px}.rx-single-panel .rx-user-card{border:0;border-top:1px solid var(--rx-border,#dbe5ef);border-radius:0;padding:12px 0}.rx-single-panel .rx-user-card:first-child{border-top:0}@media(max-width:760px){.rx-event-list{padding:14px}.rx-event-list-item{grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.rx-event-list-item>.rx-pill{grid-column:1/-1;justify-self:stretch;justify-content:center}.rx-fact-list{grid-template-columns:1fr}.rx-route-card{align-items:flex-start;flex-direction:column}.rx-route-card .rx-pill{width:100%;justify-content:center}.rx-event-main-facts{gap:14px}.rx-css-calendar{width:52px;height:62px;flex-basis:52px}}


/* RunnerX v3.8.1: globally unified content/event cards */
.rx-unified-event-card .rx-type{display:inline-flex;align-self:flex-start;margin:0 0 7px}
.rx-unified-event-card.is-compact{grid-template-columns:auto minmax(0,1fr);padding:12px 0;border:0;border-top:1px solid var(--rx-border,#dbe5ef);border-radius:0}
.rx-unified-event-card.is-compact>.rx-pill{display:none}
.rx-unified-event-card .rx-event-card-excerpt{margin:10px 0 0;color:#536471;line-height:1.45}
.rx-profile-panel .rx-unified-event-card{margin-left:20px;margin-right:20px}
@media(max-width:760px){.rx-profile-panel .rx-unified-event-card{margin-left:14px;margin-right:14px}}

/* RunnerX v3.8.2: Event/Lauftreff polish, calendar, map and unified cards */
.rx-event-list{padding:18px 22px;gap:16px}.rx-profile-tab-panel .rx-event-list,.rx-search-results .rx-event-list{padding:18px 22px}.rx-event-list-item{margin:0;gap:18px;align-items:flex-start}.rx-event-list-main .rx-type{display:inline-flex;margin:0 0 6px}.rx-event-list-main h2{margin:0 0 8px}.rx-event-list-meta span:first-child{max-width:100%}.rx-css-calendar{width:74px;height:82px;border-radius:16px;background:#fff;border:1px solid var(--rx-border,#dbe5ef);overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.08);color:#07101d;justify-content:flex-start}.rx-css-calendar .rx-cal-month{display:block;width:100%;padding:7px 4px 6px;background:linear-gradient(135deg,var(--rx-accent,#7ee043),#b7ff78);font-size:12px;line-height:1;text-align:center;color:#07101d;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-css-calendar b{font-size:30px;line-height:1.1;margin-top:8px}.rx-css-calendar .rx-cal-year{font-size:12px;font-weight:900;color:var(--rx-muted,#536471);margin-top:3px}.rx-calendar-large{width:86px;height:96px;flex-basis:86px}.rx-calendar-large b{font-size:36px}.rx-event-hero-panel{padding:24px 22px;margin:22px}.rx-event-single-headline{display:flex;gap:20px;align-items:flex-start}.rx-event-single-headline>div{min-width:0;flex:1}.rx-event-single-headline h2{margin:0 0 14px}.rx-fact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 30px}.rx-attendance-actions{border-top:1px solid var(--rx-border,#dbe5ef);padding-top:18px;margin-top:20px}.rx-attend-btn{border:1px solid var(--rx-border,#dbe5ef);background:#fff;border-radius:999px;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;font-weight:900;color:#07101d;cursor:pointer;transition:.18s ease}.rx-attend-btn:hover{border-color:var(--rx-accent,#7ee043);transform:translateY(-1px)}.rx-attend-primary i{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef7e7;color:#07101d}.rx-attend-btn.is-active{background:#07101d;color:#fff;border-color:#07101d;box-shadow:0 8px 20px rgba(7,16,29,.14)}.rx-attend-btn.is-active i{background:var(--rx-accent,#7ee043);color:#07101d}.rx-event-map-panel,.rx-social-panel,.rx-participants-panel{margin:22px;padding:22px}.rx-event-map-frame{border-radius:20px;overflow:hidden;border:1px solid var(--rx-border,#dbe5ef);height:320px;background:#edf6ff}.rx-event-map-frame iframe{width:100%;height:100%;border:0;display:block}.rx-social-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rx-social-link-pill{display:flex;align-items:center;gap:10px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;padding:14px 16px;text-decoration:none;color:inherit;font-weight:800;background:#fff}.rx-social-link-pill:hover{border-color:var(--rx-accent,#7ee043);background:#f9fff4}.rx-map-overview{margin:22px}.rx-map-overview-box{min-height:360px;display:grid;align-content:start;gap:10px;text-align:left;background:#f7fbff}.rx-map-location-row{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:16px;background:#fff;border:1px solid var(--rx-border,#dbe5ef);text-decoration:none;color:inherit}.rx-map-location-row i{font-size:24px;color:var(--rx-accent,#7ee043)}.rx-map-location-row small{display:block;color:#536471;margin-top:3px}.rx-calendar-view{margin:22px}.rx-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid var(--rx-border,#dbe5ef);border-radius:20px;overflow:hidden;background:#fff}.rx-cal-weekday{background:#f7f9fb;font-weight:900;color:#536471;padding:10px;text-align:center;border-right:1px solid var(--rx-border,#dbe5ef)}.rx-cal-weekday:nth-child(7n){border-right:0}.rx-cal-day{min-height:118px;padding:10px;border-top:1px solid var(--rx-border,#dbe5ef);border-right:1px solid var(--rx-border,#dbe5ef);display:flex;flex-direction:column;gap:6px}.rx-cal-day:nth-child(7n){border-right:0}.rx-cal-day.is-muted{background:#fafafa;color:#9aa7b4}.rx-cal-day strong{font-size:14px}.rx-cal-day a{display:block;border-radius:10px;background:#edffd9;padding:6px 8px;color:#07101d;text-decoration:none;font-weight:800;font-size:12px;line-height:1.2}.rx-cal-day a:hover{background:var(--rx-accent,#7ee043)}.rx-calendar-grid.is-week .rx-cal-day{min-height:190px}.rx-event-edit-link{margin-left:auto}.rx-event-hero-panel .rx-panel-head{margin-bottom:16px}@media(max-width:760px){.rx-event-list{padding:14px}.rx-event-hero-panel,.rx-event-map-panel,.rx-social-panel,.rx-participants-panel,.rx-calendar-view,.rx-map-overview{margin:16px;padding:18px}.rx-event-single-headline{flex-direction:column}.rx-fact-list,.rx-social-link-grid{grid-template-columns:1fr}.rx-calendar-grid{grid-template-columns:1fr}.rx-cal-weekday{display:none}.rx-cal-day{min-height:auto;border-right:0}.rx-css-calendar{width:66px;height:76px;flex-basis:66px}.rx-calendar-large{width:76px;height:86px;flex-basis:76px}}

/* RunnerX v3.8.3: event/lauftreff details cleanup */
.rx-event-hero-panel,.rx-event-map-panel,.rx-event-links-panel,.rx-organizer-panel,.rx-gallery-panel,.rx-social-panel,.rx-participants-panel{margin:22px 24px;padding:24px;border-radius:24px;}
.rx-event-hero-panel{position:relative;}
.rx-event-edit-link{padding:8px 12px;font-size:13px;line-height:1;box-shadow:none;background:#fff;}
.rx-event-single-headline{gap:22px;}
.rx-css-calendar{width:76px;height:86px;border-radius:14px;background:#fff;border:1px solid var(--rx-border,#dbe5ef);overflow:hidden;box-shadow:0 12px 28px rgba(7,16,29,.08);color:#07101d;justify-content:flex-start;}
.rx-css-calendar .rx-cal-month{height:26px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--rx-accent,#7ee043),#b7ff78);font-size:12px;font-weight:950;color:#07101d;letter-spacing:.02em;}
.rx-css-calendar b{font-size:34px;line-height:1;margin-top:8px;font-weight:950;letter-spacing:-.08em;}
.rx-css-calendar .rx-cal-year{font-size:12px;line-height:1;font-weight:900;margin-top:6px;color:#536471;}
.rx-calendar-large{width:92px;height:104px;flex:0 0 92px;border-radius:16px;}
.rx-calendar-large .rx-cal-month{height:30px;font-size:13px;}
.rx-calendar-large b{font-size:40px;margin-top:10px;}
.rx-attendance-actions{gap:12px 10px;}
.rx-attend-btn{border:1px solid var(--rx-border,#dbe5ef);background:#fff;color:#07101d;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:900;box-shadow:none;cursor:pointer;}
.rx-attend-btn i{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:inherit;}
.rx-attend-btn:hover{border-color:var(--rx-accent,#7ee043);background:#f9fff4;}
.rx-attend-btn.is-active{background:#07101d;color:#fff;border-color:#07101d;box-shadow:0 8px 18px rgba(7,16,29,.12);}
.rx-attend-btn.is-active i{background:var(--rx-accent,#7ee043);color:#07101d;}
.rx-attend-btn[disabled]{opacity:.65;pointer-events:none;}
.rx-info-pill{display:flex;align-items:center;gap:10px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;padding:14px 16px;background:#fff;}
.rx-info-pill i{color:var(--rx-accent,#7ee043);font-size:20px;}
.rx-info-pill span{display:grid;gap:2px;}
.rx-info-pill b{display:block;font-size:12px;color:#536471;text-transform:none;}
.rx-social-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.rx-social-link-pill{min-height:50px;}
.rx-organizer-box{display:grid;gap:14px;}
.rx-organizer-box>strong{font-size:18px;}
.rx-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.rx-gallery-grid a{display:block;border-radius:18px;overflow:hidden;border:1px solid var(--rx-border,#dbe5ef);background:#f7f9fb;}
.rx-gallery-grid img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;height:auto;}
.rx-calendar-grid.is-week{grid-template-columns:1fr;}
.rx-calendar-grid.is-week .rx-cal-weekday{display:none;}
.rx-calendar-grid.is-week .rx-cal-day{min-height:auto;border-right:0;display:grid;grid-template-columns:100px minmax(0,1fr);align-items:start;gap:12px;}
.rx-calendar-grid.is-week .rx-cal-day strong{font-size:16px;}
.rx-calendar-grid.is-week .rx-cal-day a{margin:0 0 6px;}
@media(max-width:760px){.rx-event-hero-panel,.rx-event-map-panel,.rx-event-links-panel,.rx-organizer-panel,.rx-gallery-panel,.rx-social-panel,.rx-participants-panel{margin:16px 14px;padding:18px}.rx-social-link-grid,.rx-gallery-grid{grid-template-columns:1fr}.rx-calendar-grid.is-week .rx-cal-day{grid-template-columns:1fr}.rx-calendar-large{width:78px;height:90px;flex-basis:78px}.rx-calendar-large b{font-size:34px}}

/* RunnerX v3.8.4: Event/Lauftreff Detail-Feinschliff */
.rx-event-hero-panel,.rx-event-map-panel,.rx-event-links-panel,.rx-organizer-panel,.rx-gallery-panel,.rx-social-panel,.rx-participants-panel{margin:26px 28px;padding:26px;border-radius:26px;}
.rx-event-edit-head{margin-bottom:10px;}
.rx-event-edit-link{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:7px 10px;border:1px solid var(--rx-border,#dbe5ef);border-radius:999px;background:#fff;color:#536471;text-decoration:none;font-size:13px;font-weight:800;line-height:1;box-shadow:none;}
.rx-event-edit-link:hover{background:#f7f9fb;color:#07101d;border-color:#cdd8e3;}
.rx-event-edit-link i{font-size:15px;}
.rx-event-single-headline{display:flex;align-items:flex-start;gap:24px;}
.rx-css-calendar{position:relative;width:82px;height:94px;flex:0 0 82px;border-radius:18px;background:#fff;border:1px solid var(--rx-border,#dbe5ef);overflow:visible;box-shadow:0 14px 30px rgba(7,16,29,.10);color:#07101d;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;text-transform:uppercase;line-height:1;}
.rx-css-calendar .rx-cal-ring{position:absolute;top:-6px;left:0;right:0;height:12px;display:flex;justify-content:center;gap:28px;z-index:2;}
.rx-css-calendar .rx-cal-ring i{width:7px;height:15px;border-radius:4px;background:#07101d;box-shadow:0 0 0 3px #fff;}
.rx-css-calendar .rx-cal-month{display:flex;align-items:center;justify-content:center;width:100%;height:30px;border-radius:18px 18px 0 0;background:linear-gradient(135deg,var(--rx-accent,#7ee043),#b6ff7a);font-size:13px;font-weight:950;color:#07101d;letter-spacing:.02em;margin:0;}
.rx-css-calendar b{font-size:36px;line-height:.95;margin-top:10px;font-weight:950;letter-spacing:-.08em;}
.rx-css-calendar .rx-cal-year{font-size:12px;font-weight:950;color:#536471;margin-top:7px;}
.rx-calendar-large{width:92px;height:106px;flex-basis:92px;border-radius:20px;}
.rx-calendar-large .rx-cal-month{height:34px;border-radius:20px 20px 0 0;}
.rx-calendar-large b{font-size:42px;margin-top:11px;}
.rx-calendar-large .rx-cal-year{font-size:13px;}
.rx-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.rx-info-tile{display:flex;align-items:center;gap:12px;min-height:66px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;padding:14px 16px;background:#fff;color:#07101d;text-decoration:none;}
.rx-info-tile:hover{background:#f8fafc;}
.rx-info-tile i{width:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#536471;}
.rx-info-tile span{display:grid;gap:3px;min-width:0;}
.rx-info-tile b{font-size:12px;font-weight:850;color:#536471;line-height:1.1;}
.rx-info-tile em{font-style:normal;font-size:15px;font-weight:800;color:#07101d;line-height:1.25;overflow-wrap:anywhere;}
.rx-social-link-grid .rx-social-link-pill{display:inline-flex;align-items:center;gap:10px;min-height:46px;border:1px solid var(--rx-border,#dbe5ef);border-radius:999px;background:#fff;padding:10px 14px;color:#07101d;text-decoration:none;font-weight:850;}
.rx-social-link-grid .rx-social-link-pill i{color:#536471;font-size:17px;}
.rx-attendance-actions{padding-top:18px;border-top:1px solid var(--rx-border,#dbe5ef);gap:12px;}
.rx-attend-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--rx-border,#dbe5ef);background:#fff;color:#07101d;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:900;box-shadow:none;cursor:pointer;}
.rx-attend-btn i{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eff4f8;color:#536471;font-size:12px;}
.rx-attend-btn.is-active{background:#07101d;color:#fff;border-color:#07101d;box-shadow:0 8px 18px rgba(7,16,29,.12);}
.rx-attend-btn.is-active i{background:var(--rx-accent,#7ee043);color:#07101d;}
.rx-attend-btn:not(.is-active):hover{background:#f8fafc;border-color:#cdd8e3;}
.rx-attendance-count{color:#536471;font-size:14px;}
.rx-attendance-count b{color:#07101d;}
.rx-event-list{padding:22px 28px;gap:18px;}
.rx-profile-tab-panel .rx-event-list,.rx-search-results .rx-event-list{padding:22px 28px;}
.rx-event-list-item{padding:20px 22px;border-radius:24px;gap:18px;}
.rx-event-list-main .rx-type{margin:0 0 8px;}
.rx-event-list-main h2{margin:0 0 9px;}
@media(max-width:760px){.rx-event-hero-panel,.rx-event-map-panel,.rx-event-links-panel,.rx-organizer-panel,.rx-gallery-panel,.rx-social-panel,.rx-participants-panel{margin:18px 14px;padding:18px}.rx-event-single-headline{flex-direction:column}.rx-info-grid{grid-template-columns:1fr}.rx-css-calendar{width:74px;height:86px;flex-basis:74px}.rx-calendar-large{width:82px;height:96px;flex-basis:82px}.rx-event-list{padding:16px}.rx-profile-tab-panel .rx-event-list,.rx-search-results .rx-event-list{padding:16px}}

/* RunnerX v3.8.5 polish: unified event cards, calendar icon, mobile counters, edit form spacing */
.rx-event-list,
.rx-profile-tab-panel .rx-event-list,
.rx-search-results .rx-event-list,
.rx-discover-results .rx-event-list{padding:18px 22px;display:grid;gap:14px;}
.rx-profile-tab-panel .rx-unified-event-card,
.rx-search-results .rx-unified-event-card,
.rx-discover-results .rx-unified-event-card,
.rx-event-list .rx-unified-event-card{margin:0;border:0;border-radius:0;border-bottom:1px solid var(--rx-border,#dbe5ef);box-shadow:none;background:#fff;padding:18px 0;}
.rx-profile-tab-panel .rx-unified-event-card:first-child,
.rx-search-results .rx-unified-event-card:first-child,
.rx-discover-results .rx-unified-event-card:first-child,
.rx-event-list .rx-unified-event-card:first-child{padding-top:0;}
.rx-unified-event-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;}
.rx-unified-event-card .rx-type{display:inline-flex!important;align-self:flex-start;margin:0 0 8px!important;}
.rx-unified-event-card h2{margin:0 0 8px!important;line-height:1.15;}
.rx-event-list-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--rx-muted,#536471);font-weight:800;}
.rx-event-list-meta span{display:inline-flex;align-items:center;gap:6px;min-width:0;}
.rx-event-card-button{min-height:34px;height:34px;padding:0 16px;border:1px solid var(--rx-border,#dbe5ef);border-radius:999px;background:#fff;color:var(--rx-text,#0f1419);font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:14px;white-space:nowrap;}
.rx-event-card-button:hover{background:var(--rx-hover,#f7f9f9);}
.rx-css-calendar{width:64px;height:84px;border:1px solid var(--rx-border,#dbe5ef);border-radius:5px;background:#fff;color:#07101d;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 10px 24px rgba(15,20,25,.08);flex:0 0 64px;text-transform:uppercase;line-height:1;overflow:hidden;position:relative;}
.rx-css-calendar .rx-cal-ring{position:absolute;left:0;right:0;top:0;height:10px;display:flex;justify-content:space-around;padding:0 12px;z-index:3;}
.rx-css-calendar .rx-cal-ring i{width:7px;height:15px;border-radius:0 0 6px 6px;background:#0f2338;display:block;box-shadow:0 2px 0 rgba(255,255,255,.55) inset;}
.rx-css-calendar .rx-cal-month{width:100%;background:var(--rx-runner,#7ee043);font-size:10px;font-weight:900;letter-spacing:.02em;text-align:center;padding:11px 3px 7px;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-css-calendar b{font-size:28px;font-weight:950;letter-spacing:-.06em;margin:1px 0 1px;}
.rx-css-calendar .rx-cal-year{font-size:11px;font-weight:900;color:#304356;margin:0 0 8px;}
.rx-calendar-large{width:86px;height:112px;flex-basis:86px;}
.rx-calendar-large .rx-cal-month{font-size:12px;padding-top:13px;padding-bottom:8px;margin-bottom:7px;}
.rx-calendar-large b{font-size:38px;}
.rx-calendar-large .rx-cal-year{font-size:13px;margin-bottom:11px;}
.rx-event-hero-panel,.rx-single-panel{margin:24px 22px!important;}
.rx-event-edit-head{justify-content:flex-end!important;margin-bottom:8px;}
.rx-event-edit-link{height:32px;min-height:32px;padding:0 12px;border:1px solid var(--rx-border,#dbe5ef);border-radius:999px;background:#fff;color:var(--rx-muted,#536471);font-size:13px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;gap:6px;}
.rx-event-edit-link:hover{background:var(--rx-hover,#f7f9f9);color:var(--rx-text,#0f1419);}
.rx-attendance-actions{display:flex;align-items:center;gap:10px 12px;flex-wrap:wrap;margin-top:18px;padding-top:18px;border-top:1px solid var(--rx-border,#dbe5ef);}
.rx-attend-btn{cursor:pointer;border:1px solid var(--rx-border,#dbe5ef);background:#fff;color:var(--rx-text,#0f1419);border-radius:999px;min-height:38px;padding:0 16px;font-weight:900;display:inline-flex;align-items:center;gap:8px;}
.rx-attend-btn i{color:var(--rx-muted,#536471);}
.rx-attend-btn.is-active{background:#0f1419;color:#fff;border-color:#0f1419;box-shadow:0 8px 18px rgba(15,20,25,.14);}
.rx-attend-btn.is-active i{color:var(--rx-runner,#7ee043);}
.rx-attendance-count{color:var(--rx-muted,#536471);font-weight:800;text-decoration:none;white-space:nowrap;}
.rx-attendance-count:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.rx-info-tile{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;background:#fff;padding:14px 16px;text-decoration:none;color:var(--rx-text,#0f1419);}
.rx-info-tile i{color:#536471!important;font-size:18px;line-height:1.2;}
.rx-info-tile span{display:block;min-width:0;}
.rx-info-tile b{display:block;font-size:13px;color:var(--rx-muted,#536471);margin-bottom:4px;}
.rx-info-tile em{display:block;font-style:normal;font-weight:800;}
.rx-info-tile:hover{background:var(--rx-hover,#f7f9f9);}
.rx-info-tile.is-empty{opacity:.65;}
.rx-info-tile.is-empty em{display:none;}
.rx-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
@media(max-width:700px){
  .rx-event-list,.rx-profile-tab-panel .rx-event-list,.rx-search-results .rx-event-list,.rx-discover-results .rx-event-list{padding:14px 16px;}
  .rx-unified-event-card{grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:flex-start;}
  .rx-unified-event-card .rx-event-card-button{grid-column:2;justify-self:start;margin-top:4px;}
  .rx-event-hero-panel,.rx-single-panel{margin:18px 14px!important;}
  .rx-info-grid{grid-template-columns:1fr;}
  .rx-attendance-actions{display:grid;grid-template-columns:1fr 1fr;align-items:center;}
  .rx-attendance-actions .rx-attend-btn{justify-content:center;padding:0 10px;}
  .rx-attendance-actions .rx-attendance-count{grid-row:2;justify-self:start;}
}


/* RunnerX v3.8.7: globale Event-Card / Kalender-Feinschliff */
.rx-css-calendar{
  position:relative!important;width:74px!important;height:88px!important;flex:0 0 74px!important;
  border-radius:5px!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;
  overflow:hidden!important;box-shadow:0 10px 22px rgba(7,16,29,.08)!important;color:#07101d!important;
  display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;
  text-transform:uppercase!important;line-height:1!important;
}
.rx-css-calendar .rx-cal-ring{position:absolute!important;top:0!important;left:0!important;right:0!important;height:11px!important;display:flex!important;justify-content:center!important;gap:28px!important;z-index:3!important;pointer-events:none!important;}
.rx-css-calendar .rx-cal-ring i{width:7px!important;height:16px!important;border-radius:0 0 5px 5px!important;background:#0f2338!important;box-shadow:0 1px 0 rgba(255,255,255,.75) inset!important;}
.rx-css-calendar .rx-cal-month{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:27px!important;padding:9px 4px 6px!important;margin:0 0 3px!important;background:linear-gradient(135deg,var(--rx-accent,#7ee043),#b8ff77)!important;color:#07101d!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.02em!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.rx-css-calendar b{font-size:31px!important;line-height:.95!important;font-weight:950!important;letter-spacing:-.07em!important;margin:3px 0 0!important;}
.rx-css-calendar .rx-cal-year{font-size:11px!important;line-height:1!important;font-weight:950!important;color:#304356!important;margin:4px 0 9px!important;}
.rx-calendar-large{width:86px!important;height:102px!important;flex-basis:86px!important;}
.rx-calendar-large .rx-cal-month{min-height:31px!important;font-size:11px!important;padding-top:10px!important;padding-bottom:7px!important;}
.rx-calendar-large b{font-size:38px!important;margin-top:4px!important;}
.rx-calendar-large .rx-cal-year{font-size:12px!important;margin-top:5px!important;}
.rx-unified-event-card{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;}
.rx-unified-event-card .rx-type{margin:0 0 8px!important;display:inline-flex!important;line-height:1!important;}
.rx-unified-event-card h2{margin:0 0 8px!important;line-height:1.15!important;}
.rx-unified-event-card .rx-event-card-button{padding:10px 18px!important;font-size:14px!important;border-radius:999px!important;min-height:0!important;align-self:center!important;}
.rx-event-list,.rx-search-results,.rx-discover-results,.rx-profile-tab-panel{padding-left:22px!important;padding-right:22px!important;}
.rx-profile-tab-panel{padding-top:18px!important;}
.rx-profile-tab-panel .rx-unified-event-card,
.rx-search-results .rx-unified-event-card,
.rx-discover-results .rx-unified-event-card,
.rx-event-list .rx-unified-event-card{
  border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;margin:0!important;padding:18px 0!important;
}
.rx-profile-tab-panel .rx-unified-event-card:first-child,
.rx-search-results .rx-unified-event-card:first-child,
.rx-discover-results .rx-unified-event-card:first-child,
.rx-event-list .rx-unified-event-card:first-child{padding-top:0!important;}
.rx-feed-card .rx-unified-event-card{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0!important;}
@media(max-width:760px){
  .rx-unified-event-card{grid-template-columns:auto minmax(0,1fr)!important;align-items:flex-start!important;}
  .rx-unified-event-card .rx-event-card-button{grid-column:2!important;justify-self:start!important;margin-top:6px!important;}
  .rx-event-list,.rx-search-results,.rx-discover-results,.rx-profile-tab-panel{padding-left:16px!important;padding-right:16px!important;}
  .rx-css-calendar{width:68px!important;height:82px!important;flex-basis:68px!important;}
}

/* RunnerX v3.8.7: Event-Card endgültig randlos + sauberer Abstand */
.rx-event-list,
.rx-profile-tab-panel .rx-event-list,
.rx-search-results .rx-event-list,
.rx-discover-results .rx-event-list{
  padding:18px 22px!important;
  gap:0!important;
}
.rx-profile-tab-panel,
.rx-search-results,
.rx-discover-results{
  padding-top:18px!important;
}
.rx-profile-tab-panel .rx-unified-event-card,
.rx-search-results .rx-unified-event-card,
.rx-discover-results .rx-unified-event-card,
.rx-event-list .rx-unified-event-card,
.rx-feed-card .rx-unified-event-card{
  border:0!important;
  border-bottom:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  background:transparent!important;
  margin:18px 0 0!important;
  padding:0!important;
}
.rx-profile-tab-panel .rx-unified-event-card:first-child,
.rx-search-results .rx-unified-event-card:first-child,
.rx-discover-results .rx-unified-event-card:first-child,
.rx-event-list .rx-unified-event-card:first-child,
.rx-feed-card .rx-unified-event-card:first-child{
  margin-top:18px!important;
  padding-top:0!important;
}
.rx-unified-event-card + .rx-unified-event-card{
  margin-top:22px!important;
}
.rx-unified-event-card .rx-event-list-date{
  align-self:start!important;
}
.rx-unified-event-card .rx-event-card-button{
  height:32px!important;
  min-height:32px!important;
  padding:0 14px!important;
  font-size:13px!important;
  box-shadow:none!important;
}
@media(max-width:760px){
  .rx-event-list,
  .rx-profile-tab-panel .rx-event-list,
  .rx-search-results .rx-event-list,
  .rx-discover-results .rx-event-list{
    padding:16px!important;
  }
  .rx-profile-tab-panel .rx-unified-event-card,
  .rx-search-results .rx-unified-event-card,
  .rx-discover-results .rx-unified-event-card,
  .rx-event-list .rx-unified-event-card,
  .rx-feed-card .rx-unified-event-card{
    margin-top:16px!important;
  }
}

/* RunnerX v3.8.8: final central event-card/calendar icon polish */
.rx-css-calendar,
.rx-calendar-large{
  width:72px!important;
  height:88px!important;
  flex:0 0 72px!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  border-radius:5px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  color:var(--rx-dark,#20344b)!important;
  box-shadow:0 4px 12px rgba(15,23,42,.07)!important;
  text-transform:uppercase!important;
  line-height:1!important;
}
.rx-css-calendar .rx-cal-ring{display:none!important;}
.rx-css-calendar .rx-cal-month,
.rx-calendar-large .rx-cal-month{
  width:100%!important;
  height:auto!important;
  min-height:22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:5px 5px 4px!important;
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-dark,#20344b)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.025em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  margin:0!important;
}
.rx-css-calendar b,
.rx-calendar-large b{
  display:block!important;
  margin:7px 0 0!important;
  padding:0!important;
  color:var(--rx-dark,#20344b)!important;
  font-size:32px!important;
  line-height:.98!important;
  font-weight:950!important;
  letter-spacing:-.055em!important;
}
.rx-css-calendar .rx-cal-year,
.rx-calendar-large .rx-cal-year{
  display:block!important;
  margin:3px 0 0!important;
  padding:0 0 8px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
}
.rx-event-list-item.rx-unified-event-card{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:flex-start!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
  margin:22px 0 0!important;
}
.rx-event-list-item.rx-unified-event-card:first-child{margin-top:22px!important;}
.rx-unified-event-card .rx-event-list-main .rx-type{margin:0 0 9px!important;}
.rx-unified-event-card .rx-event-list-main h2{margin:0 0 8px!important;}
.rx-unified-event-card .rx-event-card-button{
  align-self:start!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
.rx-feed-card .rx-event-list-item.rx-unified-event-card,
.rx-card-content .rx-event-list-item.rx-unified-event-card{
  margin:0!important;
}
@media(max-width:760px){
  .rx-css-calendar,.rx-calendar-large{width:64px!important;height:80px!important;flex-basis:64px!important;}
  .rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{font-size:9px!important;min-height:21px!important;padding:5px 4px 3px!important;}
  .rx-css-calendar b,.rx-calendar-large b{font-size:29px!important;margin-top:7px!important;}
  .rx-event-list-item.rx-unified-event-card{grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;}
  .rx-unified-event-card .rx-event-card-button{grid-column:2!important;justify-self:start!important;margin-top:4px!important;}
}


/* RunnerX v3.8.9: final unified event/feed spacing and calendar icon */
.rx-css-calendar,
.rx-calendar-large{
    width:64px!important;height:82px!important;flex:0 0 64px!important;border-radius:5px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;box-shadow:0 6px 18px rgba(15,20,25,.08)!important;color:#07101d!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-transform:uppercase!important;line-height:1!important;position:relative!important;
}
.rx-css-calendar .rx-cal-ring,.rx-calendar-large .rx-cal-ring{display:none!important}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{
    width:100%!important;height:auto!important;min-height:22px!important;border-radius:0!important;margin:0 0 2px!important;padding:6px 4px 4px!important;background:var(--rx-runner,#93e547)!important;color:#07101d!important;font-size:9px!important;font-weight:950!important;letter-spacing:.02em!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
.rx-css-calendar b,.rx-calendar-large b{font-size:31px!important;line-height:.92!important;font-weight:950!important;letter-spacing:-.07em!important;margin:3px 0 0!important;color:#07101d!important}
.rx-css-calendar .rx-cal-year,.rx-calendar-large .rx-cal-year{font-size:11px!important;line-height:1!important;font-weight:950!important;color:#304356!important;margin:4px 0 8px!important}
.rx-event-list,
.rx-profile-tab-panel .rx-event-list,
.rx-search-results .rx-event-list,
.rx-discover-results .rx-event-list{padding:0!important;margin:0!important;display:block!important}
.rx-unified-event-card,
.rx-event-list-item.rx-unified-event-card,
.rx-event-list .rx-unified-event-card,
.rx-profile-tab-panel .rx-unified-event-card,
.rx-search-results .rx-unified-event-card,
.rx-discover-results .rx-unified-event-card{
    display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;width:100%!important;margin:0!important;padding:18px 20px!important;border:0!important;border-radius:0!important;border-bottom:1px solid var(--rx-border,#eff3f4)!important;background:#fff!important;box-shadow:none!important;
}
.rx-unified-event-card:first-child{border-top:0!important}
.rx-unified-event-card .rx-event-list-date{align-self:start!important;margin-top:0!important}
.rx-unified-event-card .rx-event-list-main .rx-type{display:inline-flex!important;width:auto!important;margin:0 0 7px!important}
.rx-unified-event-card .rx-event-list-main h2{margin:0 0 7px!important;line-height:1.14!important}
.rx-unified-event-card .rx-event-card-button{align-self:center!important;justify-self:end!important;padding:8px 14px!important;min-height:34px!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important;background:#fff!important;color:#07101d!important;border:1px solid var(--rx-border,#dbe5ef)!important}
.rx-unified-event-card .rx-event-card-button:hover{background:#f7f9f9!important;border-color:#cfd9de!important}
.rx-feed-card + .rx-unified-event-card,
.rx-unified-event-card + .rx-feed-card,
.rx-unified-event-card + .rx-unified-event-card{margin-top:0!important}
.rx-people-page .rx-section-card{margin:18px 20px!important}
@media(max-width:760px){
  .rx-unified-event-card,.rx-event-list-item.rx-unified-event-card{grid-template-columns:64px minmax(0,1fr)!important;padding:16px!important;gap:14px!important}
  .rx-unified-event-card .rx-event-card-button{grid-column:1/-1!important;justify-self:start!important;margin-top:4px!important}
}

/* RunnerX v3.9.0 global stream + content boxes */
.rx-stream{display:block;}
.rx-stream > .rx-feed-card,
.rx-stream > .rx-unified-event-card{margin:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;}
.rx-stream > .rx-unified-event-card{border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;background:#fff!important;padding:20px 24px!important;box-shadow:none!important;width:100%!important;box-sizing:border-box!important;}
.rx-stream > .rx-unified-event-card:first-child{margin-top:18px!important;}
.rx-stream > .rx-unified-event-card + .rx-feed-card,
.rx-stream > .rx-feed-card + .rx-unified-event-card{margin-top:0!important;}
.rx-profile-panel .rx-stream > .rx-unified-event-card,
.rx-search-results.rx-stream > .rx-unified-event-card,
.rx-explore-results.rx-stream > .rx-unified-event-card{padding:20px 24px!important;}
.rx-unified-event-card .rx-type{display:inline-flex!important;margin:0 0 7px!important;align-self:flex-start!important;}
.rx-unified-event-card h2{margin:0 0 8px!important;line-height:1.15!important;}
.rx-unified-event-card .rx-event-card-button{font-size:13px!important;font-weight:850!important;min-height:32px!important;height:32px!important;padding:0 13px!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:999px!important;box-shadow:none!important;color:#07101d!important;}
.rx-unified-event-card .rx-event-card-button:hover{background:#f7f9f9!important;}
.rx-css-calendar,.rx-calendar-large{width:70px!important;height:86px!important;flex:0 0 70px!important;border-radius:5px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;box-shadow:0 8px 20px rgba(7,16,29,.08)!important;color:#07101d!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-transform:uppercase!important;line-height:1!important;position:relative!important;}
.rx-css-calendar .rx-cal-ring,.rx-calendar-large .rx-cal-ring{display:none!important;}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:23px!important;padding:5px 4px 4px!important;margin:0 0 4px!important;border-radius:0!important;background:var(--rx-accent,#93e547)!important;color:#07101d!important;font-size:9.5px!important;font-weight:950!important;line-height:1!important;letter-spacing:.03em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important;}
.rx-css-calendar b,.rx-calendar-large b{display:block!important;font-size:32px!important;line-height:.92!important;font-weight:950!important;letter-spacing:-.07em!important;margin:3px 0 0!important;color:#07101d!important;}
.rx-css-calendar .rx-cal-year,.rx-calendar-large .rx-cal-year{display:block!important;font-size:11px!important;line-height:1!important;font-weight:950!important;color:#304356!important;margin:4px 0 8px!important;}
.rx-content-box,.rx-section-card,.rx-form-card,.rx-profile-detail-card{box-sizing:border-box!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:18px!important;background:#fff!important;padding:22px!important;margin:22px!important;max-width:none!important;}
.rx-profile-panel .rx-content-box,.rx-profile-panel .rx-section-card,.rx-profile-panel .rx-profile-detail-card{margin:22px!important;padding:22px!important;}
.rx-form-shell{padding:22px!important;box-sizing:border-box!important;}
.rx-form-shell .rx-form-card{margin:0 0 22px!important;}
.rx-box-head,.rx-content-box>h2,.rx-section-card>h2,.rx-profile-detail-card>h2{display:flex;align-items:center;gap:10px;margin:0 0 16px!important;line-height:1.2;}
.rx-box-head h2{margin:0!important;}
@media(max-width:760px){.rx-stream > .rx-unified-event-card{padding:18px 16px!important}.rx-content-box,.rx-section-card,.rx-form-card,.rx-profile-detail-card{margin:16px 14px!important;padding:18px!important}.rx-profile-panel .rx-content-box,.rx-profile-panel .rx-section-card,.rx-profile-panel .rx-profile-detail-card{margin:16px 14px!important}.rx-form-shell{padding:16px 14px!important}.rx-css-calendar,.rx-calendar-large{width:64px!important;height:80px!important;flex-basis:64px!important}.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{font-size:9px!important;min-height:21px!important}.rx-css-calendar b,.rx-calendar-large b{font-size:29px!important}}

/* RunnerX v3.9.1: final unified stream/event/upload fixes */
.rx-stream > .rx-unified-event-card,
.rx-profile-stream > .rx-unified-event-card,
.rx-search-results > .rx-unified-event-card,
.rx-event-list > .rx-unified-event-card{
  margin:22px 22px 0!important;
  padding:0 0 22px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:flex-start!important;
}
.rx-stream > .rx-unified-event-card:first-child,
.rx-profile-stream > .rx-unified-event-card:first-child,
.rx-search-results > .rx-unified-event-card:first-child,
.rx-event-list > .rx-unified-event-card:first-child{margin-top:22px!important;}
.rx-unified-event-card + .rx-feed-card{border-top:0!important;}
.rx-unified-event-card .rx-type{margin:0 0 8px!important;display:inline-flex!important;width:auto!important;}
.rx-unified-event-card h2{margin:0 0 9px!important;}
.rx-event-card-button{align-self:center!important;border:1px solid var(--rx-border,#dbe5ef)!important;background:#fff!important;color:#07101d!important;border-radius:999px!important;padding:8px 15px!important;min-height:34px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important;}
.rx-event-card-button:hover{border-color:var(--rx-accent,#7ee043)!important;background:#f7fbf3!important;}
.rx-css-calendar,
.rx-event-list-date .rx-css-calendar{
  width:72px!important;
  height:88px!important;
  border-radius:5px!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(15,23,42,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.rx-css-calendar .rx-cal-month{
  width:100%!important;
  box-sizing:border-box!important;
  border-radius:0!important;
  background:var(--rx-accent,#7ee043)!important;
  color:#07101d!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  text-align:center!important;
  padding:5px 5px 4px!important;
  min-height:19px!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.rx-css-calendar b{
  color:#07101d!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:900!important;
  margin:7px 0 0!important;
  letter-spacing:-.05em!important;
}
.rx-css-calendar .rx-cal-year,
.rx-css-calendar small{
  color:#425466!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  margin:5px 0 8px!important;
}
.rx-event-list-date{text-decoration:none!important;display:block!important;}
.rx-upload-box{grid-template-columns:52px minmax(0,1fr) auto!important;}
.rx-upload-preview.has-items{grid-column:1/-1!important;width:100%!important;margin-top:14px!important;justify-content:flex-start!important;display:flex!important;}
.rx-upload-preview .rx-upload-item{position:relative!important;width:92px!important;height:92px!important;border-radius:14px!important;overflow:visible!important;background:#f0f3f4!important;border:1px solid var(--rx-border,#dbe5ef)!important;}
.rx-upload-preview .rx-upload-item img,.rx-upload-preview .rx-upload-item .rx-thumb{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:14px!important;display:block!important;}
.rx-upload-preview .rx-upload-remove{position:absolute!important;right:-9px!important;top:-9px!important;width:28px!important;height:28px!important;border:0!important;border-radius:999px!important;background:#07101d!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:2!important;}
.rx-upload-preview:empty{display:none!important;}
@media(max-width:760px){
  .rx-stream > .rx-unified-event-card,
  .rx-profile-stream > .rx-unified-event-card,
  .rx-search-results > .rx-unified-event-card,
  .rx-event-list > .rx-unified-event-card{margin-left:14px!important;margin-right:14px!important;grid-template-columns:60px minmax(0,1fr)!important;}
  .rx-event-card-button{grid-column:2!important;justify-self:start!important;margin-top:4px!important;}
  .rx-css-calendar,.rx-event-list-date .rx-css-calendar{width:58px!important;height:74px!important;}
  .rx-css-calendar b{font-size:28px!important;margin-top:6px!important;}
}

/* RunnerX v3.9.2: people page, event media overlay, calendar/map/profile spacing */
.rx-css-calendar,.rx-calendar-large,.rx-event-list-date .rx-css-calendar{border-radius:5px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{border-radius:0!important;background:var(--rx-accent,#7ee043)!important;color:#07101d!important;font-size:10px!important;line-height:1!important;font-weight:950!important;padding:5px 5px 4px!important;min-height:18px!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.rx-calendar-large .rx-cal-month{font-size:11px!important;padding:6px 6px 5px!important;min-height:22px!important;}
.rx-css-calendar b{font-size:32px!important;line-height:.96!important;margin:7px 0 0!important;letter-spacing:-.06em!important;color:#07101d!important;}
.rx-calendar-large b{font-size:38px!important;margin-top:8px!important;}
.rx-css-calendar .rx-cal-year,.rx-calendar-large .rx-cal-year{font-size:11px!important;font-weight:950!important;color:#425466!important;margin:5px 0 8px!important;line-height:1!important;}
.rx-calendar-large .rx-cal-year{font-size:12px!important;margin-top:5px!important;margin-bottom:9px!important;}
.rx-single-media-wrap{position:relative!important;}
.rx-event-media-with-date{position:relative!important;}
.rx-event-media-with-date .rx-calendar-overlay{position:absolute!important;left:18px!important;top:18px!important;z-index:5!important;}
.rx-event-media-placeholder{min-height:300px!important;background:linear-gradient(135deg,#eaf2f8,#f8fbff)!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#536471!important;font-weight:900!important;text-decoration:none!important;}
.rx-people-titlebar h1{font-size:28px!important;line-height:1.15!important;margin:0!important;}
.rx-people-titlebar{align-items:center!important;padding-right:24px!important;}
.rx-people-page{padding-top:18px!important;}
.rx-people-box{padding:22px 24px!important;margin:18px 24px 24px!important;}
.rx-people-event-head{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:18px!important;align-items:center!important;margin-bottom:20px!important;padding-bottom:18px!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;}
.rx-people-event-meta h2{margin:8px 0 6px!important;font-size:22px!important;line-height:1.15!important;}
.rx-people-event-meta h2 a{text-decoration:none!important;color:inherit!important;}
.rx-people-user-list{display:grid!important;gap:10px!important;}
.rx-calendar-head{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto!important;align-items:center!important;gap:10px!important;}
.rx-calendar-head h2{margin:0!important;}
.rx-cal-nav{width:36px!important;height:36px!important;border-radius:999px!important;border:1px solid var(--rx-border,#dbe5ef)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:#07101d!important;background:#fff!important;}
.rx-cal-nav:hover{border-color:var(--rx-accent,#7ee043)!important;background:#f7fff1!important;}
.rx-calendar-switch{display:flex!important;gap:8px!important;justify-content:flex-end!important;flex-wrap:wrap!important;}
.rx-cal-day a{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
.rx-map-overview-frame{height:360px;border:1px solid var(--rx-border,#dbe5ef);border-radius:18px;overflow:hidden;background:#edf6ff;margin:14px 0 16px;}
.rx-map-overview-frame iframe{width:100%;height:100%;border:0;display:block;}
.rx-map-location-list{display:grid;gap:10px;}
.rx-profile-tab-panel .rx-content-box,.rx-profile-tab-panel .rx-section-card,.rx-profile-tab-panel .rx-box{margin-right:24px!important;margin-left:24px!important;max-width:none!important;}
.rx-profile-tab-panel{padding-right:0!important;}
.rx-profile-tab-panel .rx-section-card{box-sizing:border-box!important;}
@media(max-width:760px){.rx-people-box{margin:14px!important;padding:18px!important}.rx-people-event-head{grid-template-columns:1fr!important}.rx-calendar-head{grid-template-columns:auto minmax(0,1fr) auto!important}.rx-calendar-switch{grid-column:1/-1;justify-content:flex-start}.rx-profile-tab-panel .rx-content-box,.rx-profile-tab-panel .rx-section-card,.rx-profile-tab-panel .rx-box{margin-left:14px!important;margin-right:14px!important}.rx-event-media-with-date .rx-calendar-overlay{left:12px!important;top:12px!important}}


/* RunnerX v3.9.3: final event people, calendar and radius polish */
.rx-people-titlebar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:18px 22px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
}
.rx-people-titlebar h1{
  margin:0!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:950!important;
  text-align:left!important;
}
.rx-people-back-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#07101d!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.rx-people-back-btn:hover{background:#f7f9f9!important;border-color:var(--rx-accent,#93e547)!important;}
.rx-people-page .rx-section-card{margin:18px 22px!important;padding:24px!important;border-radius:8px!important;}
.rx-people-event-head{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;margin:0!important;padding:0 0 18px!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;}
.rx-people-event-meta h2{margin:5px 0 6px!important;font-size:22px!important;line-height:1.1!important;}
.rx-people-user-list{padding-top:18px!important;}

/* calendar: exactly 5px radius and no inherited header radius */
.rx-css-calendar,.rx-calendar-large,.rx-event-list-date .rx-css-calendar{
  border-radius:5px!important;
  overflow:hidden!important;
  box-shadow:0 6px 18px rgba(15,23,42,.08)!important;
}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{
  border-radius:0!important;
  min-height:20px!important;
  padding:5px 4px 4px!important;
  margin:0 0 4px!important;
  font-size:9px!important;
  line-height:1!important;
}
.rx-calendar-large .rx-cal-month{font-size:10px!important;min-height:22px!important;}
.rx-css-calendar b{margin-top:4px!important;}
.rx-calendar-large b{margin-top:5px!important;}
.rx-css-calendar .rx-cal-year,.rx-calendar-large .rx-cal-year{margin-top:3px!important;padding-bottom:7px!important;}

/* Single event: date is only overlay on image, not repeated in first data box */
.rx-event-single-headline-no-date{display:block!important;}
.rx-event-single-headline-no-date>div{width:100%!important;}
.rx-event-single-headline-no-date h2{margin:0 0 16px!important;}

/* Active attendance buttons: icons stay visible */
.rx-attend-btn.is-active i,
.rx-attendance-actions .is-active i{
  display:inline-flex!important;
  opacity:1!important;
  visibility:visible!important;
  color:#07101d!important;
  background:var(--rx-accent,#93e547)!important;
}
.rx-attend-btn.is-active .ico-star,
.rx-attendance-actions .is-active .ico-star{color:#07101d!important;}

/* Global radius normalization: 8px everywhere except calendar icon */
.rx-card,
.rx-feed-card,
.rx-section-card,
.rx-single-panel,
.rx-content-box,
.rx-form-card,
.rx-profile-detail-card,
.rx-info-tile,
.rx-upload-box,
.rx-upload-preview .rx-upload-item,
.rx-event-map-frame,
.rx-map-overview-box,
.rx-map-location-row,
.rx-calendar-grid,
.rx-cal-day a,
.rx-social-link-pill,
.rx-route-card,
.rx-single-featured,
.rx-single-featured img,
.rx-media img,
.rx-feed-card img,
.rx-event-media-placeholder,
.rx-event-media-with-date img{
  border-radius:8px!important;
}
.rx-css-calendar,.rx-calendar-large,.rx-css-calendar *,.rx-calendar-large *{border-radius:0!important;}
.rx-css-calendar,.rx-calendar-large{border-radius:5px!important;}
.rx-event-card-button,.rx-pill,.rx-btn,.rx-attend-btn,.rx-people-back-btn{border-radius:8px!important;}

@media(max-width:760px){
  .rx-people-titlebar{padding:16px 14px!important;}
  .rx-people-titlebar h1{font-size:20px!important;}
  .rx-people-page .rx-section-card{margin:16px 14px!important;padding:18px!important;}
  .rx-people-event-head{grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;}
}

/* RunnerX v3.9.4: truly global content gutters + full-width stream separators */
.rx-stream > .rx-unified-event-card,
.rx-profile-stream > .rx-unified-event-card,
.rx-search-results > .rx-unified-event-card,
.rx-event-list > .rx-unified-event-card,
.rx-profile-tab-panel .rx-stream > .rx-unified-event-card{
  margin:0!important;
  padding:22px 24px!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  box-shadow:none!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:flex-start!important;
}
.rx-stream > .rx-unified-event-card:first-child,
.rx-profile-stream > .rx-unified-event-card:first-child,
.rx-search-results > .rx-unified-event-card:first-child,
.rx-event-list > .rx-unified-event-card:first-child,
.rx-profile-tab-panel .rx-stream > .rx-unified-event-card:first-child{
  margin-top:0!important;
}
.rx-stream > .rx-unified-event-card + .rx-feed-card,
.rx-profile-stream > .rx-unified-event-card + .rx-feed-card,
.rx-profile-tab-panel .rx-stream > .rx-unified-event-card + .rx-feed-card{
  border-top:0!important;
}
.rx-profile-tab-panel,
.rx-profile-panel,
.rx-profile-feed{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.rx-profile-tab-panel .rx-content-box,
.rx-profile-tab-panel .rx-section-card,
.rx-profile-tab-panel .rx-form-card,
.rx-profile-tab-panel .rx-profile-detail-card,
.rx-profile-panel .rx-content-box,
.rx-profile-panel .rx-section-card,
.rx-profile-panel .rx-form-card,
.rx-profile-panel .rx-profile-detail-card,
.rx-profile-feed .rx-section-card,
.rx-profile-feed .rx-content-box{
  width:auto!important;
  max-width:none!important;
  margin:22px 24px!important;
  padding:22px!important;
  box-sizing:border-box!important;
  border-radius:8px!important;
}
.rx-content-layout,
.rx-content-area,
.rx-form-shell{
  box-sizing:border-box!important;
}
@media(max-width:760px){
  .rx-stream > .rx-unified-event-card,
  .rx-profile-stream > .rx-unified-event-card,
  .rx-search-results > .rx-unified-event-card,
  .rx-event-list > .rx-unified-event-card,
  .rx-profile-tab-panel .rx-stream > .rx-unified-event-card{
    padding:18px 14px!important;
    grid-template-columns:60px minmax(0,1fr)!important;
    gap:14px!important;
  }
  .rx-profile-tab-panel .rx-content-box,
  .rx-profile-tab-panel .rx-section-card,
  .rx-profile-tab-panel .rx-form-card,
  .rx-profile-tab-panel .rx-profile-detail-card,
  .rx-profile-panel .rx-content-box,
  .rx-profile-panel .rx-section-card,
  .rx-profile-panel .rx-form-card,
  .rx-profile-panel .rx-profile-detail-card,
  .rx-profile-feed .rx-section-card,
  .rx-profile-feed .rx-content-box{
    margin:16px 14px!important;
    padding:18px!important;
  }
}


/* RunnerX v4.0.0 global layout and stream hardening */
:root{--rx-radius:8px;--rx-calendar-radius:5px;--rx-gutter:22px;}
.rx-card,.rx-feed-card,.rx-section-card,.rx-form-card,.rx-content-box,.rx-profile-detail-card,.rx-upload-box,.rx-field input,.rx-field textarea,.rx-field select,.rx-map-overview-box,.rx-social-link-pill{border-radius:var(--rx-radius)!important;}
.rx-css-calendar,.rx-calendar-large,.rx-event-list-date .rx-css-calendar{width:70px!important;height:86px!important;flex:0 0 70px!important;border-radius:5px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;color:#07101d!important;text-transform:uppercase!important;}
.rx-css-calendar *,.rx-calendar-large *{border-radius:0!important;}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--rx-accent,#93e547)!important;color:#07101d!important;font-size:10px!important;font-weight:950!important;line-height:1!important;min-height:22px!important;padding:5px 5px 4px!important;margin:0 0 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important;}
.rx-css-calendar b,.rx-calendar-large b{display:block!important;font-size:32px!important;line-height:.94!important;letter-spacing:-.06em!important;font-weight:950!important;margin:4px 0 0!important;color:#07101d!important;}
.rx-css-calendar .rx-cal-year,.rx-calendar-large .rx-cal-year{display:block!important;font-size:11px!important;line-height:1!important;font-weight:950!important;color:#425466!important;margin:5px 0 8px!important;}
.rx-calendar-large{width:78px!important;height:96px!important;flex-basis:78px!important;}
.rx-calendar-large b{font-size:36px!important;}
.rx-stream{display:block!important;}
.rx-stream>.rx-unified-event-card,.rx-unified-event-card.rx-event-list-item{border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;margin:0!important;padding:22px var(--rx-gutter)!important;width:100%!important;max-width:none!important;box-sizing:border-box!important;}
.rx-stream>.rx-unified-event-card:first-child{margin-top:0!important;}
.rx-unified-event-card+.rx-feed-card,.rx-feed-card+.rx-unified-event-card{border-top:0!important;}
.rx-event-list-main .rx-type{display:inline-flex!important;margin:0 0 8px!important;}
.rx-event-list-main h2{margin:0 0 8px!important;}
.rx-event-card-button{font-size:14px!important;line-height:1!important;padding:9px 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--rx-border,#dbe5ef)!important;color:#07101d!important;box-shadow:none!important;font-weight:850!important;}
.rx-event-card-button:hover{background:#f7fbff!important;border-color:var(--rx-accent,#93e547)!important;}
.rx-content-box,.rx-section-card,.rx-form-card,.rx-profile-detail-card{margin:22px var(--rx-gutter)!important;padding:22px!important;box-sizing:border-box!important;max-width:calc(100% - (var(--rx-gutter) * 2))!important;}
.rx-profile-panel .rx-content-box,.rx-profile-panel .rx-section-card,.rx-profile-panel .rx-profile-detail-card{margin-left:var(--rx-gutter)!important;margin-right:var(--rx-gutter)!important;max-width:calc(100% - (var(--rx-gutter) * 2))!important;}
.rx-form-shell{padding-left:var(--rx-gutter)!important;padding-right:var(--rx-gutter)!important;box-sizing:border-box!important;}
.rx-form-shell>.rx-form-card{margin-left:0!important;margin-right:0!important;max-width:100%!important;}
.rx-attend-btn.is-active i{display:inline-flex!important;visibility:visible!important;opacity:1!important;}
.rx-attendance-count{text-decoration:none!important;}
.rx-attendance-count:hover{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important;}
.rx-calendar-grid .rx-cal-day a{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:760px){:root{--rx-gutter:14px}.rx-stream>.rx-unified-event-card,.rx-unified-event-card.rx-event-list-item{padding:18px var(--rx-gutter)!important}.rx-css-calendar,.rx-calendar-large,.rx-event-list-date .rx-css-calendar{width:62px!important;height:78px!important;flex-basis:62px!important}.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{font-size:9px!important;min-height:20px!important}.rx-css-calendar b,.rx-calendar-large b{font-size:29px!important}.rx-event-list-item{grid-template-columns:auto minmax(0,1fr)!important}.rx-event-card-button{grid-column:2!important;justify-self:start!important;margin-top:8px!important}.rx-attendance-actions .rx-attendance-count{flex-basis:100%!important}}


/* RunnerX v4.0.1: global stream/content layout stabilization */
.rx-stream--separated > *{
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
}
.rx-stream--separated > *:last-child{border-bottom:0!important;}
.rx-stream--separated > .rx-unified-event-card,
.rx-stream--separated > .rx-feed-card,
.rx-stream--separated > article{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.rx-event-list--stream{margin:0!important;padding:0!important;}
.rx-event-list--stream > .rx-unified-event-card{padding-left:var(--rx-gutter,22px)!important;padding-right:var(--rx-gutter,22px)!important;}
.rx-content-stack{
  display:grid!important;
  gap:18px!important;
  padding:22px var(--rx-gutter,22px)!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
}
.rx-content-stack > .rx-content-box,
.rx-content-stack > .rx-section-card,
.rx-content-stack > .rx-profile-detail-card,
.rx-content-stack > .rx-form-card{
  margin:0!important;
  max-width:100%!important;
  width:100%!important;
}
.rx-content-box,
.rx-section-card,
.rx-form-card,
.rx-profile-detail-card{
  overflow:visible!important;
}
.rx-profile-panel > .rx-content-stack{padding-right:var(--rx-gutter,22px)!important;}
.rx-profile-panel .rx-profile-details-stack.rx-content-stack{padding-right:var(--rx-gutter,22px)!important;}
.rx-profile-panel .rx-profile-detail-card{margin-right:0!important;}
.rx-css-calendar .rx-cal-month,
.rx-calendar-large .rx-cal-month{border-top-left-radius:0!important;border-top-right-radius:0!important;}
.rx-event-list-main{min-width:0!important;}
.rx-event-list-main h2 a{word-break:normal!important;overflow-wrap:anywhere!important;}
@media(max-width:760px){
  .rx-content-stack{padding:16px var(--rx-gutter,14px)!important;gap:14px!important;}
}

/* RunnerX v4.0.2 content-management/menu/map stabilizer */
.rx-card-pop a,
.rx-card-pop button{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;padding:12px 14px!important;border:0!important;background:transparent!important;color:#07101d!important;text-align:left!important;font-weight:800!important;text-decoration:none!important;cursor:pointer!important;box-sizing:border-box!important}
.rx-card-pop a:hover,.rx-card-pop button:hover{background:#f6f8fa!important}
.rx-card-pop .is-danger{color:#b42318!important}
.rx-card-pop i{width:18px!important;text-align:center!important;font-size:17px!important;line-height:1!important;flex:0 0 18px!important}
.rx-event-card-menu{position:absolute!important;right:18px!important;top:14px!important;z-index:5!important}
.rx-unified-event-card{position:relative!important;padding-right:84px!important}
.rx-unified-event-card .rx-event-card-button{margin-right:8px!important}
.rx-map-overview-frame{min-height:360px!important;height:360px!important;width:100%!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:8px!important;overflow:hidden!important;background:#eef6ff!important}
.rx-map-overview-frame iframe,.rx-map-overview-frame .gm-style{width:100%!important;height:100%!important;display:block!important}
.rx-map-location-list{display:none!important}
.rx-map-info{font-family:inherit!important;line-height:1.35!important;min-width:170px!important}
.rx-map-info strong{font-weight:900!important;color:#07101d!important}
.rx-map-info a{display:inline-flex!important;margin-top:8px!important;font-weight:850!important;color:#07101d!important;text-decoration:none!important}
.rx-event-list--stream.rx-stream>.rx-unified-event-card:first-child,
.rx-stream.rx-event-list--stream>.rx-unified-event-card:first-child{margin-top:22px!important}
.rx-stream>.rx-unified-event-card{border-bottom:1px solid var(--rx-border,#dbe5ef)!important}
@media(max-width:760px){.rx-unified-event-card{padding-right:var(--rx-gutter,14px)!important}.rx-event-card-menu{right:12px!important;top:12px!important}.rx-map-overview-frame{height:300px!important;min-height:300px!important}}


/* RunnerX v4.0.3: final global event/menu stream fixes */
.rx-stream > .rx-unified-event-card,
.rx-event-list--stream > .rx-unified-event-card,
.rx-profile-tab-panel .rx-stream > .rx-unified-event-card{
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr) auto!important;
  align-items:start!important;
  column-gap:18px!important;
  padding:22px var(--rx-gutter,22px)!important;
  padding-right:var(--rx-gutter,22px)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  margin:0!important;
  width:100%!important;
  background:#fff!important;
}
.rx-unified-event-card .rx-event-list-main{padding-right:34px!important;min-width:0!important;}
.rx-unified-event-card .rx-event-list-main .rx-event-card-button{display:inline-flex!important;margin:12px 0 0!important;align-self:flex-start!important;justify-self:start!important;font-size:13px!important;padding:8px 13px!important;min-height:32px!important;}
.rx-unified-event-card > .rx-event-card-button{display:none!important;}
.rx-event-card-menu{position:absolute!important;right:var(--rx-gutter,22px)!important;top:20px!important;z-index:8!important;}
.rx-event-card-menu .rx-card-pop{right:0!important;left:auto!important;top:38px!important;}
.rx-event-card-menu .rx-post-menu{cursor:pointer!important;}
.rx-unified-event-card .rx-event-list-main .rx-type{margin-bottom:8px!important;}
.rx-css-calendar,.rx-calendar-large,.rx-event-list-date .rx-css-calendar{border-radius:5px!important;}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{border-radius:0!important;}
@media(max-width:760px){
  .rx-stream > .rx-unified-event-card,
  .rx-event-list--stream > .rx-unified-event-card,
  .rx-profile-tab-panel .rx-stream > .rx-unified-event-card{grid-template-columns:62px minmax(0,1fr)!important;column-gap:14px!important;}
  .rx-unified-event-card .rx-event-list-main{padding-right:30px!important;}
  .rx-event-card-menu{right:var(--rx-gutter,14px)!important;top:16px!important;}
}


/* RunnerX v4.0.4: event hover only in calendar, block icon/menu and clean stream event spacing */
.rx-unified-event-card[data-hover="event"]{pointer-events:auto!important;}
.rx-stream .rx-unified-event-card{margin-top:0!important;}
.rx-stream .rx-unified-event-card + .rx-feed-card,
.rx-stream .rx-unified-event-card + .rx-unified-event-card{border-top:0!important;}
.rx-unified-event-card .rx-event-card-menu .rx-post-menu{width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:transparent!important;border:0!important;}
.rx-unified-event-card .rx-event-card-menu .rx-post-menu:hover{background:#f2f6f8!important;}
.rx-card-pop [data-rx-ignore-user] i.ico-user-block-alt{display:inline-flex!important;}
.rx-css-calendar,.rx-calendar-large,.rx-event-list-date .rx-css-calendar{border-radius:5px!important;overflow:hidden!important;}
.rx-css-calendar .rx-cal-month,.rx-calendar-large .rx-cal-month{border-radius:0!important;}


/* RunnerX v4.1 dashboard/content management */
.rx-content-shell{padding:22px;box-sizing:border-box}.rx-dashboard-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;align-items:start}.rx-dashboard-side,.rx-dashboard-main{min-width:0}.rx-dashboard-nav{position:sticky;top:16px;display:flex;flex-direction:column;gap:6px}.rx-dashboard-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--rx-text,#20344b);text-decoration:none;font-weight:700}.rx-dashboard-nav a:hover,.rx-dashboard-nav a.is-active{background:rgba(147,229,71,.16)}.rx-dashboard-box{margin:0 0 18px}.rx-dashboard-box .rx-panel-head{padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid var(--rx-border,#e6eaf0)}.rx-dashboard-box .rx-panel-head h2{display:flex;align-items:center;gap:8px;margin:0;font-size:18px}.rx-dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.rx-dashboard-kpis>div{border:1px solid var(--rx-border,#e6eaf0);border-radius:8px;padding:12px;background:#fff}.rx-dashboard-kpis b{display:block;font-size:24px;line-height:1;color:var(--rx-text,#20344b)}.rx-dashboard-kpis span{display:block;margin-top:6px;color:var(--rx-muted,#6b7280);font-size:13px}.rx-notification-list{display:flex;flex-direction:column}.rx-notification-item{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--rx-border,#e6eaf0);align-items:flex-start}.rx-notification-item:last-child{border-bottom:0}.rx-notification-item.is-unread strong:after{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--rx-accent,#93e547);margin-left:8px;vertical-align:middle}.rx-notification-item span{display:block;margin-top:3px;color:var(--rx-muted,#6b7280);font-size:13px}.rx-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:rgba(147,229,71,.18);color:var(--rx-text,#20344b)}
@media(max-width:900px){.rx-dashboard-layout{grid-template-columns:1fr}.rx-dashboard-nav{position:relative;top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.rx-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.rx-content-shell{padding:16px}}

/* RunnerX v4.1.1: dashboard as full-width dropdown + consistent edit form layout */
.rx-dashboard-layout.rx-content-shell{
  display:block!important;
  padding:22px var(--rx-gutter,22px)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-top{
  margin:0 0 22px!important;
  width:100%!important;
}
.rx-dashboard-switch{
  position:relative!important;
  width:100%!important;
  z-index:40!important;
}
.rx-dashboard-switch-toggle{
  width:100%!important;
  height:54px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-text,#0f172a)!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.rx-dashboard-switch-toggle span{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.rx-dashboard-switch-toggle i{font-size:18px!important;line-height:1!important;}
.rx-dashboard-nav{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  right:0!important;
  display:none!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  padding:10px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.12)!important;
  z-index:80!important;
}
.rx-dashboard-switch.is-open .rx-dashboard-nav{display:grid!important;}
.rx-dashboard-nav a{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:44px!important;
  padding:10px 12px!important;
  border-radius:8px!important;
  color:var(--rx-text,#0f172a)!important;
  text-decoration:none!important;
  font-weight:800!important;
  box-sizing:border-box!important;
}
.rx-dashboard-nav a:hover,.rx-dashboard-nav a.is-active{background:rgba(147,229,71,.18)!important;}
.rx-dashboard-main{width:100%!important;min-width:0!important;}
.rx-dashboard-box{margin:0 0 22px!important;}
.rx-profile-edit .rx-username-field{
  margin:0 0 18px!important;
  width:100%!important;
}
.rx-profile-edit .rx-username-field label{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  font-weight:800!important;
}
.rx-profile-edit .rx-username-field input{
  width:100%!important;
  min-height:50px!important;
  border:1px solid #cfd9e3!important;
  border-radius:8px!important;
  padding:12px 14px!important;
  font:inherit!important;
  box-sizing:border-box!important;
}
.rx-profile-edit .rx-username-field small{
  color:var(--rx-muted,#516070)!important;
  font-weight:700!important;
  line-height:1.35!important;
}
@media(max-width:900px){
  .rx-dashboard-layout.rx-content-shell{padding:16px 14px 96px!important;}
  .rx-dashboard-nav{grid-template-columns:1fr!important;max-height:70vh!important;overflow:auto!important;}
  .rx-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}


/* RunnerX v4.1.2: dashboard nav icon, arrow state and right-edge alignment */
.rx-dashboard-layout.rx-content-shell{
  padding:22px 0 22px var(--rx-gutter,22px)!important;
}
.rx-dashboard-top{
  margin:0 0 22px!important;
  padding:0!important;
  width:100%!important;
}
.rx-dashboard-main{
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-layout .rx-content-box,
.rx-dashboard-layout .rx-section-card,
.rx-dashboard-layout .rx-form-card,
.rx-dashboard-layout .rx-profile-detail-card{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.rx-dashboard-switch-toggle .rx-dashboard-switch-arrow{
  flex:0 0 auto!important;
  font-size:20px!important;
  margin-left:12px!important;
}
.rx-nav a i.ico-dashboard{font-size:25px!important;}
@media(max-width:760px){
  .rx-dashboard-layout.rx-content-shell{padding:16px 0 96px var(--rx-gutter,14px)!important;}
}

/* RunnerX v4.2.0: Dashboard 2.0 layout, shared cards and fixed notification badge */
.rx-dashboard-layout.rx-content-shell{
  padding:22px var(--rx-gutter,22px)!important;
  display:block!important;
  box-sizing:border-box!important;
}
.rx-dashboard-top,
.rx-dashboard-main{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-top{margin-bottom:22px!important;}
.rx-dashboard-layout .rx-content-box,
.rx-dashboard-layout .rx-section-card,
.rx-dashboard-layout .rx-form-card,
.rx-dashboard-layout .rx-profile-detail-card{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  border-radius:8px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-switch-toggle{border-radius:8px!important;}
.rx-dashboard-nav{border-radius:8px!important;}
.rx-dashboard-box .rx-panel-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.rx-dashboard-box-actions{margin:-4px 0 14px!important;display:flex!important;justify-content:flex-end!important;}
.rx-btn-small{min-height:34px!important;padding:8px 14px!important;font-size:13px!important;}
.rx-dashboard-kpis--links{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.rx-dashboard-kpis--links>a{
  position:relative!important;
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 18px!important;
  grid-template-areas:'icon count arrow' 'icon label arrow'!important;
  align-items:center!important;
  gap:2px 10px!important;
  border:1px solid var(--rx-border,#e2e8f0)!important;
  border-radius:8px!important;
  padding:14px!important;
  background:#fff!important;
  text-decoration:none!important;
  color:var(--rx-text,#07101d)!important;
  transition:background .15s ease,border-color .15s ease,transform .15s ease!important;
}
.rx-dashboard-kpis--links>a:hover{background:#f8fbf6!important;border-color:rgba(147,229,71,.65)!important;transform:translateY(-1px)!important;}
.rx-dashboard-kpis--links>a>i{grid-area:icon!important;font-size:22px!important;color:#20344b!important;}
.rx-dashboard-kpis--links>a>b{grid-area:count!important;font-size:24px!important;line-height:1!important;}
.rx-dashboard-kpis--links>a>span{grid-area:label!important;font-size:13px!important;color:var(--rx-muted,#536471)!important;margin:0!important;}
.rx-dashboard-kpis--links>a>em{grid-area:arrow!important;font-style:normal!important;color:var(--rx-muted,#536471)!important;justify-self:end!important;}
.rx-dashboard-quicklinks{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.rx-dashboard-quicklinks>a{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  border:1px solid var(--rx-border,#e2e8f0)!important;
  border-radius:8px!important;
  padding:12px 14px!important;
  font-weight:850!important;
  text-decoration:none!important;
  background:#fff!important;
}
.rx-dashboard-quicklinks>a:hover{background:rgba(147,229,71,.13)!important;}
.rx-dashboard-content-tabs{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:0 0 16px!important;
}
.rx-dashboard-content-tabs>a{
  border:1px solid var(--rx-border,#e2e8f0)!important;
  border-radius:999px!important;
  padding:8px 13px!important;
  font-weight:850!important;
  background:#fff!important;
  text-decoration:none!important;
}
.rx-dashboard-content-tabs>a:hover{background:rgba(147,229,71,.15)!important;}
.rx-floating .rx-float-notifications{position:relative!important;}
.rx-float-badge{
  position:absolute!important;
  top:-6px!important;
  right:-6px!important;
  min-width:20px!important;
  height:20px!important;
  padding:0 5px!important;
  border-radius:999px!important;
  background:var(--rx-runner,#93e547)!important;
  color:#07101d!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:11px!important;
  font-weight:950!important;
  border:2px solid #fff!important;
  box-shadow:0 6px 18px rgba(15,23,42,.16)!important;
}
.rx-notification-item{border-radius:8px!important;padding:12px!important;margin-bottom:6px!important;border:1px solid transparent!important;}
.rx-notification-item.is-unread{background:rgba(147,229,71,.12)!important;border-color:rgba(147,229,71,.35)!important;}
.rx-notification-item.is-unread strong:after{background:var(--rx-runner,#93e547)!important;}
@media(max-width:900px){
  .rx-dashboard-layout.rx-content-shell{padding:16px var(--rx-gutter,14px) 96px!important;}
  .rx-dashboard-kpis--links,.rx-dashboard-quicklinks{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:520px){
  .rx-dashboard-kpis--links,.rx-dashboard-quicklinks{grid-template-columns:1fr!important;}
}


/* RunnerX v4.3.2: auth one-column layout + clean Turnstile spacing */
.rx-auth-card-single{
  width:min(100% - 32px, 520px)!important;
  margin:28px auto!important;
  box-sizing:border-box!important;
}
.rx-auth-card-single .rx-auth-form-single,
.rx-auth-card-single form[data-runnerx-auth-form]{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  width:100%!important;
}
.rx-auth-card-single label{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.rx-auth-card-single input:not([type="checkbox"]){
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.rx-auth-card-single .rx-check{
  flex-direction:row!important;
  align-items:center!important;
  gap:10px!important;
}
.rx-auth-card-single .rx-check input{width:auto!important;}
.rx-auth-card-single small{font-size:12px!important;line-height:1.35!important;color:var(--rx-muted,#536471)!important;}
.rx-auth-card-single .cf-turnstile{margin:2px 0 0!important;max-width:100%!important;overflow:hidden!important;}
.rx-auth-card-single .rx-btn{width:100%!important;justify-content:center!important;}
@media(max-width:720px){.rx-auth-card-single{width:calc(100% - 24px)!important;margin:18px auto!important;}}

/* RunnerX v4.4.0 Notifications / Mentions */
.rx-offcanvas-backdrop{position:fixed;inset:0;background:rgba(15,20,25,.24);z-index:680;opacity:0;pointer-events:none;transition:.18s ease}
.rx-notification-panel{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);background:#fff;z-index:690;box-shadow:-18px 0 44px rgba(15,20,25,.16);transform:translateX(105%);transition:.22s ease;display:flex;flex-direction:column;border-left:1px solid var(--rx-border)}
body.rx-notifications-open .rx-offcanvas-backdrop{opacity:1;pointer-events:auto}
body.rx-notifications-open .rx-notification-panel{transform:translateX(0)}
.rx-notification-panel-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--rx-border)}
.rx-notification-panel-head h2{margin:0;font-size:20px;font-weight:900;color:var(--rx-dark)}
.rx-notification-panel-tabs{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid var(--rx-border)}
.rx-notification-panel-tabs a,.rx-notification-panel-tabs button{border:0;background:transparent;color:var(--rx-muted);font-weight:800;cursor:pointer;text-decoration:none;padding:8px 0}
.rx-notification-panel-tabs .is-active{color:var(--rx-dark)}
.rx-notification-panel-body{overflow:auto;min-height:0;flex:1}
.rx-notification-card{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid var(--rx-border);background:#fff}
.rx-notification-card.is-unread{background:rgba(147,229,71,.11)}
.rx-notification-avatar{display:block;flex:0 0 44px;text-decoration:none}.rx-notification-avatar .rx-avatar{width:44px;height:44px}
.rx-notification-main{min-width:0;flex:1}.rx-notification-user{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.rx-notification-user a{text-decoration:none}.rx-notification-user strong{color:var(--rx-dark)}
.rx-notification-message{display:block;margin-top:3px;color:var(--rx-text);text-decoration:none;line-height:1.38}.rx-notification-message:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.rx-notification-time{display:block;margin-top:5px;font-size:12px;color:var(--rx-muted)}
.rx-mention{font-weight:800;text-decoration:none;color:var(--rx-dark)}.rx-mention:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.rx-mention-suggest{position:fixed;z-index:9999;width:318px;max-height:310px;overflow:auto;background:#fff;border:1px solid var(--rx-border);border-radius:8px;box-shadow:0 14px 38px rgba(15,20,25,.18);display:none;padding:6px}
.rx-mention-suggest.is-open{display:block}.rx-mention-suggest button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:#fff;border-radius:8px;padding:9px;cursor:pointer;text-align:left}.rx-mention-suggest button:hover{background:var(--rx-soft)}
.rx-mention-suggest img{width:36px;height:36px;border-radius:999px;object-fit:cover}.rx-mention-suggest b{display:block;color:var(--rx-dark);line-height:1.1}.rx-mention-suggest small{display:block;color:var(--rx-muted);margin-top:2px}
@media(max-width:767px){.rx-notification-panel{width:100vw}.rx-mention-suggest{left:12px!important;right:12px!important;width:auto!important}}


/* RunnerX v4.5 discussion page */
.rx-discussion-page{padding:18px 20px 36px}.rx-discussion-header{display:flex;align-items:center;gap:14px;margin:6px 0 18px}.rx-discussion-header h1{font-size:20px;line-height:1.1;margin:0;font-weight:900}.rx-discussion-type{display:inline-flex;align-items:center;font-size:12px;text-transform:uppercase;font-weight:900;color:#536471;margin-bottom:3px}.rx-discussion-source{border-bottom:1px solid var(--rx-border);padding-bottom:12px;margin-bottom:0}.rx-discussion-compose{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:18px 0;border-bottom:1px solid var(--rx-border)}.rx-discussion-placeholder{width:100%;min-height:44px;border:0;background:transparent;text-align:left;font-size:20px;color:#536471;cursor:text}.rx-discussion-editor textarea{width:100%;min-height:94px;border:0;outline:0;resize:vertical;font-size:19px;line-height:1.35;padding:4px 0;background:transparent}.rx-discussion-editor .rx-input{width:100%;margin:8px 0;border:1px solid var(--rx-border-2);border-radius:8px;padding:12px 14px}.rx-discussion-tools{padding-top:10px}.rx-tool-btn input{display:none}.rx-comment-media-preview{margin-top:10px;border-radius:8px;overflow:hidden;border:1px solid var(--rx-border)}.rx-comment-media-preview img{width:100%;display:block;max-height:320px;object-fit:cover}.rx-discussion-list{padding-top:0}.rx-comment-card{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid var(--rx-border)}.rx-comment-card .rx-comment-card{padding:12px 0 0;border-bottom:0}.rx-comment-head{display:flex;align-items:center;gap:6px;min-width:0}.rx-comment-head b{font-weight:900}.rx-comment-head span,.rx-comment-head time{color:#536471}.rx-comment-content p{margin:5px 0 0;font-size:15.5px}.rx-comment-image{margin-top:10px;border-radius:8px;overflow:hidden;border:1px solid var(--rx-border)}.rx-comment-image img{width:100%;display:block}.rx-comment-youtube{margin-top:10px;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:#000}.rx-comment-youtube iframe{width:100%;height:100%;border:0}.rx-comment-actions{display:flex;align-items:center;gap:18px;margin-top:10px;color:#536471}.rx-comment-actions button{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:4px 0}.rx-comment-actions button:hover,.rx-comment-actions button.is-active{color:var(--rx-pink)}.rx-comment-replies{margin-top:10px;padding-left:14px;border-left:2px solid var(--rx-border)}.rx-dashboard-comment-card{border-bottom:1px solid var(--rx-border);padding:14px 0}.rx-dashboard-comment-card:last-child{border-bottom:0}.rx-dashboard-comment-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rx-dashboard-comment-meta a{font-weight:900}.rx-dashboard-comment-card p{margin:8px 0;color:#0f1419}.rx-dashboard-comment-actions a{font-weight:800;color:var(--rx-accent)}.rx-mention-suggest{position:fixed;z-index:9999;background:#fff;border:1px solid var(--rx-border);border-radius:8px;box-shadow:0 12px 30px rgba(15,20,25,.14);padding:6px;min-width:280px;display:none}.rx-mention-suggest.is-open{display:block}.rx-mention-suggest button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;border-radius:8px;padding:9px;text-align:left;cursor:pointer}.rx-mention-suggest button:hover{background:var(--rx-hover)}.rx-mention-suggest img{width:34px;height:34px;border-radius:999px}.rx-mention-suggest small{display:block;color:#536471}.rx-mention{color:var(--rx-accent);font-weight:700}
@media(max-width:700px){.rx-discussion-page{padding:12px 14px 96px}.rx-discussion-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);margin:-12px -14px 10px;padding:10px 14px;border-bottom:1px solid var(--rx-border)}.rx-discussion-header h1{font-size:18px}.rx-discussion-compose{grid-template-columns:36px minmax(0,1fr)}.rx-discussion-compose .rx-avatar{width:36px;height:36px}.rx-discussion-placeholder{font-size:18px}.rx-comment-card{grid-template-columns:36px minmax(0,1fr)}.rx-comment-card .rx-avatar{width:36px;height:36px}.rx-comment-actions{gap:14px;flex-wrap:wrap}.rx-mention-suggest{left:12px!important;right:12px!important;top:auto!important;bottom:12px;min-width:0}}


/* RunnerX v4.5.1 Diskussion-Fixes */
.rx-discussion-editor .rx-comment-youtube-input{display:block;width:100%;margin:8px 0;border:1px solid var(--rx-border-2);border-radius:8px;padding:12px 14px;background:#fff;color:var(--rx-text);aspect-ratio:auto;height:auto;min-height:0;}
.rx-comment-media-preview{border:0;background:transparent;overflow:visible;}
.rx-comment-media-item{position:relative;border:1px solid var(--rx-border);border-radius:8px;overflow:hidden;background:#f7f9f9;}
.rx-comment-media-item img{width:100%;display:block;max-height:320px;object-fit:cover;}
.rx-comment-media-remove{position:absolute;right:8px;top:8px;width:32px;height:32px;border:0;border-radius:999px;background:rgba(15,23,42,.86);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.rx-emoji-pop{overflow:hidden;}
.rx-emoji-grid{overflow-y:auto;overflow-x:hidden;grid-template-columns:repeat(7,minmax(0,1fr));}
.rx-emoji-grid .rx-emoji{width:100%;min-width:0;}
.rx-emoji-empty{grid-column:1/-1;color:var(--rx-muted);font-weight:700;padding:8px;}
.rx-mention-suggest .rx-suggest-hash{width:34px;height:34px;border-radius:999px;background:var(--rx-runner);display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--rx-primary,#0f172a);}
.rx-hashtag{color:var(--rx-accent);font-weight:800;}
@media(max-width:700px){.rx-emoji-grid{grid-template-columns:repeat(6,minmax(0,1fr));}.rx-comment-media-item img{max-height:260px;}}

/* RunnerX v4.5.2 discussion cleanup */
.rx-discussion-header{align-items:center!important;margin:8px 0 12px!important;padding-bottom:0!important;}
.rx-discussion-header h1{display:none!important;}
.rx-discussion-titleline{display:flex;align-items:center;min-height:38px;}
.rx-discussion-type.rx-badge,.rx-discussion-type.rx-type{margin:0!important;display:inline-flex!important;width:auto!important;align-self:center!important;background:rgba(147,229,71,.24)!important;color:#07101d!important;border-radius:999px!important;padding:4px 10px!important;font-size:12px!important;line-height:1!important;}
.rx-discussion-editor .rx-comment-youtube-input[hidden]{display:none!important;}
.rx-discussion-editor .rx-comment-youtube-input{display:block!important;width:100%!important;aspect-ratio:auto!important;height:auto!important;min-height:0!important;background:#fff!important;}
.rx-comment-submit-row{display:flex;align-items:center;gap:10px;justify-content:flex-end;}
.rx-comment-media-preview[hidden]{display:none!important;}
.rx-comment-media-preview{border:0!important;background:transparent!important;overflow:visible!important;}
.rx-comment-media-item{position:relative!important;border:1px solid var(--rx-border)!important;border-radius:8px!important;overflow:hidden!important;background:#f7f9f9!important;}
.rx-comment-media-item img{width:100%!important;display:block!important;max-height:320px!important;object-fit:cover!important;}
.rx-comment-media-remove{position:absolute!important;right:8px!important;top:8px!important;width:32px!important;height:32px!important;border:0!important;border-radius:999px!important;background:rgba(15,23,42,.86)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:5!important;}
.rx-emoji-pop{overflow:hidden!important;max-width:320px!important;}
.rx-emoji-search{display:none!important;}
.rx-emoji-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important;max-height:none!important;}
.rx-emoji-grid .rx-emoji{width:38px!important;height:34px!important;min-width:0!important;border:0!important;background:transparent!important;border-radius:8px!important;cursor:pointer!important;font-size:20px!important;}
.rx-emoji-grid .rx-emoji:hover{background:var(--rx-hover)!important;}
.rx-discussion-list,.rx-mobile-reply-list,#rxMobileReplyList{max-height:none!important;height:auto!important;overflow:visible!important;}
.rx-comment-edit-form{margin-top:10px;display:flex;flex-direction:column;gap:10px;}
.rx-comment-edit-form .rx-textarea{min-height:92px!important;border:1px solid var(--rx-border-2)!important;border-radius:8px!important;padding:12px!important;}
.rx-comment-edit-tools{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
.rx-comment-loadmore-wrap{padding:18px 0;text-align:center;border-bottom:1px solid var(--rx-border);}
.rx-hashtag{color:var(--rx-accent)!important;font-weight:700!important;}
@media(max-width:700px){
  .rx-discussion-page{padding:0 14px 96px!important;}
  .rx-discussion-header{position:sticky!important;top:0!important;z-index:10!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(10px)!important;margin:0 -14px 10px!important;padding:8px 14px!important;border-bottom:1px solid var(--rx-border)!important;}
  .rx-comment-submit-row{width:100%;justify-content:flex-end;}
  .rx-discussion-tools{gap:10px;align-items:center;}
  .rx-comment-edit-tools{flex-wrap:wrap;}
  .rx-emoji-pop{left:12px!important;right:12px!important;max-width:none!important;}
  .rx-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;}
}

/* RunnerX v4.5.3 discussion refinement */
.rx-reply-list,.rx-mobile-reply-list{max-height:none!important;overflow:visible!important;}
.rx-comment-media-preview[hidden],.rx-comment-youtube-input[hidden]{display:none!important;}
.rx-comment-media-item,.rx-comment-youtube-preview{position:relative;margin-top:10px;border-radius:8px;overflow:hidden;background:#f7f9f9;border:1px solid var(--rx-border,#eff3f4);}
.rx-comment-media-item img,.rx-comment-youtube-preview img{display:block;width:100%;height:auto;max-height:340px;object-fit:cover;}
.rx-comment-youtube-preview span{position:absolute;left:12px;bottom:12px;background:rgba(15,20,25,.82);color:#fff;border-radius:999px;padding:6px 10px;font-weight:800;font-size:13px;}
.rx-comment-media-remove{position:absolute;right:10px;top:10px;width:34px;height:34px;border-radius:999px;border:0;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;}
.rx-comment-media-remove:hover{background:#ef4444;}
.rx-emoji-pop{overflow:hidden!important;}
.rx-emoji-grid{overflow:hidden!important;max-height:none!important;}
.rx-mention-suggest{position:fixed;z-index:99999;min-width:280px;max-width:330px;max-height:300px;overflow:auto;background:#fff;border:1px solid var(--rx-border,#eff3f4);border-radius:8px;box-shadow:0 16px 40px rgba(15,20,25,.16);padding:8px;display:none;}
.rx-mention-suggest.is-open{display:block;}
.rx-mention-suggest button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:0;background:transparent;border-radius:8px;text-align:left;cursor:pointer;}
.rx-mention-suggest button:hover{background:#f7f9f9;}
.rx-mention-suggest img{width:36px;height:36px;border-radius:999px;object-fit:cover;}
.rx-mention-suggest small{display:block;color:var(--rx-muted,#536471);}
.rx-suggest-hash{width:36px;height:36px;border-radius:999px;background:var(--rx-runner,#93e547);display:inline-flex;align-items:center;justify-content:center;font-weight:900;}
.rx-tag-hovercard{position:fixed;z-index:99998;display:none;width:260px;background:#fff;border:1px solid var(--rx-border,#eff3f4);border-radius:8px;box-shadow:0 16px 40px rgba(15,20,25,.16);padding:14px;}
.rx-tag-hovercard.is-open{display:block;}
.rx-tag-hovercard b{display:block;font-size:18px;margin-bottom:8px;}
.rx-tag-hovercard small,.rx-tag-hovercard span{display:block;color:var(--rx-muted,#536471);margin-top:3px;}
.rx-comment-card.is-highlight{animation:rxCommentHighlight 2.4s ease-out;}
@keyframes rxCommentHighlight{0%{background:rgba(147,229,71,.25)}100%{background:transparent}}
.rx-comment-edit-form{margin-top:10px;}
.rx-comment-edit-form .rx-discussion-tools{margin-top:8px;}
@media(max-width:700px){.rx-mention-suggest{left:12px!important;right:12px!important;max-width:none;width:auto}.rx-comment-media-item img,.rx-comment-youtube-preview img{max-height:260px}}

/* RunnerX v4.5.5: dashboard menu and unified hashtag hovercard */
.rx-dashboard-nav a{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:10px;}
.rx-dashboard-nav a span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-dashboard-switch-toggle span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-dashboard-switch-toggle span i,.rx-dashboard-nav a i{flex:0 0 auto;}
.rx-tag-hovercard{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;width:auto!important;max-width:340px!important;}
.rx-tag-hovercard .rx-hovercard,.rx-tag-hovercard .rx-hashtag-card{display:block;width:300px;background:#fff;border:1px solid var(--rx-border,#eff3f4);border-radius:8px;box-shadow:0 16px 40px rgba(15,20,25,.16);padding:16px;}
.rx-tag-hovercard .rx-hashtag-card-title{font-size:20px;font-weight:900;margin:0 0 8px;color:var(--rx-text,#0f1419);}
.rx-tag-hovercard .rx-hashtag-card-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--rx-muted,#536471);font-weight:700;margin-bottom:12px;}
.rx-tag-hovercard .rx-hashtag-card-link{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--rx-primary,#08162f);color:#fff!important;font-weight:900;text-decoration:none;padding:9px 14px;}
@media(max-width:700px){.rx-dashboard-nav{grid-template-columns:1fr!important}.rx-dashboard-nav a{white-space:normal}.rx-dashboard-nav a span{white-space:normal}}

/* RunnerX v4.5.6: Dashboard uses global tab/stream layout */
.rx-dashboard-layout.rx-content-shell{width:100%!important;max-width:none!important;padding:18px var(--rx-gutter,20px) 96px!important;box-sizing:border-box!important;}
.rx-dashboard-top,.rx-dashboard-main{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;}
.rx-dashboard-tabs{border-bottom:1px solid var(--rx-border,#eff3f4)!important;margin:0 0 22px!important;background:#fff!important;}
.rx-dashboard-tabs .rx-responsive-tabs-shell{border:1px solid var(--rx-border,#eff3f4)!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;}
.rx-dashboard-tabs .rx-responsive-tabs{min-height:56px!important;}
.rx-dashboard-tabs .rx-responsive-tab{min-height:56px!important;padding:0 18px!important;white-space:nowrap!important;}
.rx-dashboard-filter-tabs{margin:0 0 22px!important;border-bottom:1px solid var(--rx-border,#eff3f4)!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{border:0!important;border-radius:0!important;background:transparent!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs{min-height:48px!important;}
.rx-dashboard-filter-tabs .rx-responsive-tab{min-height:48px!important;padding:0 16px!important;white-space:nowrap!important;}
.rx-dashboard-box{width:100%!important;margin:0 0 22px!important;border-radius:8px!important;box-sizing:border-box!important;}
.rx-dashboard-box .rx-stream,.rx-dashboard-box .rx-dashboard-stream{width:100%!important;}
.rx-dashboard-content-tabs{display:none!important;}
@media (max-width:720px){.rx-dashboard-layout.rx-content-shell{padding:14px var(--rx-gutter,14px) 96px!important}.rx-dashboard-tabs .rx-responsive-tabs-shell{border-radius:8px!important}.rx-dashboard-tabs .rx-responsive-tab{padding:0 14px!important}.rx-dashboard-filter-tabs .rx-responsive-tab{padding:0 14px!important}}


/* RunnerX v4.5.8: Dashboard stream/tabs full-width, active tabs and tab top border */
.rx-dashboard-layout.rx-content-shell{
  padding:18px 0 96px!important;
}
.rx-dashboard-top{
  padding:0 var(--rx-gutter,20px)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-main{
  padding:0!important;
  margin:0!important;
  width:100%!important;
  max-width:none!important;
}
.rx-dashboard-main > .rx-content-box,
.rx-dashboard-main > .rx-section-card,
.rx-dashboard-main > .rx-dashboard-box{
  margin-left:var(--rx-gutter,20px)!important;
  margin-right:var(--rx-gutter,20px)!important;
  width:auto!important;
}
.rx-dashboard-filter-tabs{
  margin:0!important;
  border-top:1px solid var(--rx-border,#eff3f4)!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  background:#fff!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-explore-tabs .rx-responsive-tabs-shell,
.rx-profile-tabs .rx-responsive-tabs-shell{
  border-top:1px solid var(--rx-border,#eff3f4)!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs,
.rx-dashboard-filter-tabs .rx-responsive-tab{
  min-height:52px!important;
}
.rx-dashboard-stream.rx-stream,
.rx-dashboard-main > .rx-stream,
.rx-dashboard-main > .rx-dashboard-stream{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}
.rx-dashboard-stream.rx-stream > .rx-feed-card,
.rx-dashboard-main > .rx-stream > .rx-feed-card,
.rx-dashboard-main > .rx-dashboard-stream > .rx-feed-card{
  margin-left:0!important;
  margin-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-stream.rx-stream > .rx-unified-event-card,
.rx-dashboard-main > .rx-stream > .rx-unified-event-card,
.rx-dashboard-main > .rx-dashboard-stream > .rx-unified-event-card{
  margin-left:0!important;
  margin-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-main .rx-dashboard-filter-tabs + .rx-dashboard-stream,
.rx-dashboard-main .rx-dashboard-filter-tabs + .rx-stream{
  margin-top:0!important;
}
@media(max-width:720px){
  .rx-dashboard-layout.rx-content-shell{padding:14px 0 96px!important;}
  .rx-dashboard-top{padding:0 var(--rx-gutter,14px)!important;}
  .rx-dashboard-main > .rx-content-box,
  .rx-dashboard-main > .rx-section-card,
  .rx-dashboard-main > .rx-dashboard-box{margin-left:var(--rx-gutter,14px)!important;margin-right:var(--rx-gutter,14px)!important;}
}


/* RunnerX v4.6.1: compact global sidebar widgets */
.rx-global-sidebar .rx-widget-events,
.rx-sidebar-offcanvas .rx-widget-events{
  overflow:hidden!important;
}
.rx-sidebar-event-row{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:12px 16px!important;
  color:inherit!important;
  text-decoration:none!important;
  min-width:0!important;
}
.rx-sidebar-event-row:hover{background:var(--rx-hover,#f7f9f9)!important;}
.rx-sidebar-calendar.rx-css-calendar,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar{
  width:52px!important;
  height:58px!important;
  flex:0 0 52px!important;
  min-width:52px!important;
  border-radius:5px!important;
  box-shadow:0 6px 14px rgba(7,16,29,.06)!important;
  overflow:hidden!important;
}
.rx-sidebar-calendar.rx-css-calendar .rx-cal-month,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-month{
  min-height:18px!important;
  padding:4px 3px 3px!important;
  font-size:8px!important;
  line-height:1!important;
  border-radius:0!important;
  letter-spacing:.02em!important;
}
.rx-sidebar-calendar.rx-css-calendar b,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar b{
  font-size:22px!important;
  line-height:.94!important;
  margin:4px 0 0!important;
  letter-spacing:-.06em!important;
}
.rx-sidebar-calendar.rx-css-calendar .rx-cal-year,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-year{
  font-size:9px!important;
  line-height:1!important;
  margin:3px 0 5px!important;
}
.rx-sidebar-event-copy{
  min-width:0!important;
  display:block!important;
}
.rx-sidebar-event-copy b{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:normal!important;
  line-height:1.15!important;
  font-weight:900!important;
}
.rx-sidebar-event-copy small{
  display:block!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  margin-top:3px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.rx-sidebar-user-row{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  padding:12px 16px!important;
}
.rx-sidebar-user-row:hover{background:var(--rx-hover,#f7f9f9)!important;}
.rx-sidebar-user-copy{min-width:0!important;}
.rx-sidebar-user-copy b,
.rx-sidebar-user-copy span{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.rx-sidebar-follow-btn{
  height:32px!important;
  min-width:auto!important;
  padding:0 13px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-sidebar-follow-btn.is-active{background:#536471!important;color:#fff!important;}
.rx-trend-row{display:block!important;padding:12px 16px!important;text-decoration:none!important;color:inherit!important;}
.rx-trend-row:hover{background:var(--rx-hover,#f7f9f9)!important;}
.rx-trend-row span{display:block!important;color:var(--rx-muted,#536471)!important;font-size:14px!important;margin-bottom:2px!important;}
.rx-trend-row b{display:block!important;font-weight:900!important;}
@media(max-width:560px){
  .rx-sidebar-event-row{grid-template-columns:48px minmax(0,1fr)!important;padding:12px!important;}
  .rx-sidebar-calendar.rx-css-calendar{width:48px!important;height:56px!important;flex-basis:48px!important;min-width:48px!important;}
  .rx-sidebar-user-row{grid-template-columns:42px minmax(0,1fr) auto!important;padding:12px!important;}
  .rx-sidebar-follow-btn{padding:0 11px!important;font-size:12px!important;}
}

/* RunnerX v4.6.3: calendar polish, global switch and compact sidebar event dates */
.rx-runnerx-switch,
.rx-calendar-mode-switch{
  position:relative!important;
  width:100%!important;
  margin:0 0 14px!important;
  z-index:35!important;
}
.rx-runnerx-switch .rx-global-switch-toggle,
.rx-calendar-mode-switch .rx-global-switch-toggle{
  width:100%!important;
  min-height:52px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-text,#0f172a)!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.rx-runnerx-switch .rx-global-switch-toggle span,
.rx-calendar-mode-switch .rx-global-switch-toggle span{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.rx-runnerx-switch .rx-global-switch-menu,
.rx-calendar-mode-switch .rx-global-switch-menu{
  position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;
  display:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;
  padding:10px!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:8px!important;background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.12)!important;z-index:90!important;
}
.rx-runnerx-switch.is-open .rx-global-switch-menu,
.rx-calendar-mode-switch.is-open .rx-global-switch-menu{display:grid!important;}
.rx-runnerx-switch .rx-global-switch-menu a,
.rx-calendar-mode-switch .rx-global-switch-menu a{display:flex!important;align-items:center!important;gap:10px!important;min-height:44px!important;padding:10px 12px!important;border-radius:8px!important;text-decoration:none!important;color:inherit!important;font-weight:850!important;min-width:0!important;}
.rx-runnerx-switch .rx-global-switch-menu a:hover,
.rx-runnerx-switch .rx-global-switch-menu a.is-active,
.rx-calendar-mode-switch .rx-global-switch-menu a:hover,
.rx-calendar-mode-switch .rx-global-switch-menu a.is-active{background:rgba(147,229,71,.18)!important;}
.rx-calendar-mode-switch + .rx-calendar-view{margin-top:0!important;}
.rx-calendar-view.is-today .rx-calendar-head,
.rx-calendar-view.is-weekend .rx-calendar-head{grid-template-columns:minmax(0,1fr)!important;}
.rx-calendar-view.is-today .rx-calendar-switch,
.rx-calendar-view.is-weekend .rx-calendar-switch{justify-content:flex-start!important;}
.rx-calendar-range-list{padding:0!important;margin:0!important;display:block!important;}
.rx-calendar-range-list .rx-unified-event-card:first-child{margin-top:16px!important;}
.rx-cal-day a[data-hover="event"]{cursor:pointer!important;}
.rx-cal-day a[data-hover="event"]:hover{box-shadow:inset 0 0 0 1px rgba(7,16,29,.08)!important;}
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-year,
.rx-sidebar-calendar.rx-css-calendar .rx-cal-year{margin:1px 0 7px!important;transform:translateY(-1px)!important;}
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar b,
.rx-sidebar-calendar.rx-css-calendar b{margin:3px 0 0!important;}
@media(max-width:760px){
  .rx-calendar-mode-switch{padding:0 14px!important;margin-top:14px!important;}
  .rx-calendar-mode-switch + .rx-calendar-view{margin-top:12px!important;}
  .rx-calendar-switch{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important;scrollbar-width:none!important;}
  .rx-calendar-switch::-webkit-scrollbar{display:none!important;}
  .rx-calendar-switch .rx-pill{white-space:nowrap!important;flex:0 0 auto!important;}
  .rx-runnerx-switch .rx-global-switch-menu,
  .rx-calendar-mode-switch .rx-global-switch-menu{grid-template-columns:1fr!important;}
}


/* RunnerX v4.6.4: calendar/dropdown polish and widget date icon fix */
.rx-calendar-mode-switch,
.rx-runnerx-switch.rx-calendar-mode-switch{
  padding:0 22px!important;
  margin:16px 0 0!important;
  box-sizing:border-box!important;
}
.rx-calendar-mode-switch .rx-global-switch-toggle,
.rx-runnerx-switch .rx-global-switch-toggle{
  padding:14px 16px!important;
  min-height:52px!important;
  border-radius:8px!important;
}
.rx-calendar-view{margin-top:16px!important;}
.rx-calendar-head{grid-template-columns:auto minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;}
.rx-calendar-head h2{margin:0!important;min-width:0!important;}
.rx-calendar-switch{display:none!important;}
.rx-calendar-view.is-today .rx-calendar-head,
.rx-calendar-view.is-weekend .rx-calendar-head{grid-template-columns:minmax(0,1fr)!important;}
.rx-sidebar-event-row{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;}
.rx-sidebar-calendar.rx-css-calendar,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar{
  width:44px!important;height:56px!important;min-width:44px!important;flex-basis:44px!important;border-radius:5px!important;overflow:hidden!important;
}
.rx-sidebar-calendar.rx-css-calendar .rx-cal-month,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-month{
  min-height:15px!important;font-size:7.5px!important;line-height:1!important;padding:3px 3px 2px!important;margin:0 0 2px!important;border-radius:0!important;
}
.rx-sidebar-calendar.rx-css-calendar b,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar b{
  font-size:19px!important;line-height:.92!important;margin:-5px 0 0!important;padding:0!important;transform:translateY(-1px)!important;
}
.rx-sidebar-calendar.rx-css-calendar .rx-cal-year,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-year{
  font-size:8.5px!important;line-height:1!important;margin:1px 0 5px!important;padding:0!important;transform:none!important;
}
.rx-widget-event-main strong{line-height:1.12!important;}
@media(max-width:760px){
  .rx-calendar-mode-switch,.rx-runnerx-switch.rx-calendar-mode-switch{padding:0 14px!important;margin-top:12px!important;}
  .rx-calendar-head{grid-template-columns:auto minmax(0,1fr) auto!important;}
  .rx-calendar-head h2{font-size:22px!important;line-height:1.15!important;}
}


/* RunnerX v4.6.5: calendar/sidebar date corrections */
.rx-calendar-head{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 44px!important;
  align-items:center!important;
  gap:12px!important;
}
.rx-calendar-head h2{
  text-align:center!important;
  justify-self:center!important;
  width:100%!important;
  margin:0!important;
}
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar,
.rx-sidebar-calendar.rx-css-calendar{
  width:44px!important;
  min-width:44px!important;
  height:58px!important;
  border-radius:5px!important;
  overflow:hidden!important;
}
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-month,
.rx-sidebar-calendar.rx-css-calendar .rx-cal-month{
  min-height:15px!important;
  padding:3px 3px 2px!important;
  margin:0!important;
  border-radius:0!important;
  font-size:7.5px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar b,
.rx-sidebar-calendar.rx-css-calendar b{
  display:block!important;
  font-size:19px!important;
  line-height:1!important;
  margin:3px 0 0!important;
  padding:0!important;
  transform:none!important;
  text-align:center!important;
}
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-year,
.rx-sidebar-calendar.rx-css-calendar .rx-cal-year{
  display:block!important;
  font-size:8.5px!important;
  line-height:1!important;
  margin:1px 0 5px!important;
  padding:0 0 4px!important;
  transform:none!important;
  text-align:center!important;
}

/* RunnerX v4.8.0: UI framework spacing + private messages */
.rx-calendar-mode-switch,
.rx-runnerx-switch.rx-calendar-mode-switch,
.rx-global-switch.rx-calendar-mode-switch{margin-bottom:24px!important;}
.rx-calendar-mode-switch + .rx-calendar-view,
.rx-runnerx-switch.rx-calendar-mode-switch + .rx-calendar-view{margin-top:24px!important;}

.rx-messages-page{min-height:calc(100vh - 54px);display:grid;grid-template-columns:320px minmax(0,1fr);border-top:1px solid var(--rx-border);}
.rx-messages-list-panel{border-right:1px solid var(--rx-border);min-width:0;background:#fff;}
.rx-messages-panel-head,.rx-message-thread-head{min-height:58px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--rx-border);}
.rx-messages-panel-head h2{font-size:22px;line-height:1;margin:0;font-weight:950;flex:1;}
.rx-message-search-wrap{position:relative;padding:12px 16px;border-bottom:1px solid var(--rx-border);}
.rx-message-search{width:100%;}
.rx-message-user-results{position:absolute;left:16px;right:16px;top:64px;background:#fff;border:1px solid var(--rx-border);border-radius:14px;box-shadow:0 14px 35px rgba(15,23,42,.12);z-index:30;padding:8px;}
.rx-message-user-result{width:100%;border:0;background:transparent;border-radius:10px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;}
.rx-message-user-result:hover{background:#f7f9f9;}
.rx-message-user-result span{display:grid;line-height:1.2;}
.rx-message-user-result small{color:var(--rx-muted);}
.rx-message-conversations{padding:8px;display:grid;gap:4px;}
.rx-message-conv{width:100%;border:0;background:transparent;border-radius:14px;padding:12px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;cursor:pointer;color:inherit;}
.rx-message-conv:hover,.rx-message-conv.is-active{background:#f4f8ef;}
.rx-message-conv-main{display:grid;min-width:0;line-height:1.2;}
.rx-message-conv-main strong{font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-message-conv-main small{color:var(--rx-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-message-conv-main em{font-style:normal;color:var(--rx-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px;}
.rx-message-unread{min-width:22px;height:22px;border-radius:999px;background:var(--rx-accent,#93e547);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;color:#07101d;}
.rx-message-thread-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;background:#fff;}
.rx-message-thread-user{display:flex;align-items:center;gap:12px;min-width:0;}
.rx-message-thread-user strong{display:block;font-weight:950;line-height:1.1;}
.rx-message-thread-user small{display:block;color:var(--rx-muted);margin-top:3px;}
.rx-message-back{display:none;}
.rx-message-thread{padding:18px 16px;overflow:auto;display:flex;flex-direction:column;gap:10px;}
.rx-message-empty{padding:18px;color:var(--rx-muted);font-weight:800;text-align:center;}
.rx-message-bubble-row{display:flex;gap:10px;align-items:flex-end;max-width:82%;}
.rx-message-bubble-row.is-me{align-self:flex-end;justify-content:flex-end;}
.rx-message-bubble{background:#eff3f4;border-radius:18px 18px 18px 6px;padding:10px 14px;min-width:0;}
.rx-message-bubble-row.is-me .rx-message-bubble{background:#0f172a;color:#fff;border-radius:18px 18px 6px 18px;}
.rx-message-bubble p{margin:0;}
.rx-message-bubble time{display:block;margin-top:6px;font-size:11px;opacity:.72;}
.rx-message-compose{border-top:1px solid var(--rx-border);display:flex;gap:10px;padding:12px 16px;background:#fff;align-items:flex-end;}
.rx-message-compose textarea{flex:1;min-height:44px;max-height:140px;resize:none;border:1px solid var(--rx-border-2);border-radius:18px;padding:12px 14px;font:inherit;outline:none;}
.rx-message-compose textarea:focus{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent);}
.rx-message-compose .rx-btn{height:44px;display:inline-flex;align-items:center;gap:8px;}
@media(max-width:900px){
  .rx-messages-page{display:block;min-height:calc(100vh - 100px);position:relative;overflow:hidden;}
  .rx-messages-list-panel,.rx-message-thread-panel{width:100%;min-height:calc(100vh - 100px);}
  .rx-message-thread-panel{position:absolute;inset:0;background:#fff;transform:translateX(100%);transition:transform .22s ease;z-index:20;}
  .rx-messages-page.is-thread-open .rx-message-thread-panel{transform:translateX(0);}
  .rx-message-back{display:inline-flex;}
  .rx-message-thread{padding-bottom:86px;}
  .rx-message-compose{position:sticky;bottom:0;}
  .rx-message-compose .rx-btn span{display:none;}
}

/* RunnerX v4.8.1: profile lauftreffs + messages layout refinements */
.rx-messages-layout,
.rx-messages-shell{
  gap:24px;
}
.rx-messages-conversations{
  min-width:320px;
}
.rx-messages-chat,
.rx-message-thread{
  padding:24px;
}
@media (max-width: 782px){
  .rx-messages-layout,
  .rx-messages-shell{
    gap:0;
  }
  .rx-messages-conversations,
  .rx-messages-chat,
  .rx-message-thread{
    width:100%;
    min-width:0;
  }
}


/* RunnerX v4.8.2: Messages wide app layout + Lauftreff/profile stream polish */
body.rx-messages-screen .rx-shell{
  grid-template-columns:var(--rx-sidebar) minmax(0, calc(var(--rx-feed) + var(--rx-aside)));
}
body.rx-messages-screen .rx-main{
  grid-column:2 / 3;
  border-right:1px solid var(--rx-border);
}
body.rx-messages-screen .rx-right,
body.rx-messages-screen .rx-aside{
  display:none!important;
}
body.rx-messages-screen .rx-global-topbar{
  max-width:none;
}
body.rx-messages-screen .rx-messages-page{
  grid-template-columns:360px minmax(0,1fr);
  min-height:calc(100vh - 54px);
}
body.rx-messages-screen .rx-message-thread{
  padding:28px 32px;
}
body.rx-messages-screen .rx-message-compose{
  padding:16px 32px;
}
body.rx-messages-screen .rx-message-bubble-row{
  max-width:74%;
}
body.rx-messages-screen .rx-message-bubble{
  padding:12px 16px;
}
@media(max-width:1100px){
  body.rx-messages-screen .rx-shell{grid-template-columns:88px minmax(0,1fr);}
  body.rx-messages-screen .rx-messages-page{grid-template-columns:330px minmax(0,1fr);}
}
@media(max-width:900px){
  body.rx-messages-screen .rx-shell{display:block;}
  body.rx-messages-screen .rx-main{grid-column:auto;border-right:0;}
  body.rx-messages-screen .rx-messages-page{display:block;min-height:calc(100vh - 124px);}
  body.rx-messages-screen .rx-message-thread{padding:18px 16px 86px;}
  body.rx-messages-screen .rx-message-compose{padding:12px 14px;}
  body.rx-messages-screen .rx-message-bubble-row{max-width:88%;}
}

/* RunnerX v4.8.3: global dropdown consistency + lauftreff-specific UI */
.rx-global-switch{position:relative!important;width:100%!important;box-sizing:border-box!important;}
.rx-global-switch .rx-global-switch-menu{
  left:0!important;right:0!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;
}
.rx-global-switch.rx-calendar-mode-switch{margin-bottom:24px!important;}
.rx-global-switch.rx-calendar-mode-switch + .rx-calendar-view{margin-top:24px!important;}
.rx-calendar-mode-switch .rx-global-switch-toggle{box-sizing:border-box!important;}

.rx-lauftreff-svg-icon{
  width:62px;height:62px;min-width:62px;border-radius:8px;background:linear-gradient(135deg,rgba(147,229,71,.22),rgba(147,229,71,.08));
  border:1px solid rgba(147,229,71,.55);display:inline-flex;align-items:center;justify-content:center;color:var(--rx-dark,#08162f);box-shadow:0 10px 26px rgba(15,23,42,.08);box-sizing:border-box;
}
.rx-lauftreff-svg-icon svg{width:38px;height:38px;display:block;fill:currentColor;}
.rx-unified-event-card.is-runnerx_lauftreff .rx-event-list-date{display:flex!important;align-items:flex-start!important;justify-content:center!important;}
.rx-unified-event-card.is-runnerx_lauftreff .rx-event-list-main{padding-top:2px!important;}
.rx-lauftreff-schedule{display:block!important;}
.rx-lauftreff-schedule legend{display:flex;align-items:center;gap:8px;font-weight:900;margin-bottom:12px;}
.rx-lauftreff-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.rx-lauftreff-day-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px;align-items:center;padding:10px;border:1px solid var(--rx-border,#dbe5ef);border-radius:8px;background:#fff;box-sizing:border-box;}
.rx-lauftreff-day-check{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;font-weight:850!important;}
.rx-lauftreff-day-check input{width:auto!important;height:auto!important;}
.rx-lauftreff-day-row input[type="time"]{width:100%!important;min-height:42px!important;}
.rx-lauftreff-schedule small{display:block;margin-top:10px;color:var(--rx-muted,#536471);font-size:13px;}
.rx-fact-list-full{grid-column:1/-1!important;}
@media(max-width:720px){
  .rx-lauftreff-schedule-grid{grid-template-columns:1fr;}
  .rx-lauftreff-day-row{grid-template-columns:1fr;}
  .rx-lauftreff-svg-icon{width:54px;height:54px;min-width:54px;}
  .rx-lauftreff-svg-icon svg{width:34px;height:34px;}
}


/* RunnerX v4.8.4: Lauftreff-Feinschliff + Geo-Filter */
.rx-lauftreff-flat-icon{
  width:62px;height:62px;min-width:62px;border-radius:8px;background:#effbe7;border:1px solid rgba(147,229,71,.7);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 22px rgba(8,22,47,.08);box-sizing:border-box;
}
.rx-lauftreff-flat-icon img{width:100%;height:100%;display:block;object-fit:cover;}
.rx-lauftreff-svg-icon{display:none!important;}
.rx-lauftreff-schedule{border:0!important;padding:0!important;margin:0!important;background:transparent!important;}
.rx-lauftreff-schedule-title{display:flex;align-items:center;gap:8px;font-weight:900;margin:0 0 12px;font-size:16px;}
.rx-lauftreff-schedule-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
.rx-lauftreff-day-row{display:grid!important;grid-template-columns:minmax(0,1fr) 160px!important;gap:14px!important;align-items:center!important;padding:14px 16px!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:8px!important;background:#fff!important;box-sizing:border-box!important;}
.rx-lauftreff-day-check{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;font-weight:900!important;}
.rx-lauftreff-day-check input{width:auto!important;min-height:0!important;height:auto!important;margin:0!important;}
.rx-lauftreff-day-row input[type="time"]{width:100%!important;min-height:44px!important;}
.rx-unified-event-card.is-runnerx_lauftreff .rx-event-list-meta span:nth-child(n+4){display:none!important;}
.rx-geo-filter{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px;}
.rx-geo-filter select{border:1px solid var(--rx-border,#dbe5ef);border-radius:8px;min-height:38px;padding:0 12px;background:#fff;font:inherit;font-weight:800;}
.rx-map-distance-note{display:inline-flex;margin-left:6px;color:var(--rx-muted,#536471);font-size:12px;font-weight:800;}
@media(max-width:720px){.rx-lauftreff-day-row{grid-template-columns:1fr!important}.rx-lauftreff-flat-icon{width:54px;height:54px;min-width:54px}.rx-geo-filter .rx-pill{width:100%;justify-content:center}.rx-geo-filter select{width:100%;}}

/* RunnerX v4.8.5: Lauftreff polish, logo overlay and global detail refinements */
.rx-lauftreff-default-icon{
  width:64px;height:64px;min-width:64px;border:1px solid var(--rx-accent,#7ee043);border-radius:8px;background:#eefbe5;color:#07101d;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 22px rgba(126,224,67,.12)
}
.rx-lauftreff-default-icon svg{width:44px;height:44px;display:block;fill:currentColor}
.rx-lauftreff-logo{width:112px;height:112px;border-radius:8px;border:4px solid #fff;background:#eefbe5;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 28px rgba(7,16,29,.18)}
.rx-lauftreff-logo img{width:100%;height:100%;object-fit:cover;display:block}.rx-lauftreff-logo .rx-lauftreff-default-icon{width:100%;height:100%;min-width:100%;border:0;box-shadow:none;border-radius:0;background:#eefbe5}.rx-lauftreff-logo .rx-lauftreff-default-icon svg{width:62px;height:62px}
.rx-lauftreff-media-with-logo{position:relative;margin-bottom:54px}.rx-lauftreff-logo-overlay{position:absolute;left:28px;bottom:-46px;z-index:3}.rx-lauftreff-card-logo{width:64px;height:64px;min-width:64px;border-width:1px}.rx-lauftreff-card-logo img{width:100%;height:100%;object-fit:cover}
.rx-lauftreff-schedule-title{margin-bottom:14px!important}.rx-lauftreff-schedule-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.rx-lauftreff-day-row{display:grid!important;grid-template-columns:minmax(0,1fr) 170px!important;gap:16px!important;align-items:center!important;padding:14px 16px!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:8px!important;background:#fff!important}.rx-lauftreff-day-check{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;font-weight:900!important}.rx-lauftreff-day-check input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;width:18px!important;height:18px!important;border:1px solid var(--rx-border-2,#cfd9e3)!important;border-radius:4px!important;background:#fff!important;margin:0!important;display:inline-grid!important;place-content:center!important;cursor:pointer!important;box-shadow:none!important}.rx-lauftreff-day-check input[type="checkbox"]:checked{border-color:var(--rx-accent,#7ee043)!important;background:var(--rx-accent,#7ee043)!important}.rx-lauftreff-day-check input[type="checkbox"]:checked:after{content:'✓';font-size:13px;font-weight:900;line-height:1;color:#07101d}.rx-lauftreff-day-row input[type="time"]{width:100%!important;min-height:46px!important;border-radius:8px!important;text-align:center!important}.rx-lauftreff-schedule small{display:block!important;margin-top:12px!important;color:var(--rx-muted,#536471)!important;font-weight:800!important}.rx-lauftreff-training-panel h2{display:flex;align-items:center;gap:10px}.rx-lauftreff-training-panel h2 i{color:var(--rx-accent,#7ee043)}.rx-lauftreff-training-list{display:grid;gap:10px}.rx-lauftreff-training-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--rx-border,#dbe5ef);border-radius:8px;padding:13px 15px;background:#fff}.rx-lauftreff-training-row span{font-weight:900}.rx-lauftreff-training-row strong{font-weight:900;color:#07101d;white-space:nowrap}.rx-attendance-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;align-items:center!important}.rx-attendance-actions .rx-attend-btn{justify-content:center!important;min-width:0!important}.rx-attendance-actions .rx-attendance-count{grid-row:2!important;justify-self:start!important;white-space:nowrap!important}.rx-attendance-actions .rx-attendance-count:nth-of-type(2){justify-self:end!important}.rx-lauftreff-overview-panel .rx-fact-list{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){.rx-lauftreff-logo{width:96px;height:96px}.rx-lauftreff-logo-overlay{left:18px;bottom:-38px}.rx-lauftreff-media-with-logo{margin-bottom:46px}.rx-lauftreff-day-row{grid-template-columns:1fr!important}.rx-lauftreff-training-row{align-items:flex-start;flex-direction:column;gap:4px}.rx-lauftreff-overview-panel .rx-fact-list{grid-template-columns:1fr}.rx-attendance-actions{grid-template-columns:1fr 1fr!important}}


/* RunnerX v4.9.4: global linked badges and glossary cards */
.rx-linked-type{display:inline-flex!important;align-items:center!important;width:auto!important;text-decoration:none!important;background:rgba(147,229,71,.24)!important;color:#07101d!important;border-radius:999px!important;padding:4px 10px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;letter-spacing:.02em!important;text-transform:uppercase!important;margin:0 0 8px!important;align-self:flex-start!important;transition:background .15s ease,transform .15s ease!important}
.rx-linked-type:hover{background:rgba(147,229,71,.42)!important;transform:translateY(-1px)}
.rx-glossary-stream-card{display:grid!important;grid-template-columns:74px minmax(0,1fr) auto!important;gap:18px!important;align-items:flex-start!important;padding:18px 22px!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;background:#fff!important;margin:0!important}
.rx-glossary-card-icon{width:74px;height:82px;display:flex!important;align-items:center;justify-content:center;border:1px solid var(--rx-border,#dbe5ef);border-radius:8px;background:rgba(147,229,71,.16);color:#07101d;text-decoration:none!important;box-shadow:0 10px 24px rgba(15,23,42,.06);flex:0 0 74px}
.rx-glossary-card-icon i{font-size:30px;line-height:1;color:#07101d}
.rx-glossary-stream-card h2{margin:0 0 8px!important;font-size:20px!important;line-height:1.15!important;font-weight:900!important}
.rx-glossary-card-excerpt{margin:0 0 10px!important;color:#07101d!important;font-size:15.5px!important;line-height:1.35!important}
.rx-glossary-synonyms{display:flex;align-items:center;gap:7px;color:var(--rx-muted,#536471);font-size:13px;font-weight:800;margin:0 0 10px}
.rx-glossary-stream-card .rx-event-card-button{margin-top:2px!important}
.rx-glossary-stream-card .rx-event-card-menu{align-self:flex-start!important;margin-top:2px!important}
@media(max-width:700px){.rx-glossary-stream-card{grid-template-columns:56px minmax(0,1fr) auto!important;gap:12px!important;padding:16px 18px!important}.rx-glossary-card-icon{width:56px;height:62px;flex-basis:56px}.rx-glossary-card-icon i{font-size:24px}.rx-glossary-stream-card h2{font-size:18px!important}}

/* RunnerX v5.0.0: Messages 1.0 polish */
body.rx-messages-screen .rx-messages-page{border-top:0;background:#fff;}
.rx-messages-app .rx-messages-panel-head,.rx-messages-app .rx-message-thread-head{padding:16px 20px;min-height:68px;}
.rx-messages-app .rx-message-search-wrap{padding:14px 18px;}
.rx-messages-app .rx-message-conversations{padding:10px 10px 18px;}
.rx-messages-app .rx-message-conv{padding:14px 12px;border-radius:16px;}
.rx-messages-app .rx-message-thread{gap:12px;background:linear-gradient(180deg,#fff,#fbfcfd);}
.rx-messages-app .rx-message-compose{gap:12px;align-items:flex-end;}
.rx-message-compose-tools{display:flex;align-items:center;gap:6px;padding-bottom:2px;position:relative;}
.rx-message-tool{width:40px;height:40px;border:0;background:transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--rx-accent);cursor:pointer;font-size:20px;}
.rx-message-tool:hover{background:rgba(29,155,240,.09);}
.rx-message-compose-main{min-width:0;flex:1;display:grid;gap:8px;}
.rx-message-attachment-preview[hidden]{display:none!important;}
.rx-message-attachment{position:relative;width:160px;border:1px solid var(--rx-border);border-radius:12px;overflow:hidden;background:#f7f9f9;}
.rx-message-attachment img{display:block;width:100%;height:110px;object-fit:cover;}
.rx-message-attachment-remove{position:absolute;top:6px;right:6px;width:30px;height:30px;border:0;border-radius:999px;background:rgba(15,20,25,.72);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.rx-message-image{margin-top:8px;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.08);}
.rx-message-image img{display:block;max-width:min(360px,70vw);max-height:360px;object-fit:cover;}
.rx-message-bubble-meta{display:flex;align-items:center;gap:10px;margin-top:6px;font-size:11px;opacity:.78;}
.rx-message-delete{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:4px;padding:0;cursor:pointer;font-size:11px;opacity:.9;}
.rx-message-delete:hover{text-decoration:underline;}
.rx-message-emoji-pop{position:absolute;left:0;bottom:48px;width:248px;background:#fff;border:1px solid var(--rx-border);border-radius:14px;box-shadow:0 16px 42px rgba(15,20,25,.18);padding:10px;z-index:120;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;}
.rx-message-emoji-pop button{border:0;background:transparent;border-radius:9px;padding:8px;font-size:21px;cursor:pointer;}
.rx-message-emoji-pop button:hover{background:var(--rx-hover);}
.rx-dashboard-quicklinks a[href*="nachrichten"] i{color:var(--rx-accent);}
@media(max-width:900px){
  .rx-message-compose-tools{gap:2px;}
  .rx-message-tool{width:36px;height:36px;}
  .rx-message-image img{max-width:72vw;}
  .rx-message-emoji-pop{position:fixed;left:12px;right:12px;bottom:84px;width:auto;grid-template-columns:repeat(8,1fr);}
}

/* RunnerX v5.0.3: X-like message bubbles/actions */
.rx-message-thread{align-items:stretch;justify-content:flex-start;}
.rx-message-bubble-row{position:relative;display:flex;align-items:flex-end;gap:8px;max-width:82%;}
.rx-message-bubble-row.is-me{align-self:flex-end;flex-direction:row;justify-content:flex-end;}
.rx-message-bubble-row.is-me .rx-message-x-actions{order:0;}
.rx-message-bubble-row.is-me .rx-message-bubble{order:1;background:#1d9bf0;color:#fff;border-radius:18px 18px 18px 18px;}
.rx-message-x-actions{position:relative;display:flex;align-items:center;gap:6px;opacity:0;transition:opacity .15s ease;margin-right:2px;}
.rx-message-bubble-row:hover .rx-message-x-actions,.rx-message-x-actions:focus-within{opacity:1;}
.rx-message-menu-toggle{width:30px;height:30px;border:0;border-radius:999px;background:transparent;color:#536471;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.rx-message-menu-toggle:hover{background:#eff3f4;color:#0f1419;}
.rx-message-menu{position:absolute;right:0;bottom:34px;min-width:180px;background:#fff;color:#0f1419;border:1px solid var(--rx-border);border-radius:8px;box-shadow:0 14px 35px rgba(15,23,42,.16);padding:6px;z-index:60;}
.rx-message-menu[hidden]{display:none!important;}
.rx-message-menu button{width:100%;border:0;background:transparent;border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:9px;font-weight:800;text-align:left;cursor:pointer;color:#0f1419;}
.rx-message-menu button:hover{background:#f7f9f9;}
.rx-message-bubble-meta{display:flex!important;align-items:center!important;gap:6px!important;margin-top:5px!important;font-size:11px!important;line-height:1!important;opacity:.82!important;white-space:nowrap;}
.rx-message-seen{display:inline-flex;align-items:center;justify-content:center;font-size:11px;}
.rx-message-delete{display:none!important;}
.rx-message-compose{align-items:flex-end;}
.rx-message-compose textarea{overflow-y:hidden;min-height:44px;line-height:1.35;}
.rx-message-emoji-pop{border-radius:8px;}
.rx-message-edit-box{display:grid;gap:8px;min-width:min(360px,70vw);}
.rx-message-edit-box textarea{width:100%;min-height:72px;resize:vertical;border:1px solid var(--rx-border-2);border-radius:8px;padding:10px 12px;font:inherit;outline:none;background:#fff;color:#0f1419;}
.rx-message-edit-box textarea:focus{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent);}
.rx-message-edit-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;}
.rx-message-edit-actions .rx-message-tool{margin-right:auto;}
.rx-message-bubble-row.is-editing .rx-message-x-actions{display:none;}
@media(max-width:900px){.rx-message-bubble-row{max-width:90%;}.rx-message-x-actions{opacity:1}.rx-message-menu{right:auto;left:0;bottom:34px}.rx-message-edit-box{min-width:70vw;}}

/* RunnerX v5.0.3: Messages X-like UI refinements */
body.rx-messages-screen .rx-message-thread-head{position:sticky;top:0;background:#fff;z-index:40;}
.rx-messages-panel-head [data-rx-message-new]{display:none!important;}
.rx-message-compose .rx-btn span{display:none!important;}
.rx-message-compose .rx-btn{width:44px;height:44px;min-width:44px;padding:0;justify-content:center;border-radius:999px;}
.rx-message-compose textarea{overflow-y:hidden;line-height:1.35;}
.rx-message-bubble-row{position:relative;}
.rx-message-x-actions{position:relative;display:flex;align-items:center;margin-right:4px;z-index:45;}
.rx-message-menu-toggle{width:32px;height:32px;border:0;border-radius:999px;background:#eff3f4;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.rx-message-menu-toggle:hover{background:#e5e7eb;}
.rx-message-menu{position:absolute;right:0;top:36px;min-width:180px;background:#fff;border:1px solid var(--rx-border);border-radius:12px;box-shadow:0 18px 45px rgba(15,23,42,.18);z-index:9999;padding:8px;}
.rx-message-menu button{width:100%;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;gap:10px;padding:12px;font-weight:850;cursor:pointer;text-align:left;color:#0f172a;}
.rx-message-menu button:hover{background:#f7f9f9;}
.rx-message-bubble-meta{display:flex;align-items:center;gap:6px;white-space:nowrap;}
.rx-message-edit-box{display:grid;gap:10px;min-width:min(360px,70vw);}
.rx-message-edit-box textarea{width:100%;resize:none;border:1px solid var(--rx-border-2);border-radius:14px;padding:10px 12px;font:inherit;outline:none;overflow-y:hidden;}
.rx-message-edit-box textarea:focus{border-color:var(--rx-accent);box-shadow:0 0 0 1px var(--rx-accent);}
.rx-message-edit-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;}
.rx-message-edit-actions .rx-message-tool{margin-right:auto;}
.rx-message-emoji-pop{z-index:10000!important;}
@media (max-width: 760px){.rx-message-edit-box{min-width:min(280px,72vw)}.rx-message-menu{right:auto;left:0;}}


/* RunnerX v5.1.0: Messages 2.0 clean X-like layout */
body.rx-messages-screen .rx-shell{grid-template-columns:var(--rx-sidebar) minmax(0,1fr)!important;max-width:1286px!important;}
body.rx-messages-screen .rx-aside,body.rx-messages-screen .rx-right{display:none!important;}
body.rx-messages-screen .rx-main{border-right:1px solid var(--rx-border)!important;min-width:0!important;}
body.rx-messages-screen .rx-messages-page{height:calc(100vh - 53px)!important;min-height:0!important;display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;background:#fff!important;border:0!important;overflow:hidden!important;}
.rx-messages-list-panel{border-right:1px solid var(--rx-border)!important;min-width:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;}
.rx-message-thread-panel{min-width:0!important;display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;background:#fff!important;}
.rx-messages-panel-head,.rx-message-thread-head{height:72px!important;min-height:72px!important;padding:14px 18px!important;border-bottom:1px solid var(--rx-border)!important;display:flex!important;align-items:center!important;gap:12px!important;background:#fff!important;z-index:30!important;}
.rx-messages-panel-head h2{font-size:24px!important;line-height:1.1!important;margin:0!important;font-weight:950!important;}
.rx-message-search-wrap{padding:12px 16px!important;border-bottom:1px solid var(--rx-border)!important;position:relative!important;}
.rx-message-conversations{flex:1!important;overflow:auto!important;padding:0!important;}
.rx-message-conv{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:14px 16px!important;border-radius:0!important;border-bottom:1px solid var(--rx-border)!important;background:#fff!important;color:var(--rx-text)!important;}
.rx-message-conv:hover,.rx-message-conv.is-active{background:#f7f9f9!important;}
.rx-message-thread{flex:1!important;display:flex!important;flex-direction:column!important;gap:10px!important;overflow:auto!important;padding:26px 28px 18px!important;background:#fff!important;justify-content:flex-start!important;}
.rx-message-thread-user{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
.rx-message-thread-user strong{font-size:17px!important;font-weight:950!important;display:block!important;}
.rx-message-thread-user small{color:var(--rx-muted)!important;font-size:13px!important;}
.rx-message-bubble-row{display:flex!important;align-items:flex-end!important;gap:8px!important;width:100%!important;max-width:100%!important;margin:2px 0!important;position:relative!important;}
.rx-message-bubble-row.is-me{justify-content:flex-end!important;flex-direction:row!important;}
.rx-message-bubble-row:not(.is-me){justify-content:flex-start!important;}
.rx-message-bubble{max-width:min(560px,76%)!important;border-radius:22px!important;padding:11px 14px!important;background:#eff3f4!important;color:#0f1419!important;box-shadow:none!important;word-break:break-word!important;}
.rx-message-bubble-row.is-me .rx-message-bubble{background:#1d9bf0!important;color:#fff!important;order:2!important;border-radius:22px!important;}
.rx-message-bubble-text p{margin:0!important;}
.rx-message-bubble-meta{display:flex!important;align-items:center!important;gap:6px!important;margin-top:5px!important;font-size:11px!important;line-height:1!important;opacity:.82!important;white-space:nowrap!important;}
.rx-message-seen{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;}
.rx-message-x-actions{order:1!important;position:relative!important;display:flex!important;align-items:center!important;opacity:0!important;transition:opacity .15s ease!important;margin:0 4px 3px 0!important;z-index:120!important;}
.rx-message-bubble-row.is-me:hover .rx-message-x-actions,.rx-message-x-actions:focus-within,.rx-message-x-actions.is-open{opacity:1!important;}
.rx-message-menu-toggle{width:32px!important;height:32px!important;border:0!important;border-radius:999px!important;background:#eff3f4!important;color:#0f172a!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;font-size:17px!important;}
.rx-message-menu-toggle:hover{background:#e5e7eb!important;}
.rx-message-menu{position:absolute!important;right:0!important;bottom:38px!important;top:auto!important;min-width:190px!important;background:#fff!important;color:#0f1419!important;border:1px solid var(--rx-border)!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(15,23,42,.22)!important;z-index:99999!important;padding:8px!important;}
.rx-message-menu[hidden]{display:none!important;}
.rx-message-menu button{width:100%!important;border:0!important;background:#fff!important;color:#0f1419!important;border-radius:10px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:12px!important;font-weight:900!important;text-align:left!important;cursor:pointer!important;opacity:1!important;}
.rx-message-menu button:hover{background:#f7f9f9!important;color:#0f1419!important;}
.rx-message-compose{min-height:76px!important;border-top:1px solid var(--rx-border)!important;padding:12px 18px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:10px!important;align-items:end!important;background:#fff!important;}
.rx-message-compose-tools{display:flex!important;gap:6px!important;align-items:center!important;padding-bottom:3px!important;position:relative!important;}
.rx-message-tool{width:42px!important;height:42px!important;border:0!important;background:#eff3f4!important;border-radius:999px!important;color:#0f172a!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;cursor:pointer!important;}
.rx-message-tool:hover{background:#e7ecf0!important;}
.rx-message-compose-main{min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;}
.rx-message-compose textarea[data-rx-message-input]{min-height:44px!important;max-height:176px!important;overflow-y:hidden!important;resize:none!important;line-height:1.35!important;padding:12px 16px!important;border:0!important;border-radius:999px!important;background:#eff3f4!important;outline:none!important;width:100%!important;font:inherit!important;}
.rx-message-compose textarea[data-rx-message-input]:focus{box-shadow:0 0 0 2px rgba(29,155,240,.18)!important;background:#f3f6f8!important;}
.rx-message-send-btn{width:44px!important;height:44px!important;min-width:44px!important;border:0!important;border-radius:999px!important;background:#1d9bf0!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;font-size:18px!important;padding:0!important;margin:0!important;}
.rx-message-send-btn:disabled{opacity:.55!important;cursor:not-allowed!important;}
.rx-message-attachment-preview[hidden]{display:none!important;}
.rx-message-emoji-pop{position:absolute!important;left:0!important;bottom:50px!important;width:286px!important;display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:5px!important;padding:10px!important;background:#fff!important;border:1px solid var(--rx-border)!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(15,23,42,.22)!important;z-index:99999!important;}
.rx-message-emoji-pop button{height:34px!important;min-width:34px!important;border:0!important;background:#fff!important;border-radius:9px!important;font-size:21px!important;line-height:1!important;cursor:pointer!important;font-family:Arial,'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji',sans-serif!important;}
.rx-message-emoji-pop button:hover{background:#f0f3f4!important;}
.rx-message-edit-box{display:grid!important;gap:10px!important;min-width:min(460px,74vw)!important;}
.rx-message-edit-box textarea{width:100%!important;min-height:48px!important;max-height:176px!important;resize:none!important;border:0!important;border-radius:18px!important;padding:12px 14px!important;font:inherit!important;outline:none!important;overflow-y:hidden!important;background:#fff!important;color:#0f1419!important;}
.rx-message-edit-box textarea:focus{box-shadow:0 0 0 2px rgba(29,155,240,.18)!important;}
.rx-message-edit-actions{display:flex!important;align-items:center!important;gap:8px!important;justify-content:flex-end!important;}
.rx-message-edit-actions .rx-message-tool{margin-right:auto!important;background:rgba(255,255,255,.18)!important;color:inherit!important;}
.rx-message-bubble-row.is-editing .rx-message-x-actions{display:none!important;}
@media(max-width:900px){body.rx-messages-screen .rx-shell{display:block!important;}body.rx-messages-screen .rx-main{border:0!important;max-width:none!important;margin:0!important;}body.rx-messages-screen .rx-messages-page{display:block!important;height:calc(100vh - 54px - 62px)!important;overflow:hidden!important}.rx-messages-list-panel{height:100%!important}.rx-message-thread-panel{display:none!important;height:100%!important}.rx-messages-page.is-thread-open .rx-messages-list-panel{display:none!important}.rx-messages-page.is-thread-open .rx-message-thread-panel{display:flex!important}.rx-message-thread{padding:18px 14px!important}.rx-message-compose{grid-template-columns:auto minmax(0,1fr) auto!important;padding:10px 12px!important}.rx-message-compose-tools{gap:2px!important}.rx-message-tool{width:38px!important;height:38px!important}.rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important}.rx-message-bubble{max-width:82%!important}.rx-message-x-actions{opacity:1!important}.rx-message-menu{right:auto!important;left:0!important;bottom:38px!important}.rx-message-emoji-pop{position:fixed!important;left:12px!important;right:12px!important;bottom:82px!important;width:auto!important;grid-template-columns:repeat(8,1fr)!important}.rx-message-edit-box{min-width:min(300px,72vw)!important}}


/* RunnerX v5.1.1: Messages mobile and edit stabilization */
.rx-message-conversations{display:block!important;align-content:flex-start!important;}
.rx-message-menu{top:38px!important;bottom:auto!important;z-index:2147483000!important;}
.rx-message-thread-head,.rx-messages-panel-head{z-index:40!important;}
.rx-message-bubble-row.is-editing .rx-message-bubble{max-width:min(520px,86%)!important;width:min(520px,86%)!important;overflow:visible!important;padding:10px!important;}
.rx-message-edit-box{min-width:0!important;width:100%!important;max-width:100%!important;}
.rx-message-edit-box textarea{width:100%!important;min-width:0!important;box-sizing:border-box!important;}
.rx-message-edit-actions{flex-wrap:wrap!important;}
@media(max-width:900px){
  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 54px - 86px)!important;max-height:calc(100dvh - 54px - 86px)!important;margin-bottom:86px!important;}
  .rx-message-thread{padding:18px 14px 24px!important;}
  .rx-message-compose{min-height:76px!important;padding:10px 12px calc(12px + env(safe-area-inset-bottom))!important;background:#fff!important;position:sticky!important;bottom:0!important;z-index:70!important;box-shadow:0 -1px 0 var(--rx-border)!important;}
  .rx-message-bubble-row.is-editing .rx-message-bubble{width:min(360px,82vw)!important;max-width:82vw!important;}
  .rx-message-edit-actions{justify-content:flex-end!important;}
  .rx-message-menu{left:0!important;right:auto!important;top:38px!important;bottom:auto!important;z-index:2147483000!important;}
}


/* RunnerX v5.2.0: mobile radial navigation + messages mobile cleanup */
.rx-mobile-radial{display:none;}
@media(max-width:900px){
  .rx-bottom-nav{display:none!important;}
  .rx-floating{display:none!important;}
  .rx-mobile-radial{display:block!important;position:fixed;left:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:2147482000;}
  .rx-radial-main,.rx-radial-item{width:52px;height:52px;border-radius:999px;border:0;background:#0f1419;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(15,20,25,.22);font-size:22px;text-decoration:none;cursor:pointer;}
  .rx-radial-main{position:relative;z-index:2;background:var(--rx-accent,#93e547);color:#07101d;font-weight:950;transition:transform .18s ease, background .18s ease;}
  .rx-mobile-radial.is-open .rx-radial-main{transform:rotate(45deg);background:#f4212e;color:#fff;}
  .rx-radial-items{position:absolute;left:0;bottom:0;width:210px;height:210px;pointer-events:none;}
  .rx-radial-item{position:absolute;left:0;bottom:0;opacity:0;transform:translate(0,0) scale(.65);transition:transform .2s ease,opacity .2s ease;background:#fff;color:#0f1419;border:1px solid var(--rx-border,#dfe8f1);}
  .rx-mobile-radial.is-open .rx-radial-items{pointer-events:auto;}
  .rx-mobile-radial.is-open .rx-radial-item{opacity:1;}
  .rx-mobile-radial.is-open .rx-radial-home{transform:translate(0,-86px) scale(1);}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translate(48px,-72px) scale(1);}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translate(86px,-34px) scale(1);}
  .rx-mobile-radial.is-open .rx-radial-chat{transform:translate(104px,18px) scale(1);}
  .rx-mobile-radial.is-open .rx-radial-bell{transform:translate(72px,60px) scale(1);}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translate(18px,82px) scale(1);}
  .rx-mobile-radial .rx-float-badge{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;border-radius:999px;background:var(--rx-accent,#93e547);color:#07101d;font-size:11px;font-weight:950;display:flex;align-items:center;justify-content:center;border:2px solid #fff;}
  body.rx-messages-screen .rx-shell{display:block!important;}
  body.rx-messages-screen .rx-main{border:0!important;max-width:none!important;margin:0!important;}
  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 54px)!important;max-height:calc(100dvh - 54px)!important;margin-bottom:0!important;overflow:hidden!important;background:#fff!important;}
  .rx-messages-page.is-thread-open .rx-message-thread-panel{display:flex!important;height:100%!important;min-height:0!important;}
  .rx-message-thread{padding:16px 12px 118px!important;}
  .rx-message-compose{position:fixed!important;left:0!important;right:0!important;bottom:0!important;min-height:76px!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;z-index:2147481000!important;box-shadow:0 -1px 0 var(--rx-border,#dfe8f1),0 -16px 36px rgba(255,255,255,.92)!important;}
  .rx-message-menu{z-index:2147483200!important;}
  .rx-notification-panel,.rx-sidebar-offcanvas{z-index:2147482500!important;}
}

/* RunnerX v5.2.1: mobile floats + compact radial + profile tab counters */
@media(max-width:900px){
  .rx-bottom-nav{display:none!important;}
  .rx-floating{display:flex!important;position:fixed!important;right:12px!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;z-index:2147481800!important;flex-direction:column!important;gap:10px!important;left:auto!important;top:auto!important;}
  .rx-floating .rx-float-btn{width:44px!important;height:44px!important;min-width:44px!important;border-radius:999px!important;box-shadow:0 10px 26px rgba(15,20,25,.18)!important;font-size:19px!important;}
  .rx-floating .rx-float-badge{min-width:17px!important;height:17px!important;font-size:10px!important;right:-4px!important;top:-4px!important;}
  .rx-mobile-radial{display:block!important;position:fixed!important;right:14px!important;left:auto!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;z-index:2147482200!important;}
  .rx-radial-main,.rx-radial-item{width:46px!important;height:46px!important;font-size:20px!important;}
  .rx-radial-main{background:#f4212e!important;color:#fff!important;transform:none!important;}
  .rx-radial-main .rx-radial-close{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-main{transform:none!important;background:#f4212e!important;color:#fff!important;}
  .rx-mobile-radial.is-open .rx-radial-main .rx-radial-open{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-main .rx-radial-close{display:inline-flex!important;}
  .rx-radial-items{right:0!important;left:auto!important;bottom:0!important;width:156px!important;height:156px!important;}
  .rx-radial-item{right:0!important;left:auto!important;bottom:0!important;}
  .rx-mobile-radial.is-open .rx-radial-home{transform:translate(-92px,-6px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translate(-74px,-62px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translate(-24px,-94px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translate(-6px,-38px) scale(1)!important;}
  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 54px)!important;max-height:calc(100dvh - 54px)!important;margin-bottom:0!important;}
  body.rx-messages-screen .rx-message-compose{bottom:0!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important;}
}
.rx-profile-stats--social-only{gap:18px!important;flex-wrap:wrap!important;}
.rx-profile-stats--social-only a{display:inline-flex!important;align-items:baseline!important;gap:6px!important;text-decoration:none!important;}
.rx-responsive-tabs .rx-responsive-tab{white-space:nowrap!important;}

/* RunnerX v5.2.2: mobile action rail, messages safe area, tab counter pills */
.rx-responsive-tab .rx-tab-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:18px!important;
  height:18px!important;
  padding:0 6px!important;
  margin-left:5px!important;
  border-radius:999px!important;
  background:var(--rx-accent,#93e547)!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  vertical-align:super!important;
  transform:translateY(-2px)!important;
}
.rx-responsive-tab.is-active .rx-tab-count{background:var(--rx-accent,#93e547)!important;color:#fff!important;}
@media(max-width:900px){
  .rx-floating{display:flex!important;position:fixed!important;right:12px!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;z-index:2147481800!important;flex-direction:column!important;gap:9px!important;left:auto!important;top:auto!important;}
  .rx-floating .rx-float-btn{width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;font-size:18px!important;box-shadow:0 10px 26px rgba(15,20,25,.18)!important;}
  .rx-mobile-radial{display:block!important;position:fixed!important;right:12px!important;left:auto!important;bottom:calc(20px + env(safe-area-inset-bottom))!important;z-index:2147482200!important;width:42px!important;height:42px!important;}
  .rx-radial-main,.rx-radial-item{width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;font-size:18px!important;border:1px solid var(--rx-border,#dfe8f1)!important;box-shadow:0 10px 26px rgba(15,20,25,.18)!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .rx-radial-main{background:#fff!important;color:#0f1419!important;transform:none!important;transition:background .18s ease,color .18s ease,transform .18s ease!important;}
  .rx-radial-main .rx-radial-close{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-main{background:#f4212e!important;color:#fff!important;transform:none!important;}
  .rx-mobile-radial.is-open .rx-radial-main .rx-radial-open{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-main .rx-radial-close{display:inline-flex!important;}
  .rx-radial-items{position:absolute!important;right:0!important;left:auto!important;bottom:0!important;width:248px!important;height:42px!important;pointer-events:none!important;}
  .rx-radial-item{position:absolute!important;right:0!important;left:auto!important;bottom:0!important;opacity:0!important;transform:translate(0,0) scale(.85)!important;background:#fff!important;color:#0f1419!important;transition:transform .18s ease,opacity .18s ease!important;}
  .rx-mobile-radial.is-open .rx-radial-items{pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-item{opacity:1!important;}
  .rx-mobile-radial.is-open .rx-radial-home{transform:translateX(-51px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translateX(-102px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translateX(-153px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translateX(-204px) scale(1)!important;}
  .rx-mobile-radial .rx-float-badge{position:absolute!important;right:-4px!important;top:-4px!important;min-width:17px!important;height:17px!important;font-size:10px!important;border-radius:999px!important;background:var(--rx-accent,#93e547)!important;color:#07101d!important;border:2px solid #fff!important;}
}
@media(max-width:900px){
  body.rx-messages-screen{overflow:hidden!important;height:100dvh!important;}
  body.rx-messages-screen .rx-shell{display:block!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-main{height:100dvh!important;overflow:hidden!important;border:0!important;}
  body.rx-messages-screen .rx-topbar{height:54px!important;}
  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 54px)!important;max-height:calc(100dvh - 54px)!important;margin:0!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-message-thread-panel{height:calc(100dvh - 54px)!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-message-thread{height:calc(100dvh - 54px - 58px - 86px - env(safe-area-inset-bottom))!important;overflow:auto!important;padding:18px 14px 104px!important;}
  body.rx-messages-screen .rx-message-compose{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:2147481500!important;min-height:76px!important;padding:10px 12px calc(12px + env(safe-area-inset-bottom))!important;box-shadow:0 -1px 0 var(--rx-border),0 -10px 30px rgba(255,255,255,.96)!important;background:#fff!important;}
  body.rx-messages-screen .rx-floating{bottom:calc(92px + env(safe-area-inset-bottom))!important;}
  body.rx-messages-screen .rx-mobile-radial{bottom:calc(24px + env(safe-area-inset-bottom))!important;}
}


/* RunnerX v5.2.3: mobile messages header/input cleanup */
@media(max-width:900px){
  body.rx-messages-screen{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-shell,
  body.rx-messages-screen .rx-main{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-topbar{height:52px!important;min-height:52px!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;box-shadow:none!important;z-index:70!important;}
  body.rx-messages-screen .rx-page-header{height:52px!important;min-height:52px!important;padding:0 14px!important;border-top:0!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;margin:0!important;background:#fff!important;}
  body.rx-messages-screen .rx-page-header h1,
  body.rx-messages-screen .rx-page-header h2{font-size:24px!important;line-height:1!important;margin:0!important;}
  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 104px)!important;max-height:calc(100dvh - 104px)!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-messages-page:before,
  body.rx-messages-screen .rx-messages-page:after{content:none!important;display:none!important;}
  body.rx-messages-screen .rx-message-thread-panel{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;margin:0!important;border-top:0!important;background:#fff!important;}
  body.rx-messages-screen .rx-message-thread-head{height:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important;visibility:hidden!important;}
  body.rx-messages-screen .rx-message-thread{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:16px 12px 128px!important;margin:0!important;justify-content:flex-start!important;background:#fff!important;}
  body.rx-messages-screen .rx-message-thread:before,
  body.rx-messages-screen .rx-message-thread:after{content:none!important;display:none!important;}
  body.rx-messages-screen .rx-message-compose{position:fixed!important;left:0!important;right:0!important;bottom:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:end!important;gap:8px!important;min-height:74px!important;padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid var(--rx-border,#dfe8f1)!important;box-shadow:0 -12px 28px rgba(255,255,255,.96)!important;z-index:2147482500!important;transform:none!important;}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{min-height:42px!important;max-height:128px!important;overflow-y:auto!important;border-radius:999px!important;}
  body.rx-messages-screen .rx-message-compose .rx-btn{width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;padding:0!important;}
  body.rx-messages-screen .rx-floating{right:10px!important;bottom:calc(94px + env(safe-area-inset-bottom))!important;z-index:2147481800!important;}
  body.rx-messages-screen .rx-mobile-radial{right:10px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;z-index:2147481900!important;}
}


/* RunnerX v5.2.4: mobile messages partner header, fixed composer and floating actions */
@media(max-width:900px){
  body.rx-messages-screen{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-shell,
  body.rx-messages-screen .rx-main{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-topbar{height:52px!important;min-height:52px!important;}
  body.rx-messages-screen .rx-page-header{height:50px!important;min-height:50px!important;padding:0 14px!important;margin:0!important;}
  body.rx-messages-screen .rx-page-header h1,
  body.rx-messages-screen .rx-page-header h2{font-size:23px!important;line-height:1!important;margin:0!important;}

  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 102px)!important;max-height:calc(100dvh - 102px)!important;min-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;background:#fff!important;}
  body.rx-messages-screen .rx-message-thread-panel{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;}

  body.rx-messages-screen .rx-message-thread-head{
    visibility:visible!important;
    overflow:visible!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    height:58px!important;
    min-height:58px!important;
    padding:7px 14px!important;
    margin:0!important;
    border-top:0!important;
    border-bottom:1px solid var(--rx-border,#dfe8f1)!important;
    background:#fff!important;
    z-index:80!important;
    position:relative!important;
  }
  body.rx-messages-screen .rx-message-back{display:inline-flex!important;width:36px!important;height:36px!important;min-width:36px!important;}
  body.rx-messages-screen .rx-message-thread-user{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;flex:1!important;}
  body.rx-messages-screen .rx-message-thread-avatar{display:inline-flex!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;overflow:hidden!important;background:#eff3f4!important;}
  body.rx-messages-screen .rx-message-thread-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
  body.rx-messages-screen .rx-message-thread-user strong{display:block!important;font-size:16px!important;line-height:1.05!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  body.rx-messages-screen .rx-message-thread-user small{display:block!important;font-size:13px!important;line-height:1.15!important;color:var(--rx-muted,#536471)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}

  body.rx-messages-screen .rx-message-thread{
    flex:1 1 auto!important;
    height:calc(100dvh - 102px - 58px - 78px - env(safe-area-inset-bottom))!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:14px 12px 104px!important;
    margin:0!important;
    justify-content:flex-start!important;
    background:#fff!important;
  }
  body.rx-messages-screen .rx-message-compose{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:8px!important;
    min-height:76px!important;
    padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;
    background:#fff!important;
    border-top:1px solid var(--rx-border,#dfe8f1)!important;
    box-shadow:0 -12px 28px rgba(255,255,255,.96)!important;
    z-index:2147482500!important;
  }
  body.rx-messages-screen .rx-message-compose-tools{display:flex!important;align-items:center!important;gap:8px!important;}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{min-height:42px!important;max-height:126px!important;overflow-y:hidden!important;border-radius:999px!important;}

  body.rx-messages-screen .rx-floating{right:10px!important;bottom:calc(154px + env(safe-area-inset-bottom))!important;z-index:2147481800!important;}
  body.rx-messages-screen .rx-mobile-radial{right:10px!important;bottom:calc(98px + env(safe-area-inset-bottom))!important;z-index:2147481900!important;}
}

/* RunnerX v5.2.5: final mobile message structure - one scroll area, real chat header, safe floating rail */
@media(max-width:900px){
  body.rx-messages-screen{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;padding-bottom:0!important;background:#fff!important;}
  body.rx-messages-screen .rx-mobile-header{display:none!important;}
  body.rx-messages-screen .rx-shell,
  body.rx-messages-screen .rx-main{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#fff!important;border:0!important;max-width:none!important;margin:0!important;}
  body.rx-messages-screen .rx-global-topbar{position:sticky!important;top:0!important;height:48px!important;min-height:48px!important;padding:0 12px!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;background:#fff!important;z-index:120!important;}
  body.rx-messages-screen .rx-global-topbar .rx-topbar-left{min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;}
  body.rx-messages-screen .rx-global-topbar h1{font-size:20px!important;line-height:1!important;margin:0!important;font-weight:950!important;}
  body.rx-messages-screen .rx-global-topbar .rx-back-btn{width:36px!important;height:36px!important;min-width:36px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}

  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 48px)!important;max-height:calc(100dvh - 48px)!important;min-height:0!important;display:block!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-messages-list-panel{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-message-conversations{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;}
  body.rx-messages-screen .rx-messages-panel-head{height:56px!important;min-height:56px!important;padding:12px 14px!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;align-items:center!important;}
  body.rx-messages-screen .rx-message-search-wrap{padding:10px 14px!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;}

  body.rx-messages-screen .rx-message-thread-panel{display:none!important;height:100%!important;min-height:0!important;overflow:hidden!important;background:#fff!important;}
  body.rx-messages-screen .rx-messages-page.is-thread-open .rx-messages-list-panel{display:none!important;}
  body.rx-messages-screen .rx-messages-page.is-thread-open .rx-message-thread-panel{display:flex!important;flex-direction:column!important;}

  body.rx-messages-screen .rx-message-thread-head{visibility:visible!important;overflow:visible!important;display:flex!important;align-items:center!important;gap:10px!important;height:56px!important;min-height:56px!important;padding:7px 12px!important;margin:0!important;border:0!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;background:#fff!important;position:relative!important;top:auto!important;z-index:95!important;}
  body.rx-messages-screen .rx-message-back{display:inline-flex!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:999px!important;align-items:center!important;justify-content:center!important;}
  body.rx-messages-screen .rx-message-thread-user{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;flex:1 1 auto!important;}
  body.rx-messages-screen .rx-message-thread-avatar{display:inline-flex!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;overflow:hidden!important;background:#eff3f4!important;}
  body.rx-messages-screen .rx-message-thread-avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;}
  body.rx-messages-screen .rx-message-thread-user strong{display:block!important;font-size:16px!important;line-height:1.05!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  body.rx-messages-screen .rx-message-thread-user small{display:block!important;font-size:13px!important;line-height:1.1!important;color:var(--rx-muted,#536471)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}

  body.rx-messages-screen .rx-message-thread{flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:14px 12px 98px!important;margin:0!important;background:#fff!important;justify-content:flex-start!important;}
  body.rx-messages-screen .rx-message-compose{position:fixed!important;left:0!important;right:0!important;bottom:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:end!important;gap:8px!important;min-height:76px!important;padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid var(--rx-border,#dfe8f1)!important;box-shadow:0 -12px 28px rgba(255,255,255,.96)!important;z-index:2147482500!important;}
  body.rx-messages-screen .rx-message-compose-tools{display:flex!important;align-items:center!important;gap:8px!important;}
  body.rx-messages-screen .rx-message-tool{width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{min-height:42px!important;max-height:118px!important;overflow-y:hidden!important;border-radius:999px!important;padding:10px 14px!important;}
  body.rx-messages-screen .rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;}
  body.rx-messages-screen .rx-floating{right:10px!important;bottom:calc(172px + env(safe-area-inset-bottom))!important;z-index:2147481600!important;}
  body.rx-messages-screen .rx-mobile-radial{right:10px!important;bottom:calc(118px + env(safe-area-inset-bottom))!important;z-index:2147481650!important;}
  body.rx-messages-screen .rx-message-emoji-pop{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(84px + env(safe-area-inset-bottom))!important;width:auto!important;z-index:2147483000!important;grid-template-columns:repeat(8,1fr)!important;}
  body.rx-messages-screen .rx-message-menu{z-index:2147483200!important;}
}

/* RunnerX v5.2.6: mobile chat input spacing and floating rail position */
@media(max-width:900px){
  body.rx-messages-screen .rx-message-thread{
    padding:14px 12px calc(86px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen .rx-message-compose{
    min-height:76px!important;
    padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{
    min-height:42px!important;
    max-height:118px!important;
  }
  /* the apps trigger sits 20px above the fixed composer; the other floating buttons stack above it */
  body.rx-messages-screen .rx-mobile-radial{
    right:10px!important;
    bottom:calc(96px + env(safe-area-inset-bottom))!important;
    z-index:2147481650!important;
  }
  body.rx-messages-screen .rx-floating{
    right:10px!important;
    bottom:calc(148px + env(safe-area-inset-bottom))!important;
    z-index:2147481600!important;
    gap:10px!important;
  }
  body.rx-messages-screen .rx-floating .rx-float-btn,
  body.rx-messages-screen .rx-radial-main,
  body.rx-messages-screen .rx-radial-item{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
}


/* RunnerX v5.2.8: mobile message floats only above composer inside an open thread */
@media(max-width:900px){
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-floating{
    right:12px!important;
    bottom:calc(86px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-mobile-radial{
    right:12px!important;
    bottom:calc(20px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen.rx-message-thread-active .rx-floating{
    right:10px!important;
    bottom:calc(172px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen.rx-message-thread-active .rx-mobile-radial{
    right:10px!important;
    bottom:calc(118px + env(safe-area-inset-bottom))!important;
  }
}

/* RunnerX v5.2.9: equal vertical spacing inside mobile message composer */
@media(max-width:900px){
  body.rx-messages-screen .rx-message-compose{
    min-height:64px!important;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;
    align-items:center!important;
  }
  body.rx-messages-screen .rx-message-compose-tools{
    align-items:center!important;
    padding-bottom:0!important;
  }
  body.rx-messages-screen .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn{
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-compose-main{
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{
    min-height:42px!important;
    height:42px!important;
    padding:10px 14px!important;
    display:block!important;
  }
  body.rx-messages-screen.rx-message-thread-active .rx-floating{
    bottom:calc(160px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen.rx-message-thread-active .rx-mobile-radial{
    bottom:calc(106px + env(safe-area-inset-bottom))!important;
  }
}

/* RunnerX v5.3.0: large Android tablets in portrait are touch/tablet layout, not desktop */
@media (pointer: coarse) and (orientation: portrait) and (min-width: 901px){
  body{
    padding-bottom:78px!important;
    background:#fff!important;
  }
  .rx-mobile-header{
    height:54px!important;
    position:sticky!important;
    top:0!important;
    z-index:2147481000!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:saturate(180%) blur(12px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    border-bottom:1px solid var(--rx-border,#eff3f4)!important;
    padding:0 16px!important;
  }
  .rx-mobile-logo{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    max-width:58vw!important;
    min-width:0!important;
    font-weight:900!important;
    overflow:hidden!important;
  }
  .rx-mobile-logo .rx-logo-img{
    max-height:34px!important;
    width:auto!important;
    object-fit:contain!important;
  }
  .rx-mobile-logo span:last-child,
  .rx-mobile-logo strong{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .rx-mobile-actions{margin-left:auto!important;}
  .rx-shell{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-height:calc(100dvh - 54px)!important;
    margin:0!important;
  }
  .rx-left,
  .rx-aside,
  .rx-right{
    display:none!important;
  }
  .rx-main,
  .rx-main-wide{
    width:100%!important;
    max-width:760px!important;
    margin:0 auto!important;
    border-left:1px solid var(--rx-border,#eff3f4)!important;
    border-right:1px solid var(--rx-border,#eff3f4)!important;
    min-height:calc(100dvh - 54px - 78px)!important;
  }
  .rx-global-topbar,
  .rx-topbar{
    top:54px!important;
  }
  .rx-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:68px!important;
    background:#fff!important;
    border-top:1px solid var(--rx-border,#eff3f4)!important;
    display:grid!important;
    grid-template-columns:repeat(5,1fr)!important;
    z-index:2147481100!important;
    box-shadow:0 -4px 16px rgba(15,20,25,.05)!important;
  }
  .rx-bottom-nav a,
  .rx-bottom-nav button{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:11px!important;
    font-weight:800!important;
    gap:3px!important;
  }
  .rx-bottom-nav i{font-size:22px!important;}
  .rx-guest-card{display:none!important;}
  .rx-floating{
    display:flex!important;
    position:fixed!important;
    right:22px!important;
    bottom:calc(96px + env(safe-area-inset-bottom))!important;
    z-index:2147481000!important;
    flex-direction:column!important;
    gap:10px!important;
    left:auto!important;
    top:auto!important;
  }
  .rx-floating .rx-float-btn{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:999px!important;
    box-shadow:0 10px 26px rgba(15,20,25,.18)!important;
  }
  .rx-mobile-radial{
    display:block!important;
    position:fixed!important;
    right:22px!important;
    left:auto!important;
    bottom:calc(22px + env(safe-area-inset-bottom))!important;
    z-index:2147481200!important;
  }
  body.rx-messages-screen .rx-mobile-header{
    display:none!important;
  }
  body.rx-messages-screen .rx-shell,
  body.rx-messages-screen .rx-main{
    max-width:none!important;
    border:0!important;
    height:100dvh!important;
    min-height:100dvh!important;
    overflow:hidden!important;
  }
  body.rx-messages-screen .rx-global-topbar{
    top:0!important;
  }
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-floating{
    right:22px!important;
    bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-mobile-radial{
    right:22px!important;
    bottom:calc(22px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen.rx-message-thread-active .rx-floating{
    right:18px!important;
    bottom:calc(160px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen.rx-message-thread-active .rx-mobile-radial{
    right:18px!important;
    bottom:calc(106px + env(safe-area-inset-bottom))!important;
  }
}


/* RunnerX v5.3.1: tablet portrait radial launcher above browser/system bottom bar */
@media (pointer: coarse) and (orientation: portrait) and (min-width: 901px){
  .rx-mobile-radial{
    right:22px!important;
    bottom:calc(86px + env(safe-area-inset-bottom))!important;
    z-index:2147482200!important;
    pointer-events:auto!important;
  }
  .rx-mobile-radial .rx-radial-main,
  .rx-mobile-radial .rx-radial-item{
    pointer-events:auto!important;
  }
  .rx-floating{
    right:22px!important;
    bottom:calc(146px + env(safe-area-inset-bottom))!important;
    z-index:2147481800!important;
  }
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-mobile-radial{
    right:22px!important;
    bottom:calc(86px + env(safe-area-inset-bottom))!important;
  }
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-floating{
    right:22px!important;
    bottom:calc(146px + env(safe-area-inset-bottom))!important;
  }
}

/* RunnerX v5.3.2: tablet portrait drawer, sidebar overlay and radial menu stacking */
@media (pointer: coarse) and (orientation: portrait) and (min-width: 901px){
  /* The generic desktop rule hid these above 900px. Re-enable them for large touch tablets. */
  .rx-mobile-drawer{
    display:flex!important;
    width:min(74vw,430px)!important;
    max-width:430px!important;
    z-index:2147483100!important;
  }
  .rx-mobile-drawer-backdrop{
    display:block!important;
    z-index:2147483000!important;
  }
  body.rx-mobile-menu-open .rx-mobile-drawer{transform:translateX(0)!important;}
  body.rx-mobile-menu-open .rx-mobile-drawer-backdrop{opacity:1!important;pointer-events:auto!important;}
  .rx-mobile-search-sheet,
  .rx-mobile-create-sheet,
  .rx-mobile-create-backdrop{display:block!important;}

  /* Right sidebar/offcanvas must sit above the floating buttons and be wider on tablets. */
  .rx-sidebar-offcanvas{
    display:block!important;
    width:min(72vw,460px)!important;
    max-width:460px!important;
    z-index:2147483300!important;
  }
  .rx-sidebar-offcanvas-backdrop{
    display:block!important;
    z-index:2147483200!important;
  }
  .rx-sidebar-offcanvas.is-open{transform:translateX(0)!important;}
  .rx-sidebar-offcanvas-backdrop.is-open{opacity:1!important;pointer-events:auto!important;}
  .rx-sidebar-offcanvas-head{
    min-height:62px!important;
    padding:14px 18px!important;
  }
  .rx-sidebar-offcanvas-head .rx-icon-btn{
    position:relative!important;
    z-index:2!important;
    flex:0 0 40px!important;
  }
  .rx-sidebar-offcanvas-body{padding:0 16px 22px!important;}

  /* Keep the app/radial launcher completely above the browser/system bar. */
  .rx-mobile-radial{
    right:22px!important;
    bottom:calc(96px + env(safe-area-inset-bottom))!important;
    width:48px!important;
    height:48px!important;
    z-index:2147482500!important;
    pointer-events:auto!important;
  }
  .rx-radial-main,
  .rx-radial-item{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
    color:#0f1419!important;
    border:1px solid var(--rx-border,#dfe8f1)!important;
    box-shadow:0 10px 26px rgba(15,20,25,.18)!important;
    font-size:20px!important;
    line-height:1!important;
    opacity:1!important;
  }
  .rx-radial-main{position:relative!important;z-index:3!important;}
  .rx-mobile-radial:not(.is-open) .rx-radial-item{
    opacity:0!important;
    pointer-events:none!important;
    transform:translate(0,0) scale(.75)!important;
  }
  .rx-radial-items{
    position:absolute!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:48px!important;
    height:252px!important;
    pointer-events:none!important;
    overflow:visible!important;
    z-index:2!important;
  }
  .rx-radial-item{
    position:absolute!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:transform .18s ease,opacity .18s ease!important;
  }
  .rx-mobile-radial.is-open .rx-radial-items{pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-item{opacity:1!important;pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-home{transform:translateY(-58px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translateY(-116px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translateY(-174px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translateY(-232px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-main{background:#f4212e!important;color:#fff!important;}
  .rx-floating{
    right:22px!important;
    bottom:calc(160px + env(safe-area-inset-bottom))!important;
    z-index:2147482400!important;
  }
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-mobile-radial{bottom:calc(96px + env(safe-area-inset-bottom))!important;}
  body.rx-messages-screen:not(.rx-message-thread-active) .rx-floating{bottom:calc(160px + env(safe-area-inset-bottom))!important;}
}


/* RunnerX v5.3.3: unified mobile/tablet quick actions + tablet drawer brand */
.rx-quick-actions,
.rx-floating,
.rx-mobile-radial{
  --rx-qa-right: 12px;
  --rx-qa-bottom: calc(16px + env(safe-area-inset-bottom));
  --rx-qa-size: 46px;
  --rx-qa-gap: 10px;
}
.rx-mobile-drawer-brand{gap:12px!important;min-width:0!important;}
.rx-mobile-drawer-logo{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;color:inherit!important;text-decoration:none!important;}
.rx-mobile-drawer-logo .rx-logo-img{width:48px!important;height:48px!important;max-width:48px!important;object-fit:contain!important;border-radius:12px!important;display:block!important;}
.rx-mobile-drawer-logo .rx-logo{width:48px!important;height:48px!important;min-width:48px!important;border-radius:12px!important;}
.rx-mobile-drawer-logo strong{font-size:16px!important;line-height:1.1!important;max-width:180px!important;white-space:normal!important;}
.rx-mobile-drawer-user{min-width:0!important;}
@media (max-width: 900px), (pointer: coarse) and (orientation: portrait){
  .rx-mobile-radial .rx-radial-open{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .rx-mobile-radial .rx-radial-close{display:none!important;align-items:center!important;justify-content:center!important;}
  .rx-mobile-radial.is-open .rx-radial-open{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-close{display:inline-flex!important;}
  .rx-mobile-radial:not(.is-open) .rx-radial-items{pointer-events:none!important;}
  .rx-mobile-radial:not(.is-open) .rx-radial-item{opacity:0!important;pointer-events:none!important;transform:translate(0,0) scale(.7)!important;}
  .rx-mobile-radial.is-open .rx-radial-items{pointer-events:auto!important;}
}
@media (pointer: coarse) and (orientation: portrait) and (min-width: 901px){
  .rx-mobile-drawer{width:min(78vw,460px)!important;max-width:460px!important;z-index:2147483100!important;}
  .rx-mobile-radial{
    right:22px!important;
    bottom:calc(96px + env(safe-area-inset-bottom))!important;
    width:48px!important;
    height:48px!important;
    z-index:2147482500!important;
    pointer-events:auto!important;
  }
  .rx-mobile-radial .rx-radial-main,
  .rx-mobile-radial .rx-radial-item{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid var(--rx-border,#dfe8f1)!important;
    box-shadow:0 10px 26px rgba(15,20,25,.18)!important;
    font-size:20px!important;
    line-height:1!important;
  }
  .rx-mobile-radial .rx-radial-main{background:#0f1419!important;color:#fff!important;position:relative!important;z-index:3!important;}
  .rx-mobile-radial.is-open .rx-radial-main{background:#f4212e!important;color:#fff!important;}
  .rx-mobile-radial .rx-radial-item{background:#fff!important;color:#0f1419!important;position:absolute!important;right:0!important;left:auto!important;bottom:0!important;}
  .rx-mobile-radial .rx-radial-items{position:absolute!important;right:0!important;left:auto!important;bottom:0!important;width:180px!important;height:180px!important;overflow:visible!important;z-index:2!important;}
  /* Tablet: items open to the left/upper-left again, not as a vertical rail. */
  .rx-mobile-radial.is-open .rx-radial-home{transform:translate(-104px,-2px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translate(-92px,-60px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translate(-48px,-104px) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translate(0,-122px) scale(1)!important;}
  .rx-floating{
    right:22px!important;
    bottom:calc(160px + env(safe-area-inset-bottom))!important;
    z-index:2147482400!important;
  }
  .rx-sidebar-offcanvas{width:min(76vw,480px)!important;max-width:480px!important;z-index:2147483300!important;}
}


/* RunnerX v5.3.4: one global quick-action layout for phone + tablet portrait */
@media (max-width: 900px), (pointer: coarse) and (orientation: portrait){
  .rx-mobile-radial{
    --rx-qa-size:46px;
    --rx-qa-gap:10px;
    display:block!important;
    position:fixed!important;
    right:12px!important;
    left:auto!important;
    bottom:calc(18px + env(safe-area-inset-bottom))!important;
    width:var(--rx-qa-size)!important;
    height:var(--rx-qa-size)!important;
    z-index:2147482600!important;
    pointer-events:auto!important;
  }
  .rx-mobile-radial .rx-radial-main,
  .rx-mobile-radial .rx-radial-item{
    width:var(--rx-qa-size)!important;
    height:var(--rx-qa-size)!important;
    min-width:var(--rx-qa-size)!important;
    min-height:var(--rx-qa-size)!important;
    border-radius:999px!important;
    border:1px solid var(--rx-border,#dfe8f1)!important;
    background:#fff!important;
    color:#0f1419!important;
    box-shadow:0 10px 26px rgba(15,20,25,.18)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:20px!important;
    line-height:1!important;
    padding:0!important;
    text-decoration:none!important;
    transform:none!important;
  }
  .rx-mobile-radial .rx-radial-main{
    position:relative!important;
    z-index:3!important;
    background:#fff!important;
    color:#0f1419!important;
  }
  .rx-mobile-radial .rx-radial-open{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .rx-mobile-radial .rx-radial-close{display:none!important;align-items:center!important;justify-content:center!important;}
  .rx-mobile-radial.is-open .rx-radial-main{background:#f4212e!important;color:#fff!important;transform:none!important;}
  .rx-mobile-radial.is-open .rx-radial-open{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-close{display:inline-flex!important;}
  .rx-mobile-radial .rx-radial-items{
    position:absolute!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:calc((var(--rx-qa-size) * 5) + (var(--rx-qa-gap) * 4))!important;
    height:var(--rx-qa-size)!important;
    pointer-events:none!important;
    overflow:visible!important;
    z-index:2!important;
  }
  .rx-mobile-radial .rx-radial-item{
    position:absolute!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateX(0) scale(.72)!important;
    transition:transform .18s ease, opacity .18s ease!important;
  }
  .rx-mobile-radial.is-open .rx-radial-items{pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-item{opacity:1!important;pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-home{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -1)) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -2)) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -3)) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -4)) scale(1)!important;}
  .rx-floating{
    right:12px!important;
    bottom:calc(82px + env(safe-area-inset-bottom))!important;
    z-index:2147482450!important;
  }
}
@media (pointer: coarse) and (orientation: portrait) and (min-width: 901px){
  .rx-mobile-radial{
    --rx-qa-size:48px;
    right:22px!important;
    bottom:calc(88px + env(safe-area-inset-bottom))!important;
  }
  .rx-floating{
    right:22px!important;
    bottom:calc(150px + env(safe-area-inset-bottom))!important;
  }
  .rx-mobile-drawer-logo .rx-logo-img,
  .rx-mobile-drawer-logo .rx-logo{width:48px!important;height:48px!important;max-width:48px!important;}
  .rx-mobile-drawer{width:min(82vw,500px)!important;max-width:500px!important;z-index:2147483100!important;}
}
@media (max-width: 560px){
  body.rx-messages-screen.rx-message-thread-active .rx-mobile-radial{bottom:calc(118px + env(safe-area-inset-bottom))!important;}
  body.rx-messages-screen.rx-message-thread-active .rx-floating{bottom:calc(178px + env(safe-area-inset-bottom))!important;}
}


/* RunnerX v5.3.5: global layer system, quick actions and loading states */
:root{
  --rx-z-header:100;
  --rx-z-floating:800;
  --rx-z-backdrop:1000;
  --rx-z-offcanvas:1100;
  --rx-z-modal:1200;
  --rx-z-toast:1300;
  --rx-z-popover:1400;
}
.rx-topbar,.rx-mobile-header{z-index:var(--rx-z-header)!important;}
.rx-floating{z-index:var(--rx-z-floating)!important;}
.rx-mobile-radial{z-index:calc(var(--rx-z-floating) + 10)!important;}
.rx-mobile-drawer-backdrop,.rx-sidebar-offcanvas-backdrop,.rx-offcanvas-backdrop,.rx-create-modal-backdrop,.rx-mobile-create-backdrop,.rx-modal-backdrop{z-index:var(--rx-z-backdrop)!important;}
.rx-mobile-drawer,.rx-sidebar-offcanvas,.rx-notification-panel,.rx-mobile-search-sheet,.rx-mobile-create-sheet{z-index:var(--rx-z-offcanvas)!important;}
.rx-reply-modal,.rx-create-modal{z-index:var(--rx-z-modal)!important;}
.rx-toast-wrap{z-index:var(--rx-z-toast)!important;}
.rx-popover,.rx-card-pop,.rx-share-popover,.rx-emoji-pop,.rx-user-hovercard{z-index:var(--rx-z-popover)!important;}

/* one global mobile/tablet quick action layout; no tablet-specific radial arc */
@media (max-width: 900px), (pointer: coarse) and (orientation: portrait){
  .rx-mobile-radial{
    --rx-qa-size:46px!important;
    --rx-qa-gap:10px!important;
    display:block!important;
    position:fixed!important;
    right:12px!important;
    left:auto!important;
    bottom:calc(18px + env(safe-area-inset-bottom))!important;
    width:var(--rx-qa-size)!important;
    height:var(--rx-qa-size)!important;
    pointer-events:auto!important;
  }
  .rx-mobile-radial .rx-radial-main,
  .rx-mobile-radial .rx-radial-item{
    width:var(--rx-qa-size)!important;
    height:var(--rx-qa-size)!important;
    min-width:var(--rx-qa-size)!important;
    min-height:var(--rx-qa-size)!important;
    border-radius:999px!important;
    border:1px solid var(--rx-border,#dfe8f1)!important;
    background:#fff!important;
    color:#0f1419!important;
    box-shadow:0 10px 26px rgba(15,20,25,.18)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:20px!important;
    line-height:1!important;
    padding:0!important;
    text-decoration:none!important;
    transform:none!important;
  }
  .rx-mobile-radial .rx-radial-main{position:relative!important;z-index:3!important;background:#fff!important;color:#0f1419!important;}
  .rx-mobile-radial .rx-radial-open{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .rx-mobile-radial .rx-radial-close{display:none!important;align-items:center!important;justify-content:center!important;}
  .rx-mobile-radial.is-open .rx-radial-main{background:#f4212e!important;color:#fff!important;}
  .rx-mobile-radial.is-open .rx-radial-open{display:none!important;}
  .rx-mobile-radial.is-open .rx-radial-close{display:inline-flex!important;}
  .rx-mobile-radial .rx-radial-items{
    position:absolute!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:calc((var(--rx-qa-size) * 5) + (var(--rx-qa-gap) * 4))!important;
    height:var(--rx-qa-size)!important;
    pointer-events:none!important;
    overflow:visible!important;
    z-index:2!important;
  }
  .rx-mobile-radial .rx-radial-item{
    position:absolute!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateX(0) scale(.72)!important;
    transition:transform .18s ease, opacity .18s ease!important;
  }
  .rx-mobile-radial.is-open .rx-radial-items{pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-item{opacity:1!important;pointer-events:auto!important;}
  .rx-mobile-radial.is-open .rx-radial-home{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -1)) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-search{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -2)) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-create{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -3)) scale(1)!important;}
  .rx-mobile-radial.is-open .rx-radial-profile{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap)) * -4)) scale(1)!important;}
  .rx-floating{
    display:flex!important;
    position:fixed!important;
    flex-direction:column!important;
    gap:10px!important;
    right:12px!important;
    left:auto!important;
    bottom:calc(82px + env(safe-area-inset-bottom))!important;
  }
  .rx-floating .rx-float-btn{background:#fff!important;color:#0f1419!important;border:1px solid var(--rx-border,#dfe8f1)!important;}
}
@media (pointer: coarse) and (orientation: portrait) and (min-width: 901px){
  .rx-mobile-radial{--rx-qa-size:48px!important;right:22px!important;bottom:calc(88px + env(safe-area-inset-bottom))!important;}
  .rx-floating{right:22px!important;bottom:calc(150px + env(safe-area-inset-bottom))!important;}
  .rx-mobile-drawer{width:min(82vw,500px)!important;max-width:500px!important;}
  .rx-mobile-drawer-logo .rx-logo-img,.rx-mobile-drawer-logo .rx-logo{width:52px!important;height:52px!important;max-width:52px!important;}
}
@media (max-width: 560px){
  body.rx-messages-screen.rx-message-thread-active .rx-mobile-radial{bottom:calc(118px + env(safe-area-inset-bottom))!important;}
  body.rx-messages-screen.rx-message-thread-active .rx-floating{bottom:calc(178px + env(safe-area-inset-bottom))!important;}
}

/* global loading/preloader helpers */
.rx-is-loading{cursor:progress;}
.rx-loading-inline{display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:18px;color:var(--rx-muted,#536471);font-weight:800;}
.rx-loading-inline:before,.rx-btn.is-loading:before,.rx-load-target.is-loading:before{
  content:"";width:18px;height:18px;border-radius:999px;border:2px solid currentColor;border-right-color:transparent;display:inline-block;animation:rx-spin .7s linear infinite;vertical-align:-3px;
}
.rx-btn.is-loading,.rx-create-btn.is-loading,.rx-pill.is-loading,button.is-loading,a.is-loading{pointer-events:none!important;opacity:.72!important;}
.rx-load-target{position:relative;}
.rx-load-target.is-loading{min-height:74px;}
.rx-load-target.is-loading:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.68);backdrop-filter:blur(1px);border-radius:inherit;z-index:5;}
.rx-load-target.is-loading:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:6;color:var(--rx-accent,#1d9bf0);}
.rx-skeleton-card{padding:16px;border-bottom:1px solid var(--rx-border,#eff3f4);}
.rx-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#eff3f4,#f7f9f9,#eff3f4);background-size:200% 100%;animation:rx-skeleton 1.1s linear infinite;margin:10px 0;}
.rx-skeleton-line.short{width:42%;}.rx-skeleton-line.medium{width:68%;}.rx-skeleton-media{height:220px;border-radius:18px;background:linear-gradient(90deg,#eff3f4,#f7f9f9,#eff3f4);background-size:200% 100%;animation:rx-skeleton 1.1s linear infinite;margin-top:14px;}
@keyframes rx-spin{to{transform:rotate(360deg)}}
@keyframes rx-skeleton{to{background-position:-200% 0}}


/* RunnerX v5.3.6: canonical global UI primitives */
:root{
  --rx-z-header:100;--rx-z-floating:800;--rx-z-backdrop:1000;--rx-z-offcanvas:1100;--rx-z-modal:1200;--rx-z-toast:1300;--rx-z-popover:1400;
  --rx-floating-size:46px;--rx-floating-gap:10px;
}
.rx-loading-spinner{width:18px;height:18px;border-radius:999px;border:2px solid currentColor;border-right-color:transparent;display:inline-block;animation:rx-spin .7s linear infinite;vertical-align:-3px;flex:0 0 auto;}
.rx-btn.is-loading,.rx-pill.is-loading,.rx-create-btn.is-loading,button.is-loading,a.is-loading{pointer-events:none!important;opacity:.74!important;display:inline-flex;align-items:center;justify-content:center;gap:9px;}
.rx-skeleton-row{display:flex;gap:12px;align-items:flex-start}.rx-skeleton-avatar{width:42px;height:42px;border-radius:999px;background:linear-gradient(90deg,#eff3f4,#f7f9f9,#eff3f4);background-size:200% 100%;animation:rx-skeleton 1.1s linear infinite;flex:0 0 auto}.rx-skeleton-content{display:block;flex:1;min-width:0}.rx-load-target.is-loading>*{filter:grayscale(.05)}
@media (max-width:900px),(pointer:coarse) and (orientation:portrait){
  .rx-mobile-radial{--rx-qa-size:var(--rx-floating-size)!important;--rx-qa-gap:var(--rx-floating-gap)!important;right:12px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;width:var(--rx-qa-size)!important;height:var(--rx-qa-size)!important;z-index:calc(var(--rx-z-floating) + 10)!important;}
  .rx-mobile-radial .rx-radial-main,.rx-mobile-radial .rx-radial-item{background:#fff!important;color:#0f1419!important;border-radius:999px!important;border:1px solid var(--rx-border,#dfe8f1)!important;box-shadow:0 10px 26px rgba(15,20,25,.18)!important;}
  .rx-mobile-radial .rx-radial-main{background:#fff!important;color:#0f1419!important;}
  .rx-mobile-radial:not(.is-open) .rx-radial-close{display:none!important}.rx-mobile-radial:not(.is-open) .rx-radial-open{display:inline-flex!important}
  .rx-mobile-radial.is-open .rx-radial-main{background:var(--rx-danger,#f4212e)!important;color:#fff!important}.rx-mobile-radial.is-open .rx-radial-open{display:none!important}.rx-mobile-radial.is-open .rx-radial-close{display:inline-flex!important}
  .rx-mobile-radial .rx-radial-items{right:0!important;bottom:0!important;left:auto!important;top:auto!important;width:calc((var(--rx-qa-size) * 5) + (var(--rx-qa-gap) * 4))!important;height:var(--rx-qa-size)!important;}
  .rx-mobile-radial .rx-radial-item{right:0!important;bottom:0!important;left:auto!important;top:auto!important;opacity:0!important;pointer-events:none!important;transform:translateX(0) scale(.72)!important;}
  .rx-mobile-radial.is-open .rx-radial-item{opacity:1!important;pointer-events:auto!important}.rx-mobile-radial.is-open .rx-radial-home{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap))*-1)) scale(1)!important}.rx-mobile-radial.is-open .rx-radial-search{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap))*-2)) scale(1)!important}.rx-mobile-radial.is-open .rx-radial-create{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap))*-3)) scale(1)!important}.rx-mobile-radial.is-open .rx-radial-profile{transform:translateX(calc((var(--rx-qa-size) + var(--rx-qa-gap))*-4)) scale(1)!important}
}
@media (pointer:coarse) and (orientation:portrait) and (min-width:901px){.rx-mobile-radial{right:22px!important;bottom:calc(88px + env(safe-area-inset-bottom))!important}.rx-floating{right:22px!important;bottom:calc(150px + env(safe-area-inset-bottom))!important}.rx-mobile-drawer{width:min(86vw,540px)!important;max-width:540px!important}}

/* RunnerX v5.3.7: badges, notification actions, chat popovers, dashboard/member spacing */
.rx-count-badge,
.rx-ui-badge{
  min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--rx-runner,#93e547);color:#0f1419;font-size:12px;font-weight:900;line-height:20px;text-align:center;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-style:normal;
}
.rx-responsive-tab .rx-count-badge{margin-left:7px;transform:translateY(-1px)}
.rx-global-switch-menu .rx-count-badge{margin-left:auto}
.rx-dashboard-quicklinks a{position:relative;min-width:0;display:flex;align-items:center;gap:10px;white-space:normal;line-height:1.18;overflow:hidden;}
.rx-dashboard-quicklinks a span{min-width:0;overflow-wrap:anywhere;}
.rx-dashboard-quicklinks a .rx-count-badge{margin-left:auto;align-self:center;}
.rx-dashboard-kpis a{min-width:0;overflow:hidden;}
.rx-dashboard-kpis a span{min-width:0;overflow-wrap:anywhere;line-height:1.18;}
.rx-notification-panel{padding-left:0!important;padding-right:0!important;}
.rx-notification-panel-head{padding-left:22px!important;padding-right:22px!important;}
.rx-notification-panel-tabs{padding:14px 20px!important;gap:12px!important;align-items:center!important;}
.rx-notification-panel-tabs .rx-btn{margin-left:auto;white-space:nowrap;}
.rx-notification-panel-body{padding:0 20px 22px!important;}
.rx-notification-list{display:flex;flex-direction:column;gap:10px;}
.rx-notification-item{position:relative;display:grid!important;grid-template-columns:48px minmax(0,1fr) 34px!important;gap:12px!important;align-items:start!important;}
.rx-notification-delete{width:30px!important;height:30px!important;opacity:.62;align-self:start;margin-top:2px;}
.rx-notification-delete:hover{opacity:1;background:rgba(244,33,46,.10)!important;color:var(--rx-danger,#f4212e)!important;}
.rx-notification-main{min-width:0;}
.rx-notification-message{display:block;overflow-wrap:anywhere;}
.rx-message-x-actions{position:relative;}
.rx-message-menu,
.rx-message-x-actions .rx-message-menu{
  top:auto!important;bottom:calc(100% + 8px)!important;right:0!important;left:auto!important;transform:none!important;z-index:var(--rx-z-popover,1400)!important;max-width:min(260px,calc(100vw - 32px));
}
.rx-message-row:first-child .rx-message-menu,
.rx-message-x-actions.is-near-top .rx-message-menu{bottom:auto!important;top:calc(100% + 8px)!important;}
.rx-members-search,
.rx-member-search,
.rx-members-filter,
.rx-members-toolbar{overflow:visible!important;}
.rx-members-search .rx-searchbox,
.rx-member-search .rx-searchbox,
.rx-members-toolbar .rx-searchbox{min-height:48px;height:auto!important;padding:6px 14px!important;overflow:visible!important;}
.rx-members-search input,
.rx-member-search input,
.rx-members-toolbar input{min-height:34px!important;line-height:34px!important;}
.rx-members-page .rx-content-box,
body.page-mitglieder .rx-content-box{overflow:visible!important;}
@media (max-width:900px),(pointer:coarse) and (orientation:portrait){
  .rx-dashboard-quicklinks{grid-template-columns:1fr!important;}
  .rx-dashboard-kpis{grid-template-columns:1fr 1fr!important;}
  .rx-notification-panel{width:min(92vw,460px)!important;}
  .rx-notification-panel-body{padding-left:16px!important;padding-right:16px!important;}
  .rx-notification-panel-tabs{padding-left:16px!important;padding-right:16px!important;}
}
.rx-members-proto-shell{overflow:visible!important;padding-top:22px!important;}
.rx-members-proto-search{align-items:center!important;gap:12px!important;overflow:visible!important;}
.rx-members-proto-search label{min-height:50px!important;height:auto!important;overflow:visible!important;align-items:center!important;padding:0 16px!important;}
.rx-members-proto-search input{height:38px!important;line-height:38px!important;padding:0!important;}
.rx-members-proto-search .rx-btn{height:50px!important;align-self:center!important;}


/* RunnerX v5.3.8: pagination, notification read cards, dashboard badges, chat menu layering */
.rx-notification-item:not(.is-unread){background:#f7f9f9!important;border-color:var(--rx-border,#e6eaf0)!important;}
.rx-notification-item:not(.is-unread):hover{background:#f3f6f8!important;}
.rx-notification-item.is-unread{background:rgba(147,229,71,.13)!important;border-color:rgba(147,229,71,.45)!important;}
.rx-dashboard-filter-tabs .rx-count-badge,.rx-dashboard-switch .rx-count-badge,.rx-dashboard-quicklinks .rx-count-badge{flex:0 0 auto;}
.rx-global-switch-toggle .rx-count-badge{margin-left:auto;margin-right:8px;}
.rx-dashboard-quicklinks{grid-template-columns:repeat(auto-fit,minmax(168px,1fr))!important;}
.rx-dashboard-quicklinks>a{min-width:0!important;min-height:54px!important;padding:12px 13px!important;overflow:visible!important;}
.rx-dashboard-quicklinks>a span{min-width:0!important;line-height:1.18!important;overflow-wrap:break-word!important;}
.rx-dashboard-kpis--links{grid-template-columns:repeat(auto-fit,minmax(136px,1fr))!important;}
.rx-dashboard-kpis--links>a{min-width:0!important;}
.rx-message-thread-panel,.rx-message-thread,.rx-messages-chat,.rx-messages-page{overflow:visible!important;}
.rx-message-thread{overflow-y:auto!important;overflow-x:visible!important;}
.rx-message-x-actions{z-index:var(--rx-z-popover,1400)!important;}
.rx-message-x-actions.is-open{z-index:calc(var(--rx-z-popover,1400) + 20)!important;}
.rx-message-menu{z-index:calc(var(--rx-z-popover,1400) + 30)!important;}
.rx-message-row:first-child,.rx-message-bubble-row:first-child{z-index:calc(var(--rx-z-popover,1400) + 10)!important;}
.rx-message-row:first-child .rx-message-menu,.rx-message-bubble-row:first-child .rx-message-menu,.rx-message-x-actions.is-near-top .rx-message-menu{top:calc(100% + 8px)!important;bottom:auto!important;}
@media(max-width:760px){.rx-dashboard-quicklinks{grid-template-columns:1fr!important}.rx-dashboard-kpis--links{grid-template-columns:repeat(2,minmax(0,1fr))!important}}


/* RunnerX v5.4.1: stable desktop message layout, follow icons, unread badges */
@media (min-width: 901px){
  body.rx-messages-screen{overflow:hidden!important;height:100vh!important;height:100dvh!important;}
  body.rx-messages-screen .rx-shell{height:100vh!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-left{height:100vh!important;height:100dvh!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-main{height:100vh!important;height:100dvh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
  body.rx-messages-screen .rx-global-topbar,
  body.rx-messages-screen .rx-topbar{flex:0 0 53px!important;height:53px!important;min-height:53px!important;}
  body.rx-messages-screen .rx-messages-page{flex:1 1 auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-message-thread-panel,
  body.rx-messages-screen .rx-messages-list-panel{height:auto!important;min-height:0!important;}
  body.rx-messages-screen .rx-message-thread{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding-bottom:24px!important;}
  body.rx-messages-screen .rx-message-compose{position:relative!important;flex:0 0 auto!important;bottom:auto!important;left:auto!important;right:auto!important;z-index:60!important;}
}
.rx-follow-btn,
button[data-follow],
a[data-follow]{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;}
.rx-follow-btn i,
button[data-follow] i,
a[data-follow] i{font-size:1em!important;line-height:1!important;}
.rx-message-unread,
.rx-badge,
.rx-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#93e547;color:#08162f;font-size:12px;font-weight:950;line-height:1;}
.rx-message-conv .rx-message-unread{justify-self:end;align-self:center;box-shadow:0 0 0 2px #fff;}
.rx-message-conv-main{min-width:0!important;}
.rx-message-conv-main em{max-width:100%!important;}

/* RunnerX v5.4.2: globale Live-Suche */
.rx-global-live-search,
.rx-sidebar-search,
.rx-search-page,
.rx-member-search{position:relative;}
.rx-member-search .rx-btn{display:none!important;}
.rx-members-proto-list{position:relative;min-height:80px;}
.rx-members-proto-list.is-loading{opacity:.72;}
.rx-live-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.72);z-index:5;border-radius:16px;}
.rx-live-loader span,
.rx-live-search-loading span{width:22px;height:22px;border-radius:999px;border:3px solid #dbe5ef;border-top-color:#1d9bf0;display:inline-block;animation:rxSpin .72s linear infinite;}
@keyframes rxSpin{to{transform:rotate(360deg)}}
.rx-live-search-panel{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:var(--rx-z-popover,1400);background:#fff;border:1px solid var(--rx-border,#dbe5ef);border-radius:20px;box-shadow:0 18px 55px rgba(7,16,29,.16);overflow:hidden;max-height:min(72vh,720px);overflow-y:auto;color:#07101d;}
.rx-mobile-search-sheet .rx-live-search-panel{left:12px;right:12px;top:64px;position:fixed;max-height:calc(100vh - 90px);}
.rx-live-search-loading{display:flex;align-items:center;gap:10px;padding:18px;font-weight:800;color:#536471;}
.rx-live-search-group{border-bottom:1px solid var(--rx-border,#eff3f4);padding:8px 0;}
.rx-live-search-group:last-child{border-bottom:0;}
.rx-live-search-group h3{display:flex;align-items:center;gap:9px;margin:0;padding:10px 14px 8px;font-size:14px;font-weight:950;color:#07101d;}
.rx-live-search-group h3 i{font-size:17px;color:#536471;}
.rx-live-search-group h3 em{margin-left:auto;min-width:24px;height:22px;border-radius:999px;background:#eef3f6;color:#536471;font-style:normal;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;}
.rx-live-search-items{display:flex;flex-direction:column;}
.rx-live-search-item{display:flex;align-items:center;gap:11px;padding:10px 14px;text-decoration:none;color:inherit;min-width:0;}
.rx-live-search-item:hover{background:#f7f9f9;}
.rx-live-search-item .rx-avatar,
.rx-live-search-item .avatar{width:34px!important;height:34px!important;border-radius:999px;object-fit:cover;flex:0 0 auto;}
.rx-live-search-item>span:last-child{display:flex;flex-direction:column;min-width:0;line-height:1.25;}
.rx-live-search-item strong{font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-live-search-item small{color:#536471;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-live-search-media{width:38px;height:38px;border-radius:12px;background:#eef3f6;display:flex!important;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;color:#536471;}
.rx-live-search-media img{width:100%;height:100%;object-fit:cover;display:block;}
.rx-live-search-more{display:flex;align-items:center;justify-content:center;margin:6px 14px 8px;padding:10px 14px;border-radius:999px;background:#eff3f4;color:#07101d;font-weight:950;text-decoration:none;}
.rx-live-search-more:hover{background:#e5ecf0;}
.rx-live-search-empty{padding:18px;display:flex;flex-direction:column;gap:12px;align-items:flex-start;}
.rx-live-search-empty strong{font-size:15px;}
.rx-live-search-empty .rx-btn{padding:10px 16px;font-size:14px;}
.rx-sidebar-search .rx-live-search-panel{min-width:360px;right:0;left:auto;}
.rx-search-page .rx-live-search-panel{left:0;right:0;}
@media(max-width:760px){.rx-live-search-panel{border-radius:16px;}.rx-sidebar-search .rx-live-search-panel{min-width:0;left:0;right:0;}.rx-live-search-group h3{padding-left:12px;padding-right:12px}.rx-live-search-item{padding-left:12px;padding-right:12px}}


/* RunnerX v5.4.3: Live search layer, quicklinks, user action menus */
.rx-live-search-panel{z-index:var(--rx-z-live-search,1600)!important;}
.rx-sidebar-search,.rx-top-search,.rx-mobile-search-sheet{position:relative;z-index:var(--rx-z-live-search,1600)!important;}
.rx-card-menu,.rx-post-menu{position:relative;z-index:20;}
.rx-dashboard-quicklinks a{min-width:0;white-space:nowrap;overflow:hidden;}
.rx-dashboard-quicklinks a span{font-size:15px;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;}
.rx-dashboard-quicklinks a i{color:#07101d!important;flex:0 0 auto;}
.rx-dashboard-quicklinks .rx-count-badge{margin-left:auto;flex:0 0 auto;}
.rx-user-actions{position:relative;display:inline-flex;align-items:center;}
.rx-user-actions-trigger{width:40px;height:40px;border-radius:999px;border:1px solid var(--rx-border,#e1e8ef);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#07101d;}
.rx-user-actions-trigger:hover{background:#f3f7f9;}
.rx-user-actions-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:var(--rx-z-popover,1400);min-width:230px;background:#fff;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;box-shadow:0 18px 45px rgba(7,16,29,.16);padding:8px;display:none;}
.rx-user-actions-menu.is-open{display:block;}
.rx-user-actions-menu a,.rx-user-actions-menu button{width:100%;border:0;background:transparent;color:#07101d;border-radius:12px;padding:12px 13px;display:flex;align-items:center;gap:10px;text-align:left;font-weight:900;cursor:pointer;text-decoration:none;}
.rx-user-actions-menu a:hover,.rx-user-actions-menu button:hover{background:#f3f7f9;}
.rx-user-actions-menu i{width:18px;text-align:center;flex:0 0 18px;}
.rx-user-actions-menu .is-danger{color:#d0182a;}
.rx-user-card .rx-user-actions{margin-left:auto;}
.rx-user-card .rx-follow-btn + .rx-user-actions{margin-left:8px;}
.rx-profile-actions-x{gap:8px;align-items:center;}
.rx-user-card.is-blocked{background:#f7f9fb;border-color:#dfe8f1;}
.rx-user-card.is-blocked .rx-user-card-main{opacity:.88;}
@media(max-width:560px){.rx-dashboard-quicklinks{grid-template-columns:1fr!important}.rx-dashboard-quicklinks a span{font-size:14px}}


/* RunnerX v5.4.4: popover layers, blocked users, comment suggestions */
:root{--rx-z-live-search:2200;--rx-z-popover:2300;--rx-z-mention:2400;}
.rx-live-search-panel{z-index:2200!important;position:absolute!important;background:#fff!important;isolation:isolate;}
.rx-live-search-panel:before{content:"";position:absolute;inset:0;background:#fff;border-radius:inherit;z-index:-1;}
.rx-live-search-panel,.rx-live-search-panel *{backface-visibility:hidden;}
.rx-card-menu,.rx-post-menu{z-index:5!important;}
.rx-live-search-group{position:relative;z-index:2;background:#fff;}
.rx-user-actions-menu{z-index:2300!important;}
.rx-user-actions-menu a,.rx-user-actions-menu button{font-size:15px!important;line-height:1.15!important;}
.rx-user-actions-menu .is-danger,.rx-user-actions-menu [data-rx-ignore-user].is-blocked-action{color:#d0182a!important;}
.rx-user-card.is-blocked{background:#f3f6f8!important;border-color:#dbe5ef!important;border-radius:18px!important;padding:16px!important;}
.rx-user-card.is-blocked .rx-user-card-main b a,.rx-user-card.is-blocked .rx-user-card-main b{color:#d0182a!important;}
.rx-user-card.is-blocked .rx-user-card-main p{color:#536471!important;}
.rx-blocked-unblock-btn{margin-left:auto;border:0;border-radius:999px;background:#07101d;color:#fff;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-weight:900;cursor:pointer;white-space:nowrap;}
.rx-blocked-unblock-btn:hover{background:#263340;}
.rx-blocked-unblock-btn i{font-size:17px;}
.rx-mention-suggest{z-index:2400!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(7,16,29,.18)!important;max-width:min(340px,calc(100vw - 24px));}
.rx-mention-suggest button{font-size:15px!important;line-height:1.15!important;}
.rx-mention-suggest b{font-size:15px!important;line-height:1.15!important;}
.rx-mention-suggest small{font-size:12px!important;line-height:1.15!important;}
.rx-discussion-tools .rx-tool-left{gap:8px!important;}
.rx-discussion-tools .rx-tool-btn{width:40px!important;height:40px!important;min-width:40px!important;border-radius:999px!important;background:#eff3f4!important;color:#07101d!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.rx-discussion-tools .rx-tool-btn:hover{background:#e5ecf0!important;}
.rx-discussion-tools .rx-tool-btn i{font-size:18px!important;line-height:1!important;}
@media(max-width:760px){.rx-mention-suggest{left:12px!important;right:12px!important;width:auto!important;max-width:none!important;}}
.rx-blocked-user-list{display:flex;flex-direction:column;gap:12px;}
.rx-blocked-user-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;background:#f3f6f8;border:1px solid #dbe5ef;border-radius:18px;padding:12px;}
.rx-blocked-user-row .rx-user-card.is-blocked{border:0!important;background:transparent!important;padding:0!important;}
@media(max-width:560px){.rx-blocked-user-row{grid-template-columns:1fr}.rx-blocked-unblock-btn{width:100%;}}


/* RunnerX v5.4.5: global search overlay, member actions, unified action icons */
.rx-live-search-overlay{position:fixed;inset:0;z-index:3000;border:0;background:rgba(7,16,29,.42);backdrop-filter:blur(1px);cursor:default;}
.rx-live-search-overlay[hidden]{display:none!important;}
body.rx-live-search-active .rx-user-actions-menu,
body.rx-live-search-active .rx-card-pop,
body.rx-live-search-active .rx-share-popover,
body.rx-live-search-active .rx-user-hovercard{z-index:1200!important;}
body.rx-live-search-active .rx-global-live-search.is-live-open{position:relative!important;z-index:3010!important;isolation:isolate;}
body.rx-live-search-active .rx-global-live-search.is-live-open .rx-live-search-panel{z-index:3020!important;}
.rx-global-live-search.is-live-open .rx-live-search-panel{box-shadow:0 24px 75px rgba(7,16,29,.24)!important;}

/* Inline searches must remain inline without page overlay styling */
.rx-members-proto-search.is-live-open{z-index:5!important;}
.rx-members-proto-search .rx-live-search-panel{position:absolute!important;z-index:20!important;}

/* Keep chat and comment tools visually identical: green icon, light grey circle, no border */
.rx-tool-btn,
.rx-message-tool,
.rx-action-icon{width:40px!important;height:40px!important;min-width:40px!important;border:0!important;border-radius:999px!important;background:#eff3f4!important;color:var(--rx-runner,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;font-size:19px!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;}
.rx-tool-btn:hover,
.rx-message-tool:hover,
.rx-action-icon:hover{background:#e7ecf0!important;color:var(--rx-runner,#93e547)!important;}
.rx-tool-btn i,
.rx-message-tool i,
.rx-action-icon i{color:inherit!important;}

/* Member list: actions beside follow button on desktop, stacked cleanly on mobile */
.rx-user-card-list .rx-user-card,
.rx-members-proto-list .rx-user-card,
.rx-members-list .rx-user-card{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto auto!important;align-items:center!important;gap:14px!important;padding:18px 22px!important;border-bottom:1px solid var(--rx-border,#e6edf3)!important;border-radius:0!important;}
.rx-user-card-list .rx-user-card:last-child,
.rx-members-proto-list .rx-user-card:last-child,
.rx-members-list .rx-user-card:last-child{border-bottom:0!important;}
.rx-user-card-list .rx-user-card-avatar,
.rx-members-proto-list .rx-user-card-avatar,
.rx-members-list .rx-user-card-avatar{grid-column:1!important;align-self:start!important;}
.rx-user-card-list .rx-user-card-main,
.rx-members-proto-list .rx-user-card-main,
.rx-members-list .rx-user-card-main{grid-column:2!important;min-width:0!important;}
.rx-user-card-list .rx-follow-btn,
.rx-members-proto-list .rx-follow-btn,
.rx-members-list .rx-follow-btn{grid-column:4!important;justify-self:end!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:5px!important;}
.rx-user-card-list .rx-user-actions,
.rx-members-proto-list .rx-user-actions,
.rx-members-list .rx-user-actions{grid-column:3!important;justify-self:end!important;margin-left:0!important;}
.rx-user-actions-menu a,.rx-user-actions-menu button{font-size:15px!important;line-height:1.2!important;}
.rx-user-actions-menu [data-rx-ignore-user].is-blocked-action,
.rx-user-actions-menu .is-danger{color:#d0182a!important;}
.rx-blocked-user-row .rx-blocked-unblock-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:999px;background:#d0182a;color:#fff;font-weight:950;padding:10px 16px;white-space:nowrap;}
.rx-blocked-user-row .rx-blocked-unblock-btn:hover{filter:brightness(.95);}

@media(max-width:760px){
  .rx-user-card-list .rx-user-card,
  .rx-members-proto-list .rx-user-card,
  .rx-members-list .rx-user-card{grid-template-columns:56px minmax(0,1fr)!important;gap:10px 12px!important;padding:16px!important;}
  .rx-user-card-list .rx-user-card-avatar,
  .rx-members-proto-list .rx-user-card-avatar,
  .rx-members-list .rx-user-card-avatar{grid-column:1!important;grid-row:1 / span 2!important;}
  .rx-user-card-list .rx-user-card-main,
  .rx-members-proto-list .rx-user-card-main,
  .rx-members-list .rx-user-card-main{grid-column:2!important;grid-row:1!important;}
  .rx-user-card-list .rx-user-actions,
  .rx-members-proto-list .rx-user-actions,
  .rx-members-list .rx-user-actions{grid-column:2!important;grid-row:2!important;justify-self:start!important;}
  .rx-user-card-list .rx-follow-btn,
  .rx-members-proto-list .rx-follow-btn,
  .rx-members-list .rx-follow-btn{grid-column:2!important;grid-row:2!important;justify-self:end!important;min-height:38px!important;padding-inline:14px!important;}
}

/* Blocked dashboard: grey cards and direct unblock action only */
.rx-blocked-user-list{gap:12px!important;}
.rx-blocked-user-row{background:#f3f6f8!important;border:1px solid #dbe5ef!important;border-radius:18px!important;padding:14px!important;}
.rx-blocked-user-row .rx-user-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.rx-blocked-user-row .rx-user-card-main b a{color:#d0182a!important;}

/* RunnerX v5.4.6: corrected search overlay, member actionbar, green composer tools */
body.rx-live-search-active .rx-live-search-overlay{z-index:1100!important;background:rgba(7,16,29,.42)!important;backdrop-filter:blur(1.5px)!important;}
body.rx-live-search-active [data-rx-global-search].is-live-open,
body.rx-live-search-active .rx-global-live-search.is-live-open,
body.rx-live-search-active .rx-sidebar-search.is-live-open,
body.rx-live-search-active .rx-top-search.is-live-open{position:relative!important;z-index:3200!important;isolation:isolate!important;filter:none!important;opacity:1!important;}
body.rx-live-search-active [data-rx-global-search].is-live-open .rx-searchbox,
body.rx-live-search-active [data-rx-global-search].is-live-open .rx-live-search-panel{position:relative!important;z-index:3210!important;filter:none!important;opacity:1!important;}
body.rx-live-search-active [data-rx-global-search].is-live-open .rx-live-search-panel{z-index:3220!important;background:#fff!important;color:#07101d!important;box-shadow:0 28px 80px rgba(7,16,29,.26)!important;max-height:min(70vh,640px)!important;}
body.rx-live-search-active .rx-user-actions-menu,
body.rx-live-search-active .rx-card-menu,
body.rx-live-search-active .rx-post-menu,
body.rx-live-search-active .rx-card-pop,
body.rx-live-search-active .rx-share-popover,
body.rx-live-search-active .rx-user-hovercard{z-index:900!important;}
.rx-sidebar-search .rx-live-search-panel{max-width:720px!important;min-width:min(520px,calc(100vw - 32px))!important;}
.rx-global-live-search .rx-live-search-panel,
.rx-top-search .rx-live-search-panel{max-width:720px!important;}
.rx-live-search-panel .rx-user-actions,
.rx-live-search-panel .rx-card-menu,
.rx-live-search-panel .rx-post-menu{display:none!important;}

/* Composer tools: same shape everywhere, but keep RunnerX green icon */
.rx-discussion-tools .rx-tool-btn,
.rx-modal-tools .rx-tool-btn,
.rx-comment-edit-tools .rx-tool-btn,
.rx-message-tool,
.rx-action-icon{width:40px!important;height:40px!important;min-width:40px!important;border:0!important;border-radius:999px!important;background:#eff3f4!important;color:var(--rx-runner,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;}
.rx-discussion-tools .rx-tool-btn:hover,
.rx-modal-tools .rx-tool-btn:hover,
.rx-comment-edit-tools .rx-tool-btn:hover,
.rx-message-tool:hover,
.rx-action-icon:hover{background:#e7ecf0!important;color:var(--rx-runner,#93e547)!important;}
.rx-discussion-tools .rx-tool-btn i,
.rx-modal-tools .rx-tool-btn i,
.rx-comment-edit-tools .rx-tool-btn i,
.rx-message-tool i,
.rx-action-icon i{color:var(--rx-runner,#93e547)!important;}

/* Members/user cards: one global actionbar, no detached dots */
.rx-user-card-actionbar{grid-column:3 / 5!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;justify-self:end!important;min-width:0!important;}
.rx-user-card-actionbar .rx-user-actions{grid-column:auto!important;justify-self:auto!important;margin-left:0!important;order:1!important;}
.rx-user-card-actionbar .rx-follow-btn{grid-column:auto!important;justify-self:auto!important;margin-left:0!important;order:2!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:5px!important;}
.rx-user-card-actionbar .rx-user-actions-trigger{width:40px!important;height:40px!important;flex:0 0 40px!important;}
.rx-user-card-list .rx-user-card > .rx-user-actions,
.rx-members-proto-list .rx-user-card > .rx-user-actions,
.rx-members-list .rx-user-card > .rx-user-actions{grid-column:3!important;grid-row:1!important;align-self:center!important;}
.rx-user-card-list .rx-user-card > .rx-follow-btn,
.rx-members-proto-list .rx-user-card > .rx-follow-btn,
.rx-members-list .rx-user-card > .rx-follow-btn{grid-column:4!important;grid-row:1!important;align-self:center!important;}
@media(max-width:760px){
  .rx-user-card-actionbar{grid-column:2!important;grid-row:2!important;justify-self:stretch!important;justify-content:space-between!important;width:100%!important;}
  .rx-user-card-actionbar .rx-follow-btn{min-height:38px!important;padding-inline:14px!important;}
  .rx-user-card-actionbar .rx-user-actions-trigger{width:38px!important;height:38px!important;flex-basis:38px!important;}
}


/* RunnerX v5.4.7: search overlay/members rollback fix */
body.rx-live-search-active .rx-live-search-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:2500!important;
  background:rgba(7,16,29,.38)!important;
  backdrop-filter:blur(1.5px)!important;
}
body.rx-live-search-active .rx-sidebar-search.is-live-open .rx-live-search-panel,
body.rx-live-search-active .rx-global-live-search.is-live-open .rx-live-search-panel,
body.rx-live-search-active .rx-top-search.is-live-open .rx-live-search-panel,
body.rx-live-search-active [data-rx-global-search].is-live-open .rx-live-search-panel{
  position:fixed!important;
  top:78px!important;
  right:24px!important;
  left:auto!important;
  width:min(720px, calc(100vw - 48px))!important;
  max-width:min(720px, calc(100vw - 48px))!important;
  max-height:calc(100vh - 110px)!important;
  z-index:4100!important;
  background:#fff!important;
  color:#07101d!important;
  filter:none!important;
  opacity:1!important;
  border-radius:22px!important;
  box-shadow:0 28px 90px rgba(7,16,29,.28)!important;
  overflow:auto!important;
}
body.rx-live-search-active .rx-searchbox,
body.rx-live-search-active [data-rx-global-search].is-live-open,
body.rx-live-search-active .rx-sidebar-search.is-live-open,
body.rx-live-search-active .rx-global-live-search.is-live-open,
body.rx-live-search-active .rx-top-search.is-live-open{
  filter:none!important;
  opacity:1!important;
}
body.rx-live-search-active .rx-user-actions-menu,
body.rx-live-search-active .rx-card-menu,
body.rx-live-search-active .rx-post-menu,
body.rx-live-search-active .rx-card-pop{display:none!important;}
@media(max-width:760px){
  body.rx-live-search-active .rx-live-search-overlay{display:none!important;}
  body.rx-live-search-active{overflow:auto!important;}
  .rx-mobile-search-sheet .rx-live-search-panel,
  body.rx-live-search-active .rx-sidebar-search.is-live-open .rx-live-search-panel,
  body.rx-live-search-active .rx-global-live-search.is-live-open .rx-live-search-panel,
  body.rx-live-search-active .rx-top-search.is-live-open .rx-live-search-panel,
  body.rx-live-search-active [data-rx-global-search].is-live-open .rx-live-search-panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    width:auto!important;
    max-width:none!important;
    max-height:60vh!important;
    z-index:1800!important;
    border-radius:16px!important;
    box-shadow:0 18px 55px rgba(7,16,29,.16)!important;
  }
}

/* Member cards: keep menu and follow button in one real actionbar */
.rx-user-card .rx-user-card-actionbar,
.rx-user-card-list .rx-user-card .rx-user-card-actionbar,
.rx-members-proto-list .rx-user-card .rx-user-card-actionbar,
.rx-members-list .rx-user-card .rx-user-card-actionbar{
  grid-column:3 / 5!important;
  grid-row:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  justify-self:end!important;
  align-self:center!important;
  width:auto!important;
}
.rx-user-card .rx-user-card-actionbar > .rx-user-actions,
.rx-user-card .rx-user-card-actionbar > .rx-follow-btn,
.rx-user-card-list .rx-user-card .rx-user-card-actionbar > .rx-user-actions,
.rx-user-card-list .rx-user-card .rx-user-card-actionbar > .rx-follow-btn,
.rx-members-proto-list .rx-user-card .rx-user-card-actionbar > .rx-user-actions,
.rx-members-proto-list .rx-user-card .rx-user-card-actionbar > .rx-follow-btn,
.rx-members-list .rx-user-card .rx-user-card-actionbar > .rx-user-actions,
.rx-members-list .rx-user-card .rx-user-card-actionbar > .rx-follow-btn{
  grid-column:auto!important;
  grid-row:auto!important;
  justify-self:auto!important;
  align-self:center!important;
  margin:0!important;
  order:initial!important;
}
.rx-user-card .rx-user-card-actionbar .rx-user-actions-trigger{width:40px!important;height:40px!important;min-width:40px!important;}
@media(max-width:760px){
  .rx-user-card-list .rx-user-card,
  .rx-members-proto-list .rx-user-card,
  .rx-members-list .rx-user-card{grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;padding:16px 14px!important;gap:10px 12px!important;}
  .rx-user-card-list .rx-user-card .rx-user-card-actionbar,
  .rx-members-proto-list .rx-user-card .rx-user-card-actionbar,
  .rx-members-list .rx-user-card .rx-user-card-actionbar{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:start!important;
    justify-content:flex-start!important;
    width:auto!important;
    gap:8px!important;
  }
  .rx-user-card .rx-user-card-actionbar .rx-user-actions-trigger,
  .rx-user-card .rx-user-card-actionbar .rx-follow-btn{height:38px!important;min-height:38px!important;}
  .rx-user-card .rx-user-card-actionbar .rx-follow-btn{padding:0 14px!important;}
}


/* RunnerX v5.4.8: Live-Suche ohne Overlay + mobile Header-Fix */
body.rx-live-search-active{overflow:auto!important;}
.rx-live-search-overlay{display:none!important;pointer-events:none!important;}
.rx-global-live-search,
.rx-sidebar-search,
.rx-top-search,
.rx-search-page{position:relative!important;z-index:1600!important;isolation:auto!important;}
.rx-live-search-panel{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  right:0!important;
  width:auto!important;
  max-width:none!important;
  max-height:min(70vh,680px)!important;
  z-index:3000!important;
  background:#fff!important;
  color:#07101d!important;
  filter:none!important;
  opacity:1!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:18px!important;
  box-shadow:0 18px 55px rgba(7,16,29,.18)!important;
  overflow:auto!important;
}
.rx-sidebar-search .rx-live-search-panel{left:auto!important;right:0!important;width:min(720px,calc(100vw - 32px))!important;max-width:min(720px,calc(100vw - 32px))!important;}
.rx-search-page .rx-live-search-panel{left:0!important;right:0!important;width:auto!important;}
body.rx-live-search-active .rx-live-search-panel{position:absolute!important;top:calc(100% + 8px)!important;}
body.rx-live-search-active .rx-searchbox,
body.rx-live-search-active [data-rx-global-search].is-live-open,
body.rx-live-search-active .rx-sidebar-search.is-live-open,
body.rx-live-search-active .rx-global-live-search.is-live-open,
body.rx-live-search-active .rx-top-search.is-live-open{filter:none!important;opacity:1!important;}
.rx-mobile-search-sheet{
  position:fixed!important;
  left:0!important;right:0!important;top:0!important;
  z-index:4200!important;
  transform:translateY(-105%)!important;
  display:block!important;
  background:#fff!important;
  padding:10px 12px 14px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  box-shadow:0 14px 30px rgba(15,20,25,.14)!important;
}
.rx-mobile-search-sheet.is-open{transform:translateY(0)!important;}
.rx-mobile-search-sheet .rx-live-search-panel{
  position:absolute!important;
  left:12px!important;right:12px!important;top:calc(100% + 8px)!important;
  width:auto!important;max-width:none!important;max-height:calc(100vh - 92px)!important;
  z-index:4210!important;
}
@media(min-width:901px){.rx-mobile-search-sheet{display:none!important;}}
@media(max-width:900px){
  .rx-sidebar-search .rx-live-search-panel,
  .rx-top-search .rx-live-search-panel,
  .rx-global-live-search .rx-live-search-panel{left:0!important;right:0!important;width:auto!important;max-width:none!important;}
}

/* RunnerX v5.4.8: Mitgliederliste Actions nebeneinander */
.rx-user-card-list .rx-user-card,
.rx-members-proto-list .rx-user-card,
.rx-members-list .rx-user-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
}
.rx-user-card-list .rx-user-card .rx-user-card-main,
.rx-members-proto-list .rx-user-card .rx-user-card-main,
.rx-members-list .rx-user-card .rx-user-card-main{grid-column:2!important;grid-row:1!important;min-width:0!important;}
.rx-user-card-list .rx-user-card .rx-user-card-actionbar,
.rx-members-proto-list .rx-user-card .rx-user-card-actionbar,
.rx-members-list .rx-user-card .rx-user-card-actionbar{
  grid-column:3!important;grid-row:1!important;
  display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;
  justify-self:end!important;align-self:center!important;width:auto!important;white-space:nowrap!important;
}
.rx-user-card-actionbar .rx-user-actions,
.rx-user-card-actionbar .rx-follow-btn{margin:0!important;flex:0 0 auto!important;}
@media(max-width:560px){
  .rx-user-card-list .rx-user-card,
  .rx-members-proto-list .rx-user-card,
  .rx-members-list .rx-user-card{grid-template-columns:48px minmax(0,1fr) auto!important;padding:14px 12px!important;gap:10px!important;}
  .rx-user-card-actionbar .rx-user-actions-trigger{width:36px!important;height:36px!important;min-width:36px!important;}
  .rx-user-card-actionbar .rx-follow-btn{height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;}
  .rx-user-card-actionbar .rx-follow-btn span{max-width:82px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
}


/* RunnerX v5.4.9: mobile member actionbar restore + viewport-safe user popovers */
.rx-user-actions-menu.is-positioned{
  position:fixed!important;
  top:var(--rx-popover-top,auto)!important;
  left:var(--rx-popover-left,auto)!important;
  right:auto!important;
  bottom:auto!important;
  z-index:3600!important;
  max-width:calc(100vw - 16px)!important;
}
@media(max-width:760px){
  .rx-members-proto-list .rx-user-card,
  .rx-members-list .rx-user-card,
  .rx-user-card-list .rx-user-card{
    grid-template-columns:54px minmax(0,1fr) auto!important;
    gap:10px 12px!important;
    align-items:center!important;
    padding:16px 14px!important;
  }
  .rx-members-proto-list .rx-user-card-avatar,
  .rx-members-list .rx-user-card-avatar,
  .rx-user-card-list .rx-user-card-avatar{grid-column:1!important;grid-row:1!important;align-self:center!important;}
  .rx-members-proto-list .rx-user-card-main,
  .rx-members-list .rx-user-card-main,
  .rx-user-card-list .rx-user-card-main{grid-column:2!important;grid-row:1!important;min-width:0!important;}
  .rx-members-proto-list .rx-user-card-actionbar,
  .rx-members-list .rx-user-card-actionbar,
  .rx-user-card-list .rx-user-card-actionbar{
    grid-column:3!important;
    grid-row:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:6px!important;
    justify-self:end!important;
    align-self:center!important;
    width:auto!important;
    white-space:nowrap!important;
  }
  .rx-members-proto-list .rx-user-card-actionbar .rx-user-actions-trigger,
  .rx-members-list .rx-user-card-actionbar .rx-user-actions-trigger,
  .rx-user-card-list .rx-user-card-actionbar .rx-user-actions-trigger{width:36px!important;height:36px!important;min-width:36px!important;}
  .rx-members-proto-list .rx-user-card-actionbar .rx-follow-btn,
  .rx-members-list .rx-user-card-actionbar .rx-follow-btn,
  .rx-user-card-list .rx-user-card-actionbar .rx-follow-btn{height:36px!important;min-height:36px!important;padding:0 11px!important;font-size:13px!important;}
  .rx-members-proto-list .rx-user-card-actionbar .rx-follow-btn span,
  .rx-members-list .rx-user-card-actionbar .rx-follow-btn span,
  .rx-user-card-list .rx-user-card-actionbar .rx-follow-btn span{max-width:78px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
}
@media(max-width:420px){
  .rx-members-proto-list .rx-user-card,
  .rx-members-list .rx-user-card,
  .rx-user-card-list .rx-user-card{grid-template-columns:48px minmax(0,1fr)!important;}
  .rx-members-proto-list .rx-user-card-actionbar,
  .rx-members-list .rx-user-card-actionbar,
  .rx-user-card-list .rx-user-card-actionbar{grid-column:2!important;grid-row:2!important;justify-self:start!important;margin-top:6px!important;}
}


/* RunnerX v5.5.0: Mitgliederseite wieder als Stream-Liste, Entdecken ohne Live-Dropdown */
.rx-members-proto-shell{
  border:0!important;
  border-radius:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.rx-members-proto-search{
  display:flex!important;
  width:100%!important;
  padding:16px 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-members-proto-search label{
  width:100%!important;
  max-width:none!important;
  flex:1 1 auto!important;
  height:50px!important;
  min-height:50px!important;
  border:1px solid var(--rx-border-2,#d7e1ea)!important;
  border-radius:999px!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:0 18px!important;
  box-sizing:border-box!important;
}
.rx-members-proto-search input{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  line-height:46px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.rx-members-proto-list,
.rx-members-list,
.rx-user-card-list{
  padding:0!important;
  background:#fff!important;
}
.rx-members-proto-list .rx-user-card,
.rx-members-list .rx-user-card,
.rx-user-card-list .rx-user-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:18px 24px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  min-width:0!important;
}
.rx-members-proto-list .rx-user-card-avatar,
.rx-members-list .rx-user-card-avatar,
.rx-user-card-list .rx-user-card-avatar{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
}
.rx-members-proto-list .rx-user-card-avatar .rx-avatar,
.rx-members-list .rx-user-card-avatar .rx-avatar,
.rx-user-card-list .rx-user-card-avatar .rx-avatar{
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  display:block!important;
}
.rx-members-proto-list .rx-user-card-main,
.rx-members-list .rx-user-card-main,
.rx-user-card-list .rx-user-card-main{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
}
.rx-members-proto-list .rx-user-card-main b,
.rx-members-list .rx-user-card-main b,
.rx-user-card-list .rx-user-card-main b{display:block!important;line-height:1.18!important;}
.rx-members-proto-list .rx-user-card-meta,
.rx-members-list .rx-user-card-meta,
.rx-user-card-list .rx-user-card-meta{display:flex!important;gap:8px!important;flex-wrap:wrap!important;line-height:1.25!important;color:#536471!important;}
.rx-members-proto-list .rx-user-card-actionbar,
.rx-members-list .rx-user-card-actionbar,
.rx-user-card-list .rx-user-card-actionbar{
  grid-column:3!important;
  grid-row:1 / span 2!important;
  justify-self:end!important;
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  width:auto!important;
  white-space:nowrap!important;
}
.rx-members-proto-list .rx-user-card-actionbar .rx-user-actions-trigger,
.rx-members-list .rx-user-card-actionbar .rx-user-actions-trigger,
.rx-user-card-list .rx-user-card-actionbar .rx-user-actions-trigger{
  width:40px!important;height:40px!important;min-width:40px!important;
}
.rx-members-proto-list .rx-user-card-actionbar .rx-follow-btn,
.rx-members-list .rx-user-card-actionbar .rx-follow-btn,
.rx-user-card-list .rx-user-card-actionbar .rx-follow-btn{
  min-height:40px!important;height:40px!important;padding:0 16px!important;font-size:15px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;
}
/* Entdecken-Seite: normales Suchfeld, kein Livepanel-Layout */
.rx-search-page:not([data-rx-global-search]) .rx-live-search-panel{display:none!important;}

@media(max-width:760px){
  .rx-members-proto-search{padding:14px 16px!important;}
  .rx-members-proto-search label{height:48px!important;min-height:48px!important;}
  .rx-members-proto-list .rx-user-card,
  .rx-members-list .rx-user-card,
  .rx-user-card-list .rx-user-card{
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:8px 12px!important;
    padding:16px!important;
  }
  .rx-members-proto-list .rx-user-card-avatar,
  .rx-members-list .rx-user-card-avatar,
  .rx-user-card-list .rx-user-card-avatar{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    align-self:start!important;
  }
  .rx-members-proto-list .rx-user-card-avatar .rx-avatar,
  .rx-members-list .rx-user-card-avatar .rx-avatar,
  .rx-user-card-list .rx-user-card-avatar .rx-avatar{width:52px!important;height:52px!important;}
  .rx-members-proto-list .rx-user-card-main,
  .rx-members-list .rx-user-card-main,
  .rx-user-card-list .rx-user-card-main{
    grid-column:2!important;
    grid-row:1!important;
  }
  .rx-members-proto-list .rx-user-card-actionbar,
  .rx-members-list .rx-user-card-actionbar,
  .rx-user-card-list .rx-user-card-actionbar{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:start!important;
    align-self:center!important;
    display:flex!important;
    justify-content:flex-start!important;
    gap:8px!important;
    margin-top:8px!important;
    width:auto!important;
  }
  .rx-members-proto-list .rx-user-card-actionbar .rx-user-actions-trigger,
  .rx-members-list .rx-user-card-actionbar .rx-user-actions-trigger,
  .rx-user-card-list .rx-user-card-actionbar .rx-user-actions-trigger{width:38px!important;height:38px!important;min-width:38px!important;}
  .rx-members-proto-list .rx-user-card-actionbar .rx-follow-btn,
  .rx-members-list .rx-user-card-actionbar .rx-follow-btn,
  .rx-user-card-list .rx-user-card-actionbar .rx-follow-btn{height:38px!important;min-height:38px!important;padding:0 14px!important;font-size:14px!important;}
}
@media(max-width:380px){
  .rx-members-proto-list .rx-user-card-actionbar,
  .rx-members-list .rx-user-card-actionbar,
  .rx-user-card-list .rx-user-card-actionbar{flex-wrap:wrap!important;}
}


/* RunnerX 5.5.2 – Live-Suche immer über Stream-/Popover-Elementen */
.rx-live-search-panel,
.rx-sidebar-search .rx-live-search-panel,
.rx-global-live-search .rx-live-search-panel,
.rx-top-search .rx-live-search-panel,
[data-rx-global-search] .rx-live-search-panel{
    z-index:999999!important;
}
.rx-sidebar-search.is-live-open,
.rx-global-live-search.is-live-open,
.rx-top-search.is-live-open,
[data-rx-global-search].is-live-open{
    position:relative!important;
    z-index:999999!important;
}
.rx-responsive-tab .rx-tab-count,
.rx-tabs-select .rx-tab-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
    height:20px;
    padding:0 7px;
    margin-left:6px;
    border-radius:999px;
    background:#eff3f4;
    color:#536471;
    font-size:12px;
    font-weight:900;
    line-height:1;
}
.rx-responsive-tab.is-active .rx-tab-count{
    background:#93e547;
    color:#0f1419;
}

/* RunnerX 5.5.2 – Live-Suche als body-Portal gegen Stacking-Context-Fehler + Chat-Popover-Layer */
.rx-live-search-portal,
body > .rx-live-search-panel,
body > [data-rx-global-search-results]{
  position:fixed!important;
  z-index:2147483200!important;
  background:#fff!important;
  isolation:isolate!important;
  transform:none!important;
  filter:none!important;
  opacity:1!important;
  overflow:auto!important;
  contain:none!important;
  pointer-events:auto!important;
}
.rx-live-search-portal *{position:relative;z-index:1;}
.rx-live-search-portal .rx-user-actions,
.rx-live-search-portal .rx-card-menu,
.rx-live-search-portal .rx-post-menu{display:none!important;}
.rx-search-page:not([data-rx-global-search]) .rx-live-search-panel{display:none!important;}
body.rx-messages-screen .rx-message-x-actions.is-open,
body.rx-messages-screen .rx-message-menu,
.rx-message-x-actions.is-open,
.rx-message-x-actions.is-open .rx-message-menu{
  z-index:2147483300!important;
  isolation:isolate!important;
}
body.rx-messages-screen .rx-message-thread,
body.rx-messages-screen .rx-message-row,
body.rx-messages-screen .rx-message-bubble-row{overflow:visible!important;}


/* RunnerX 5.5.3 – Live-Suche sichtbar als body-Portal */
.rx-live-search-portal:not([hidden]),
body > .rx-live-search-panel:not([hidden]),
body > [data-rx-global-search-results]:not([hidden]){
  display:block!important;
  visibility:visible!important;
  position:fixed!important;
  z-index:2147483200!important;
  background:#fff!important;
  color:#07101d!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:20px!important;
  box-shadow:0 24px 80px rgba(7,16,29,.22)!important;
  overflow:auto!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  pointer-events:auto!important;
}
.rx-live-search-portal[hidden],
body > .rx-live-search-panel[hidden],
body > [data-rx-global-search-results][hidden]{display:none!important;}
body.rx-messages-screen .rx-message-menu,
body.rx-messages-screen .rx-message-x-actions.is-open,
.rx-message-x-actions.is-open .rx-message-menu{z-index:2147483300!important;}


/* RunnerX 5.5.4 – definitive live-search visibility + notification panel above chat */
.rx-live-search-portal,
.rx-live-search-portal:not([hidden]),
body > .rx-live-search-panel:not([hidden]),
body > [data-rx-global-search-results]:not([hidden]){
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:fixed!important;
  z-index:2147483600!important;
  pointer-events:auto!important;
  background:#fff!important;
  color:#07101d!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:20px!important;
  box-shadow:0 24px 80px rgba(7,16,29,.24)!important;
  overflow:auto!important;
  transform:none!important;
  filter:none!important;
  contain:none!important;
}
.rx-live-search-portal[hidden],
body > .rx-live-search-panel[hidden],
body > [data-rx-global-search-results][hidden]{display:none!important;visibility:hidden!important;}
.rx-live-search-portal .rx-card-pop,
.rx-live-search-portal .rx-user-actions,
.rx-live-search-portal .rx-post-menu,
.rx-live-search-portal .rx-card-menu{display:none!important;}
.rx-notification-panel,
body.rx-notifications-open .rx-notification-panel{
  z-index:2147483700!important;
  isolation:isolate!important;
}
.rx-notification-panel *{position:relative;z-index:1;}
body.rx-notifications-open .rx-message-bubble,
body.rx-notifications-open .rx-message-row,
body.rx-notifications-open .rx-message-bubble-row,
body.rx-notifications-open .rx-message-x-actions,
body.rx-notifications-open .rx-message-menu{
  z-index:auto!important;
}


/* RunnerX v5.5.5: Live search hard reset + message scroll restoration */
body > .rx-live-search-portal.rx-live-search-panel:not([hidden]){
  position:fixed!important;
  z-index:2147483600!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:#fff!important;
  color:#07101d!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:20px!important;
  box-shadow:0 24px 80px rgba(7,16,29,.24)!important;
  overflow:auto!important;
  transform:none!important;
  filter:none!important;
  contain:none!important;
  isolation:isolate!important;
}
body > .rx-live-search-portal.rx-live-search-panel[hidden]{display:none!important;visibility:hidden!important;}
body > .rx-live-search-portal .rx-live-search-group,
body > .rx-live-search-portal .rx-live-search-item,
body > .rx-live-search-portal .rx-live-search-more,
body > .rx-live-search-portal .rx-live-search-empty,
body > .rx-live-search-portal .rx-live-search-loading{position:relative!important;z-index:1!important;background:#fff;}
body > .rx-live-search-portal .rx-user-actions,
body > .rx-live-search-portal .rx-card-menu,
body > .rx-live-search-portal .rx-post-menu{display:none!important;}

body.rx-messages-screen .rx-messages-page{
  height:calc(100vh - 53px)!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.rx-messages-screen .rx-message-thread-panel{
  min-height:0!important;
  height:100%!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
body.rx-messages-screen .rx-message-thread{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  justify-content:flex-start!important;
}
body.rx-messages-screen .rx-message-compose{
  flex:0 0 auto!important;
  position:relative!important;
  bottom:auto!important;
  z-index:80!important;
}
body.rx-messages-screen .rx-message-thread-head{flex:0 0 auto!important;z-index:85!important;}
body.rx-messages-screen .rx-message-menu,
body.rx-messages-screen .rx-message-emoji-pop{z-index:2147483300!important;}
body.rx-notifications-open .rx-notification-panel{z-index:2147483700!important;}
@media(max-width:900px){
  body.rx-messages-screen .rx-messages-page{height:calc(100vh - 112px)!important;}
  body.rx-messages-screen .rx-message-thread-panel{height:calc(100vh - 112px)!important;}
  body.rx-messages-screen .rx-message-compose{position:sticky!important;bottom:0!important;}
}


/* RunnerX v5.5.6: Live-Suche hard fix + Chat-Scroll stabilisieren */
body > .rx-live-search-portal.rx-live-search-panel:not([hidden]),
body > [data-rx-global-search-results].rx-live-search-portal:not([hidden]){
  position:fixed!important;
  z-index:2147483647!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:#fff!important;
  color:#07101d!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:20px!important;
  box-shadow:0 24px 80px rgba(7,16,29,.24)!important;
  overflow:auto!important;
  transform:none!important;
  filter:none!important;
  contain:none!important;
  isolation:isolate!important;
  clip:auto!important;
  clip-path:none!important;
}
body > .rx-live-search-portal.rx-live-search-panel[hidden],
body > [data-rx-global-search-results].rx-live-search-portal[hidden]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
body.rx-live-search-open .rx-card-menu,
body.rx-live-search-open .rx-post-menu,
body.rx-live-search-open .rx-user-actions-menu,
body.rx-live-search-open .rx-card-pop,
body.rx-live-search-open .rx-user-hovercard{display:none!important;}
body > .rx-live-search-portal.rx-live-search-panel .rx-live-search-group,
body > .rx-live-search-portal.rx-live-search-panel .rx-live-search-items,
body > .rx-live-search-portal.rx-live-search-panel .rx-live-search-item,
body > .rx-live-search-portal.rx-live-search-panel .rx-live-search-more,
body > .rx-live-search-portal.rx-live-search-panel .rx-live-search-empty,
body > .rx-live-search-portal.rx-live-search-panel .rx-live-search-loading{
  position:relative!important;
  z-index:1!important;
}

body.rx-messages-screen .rx-messages-page{
  height:calc(100vh - 53px)!important;
  height:calc(100dvh - 53px)!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.rx-messages-screen .rx-message-thread-panel{
  min-height:0!important;
  height:100%!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
body.rx-messages-screen .rx-message-thread-head,
body.rx-messages-screen .rx-message-compose{
  flex:0 0 auto!important;
}
body.rx-messages-screen .rx-message-thread{
  flex:1 1 auto!important;
  min-height:0!important;
  height:auto!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  padding-bottom:18px!important;
  justify-content:flex-start!important;
}
body.rx-messages-screen .rx-message-row,
body.rx-messages-screen .rx-message-bubble-row{overflow:visible!important;}
body.rx-messages-screen .rx-message-compose{
  position:relative!important;
  bottom:auto!important;
  left:auto!important;
  right:auto!important;
  z-index:80!important;
}
@media(max-width:900px){
  body.rx-messages-screen .rx-messages-page{
    height:calc(100dvh - 104px)!important;
  }
  body.rx-messages-screen .rx-messages-page.is-thread-open .rx-message-thread-panel{
    display:flex!important;
  }
  body.rx-messages-screen .rx-message-compose{
    position:sticky!important;
    bottom:0!important;
  }
}

/* RunnerX v5.5.7: stabile Live-Suche + sinnvolle JS-Erweiterungen */
#rx-live-search-root.rx-live-search-panel.rx-live-search-portal{
  position:fixed!important;
  z-index:2147483647!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:#fff!important;
  color:#07101d!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:20px!important;
  box-shadow:0 24px 80px rgba(7,16,29,.24)!important;
  overflow:auto!important;
  transform:none!important;
  filter:none!important;
  clip:auto!important;
  clip-path:none!important;
  contain:none!important;
  isolation:isolate!important;
}
#rx-live-search-root.rx-live-search-panel.rx-live-search-portal[hidden]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
#rx-live-search-root .rx-live-search-group,
#rx-live-search-root .rx-live-search-items,
#rx-live-search-root .rx-live-search-item,
#rx-live-search-root .rx-live-search-more,
#rx-live-search-root .rx-live-search-empty,
#rx-live-search-root .rx-live-search-loading{
  position:relative!important;
  z-index:1!important;
}
#rx-live-search-root .rx-live-search-item.is-key-active,
#rx-live-search-root .rx-live-search-item:hover,
#rx-live-search-root .rx-live-search-more.is-key-active,
#rx-live-search-root .rx-live-search-more:hover{
  background:#f3f7f9!important;
}
#rx-live-search-root .rx-user-actions,
#rx-live-search-root .rx-card-menu,
#rx-live-search-root .rx-post-menu,
#rx-live-search-root .rx-card-pop{display:none!important;}
body.rx-live-search-open .rx-card-menu,
body.rx-live-search-open .rx-post-menu,
body.rx-live-search-open .rx-user-actions-menu,
body.rx-live-search-open .rx-card-pop,
body.rx-live-search-open .rx-user-hovercard{display:none!important;}
.rx-search-page [data-rx-global-search-results],
[data-rx-discover-search] [data-rx-global-search-results]{display:none!important;}
@media(max-width:900px){
  #rx-live-search-root.rx-live-search-panel.rx-live-search-portal{
    border-radius:16px!important;
    max-height:calc(100dvh - 92px)!important;
  }
}

/* Chat bleibt scrollbar und springt beim Öffnen/Senden sauber zur neuesten Nachricht */
body.rx-messages-screen .rx-message-thread-panel{min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
body.rx-messages-screen .rx-message-thread{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;}
body.rx-messages-screen .rx-message-compose{flex:0 0 auto!important;position:relative!important;bottom:auto!important;z-index:80!important;}
body.rx-notifications-open .rx-notification-panel{z-index:2147483647!important;}
body.rx-notifications-open .rx-message-bubble,
body.rx-notifications-open .rx-message-row,
body.rx-notifications-open .rx-message-bubble-row,
body.rx-notifications-open .rx-message-x-actions,
body.rx-notifications-open .rx-message-menu{z-index:auto!important;}


/* RunnerX v5.6.0: globale Regionsfilter, Chat-Reply und Achievement-Basis */
.rx-region-filter,
.rx-member-state-filter,
.rx-field-bundesland { min-width: 180px; }
.rx-search-page select,
.rx-member-search select { border:0; background:#f4f6f8; border-radius:999px; padding:10px 14px; font:inherit; color:#20344b; max-width:100%; }
.rx-member-search { display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.rx-member-search label:first-child { flex:1 1 260px; }
.rx-member-state-filter { flex:0 0 auto; display:flex; align-items:center; gap:8px; background:#f4f6f8; border-radius:999px; padding-left:12px; }
.rx-search-page { display:flex; align-items:center; gap:10px; }
.rx-search-page input { flex:1 1 auto; }
.rx-user-state-chip,
.rx-content-state-chip { display:inline-flex; align-items:center; gap:5px; border-radius:999px; padding:4px 9px; background:#eef3f7; color:#536272; font-size:12px; font-weight:700; }
.rx-message-reply-preview { border-left:3px solid #93e547; background:rgba(147,229,71,.14); border-radius:10px; padding:7px 9px; margin-bottom:7px; display:flex; flex-direction:column; gap:2px; font-size:12px; }
.rx-message-reply-preview strong { color:#20344b; }
.rx-message-reply-preview span { color:#5c6670; }
.rx-achievement-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:10px; }
.rx-achievement-badge { display:flex; align-items:center; gap:10px; border-radius:16px; background:#f4f6f8; padding:12px; font-size:13px; font-weight:800; color:#20344b; }
.rx-achievement-badge i { width:34px; height:34px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; background:#e8f8d4; color:#59a80f; }
@media (max-width: 680px) {
  .rx-search-page,
  .rx-member-search { gap:8px; }
  .rx-search-page select,
  .rx-member-state-filter { flex:1 1 100%; width:100%; }
}

.rx-message-compose-reply{display:flex;align-items:center;gap:8px;border-left:3px solid #93e547;background:#f4f6f8;border-radius:12px;padding:8px 10px;margin:0 0 8px 0;font-size:13px}.rx-message-compose-reply strong{color:#20344b}.rx-message-compose-reply span{flex:1;color:#66717d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-message-compose-reply button{border:0;background:transparent;color:#66717d;cursor:pointer}.rx-message-x-actions--reply{opacity:.0;transition:opacity .15s}.rx-message-bubble-row:hover .rx-message-x-actions--reply{opacity:1}

/* RunnerX v5.6.1: compact region meta, filters and message reply polish */
.rx-content-state-chip{background:transparent!important;border:0!important;padding:0!important;color:inherit!important;font-size:inherit!important;font-weight:inherit!important;border-radius:0!important;}
.rx-region-filter--page{display:flex;justify-content:flex-end;padding:12px 16px;border-bottom:1px solid var(--rx-border,#dfe8f1);margin:0!important;background:#fff;}
.rx-region-filter--page label,.rx-map-filter-select{height:46px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--rx-border,#dbe5ef);border-radius:12px;background:#fff;padding:0 12px;font-weight:850;color:#0f172a;min-width:220px;}
.rx-region-filter--page select,.rx-map-filter-select select{border:0!important;background:transparent!important;outline:0!important;height:44px!important;min-height:44px!important;padding:0 24px 0 0!important;font:inherit!important;font-weight:850!important;color:inherit!important;width:100%;}
.rx-geo-filter{align-items:center!important;gap:10px!important;}
.rx-geo-filter .rx-pill,.rx-geo-filter select,.rx-geo-filter .rx-map-filter-select{height:46px!important;min-height:46px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;}
.rx-geo-filter .rx-pill{padding:0 16px!important;}
.rx-geo-filter select{border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:12px!important;padding:0 14px!important;background:#fff!important;font-weight:850!important;}
.rx-geo-filter .rx-map-filter-select select{border:0!important;padding-right:22px!important;}
@media(max-width:720px){.rx-region-filter--page{justify-content:stretch;padding:12px 14px}.rx-region-filter--page label,.rx-map-filter-select{width:100%;min-width:0}.rx-geo-filter>*{width:100%!important;justify-content:center!important}.rx-geo-filter .rx-map-filter-select{justify-content:flex-start!important}}

/* Message menu/reply: all messages can be answered; reply preview full-width above composer */
.rx-message-compose-reply{grid-column:1/-1!important;width:100%!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;border-left:4px solid var(--rx-accent,#93e547)!important;background:#f4f6f8!important;border-radius:14px!important;padding:10px 12px!important;margin:0 0 2px!important;font-size:13px!important;order:-10!important;box-sizing:border-box!important;}
.rx-message-compose-reply strong{color:#20344b!important;font-weight:950!important;white-space:nowrap!important;}
.rx-message-compose-reply span{min-width:0!important;color:#66717d!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.rx-message-compose-reply button{width:30px!important;height:30px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#66717d!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}
.rx-message-compose-reply button:hover{background:#e8edf1!important;color:#0f172a!important;}
.rx-message-menu button i.ico-redo2{font-size:16px;}
.rx-message-x-actions{opacity:0;transition:opacity .15s ease;}
.rx-message-bubble-row:hover .rx-message-x-actions,.rx-message-x-actions.is-open{opacity:1;}
@media(max-width:900px){.rx-message-x-actions{opacity:1!important}.rx-message-compose-reply{margin:0 0 6px!important}.rx-message-menu{max-width:calc(100vw - 24px)!important}}


/* RunnerX v5.6.2: globale Filter-/Popover-/Chat-Fixes */
:root{--rx-control-radius:var(--rx-radius,18px);}
.rx-region-filter--page{display:block!important;width:100%!important;padding:12px 16px!important;border-bottom:1px solid var(--rx-border,#dfe8f1)!important;margin:0!important;background:#fff!important;box-sizing:border-box!important;}
.rx-region-filter--page label{width:100%!important;max-width:none!important;min-width:0!important;height:48px!important;display:flex!important;align-items:center!important;gap:8px!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:var(--rx-control-radius)!important;background:#fff!important;padding:0 14px!important;box-sizing:border-box!important;font-weight:900!important;color:#07101d!important;position:relative!important;overflow:hidden!important;}
.rx-region-filter--page label i,.rx-map-filter-select i{color:#07101d!important;flex:0 0 auto!important;}
.rx-region-filter-label{flex:0 0 auto!important;white-space:nowrap!important;}
.rx-region-filter-current{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-weight:950!important;color:var(--rx-accent,#93e547)!important;}
.rx-region-filter--page:not(.is-selected) .rx-region-filter-current{color:#07101d!important;}
.rx-region-filter--page select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;}
.rx-map-overview{overflow:visible!important;}
.rx-map-overview .rx-geo-filter{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:10px!important;margin:12px 0 16px!important;overflow:visible!important;}
.rx-map-filter-select,.rx-geo-filter .rx-pill,.rx-geo-filter select[data-rx-radius-km]{height:48px!important;min-height:48px!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:var(--rx-control-radius)!important;background:#fff!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-weight:900!important;color:#07101d!important;box-shadow:none!important;}
.rx-map-filter-select{position:relative!important;min-width:0!important;width:100%!important;padding:0 14px!important;overflow:hidden!important;}
.rx-map-filter-select.is-selected{color:var(--rx-accent,#93e547)!important;}
.rx-map-filter-select select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;}
.rx-map-filter-select:after{content:"";margin-left:auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.8;flex:0 0 auto;}
.rx-geo-filter .rx-pill{padding:0 16px!important;justify-content:center!important;white-space:nowrap!important;}
.rx-geo-filter select[data-rx-radius-km]{padding:0 36px 0 14px!important;min-width:108px!important;appearance:auto!important;}
.rx-map-overview-frame{border-radius:var(--rx-control-radius)!important;}
@media(max-width:760px){.rx-map-overview .rx-geo-filter{grid-template-columns:1fr!important}.rx-map-filter-select,.rx-geo-filter .rx-pill,.rx-geo-filter select[data-rx-radius-km]{width:100%!important;justify-content:flex-start!important}.rx-region-filter--page{padding:10px 14px!important}}
/* Touch/Keyboard statt Hover: Aktionen auf Mobilgeräten immer erreichbar */
@media(hover:none),(pointer:coarse){
  .rx-message-x-actions{opacity:1!important;visibility:visible!important;}
  .rx-message-bubble-row:not(.is-me) .rx-message-x-actions{order:2!important;margin-left:2px!important;margin-right:0!important;}
  .rx-message-menu{position:fixed!important;right:12px!important;left:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 86px)!important;top:auto!important;z-index:2147483200!important;border-radius:16px!important;max-width:calc(100vw - 24px)!important;}
  .rx-hovercard,.rx-user-hovercard,.rx-event-hovercard{display:none!important;}
}
.rx-message-bubble-row:not(.is-me) .rx-message-x-actions{opacity:1;}
.rx-message-menu{z-index:2147483200!important;border-radius:var(--rx-control-radius)!important;}
.rx-message-compose{display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important;}
.rx-message-compose-reply{grid-column:1/-1!important;width:100%!important;margin:0!important;order:-20!important;}
.rx-message-compose-tools{display:contents!important;}
.rx-message-compose-main{display:contents!important;}
.rx-message-compose textarea[data-rx-message-input]{grid-column:3!important;}
.rx-message-send-btn,.rx-message-compose .rx-btn[type="submit"]{grid-column:4!important;}
.rx-message-attachment-preview{grid-column:1/-1!important;}
@media(max-width:520px){.rx-message-compose{grid-template-columns:auto auto minmax(0,1fr) auto!important;gap:8px!important}.rx-message-tool{width:38px!important;height:38px!important;min-width:38px!important}}

/* RunnerX v5.6.3: globale Dropdown-/Filter- und Chat-Action-Basis */
:root{--rx-control-radius:var(--rx-radius,18px);}
.rx-global-filter{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin:12px 0 16px!important;overflow:visible!important;}
.rx-global-select,
.rx-global-control{height:48px!important;min-height:48px!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:var(--rx-control-radius)!important;background:#fff!important;box-sizing:border-box!important;box-shadow:none!important;font-weight:900!important;color:#07101d!important;}
.rx-global-select{position:relative!important;width:100%!important;max-width:none!important;min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 14px!important;overflow:visible!important;}
.rx-global-select i{color:#07101d!important;flex:0 0 auto!important;}
.rx-global-select-label{flex:0 0 auto!important;white-space:nowrap!important;}
.rx-global-select-current{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-weight:950!important;color:#07101d!important;}
.rx-global-select.is-selected .rx-global-select-current{color:var(--rx-accent,#93e547)!important;}
.rx-global-select select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;color:#07101d!important;background:#fff!important;font-weight:900!important;}
.rx-global-select select option{color:#07101d!important;background:#fff!important;font-weight:900!important;}
.rx-global-select:after{content:"";margin-left:auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.75;flex:0 0 auto;color:var(--rx-accent,#93e547)!important;}
.rx-geo-filter-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;width:100%!important;align-items:center!important;}
.rx-geo-filter-row .rx-pill,.rx-geo-filter-row select[data-rx-radius-km]{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;white-space:nowrap!important;}
.rx-geo-filter-row select[data-rx-radius-km]{width:110px!important;min-width:110px!important;appearance:auto!important;color:#07101d!important;background:#fff!important;}
.rx-map-overview .rx-map-filter-select{grid-column:1/-1!important;}
.rx-map-overview .rx-geo-filter{grid-template-columns:1fr!important;}
.rx-map-overview .rx-geo-filter>select[data-rx-radius-km],.rx-map-overview .rx-geo-filter>.rx-pill{display:none!important;}
@media(max-width:760px){.rx-geo-filter-row{grid-template-columns:1fr!important}.rx-geo-filter-row .rx-pill,.rx-geo-filter-row select[data-rx-radius-km]{width:100%!important;justify-content:flex-start!important}.rx-global-select{height:48px!important}}

/* Chat-Bubbles/Actions global: keine Hover-Pflicht für Touch, fremde Nachrichten bekommen sichtbares Menü */
.rx-message-bubble-row{overflow:visible!important;}
.rx-message-bubble-row .rx-message-x-actions{display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2147483000!important;flex:0 0 auto!important;}
.rx-message-bubble-row:not(.is-me){display:flex!important;align-items:flex-end!important;gap:8px!important;}
.rx-message-bubble-row:not(.is-me) .rx-message-bubble{order:2!important;}
.rx-message-bubble-row:not(.is-me) .rx-message-x-actions{order:3!important;margin:0 0 3px 2px!important;}
.rx-message-bubble-row.is-me .rx-message-x-actions{order:1!important;margin:0 4px 3px 0!important;}
.rx-message-menu-toggle{background:#eff3f4!important;color:#07101d!important;border:0!important;}
.rx-message-menu-toggle:hover,.rx-message-x-actions.is-open .rx-message-menu-toggle{background:#e8edf1!important;}
.rx-message-menu{z-index:2147483200!important;border-radius:var(--rx-control-radius)!important;}
@media(hover:hover) and (pointer:fine){.rx-message-bubble-row .rx-message-x-actions{opacity:0!important}.rx-message-bubble-row:hover .rx-message-x-actions,.rx-message-x-actions:focus-within,.rx-message-x-actions.is-open{opacity:1!important}}
@media(hover:none),(pointer:coarse){.rx-message-bubble-row .rx-message-x-actions{opacity:1!important}.rx-message-menu{position:fixed!important;right:12px!important;left:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 86px)!important;top:auto!important;max-width:calc(100vw - 24px)!important}}

/* RunnerX v5.6.4: final global select consistency + chat action visibility */
:root{--rx-control-radius:var(--rx-radius,18px);}
/* One visual contract for all RunnerX filter selects: label/icon/arrow dark, selected value accent only. */
.rx-region-filter--page label,
.rx-global-select,
.rx-map-filter-select{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius)!important;
  background:#fff!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  color:#07101d!important;
  font-weight:900!important;
  box-shadow:none!important;
  position:relative!important;
  overflow:hidden!important;
}
.rx-region-filter--page label i,
.rx-global-select i,
.rx-map-filter-select i,
.rx-region-filter-label,
.rx-global-select-label{
  color:#07101d!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.rx-region-filter-current,
.rx-global-select-current{
  min-width:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-weight:950!important;
  color:#07101d!important;
}
.rx-region-filter--page.is-selected .rx-region-filter-current,
.rx-global-select.is-selected .rx-global-select-current,
.rx-map-filter-select.is-selected .rx-global-select-current{
  color:var(--rx-accent,#93e547)!important;
}
.rx-map-filter-select.is-selected,
.rx-map-filter-select.is-selected .rx-global-select-label,
.rx-map-filter-select.is-selected i{
  color:#07101d!important;
}
.rx-region-filter--page label:after,
.rx-global-select:after,
.rx-map-filter-select:after{
  content:""!important;
  margin-left:auto!important;
  width:8px!important;
  height:8px!important;
  border-right:2px solid #07101d!important;
  border-bottom:2px solid #07101d!important;
  transform:rotate(45deg)!important;
  opacity:.75!important;
  flex:0 0 auto!important;
  pointer-events:none!important;
}
.rx-region-filter--page select,
.rx-global-select select,
.rx-map-filter-select select{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  cursor:pointer!important;
  color:#07101d!important;
  background:#fff!important;
  font-weight:900!important;
}
.rx-region-filter--page select option,
.rx-global-select select option,
.rx-map-filter-select select option{
  color:#07101d!important;
  background:#fff!important;
  font-weight:900!important;
}
.rx-map-overview .rx-geo-filter{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
  margin:12px 0 16px!important;
  overflow:visible!important;
}
.rx-map-overview .rx-map-filter-select{grid-column:1/-1!important;}
.rx-geo-filter-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;width:100%!important;align-items:center!important;}
.rx-geo-filter-row .rx-pill,
.rx-geo-filter-row select[data-rx-radius-km]{height:48px!important;min-height:48px!important;border-radius:var(--rx-control-radius)!important;border:1px solid var(--rx-border,#dbe5ef)!important;background:#fff!important;box-shadow:none!important;color:#07101d!important;font-weight:900!important;}
.rx-geo-filter-row .rx-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;white-space:nowrap!important;}
.rx-geo-filter-row select[data-rx-radius-km]{width:110px!important;min-width:110px!important;padding:0 14px!important;appearance:auto!important;}
@media(max-width:760px){.rx-geo-filter-row{grid-template-columns:1fr!important}.rx-geo-filter-row .rx-pill,.rx-geo-filter-row select[data-rx-radius-km]{width:100%!important;justify-content:flex-start!important}}

/* Message actions: same class behavior for own and foreign bubbles; visible on hover/focus, always tappable on touch. */
.rx-message-bubble-row{position:relative!important;overflow:visible!important;display:flex!important;align-items:flex-end!important;gap:8px!important;width:100%!important;max-width:100%!important;}
.rx-message-bubble-row .rx-message-x-actions{display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;pointer-events:auto!important;z-index:2147483000!important;flex:0 0 auto!important;}
.rx-message-bubble-row.is-me{justify-content:flex-end!important;}
.rx-message-bubble-row.is-me .rx-message-x-actions{order:1!important;margin:0 4px 3px 0!important;}
.rx-message-bubble-row.is-me .rx-message-bubble{order:2!important;}
.rx-message-bubble-row:not(.is-me){justify-content:flex-start!important;}
.rx-message-bubble-row:not(.is-me) .rx-avatar-sm{order:1!important;}
.rx-message-bubble-row:not(.is-me) .rx-message-bubble{order:2!important;}
.rx-message-bubble-row:not(.is-me) .rx-message-x-actions{order:3!important;margin:0 0 3px 2px!important;}
.rx-message-menu-toggle{width:32px!important;height:32px!important;border:0!important;border-radius:999px!important;background:#eff3f4!important;color:#07101d!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}
.rx-message-menu-toggle:hover,.rx-message-x-actions.is-open .rx-message-menu-toggle{background:#e8edf1!important;}
.rx-message-menu{z-index:2147483200!important;border-radius:var(--rx-control-radius)!important;}
@media(hover:hover) and (pointer:fine){.rx-message-bubble-row .rx-message-x-actions{opacity:0!important}.rx-message-bubble-row:hover .rx-message-x-actions,.rx-message-x-actions:focus-within,.rx-message-x-actions.is-open{opacity:1!important}}
@media(hover:none),(pointer:coarse){.rx-message-bubble-row .rx-message-x-actions{opacity:1!important}.rx-message-menu{position:fixed!important;right:12px!important;left:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 86px)!important;top:auto!important;max-width:calc(100vw - 24px)!important}}


/* RunnerX v5.6.5: one real global dropdown/switch for filters and dashboard */
.rx-filter-switch,
.rx-bundesland-switch{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  z-index:45!important;
}
.rx-region-filter{width:100%!important;padding:10px 16px!important;border-bottom:1px solid var(--rx-border,#e6edf3)!important;}
.rx-region-filter--page{padding:10px 16px!important;}
.rx-filter-switch .rx-global-switch-toggle,
.rx-bundesland-switch .rx-global-switch-toggle{
  width:100%!important;
  min-height:52px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,8px)!important;
  background:#fff!important;
  color:#07101d!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.rx-filter-switch-main{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.rx-filter-switch-main i,
.rx-filter-switch-label{color:#07101d!important;flex:0 0 auto!important;font-weight:900!important;}
.rx-filter-switch-current{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--rx-accent,#93e547)!important;font-weight:950!important;}
.rx-filter-switch-arrow,
.rx-bundesland-switch .rx-global-switch-arrow{color:#07101d!important;margin-left:auto!important;flex:0 0 auto!important;}
.rx-filter-switch .rx-global-switch-menu,
.rx-bundesland-switch .rx-global-switch-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  right:0!important;
  display:none!important;
  grid-template-columns:1fr!important;
  gap:4px!important;
  max-height:min(66vh,560px)!important;
  overflow:auto!important;
  padding:8px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,8px)!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.14)!important;
  z-index:2147483000!important;
}
.rx-filter-switch.is-open .rx-global-switch-menu,
.rx-bundesland-switch.is-open .rx-global-switch-menu{display:grid!important;}
.rx-filter-switch .rx-global-switch-menu a,
.rx-bundesland-switch .rx-global-switch-menu a{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:36px!important;
  padding:8px 10px!important;
  border-radius:calc(var(--rx-control-radius,8px) - 2px)!important;
  text-decoration:none!important;
  color:#07101d!important;
  background:transparent!important;
  font-weight:900!important;
  min-width:0!important;
}
.rx-filter-switch .rx-global-switch-menu a:hover,
.rx-filter-switch .rx-global-switch-menu a.is-active,
.rx-bundesland-switch .rx-global-switch-menu a:hover,
.rx-bundesland-switch .rx-global-switch-menu a.is-active{
  background:rgba(15,23,42,.10)!important;
  color:#07101d!important;
}
.rx-map-overview .rx-geo-filter{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin:12px 0 16px!important;overflow:visible!important;}
.rx-map-overview .rx-bundesland-switch{grid-column:1/-1!important;}
.rx-map-overview .rx-geo-filter-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;width:100%!important;align-items:center!important;}
@media(max-width:760px){
  .rx-region-filter{padding:10px 14px!important;}
  .rx-map-overview .rx-geo-filter-row{grid-template-columns:1fr!important;}
  .rx-map-overview .rx-geo-filter-row .rx-pill,
  .rx-map-overview .rx-geo-filter-row select[data-rx-radius-km]{width:100%!important;justify-content:flex-start!important;}
}

/* RunnerX v5.6.6: echte globale Form-/Dropdown-Basis */
:root{
  --rx-form-radius: var(--rx-radius, 18px);
  --rx-form-border: var(--rx-border, #dbe5ef);
  --rx-form-bg: #fff;
  --rx-form-muted-bg: #f8fafc;
  --rx-form-text: var(--rx-text, #07101d);
  --rx-form-accent: var(--rx-accent, #93e547);
}
.rx-form-field,
.rx-field{box-sizing:border-box!important;min-width:0!important;}
.rx-form-field>span,
.rx-field>span,
.rx-check-grid>legend{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--rx-form-text)!important;font-weight:950!important;line-height:1.2!important;margin:0 0 6px!important;}
.rx-form-field>span i,.rx-field>span i,.rx-check-grid>legend i{color:var(--rx-muted,#536471)!important;font-size:17px!important;line-height:1!important;}
.rx-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.rx-form-field textarea,
.rx-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.rx-field textarea,
.rx-form-control{
  width:100%!important;min-height:52px!important;border:1px solid var(--rx-form-border)!important;border-radius:var(--rx-form-radius)!important;background:var(--rx-form-bg)!important;color:var(--rx-form-text)!important;padding:13px 16px!important;box-sizing:border-box!important;font:inherit!important;font-weight:650!important;box-shadow:none!important;outline:none!important;
}
.rx-form-field textarea,.rx-field textarea{min-height:144px!important;line-height:1.45!important;resize:vertical!important;}
.rx-form-field input:focus,.rx-form-field textarea:focus,.rx-field input:focus,.rx-field textarea:focus,.rx-form-control:focus{border-color:var(--rx-form-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-form-accent) 18%,transparent)!important;}
.rx-form-field input[type="date"],.rx-form-field input[type="time"],.rx-field input[type="date"],.rx-field input[type="time"]{appearance:auto!important;}

/* Ein globaler Dropdown-Vertrag: Dashboard, Filter und Formular-Selects */
.rx-global-switch-toggle,
.rx-filter-switch-toggle,
.rx-form-select,
.rx-global-form-select,
.rx-region-filter--page .rx-filter-switch-toggle,
.rx-map-filter-select .rx-filter-switch-toggle{
  width:100%!important;min-height:52px!important;height:52px!important;border:1px solid var(--rx-form-border)!important;border-radius:var(--rx-form-radius)!important;background:#fff!important;color:var(--rx-form-text)!important;padding:0 14px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:10px!important;font-weight:950!important;box-shadow:none!important;overflow:hidden!important;position:relative!important;
}
.rx-form-select{cursor:pointer!important;}
.rx-form-select select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;font:inherit!important;}
.rx-form-select select option{color:#07101d!important;background:#fff!important;font-weight:900!important;}
.rx-form-select-current,.rx-filter-switch-current,.rx-region-filter-current,.rx-global-select-current{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--rx-form-accent)!important;font-weight:950!important;}
.rx-filter-switch-label,.rx-region-filter-label,.rx-global-select-label,.rx-form-select-label{color:var(--rx-form-text)!important;font-weight:950!important;white-space:nowrap!important;}
.rx-form-select-arrow,.rx-global-switch-arrow,.rx-filter-switch-arrow{margin-left:auto!important;color:var(--rx-form-text)!important;flex:0 0 auto!important;transition:transform .18s ease!important;}
.rx-global-switch.is-open .rx-global-switch-arrow,.rx-filter-switch.is-open .rx-filter-switch-arrow,.rx-form-select.is-open .rx-form-select-arrow{transform:rotate(180deg)!important;}
.rx-global-switch-menu,.rx-filter-switch-menu{border:1px solid var(--rx-form-border)!important;border-radius:var(--rx-form-radius)!important;background:#fff!important;box-shadow:0 20px 55px rgba(15,23,42,.14)!important;padding:8px!important;z-index:2147483000!important;}
.rx-global-switch-menu a,.rx-filter-switch-menu a{min-height:42px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;border-radius:calc(var(--rx-form-radius) - 6px)!important;color:var(--rx-form-text)!important;text-decoration:none!important;font-weight:900!important;}
.rx-global-switch-menu a.is-active,.rx-filter-switch-menu a.is-active{background:color-mix(in srgb,var(--rx-form-accent) 18%,white)!important;color:var(--rx-form-text)!important;}
.rx-global-switch-menu a.is-active span,.rx-filter-switch-menu a.is-active span{color:var(--rx-form-text)!important;}
.rx-global-switch-menu a:hover,.rx-filter-switch-menu a:hover{background:#eef3f7!important;}

/* Alte native Select-Varianten optisch entschärfen, wenn sie noch irgendwo stehen */
.rx-region-filter--page label,
.rx-map-filter-select,
.rx-global-select{border-radius:var(--rx-form-radius)!important;border-color:var(--rx-form-border)!important;height:52px!important;min-height:52px!important;}
.rx-region-filter--page label:after,.rx-global-select:after,.rx-map-filter-select:after{border-color:var(--rx-form-text)!important;color:var(--rx-form-text)!important;}
.rx-map-filter-select.is-selected,.rx-map-filter-select.is-selected i,.rx-map-filter-select.is-selected .rx-global-select-label{color:var(--rx-form-text)!important;}
.rx-map-filter-select.is-selected .rx-global-select-current{color:var(--rx-form-accent)!important;}

/* Globale quadratische Checkboxen */
.rx-check-grid{border:0!important;padding:0!important;margin:0!important;}
.rx-check-grid>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
.rx-check-grid label,.rx-lauftreff-day-check{display:flex!important;align-items:center!important;gap:12px!important;border:1px solid var(--rx-form-border)!important;border-radius:var(--rx-form-radius)!important;background:#fff!important;padding:14px!important;min-height:58px!important;font-weight:950!important;box-sizing:border-box!important;cursor:pointer!important;}
.rx-check-grid input[type="checkbox"],.rx-lauftreff-day-check input[type="checkbox"]{appearance:none!important;width:30px!important;height:30px!important;flex:0 0 30px!important;border:1px solid #cfd9e3!important;border-radius:4px!important;background:#fff!important;margin:0!important;display:grid!important;place-items:center!important;}
.rx-check-grid input[type="checkbox"]:checked,.rx-lauftreff-day-check input[type="checkbox"]:checked{background:var(--rx-form-accent)!important;border-color:var(--rx-form-accent)!important;color:#07101d!important;}
.rx-check-grid input[type="checkbox"]:checked:after,.rx-lauftreff-day-check input[type="checkbox"]:checked:after{content:'✓'!important;font-size:17px!important;line-height:1!important;font-weight:950!important;color:#07101d!important;}

/* Globale Termin-/Schedule-Kombo */
.rx-lauftreff-schedule{gap:14px!important;}
.rx-lauftreff-schedule-title{display:flex!important;align-items:center!important;gap:8px!important;font-weight:950!important;font-size:18px!important;color:var(--rx-form-text)!important;}
.rx-lauftreff-schedule-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
.rx-lauftreff-day-row{display:grid!important;grid-template-columns:minmax(0,1fr) 170px!important;gap:12px!important;align-items:center!important;border:1px solid var(--rx-form-border)!important;border-radius:var(--rx-form-radius)!important;background:#fff!important;padding:12px!important;box-sizing:border-box!important;}
.rx-lauftreff-day-row .rx-lauftreff-day-check{border:0!important;padding:0!important;min-height:36px!important;border-radius:0!important;}
.rx-lauftreff-day-row input[type="time"]{height:48px!important;min-height:48px!important;border-radius:var(--rx-form-radius)!important;border:1px solid var(--rx-form-border)!important;padding:0 14px!important;font-weight:800!important;}

/* Uploadbox bleibt, aber global an Form-Variablen gebunden */
.rx-upload-box{border-radius:var(--rx-form-radius)!important;border-color:#cfd9e3!important;background:var(--rx-form-muted-bg)!important;}
.rx-upload-btn{border-radius:999px!important;background:var(--rx-primary,#07101d)!important;}

/* YouTube-Vorschau */
.rx-youtube-preview{display:none;margin-top:12px;border:1px solid var(--rx-form-border);border-radius:var(--rx-form-radius);background:#fff;overflow:hidden;}
.rx-youtube-preview.is-active{display:grid;grid-template-columns:148px minmax(0,1fr);gap:12px;align-items:center;padding:10px;}
.rx-youtube-preview img{width:148px;height:84px;object-fit:cover;border-radius:calc(var(--rx-form-radius) - 6px);background:#eef3f7;}
.rx-youtube-preview strong{display:block;font-weight:950;color:var(--rx-form-text);}
.rx-youtube-preview small{display:block;color:var(--rx-muted,#536471);font-weight:700;margin-top:3px;}

/* Social Network Felder global */
.rx-social-grid--global{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
.rx-social-field span i{color:var(--rx-muted,#536471)!important;}

@media(max-width:760px){
  .rx-check-grid>div,.rx-social-grid--global{grid-template-columns:1fr!important;}
  .rx-lauftreff-day-row{grid-template-columns:1fr!important;}
  .rx-youtube-preview.is-active{grid-template-columns:1fr!important;}
  .rx-youtube-preview img{width:100%;height:auto;aspect-ratio:16/9;}
}


/* RunnerX v5.6.7: finale globale Formular-/Dropdown-Korrekturen */
.rx-form-select-current,
.rx-filter-switch-current,
.rx-region-filter-current,
.rx-global-select-current{color:var(--rx-form-text,#07101d)!important;}
.rx-form-select.is-selected .rx-form-select-current,
.rx-filter-switch.is-selected .rx-filter-switch-current,
.rx-region-filter.is-selected .rx-region-filter-current,
.rx-region-filter--page.is-selected .rx-region-filter-current,
.rx-global-select.is-selected .rx-global-select-current{color:var(--rx-form-accent,var(--rx-accent,#93e547))!important;}
.rx-filter-switch-label,
.rx-region-filter-label,
.rx-global-select-label,
.rx-form-select-label{color:var(--rx-form-text,#07101d)!important;}
.rx-global-switch-arrow,
.rx-filter-switch-arrow,
.rx-form-select-arrow{color:var(--rx-form-text,#07101d)!important;}
.rx-global-switch-menu a.is-active,
.rx-filter-switch-menu a.is-active{background:color-mix(in srgb,var(--rx-form-accent,var(--rx-accent,#93e547)) 18%,white)!important;color:var(--rx-form-text,#07101d)!important;}
.rx-global-switch-menu a.is-active span,
.rx-filter-switch-menu a.is-active span{color:var(--rx-form-text,#07101d)!important;}
.rx-form-field>span i,
.rx-field>span i,
.rx-check-grid>legend i{color:var(--rx-muted,#536471)!important;}
.rx-admin-subhead{margin:22px 0 12px!important;font-size:16px!important;font-weight:950!important;color:#07101d!important;}

/* RunnerX v5.6.8: finale globale Formular-/Dropdown-Basis */
.rx-form-shell,
.rx-profile-edit-page{--rx-form-radius:var(--rx-control-radius,var(--rx-radius,18px));--rx-form-border:var(--rx-border,#dbe5ef);--rx-form-accent:var(--rx-accent,#93e547);--rx-form-text:var(--rx-text,#07101d);}
.rx-form-card .rx-field,
.rx-profile-edit-page .rx-field{display:flex!important;flex-direction:column!important;gap:6px!important;min-width:0!important;box-sizing:border-box!important;}
.rx-form-card .rx-field>small,
.rx-profile-edit-page .rx-field>small{color:var(--rx-muted,#536471)!important;font-weight:700!important;line-height:1.35!important;}
.rx-form-control,
.rx-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.rx-form-card textarea,
.rx-profile-edit-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.rx-profile-edit-page textarea{
  width:100%!important;
  min-height:52px!important;
  border:1px solid var(--rx-form-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,18px)!important;
  background:#fff!important;
  color:var(--rx-form-text,#07101d)!important;
  padding:13px 16px!important;
  box-sizing:border-box!important;
  font:inherit!important;
  font-weight:700!important;
  outline:none!important;
  box-shadow:none!important;
}
.rx-form-card textarea,
.rx-profile-edit-page textarea{min-height:142px!important;resize:vertical!important;line-height:1.45!important;}
.rx-form-control:focus,
.rx-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.rx-form-card textarea:focus,
.rx-profile-edit-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.rx-profile-edit-page textarea:focus{border-color:var(--rx-form-accent,#93e547)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-form-accent,#93e547) 18%,transparent)!important;}

/* Ein Dropdown-Vertrag: Dashboard-Switch, Filter-Switch und Formular-Select */
.rx-global-switch,
.rx-filter-switch,
.rx-form-dropdown{position:relative!important;z-index:80!important;}
.rx-global-switch.is-open,
.rx-filter-switch.is-open,
.rx-form-dropdown.is-open{z-index:2147483000!important;}
.rx-global-switch-toggle,
.rx-filter-switch-toggle,
.rx-form-select.rx-form-dropdown{
  min-height:52px!important;
  height:52px!important;
  border:1px solid var(--rx-form-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,18px))!important;
  background:#fff!important;
  color:var(--rx-form-text,#07101d)!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  box-shadow:none!important;
}
.rx-global-switch-toggle span,
.rx-filter-switch-main{min-width:0!important;display:flex!important;align-items:center!important;gap:10px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;}
.rx-filter-switch-label,
.rx-global-switch-toggle span,
.rx-form-field>span{color:var(--rx-form-text,#07101d)!important;font-weight:950!important;}
.rx-filter-switch-current,
.rx-form-select-current{color:var(--rx-form-text,#07101d)!important;font-weight:950!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.rx-filter-switch.is-selected .rx-filter-switch-current,
.rx-form-select.is-selected .rx-form-select-current{color:var(--rx-form-accent,#93e547)!important;}
.rx-global-switch-arrow,
.rx-filter-switch-arrow,
.rx-form-select-arrow{color:var(--rx-form-text,#07101d)!important;margin-left:auto!important;transition:transform .18s ease!important;flex:0 0 auto!important;}
.rx-global-switch.is-open .rx-global-switch-arrow,
.rx-filter-switch.is-open .rx-filter-switch-arrow,
.rx-form-select.is-open .rx-form-select-arrow{transform:rotate(180deg)!important;}
.rx-global-switch-menu,
.rx-filter-switch-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  right:0!important;
  z-index:2147483200!important;
  border:1px solid var(--rx-form-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,18px))!important;
  background:#fff!important;
  box-shadow:0 20px 55px rgba(15,23,42,.16)!important;
  padding:8px!important;
}
.rx-global-switch-menu a,
.rx-filter-switch-menu a{min-height:42px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;border-radius:calc(var(--rx-form-radius,var(--rx-control-radius,18px)) - 6px)!important;color:var(--rx-form-text,#07101d)!important;background:transparent!important;text-decoration:none!important;font-weight:950!important;}
.rx-global-switch-menu a:hover,
.rx-filter-switch-menu a:hover{background:#eef3f7!important;color:var(--rx-form-text,#07101d)!important;}
.rx-global-switch-menu a.is-active,
.rx-filter-switch-menu a.is-active{background:color-mix(in srgb,var(--rx-form-accent,#93e547) 18%,white)!important;color:var(--rx-form-text,#07101d)!important;}
.rx-global-switch-menu a.is-active span,
.rx-filter-switch-menu a.is-active span{color:var(--rx-form-text,#07101d)!important;}
.rx-global-switch-menu a.is-active:after,
.rx-filter-switch-menu a.is-active:after{content:'✓';margin-left:auto;font-weight:950;color:var(--rx-form-accent,#93e547);}
.rx-form-select select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;}
.rx-form-select select option{color:#07101d!important;background:#fff!important;font-weight:900!important;}

/* Globale Checkboxen: quadratisch, 1:1, identisch in allen Formularen */
.rx-check-grid label,
.rx-form-checkbox,
.rx-lauftreff-day-check{border:1px solid var(--rx-form-border,#dbe5ef)!important;border-radius:var(--rx-form-radius,18px)!important;background:#fff!important;}
.rx-check-grid input[type="checkbox"],
.rx-lauftreff-day-check input[type="checkbox"],
.rx-form-checkbox input[type="checkbox"]{appearance:none!important;width:30px!important;height:30px!important;aspect-ratio:1/1!important;border:1px solid #cfd9e3!important;border-radius:5px!important;background:#fff!important;margin:0!important;display:grid!important;place-items:center!important;}
.rx-check-grid input[type="checkbox"]:checked,
.rx-lauftreff-day-check input[type="checkbox"]:checked,
.rx-form-checkbox input[type="checkbox"]:checked{background:var(--rx-form-accent,#93e547)!important;border-color:var(--rx-form-accent,#93e547)!important;}
.rx-check-grid input[type="checkbox"]:checked:after,
.rx-lauftreff-day-check input[type="checkbox"]:checked:after,
.rx-form-checkbox input[type="checkbox"]:checked:after{content:'✓';font-size:17px;font-weight:950;color:#07101d;}

/* Globale Profil-/Bestzeitenfelder nutzen die Form-Basis */
.rx-form-grid--profile .rx-field,
.rx-form-grid--pbs .rx-field{min-width:0!important;}
.rx-profile-edit-page .rx-upload-box{border-radius:var(--rx-form-radius,18px)!important;}

/* Touch-sichere Dropdowns/Popovers */
@media(max-width:760px){
  .rx-global-switch-menu,.rx-filter-switch-menu{max-height:60vh!important;overflow:auto!important;}
  .rx-form-grid--profile,.rx-form-grid--pbs{grid-template-columns:1fr!important;}
}


/* RunnerX v5.6.9: globale UI-Komponenten-Erweiterung */
.rx-mentions-list .rx-notification-card{background:#f6f8fa;border-color:var(--rx-border,#dbe5ef)}
.rx-mention{font-weight:900;color:var(--rx-accent,#93e547);text-decoration:none}.rx-mention:hover{text-decoration:underline}
.rx-ui-component-note{font-size:13px;color:var(--rx-muted,#536471)}

/* RunnerX v5.7.2: comment target feedback */
.rx-comment-card.rx-comment-focus{animation:rxCommentFocus 2.2s ease-out;}
@keyframes rxCommentFocus{0%{background:rgba(147,229,71,.22);box-shadow:0 0 0 8px rgba(147,229,71,.14);}100%{background:transparent;box-shadow:none;}}

/* RunnerX v5.7.3: mobile chat composer gap + comment anchor stability */
@media (max-width: 900px){
  body.rx-messages-screen .rx-messages-page{
    height:calc(100dvh - var(--rx-mobile-header-height, 70px))!important;
    padding-bottom:0!important;
  }
  body.rx-messages-screen .rx-message-thread-panel{
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  body.rx-messages-screen .rx-message-thread{
    padding-bottom:10px!important;
  }
  body.rx-messages-screen .rx-message-compose{
    position:sticky!important;
    bottom:0!important;
    margin-bottom:0!important;
    padding-bottom:max(10px, env(safe-area-inset-bottom, 0px))!important;
    border-bottom:0!important;
  }
}
.rx-comment-focus,
.rx-comment-card.is-highlight{
  animation:rxCommentFocus 2.2s ease-out 1;
  box-shadow:0 0 0 3px rgba(147,229,71,.28)!important;
}
@keyframes rxCommentFocus{
  0%{background:rgba(147,229,71,.24)}
  100%{background:transparent}
}

/* RunnerX v5.8.0 – finale Framework-Overrides */
.rx-ui-popover,.rx-global-switch-menu,.rx-filter-switch-menu,.rx-message-menu{box-sizing:border-box;}
.rx-global-switch .rx-global-switch-arrow,.rx-form-select-arrow{color:#0f172a!important;transition:transform .18s ease!important;}
.rx-global-switch.is-open .rx-global-switch-arrow,.rx-global-switch:focus-within .rx-global-switch-arrow{transform:rotate(180deg)!important;}
.rx-filter-switch-label{color:#0f172a!important;}
.rx-filter-switch-current,.rx-global-switch-menu a.is-active span,.rx-form-select.is-selected .rx-form-select-current{color:var(--rx-accent,#93e547)!important;}
.rx-global-switch-menu a.is-active{background:#f4f6f8!important;}
.rx-members-stream-shell{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.rx-members-search-inline{width:100%!important;margin:0!important;padding:0 0 12px!important;background:transparent!important;border:0!important;display:block!important;}
.rx-members-search-inline label{width:100%!important;margin:0!important;display:flex!important;align-items:center!important;gap:10px!important;background:#f4f6f8!important;border:0!important;border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;padding:0 14px!important;height:48px!important;box-sizing:border-box!important;}
.rx-members-search-inline input{width:100%!important;border:0!important;background:transparent!important;outline:0!important;height:46px!important;}
.rx-user-list--stream{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;}
.rx-user-list--stream .rx-user-card,.rx-user-card--stream{border:0!important;border-bottom:1px solid #edf0f2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;margin:0!important;padding:14px 0!important;}
.rx-user-card--stream:last-child{border-bottom:0!important;}
@media(max-width:700px){.rx-user-card--stream{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.rx-user-card--stream .rx-user-actions,.rx-user-card--stream .rx-user-card-actions{width:100%!important;display:flex!important;justify-content:flex-start!important;gap:8px!important;margin-left:54px!important}}
body.rx-messages-screen .rx-message-bubble-row{position:relative!important;overflow:visible!important;display:flex!important;align-items:flex-end!important;gap:8px!important;width:100%!important;max-width:100%!important;}
body.rx-messages-screen .rx-message-bubble-row .rx-message-x-actions{display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;pointer-events:auto!important;z-index:2147483000!important;flex:0 0 auto!important;}
body.rx-messages-screen .rx-message-bubble-row:not(.is-me) .rx-message-x-actions{order:3!important;opacity:1!important;margin:0 0 3px 2px!important;}
body.rx-messages-screen .rx-message-bubble-row:not(.is-me) .rx-message-bubble{order:2!important;}
body.rx-messages-screen .rx-message-bubble-row:not(.is-me) .rx-avatar-sm,.rx-message-bubble-row:not(.is-me) .rx-avatar{order:1!important;}
body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-x-actions{order:1!important;margin:0 4px 3px 0!important;}
body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-bubble{order:2!important;}
body.rx-messages-screen .rx-message-menu-toggle{width:32px!important;height:32px!important;border:0!important;border-radius:999px!important;background:#eff3f4!important;color:#07101d!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}
@media(hover:hover) and (pointer:fine){body.rx-messages-screen .rx-message-bubble-row .rx-message-x-actions{opacity:0!important}body.rx-messages-screen .rx-message-bubble-row:hover .rx-message-x-actions,body.rx-messages-screen .rx-message-x-actions:focus-within,body.rx-messages-screen .rx-message-x-actions.is-open{opacity:1!important}}
@media(hover:none),(pointer:coarse){body.rx-messages-screen .rx-message-bubble-row .rx-message-x-actions{opacity:1!important}.rx-message-menu{position:fixed!important;right:12px!important;left:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 86px)!important;top:auto!important;max-width:calc(100vw - 24px)!important}}
body.rx-messages-screen .rx-message-compose{padding-top:10px!important;padding-bottom:10px!important;}


/* RunnerX v5.8.1: finalisierte globale UI-Framework-Klassen */
.rx-global-switch,
.rx-filter-switch,
.rx-form-dropdown{position:relative;display:block;width:100%;z-index:20}
.rx-global-switch-toggle,
.rx-filter-switch-toggle{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--rx-border,#e5e7eb);border-radius:var(--rx-control-radius,var(--rx-radius,12px));background:#fff;color:var(--rx-text,#0f172a);padding:0 14px;font-weight:700;text-align:left;cursor:pointer}
.rx-global-switch-toggle>span,.rx-filter-switch-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.rx-filter-switch-label{color:var(--rx-text,#0f172a);font-weight:700}.rx-filter-switch-current,.rx-form-select.is-selected .rx-form-select-current{color:var(--rx-accent,#93e547);font-weight:800}.rx-global-switch-arrow,.rx-filter-switch-arrow,.rx-form-select-arrow{color:var(--rx-text,#0f172a)!important;transition:transform .18s ease}.rx-global-switch.is-open .rx-global-switch-arrow,.rx-form-select.is-open .rx-form-select-arrow{transform:rotate(180deg)}
.rx-global-switch-menu,.rx-filter-switch-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:2147483000;display:none;background:#fff;border:1px solid var(--rx-border,#e5e7eb);border-radius:var(--rx-control-radius,var(--rx-radius,12px));box-shadow:0 18px 45px rgba(15,23,42,.18);overflow:hidden;padding:6px}.rx-global-switch.is-open .rx-global-switch-menu{display:block}.rx-global-switch-menu a,.rx-global-switch-menu button{width:100%;min-height:42px;border:0;background:transparent;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:calc(var(--rx-control-radius,var(--rx-radius,12px)) - 4px);color:var(--rx-text,#0f172a);text-decoration:none;font:inherit;font-weight:700;text-align:left}.rx-global-switch-menu a:hover,.rx-global-switch-menu button:hover{background:#f5f6f7}.rx-global-switch-menu .is-active{background:#f1f3f5;color:var(--rx-accent,#93e547)}
.rx-field input,.rx-field textarea,.rx-field select,.rx-form-field input,.rx-form-field textarea{border-radius:var(--rx-control-radius,var(--rx-radius,12px));border:1px solid var(--rx-border,#e5e7eb);background:#fff;min-height:48px}.rx-field textarea,.rx-form-field textarea{min-height:130px}.rx-form-select{position:relative;min-height:48px;border:1px solid var(--rx-border,#e5e7eb);border-radius:var(--rx-control-radius,var(--rx-radius,12px));background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px}.rx-form-select select{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.rx-form-select-current{color:var(--rx-text,#0f172a);font-weight:700}.rx-form-select:not(.is-selected) .rx-form-select-current{color:#667085!important}.rx-check-grid label,.rx-schedule-days label{display:flex;align-items:center;gap:8px;background:#f7f8fa;border-radius:var(--rx-control-radius,var(--rx-radius,12px));padding:10px 12px}.rx-check-grid input[type="checkbox"],.rx-schedule-days input[type="checkbox"]{appearance:none;width:20px;height:20px;min-width:20px;border:2px solid var(--rx-border,#d9dee7);border-radius:6px;background:#fff}.rx-check-grid input[type="checkbox"]:checked,.rx-schedule-days input[type="checkbox"]:checked{background:var(--rx-accent,#93e547);border-color:var(--rx-accent,#93e547);box-shadow:inset 0 0 0 4px #fff}.rx-upload-box{border-radius:var(--rx-control-radius,var(--rx-radius,12px))!important}.rx-youtube-preview{margin-top:10px;border-radius:var(--rx-control-radius,var(--rx-radius,12px));overflow:hidden;background:#f7f8fa}.rx-youtube-preview iframe{display:block;width:100%;aspect-ratio:16/9;border:0}
.rx-ui-popover,.rx-popover{z-index:2147483000}.rx-popover.is-open,.rx-user-actions-menu.is-open{display:block}.rx-user-actions-global{position:relative;display:inline-flex;align-items:center;gap:8px}.rx-user-actions-menu{position:absolute;right:0;top:calc(100% + 8px);display:none;min-width:220px;background:#fff;border:1px solid var(--rx-border,#e5e7eb);border-radius:var(--rx-control-radius,var(--rx-radius,12px));box-shadow:0 18px 45px rgba(15,23,42,.18);padding:6px}.rx-user-actions-menu a,.rx-user-actions-menu button{display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;padding:10px;border-radius:10px;color:var(--rx-text,#0f172a);text-decoration:none;font-weight:700}.rx-user-actions-menu .is-danger,.rx-user-actions-menu .is-blocked{color:#e11d48}.rx-chat-bubble,.rx-message-bubble{position:relative}.rx-chat-bubble .rx-message-actions,.rx-message-bubble .rx-message-actions{opacity:0;pointer-events:none;transition:opacity .15s}.rx-chat-bubble:hover .rx-message-actions,.rx-message-bubble:hover .rx-message-actions,.rx-chat-bubble:focus-within .rx-message-actions,.rx-message-bubble:focus-within .rx-message-actions{opacity:1;pointer-events:auto}@media (hover:none),(pointer:coarse){.rx-chat-bubble .rx-message-actions,.rx-message-bubble .rx-message-actions{opacity:1;pointer-events:auto}.rx-user-actions-menu{position:fixed;right:12px;left:auto;max-width:calc(100vw - 24px)}}
.rx-action-icon{width:40px;height:40px;border:0;border-radius:999px;background:#f1f3f5!important;color:var(--rx-accent,#93e547)!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.rx-action-icon i{color:var(--rx-accent,#93e547)!important}.rx-chat-editor-global{border-top:1px solid var(--rx-border,#e5e7eb);padding:12px}.rx-chat-editor-row{display:flex;align-items:flex-end;gap:8px}.rx-chat-reply-preview{width:100%;margin:0 0 8px;background:#f6f7f8;border-left:4px solid var(--rx-accent,#93e547);border-radius:var(--rx-control-radius,var(--rx-radius,12px));padding:10px}
.rx-comment-target-highlight,.rx-comment-highlight{animation:rxCommentPulse 2s ease 1}@keyframes rxCommentPulse{0%,100%{background:transparent}25%,70%{background:rgba(147,229,71,.18)}}

/* RunnerX v5.8.2: globale Filterklasse statt verstreuter Bundesland-Dropdowns */
.rx-global-filterbar{padding:12px 0;border-bottom:1px solid var(--rx-border,#e6edf3);background:#fff}
.rx-filterbar-search{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:0 16px;box-sizing:border-box}
.rx-filterbar-search-field{flex:1;min-width:0;height:48px;display:flex;align-items:center;gap:10px;border:1px solid var(--rx-border,#dbe5ee);border-radius:var(--rx-control-radius,var(--rx-radius,14px));background:#fff;padding:0 14px;box-sizing:border-box}
.rx-filterbar-search-field i{color:#536471;font-size:18px}.rx-filterbar-search-field input{width:100%;height:46px;border:0!important;outline:0;background:transparent!important;font:inherit;color:var(--rx-text,#0f172a);box-shadow:none!important;padding:0!important}
.rx-filterbar-toggle{height:48px;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important}
.rx-filter-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.38);z-index:2147482500;display:none}.rx-filter-modal-backdrop.is-open{display:block}
.rx-filter-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(520px,calc(100vw - 28px));max-height:calc(100vh - 40px);overflow:auto;z-index:2147482600;background:#fff;border:1px solid var(--rx-border,#e6edf3);border-radius:var(--rx-radius,14px);box-shadow:0 24px 80px rgba(15,23,42,.24);display:none}.rx-filter-modal.is-open{display:block}
.rx-filter-modal-head{height:58px;padding:0 18px;border-bottom:1px solid var(--rx-border,#e6edf3);display:flex;align-items:center;justify-content:space-between;gap:12px}.rx-filter-modal-head h2{display:flex;align-items:center;gap:9px;margin:0;font-size:20px;line-height:1.2}.rx-filter-modal-body{padding:18px;display:grid;gap:14px}.rx-filter-field{display:grid;gap:8px;font-weight:800;color:var(--rx-text,#0f172a)}.rx-filter-field>span{display:flex;align-items:center;gap:8px}.rx-filter-field select,.rx-filter-field input{height:48px;width:100%;border:1px solid var(--rx-border,#dbe5ee);border-radius:var(--rx-control-radius,var(--rx-radius,14px));background:#fff;color:var(--rx-text,#0f172a);font:inherit;font-weight:700;padding:0 14px;box-sizing:border-box}.rx-filter-modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:6px}.rx-filter-modal-actions .rx-btn{min-height:44px;border-radius:var(--rx-control-radius,var(--rx-radius,14px))}
.rx-user-state-chip{display:none!important}.rx-members-stream-shell{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.rx-user-list--stream .rx-user-card,.rx-user-card--stream{padding:14px 16px!important;border-bottom:1px solid var(--rx-border,#e6edf3)!important}.rx-user-card-actionbar{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex:0 0 auto!important}.rx-user-card-actions{order:1}.rx-follow-btn{order:2;display:inline-flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important}
@media(max-width:700px){.rx-filterbar-search{padding:0 12px;gap:8px}.rx-filterbar-toggle{width:48px;min-width:48px;padding:0!important;justify-content:center}.rx-filterbar-toggle span{display:none}.rx-user-card--stream{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;align-items:center!important}.rx-user-card--stream .rx-user-card-avatar{grid-column:1;grid-row:1}.rx-user-card--stream .rx-user-card-main{grid-column:2;grid-row:1;min-width:0}.rx-user-card--stream .rx-user-card-actionbar{grid-column:2;grid-row:2;justify-content:flex-start!important;margin:0!important;width:auto!important}.rx-user-card--stream .rx-user-card-actionbar .rx-follow-btn{min-height:40px}.rx-user-card--stream .rx-user-card-actionbar .rx-user-actions-global,.rx-user-card--stream .rx-user-card-actionbar .rx-user-card-actions{width:auto!important;margin:0!important}.rx-filter-modal-actions{flex-direction:column}.rx-filter-modal-actions .rx-btn{width:100%;justify-content:center}}

/* RunnerX v5.8.3: globale Suchfelder + Filterbar vereinheitlicht */
.rx-searchbox,
.rx-sidebar-search .rx-searchbox,
.rx-top-search .rx-searchbox,
.rx-search-page,
.rx-filterbar-search-field,
.rx-mobile-search-head .rx-searchbox{
  height:48px!important;
  min-height:48px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
}
.rx-searchbox input,
.rx-sidebar-search .rx-searchbox input,
.rx-top-search .rx-searchbox input,
.rx-search-page input,
.rx-filterbar-search-field input,
.rx-mobile-search-head .rx-searchbox input{
  height:46px!important;
  line-height:46px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  min-width:0!important;
  width:100%!important;
}
.rx-searchbox i,
.rx-sidebar-search .rx-searchbox i,
.rx-top-search .rx-searchbox i,
.rx-search-page i,
.rx-filterbar-search-field i{color:#536471!important;flex:0 0 auto;}
.rx-filterbar{position:relative;z-index:5;}
.rx-filterbar-search{align-items:center!important;}
.rx-filterbar-toggle .rx-filterbar-current{font-style:normal;font-size:12px;font-weight:900;color:var(--rx-accent,#93e547);margin-left:2px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media(max-width:700px){.rx-filterbar-toggle .rx-filterbar-current{display:none}.rx-searchbox,.rx-sidebar-search .rx-searchbox,.rx-top-search .rx-searchbox,.rx-search-page,.rx-filterbar-search-field{height:46px!important;min-height:46px!important}.rx-filterbar-search-field input{height:44px!important;line-height:44px!important}}

/* RunnerX v5.8.4: Filterbar-Pills, aktive Filter, Kommentar-Highlight und Kartenfilter-Korrektur */
.rx-filterbar-toggle.is-active{
  background:var(--rx-accent,#93e547)!important;
  border-color:var(--rx-accent,#93e547)!important;
  color:#07101d!important;
}
.rx-filterbar-toggle.is-active i,
.rx-filterbar-toggle.is-active span{color:#07101d!important;}
.rx-filterbar-count:empty{display:none!important;}
.rx-filterbar-count{
  min-width:22px;height:22px;border-radius:999px;background:#07101d;color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:12px;font-weight:950;line-height:1;
}
.rx-filter-active-pills:empty{display:none!important;}
.rx-filter-active-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 4px;}
.rx-filter-pill{
  display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,white);color:#07101d;
  min-height:34px;padding:0 10px;font-weight:900;cursor:pointer;
}
.rx-filter-pill i{font-size:12px;color:#07101d;}
.rx-filter-field select{appearance:auto!important;}
.rx-map-overview .rx-geo-filter-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(110px,150px)!important;gap:10px!important;align-items:center!important;}
.rx-map-overview .rx-global-control,
.rx-map-overview .rx-pill{height:48px!important;min-height:48px!important;border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;}
.rx-comment-target-highlight,
.rx-comment-highlight,
.rx-comment-card.is-highlight,
.rx-comment-card.rx-comment-focus{
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  padding:12px!important;
  margin-left:-12px!important;
  margin-right:-12px!important;
  background:rgba(147,229,71,.16)!important;
  box-shadow:0 0 0 1px rgba(147,229,71,.28)!important;
}
@keyframes rxCommentPulse{0%,100%{background:rgba(147,229,71,.10)}25%,70%{background:rgba(147,229,71,.18)}}
@media(max-width:700px){
  .rx-map-overview .rx-geo-filter-row{grid-template-columns:1fr!important;}
  .rx-filterbar-toggle{width:auto!important;min-width:48px!important;padding:0 14px!important;}
  .rx-filterbar-toggle span{display:inline!important;}
}


/* RunnerX v5.9.2: chat composer spacing, global action icons, comment menu */
.rx-comment-focus,.rx-comment-card.is-highlight{padding:14px!important;border-radius:var(--rx-radius,8px)!important;background:rgba(147,229,71,.14)!important;}
.rx-comment-more{position:relative;margin-left:auto;display:inline-flex;align-items:center;}
.rx-comment-more-toggle{width:34px;height:34px;border:0;border-radius:999px;background:#eff3f4;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.rx-comment-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:1200;min-width:190px;background:#fff;border:1px solid var(--rx-border);border-radius:var(--rx-radius,8px);box-shadow:0 18px 48px rgba(15,20,25,.14);padding:8px;}
.rx-comment-menu button{width:100%;display:flex!important;align-items:center;gap:8px;border:0;background:transparent;border-radius:var(--rx-radius,8px);padding:10px 12px!important;color:#0f172a!important;font-weight:800;text-align:left;cursor:pointer;}
.rx-comment-menu button:hover{background:var(--rx-hover,#f7f9f9)!important;color:#0f172a!important;}
.rx-comment-menu button[data-rx-comment-delete]{color:#b42318!important;}
.rx-message-tool,.rx-discussion-tools .rx-tool-btn,.rx-comment-edit-tools .rx-tool-btn{background:#eff3f4!important;color:var(--rx-accent)!important;border:0!important;border-radius:var(--rx-radius,8px)!important;}
.rx-message-tool:hover,.rx-discussion-tools .rx-tool-btn:hover,.rx-comment-edit-tools .rx-tool-btn:hover{background:#e7ecf0!important;}
body.rx-messages-screen .rx-message-compose{align-items:center!important;padding-top:8px!important;padding-bottom:8px!important;}
body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{min-height:42px!important;height:42px;display:block;}
@media(max-width:900px){
 body.rx-messages-screen .rx-message-compose{padding:8px 10px!important;gap:8px!important;}
 body.rx-messages-screen .rx-message-tool{width:40px!important;height:40px!important;min-width:40px!important;border-radius:var(--rx-radius,8px)!important;}
 body.rx-messages-screen .rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important;}
 .rx-comment-menu{right:0;top:auto;bottom:calc(100% + 8px);max-width:calc(100vw - 24px);}
}

/* RunnerX v5.9.3: final chat composer spacing, suggestions and action buttons */
:root{--rx-control-radius:var(--rx-radius,8px)}
.rx-message-compose,
body.rx-messages-screen .rx-message-compose{
  min-height:64px!important;
  padding:10px 12px!important;
  align-items:center!important;
  gap:10px!important;
  box-sizing:border-box!important;
}
.rx-message-compose-tools{align-items:center!important;padding-bottom:0!important;gap:8px!important;}
.rx-message-compose-main{gap:6px!important;align-self:center!important;}
.rx-message-compose textarea[data-rx-message-input]{
  min-height:44px!important;
  height:44px!important;
  padding:11px 16px!important;
  border-radius:var(--rx-control-radius)!important;
  box-sizing:border-box!important;
}
.rx-message-tool,
.rx-message-compose .rx-message-tool,
.rx-message-send-btn,
.rx-message-compose .rx-btn,
.rx-message-menu-toggle,
.rx-comment-more-toggle,
.rx-tool-btn,
.rx-discussion-tools .rx-tool-btn{
  border-radius:var(--rx-control-radius)!important;
}
.rx-message-tool,
.rx-tool-btn,
.rx-discussion-tools .rx-tool-btn{
  background:#eff3f4!important;
  color:var(--rx-accent,#93e547)!important;
  border:0!important;
}
.rx-message-tool:hover,
.rx-tool-btn:hover,
.rx-discussion-tools .rx-tool-btn:hover{background:#e7ecf0!important;}
.rx-message-send-btn,
.rx-message-compose .rx-btn{border-radius:var(--rx-control-radius)!important;}
.rx-mention-suggest{
  z-index:2147483200!important;
  border-radius:var(--rx-control-radius)!important;
  max-height:220px!important;
  overflow:auto!important;
}
.rx-mention-suggest.is-message-suggest{
  box-shadow:0 18px 50px rgba(15,23,42,.2)!important;
}
.rx-mention-suggest.is-message-suggest button{min-height:56px!important;}
@media(max-width:900px){
  body.rx-messages-screen .rx-message-compose,
  .rx-message-compose{
    min-height:64px!important;
    padding:10px 10px calc(10px + env(safe-area-inset-bottom)) 10px!important;
    align-items:center!important;
  }
  .rx-message-compose-tools{gap:6px!important;}
  .rx-message-tool{width:40px!important;height:40px!important;}
  .rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important;}
  .rx-mention-suggest.is-message-suggest{
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-height:180px!important;
  }
}

/* RunnerX v5.9.3: make comment options consistent */
.rx-comment-more{margin-left:auto!important;}
.rx-comment-menu{z-index:2147483000!important;}
.rx-comment-card .rx-comment-head{position:relative;}

@media(max-width:900px){body.rx-messages-screen .rx-message-compose,.rx-message-compose{padding-top:10px!important;padding-bottom:10px!important;}}
@media(max-width:900px){.rx-mention-suggest.is-message-suggest{top:var(--rx-suggest-top,auto)!important;bottom:auto!important;}}


/* RunnerX v5.9.4: final composer/suggestions/floating controls cleanup */
:root{--rx-control-radius:var(--rx-radius,8px);}
.rx-message-compose,
body.rx-messages-screen .rx-message-compose{
  display:grid!important;
  grid-template-columns:auto auto minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:8px!important;
  row-gap:8px!important;
  min-height:auto!important;
  height:auto!important;
  padding:10px 10px!important;
  margin:0!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border-top:1px solid var(--rx-border,#e5e7eb)!important;
}
.rx-message-compose-tools{display:contents!important;}
.rx-message-compose-main{grid-column:3!important;min-width:0!important;width:100%!important;display:block!important;align-self:center!important;}
.rx-message-compose textarea[data-rx-message-input]{width:100%!important;min-width:0!important;max-width:none!important;min-height:44px!important;height:44px!important;margin:0!important;display:block!important;box-sizing:border-box!important;resize:none!important;border-radius:var(--rx-control-radius)!important;}
.rx-message-compose .rx-message-tool{width:40px!important;height:40px!important;min-width:40px!important;margin:0!important;border-radius:var(--rx-control-radius)!important;align-self:center!important;}
.rx-message-send-btn{width:44px!important;height:44px!important;min-width:44px!important;margin:0!important;border-radius:var(--rx-control-radius)!important;align-self:center!important;}
.rx-message-compose-reply,.rx-message-attachment-preview{grid-column:1/-1!important;width:100%!important;margin:0 0 2px!important;}
@media(max-width:900px){
  body.rx-messages-screen .rx-message-compose,
  .rx-message-compose{padding:10px 8px!important;column-gap:8px!important;}
  .rx-message-compose .rx-message-tool{width:40px!important;height:40px!important;min-width:40px!important;border-radius:var(--rx-control-radius)!important;}
  .rx-message-send-btn{width:44px!important;height:44px!important;min-width:44px!important;border-radius:var(--rx-control-radius)!important;}
}
.rx-mention-suggest.is-message-suggest{position:fixed!important;bottom:auto!important;z-index:2147483200!important;}
.rx-mention-suggest.is-message-suggest button{min-height:56px!important;}
@media(max-width:900px){.rx-mention-suggest.is-message-suggest{position:fixed!important;bottom:auto!important;}}
.rx-floating .rx-float-btn,
.rx-mobile-radial .rx-radial-main,
.rx-mobile-radial .rx-radial-item{border-radius:var(--rx-control-radius)!important;}
.rx-comment-menu [data-rx-comment-reply],
.rx-comment-menu [data-rx-comment-edit],
.rx-comment-menu [data-rx-comment-delete]{cursor:pointer!important;}

/* RunnerX v5.9.5: chat composer spacing and mobile mention suggestions */
:root{--rx-message-control-radius:var(--rx-control-radius,var(--rx-radius,8px));}
body.rx-messages-screen .rx-message-compose,
.rx-messages-app .rx-message-compose{
  display:grid!important;
  grid-template-columns:auto auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px!important;
  min-height:64px!important;
  height:auto!important;
  box-sizing:border-box!important;
  border-top:1px solid var(--rx-border,#dfe8f1)!important;
  background:#fff!important;
}
body.rx-messages-screen .rx-message-compose-tools,
.rx-messages-app .rx-message-compose-tools{display:contents!important;}
body.rx-messages-screen .rx-message-compose-main,
.rx-messages-app .rx-message-compose-main{
  grid-column:3!important;
  min-width:0!important;
  width:100%!important;
  display:block!important;
  margin:0!important;
}
body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
.rx-messages-app .rx-message-compose textarea[data-rx-message-input]{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:44px!important;
  min-height:44px!important;
  max-height:118px!important;
  margin:0!important;
  padding:11px 16px!important;
  box-sizing:border-box!important;
  resize:none!important;
  border-radius:var(--rx-message-control-radius)!important;
  background:#eff3f4!important;
  border:1px solid transparent!important;
  line-height:20px!important;
}
body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:focus,
.rx-messages-app .rx-message-compose textarea[data-rx-message-input]:focus{
  background:#f5f8fa!important;
  border-color:rgba(29,155,240,.28)!important;
  box-shadow:0 0 0 2px rgba(29,155,240,.10)!important;
}
body.rx-messages-screen .rx-message-compose .rx-message-tool,
.rx-messages-app .rx-message-compose .rx-message-tool,
body.rx-messages-screen .rx-message-send-btn,
.rx-messages-app .rx-message-send-btn{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  margin:0!important;
  align-self:center!important;
  border-radius:var(--rx-message-control-radius)!important;
  box-sizing:border-box!important;
}
body.rx-messages-screen .rx-message-compose .rx-message-tool,
.rx-messages-app .rx-message-compose .rx-message-tool{
  background:#eff3f4!important;
  border:0!important;
  color:var(--rx-accent,#93e547)!important;
}
body.rx-messages-screen .rx-message-compose .rx-message-tool i,
.rx-messages-app .rx-message-compose .rx-message-tool i{color:var(--rx-accent,#93e547)!important;}
body.rx-messages-screen .rx-message-send-btn,
.rx-messages-app .rx-message-send-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  background:var(--rx-link,#1d9bf0)!important;
  color:#fff!important;
  border:0!important;
}
.rx-mention-suggest.is-message-suggest{
  position:fixed!important;
  top:auto!important;
  z-index:2147483200!important;
  border-radius:var(--rx-message-control-radius)!important;
  max-height:220px!important;
  overflow:auto!important;
  box-shadow:0 18px 50px rgba(15,23,42,.22)!important;
}
@media(max-width:900px){
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose{
    padding:10px!important;
    min-height:64px!important;
    grid-template-columns:44px 44px minmax(0,1fr) 44px!important;
  }
  .rx-mention-suggest.is-message-suggest{
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:none!important;
    top:auto!important;
  }
}


/* RunnerX v5.9.6: final mobile chat composer spacing.
   Keep floating buttons untouched. Remove safe-area bottom padding from the composer itself;
   the thread gets the needed scroll reserve instead. */
@media(max-width:900px), (pointer:coarse) and (max-width:1180px){
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose{
    bottom:0!important;
    padding:10px!important;
    margin:0!important;
    min-height:64px!important;
    height:64px!important;
    max-height:none!important;
    display:grid!important;
    grid-template-columns:44px 44px minmax(0,1fr) 44px!important;
    align-items:center!important;
    gap:8px!important;
    box-sizing:border-box!important;
    border-top:1px solid var(--rx-border,#dfe8f1)!important;
  }
  body.rx-messages-screen .rx-message-thread{
    padding-bottom:84px!important;
  }
  body.rx-messages-screen .rx-message-compose-tools,
  .rx-messages-app .rx-message-compose-tools{
    display:contents!important;
    padding:0!important;
    margin:0!important;
  }
  body.rx-messages-screen .rx-message-compose-main,
  .rx-messages-app .rx-message-compose-main{
    grid-column:3!important;
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
  .rx-messages-app .rx-message-compose textarea[data-rx-message-input]{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:11px 16px!important;
    line-height:20px!important;
    box-sizing:border-box!important;
    resize:none!important;
    border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  }
  body.rx-messages-screen .rx-message-compose .rx-message-tool,
  .rx-messages-app .rx-message-compose .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn,
  .rx-messages-app .rx-message-send-btn{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
    border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
    box-sizing:border-box!important;
  }
}


/* RunnerX v5.9.7: notifications page as stream layout + single read loader */
.rx-dashboard-main > .rx-notifications-page-flat{
  margin-left:0!important;
  margin-right:0!important;
  width:100%!important;
  max-width:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
  overflow:visible!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-panel-head{
  padding:16px 20px 14px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-panel-head h2{
  margin:0!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-dashboard-box-actions{
  margin:0!important;
  padding:14px 20px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  justify-content:flex-end!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-notification-list{
  gap:0!important;
  margin:0!important;
  padding:0!important;
  width:100%!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-notification-item{
  width:100%!important;
  margin:0!important;
  padding:16px 20px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-notification-item.is-unread{
  background:rgba(147,229,71,.10)!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-notification-item:not(.is-unread){
  background:#f7f9f9!important;
}
.rx-dashboard-main > .rx-notifications-page-flat .rx-empty-state{
  margin:16px 20px!important;
}
[data-rx-mark-notifications-read].is-busy{
  opacity:.72;
  pointer-events:none;
}
[data-rx-mark-notifications-read].is-busy::after{
  content:none!important;
}
@media(max-width:720px){
  .rx-dashboard-main > .rx-notifications-page-flat{margin-left:0!important;margin-right:0!important;}
  .rx-dashboard-main > .rx-notifications-page-flat .rx-panel-head,
  .rx-dashboard-main > .rx-notifications-page-flat .rx-dashboard-box-actions,
  .rx-dashboard-main > .rx-notifications-page-flat .rx-notification-item{padding-left:14px!important;padding-right:14px!important;}
}

/* RunnerX v5.9.8: flat dashboard lists + single loader + sticky right column */
.rx-content-shell > .rx-notifications-page-flat,
.rx-dashboard-main > .rx-notifications-page-flat,
.rx-content-shell > .rx-flat-list-page,
.rx-dashboard-main > .rx-flat-list-page{
  margin:0!important;
  width:100%!important;
  max-width:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
  overflow:visible!important;
}
.rx-content-shell > .rx-flat-list-page .rx-panel-head,
.rx-dashboard-main > .rx-flat-list-page .rx-panel-head{
  padding:16px 20px 14px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
}
.rx-content-shell > .rx-flat-list-page .rx-panel-head h2,
.rx-dashboard-main > .rx-flat-list-page .rx-panel-head h2{margin:0!important;}
.rx-content-shell > .rx-flat-list-page .rx-dashboard-box-actions,
.rx-dashboard-main > .rx-flat-list-page .rx-dashboard-box-actions{
  margin:0!important;
  padding:14px 20px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  display:flex!important;
  justify-content:flex-end!important;
}
.rx-content-shell > .rx-flat-list-page .rx-user-list,
.rx-dashboard-main > .rx-flat-list-page .rx-user-list,
.rx-content-shell > .rx-flat-list-page .rx-notification-list,
.rx-dashboard-main > .rx-flat-list-page .rx-notification-list,
.rx-content-shell > .rx-flat-list-page .rx-dashboard-comments,
.rx-dashboard-main > .rx-flat-list-page .rx-dashboard-comments{
  margin:0!important;
  padding:0!important;
  gap:0!important;
  width:100%!important;
}
.rx-content-shell > .rx-flat-list-page .rx-notification-item,
.rx-dashboard-main > .rx-flat-list-page .rx-notification-item,
.rx-content-shell > .rx-flat-list-page .rx-member-row,
.rx-dashboard-main > .rx-flat-list-page .rx-member-row,
.rx-content-shell > .rx-flat-list-page .rx-user-card,
.rx-dashboard-main > .rx-flat-list-page .rx-user-card,
.rx-content-shell > .rx-flat-list-page .rx-blocked-user-row,
.rx-dashboard-main > .rx-flat-list-page .rx-blocked-user-row,
.rx-content-shell > .rx-flat-list-page .rx-dashboard-comment-card,
.rx-dashboard-main > .rx-flat-list-page .rx-dashboard-comment-card{
  width:100%!important;
  margin:0!important;
  padding:16px 20px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-content-shell > .rx-flat-list-page .rx-notification-item:not(.is-unread),
.rx-dashboard-main > .rx-flat-list-page .rx-notification-item:not(.is-unread){background:#f7f9f9!important;}
.rx-content-shell > .rx-flat-list-page .rx-notification-item.is-unread,
.rx-dashboard-main > .rx-flat-list-page .rx-notification-item.is-unread{background:rgba(147,229,71,.10)!important;}
.rx-content-shell > .rx-flat-list-page .rx-empty-state,
.rx-dashboard-main > .rx-flat-list-page .rx-empty-state{margin:16px 20px!important;}
[data-rx-mark-notifications-read].is-busy{opacity:.78;pointer-events:none;display:inline-flex!important;align-items:center;gap:8px;}
[data-rx-mark-notifications-read].is-busy::before{content:'';width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:rx-spin .75s linear infinite;display:inline-block;}
[data-rx-mark-notifications-read].is-busy::after{content:none!important;display:none!important;}
@keyframes rx-spin{to{transform:rotate(360deg)}}
.rx-right-inner,.rx-aside-inner{position:sticky!important;top:12px!important;max-height:calc(100vh - 12px)!important;overflow:auto!important;overscroll-behavior:contain;}
.rx-right,.rx-aside{align-self:start!important;}
@media(max-width:720px){
  .rx-content-shell > .rx-flat-list-page .rx-panel-head,
  .rx-dashboard-main > .rx-flat-list-page .rx-panel-head,
  .rx-content-shell > .rx-flat-list-page .rx-dashboard-box-actions,
  .rx-dashboard-main > .rx-flat-list-page .rx-dashboard-box-actions,
  .rx-content-shell > .rx-flat-list-page .rx-notification-item,
  .rx-dashboard-main > .rx-flat-list-page .rx-notification-item,
  .rx-content-shell > .rx-flat-list-page .rx-user-card,
  .rx-dashboard-main > .rx-flat-list-page .rx-user-card,
  .rx-content-shell > .rx-flat-list-page .rx-blocked-user-row,
  .rx-dashboard-main > .rx-flat-list-page .rx-blocked-user-row,
  .rx-content-shell > .rx-flat-list-page .rx-dashboard-comment-card,
  .rx-dashboard-main > .rx-flat-list-page .rx-dashboard-comment-card{padding-left:14px!important;padding-right:14px!important;}
}

/* RunnerX v5.9.9: unified middle pages, flat dashboard sections, natural sticky right column, popover toggle polish */
.rx-flat-page-shell{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
}
.rx-flat-page-shell .rx-flat-list-page,
.rx-dashboard-main > .rx-flat-list-page,
.rx-content-shell > .rx-flat-list-page{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  max-width:none!important;
  width:100%!important;
}
.rx-flat-list-page .rx-panel-head{display:none!important;}
.rx-flat-actions,
.rx-flat-list-page .rx-dashboard-box-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  margin:0!important;
  padding:14px 24px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
}
.rx-flat-list-page .rx-notification-list,
.rx-flat-list-page .rx-user-list,
.rx-flat-list-page .rx-dashboard-comments{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  gap:0!important;
}
.rx-flat-list-page .rx-notification-item,
.rx-flat-list-page .rx-user-card,
.rx-flat-list-page .rx-blocked-user-row,
.rx-flat-list-page .rx-dashboard-comment-card{
  margin:0!important;
  width:100%!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:16px 24px!important;
}
.rx-flat-list-page .rx-notification-item:not(.is-unread){background:#f7f9f9!important;}
.rx-flat-list-page .rx-notification-item.is-unread{background:rgba(147,229,71,.10)!important;}
.rx-dashboard-layout.rx-content-shell{padding:0!important;}
.rx-dashboard-top{padding:14px 20px!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;}
.rx-dashboard-main{padding:0!important;}
.rx-dashboard-section-flat{
  margin:0!important;
  padding:18px 20px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  background:#fff!important;
}
.rx-section-title,
.rx-panel-head h2{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 14px!important;
}
.rx-section-title h2{margin:0!important;font-size:22px!important;line-height:1.2!important;}
.rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:rgba(147,229,71,.16)!important;
  color:var(--rx-accent,#93e547)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 34px!important;
}
.rx-section-title-icon i{font-size:18px!important;line-height:1!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin:0!important;}
.rx-dashboard-box:not(.rx-flat-list-page) .rx-panel-head h2 i{display:none!important;}
.rx-right-inner,.rx-aside-inner{
  position:sticky!important;
  top:12px!important;
  max-height:none!important;
  overflow:visible!important;
  overscroll-behavior:auto!important;
}
.rx-right,.rx-aside{align-self:start!important;overflow:visible!important;}
@media(max-width:720px){
  .rx-flat-actions,.rx-flat-list-page .rx-dashboard-box-actions{padding:12px 14px!important;}
  .rx-flat-list-page .rx-notification-item,
  .rx-flat-list-page .rx-user-card,
  .rx-flat-list-page .rx-blocked-user-row,
  .rx-flat-list-page .rx-dashboard-comment-card{padding:15px 14px!important;}
  .rx-dashboard-top{padding:12px 14px!important;}
  .rx-dashboard-section-flat{padding:16px 14px!important;}
}


/* RunnerX v6.0.0: final flat middle pages, unified forms/uploads, smart X-like sidebar */
:root{--rx-title-icon-size:34px;--rx-title-icon-radius:var(--rx-control-radius,var(--rx-radius,8px));}
/* Middle content: one clear header, then full-width content without nested cards */
.rx-flat-page-shell,.rx-notifications-flat-shell,.rx-dashboard-layout.rx-content-shell{padding:0!important;margin:0!important;width:100%!important;max-width:none!important;background:#fff!important;}
.rx-flat-page-shell > .rx-dashboard-box,.rx-flat-page-shell > .rx-flat-list-page,.rx-notifications-flat-shell > .rx-dashboard-box,.rx-notifications-flat-shell > .rx-flat-list-page,.rx-dashboard-main > .rx-flat-list-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important;}
.rx-flat-list-page .rx-panel-head,.rx-notifications-flat-shell .rx-panel-head{display:none!important;}
.rx-flat-list-page .rx-flat-actions,.rx-flat-list-page .rx-dashboard-box-actions,.rx-notifications-flat-shell .rx-dashboard-box-actions{margin:0!important;padding:12px 24px!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;background:#fff!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;}
.rx-flat-list-page .rx-notification-list,.rx-notifications-flat-shell .rx-notification-list,.rx-flat-list-page .rx-user-list,.rx-flat-list-page .rx-dashboard-comments{margin:0!important;padding:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:0!important;background:#fff!important;}
.rx-flat-list-page .rx-notification-item,.rx-notifications-flat-shell .rx-notification-item,.rx-flat-list-page .rx-user-card,.rx-flat-list-page .rx-member-row,.rx-flat-list-page .rx-blocked-user-row,.rx-flat-list-page .rx-dashboard-comment-card{margin:0!important;width:100%!important;max-width:none!important;border:0!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;border-radius:0!important;box-shadow:none!important;padding:16px 24px!important;background:#fff!important;}
.rx-flat-list-page .rx-notification-item:not(.is-unread),.rx-notifications-flat-shell .rx-notification-item:not(.is-unread){background:#f7f9f9!important;}
.rx-flat-list-page .rx-notification-item.is-unread,.rx-notifications-flat-shell .rx-notification-item.is-unread{background:rgba(147,229,71,.12)!important;}
.rx-flat-list-page .rx-empty-state,.rx-notifications-flat-shell .rx-empty-state{margin:16px 24px!important;}
/* Dashboard: no nested card look for dashboard sections */
.rx-dashboard-main{padding:0!important;}
.rx-dashboard-section,.rx-dashboard-section-flat,.rx-dashboard-main > .rx-content-box,.rx-dashboard-main > .rx-section-card{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;background:#fff!important;padding:18px 24px!important;}
.rx-dashboard-main > .rx-content-box .rx-panel-head,.rx-dashboard-main > .rx-section-card .rx-panel-head{border-bottom:0!important;margin:0!important;padding:0!important;}
/* Unified section titles */
.rx-section-title,.rx-form-card > h2,.rx-content-box > h2,.rx-section-card > h2,.rx-panel-head h2{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 16px!important;font-size:22px!important;line-height:1.2!important;font-weight:900!important;}
.rx-form-card > h2::before,.rx-content-box > h2::before,.rx-section-card > h2::before,.rx-panel-head h2::before{content:'';width:var(--rx-title-icon-size)!important;height:var(--rx-title-icon-size)!important;flex:0 0 var(--rx-title-icon-size)!important;border-radius:var(--rx-title-icon-radius)!important;background:rgba(147,229,71,.16)!important;box-shadow:inset 0 0 0 1px rgba(147,229,71,.10)!important;display:inline-flex!important;}
.rx-section-title-icon{width:var(--rx-title-icon-size)!important;height:var(--rx-title-icon-size)!important;flex:0 0 var(--rx-title-icon-size)!important;border-radius:var(--rx-title-icon-radius)!important;background:rgba(147,229,71,.16)!important;color:var(--rx-accent,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.rx-section-title-icon i{font-size:18px!important;color:var(--rx-accent,#93e547)!important;}
/* Unified form page layout: remove big enclosing cards, keep clean sections */
.rx-profile-edit-page,.rx-content-edit-form,.rx-content-form,.rx-create-form{padding:0!important;margin:0!important;background:#fff!important;}
.rx-profile-edit-page .rx-form-card,.rx-content-edit-form .rx-form-card,.rx-content-form .rx-form-card,.rx-create-form .rx-form-card,form .rx-form-card{margin:0!important;padding:22px 24px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;}
.rx-form-grid{gap:18px!important;}
.rx-form-field > span,.rx-field > span,.rx-form-control-wrap > span{display:flex!important;align-items:center!important;gap:8px!important;font-weight:900!important;color:var(--rx-text,#0f1419)!important;margin-bottom:8px!important;}
.rx-form-field > span i,.rx-field > span i,.rx-form-control-wrap > span i{width:28px!important;height:28px!important;min-width:28px!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#f1f5f7!important;color:#0f1419!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;}
.rx-form-control,.rx-input,.rx-textarea,.rx-select,.rx-form-grid input,.rx-form-grid textarea,.rx-form-grid select{border:1px solid var(--rx-border-2,#d8e1e8)!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;box-shadow:none!important;background:#fff!important;}
/* Unified upload component */
.rx-upload-stack{display:grid!important;gap:18px!important;}
.rx-upload-box,.rx-upload,.rx-form-upload{display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;grid-template-areas:'icon copy button' 'preview preview preview'!important;align-items:center!important;gap:14px 16px!important;width:100%!important;margin:0!important;padding:18px!important;border:1px dashed #cfd9e3!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#f8fbfd!important;box-sizing:border-box!important;}
.rx-upload-icon,.rx-upload > i{grid-area:icon!important;width:54px!important;height:54px!important;min-width:54px!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#eef3f6!important;color:#536471!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;}
.rx-upload-copy{grid-area:copy!important;min-width:0!important;}
.rx-upload-copy b{display:block!important;font-size:17px!important;line-height:1.2!important;}
.rx-upload-hint,.rx-upload-copy small{display:block!important;margin-top:4px!important;color:#536471!important;line-height:1.35!important;}
.rx-upload-btn{grid-area:button!important;align-self:center!important;justify-self:end!important;margin:0!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;white-space:nowrap!important;}
.rx-upload-preview{grid-area:preview!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-height:102px!important;margin:0!important;padding:16px!important;border:1px dashed #d8e1e8!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#fff!important;width:100%!important;box-sizing:border-box!important;}
.rx-upload-item{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.rx-upload-item .rx-thumb,.rx-upload-preview .rx-thumb{width:92px!important;height:92px!important;object-fit:cover!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;display:block!important;}
.rx-upload-remove{position:absolute!important;top:-9px!important;right:-9px!important;width:30px!important;height:30px!important;border:0!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#0b162d!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}
@media(max-width:720px){.rx-flat-list-page .rx-flat-actions,.rx-flat-list-page .rx-dashboard-box-actions,.rx-notifications-flat-shell .rx-dashboard-box-actions{padding:10px 14px!important}.rx-flat-list-page .rx-notification-item,.rx-notifications-flat-shell .rx-notification-item,.rx-flat-list-page .rx-user-card,.rx-flat-list-page .rx-member-row,.rx-flat-list-page .rx-blocked-user-row,.rx-flat-list-page .rx-dashboard-comment-card{padding:15px 14px!important}.rx-profile-edit-page .rx-form-card,.rx-content-edit-form .rx-form-card,.rx-content-form .rx-form-card,.rx-create-form .rx-form-card,form .rx-form-card{padding:18px 14px!important}.rx-upload-box,.rx-upload,.rx-form-upload{grid-template-columns:46px minmax(0,1fr)!important;grid-template-areas:'icon copy' 'button button' 'preview preview'!important}.rx-upload-btn{justify-self:stretch!important;text-align:center!important}.rx-upload-icon,.rx-upload > i{width:46px!important;height:46px!important;min-width:46px!important}.rx-upload-preview{min-height:92px!important;padding:12px!important}}
/* X-like smart sticky: no inner scrollbar; JS computes negative top when sidebar is taller than viewport */
.rx-right,.rx-aside{align-self:start!important;overflow:visible!important;}
.rx-right-inner,.rx-aside-inner{position:sticky!important;top:var(--rx-smart-sticky-top,12px)!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto!important;}
@media(max-width:1100px){.rx-right-inner,.rx-aside-inner{position:static!important;top:auto!important}}

/* RunnerX v6.0.1: final unified form headings, full-width forms, uploads and smart sticky */
:root{
  --rx-title-icon-size:34px;
  --rx-title-icon-radius:var(--rx-control-radius,var(--rx-radius,8px));
}
.rx-form-shell,
.rx-profile-edit-page,
.rx-content-edit-form,
.rx-content-form,
.rx-create-form{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 0 88px!important;
  box-sizing:border-box!important;
  background:#fff!important;
}
.rx-profile-edit-page .rx-form-card,
.rx-content-edit-form .rx-form-card,
.rx-content-form .rx-form-card,
.rx-create-form .rx-form-card,
.rx-form-shell > .rx-form-card,
form .rx-form-card{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:18px 24px 22px!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-form-card + .rx-form-card{margin-top:0!important;}
.rx-section-title,
.rx-form-card > .rx-section-title,
.rx-lauftreff-schedule-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 14px!important;
  padding:0!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:950!important;
  color:var(--rx-text,#07101d)!important;
}
/* Blank pseudo-icons from older fallbacks must not render when the real title helper is used. */
.rx-form-card > h2:not(.rx-section-title)::before,
.rx-content-box > h2:not(.rx-section-title)::before,
.rx-section-card > h2:not(.rx-section-title)::before,
.rx-panel-head h2:not(.rx-section-title)::before{display:none!important;content:none!important;}
.rx-section-title-icon,
.rx-lauftreff-schedule-title > i{
  width:var(--rx-title-icon-size)!important;
  height:var(--rx-title-icon-size)!important;
  min-width:var(--rx-title-icon-size)!important;
  border-radius:var(--rx-title-icon-radius)!important;
  background:rgba(147,229,71,.16)!important;
  color:var(--rx-accent,#93e547)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:inset 0 0 0 1px rgba(147,229,71,.10)!important;
}
.rx-section-title-icon:empty{display:none!important;}
.rx-section-title-icon i,
.rx-lauftreff-schedule-title > i{font-size:18px!important;color:var(--rx-accent,#93e547)!important;line-height:1!important;}
.rx-section-title-text{display:inline-flex!important;align-items:center!important;min-height:var(--rx-title-icon-size)!important;}
.rx-form-field > span,
.rx-field > span,
.rx-form-control-wrap > span,
.rx-check-grid legend{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 8px!important;
  font-weight:900!important;
  color:var(--rx-text,#07101d)!important;
  line-height:1.2!important;
}
.rx-form-field > span i,
.rx-field > span i,
.rx-form-control-wrap > span i,
.rx-check-grid legend i{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#f1f5f7!important;
  color:#07101d!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:15px!important;
}
.rx-form-field > span i[class=""],.rx-field > span i[class=""]{display:none!important;}
.rx-form-grid{width:100%!important;max-width:none!important;}
.rx-upload-box,
.rx-profile-edit-page .rx-upload-box{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) auto!important;
  grid-template-areas:'icon copy button' 'preview preview preview'!important;
  align-items:center!important;
  gap:14px 16px!important;
  width:100%!important;
  margin:0!important;
  padding:18px!important;
  border:1px dashed #cfd9e3!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#f8fbfd!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.rx-upload-icon,.rx-profile-edit-page .rx-upload-icon{grid-area:icon!important;width:54px!important;height:54px!important;min-width:54px!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#eef3f6!important;color:#536471!important;}
.rx-upload-copy,.rx-profile-edit-page .rx-upload-copy{grid-area:copy!important;display:block!important;min-width:0!important;}
.rx-upload-btn,.rx-profile-edit-page .rx-upload-btn{grid-area:button!important;justify-self:end!important;align-self:center!important;margin:0!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;white-space:nowrap!important;}
.rx-upload-preview,.rx-profile-edit-page .rx-upload-preview{grid-area:preview!important;width:100%!important;min-height:102px!important;margin:0!important;padding:16px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;border:1px dashed #d8e1e8!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#fff!important;box-sizing:border-box!important;}
.rx-upload-preview:empty{display:none!important;}
.rx-upload-item.is-loading{overflow:hidden!important;}
.rx-upload-progress{position:absolute!important;left:8px!important;right:8px!important;bottom:8px!important;height:6px!important;border-radius:999px!important;background:#e8eef4!important;overflow:hidden!important;}
.rx-upload-progress > span{display:block!important;height:100%!important;width:42%!important;border-radius:inherit!important;background:var(--rx-accent,#93e547)!important;animation:rx-upload-indeterminate 1s ease-in-out infinite!important;}
@keyframes rx-upload-indeterminate{0%{transform:translateX(-120%)}100%{transform:translateX(260%)}}
@media(max-width:720px){
  .rx-profile-edit-page .rx-form-card,
  .rx-content-edit-form .rx-form-card,
  .rx-content-form .rx-form-card,
  .rx-create-form .rx-form-card,
  .rx-form-shell > .rx-form-card,
  form .rx-form-card{padding:16px 14px 20px!important;}
  .rx-upload-box,.rx-profile-edit-page .rx-upload-box{grid-template-columns:46px minmax(0,1fr)!important;grid-template-areas:'icon copy' 'button button' 'preview preview'!important;padding:14px!important;}
  .rx-upload-btn,.rx-profile-edit-page .rx-upload-btn{justify-self:stretch!important;text-align:center!important;}
  .rx-upload-preview,.rx-profile-edit-page .rx-upload-preview{min-height:92px!important;padding:12px!important;}
}
/* Smart sticky is applied to the sidebar column, not only the inner element, so the grid parent can act as sticky container. */
.rx-right.rx-global-sidebar,
.rx-aside{
  position:sticky!important;
  top:var(--rx-smart-sticky-top,12px)!important;
  align-self:start!important;
  overflow:visible!important;
  max-height:none!important;
}
.rx-right-inner,.rx-aside-inner{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important;}
@media(max-width:1100px){.rx-right.rx-global-sidebar,.rx-aside{position:static!important;top:auto!important;}}


/* RunnerX v6.0.2: final corrections for smart sticky, popovers, full-width forms and title icons */
:root{--rx-title-space-y:18px;--rx-form-side-pad:24px;}
body:not(.rx-sidebar-open) .rx-right.rx-global-sidebar,
body:not(.rx-sidebar-open) .rx-aside{
  position:sticky!important;
  top:var(--rx-smart-sticky-top,12px)!important;
  align-self:start!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  contain:none!important;
}
.rx-right-inner,.rx-aside-inner,.rx-global-sidebar-inner{
  position:static!important;
  top:auto!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  overscroll-behavior:auto!important;
}
@media(max-width:1100px){body .rx-right.rx-global-sidebar,body .rx-aside{position:static!important;top:auto!important;}}
.rx-form-shell,.rx-profile-edit-page,.rx-content-edit-form,.rx-content-form,.rx-create-form{width:100%!important;max-width:none!important;margin:0!important;padding:0 0 88px!important;background:#fff!important;box-sizing:border-box!important;}
.rx-form-shell > .rx-form-card,.rx-profile-edit-page .rx-form-card,.rx-content-edit-form .rx-form-card,.rx-content-form .rx-form-card,.rx-create-form .rx-form-card,form .rx-form-card{width:100%!important;max-width:none!important;margin:0!important;padding:var(--rx-title-space-y) var(--rx-form-side-pad) 22px!important;border:0!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;box-sizing:border-box!important;}
.rx-form-grid,.rx-form-card .rx-form-grid,.rx-form-card .rx-field-full,.rx-form-card .rx-field,.rx-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.rx-form-card textarea,.rx-form-card select{max-width:none!important;box-sizing:border-box!important;}
.rx-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.rx-form-card textarea,.rx-form-card select{width:100%!important;}
.rx-section-title,.rx-form-card > .rx-section-title,.rx-lauftreff-schedule-title,.rx-form-card > h2,.rx-content-box > h2,.rx-section-card > h2,.rx-panel-head h2{margin:0 0 var(--rx-title-space-y)!important;padding:0!important;display:flex!important;align-items:center!important;gap:10px!important;line-height:1.2!important;}
.rx-section-title-icon:has(i[class=""]),.rx-section-title-icon:empty,.rx-field span i[class=""],.rx-form-field span i[class=""]{display:none!important;}
.rx-form-card > h2:not(.rx-section-title)::before,.rx-content-box > h2:not(.rx-section-title)::before,.rx-section-card > h2:not(.rx-section-title)::before,.rx-panel-head h2:not(.rx-section-title)::before{display:none!important;content:none!important;}
.rx-upload-box,.rx-profile-edit-page .rx-upload-box{width:100%!important;max-width:none!important;}
.rx-upload-item.is-loading .rx-thumb-placeholder{width:92px!important;height:92px!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#eef3f6!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#536471!important;}
.rx-upload-progress > span{width:0%;transition:width .18s ease!important;animation:none!important;}
.rx-upload-item.is-loading[data-rx-progress-indeterminate="1"] .rx-upload-progress > span{width:42%!important;animation:rx-upload-indeterminate 1s ease-in-out infinite!important;}
body.rx-messages-screen .rx-message-compose,.rx-messages-app .rx-message-compose{padding-top:10px!important;padding-bottom:10px!important;}
body.rx-messages-screen .rx-message-compose{bottom:0!important;}
.rx-message-recipient-title{font-size:18px!important;line-height:1.2!important;margin:0!important;}
@media(max-width:720px){:root{--rx-form-side-pad:14px;--rx-title-space-y:16px;}.rx-form-shell > .rx-form-card,.rx-profile-edit-page .rx-form-card,.rx-content-edit-form .rx-form-card,.rx-content-form .rx-form-card,.rx-create-form .rx-form-card,form .rx-form-card{padding:16px var(--rx-form-side-pad) 20px!important;}}

/* RunnerX v6.0.3: echte flache Frontend-Sektionen, einheitliche Überschriften, keine Doppel-Icon-Boxen */
:root{--rx-form-side-pad:24px;--rx-title-space-y:18px;--rx-title-icon-size:34px;--rx-title-icon-radius:var(--rx-control-radius,var(--rx-radius,8px));}
.rx-section-title,
.rx-form-card > .rx-section-title,
.rx-single-panel > .rx-section-title,
.rx-event-single-headline .rx-section-title,
.rx-panel-head > .rx-section-title,
.rx-profile-detail-card > .rx-section-title,
.rx-content-box > .rx-section-title,
.rx-section-card > .rx-section-title{
  display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 var(--rx-title-space-y)!important;padding:0!important;font-size:22px!important;line-height:1.2!important;font-weight:950!important;color:var(--rx-text,#07101d)!important;
}
.rx-form-card > h2::before,
.rx-content-box > h2::before,
.rx-section-card > h2::before,
.rx-panel-head h2::before,
.rx-single-panel > h2::before,
.rx-profile-detail-card > h2::before{display:none!important;content:none!important;}
.rx-section-title-icon{width:var(--rx-title-icon-size)!important;height:var(--rx-title-icon-size)!important;min-width:var(--rx-title-icon-size)!important;flex:0 0 var(--rx-title-icon-size)!important;border-radius:var(--rx-title-icon-radius)!important;background:rgba(147,229,71,.16)!important;color:var(--rx-accent,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:inset 0 0 0 1px rgba(147,229,71,.10)!important;}
.rx-section-title-icon:empty,.rx-section-title-icon:not(:has(i)),.rx-section-title-icon i[class=""]{display:none!important;}
.rx-section-title-icon i{font-size:18px!important;line-height:1!important;color:var(--rx-accent,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.rx-section-title-text{display:inline-flex!important;align-items:center!important;min-height:var(--rx-title-icon-size)!important;}
.rx-profile-detail-card > h2:not(.rx-section-title),.rx-single-panel > h2:not(.rx-section-title),.rx-panel-head h2:not(.rx-section-title){display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 var(--rx-title-space-y)!important;font-size:22px!important;line-height:1.2!important;font-weight:950!important;}
.rx-profile-detail-card > h2:not(.rx-section-title) > i,.rx-single-panel > h2:not(.rx-section-title) > i,.rx-panel-head h2:not(.rx-section-title) > i{width:var(--rx-title-icon-size)!important;height:var(--rx-title-icon-size)!important;min-width:var(--rx-title-icon-size)!important;border-radius:var(--rx-title-icon-radius)!important;background:rgba(147,229,71,.16)!important;color:var(--rx-accent,#93e547)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}

/* Frontend-Detailseiten: kein boxed Layout in der mittleren Spalte */
body .rx-main .rx-event-hero-panel,
body .rx-main .rx-single-panel,
body .rx-main .rx-event-map-panel,
body .rx-main .rx-event-links-panel,
body .rx-main .rx-organizer-panel,
body .rx-main .rx-gallery-panel,
body .rx-main .rx-social-panel,
body .rx-main .rx-participants-panel,
body .rx-main .rx-lauftreff-training-panel,
body .rx-main .rx-profile-detail-card,
body .rx-main .rx-profile-panel .rx-content-box,
body .rx-main .rx-profile-panel .rx-section-card{
  width:100%!important;max-width:none!important;margin:0!important;padding:24px var(--rx-form-side-pad)!important;border:0!important;border-radius:0!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;box-shadow:none!important;background:#fff!important;box-sizing:border-box!important;
}
body .rx-main .rx-profile-panel,
body .rx-main .rx-profile-details-stack.rx-content-stack,
body .rx-main .rx-profile-panel > .rx-content-stack{padding:0!important;margin:0!important;width:100%!important;max-width:none!important;}
body .rx-main .rx-event-hero-panel .rx-attendance-actions{margin-top:18px!important;padding-top:18px!important;}
body .rx-main .rx-event-single-headline h2{margin:0!important;}
body .rx-main .rx-event-single-headline .rx-section-title{margin-bottom:16px!important;}

/* Formular: Lauftreff-Termine sind eine eigene Section */
.rx-form-card--schedule,.rx-lauftreff-schedule-section{width:100%!important;max-width:none!important;margin:0!important;padding:18px var(--rx-form-side-pad) 22px!important;border:0!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;box-sizing:border-box!important;}
.rx-lauftreff-schedule-section .rx-form-schedule{margin:0!important;padding:0!important;border:0!important;background:transparent!important;}
.rx-lauftreff-schedule-grid{display:grid!important;gap:12px!important;}
.rx-lauftreff-day-row{width:100%!important;box-sizing:border-box!important;}
@media(max-width:720px){:root{--rx-form-side-pad:14px;--rx-title-space-y:16px;}body .rx-main .rx-event-hero-panel,body .rx-main .rx-single-panel,body .rx-main .rx-profile-detail-card,body .rx-main .rx-profile-panel .rx-content-box,body .rx-main .rx-profile-panel .rx-section-card,.rx-form-card--schedule,.rx-lauftreff-schedule-section{padding:18px var(--rx-form-side-pad)!important;}}

/* RunnerX v6.0.4: letzte UI-Korrekturen Teilnahme, Tags, Teilnehmerseiten, Chat und Benutzername */
body .rx-main .rx-event-hero-panel .rx-attendance-actions,
body .rx-main .rx-single-panel .rx-attendance-actions{
  margin:22px calc(var(--rx-form-side-pad,24px) * -1) -24px!important;
  padding:18px var(--rx-form-side-pad,24px) 20px!important;
  border-top:1px solid var(--rx-border,#e6eaf0)!important;
  background:#f7f9fb!important;
  width:auto!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-event-hero-panel .rx-attendance-actions .rx-attend-btn,
body .rx-main .rx-single-panel .rx-attendance-actions .rx-attend-btn{background:#fff!important;}
body .rx-main .rx-event-hero-panel .rx-attendance-actions .rx-attend-btn.is-active,
body .rx-main .rx-single-panel .rx-attendance-actions .rx-attend-btn.is-active{background:#0f1419!important;}
body .rx-main .rx-event-hero-panel .rx-attendance-actions .rx-attendance-count,
body .rx-main .rx-single-panel .rx-attendance-actions .rx-attendance-count{color:var(--rx-muted,#536471)!important;}
body .rx-main .rx-content-tags,
body .rx-main .rx-post-tags,
body .rx-main .rx-single-tags,
body .rx-main .rx-tag-list{
  margin-top:16px!important;
  padding-top:0!important;
}
body .rx-main .rx-feed-card .rx-content-tags,
body .rx-main article .rx-content-tags{margin-top:16px!important;}
body .rx-main .rx-people-page{padding:0!important;margin:0!important;width:100%!important;max-width:none!important;}
body .rx-main .rx-people-box{
  width:100%!important;max-width:none!important;margin:0!important;padding:24px var(--rx-form-side-pad,24px)!important;border:0!important;border-radius:0!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;background:#fff!important;box-shadow:none!important;box-sizing:border-box!important;
}
body .rx-main .rx-people-event-head{padding:0 0 20px!important;margin:0 0 20px!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;}
.rx-username-check{display:block!important;margin-top:8px!important;font-size:13px!important;font-weight:800!important;line-height:1.35!important;color:var(--rx-muted,#536471)!important;}
.rx-username-check.is-ok{color:#167b3a!important;}
.rx-username-check.is-bad{color:#b91c1c!important;}
.rx-username-suggestions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important;}
.rx-username-suggestion{border:1px solid var(--rx-border,#dbe5ef)!important;background:#fff!important;border-radius:999px!important;padding:7px 11px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;color:var(--rx-text,#07101d)!important;cursor:pointer!important;}
.rx-username-suggestion:hover{border-color:var(--rx-accent,#93e547)!important;background:#f8fff1!important;}
body.rx-messages-screen .rx-message-compose,
.rx-messages-app .rx-message-compose{
  align-items:center!important;
  min-height:62px!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
  box-sizing:border-box!important;
}
body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
.rx-messages-app .rx-message-compose textarea[data-rx-message-input]{margin:0!important;align-self:center!important;}
@media(max-width:760px){
  body .rx-main .rx-event-hero-panel .rx-attendance-actions,
  body .rx-main .rx-single-panel .rx-attendance-actions{margin-left:calc(var(--rx-form-side-pad,14px) * -1)!important;margin-right:calc(var(--rx-form-side-pad,14px) * -1)!important;margin-bottom:-18px!important;padding:16px var(--rx-form-side-pad,14px) 18px!important;}
  body .rx-main .rx-people-box{padding:18px var(--rx-form-side-pad,14px)!important;}
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose{min-height:62px!important;padding:10px!important;gap:8px!important;}
}


/* RunnerX v6.0.5: username status colors, mobile chat composer 15px, glossary helpful */
.rx-profile-edit .rx-username-field small.rx-username-check.is-ok,
.rx-form .rx-username-check.is-ok,
.rx-username-check.is-ok{color:#15803d!important;}
.rx-profile-edit .rx-username-field small.rx-username-check.is-bad,
.rx-form .rx-username-check.is-bad,
.rx-username-check.is-bad{color:#dc2626!important;}
.rx-username-check.is-ok::before{content:'✓ ';font-weight:900;}
.rx-username-check.is-bad::before{content:'✕ ';font-weight:900;}
@media(max-width:900px), (pointer:coarse) and (max-width:1180px){
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose{
    min-height:74px!important;
    height:auto!important;
    padding-top:15px!important;
    padding-bottom:15px!important;
    padding-left:10px!important;
    padding-right:10px!important;
    align-items:center!important;
  }
}
.rx-glossary-helpful-box{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:22px var(--rx-form-side-pad,24px) 4px;padding:16px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;background:#f7f9fb;}
.rx-glossary-helpful-btn{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--rx-border,#dbe5ef);background:#fff;color:var(--rx-text,#07101d);border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer;box-shadow:none;}
.rx-glossary-helpful-btn i{color:var(--rx-muted,#536471);}
.rx-glossary-helpful-btn.is-active{border-color:var(--rx-accent,#93e547);background:#f4ffe8;}
.rx-glossary-helpful-btn.is-active i{color:var(--rx-accent,#93e547);}
.rx-glossary-helpful-btn strong{min-width:20px;text-align:center;}
.rx-glossary-helpful-link{font-weight:900;color:var(--rx-link,#1d9bf0);text-decoration:none;}
body .rx-main .rx-helpful-page{padding:0!important;margin:0!important;width:100%!important;max-width:none!important;}
body .rx-main .rx-helpful-box{width:100%!important;max-width:none!important;margin:0!important;padding:24px var(--rx-form-side-pad,24px)!important;border:0!important;border-radius:0!important;border-bottom:1px solid var(--rx-border,#e6eaf0)!important;background:#fff!important;box-shadow:none!important;box-sizing:border-box!important;}
.rx-helpful-term-head{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid var(--rx-border,#e6eaf0);}
.rx-helpful-term-head h2{margin:8px 0 4px;font-size:22px;line-height:1.2;}
.rx-helpful-term-head h2 a{color:inherit;text-decoration:none;}
@media(max-width:760px){
  .rx-glossary-helpful-box{margin-left:var(--rx-form-side-pad,14px);margin-right:var(--rx-form-side-pad,14px);align-items:stretch;flex-direction:column;}
  body .rx-main .rx-helpful-box{padding:18px var(--rx-form-side-pad,14px)!important;}
}


/* RunnerX v6.0.6: helpful page matches people layout, smaller people titles, fixed follow notification target */
body .rx-main .rx-people-titlebar h1,
body .rx-main .rx-helpful-titlebar h1{
  font-size:24px!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
  margin:0!important;
  text-align:left!important;
}
body .rx-main .rx-helpful-titlebar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
body .rx-main .rx-helpful-page.rx-people-page{padding:0!important;margin:0!important;width:100%!important;max-width:none!important;}
body .rx-main .rx-helpful-box.rx-people-box{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:24px var(--rx-form-side-pad,24px)!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-helpful-term-head.rx-people-event-head{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  margin:0 0 20px!important;
  padding:0 0 20px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
}
.rx-helpful-icon-card{
  width:72px!important;
  height:72px!important;
  border-radius:8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eef8e6!important;
  color:var(--rx-accent,#93e547)!important;
  font-size:28px!important;
  box-sizing:border-box!important;
}
.rx-helpful-term-meta h2{margin:5px 0 6px!important;font-size:22px!important;line-height:1.1!important;}
.rx-helpful-term-meta h2 a{color:inherit!important;text-decoration:none!important;}
.rx-glossary-helpful-btn i{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  color:var(--rx-muted,#536471)!important;
  box-shadow:0 1px 3px rgba(15,23,42,.08)!important;
  font-size:13px!important;
}
.rx-glossary-helpful-btn.is-active i{
  color:var(--rx-accent,#93e547)!important;
  border-color:rgba(147,229,71,.65)!important;
}
@media(max-width:760px){
  body .rx-main .rx-people-titlebar h1,
  body .rx-main .rx-helpful-titlebar h1{font-size:21px!important;}
  body .rx-main .rx-helpful-box.rx-people-box{padding:18px var(--rx-form-side-pad,14px)!important;}
  body .rx-main .rx-helpful-term-head.rx-people-event-head{grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;}
  .rx-helpful-icon-card{width:64px!important;height:64px!important;font-size:24px!important;}
}


/* RunnerX v6.0.7: Listen-Titel mit Admin-Icons, graue Infoflächen, Chat-Composer exakt mittig */
body .rx-main .rx-people-titlebar{
  min-height:70px!important;
  padding:0 var(--rx-form-side-pad,24px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  background:#fff!important;
}
body .rx-main .rx-people-titlebar .rx-section-title{
  margin:0!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:950!important;
  flex:1 1 auto!important;
  min-width:0!important;
}
body .rx-main .rx-people-titlebar .rx-section-title-icon{
  --rx-title-icon-size:34px;
}
body .rx-main .rx-people-titlebar .rx-people-back-btn{
  flex:0 0 auto!important;
}
body .rx-main .rx-people-box,
body .rx-main .rx-helpful-box{
  padding:0!important;
  background:#fff!important;
}
body .rx-main .rx-people-event-head,
body .rx-main .rx-helpful-term-head{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  width:100%!important;
  margin:0!important;
  padding:24px var(--rx-form-side-pad,24px)!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  background:#f7f9fb!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-people-event-meta h2,
body .rx-main .rx-helpful-term-head h2{
  margin:6px 0 4px!important;
  font-size:22px!important;
  line-height:1.2!important;
}
body .rx-main .rx-people-user-list,
body .rx-main .rx-helpful-user-list,
body .rx-main .rx-people-box .rx-loadmore-wrap,
body .rx-main .rx-helpful-box .rx-loadmore-wrap{
  padding-left:var(--rx-form-side-pad,24px)!important;
  padding-right:var(--rx-form-side-pad,24px)!important;
}
body .rx-main .rx-people-user-list,
body .rx-main .rx-helpful-user-list{
  padding-top:18px!important;
  padding-bottom:18px!important;
}
@media(max-width:760px){
  body .rx-main .rx-people-titlebar{min-height:62px!important;padding-left:var(--rx-form-side-pad,14px)!important;padding-right:var(--rx-form-side-pad,14px)!important;}
  body .rx-main .rx-people-titlebar .rx-section-title{font-size:18px!important;}
  body .rx-main .rx-people-event-head,
  body .rx-main .rx-helpful-term-head{padding:18px var(--rx-form-side-pad,14px)!important;}
}

body.rx-messages-screen .rx-message-thread-panel,
.rx-messages-app .rx-message-thread-panel{
  min-height:0!important;
}
@media(max-width:900px), (pointer:coarse) and (max-width:1180px){
  body.rx-messages-screen .rx-message-thread-panel,
  .rx-messages-app .rx-message-thread-panel{
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) 74px!important;
    overflow:hidden!important;
  }
  body.rx-messages-screen .rx-message-thread,
  .rx-messages-app .rx-message-thread{
    min-height:0!important;
    padding-bottom:15px!important;
  }
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose{
    position:relative!important;
    inset:auto!important;
    bottom:auto!important;
    min-height:74px!important;
    height:74px!important;
    max-height:74px!important;
    padding:15px 10px!important;
    align-items:center!important;
    align-content:center!important;
    overflow:visible!important;
    transform:none!important;
  }
  body.rx-messages-screen .rx-message-compose-main,
  .rx-messages-app .rx-message-compose-main,
  body.rx-messages-screen .rx-message-compose-tools,
  .rx-messages-app .rx-message-compose-tools,
  body.rx-messages-screen .rx-message-compose .rx-message-tool,
  .rx-messages-app .rx-message-compose .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn,
  .rx-messages-app .rx-message-send-btn{
    align-self:center!important;
  }
}

/* RunnerX v6.0.8: people/helpful list header, flat info rows, popover alignment, mobile chat composer */
body .rx-main .rx-people-titlebar,
body .rx-main .rx-helpful-titlebar{
  min-height:58px!important;
  padding:0 var(--rx-form-side-pad,24px)!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-people-titlebar .rx-section-title,
body .rx-main .rx-helpful-titlebar .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  font-size:18px!important;
  line-height:1.18!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
  text-align:left!important;
  color:var(--rx-text,#07101d)!important;
  flex:1 1 auto!important;
  min-width:0!important;
}
body .rx-main .rx-people-titlebar .rx-section-title-text,
body .rx-main .rx-helpful-titlebar .rx-section-title-text{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body .rx-main .rx-people-titlebar .rx-section-title-icon,
body .rx-main .rx-helpful-titlebar .rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eef8e6!important;
  color:var(--rx-accent,#93e547)!important;
  font-size:17px!important;
}
body .rx-main .rx-people-page,
body .rx-main .rx-helpful-page{
  padding:0!important;
  margin:0!important;
  width:100%!important;
  max-width:none!important;
}
body .rx-main .rx-people-box,
body .rx-main .rx-helpful-box{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  box-shadow:none!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-people-event-head,
body .rx-main .rx-helpful-term-head{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px var(--rx-form-side-pad,24px)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6eaf0)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#f7f9fb!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
}
body .rx-main .rx-helpful-term-head{grid-template-columns:72px minmax(0,1fr)!important;}
body .rx-main .rx-people-event-meta,
body .rx-main .rx-helpful-term-meta{min-width:0!important;}
body .rx-main .rx-people-event-meta h2,
body .rx-main .rx-helpful-term-meta h2{
  margin:6px 0 4px!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
body .rx-main .rx-people-user-list,
body .rx-main .rx-helpful-user-list{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px var(--rx-form-side-pad,24px)!important;
  box-sizing:border-box!important;
  display:grid!important;
  gap:10px!important;
}
body .rx-main .rx-people-user-list .rx-user-card,
body .rx-main .rx-helpful-user-list .rx-user-card,
body .rx-main .rx-people-user-list .rx-member-row,
body .rx-main .rx-helpful-user-list .rx-member-row{
  margin-left:0!important;
  margin-right:0!important;
}
body .rx-main .rx-people-box .rx-loadmore-wrap,
body .rx-main .rx-helpful-box .rx-loadmore-wrap{
  padding:0 var(--rx-form-side-pad,24px) 22px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-helpful-icon-card{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  border-radius:8px!important;
}
body .rx-main .rx-popover a,
body .rx-main .rx-popover button,
.rx-popover a,
.rx-popover button,
.rx-card-pop a,
.rx-card-pop button{
  justify-content:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-popover a i,
body .rx-main .rx-popover button i,
.rx-popover a i,
.rx-popover button i,
.rx-card-pop a i,
.rx-card-pop button i{
  width:22px!important;
  min-width:22px!important;
  text-align:center!important;
  flex:0 0 22px!important;
}
body .rx-main .rx-popover a span,
body .rx-main .rx-popover button span,
.rx-popover a span,
.rx-popover button span,
.rx-card-pop a span,
.rx-card-pop button span{
  flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
}
@media(max-width:760px){
  body .rx-main .rx-people-titlebar,
  body .rx-main .rx-helpful-titlebar{min-height:56px!important;padding-left:var(--rx-form-side-pad,14px)!important;padding-right:var(--rx-form-side-pad,14px)!important;}
  body .rx-main .rx-people-titlebar .rx-section-title,
  body .rx-main .rx-helpful-titlebar .rx-section-title{font-size:17px!important;}
  body .rx-main .rx-people-event-head,
  body .rx-main .rx-helpful-term-head{padding:18px var(--rx-form-side-pad,14px)!important;grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;}
  body .rx-main .rx-helpful-icon-card{width:64px!important;height:64px!important;min-width:64px!important;}
  body .rx-main .rx-people-user-list,
  body .rx-main .rx-helpful-user-list{padding:18px var(--rx-form-side-pad,14px)!important;}
}
@media(max-width:900px), (pointer:coarse) and (max-width:1180px){
  body.rx-messages-screen .rx-message-thread-panel,
  .rx-messages-app .rx-message-thread-panel{
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) 76px!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  body.rx-messages-screen .rx-message-thread,
  .rx-messages-app .rx-message-thread{
    min-height:0!important;
    padding-bottom:0!important;
  }
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose{
    position:relative!important;
    inset:auto!important;
    bottom:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    min-height:76px!important;
    height:76px!important;
    max-height:76px!important;
    padding:15px 10px!important;
    margin:0!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    align-content:center!important;
    gap:8px!important;
    overflow:visible!important;
    transform:none!important;
  }
  body.rx-messages-screen .rx-message-compose-tools,
  .rx-messages-app .rx-message-compose-tools,
  body.rx-messages-screen .rx-message-compose-main,
  .rx-messages-app .rx-message-compose-main{
    height:46px!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    margin:0!important;
  }
  body.rx-messages-screen .rx-message-tool,
  .rx-messages-app .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn,
  .rx-messages-app .rx-message-send-btn{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    flex:0 0 44px!important;
    align-self:center!important;
    margin:0!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
  .rx-messages-app .rx-message-compose textarea[data-rx-message-input]{
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:10px 16px!important;
    margin:0!important;
    align-self:center!important;
    box-sizing:border-box!important;
    line-height:22px!important;
  }
}


/* RunnerX v6.0.10: global participation user lists, avatar radius and popover z-index */
:root{--rx-participation-gutter:22px;}

/* Avatar-Radius wirklich global anwenden. Nur der Account-Button links unten bleibt bewusst rund. */
.rx-avatar,
.avatar,
img.rx-avatar,
.rx-user-card-avatar img,
.rx-profile-avatarlink img,
.rx-profile-avatarlink .rx-avatar,
.rx-single-author-row > .rx-avatar,
.rx-single-author-row img.rx-avatar,
.rx-feed-card .rx-avatar,
.rx-feed-card > .rx-avatar,
.rx-member-row > .rx-avatar,
.rx-member-proto-row > .rx-avatar,
.rx-who-follow-row > .rx-avatar,
.rx-follow-row > .rx-avatar,
.rx-notification-avatar .rx-avatar,
.rx-live-search-item .rx-avatar,
.rx-live-search-item .avatar,
.rx-message-thread-avatar,
.rx-message-thread-avatar img,
.rx-avatar-sm{
  border-radius:var(--rx-avatar-radius,14px)!important;
  overflow:hidden!important;
  object-fit:cover!important;
}
.rx-account-btn .rx-avatar,
.rx-account-btn .avatar,
.rx-account-btn img.rx-avatar,
.rx-account-btn img.avatar{
  border-radius:999px!important;
}

/* Popover muss über dem Drei-Punkte-Button liegen und dessen Button optisch überdecken können. */
.rx-card-pop,
.rx-card-pop.is-open,
.rx-event-card-menu .rx-card-pop,
.rx-user-actions-popover,
.rx-user-actions-popover.is-open,
.rx-share-popover,
.rx-share-popover.is-open{
  z-index:2147481200!important;
}
.rx-event-card-menu,
.rx-user-actions-global,
.rx-user-card-actions,
.rx-card-menu-wrap,
.rx-post-menu-wrap{
  z-index:2147481199!important;
}
.rx-card-pop a,
.rx-card-pop button,
.rx-user-actions-popover a,
.rx-user-actions-popover button{
  justify-content:flex-start!important;
  text-align:left!important;
}
.rx-card-pop i,
.rx-user-actions-popover i{
  margin:0!important;
  width:22px!important;
  min-width:22px!important;
  flex:0 0 22px!important;
  display:inline-flex!important;
  justify-content:center!important;
}

/* Globale Seite für User, die teilnehmen / interessiert sind / etwas hilfreich fanden. */
.rx-user-participation-page{
  padding:0!important;
  margin:0!important;
}
.rx-user-participation-page .rx-people-box,
.rx-user-participation-page .rx-section-card{
  margin:0!important;
  padding:0!important;
  max-width:100%!important;
  width:100%!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.rx-user-participation-page .rx-people-event-head,
.rx-user-participation-page .rx-helpful-term-head{
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  align-items:center!important;
  gap:18px!important;
  margin:0!important;
  padding:20px var(--rx-participation-gutter)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#f5f7f9!important;
  border-radius:0!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-user-participation-page .rx-helpful-term-head .rx-helpful-icon-card{
  width:70px!important;
  height:70px!important;
  border-radius:8px!important;
  background:rgba(147,229,71,.18)!important;
  color:var(--rx-accent,#93e547)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:32px!important;
}
.rx-user-participation-page .rx-people-event-meta h2,
.rx-user-participation-page .rx-helpful-term-meta h2{
  margin:6px 0 5px!important;
  font-size:22px!important;
  line-height:1.12!important;
  font-weight:950!important;
}
.rx-user-participation-page .rx-people-event-meta strong,
.rx-user-participation-page .rx-helpful-term-meta strong{
  display:block!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:850!important;
}
.rx-user-participation-page .rx-user-list-global,
.rx-user-participation-page .rx-people-user-list,
.rx-user-participation-page .rx-helpful-user-list{
  display:block!important;
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  background:#fff!important;
}
.rx-user-participation-page .rx-user-list-global .rx-user-card,
.rx-user-participation-page .rx-people-user-list .rx-user-card,
.rx-user-participation-page .rx-helpful-user-list .rx-user-card,
.rx-user-participation-page .rx-user-participation-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  min-height:84px!important;
  padding:14px var(--rx-participation-gutter)!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-user-participation-page .rx-user-list-global .rx-user-card:last-child,
.rx-user-participation-page .rx-people-user-list .rx-user-card:last-child,
.rx-user-participation-page .rx-helpful-user-list .rx-user-card:last-child{
  border-bottom:0!important;
}
.rx-user-participation-page .rx-user-card-avatar{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  width:56px!important;
  height:56px!important;
  margin:0!important;
  display:block!important;
}
.rx-user-participation-page .rx-user-card-avatar .rx-avatar,
.rx-user-participation-page .rx-user-card-avatar img,
.rx-user-participation-page .rx-user-card-avatar .avatar{
  width:56px!important;
  height:56px!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:var(--rx-avatar-radius,14px)!important;
}
.rx-user-participation-page .rx-user-card-main{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  min-height:56px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  margin:0!important;
}
.rx-user-participation-page .rx-user-card-main b{
  display:block!important;
  margin:0 0 2px!important;
  line-height:1.15!important;
}
.rx-user-participation-page .rx-user-card-main p{display:none!important;}
.rx-user-participation-page .rx-user-card-meta{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  color:#425466!important;
  line-height:1.2!important;
}
.rx-user-participation-page .rx-user-card-actionbar{
  grid-column:3!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
}
.rx-user-participation-page .rx-empty-state{
  display:block!important;
  margin:0!important;
  padding:18px var(--rx-participation-gutter)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:#fff!important;
}
@media(max-width:700px){
  :root{--rx-participation-gutter:16px;}
  .rx-user-participation-page .rx-people-event-head,
  .rx-user-participation-page .rx-helpful-term-head{
    grid-template-columns:60px minmax(0,1fr)!important;
    gap:14px!important;
    padding:16px var(--rx-participation-gutter)!important;
  }
  .rx-user-participation-page .rx-helpful-term-head .rx-helpful-icon-card{width:60px!important;height:60px!important;font-size:28px!important;}
  .rx-user-participation-page .rx-people-event-meta h2,
  .rx-user-participation-page .rx-helpful-term-meta h2{font-size:20px!important;}
  .rx-user-participation-page .rx-user-list-global .rx-user-card,
  .rx-user-participation-page .rx-people-user-list .rx-user-card,
  .rx-user-participation-page .rx-helpful-user-list .rx-user-card,
  .rx-user-participation-page .rx-user-participation-card{
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:12px!important;
    min-height:76px!important;
    padding:12px var(--rx-participation-gutter)!important;
  }
  .rx-user-participation-page .rx-user-card-avatar,
  .rx-user-participation-page .rx-user-card-avatar .rx-avatar,
  .rx-user-participation-page .rx-user-card-avatar img,
  .rx-user-participation-page .rx-user-card-avatar .avatar{width:52px!important;height:52px!important;}
  .rx-user-participation-page .rx-user-card-main{min-height:52px!important;}
  .rx-user-participation-page .rx-user-card-actionbar{grid-column:2!important;grid-row:2!important;justify-self:start!important;margin-top:8px!important;}
}

/* v6.0.11 late overrides: siehe runnerx.css, bewusst auch hier am Dateiende wegen CSS-Ladereihenfolge */
:root{--rx-avatar-radius:14px;}
.rx-main img.avatar,.rx-main .avatar,.rx-main .rx-avatar,.rx-main .rx-avatar-sm,.rx-main .rx-avatar-lg,.rx-aside img.avatar,.rx-aside .avatar,.rx-aside .rx-avatar,.rx-feed-card img,.rx-card-head img,.rx-single-author-row img,.rx-comment img.avatar,.rx-comments img.avatar,.rx-profile-avatarlink img,.rx-profile-avatarlink .rx-avatar,.rx-profile-user-avatar img,.rx-profile-user-avatar .rx-avatar,.rx-user-card-avatar img,.rx-user-card-avatar .rx-avatar,.rx-member-row img,.rx-member-row .rx-avatar{border-radius:var(--rx-avatar-radius)!important;object-fit:cover!important;}
.rx-account .rx-avatar,.rx-account-btn .rx-avatar,.rx-left .rx-account img.avatar{border-radius:999px!important;}
.rx-profile-head--clean .rx-profile-avatarlink{border-radius:calc(var(--rx-avatar-radius) + 8px)!important;}
.rx-feed-card,.rx-card,.rx-single-shell,.rx-stream-card,.rx-card-menu,.rx-popover-wrap,.rx-user-actions,.rx-action-wrap,.rx-share-wrap{overflow:visible!important;}
.rx-popover,.rx-share-menu,.rx-card-popover,.rx-more-menu,.rx-user-actions-menu,[data-rx-popover]{z-index:2147483000!important;}
.rx-popover a,.rx-popover button,.rx-user-actions-menu a,.rx-user-actions-menu button,.rx-share-menu a,.rx-share-menu button{justify-content:flex-start!important;text-align:left!important;}
.rx-user-participation-page,.rx-people-page,.rx-helpful-page{padding:0!important;}
.rx-user-participation-page .rx-section-card,.rx-people-page .rx-section-card,.rx-helpful-page .rx-section-card,.rx-people-box,.rx-helpful-box{border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;margin:0!important;padding:0!important;}
.rx-people-event-head,.rx-helpful-term-head{margin:0!important;padding:24px 24px!important;background:#f6f8fa!important;border:0!important;border-bottom:1px solid var(--rx-border)!important;border-radius:0!important;width:100%!important;display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;}
.rx-helpful-term-head .rx-helpful-icon-card{width:70px!important;height:70px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--rx-avatar-radius)!important;background:#edffe4!important;}
.rx-helpful-term-head .rx-helpful-icon-card i{font-size:32px!important;color:var(--rx-runner)!important;}
.rx-people-event-meta h2,.rx-helpful-term-meta h2{font-size:22px!important;line-height:1.12!important;margin:5px 0 2px!important;}
.rx-people-user-list,.rx-helpful-user-list,.rx-user-list-global{padding:0!important;margin:0!important;width:100%!important;background:#fff!important;}
.rx-people-user-list .rx-user-card,.rx-helpful-user-list .rx-user-card,.rx-user-list-global .rx-user-card,.rx-user-participation-card{display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;min-height:84px!important;padding:14px 24px!important;border-bottom:1px solid var(--rx-border)!important;margin:0!important;background:#fff!important;}
.rx-people-user-list .rx-user-card-avatar,.rx-helpful-user-list .rx-user-card-avatar,.rx-user-list-global .rx-user-card-avatar,.rx-user-participation-card .rx-user-card-avatar{width:56px!important;height:56px!important;display:block!important;align-self:center!important;}
.rx-people-user-list .rx-user-card-avatar img,.rx-helpful-user-list .rx-user-card-avatar img,.rx-user-list-global .rx-user-card-avatar img,.rx-user-participation-card .rx-user-card-avatar img,.rx-people-user-list .rx-user-card-avatar .rx-avatar,.rx-helpful-user-list .rx-user-card-avatar .rx-avatar,.rx-user-list-global .rx-user-card-avatar .rx-avatar,.rx-user-participation-card .rx-user-card-avatar .rx-avatar{width:56px!important;height:56px!important;display:block!important;object-fit:cover!important;border-radius:var(--rx-avatar-radius)!important;}
.rx-people-user-list .rx-user-card-main,.rx-helpful-user-list .rx-user-card-main,.rx-user-list-global .rx-user-card-main,.rx-user-participation-card .rx-user-card-main{min-height:56px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;margin:0!important;}
.rx-people-user-list .rx-user-card-main p,.rx-helpful-user-list .rx-user-card-main p,.rx-user-list-global .rx-user-card-main p,.rx-user-participation-card .rx-user-card-main p{display:none!important;}
.rx-people-user-list .rx-user-card-main b,.rx-helpful-user-list .rx-user-card-main b,.rx-user-list-global .rx-user-card-main b,.rx-user-participation-card .rx-user-card-main b{line-height:1.12!important;margin:0!important;}
.rx-people-user-list .rx-user-card-meta,.rx-helpful-user-list .rx-user-card-meta,.rx-user-list-global .rx-user-card-meta,.rx-user-participation-card .rx-user-card-meta{margin:2px 0 0!important;line-height:1.2!important;display:flex!important;align-items:center!important;gap:7px!important;}
.rx-people-user-list .rx-user-card-actionbar,.rx-helpful-user-list .rx-user-card-actionbar,.rx-user-list-global .rx-user-card-actionbar,.rx-user-participation-card .rx-user-card-actionbar{align-self:center!important;display:flex!important;align-items:center!important;gap:8px!important;}
@media(max-width:900px){body.rx-messages-screen .rx-message-compose,.rx-messages-page .rx-message-compose,.rx-message-compose{box-sizing:border-box!important;display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-height:72px!important;height:72px!important;padding:15px 10px!important;margin:0!important;bottom:0!important;}body.rx-messages-screen .rx-message-compose-tools,.rx-message-compose-tools{display:contents!important;align-items:center!important;}body.rx-messages-screen .rx-message-compose-main,.rx-message-compose-main{display:contents!important;}body.rx-messages-screen .rx-message-tool,.rx-message-tool,body.rx-messages-screen .rx-message-send-btn,.rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important;align-self:center!important;}body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],.rx-message-compose textarea[data-rx-message-input]{height:42px!important;min-height:42px!important;max-height:42px!important;line-height:22px!important;padding:10px 14px!important;align-self:center!important;overflow:hidden!important;}}


/* v6.0.12: RunnerX echte globale Relation-/Usercard-/Avatar-/Chat-Fixes
   Diese Regeln stehen bewusst am Dateiende, weil runnerx-wp.css nach runnerx.css geladen wird. */
:root{--rx-avatar-radius:14px;--rx-relation-gutter:24px;}

/* Avatar-System: grundsätzlich weich abgerundet, nur der Account-Button unten links bleibt rund. */
.rx-avatar,
img.rx-avatar,
img.avatar,
.avatar,
.rx-avatar-sm,
.rx-avatar-lg,
.rx-user-card-avatar img,
.rx-user-card-avatar .rx-avatar,
.rx-profile-avatarlink img,
.rx-profile-avatarlink .rx-avatar,
.rx-profile-user-avatar img,
.rx-profile-user-avatar .rx-avatar,
.rx-single-author-row img.avatar,
.rx-single-author-row .rx-avatar,
.rx-notification-avatar img,
.rx-notification-avatar .rx-avatar,
.rx-comment img.avatar,
.rx-comments img.avatar,
.rx-member-row img,
.rx-member-row .rx-avatar{
  border-radius:var(--rx-avatar-radius)!important;
  object-fit:cover!important;
}
.rx-account-btn img,
.rx-account-btn .rx-avatar,
.rx-left .rx-account-btn img.avatar,
.rx-left .rx-account-btn .avatar{
  border-radius:999px!important;
}
.rx-feed-card .rx-media img,
.rx-single-featured img,
.rx-glossary-row img:not(.avatar):not(.rx-avatar){border-radius:0!important;}

/* Popover: ein Verhalten, hohe Ebene, linksbündige Items, kein Clipping durch Card-Parents. */
.rx-feed-card,.rx-card,.rx-stream-card,.rx-single-shell,.rx-card-content,.rx-card-head,
.rx-post-menu-wrap,.rx-card-menu-wrap,.rx-action-wrap,.rx-share-wrap,.rx-user-actions,.rx-popover-wrap{overflow:visible!important;}
.rx-popover,.rx-card-pop,.rx-card-popover,.rx-share-popover,.rx-share-menu,.rx-user-actions-menu,.rx-more-pop,.rx-account-pop,[data-rx-popover-menu]{z-index:2147483640!important;}
.rx-popover a,.rx-popover button,.rx-card-pop a,.rx-card-pop button,.rx-share-popover a,.rx-share-popover button,.rx-share-menu a,.rx-share-menu button,.rx-user-actions-menu a,.rx-user-actions-menu button{
  display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;gap:10px!important;width:100%!important;
}
.rx-popover i,.rx-card-pop i,.rx-share-popover i,.rx-share-menu i,.rx-user-actions-menu i{width:22px!important;min-width:22px!important;text-align:center!important;margin:0!important;}

/* Globale Relation-Seiten: Teilnehmer, Interessierte, Hilfreich, später weitere Nutzerlisten. */
.rx-relation-page,
.rx-user-participation-page,
.rx-people-page,
.rx-helpful-page{padding:0!important;margin:0!important;}
.rx-relation-page .rx-section-card,
.rx-relation-page .rx-people-box,
.rx-user-participation-page .rx-section-card,
.rx-user-participation-page .rx-people-box,
.rx-helpful-box{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;
}
.rx-relation-summary,
.rx-user-participation-page .rx-relation-summary,
.rx-user-participation-page .rx-people-event-head,
.rx-user-participation-page .rx-helpful-term-head{
  width:100%!important;margin:0!important;padding:20px var(--rx-relation-gutter)!important;box-sizing:border-box!important;
  display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;
  background:#f5f7f9!important;border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;box-shadow:none!important;
}
.rx-user-participation-page .rx-helpful-term-head .rx-helpful-icon-card,
.rx-helpful-term-head .rx-helpful-icon-card{width:64px!important;height:64px!important;border-radius:var(--rx-avatar-radius)!important;background:rgba(147,229,71,.18)!important;color:var(--rx-accent,#93e547)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:30px!important;}
.rx-relation-summary h2,
.rx-user-participation-page .rx-people-event-meta h2,
.rx-user-participation-page .rx-helpful-term-meta h2{font-size:20px!important;line-height:1.15!important;margin:4px 0 4px!important;font-weight:900!important;}
.rx-relation-summary strong,
.rx-user-participation-page .rx-people-event-meta strong,
.rx-user-participation-page .rx-helpful-term-meta strong{font-size:14px!important;line-height:1.2!important;font-weight:800!important;color:var(--rx-muted,#536471)!important;}

.rx-relation-user-list,
.rx-user-participation-page .rx-user-list-global,
.rx-user-participation-page .rx-people-user-list,
.rx-user-participation-page .rx-helpful-user-list{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important;}
.rx-relation-user-list .rx-user-card,
.rx-user-participation-page .rx-user-card,
.rx-user-participation-page .rx-user-card--compact,
.rx-user-participation-card{
  display:grid!important;grid-template-columns:52px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;
  min-height:72px!important;padding:10px var(--rx-relation-gutter)!important;margin:0!important;box-sizing:border-box!important;
  border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;
}
.rx-relation-user-list .rx-user-card:last-child,
.rx-user-participation-page .rx-user-card:last-child{border-bottom:0!important;}
.rx-relation-user-list .rx-user-card-avatar,
.rx-user-participation-page .rx-user-card-avatar{grid-column:1!important;grid-row:1!important;width:52px!important;height:52px!important;align-self:center!important;margin:0!important;display:block!important;}
.rx-relation-user-list .rx-user-card-avatar img,
.rx-relation-user-list .rx-user-card-avatar .rx-avatar,
.rx-user-participation-page .rx-user-card-avatar img,
.rx-user-participation-page .rx-user-card-avatar .rx-avatar{width:52px!important;height:52px!important;display:block!important;object-fit:cover!important;border-radius:var(--rx-avatar-radius)!important;}
.rx-relation-user-list .rx-user-card-main,
.rx-user-participation-page .rx-user-card-main{grid-column:2!important;grid-row:1!important;min-height:52px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;min-width:0!important;margin:0!important;}
.rx-relation-user-list .rx-user-card-main b,
.rx-user-participation-page .rx-user-card-main b{line-height:1.12!important;margin:0 0 2px!important;font-size:15px!important;}
.rx-relation-user-list .rx-user-card-main p,
.rx-user-participation-page .rx-user-card-main p{display:none!important;}
.rx-relation-user-list .rx-user-card-meta,
.rx-user-participation-page .rx-user-card-meta{display:flex!important;align-items:center!important;gap:7px!important;line-height:1.2!important;margin:0!important;font-size:13px!important;color:var(--rx-muted,#536471)!important;}
.rx-relation-user-list .rx-user-card-actionbar,
.rx-user-participation-page .rx-user-card-actionbar{grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;}
.rx-relation-titlebar .rx-section-title,
.rx-people-titlebar .rx-section-title,
.rx-helpful-titlebar .rx-section-title{font-size:18px!important;line-height:1.2!important;margin:0!important;}

@media(max-width:700px){
  :root{--rx-relation-gutter:16px;}
  .rx-relation-summary,.rx-user-participation-page .rx-relation-summary,.rx-user-participation-page .rx-people-event-head,.rx-user-participation-page .rx-helpful-term-head{grid-template-columns:56px minmax(0,1fr)!important;gap:12px!important;padding:16px var(--rx-relation-gutter)!important;}
  .rx-user-participation-page .rx-helpful-term-head .rx-helpful-icon-card,.rx-helpful-term-head .rx-helpful-icon-card{width:56px!important;height:56px!important;font-size:26px!important;}
  .rx-relation-summary h2,.rx-user-participation-page .rx-people-event-meta h2,.rx-user-participation-page .rx-helpful-term-meta h2{font-size:18px!important;}
  .rx-relation-user-list .rx-user-card,.rx-user-participation-page .rx-user-card,.rx-user-participation-card{grid-template-columns:48px minmax(0,1fr)!important;gap:10px!important;min-height:68px!important;padding:8px var(--rx-relation-gutter)!important;}
  .rx-relation-user-list .rx-user-card-avatar,.rx-user-participation-page .rx-user-card-avatar,.rx-relation-user-list .rx-user-card-avatar img,.rx-relation-user-list .rx-user-card-avatar .rx-avatar,.rx-user-participation-page .rx-user-card-avatar img,.rx-user-participation-page .rx-user-card-avatar .rx-avatar{width:48px!important;height:48px!important;}
  .rx-relation-user-list .rx-user-card-main,.rx-user-participation-page .rx-user-card-main{min-height:48px!important;}
  .rx-relation-user-list .rx-user-card-actionbar,.rx-user-participation-page .rx-user-card-actionbar{grid-column:2!important;grid-row:2!important;justify-self:start!important;margin-top:6px!important;}
}

/* Mobile Nachrichten-Eingabe: Ursache war ein Stapel späterer Overrides + Flex-End-Ausrichtung.
   Der Footer wird als feste Grid-Zeile definiert; Padding oben/unten ist exakt gleich. */
@media(max-width:900px){
  body.rx-messages-screen .rx-message-thread-panel,
  .rx-messages-app .rx-message-thread-panel{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;min-height:0!important;}
  body.rx-messages-screen .rx-message-thread,
  .rx-messages-app .rx-message-thread{min-height:0!important;padding-bottom:0!important;}
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-app .rx-message-compose,
  .rx-message-compose{
    position:relative!important;inset:auto!important;bottom:auto!important;box-sizing:border-box!important;
    display:grid!important;grid-template-columns:40px 40px minmax(0,1fr) 40px!important;align-items:center!important;align-content:center!important;gap:8px!important;
    height:72px!important;min-height:72px!important;max-height:72px!important;padding:15px 10px!important;margin:0!important;border-top:1px solid var(--rx-border,#dbe5ef)!important;background:#fff!important;
  }
  body.rx-messages-screen .rx-message-compose-tools,
  .rx-messages-app .rx-message-compose-tools,.rx-message-compose-tools{display:contents!important;margin:0!important;padding:0!important;height:auto!important;min-height:0!important;align-items:center!important;}
  body.rx-messages-screen .rx-message-compose-main,
  .rx-messages-app .rx-message-compose-main,.rx-message-compose-main{display:block!important;grid-column:3!important;align-self:center!important;min-width:0!important;width:100%!important;margin:0!important;padding:0!important;height:42px!important;min-height:42px!important;max-height:42px!important;}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
  .rx-messages-app .rx-message-compose textarea[data-rx-message-input],.rx-message-compose textarea[data-rx-message-input]{display:block!important;width:100%!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:10px 14px!important;box-sizing:border-box!important;line-height:22px!important;resize:none!important;overflow:hidden!important;align-self:center!important;}
  body.rx-messages-screen .rx-message-compose .rx-message-tool,
  .rx-messages-app .rx-message-compose .rx-message-tool,.rx-message-compose .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn,
  .rx-messages-app .rx-message-send-btn,.rx-message-send-btn{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;margin:0!important;padding:0!important;align-self:center!important;justify-self:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
}

/* RunnerX v6.0.13: echte globale Relation-/Usercard-/Avatar-/Popover-/Chat-Basis
   Wichtig: diese Regeln stehen bewusst in runnerx-wp.css ganz am Ende, weil diese Datei nach runnerx.css geladen wird. */
:root{--rx-relation-pad-x:24px;--rx-relation-avatar:56px;--rx-relation-gap:14px;--rx-z-popover:2147483000;}

/* Avatare: alles im Inhalt nutzt den Admin-Radius, nur der Account-Button links unten bleibt rund. */
.rx-main img.avatar,.rx-main .avatar,.rx-main .rx-avatar,.rx-main .rx-avatar-sm,.rx-main .rx-avatar-lg,
.rx-aside img.avatar,.rx-aside .avatar,.rx-aside .rx-avatar,.rx-aside .rx-avatar-sm,.rx-aside .rx-avatar-lg,
.rx-feed-card>.rx-avatar,.rx-feed-card img.avatar,.rx-card-head .rx-avatar,.rx-card-head img.avatar,
.rx-single-author-row>.rx-avatar,.rx-single-author-row img.avatar,
.rx-comment-card .rx-avatar,.rx-comment-card img.avatar,.rx-comments .rx-avatar,.rx-comments img.avatar,
.rx-profile-avatarlink img,.rx-profile-avatarlink .rx-avatar,
.rx-profile-head--clean .rx-profile-avatarlink img,.rx-profile-head--clean .rx-profile-avatarlink .rx-avatar,
.rx-profile-user-avatar img,.rx-profile-user-avatar .rx-avatar,
.rx-user-card-avatar img,.rx-user-card-avatar .rx-avatar,
.rx-member-row img,.rx-member-row .rx-avatar,
.rx-notification-avatar img,.rx-notification-avatar .rx-avatar,
.rx-live-search-item .rx-avatar,.rx-sidebar-user-row .rx-avatar,.rx-widget-user-row .rx-avatar{
  border-radius:var(--rx-avatar-radius,14px)!important;object-fit:cover!important;
}
.rx-account .rx-avatar,.rx-account-btn .rx-avatar,.rx-left .rx-account img.avatar,.rx-left .rx-account .avatar{border-radius:999px!important;}
.rx-profile-head--clean .rx-profile-avatarlink{border-radius:calc(var(--rx-avatar-radius,14px) + 8px)!important;}

/* Popover: keine abgeschnittenen Menüs, höherer Layer, Einträge linksbündig. */
.rx-feed-card,.rx-card,.rx-stream-card,.rx-card-content,.rx-card-head,.rx-single-shell,.rx-comment-card,.rx-user-actions,.rx-user-actions-global,.rx-popover-wrap,.rx-action-wrap,.rx-share-wrap{overflow:visible!important;}
.rx-popover,.rx-card-pop,.rx-card-popover,.rx-share-popover,.rx-share-menu,.rx-more-pop,.rx-more-menu,.rx-account-pop,.rx-account-menu,.rx-user-actions-menu,.rx-message-menu,[data-rx-popover-menu],[data-rx-popover]{z-index:var(--rx-z-popover)!important;}
.rx-popover a,.rx-popover button,.rx-card-pop a,.rx-card-pop button,.rx-share-popover a,.rx-share-popover button,.rx-user-actions-menu a,.rx-user-actions-menu button,.rx-message-menu a,.rx-message-menu button{justify-content:flex-start!important;text-align:left!important;align-items:center!important;}
.rx-popover i,.rx-card-pop i,.rx-share-popover i,.rx-user-actions-menu i,.rx-message-menu i{flex:0 0 20px!important;text-align:center!important;}

/* Relation-Seiten: eine globale Klasse für Teilnehmer, Interessierte, Hilfreich und spätere Nutzerlisten. */
.rx-relation-titlebar{min-height:52px!important;padding:0 var(--rx-relation-pad-x)!important;border-bottom:1px solid var(--rx-border)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;}
.rx-relation-titlebar .rx-section-title{margin:0!important;font-size:17px!important;line-height:1.15!important;font-weight:900!important;display:flex!important;align-items:center!important;gap:9px!important;}
.rx-relation-titlebar .rx-section-title-icon{width:30px!important;height:30px!important;min-width:30px!important;border-radius:999px!important;background:#f4f7f9!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.rx-relation-titlebar .rx-section-title-icon:empty{display:none!important;}
.rx-relation-titlebar .rx-section-title-icon i{font-size:16px!important;line-height:1!important;}
.rx-relation-back-btn,.rx-people-back-btn{height:34px!important;border:1px solid var(--rx-border)!important;border-radius:999px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:850!important;font-size:13px!important;background:#fff!important;white-space:nowrap!important;}
.rx-relation-page,.rx-user-participation-page,.rx-people-page,.rx-helpful-page{padding:0!important;margin:0!important;background:#fff!important;}
.rx-relation-shell,.rx-people-box,.rx-helpful-box{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important;}
.rx-relation-summary,.rx-people-event-head,.rx-helpful-term-head{margin:0!important;padding:20px var(--rx-relation-pad-x)!important;background:#f6f8fa!important;border:0!important;border-bottom:1px solid var(--rx-border)!important;border-radius:0!important;width:100%!important;display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;}
.rx-relation-summary-calendar,.rx-relation-summary-icon{width:70px!important;height:70px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.rx-relation-summary-icon{border-radius:var(--rx-avatar-radius,14px)!important;background:#edffe4!important;color:var(--rx-runner)!important;}
.rx-relation-summary-icon i{font-size:32px!important;line-height:1!important;}
.rx-relation-summary-meta,.rx-people-event-meta,.rx-helpful-term-meta{min-width:0!important;align-self:center!important;}
.rx-relation-summary-meta h2,.rx-people-event-meta h2,.rx-helpful-term-meta h2{font-size:21px!important;line-height:1.14!important;margin:5px 0 2px!important;font-weight:950!important;}
.rx-relation-summary-meta strong,.rx-people-event-meta strong,.rx-helpful-term-meta strong{display:block!important;color:var(--rx-muted)!important;font-size:14px!important;line-height:1.25!important;margin-top:2px!important;}
.rx-relation-user-list,.rx-user-list-global,.rx-people-user-list,.rx-helpful-user-list{padding:0!important;margin:0!important;width:100%!important;background:#fff!important;display:block!important;}
.rx-relation-user-list .rx-user-card,.rx-user-list-global .rx-user-card,.rx-people-user-list .rx-user-card,.rx-helpful-user-list .rx-user-card,.rx-user-card--relation{display:grid!important;grid-template-columns:var(--rx-relation-avatar) minmax(0,1fr) auto!important;gap:var(--rx-relation-gap)!important;align-items:center!important;min-height:72px!important;padding:10px var(--rx-relation-pad-x)!important;margin:0!important;border:0!important;border-bottom:1px solid var(--rx-border)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;}
.rx-relation-user-list .rx-user-card-avatar,.rx-user-list-global .rx-user-card-avatar,.rx-people-user-list .rx-user-card-avatar,.rx-helpful-user-list .rx-user-card-avatar,.rx-user-card--relation .rx-user-card-avatar{width:var(--rx-relation-avatar)!important;height:var(--rx-relation-avatar)!important;display:block!important;align-self:center!important;margin:0!important;}
.rx-relation-user-list .rx-user-card-avatar img,.rx-relation-user-list .rx-user-card-avatar .rx-avatar,.rx-user-list-global .rx-user-card-avatar img,.rx-user-list-global .rx-user-card-avatar .rx-avatar,.rx-people-user-list .rx-user-card-avatar img,.rx-people-user-list .rx-user-card-avatar .rx-avatar,.rx-helpful-user-list .rx-user-card-avatar img,.rx-helpful-user-list .rx-user-card-avatar .rx-avatar,.rx-user-card--relation .rx-user-card-avatar img,.rx-user-card--relation .rx-user-card-avatar .rx-avatar{width:var(--rx-relation-avatar)!important;height:var(--rx-relation-avatar)!important;display:block!important;object-fit:cover!important;border-radius:var(--rx-avatar-radius,14px)!important;margin:0!important;}
.rx-relation-user-list .rx-user-card-main,.rx-user-list-global .rx-user-card-main,.rx-people-user-list .rx-user-card-main,.rx-helpful-user-list .rx-user-card-main,.rx-user-card--relation .rx-user-card-main{min-height:var(--rx-relation-avatar)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;min-width:0!important;margin:0!important;}
.rx-relation-user-list .rx-user-card-main b,.rx-user-list-global .rx-user-card-main b,.rx-people-user-list .rx-user-card-main b,.rx-helpful-user-list .rx-user-card-main b,.rx-user-card--relation .rx-user-card-main b{display:block!important;margin:0!important;line-height:1.12!important;font-size:15px!important;}
.rx-relation-user-list .rx-user-card-meta,.rx-user-list-global .rx-user-card-meta,.rx-people-user-list .rx-user-card-meta,.rx-helpful-user-list .rx-user-card-meta,.rx-user-card--relation .rx-user-card-meta{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:3px 0 0!important;line-height:1.15!important;color:var(--rx-muted)!important;font-size:13px!important;}
.rx-relation-user-list .rx-user-card-main p,.rx-user-list-global .rx-user-card-main p,.rx-people-user-list .rx-user-card-main p,.rx-helpful-user-list .rx-user-card-main p,.rx-user-card--relation .rx-user-card-main p{display:none!important;}
.rx-relation-user-list .rx-user-card-actionbar,.rx-user-list-global .rx-user-card-actionbar,.rx-people-user-list .rx-user-card-actionbar,.rx-helpful-user-list .rx-user-card-actionbar,.rx-user-card--relation .rx-user-card-actionbar{align-self:center!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;}
.rx-relation-user-list .rx-user-actions,.rx-user-list-global .rx-user-actions,.rx-user-card--relation .rx-user-actions{position:relative!important;}
.rx-relation-empty{display:block!important;margin:0!important;border:0!important;border-bottom:1px solid var(--rx-border)!important;border-radius:0!important;padding:18px var(--rx-relation-pad-x)!important;background:#fff!important;}

/* Mobile Nachrichten-Eingabe: finaler Override nach allen alten Regeln in runnerx-wp.css. */
@media(max-width:900px){
  body.rx-messages-screen .rx-messages-page{height:calc(100dvh - 54px - 62px)!important;overflow:hidden!important;}
  body.rx-messages-screen .rx-message-thread-panel{display:flex!important;flex-direction:column!important;min-height:0!important;}
  body.rx-messages-screen .rx-message-thread{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding-bottom:12px!important;}
  body.rx-messages-screen .rx-message-compose,.rx-messages-page .rx-message-compose,.rx-message-compose{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;box-sizing:border-box!important;flex:0 0 72px!important;height:72px!important;min-height:72px!important;max-height:72px!important;padding:15px 10px!important;margin:0!important;border-top:1px solid var(--rx-border,#dfe8f1)!important;background:#fff!important;box-shadow:none!important;transform:none!important;z-index:60!important;}
  body.rx-messages-screen .rx-message-compose-tools,.rx-messages-page .rx-message-compose-tools,.rx-message-compose-tools{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:0!important;margin:0!important;height:42px!important;align-self:center!important;}
  body.rx-messages-screen .rx-message-compose-main,.rx-messages-page .rx-message-compose-main,.rx-message-compose-main{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;height:42px!important;align-self:center!important;margin:0!important;padding:0!important;}
  body.rx-messages-screen .rx-message-tool,.rx-messages-page .rx-message-tool,.rx-message-tool,body.rx-messages-screen .rx-message-send-btn,.rx-messages-page .rx-message-send-btn,.rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;padding:0!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;border-radius:999px!important;}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],.rx-messages-page .rx-message-compose textarea[data-rx-message-input],.rx-message-compose textarea[data-rx-message-input]{height:42px!important;min-height:42px!important;max-height:42px!important;line-height:22px!important;padding:10px 14px!important;margin:0!important;align-self:center!important;overflow:hidden!important;resize:none!important;box-sizing:border-box!important;border-radius:999px!important;}
}
@media(max-width:700px){
  :root{--rx-relation-pad-x:16px;--rx-relation-avatar:48px;--rx-relation-gap:12px;}
  .rx-relation-summary,.rx-people-event-head,.rx-helpful-term-head{grid-template-columns:60px minmax(0,1fr)!important;gap:14px!important;padding-top:16px!important;padding-bottom:16px!important;}
  .rx-relation-summary-calendar,.rx-relation-summary-icon{width:60px!important;height:60px!important;}
  .rx-relation-summary-meta h2,.rx-people-event-meta h2,.rx-helpful-term-meta h2{font-size:19px!important;}
  .rx-relation-user-list .rx-user-card,.rx-user-list-global .rx-user-card,.rx-people-user-list .rx-user-card,.rx-helpful-user-list .rx-user-card,.rx-user-card--relation{min-height:68px!important;padding-top:10px!important;padding-bottom:10px!important;}
  .rx-relation-user-list .rx-user-card-actionbar,.rx-user-list-global .rx-user-card-actionbar,.rx-people-user-list .rx-user-card-actionbar,.rx-helpful-user-list .rx-user-card-actionbar,.rx-user-card--relation .rx-user-card-actionbar{grid-column:2!important;justify-self:start!important;margin-top:6px!important;}
}

/* RunnerX v6.0.14: echte Abschlusskorrektur Relation-Seiten, Avatar-Radius und mobiler Chat-Composer. */
:root{
  --rx-avatar-radius:clamp(0px,var(--rx-avatar-radius,14px),32px);
  --rx-relation-pad-x:24px;
  --rx-relation-avatar:52px;
}

/* Avatare: alle Inhalts-/Listen-/Profil-/Autoren-Avatare weich abgerundet; nur Account unten links bleibt rund. */
body .rx-main img.avatar,
body .rx-main .avatar,
body .rx-main .rx-avatar,
body .rx-main .rx-avatar-sm,
body .rx-main .rx-avatar-lg,
body .rx-main .rx-user-card-avatar,
body .rx-main .rx-user-card-avatar img,
body .rx-main .rx-user-card-avatar .rx-avatar,
body .rx-main .rx-profile-avatarlink,
body .rx-main .rx-profile-avatarlink img,
body .rx-main .rx-profile-avatarlink .rx-avatar,
body .rx-main .rx-profile-user-avatar img,
body .rx-main .rx-profile-user-avatar .rx-avatar,
body .rx-main .rx-single-author-row img,
body .rx-main .rx-single-author-row .rx-avatar,
body .rx-main .rx-card-head img,
body .rx-main .rx-feed-card > img,
body .rx-main .rx-feed-card > .rx-avatar,
body .rx-main .rx-notification-avatar img,
body .rx-main .rx-comment img.avatar,
body .rx-main .rx-comments img.avatar,
body .rx-aside img.avatar,
body .rx-aside .avatar,
body .rx-aside .rx-avatar{
  border-radius:var(--rx-avatar-radius)!important;
  object-fit:cover!important;
  overflow:hidden!important;
}
body .rx-left .rx-account-btn img,
body .rx-left .rx-account-btn .rx-avatar,
body .rx-left .rx-account-btn .avatar{
  border-radius:999px!important;
}

/* Relation-Titel: kein Umbruch, kein Abstand zwischen Titelzeile und grauer Infobox. */
body .rx-main .rx-page-titlebar.rx-relation-titlebar,
body .rx-main .rx-relation-titlebar,
body .rx-main .rx-people-titlebar,
body .rx-main .rx-helpful-titlebar{
  min-height:54px!important;
  height:54px!important;
  margin:0!important;
  padding:0 var(--rx-relation-pad-x)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title,
body .rx-main .rx-people-titlebar .rx-section-title,
body .rx-main .rx-helpful-titlebar .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
  flex:1 1 auto!important;
  margin:0!important;
  padding:0!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title-icon,
body .rx-main .rx-people-titlebar .rx-section-title-icon,
body .rx-main .rx-helpful-titlebar .rx-section-title-icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  flex:0 0 30px!important;
  border-radius:9px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eef8e6!important;
  color:var(--rx-accent,#93e547)!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title-text,
body .rx-main .rx-people-titlebar .rx-section-title-text,
body .rx-main .rx-helpful-titlebar .rx-section-title-text{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body .rx-main .rx-relation-back-btn,
body .rx-main .rx-people-back-btn,
body .rx-main .rx-helpful-back-btn{
  flex:0 0 auto!important;
  margin:0!important;
}
body .rx-main .rx-page-pad.rx-relation-page,
body .rx-main .rx-relation-page,
body .rx-main .rx-people-page,
body .rx-main .rx-helpful-page{
  padding:0!important;
  margin:0!important;
  width:100%!important;
  max-width:none!important;
}
body .rx-main .rx-relation-shell,
body .rx-main .rx-relation-page .rx-section-card,
body .rx-main .rx-people-box,
body .rx-main .rx-helpful-box{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body .rx-main .rx-relation-summary,
body .rx-main .rx-people-event-head,
body .rx-main .rx-helpful-term-head{
  width:100%!important;
  margin:0!important;
  padding:16px var(--rx-relation-pad-x)!important;
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  background:#f5f7f9!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  border-radius:0!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-relation-summary-meta h2,
body .rx-main .rx-people-event-meta h2,
body .rx-main .rx-helpful-term-meta h2{
  margin:4px 0 2px!important;
  font-size:21px!important;
  line-height:1.08!important;
  font-weight:950!important;
}
body .rx-main .rx-relation-user-list,
body .rx-main .rx-user-list-global,
body .rx-main .rx-people-user-list,
body .rx-main .rx-helpful-user-list{
  display:block!important;
  margin:0!important;
  padding:0!important;
  width:100%!important;
  background:#fff!important;
}
body .rx-main .rx-relation-user-list .rx-user-card,
body .rx-main .rx-user-list-global .rx-user-card,
body .rx-main .rx-people-user-list .rx-user-card,
body .rx-main .rx-helpful-user-list .rx-user-card,
body .rx-main .rx-user-card--relation{
  display:grid!important;
  grid-template-columns:var(--rx-relation-avatar) minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px var(--rx-relation-pad-x)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-relation-user-list .rx-user-card-avatar,
body .rx-main .rx-user-list-global .rx-user-card-avatar,
body .rx-main .rx-people-user-list .rx-user-card-avatar,
body .rx-main .rx-helpful-user-list .rx-user-card-avatar,
body .rx-main .rx-user-card--relation .rx-user-card-avatar,
body .rx-main .rx-relation-user-list .rx-user-card-avatar img,
body .rx-main .rx-user-list-global .rx-user-card-avatar img,
body .rx-main .rx-people-user-list .rx-user-card-avatar img,
body .rx-main .rx-helpful-user-list .rx-user-card-avatar img,
body .rx-main .rx-user-card--relation .rx-user-card-avatar img{
  width:var(--rx-relation-avatar)!important;
  height:var(--rx-relation-avatar)!important;
  min-width:var(--rx-relation-avatar)!important;
  min-height:var(--rx-relation-avatar)!important;
  margin:0!important;
  align-self:center!important;
  border-radius:var(--rx-avatar-radius)!important;
  object-fit:cover!important;
}
body .rx-main .rx-relation-user-list .rx-user-card-main,
body .rx-main .rx-user-list-global .rx-user-card-main,
body .rx-main .rx-people-user-list .rx-user-card-main,
body .rx-main .rx-helpful-user-list .rx-user-card-main,
body .rx-main .rx-user-card--relation .rx-user-card-main{
  min-height:var(--rx-relation-avatar)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
  margin:0!important;
  min-width:0!important;
}

/* Mobiler Chat: Composer wieder in den normalen Layoutfluss, keine fixe Zusatzfläche unten. */
@media(max-width:900px){
  body.rx-messages-screen .rx-messages-page,
  body.rx-messages-screen .rx-messages-page.is-thread-open,
  body.rx-messages-screen .rx-message-thread-panel,
  .rx-messages-app .rx-message-thread-panel{
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body.rx-messages-screen .rx-messages-page.is-thread-open .rx-message-thread-panel,
  .rx-messages-app.is-thread-open .rx-message-thread-panel{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
  }
  body.rx-messages-screen .rx-message-thread{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    overflow:auto!important;
    padding:16px 12px 12px!important;
    margin:0!important;
  }
  body.rx-messages-screen .rx-message-compose,
  .rx-messages-page .rx-message-compose,
  .rx-message-compose{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    top:auto!important;
    transform:none!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    align-content:center!important;
    gap:8px!important;
    flex:0 0 72px!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    padding:15px 10px!important;
    margin:0!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border-top:1px solid var(--rx-border,#e6edf3)!important;
    box-shadow:none!important;
    z-index:120!important;
  }
  body.rx-messages-screen .rx-message-compose-tools,
  .rx-message-compose-tools{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    height:42px!important;
    padding:0!important;
    margin:0!important;
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-compose-main,
  .rx-message-compose-main{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    height:42px!important;
    padding:0!important;
    margin:0!important;
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-tool,
  .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn,
  .rx-message-send-btn{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
  .rx-message-compose textarea[data-rx-message-input]{
    display:block!important;
    width:100%!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:10px 14px!important;
    margin:0!important;
    box-sizing:border-box!important;
    line-height:22px!important;
    resize:none!important;
    overflow:hidden!important;
    align-self:center!important;
  }
}
@media(max-width:700px){
  :root{--rx-relation-pad-x:16px;--rx-relation-avatar:48px;}
  body .rx-main .rx-page-titlebar.rx-relation-titlebar,
  body .rx-main .rx-relation-titlebar,
  body .rx-main .rx-people-titlebar,
  body .rx-main .rx-helpful-titlebar{padding-left:16px!important;padding-right:16px!important;}
  body .rx-main .rx-relation-titlebar .rx-section-title,
  body .rx-main .rx-people-titlebar .rx-section-title,
  body .rx-main .rx-helpful-titlebar .rx-section-title{font-size:16px!important;}
  body .rx-main .rx-relation-summary,
  body .rx-main .rx-people-event-head,
  body .rx-main .rx-helpful-term-head{grid-template-columns:60px minmax(0,1fr)!important;gap:14px!important;padding:14px 16px!important;}
  body .rx-main .rx-relation-summary-meta h2,
  body .rx-main .rx-people-event-meta h2,
  body .rx-main .rx-helpful-term-meta h2{font-size:20px!important;}
}

/* RunnerX v6.0.15: finale Korrektur Relation-Header, Avatar-Radius überall und mobiler Chat-Composer. */
:root{
  --rx-relation-pad-x:24px;
  --rx-relation-avatar:52px;
}

/* Relation-Titel: Icon und Text exakt mittig auf einer Linie. */
body .rx-main .rx-relation-titlebar,
body .rx-main .rx-people-titlebar,
body .rx-main .rx-helpful-titlebar,
body .rx-main .rx-page-titlebar.rx-relation-titlebar{
  min-height:54px!important;
  height:54px!important;
  margin:0!important;
  padding:0 var(--rx-relation-pad-x)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  background:#fff!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title,
body .rx-main .rx-people-titlebar .rx-section-title,
body .rx-main .rx-helpful-titlebar .rx-section-title{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  font-size:17px!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title-icon,
body .rx-main .rx-people-titlebar .rx-section-title-icon,
body .rx-main .rx-helpful-titlebar .rx-section-title-icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  flex:0 0 30px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  vertical-align:middle!important;
  border-radius:9px!important;
  background:#eef8e6!important;
  color:var(--rx-accent,#93e547)!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title-icon i,
body .rx-main .rx-people-titlebar .rx-section-title-icon i,
body .rx-main .rx-helpful-titlebar .rx-section-title-icon i{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1!important;
}
body .rx-main .rx-relation-titlebar .rx-section-title-text,
body .rx-main .rx-people-titlebar .rx-section-title-text,
body .rx-main .rx-helpful-titlebar .rx-section-title-text{
  display:inline-flex!important;
  align-items:center!important;
  height:30px!important;
  min-width:0!important;
  line-height:1!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body .rx-main .rx-relation-back-btn,
body .rx-main .rx-people-back-btn{
  flex:0 0 auto!important;
  align-self:center!important;
}

/* Avatare: wirklich alle Content-/Listen-/Profil-/Hovercard-/Chat-Avatare abrunden, nicht rund. */
body .rx-main img.avatar,
body .rx-main .avatar,
body .rx-main .rx-avatar,
body .rx-main .rx-avatar-sm,
body .rx-main .rx-avatar-lg,
body .rx-main .rx-user-card-avatar,
body .rx-main .rx-user-card-avatar img,
body .rx-main .rx-user-card-avatar .rx-avatar,
body .rx-main .rx-profile-avatar-link,
body .rx-main .rx-profile-avatar-link img,
body .rx-main .rx-profile-avatar-link .rx-avatar,
body .rx-main .rx-profile-avatarlink,
body .rx-main .rx-profile-avatarlink img,
body .rx-main .rx-profile-avatarlink .rx-avatar,
body .rx-main .rx-profile-user-avatar,
body .rx-main .rx-profile-user-avatar img,
body .rx-main .rx-profile-user-avatar .rx-avatar,
body .rx-main .rx-single-author-row img,
body .rx-main .rx-single-author-row .rx-avatar,
body .rx-main .rx-card-head img,
body .rx-main .rx-feed-card img.avatar,
body .rx-main .rx-feed-card .rx-avatar,
body .rx-main .rx-member-row img,
body .rx-main .rx-member-row .rx-avatar,
body .rx-main .rx-notification-avatar,
body .rx-main .rx-notification-avatar img,
body .rx-main .rx-comment img.avatar,
body .rx-main .rx-comments img.avatar,
body .rx-main .rx-hovercard .rx-avatar,
body .rx-main .rx-hovercard .rx-avatar-lg,
body .rx-main .rx-user-hovercard .rx-avatar,
body .rx-main .rx-user-hovercard img.avatar,
body .rx-main .rx-message-thread-avatar,
body .rx-main .rx-message-thread-avatar img,
body .rx-main .rx-message-bubble-row .avatar,
body .rx-main .rx-message-bubble-row img.avatar,
body .rx-aside img.avatar,
body .rx-aside .avatar,
body .rx-aside .rx-avatar{
  border-radius:var(--rx-avatar-radius,14px)!important;
  object-fit:cover!important;
  overflow:hidden!important;
}
body .rx-left .rx-account-btn img,
body .rx-left .rx-account-btn .rx-avatar,
body .rx-left .rx-account-btn .avatar,
body .rx-account .rx-avatar,
body .rx-account-btn .rx-avatar,
body .rx-left .rx-account img.avatar{
  border-radius:999px!important;
}

/* Mobiler Chat: feste Footer-Leiste am echten unteren Viewport-Rand; kein leerer Bereich darunter. */
@media(max-width:900px){
  body.rx-messages-screen{
    height:100dvh!important;
    min-height:100dvh!important;
    overflow:hidden!important;
    padding-bottom:0!important;
  }
  body.rx-messages-screen .rx-shell,
  body.rx-messages-screen .rx-main{
    height:100dvh!important;
    min-height:100dvh!important;
    overflow:hidden!important;
  }
  body.rx-messages-screen .rx-messages-page{
    height:calc(100dvh - 48px)!important;
    max-height:calc(100dvh - 48px)!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  body.rx-messages-screen .rx-messages-page.is-thread-open .rx-message-thread-panel,
  body.rx-messages-screen .rx-message-thread-panel{
    height:100%!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    padding:0!important;
    margin:0!important;
  }
  body.rx-messages-screen .rx-message-thread{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:14px 12px 92px!important;
    margin:0!important;
    background:#fff!important;
  }
  body.rx-messages-screen .rx-message-compose,
  body.rx-messages-screen .rx-messages-page .rx-message-compose,
  body.rx-messages-screen form.rx-message-compose{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    transform:none!important;
    z-index:2147482600!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    align-content:center!important;
    gap:8px!important;
    width:100%!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    padding:15px 10px!important;
    margin:0!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border-top:1px solid var(--rx-border,#e6edf3)!important;
    box-shadow:0 -8px 24px rgba(255,255,255,.96)!important;
  }
  body.rx-messages-screen .rx-message-compose-tools{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    margin:0!important;
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-compose-main{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    margin:0!important;
    align-self:center!important;
  }
  body.rx-messages-screen .rx-message-tool,
  body.rx-messages-screen .rx-message-send-btn{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    padding:0!important;
    margin:0!important;
    align-self:center!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{
    display:block!important;
    width:100%!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    line-height:22px!important;
    padding:10px 14px!important;
    margin:0!important;
    box-sizing:border-box!important;
    resize:none!important;
    overflow:hidden!important;
    align-self:center!important;
    border-radius:999px!important;
  }
  body.rx-messages-screen .rx-floating{bottom:calc(152px + env(safe-area-inset-bottom))!important;}
  body.rx-messages-screen .rx-mobile-radial{bottom:calc(96px + env(safe-area-inset-bottom))!important;}
}
@media(max-width:700px){
  :root{--rx-relation-pad-x:16px;--rx-relation-avatar:48px;}
  body .rx-main .rx-relation-titlebar,
  body .rx-main .rx-people-titlebar,
  body .rx-main .rx-helpful-titlebar,
  body .rx-main .rx-page-titlebar.rx-relation-titlebar{padding-left:16px!important;padding-right:16px!important;}
  body .rx-main .rx-relation-titlebar .rx-section-title,
  body .rx-main .rx-people-titlebar .rx-section-title,
  body .rx-main .rx-helpful-titlebar .rx-section-title{font-size:16px!important;}
}


/* RunnerX v6.0.16: globale Avatar-Rundung ohne 32px-Begrenzung, Avatar-Stapel, Cards ohne Anzeigen-Button */
:root{--rx-avatar-radius:14px;}
body .rx-main img.avatar,
body .rx-main .avatar,
body .rx-main img.rx-avatar,
body .rx-main .rx-avatar,
body .rx-main .rx-avatar-sm,
body .rx-main .rx-avatar-lg,
body .rx-main .rx-user-card-avatar img,
body .rx-main .rx-profile-avatarlink img,
body .rx-main .rx-profile-avatarlink .rx-avatar,
body .rx-main .rx-profile-avatar-link img,
body .rx-main .rx-profile-avatar-link .rx-avatar,
body .rx-main .rx-hovercard img.avatar,
body .rx-main .rx-hovercard .avatar,
body .rx-main .rx-hovercard .rx-avatar,
body .rx-main .rx-hovercard .rx-avatar-lg,
body .rx-main .rx-single-author-row img,
body .rx-main .rx-card-head img,
body .rx-main .rx-message-thread-avatar,
body .rx-main .rx-message-thread-avatar img,
body .rx-main .rx-message-bubble-row img,
body .rx-main .rx-message-bubble-row .avatar,
body .rx-main .rx-avatar-stack img{border-radius:var(--rx-avatar-radius)!important;overflow:hidden!important;}
body .rx-left .rx-account .rx-avatar,
body .rx-left .rx-account img.avatar,
body .rx-account-btn .rx-avatar,
body .rx-account-btn img.avatar{border-radius:999px!important;}
.rx-hovercard .rx-avatar-lg{border-radius:var(--rx-avatar-radius)!important;}
.rx-event-card-button{display:none!important;}
.rx-avatar-stack{display:inline-flex!important;align-items:center!important;flex-direction:row-reverse!important;margin-left:12px!important;isolation:isolate;vertical-align:middle;}
.rx-avatar-stack-item{display:inline-flex!important;width:32px!important;height:32px!important;border:2px solid #fff!important;border-radius:var(--rx-avatar-radius)!important;overflow:hidden!important;background:#eef3f6!important;margin-left:-9px!important;box-shadow:0 1px 2px rgba(15,20,25,.08)!important;position:relative!important;}
.rx-avatar-stack-item:first-child{margin-left:0!important;}
.rx-avatar-stack-item img,.rx-avatar-stack-item .rx-avatar{width:100%!important;height:100%!important;object-fit:cover!important;border:0!important;border-radius:var(--rx-avatar-radius)!important;display:block!important;}
.rx-glossary-helpful-link{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;min-width:0!important;}
.rx-glossary-helpful-link .rx-avatar-stack{margin-left:0!important;margin-right:2px!important;}
.rx-glossary-helpful-link span{white-space:nowrap!important;}
.rx-attendance-count{display:flex!important;align-items:center!important;gap:10px!important;justify-content:space-between!important;min-width:0!important;}
.rx-attendance-count-label{white-space:nowrap!important;}
.rx-attendance-count .rx-avatar-stack{margin-left:auto!important;}
@media(max-width:700px){.rx-glossary-helpful-link{justify-content:flex-start!important;width:100%!important;margin-top:8px!important}.rx-attendance-count{align-items:center!important}.rx-avatar-stack-item{width:28px!important;height:28px!important;margin-left:-8px!important}}
/* Chat: fixed footer caused the visual bottom gap on mobile. Keep composer in the message panel flow and reserve only its own height. */
@media(max-width:900px){
  body.rx-messages-screen .rx-message-thread{padding-bottom:72px!important;}
  body.rx-messages-screen .rx-message-compose,
  body.rx-messages-screen form.rx-message-compose,
  .rx-messages-page .rx-message-compose{
    height:72px!important;min-height:72px!important;max-height:72px!important;
    padding:15px 10px!important;margin:0!important;box-sizing:border-box!important;
    display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;align-items:center!important;align-content:center!important;gap:8px!important;
  }
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;align-self:center!important;}
  body.rx-messages-screen .rx-message-tool,body.rx-messages-screen .rx-message-send-btn{height:42px!important;width:42px!important;min-width:42px!important;margin:0!important;align-self:center!important;}
}


/* RunnerX v6.0.17: mobile attendance/helpful action layout polish */
.rx-glossary-helpful-box{
    margin-top:14px!important;
    margin-bottom:10px!important;
    padding:12px 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
}
.rx-glossary-helpful-btn{
    flex:0 0 auto!important;
}
.rx-glossary-helpful-link{
    margin-left:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    text-align:right!important;
}
.rx-glossary-helpful-link .rx-avatar-stack{
    order:0!important;
    margin-left:0!important;
    margin-right:0!important;
}
.rx-glossary-helpful-link span{
    order:1!important;
    white-space:nowrap!important;
}
.rx-attendance-actions .rx-btn.rx-btn-primary{
    justify-content:center!important;
    text-align:center!important;
}
.rx-attendance-count{
    text-decoration:none!important;
}
.rx-attendance-count .rx-avatar-stack{
    margin-left:auto!important;
}
@media(max-width:700px){
    .rx-glossary-helpful-box{
        margin:14px var(--rx-form-side-pad,14px) 10px!important;
        padding:12px 14px!important;
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
        align-items:center!important;
    }
    .rx-glossary-helpful-btn{
        width:100%!important;
        justify-content:flex-start!important;
    }
    .rx-glossary-helpful-link{
        width:100%!important;
        justify-content:flex-end!important;
        align-items:center!important;
        margin:0!important;
        gap:10px!important;
    }
    .rx-glossary-helpful-link .rx-avatar-stack{
        margin-left:0!important;
        margin-right:0!important;
    }
    .rx-attendance-actions{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:10px 12px!important;
        align-items:center!important;
    }
    .rx-attendance-actions .rx-btn.rx-btn-primary{
        grid-column:1 / -1!important;
        width:100%!important;
        min-height:46px!important;
        justify-content:center!important;
        padding-left:14px!important;
        padding-right:14px!important;
    }
    .rx-attendance-actions .rx-attendance-count{
        grid-row:auto!important;
        width:100%!important;
        justify-self:stretch!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        align-items:center!important;
        gap:8px!important;
        padding:0 2px!important;
    }
    .rx-attendance-actions .rx-attendance-count-label{
        min-width:0!important;
        white-space:nowrap!important;
    }
    .rx-attendance-actions .rx-attendance-count .rx-avatar-stack{
        justify-self:end!important;
        margin-left:0!important;
    }
}

/* RunnerX v6.0.18: helpful/attendance spacing polish */
.rx-single-body + .rx-glossary-helpful-box,
.rx-glossary-content + .rx-glossary-helpful-box,
.rx-glossary-helpful-box{
  margin-top:8px!important;
  margin-bottom:10px!important;
  padding:10px 14px!important;
}
.rx-glossary-helpful-link{
  margin-left:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
.rx-glossary-helpful-link .rx-avatar-stack{margin:0!important;}
.rx-glossary-helpful-link span{white-space:nowrap!important;}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary){
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px 12px!important;
  align-items:center!important;
}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{
  grid-column:1 / -1!important;
  width:100%!important;
  min-height:46px!important;
  justify-content:center!important;
}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,auto) minmax(0,1fr)!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:start!important;
  margin:0!important;
}
.rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count .rx-avatar-stack{
  justify-self:end!important;
  margin:0!important;
}
@media(max-width:700px){
  .rx-single-body + .rx-glossary-helpful-box,
  .rx-glossary-content + .rx-glossary-helpful-box,
  .rx-glossary-helpful-box{
    margin:8px var(--rx-form-side-pad,14px) 8px!important;
    padding:10px 12px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .rx-glossary-helpful-link{
    width:100%!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    text-align:right!important;
  }
  .rx-glossary-helpful-link .rx-avatar-stack{justify-self:end!important;order:1!important;}
  .rx-glossary-helpful-link span{justify-self:end!important;order:2!important;}
  .rx-attendance-actions:has(> .rx-btn.rx-btn-primary){
    grid-template-columns:1fr 1fr!important;
    gap:8px 10px!important;
  }
  .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{
    grid-column:1 / -1!important;
  }
  .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:6px!important;
  }
}

/* RunnerX v6.0.19: finale Kompaktkorrektur Helpful-/Teilnahmeboxen */
body .rx-main .rx-glossary-content,
body .rx-main .rx-single-body.rx-glossary-content{padding-bottom:0!important;}
body .rx-main .rx-glossary-content > :last-child,
body .rx-main .rx-single-body.rx-glossary-content > :last-child{margin-bottom:0!important;}
body .rx-main .rx-glossary-helpful-box{margin-top:0!important;margin-bottom:10px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
body .rx-main .rx-glossary-helpful-btn{flex:0 0 auto!important;min-width:0!important;}
body .rx-main .rx-glossary-helpful-link{flex:1 1 auto!important;min-width:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;text-align:right!important;}
body .rx-main .rx-glossary-helpful-link .rx-avatar-stack{margin:0!important;justify-self:auto!important;order:0!important;}
body .rx-main .rx-glossary-helpful-link span{order:1!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary){display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px 12px!important;align-items:center!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;width:100%!important;justify-content:center!important;text-align:center!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{width:100%!important;margin:0!important;display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;text-decoration:none!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:first-of-type{justify-content:flex-start!important;justify-self:start!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:nth-of-type(2){justify-content:flex-end!important;justify-self:end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:first-of-type .rx-avatar-stack,
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:nth-of-type(2) .rx-avatar-stack{margin-left:8px!important;margin-right:0!important;}
@media(max-width:700px){body .rx-main .rx-glossary-content,body .rx-main .rx-single-body.rx-glossary-content{padding-bottom:0!important;}body .rx-main .rx-glossary-helpful-box{margin:0 var(--rx-form-side-pad,14px) 8px!important;padding:10px 12px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;}body .rx-main .rx-glossary-helpful-btn{width:100%!important;}body .rx-main .rx-glossary-helpful-link{width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:0!important;text-align:right!important;}body .rx-main .rx-glossary-helpful-link .rx-avatar-stack{order:0!important;margin:0!important;}body .rx-main .rx-glossary-helpful-link span{order:1!important;margin:0!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary){grid-template-columns:1fr 1fr!important;gap:8px 10px!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count{display:flex!important;align-items:center!important;min-height:28px!important;padding:0!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:first-of-type{justify-content:flex-start!important;text-align:left!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count:nth-of-type(2){justify-content:flex-end!important;text-align:right!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary) > .rx-attendance-count .rx-avatar-stack{margin-left:8px!important;margin-right:0!important;}}

/* RunnerX v6.0.20: relation action spacing + deterministic attendance avatar alignment */
body .rx-main .rx-glossary-content,
body .rx-main .rx-single-body.rx-glossary-content{padding-bottom:0!important;}
body .rx-main .rx-glossary-content > :last-child,
body .rx-main .rx-single-body.rx-glossary-content > :last-child{margin-bottom:0!important;}
body .rx-main .rx-glossary-helpful-box,
body .rx-main .rx-single-body.rx-glossary-content + .rx-glossary-helpful-box,
body .rx-main .rx-glossary-content + .rx-glossary-helpful-box{width:100%!important;max-width:none!important;box-sizing:border-box!important;margin:25px 0 10px!important;padding:10px 14px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
body .rx-main .rx-glossary-helpful-btn{flex:0 0 auto!important;min-width:0!important;}
body .rx-main .rx-glossary-helpful-link{flex:1 1 auto!important;min-width:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;margin:0!important;text-align:right!important;white-space:nowrap!important;}
body .rx-main .rx-glossary-helpful-link .rx-avatar-stack{order:0!important;margin:0!important;}
body .rx-main .rx-glossary-helpful-link span{order:1!important;margin:0!important;}
body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary),body .rx-main .rx-attendance-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;align-items:start!important;}
body .rx-main .rx-attendance-actions > .rx-attend-btn{grid-row:1!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-column:1!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-column:2!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;min-height:46px!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{grid-row:2!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;text-decoration:none!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count:first-of-type{grid-column:1!important;justify-self:stretch!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count:nth-of-type(2){grid-column:2!important;justify-self:stretch!important;align-items:flex-end!important;justify-content:flex-start!important;text-align:right!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{display:block!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-avatar-stack{margin:0!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count:first-of-type .rx-avatar-stack{align-self:flex-start!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count:nth-of-type(2) .rx-avatar-stack{align-self:flex-end!important;}
@media(max-width:700px){body .rx-main .rx-glossary-helpful-box,body .rx-main .rx-single-body.rx-glossary-content + .rx-glossary-helpful-box,body .rx-main .rx-glossary-content + .rx-glossary-helpful-box{margin:25px 0 8px!important;padding:10px 12px!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;}body .rx-main .rx-glossary-helpful-btn{width:100%!important;justify-content:flex-start!important;}body .rx-main .rx-glossary-helpful-link{width:100%!important;justify-content:flex-end!important;gap:8px!important;}body .rx-main .rx-attendance-actions:has(> .rx-btn.rx-btn-primary),body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;}body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;}body .rx-main .rx-attendance-actions > .rx-attendance-count{min-height:0!important;gap:6px!important;}body .rx-main .rx-attendance-actions > .rx-attendance-count:first-of-type{align-items:flex-start!important;text-align:left!important;}body .rx-main .rx-attendance-actions > .rx-attendance-count:nth-of-type(2){align-items:flex-end!important;text-align:right!important;}}

/* RunnerX v6.0.21: finale Überschreibung für Teilnahme-Avatar-Ausrichtung */
body .rx-main .rx-attendance-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;align-items:start!important;}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-column:1!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-column:2!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{grid-row:2!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;text-decoration:none!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-column:1!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-column:2!important;justify-self:stretch!important;align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{display:block!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-avatar-stack{margin:0!important;position:static!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending .rx-avatar-stack{align-self:flex-start!important;justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested .rx-avatar-stack{align-self:flex-end!important;justify-content:flex-end!important;}
@media(max-width:700px){body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;}body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;}body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-column:1!important;align-items:flex-start!important;text-align:left!important;}body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-column:2!important;align-items:flex-end!important;text-align:right!important;}}


/* RunnerX v6.0.22: echte getrennte Avatar-Stacks fuer Dabei/Interessiert */
body .rx-main .rx-attendance-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-column:1!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-column:2!important;grid-row:1!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{
  grid-row:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{
  grid-column:1!important;
  align-items:flex-start!important;
  text-align:left!important;
  justify-self:stretch!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{
  grid-column:2!important;
  align-items:flex-end!important;
  text-align:right!important;
  justify-self:stretch!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{
  display:block!important;
  white-space:nowrap!important;
  line-height:1.2!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-avatar-stack{
  display:flex!important;
  margin:0!important;
  position:static!important;
  width:auto!important;
  max-width:100%!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending .rx-avatar-stack{
  align-self:flex-start!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested .rx-avatar-stack{
  align-self:flex-end!important;
  justify-content:flex-end!important;
}
body .rx-main .rx-attendance-actions .rx-avatar-stack-item,
body .rx-main .rx-attendance-actions .rx-avatar-stack-item .rx-avatar{
  flex:0 0 auto!important;
}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;}
  body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;}
  body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-column:1!important;align-items:flex-start!important;text-align:left!important;}
  body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-column:2!important;align-items:flex-end!important;text-align:right!important;}
}

/* RunnerX v6.0.23: Teilnahme-Avatar-Spalten final stabilisieren.
   Keine nth-of-type-Logik mehr: feste Klassen + Stack-Slots verhindern doppelte Avatar-Zeilen nach AJAX. */
body .rx-main .rx-attendance-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  grid-template-areas:"attendingBtn interestedBtn" "attendingCount interestedCount"!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions > .rx-attend-primary{grid-area:attendingBtn!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attend-secondary{grid-area:interestedBtn!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-attending{grid-area:attendingCount!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count-interested{grid-area:interestedCount!important;justify-self:stretch!important;align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count{display:grid!important;grid-template-rows:auto auto!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;text-decoration:none!important;line-height:1.2!important;}
body .rx-main .rx-attendance-actions > .rx-attendance-count .rx-attendance-count-label{display:block!important;margin:0!important;padding:0!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot{display:flex!important;min-height:32px!important;margin:0!important;padding:0!important;width:100%!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions .rx-attendance-stack-slot .rx-avatar-stack{display:flex!important;position:static!important;margin:0!important;width:auto!important;max-width:100%!important;}
body .rx-main .rx-attendance-actions .rx-attendance-count-attending .rx-avatar-stack{justify-content:flex-start!important;align-self:flex-start!important;}
body .rx-main .rx-attendance-actions .rx-attendance-count-interested .rx-avatar-stack{justify-content:flex-end!important;align-self:flex-end!important;}
body .rx-main .rx-attendance-actions .rx-avatar-stack-item,
body .rx-main .rx-attendance-actions .rx-avatar-stack-item .rx-avatar{flex:0 0 auto!important;}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"attendingBtn interestedBtn" "attendingCount interestedCount"!important;gap:10px 12px!important;}
  body .rx-main .rx-attendance-actions > .rx-btn.rx-btn-primary{grid-column:1 / -1!important;grid-row:1!important;}
}

/* RunnerX v6.0.24: Teilnahmebox final - spätere WP-CSS-Overrides neutralisieren */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;align-items:start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24>.rx-attendance-login{grid-column:1/-1!important;width:100%!important;min-height:46px!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24>.rx-attendance-col{min-width:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24>.rx-attendance-col-attending{align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24>.rx-attendance-col-interested{align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attend-btn{width:100%!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;text-decoration:none!important;line-height:1.2!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-label{display:block!important;margin:0!important;padding:0!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{width:100%!important;min-height:32px!important;margin:0!important;padding:0!important;display:flex!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack{display:flex!important;position:static!important;margin:0!important;width:auto!important;max-width:100%!important;}
@media(max-width:700px){body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px 12px!important;}body .rx-main .rx-attendance-actions.rx-attendance-actions-v24>.rx-attendance-login{grid-column:1/-1!important;}}


/* RunnerX v6.0.25: Dabei/Interessiert-Stacks wirklich spaltengebunden und ohne Alt-Duplikate */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  width:100%!important;
  gap:6px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{align-items:stretch!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{align-items:stretch!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attend-btn{width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  gap:4px!important;
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-label{display:block!important;margin:0!important;padding:0!important;white-space:nowrap!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  display:flex!important;
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:0!important;
  position:static!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending .rx-avatar-stack{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested .rx-avatar-stack{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack-item{flex:0 0 auto!important;margin-left:-8px!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-avatar-stack-item:first-child{margin-left:0!important;}
@media(max-width:700px){
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{gap:8px 10px!important;}
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-login{grid-column:1 / -1!important;width:100%!important;}
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{gap:5px!important;}
  body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{gap:3px!important;}
}

/* RunnerX v6.0.25: Avatar-Radius nicht auf Chat-Bilder anwenden */
body.rx-messages-screen .rx-message-image img,
body.rx-messages-screen .rx-message-attachment img,
body .rx-main .rx-message-image img,
body .rx-main .rx-message-attachment img{
  border-radius:0!important;
}


/* RunnerX v6.0.26: Dabei-/Interessiert-Box stabil. Avatar-Stacks bleiben strikt in ihrer Spalte. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{align-items:stretch!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{align-items:stretch!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attend-btn{width:100%!important;justify-content:center!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  width:100%!important;
  text-decoration:none!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{align-items:flex-start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{align-items:flex-end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  display:flex!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  width:100%!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{justify-content:flex-end!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot .rx-avatar-stack{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  position:static!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
}

/* RunnerX v6.0.27: Teilnahmebox - Avatarstacks exakt unter der passenden Spalte. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{
  align-items:stretch!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  align-items:stretch!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-attending{
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-interested{
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-attending .rx-attendance-stack-slot{
  align-self:flex-start!important;
  width:auto!important;
  max-width:100%!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-interested .rx-attendance-stack-slot{
  align-self:flex-end!important;
  width:auto!important;
  max-width:100%!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-attending .rx-avatar-stack{
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:auto!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count-interested .rx-avatar-stack{
  justify-content:flex-end!important;
  margin-left:auto!important;
  margin-right:0!important;
}


/* RunnerX v6.0.28: Teilnahmebox - rechter Interessiert-Avatar wirklich rechtsbündig.
   Der Stack bekommt eine eigene Inhaltsbreite und wird per auto-margin an den rechten Rand der Interessiert-Spalte geschoben. */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px 12px!important;
  align-items:start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{
  grid-column:1!important;
  align-items:stretch!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{
  grid-column:2!important;
  align-items:stretch!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-count{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{
  align-items:flex-start!important;
  text-align:left!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{
  align-items:flex-end!important;
  text-align:right!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  display:flex!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{
  width:max-content!important;
  max-width:100%!important;
  align-self:flex-start!important;
  justify-content:flex-start!important;
  margin-right:auto!important;
  margin-left:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{
  width:max-content!important;
  max-width:100%!important;
  align-self:flex-end!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
  margin-right:0!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending .rx-avatar-stack{
  margin-left:0!important;
  margin-right:auto!important;
  justify-content:flex-start!important;
}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested .rx-avatar-stack{
  margin-left:auto!important;
  margin-right:0!important;
  justify-content:flex-end!important;
}

/* RunnerX v6.0.29: definitive attendance column alignment - only Dabei/Interessiert box */
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:12px!important;row-gap:8px!important;align-items:start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-login{grid-column:1 / -1!important;width:100%!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending,body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{min-width:0!important;width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:5px!important;align-content:start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-attending{grid-column:1!important;justify-items:start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 > .rx-attendance-col-interested{grid-column:2!important;justify-items:end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attend-btn,body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attend-btn{width:100%!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count,body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:3px!important;margin:0!important;padding:0!important;line-height:1.2!important;text-decoration:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-attending .rx-attendance-count{justify-items:start!important;text-align:left!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-col-interested .rx-attendance-count{justify-items:end!important;text-align:right!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot{width:100%!important;max-width:100%!important;min-height:0!important;display:flex!important;margin:0!important;padding:0!important;line-height:0!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot:empty{display:none!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending{justify-content:flex-start!important;justify-self:stretch!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested{justify-content:flex-end!important;justify-self:stretch!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-attending .rx-avatar-stack{margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important;}
body .rx-main .rx-attendance-actions.rx-attendance-actions-v24 .rx-attendance-stack-slot-interested .rx-avatar-stack{margin-left:auto!important;margin-right:0!important;justify-content:flex-end!important;}


/* RunnerX v6.0.30: Event-/Lauftreff-Detailseiten vereinheitlichen und alte Teilnehmerbox unten entfernen */
body.single-runnerx_event .rx-main .rx-event-hero-panel,
body.single-runnerx_event .rx-main .rx-event-links-panel,
body.single-runnerx_event .rx-main .rx-organizer-panel,
body.single-runnerx_event .rx-main .rx-event-map-panel,
body.single-runnerx_event .rx-main .rx-gallery-panel,
body.single-runnerx_event .rx-main .rx-social-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-training-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-contact-panel,
body.single-runnerx_lauftreff .rx-main .rx-organizer-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-map-panel,
body.single-runnerx_lauftreff .rx-main .rx-social-panel{
    margin:0!important;
    padding:26px 28px!important;
    border:0!important;
    border-bottom:1px solid var(--rx-border,#e6edf3)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
}
body.single-runnerx_event .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel{
    background:#f7f9fb!important;
}
body.single-runnerx_event .rx-main .rx-single-body,
body.single-runnerx_lauftreff .rx-main .rx-single-body{
    margin:0!important;
    padding:26px 28px!important;
    border-bottom:1px solid var(--rx-border,#e6edf3)!important;
}
body.single-runnerx_event .rx-main .rx-panel-head,
body.single-runnerx_lauftreff .rx-main .rx-panel-head{
    margin:0 0 18px!important;
    padding:0!important;
    align-items:center!important;
}
body.single-runnerx_event .rx-main .rx-section-title,
body.single-runnerx_lauftreff .rx-main .rx-section-title{
    margin:0!important;
}
body.single-runnerx_event .rx-main .rx-fact-list,
body.single-runnerx_lauftreff .rx-main .rx-fact-list,
body.single-runnerx_event .rx-main .rx-info-grid,
body.single-runnerx_lauftreff .rx-main .rx-info-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
}
body.single-runnerx_event .rx-main .rx-info-tile,
body.single-runnerx_lauftreff .rx-main .rx-info-tile,
body.single-runnerx_event .rx-main .rx-social-link-pill,
body.single-runnerx_lauftreff .rx-main .rx-social-link-pill{
    border-radius:var(--rx-card-radius,8px)!important;
    box-shadow:none!important;
}
body.single-runnerx_event .rx-main .rx-participants-panel,
body.single-runnerx_lauftreff .rx-main .rx-participants-panel{
    display:none!important;
}
@media(max-width:760px){
    body.single-runnerx_event .rx-main .rx-event-hero-panel,
    body.single-runnerx_event .rx-main .rx-event-links-panel,
    body.single-runnerx_event .rx-main .rx-organizer-panel,
    body.single-runnerx_event .rx-main .rx-event-map-panel,
    body.single-runnerx_event .rx-main .rx-gallery-panel,
    body.single-runnerx_event .rx-main .rx-social-panel,
    body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
    body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel,
    body.single-runnerx_lauftreff .rx-main .rx-lauftreff-training-panel,
    body.single-runnerx_lauftreff .rx-main .rx-lauftreff-contact-panel,
    body.single-runnerx_lauftreff .rx-main .rx-organizer-panel,
    body.single-runnerx_lauftreff .rx-main .rx-event-map-panel,
    body.single-runnerx_lauftreff .rx-main .rx-social-panel,
    body.single-runnerx_event .rx-main .rx-single-body,
    body.single-runnerx_lauftreff .rx-main .rx-single-body{
        padding:20px 18px!important;
    }
    body.single-runnerx_event .rx-main .rx-fact-list,
    body.single-runnerx_lauftreff .rx-main .rx-fact-list,
    body.single-runnerx_event .rx-main .rx-info-grid,
    body.single-runnerx_lauftreff .rx-main .rx-info-grid{
        grid-template-columns:1fr!important;
    }
}


/* RunnerX v6.0.31: Detail-Abstände, Medien-Badges und Video-Streams */
body.single-runnerx_event .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-hero-panel,
body.single-runnerx_lauftreff .rx-main .rx-lauftreff-overview-panel{
    background:#fff!important;
}
body.single-runnerx_event .rx-main .rx-panel-head,
body.single-runnerx_lauftreff .rx-main .rx-panel-head,
body.single-runnerx_event .rx-main .rx-section-title,
body.single-runnerx_lauftreff .rx-main .rx-section-title{
    margin:0 0 16px!important;
}
body.single-runnerx_event .rx-main .rx-event-map-panel .rx-panel-head,
body.single-runnerx_lauftreff .rx-main .rx-event-map-panel .rx-panel-head{
    margin-bottom:16px!important;
}
body.single-runnerx_event .rx-main .rx-section-title + .rx-fact-list,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-fact-list,
body.single-runnerx_event .rx-main .rx-section-title + .rx-info-grid,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-info-grid,
body.single-runnerx_event .rx-main .rx-section-title + .rx-social-link-grid,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-social-link-grid,
body.single-runnerx_event .rx-main .rx-section-title + .rx-gallery-grid,
body.single-runnerx_lauftreff .rx-main .rx-section-title + .rx-gallery-grid{
    margin-top:0!important;
}
.rx-video-embed{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#0f1419!important;
}
.rx-video-embed iframe{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    border:0!important;
    display:block!important;
}
.rx-feed-card .rx-media-link{display:block!important;margin-top:14px;margin-left:0!important;width:100%!important;max-width:100%!important;clear:both;}
.rx-feed-card .rx-feed-video{margin:0!important;max-height:none!important;border:1px solid var(--rx-border)!important;}
body.page-template-page-video-erstellen .rx-form-card .rx-form-grid .rx-field-full,
body.page-id .rx-form-shell input[name="youtube_url"]{grid-column:1 / -1;}
@media(max-width:760px){
    body.single-runnerx_event .rx-main .rx-panel-head,
    body.single-runnerx_lauftreff .rx-main .rx-panel-head,
    body.single-runnerx_event .rx-main .rx-section-title,
    body.single-runnerx_lauftreff .rx-main .rx-section-title{margin-bottom:14px!important;}
}

/* RunnerX v6.0.32: Feed-Video darf nicht aus der Card laufen */
.rx-feed-card .rx-card-content{min-width:0;}
.rx-feed-card .rx-media-link{display:block!important;margin-top:14px!important;margin-left:0!important;width:100%!important;max-width:100%!important;clear:both!important;}
.rx-feed-card .rx-media-link .rx-video-embed{max-width:100%!important;}


/* RunnerX v6.0.35: media page without search and centered member usercards */
.rx-media-page-stream{
  margin-top:0!important;
}
.rx-members-list.rx-user-card-list,
.rx-members-proto-list.rx-user-card-list,
.rx-user-list--stream{
  display:block!important;
}
.rx-members-list .rx-user-card,
.rx-members-proto-list .rx-user-card,
.rx-user-list--stream .rx-user-card,
.rx-members-stream-shell .rx-user-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  column-gap:14px!important;
  row-gap:0!important;
  align-items:center!important;
  min-height:82px!important;
  padding:14px 20px!important;
}
.rx-members-list .rx-user-card-avatar,
.rx-members-proto-list .rx-user-card-avatar,
.rx-user-list--stream .rx-user-card-avatar,
.rx-members-stream-shell .rx-user-card-avatar,
.rx-members-list .rx-user-card-main,
.rx-members-proto-list .rx-user-card-main,
.rx-user-list--stream .rx-user-card-main,
.rx-members-stream-shell .rx-user-card-main,
.rx-members-list .rx-user-card-actionbar,
.rx-members-proto-list .rx-user-card-actionbar,
.rx-user-list--stream .rx-user-card-actionbar,
.rx-members-stream-shell .rx-user-card-actionbar{
  align-self:center!important;
}
.rx-members-list .rx-user-card-avatar,
.rx-members-proto-list .rx-user-card-avatar,
.rx-user-list--stream .rx-user-card-avatar,
.rx-members-stream-shell .rx-user-card-avatar{
  margin-top:0!important;
}
.rx-members-list .rx-user-card-main,
.rx-members-proto-list .rx-user-card-main,
.rx-user-list--stream .rx-user-card-main,
.rx-members-stream-shell .rx-user-card-main{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:56px!important;
}
.rx-members-list .rx-user-card-actionbar,
.rx-members-proto-list .rx-user-card-actionbar,
.rx-user-list--stream .rx-user-card-actionbar,
.rx-members-stream-shell .rx-user-card-actionbar{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin-left:0!important;
}
.rx-members-list .rx-user-actions,
.rx-members-proto-list .rx-user-actions,
.rx-user-list--stream .rx-user-actions,
.rx-members-stream-shell .rx-user-actions{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.rx-members-list .rx-user-actions-menu,
.rx-members-proto-list .rx-user-actions-menu,
.rx-user-list--stream .rx-user-actions-menu,
.rx-members-stream-shell .rx-user-actions-menu{
  z-index:2147483640!important;
}
@media(max-width:600px){
  .rx-members-list .rx-user-card,
  .rx-members-proto-list .rx-user-card,
  .rx-user-list--stream .rx-user-card,
  .rx-members-stream-shell .rx-user-card{
    grid-template-columns:48px minmax(0,1fr) auto!important;
    padding:12px 14px!important;
    min-height:74px!important;
  }
  .rx-members-list .rx-user-card-avatar,
  .rx-members-proto-list .rx-user-card-avatar,
  .rx-user-list--stream .rx-user-card-avatar,
  .rx-members-stream-shell .rx-user-card-avatar,
  .rx-members-list .rx-user-card-avatar .rx-avatar,
  .rx-members-proto-list .rx-user-card-avatar .rx-avatar,
  .rx-user-list--stream .rx-user-card-avatar .rx-avatar,
  .rx-members-stream-shell .rx-user-card-avatar .rx-avatar{
    width:48px!important;
    height:48px!important;
  }
  .rx-members-list .rx-user-card-main,
  .rx-members-proto-list .rx-user-card-main,
  .rx-user-list--stream .rx-user-card-main,
  .rx-members-stream-shell .rx-user-card-main{
    min-height:48px!important;
  }
  .rx-members-list .rx-user-card-actionbar,
  .rx-members-proto-list .rx-user-card-actionbar,
  .rx-user-list--stream .rx-user-card-actionbar,
  .rx-members-stream-shell .rx-user-card-actionbar{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    margin:0!important;
  }
}

/* RunnerX v6.0.39: Tag-Trends/Follows */
.rx-tag-trends-list{display:flex;flex-direction:column;border-top:1px solid var(--rx-border);}
.rx-tag-trend-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--rx-border);}
.rx-tag-trend-main{display:flex;flex-direction:column;gap:3px;min-width:0;text-decoration:none;color:inherit;}
.rx-tag-trend-main strong{font-size:16px;line-height:1.25;color:var(--rx-text,#172033);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rx-tag-trend-main span{font-size:13px;color:var(--rx-muted,#65758b);}
.rx-tag-trend-kicker{font-size:12px;color:var(--rx-muted,#65758b);}
.rx-tag-follow-btn{white-space:nowrap;flex:0 0 auto;}
.rx-home-tabs{margin-bottom:12px;}
@media(max-width:700px){.rx-tag-trend-card{padding:12px 0;gap:10px}.rx-tag-trend-main strong{font-size:15px}.rx-tag-follow-btn span{display:inline}}

/* RunnerX v6.0.40: Trends/Tags UX, mobile drawer stacking and tag hovercards. */
.rx-mobile-drawer-backdrop{z-index:2147483400!important;}
.rx-mobile-drawer{z-index:2147483500!important;}
body.rx-mobile-menu-open .rx-mobile-drawer{z-index:2147483500!important;}
body.rx-mobile-menu-open .rx-searchbox,
body.rx-mobile-menu-open .rx-mobile-search-sheet{z-index:auto!important;}
.rx-mobile-logout-btn,.rx-mobile-login-btn{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;border-radius:12px;background:#08162f;color:#fff!important;font-weight:900;text-decoration:none;padding:0 18px;}
.rx-mobile-logout-btn:hover,.rx-mobile-login-btn:hover{filter:brightness(.96);}
.rx-tag-trends-list{border-top:0!important;display:flex;flex-direction:column;gap:0;}
.rx-tag-trend-card{padding:18px 22px!important;border-bottom:1px solid var(--rx-border)!important;}
.rx-tag-trend-main{gap:4px!important;}
.rx-tag-trend-main strong{font-size:17px!important;}
.rx-tag-hovercard{z-index:2147483300!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex;gap:10px;align-items:center;margin-top:14px;}
.rx-tag-hovercard .rx-tag-follow-btn{min-height:40px;padding:0 14px;}
.rx-tag-hovercard .rx-hashtag-card-link{flex:1;min-height:40px;padding:0 14px!important;}
.rx-tag-hovercard .rx-hashtag-card p{margin:8px 0 0;color:var(--rx-muted,#536471);}
@media(max-width:700px){.rx-tag-trend-card{padding:16px 18px!important}.rx-tag-trend-main strong{font-size:16px!important}.rx-tag-hovercard{max-width:calc(100vw - 24px)!important}.rx-tag-hovercard .rx-hashtag-card{width:min(300px,calc(100vw - 24px))!important}}

/* RunnerX v6.0.43: profile trends, trend hovercards and home trend summary. */
.rx-home-trends-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 24px 16px;padding:16px 18px;border:1px solid var(--rx-border,#d9e3ec);border-radius:14px;background:#f6f9fb;}
.rx-home-trends-summary div{display:flex;flex-direction:column;gap:3px;min-width:0;}
.rx-home-trends-summary span{font-size:13px;color:var(--rx-muted,#536471);font-weight:700;}
.rx-home-trends-summary strong{font-size:18px;line-height:1.25;color:var(--rx-text,#0f1419);}
.rx-home-trends-summary .rx-btn{white-space:nowrap;}
.rx-profile-trends-list{border-top:1px solid var(--rx-border,#d9e3ec);}
.rx-tag-trend-card{padding-left:24px!important;padding-right:24px!important;}
.rx-tag-hovercard{pointer-events:auto!important;}
.rx-tag-hovercard .rx-hashtag-card-meta{margin-bottom:0!important;}
.rx-tag-hovercard .rx-hashtag-card-meta span{display:inline-flex!important;margin:0!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex!important;gap:10px!important;align-items:center!important;margin-top:14px!important;}
.rx-tag-hovercard .rx-tag-follow-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
@media(max-width:700px){.rx-home-trends-summary{margin:0 14px 14px;padding:14px;align-items:flex-start;flex-direction:column}.rx-home-trends-summary .rx-btn{width:100%;justify-content:center}.rx-tag-trend-card{padding-left:18px!important;padding-right:18px!important;}}

/* RunnerX v6.0.44: relation title alignment, trend summary, dashboard headings and stable tag hovercards. */
body .rx-main .rx-relation-titlebar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:58px!important;padding:0 24px!important;margin:0!important;border-bottom:1px solid var(--rx-border,#eff3f4)!important;}
body .rx-main .rx-relation-titlebar .rx-section-title{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:0!important;line-height:1!important;min-height:34px!important;}
body .rx-main .rx-relation-titlebar .rx-section-title-icon,body .rx-main .rx-relation-titlebar .rx-section-title-text{display:inline-flex!important;align-items:center!important;line-height:1!important;margin:0!important;}
body .rx-main .rx-relation-titlebar .rx-relation-back-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;margin:0!important;align-self:center!important;}
.rx-home-trends-summary.rx-full-bleed-soft{margin:0!important;padding:16px 24px!important;width:100%!important;border-left:0!important;border-right:0!important;border-radius:0!important;background:#f6f9fb!important;}
.rx-home-trends-summary-text strong{font-size:17px!important;}.rx-home-trends-manage{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:38px!important;}.rx-home-trends-manage i{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
.rx-dashboard-section-title{display:flex;align-items:center;gap:10px;padding:0 0 16px;margin:0;}.rx-dashboard-section-title h2{margin:0;font-size:22px;line-height:1.15;font-weight:950;}
.rx-tag-hovercard{pointer-events:auto!important;z-index:2147483400!important;}.rx-tag-hovercard .rx-hashtag-card,.rx-tag-hovercard .rx-hashtag-card--compact{width:300px!important;max-width:calc(100vw - 24px)!important;padding:16px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--rx-border,#eff3f4)!important;box-shadow:0 16px 42px rgba(15,20,25,.18)!important;}
.rx-tag-hovercard .rx-hashtag-card-title{font-size:22px!important;font-weight:950!important;line-height:1.15!important;margin:10px 0 6px!important;color:var(--rx-text,#0f1419)!important;}.rx-tag-hovercard .rx-hashtag-card-meta{display:block!important;margin:0 0 14px!important;color:var(--rx-muted,#536471)!important;font-weight:800!important;}.rx-tag-hovercard .rx-hashtag-card-meta span{display:block!important;margin:0!important;}
.rx-tag-hovercard .rx-tag-follow-btn,.rx-tag-hovercard .rx-hashtag-card-link{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;margin:8px 0 0!important;padding:0 16px!important;text-align:center!important;font-weight:950!important;}.rx-tag-hovercard .rx-hashtag-card-link{background:#0f1419!important;color:#fff!important;text-decoration:none!important;}.rx-tag-hovercard .rx-tag-follow-btn{background:#eff3f4!important;color:#0f1419!important;border:0!important;}.rx-tag-hovercard .rx-tag-follow-btn.is-active{background:#0f1419!important;color:#fff!important;}.rx-tag-hovercard .rx-hashtag-card-actions{display:block!important;margin:0!important;}
@media(max-width:700px){body .rx-main .rx-relation-titlebar{padding:0 16px!important;min-height:56px!important;}.rx-home-trends-summary.rx-full-bleed-soft{padding:14px 16px!important;}.rx-dashboard-section-title{padding:0 0 14px;}.rx-dashboard-section-title h2{font-size:20px;}}


/* RunnerX v6.0.45: dashboard titlebar normalization and stable trend hovercards */
.rx-home-tabs{margin-bottom:0!important;}
.rx-home-tabs + .rx-home-trends-summary,
.rx-home-tabs + .rx-home-trends-summary.rx-full-bleed-soft{margin-top:0!important;}
.rx-home-trends-summary.rx-full-bleed-soft{
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-box.rx-flat-list-page{padding:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-main > .rx-dashboard-section-title{
  min-height:58px;
  padding:0 24px;
  margin:0;
  border-bottom:1px solid var(--rx-border,#eff3f4);
  display:flex;
  align-items:center;
  gap:10px;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-main > .rx-dashboard-section-title h2{font-size:22px;line-height:1.15;margin:0;font-weight:950;}
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments,
.rx-dashboard-box.rx-flat-list-page > .rx-stream{margin-top:0!important;padding-top:18px!important;}
.rx-dashboard-box-actions.rx-flat-actions{padding:16px 24px 0!important;margin:0!important;}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap{margin-top:0;}
.rx-dashboard-main > .rx-dashboard-section-title{margin-bottom:0;}
.rx-dashboard-filter-tabs{margin-top:0!important;}
.rx-tag-hovercard{position:fixed!important;z-index:2147483400!important;display:none!important;pointer-events:auto!important;width:auto!important;max-width:340px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.rx-tag-hovercard.is-open{display:block!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{display:block!important;width:300px!important;max-width:calc(100vw - 24px)!important;background:#fff!important;border:1px solid var(--rx-border,#eff3f4)!important;border-radius:16px!important;box-shadow:0 16px 42px rgba(15,20,25,.18)!important;padding:16px!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex!important;flex-direction:column!important;gap:8px!important;margin:12px 0 0!important;align-items:stretch!important;}
.rx-tag-hovercard .rx-tag-follow-btn,
.rx-tag-hovercard .rx-hashtag-card-link{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;margin:0!important;padding:0 16px!important;text-align:center!important;font-weight:950!important;}
@media(max-width:700px){.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-main > .rx-dashboard-section-title{padding:0 16px!important;min-height:56px!important}.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,.rx-dashboard-main > .rx-dashboard-section-title h2{font-size:20px}.rx-dashboard-box-actions.rx-flat-actions{padding:14px 16px 0!important}}


/* RunnerX v6.0.46: dashboard title consistency + tag hover stability. */
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-main > .rx-dashboard-section-title{
  min-height:68px;
  padding:0 24px;
  margin:0 0 14px;
  border-bottom:1px solid var(--rx-border,#eff3f4);
  display:flex;
  align-items:center;
  gap:10px;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-main > .rx-dashboard-section-title .rx-section-title-icon{
  flex:0 0 34px;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-main > .rx-dashboard-section-title h2{
  margin:0;
  line-height:1.15;
}
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap{
  margin-top:0;
  margin-bottom:22px;
}
.rx-dashboard-box.rx-flat-list-page .rx-dashboard-box-actions.rx-flat-actions{
  padding:0 24px 14px!important;
}
.rx-home-trends-summary.rx-full-bleed-soft,
.rx-home-trends-summary{
  margin-top:0!important;
}
.rx-tag-hovercard{
  pointer-events:auto!important;
  z-index:2147483600!important;
}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.rx-tag-hovercard .rx-hashtag-card-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  align-items:stretch!important;
}
.rx-tag-hovercard .rx-hashtag-card-link,
.rx-tag-hovercard .rx-tag-follow-btn{
  width:100%!important;
  justify-content:center!important;
}


/* RunnerX v6.0.47: dashboard title spacing + locked tag hovercards. */
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-main > .rx-dashboard-section-title{
  min-height:64px;
  padding:0 24px;
  margin:0;
  border-bottom:1px solid var(--rx-border,#eff3f4);
  display:flex;
  align-items:center;
  gap:10px;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-main > .rx-dashboard-section-title .rx-section-title-icon{
  flex:0 0 34px;
}
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-main > .rx-dashboard-section-title h2{
  margin:0;
  font-size:22px;
  line-height:1.15;
  font-weight:950;
}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs{
  margin-top:14px;
}
.rx-dashboard-filter-tabs{
  margin-top:14px!important;
}
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  padding-top:18px!important;
}
.rx-tag-trend-card{
  align-items:center!important;
}
.rx-tag-trend-title{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  color:inherit!important;
  text-decoration:none!important;
}
.rx-tag-trend-title:hover{
  color:var(--rx-accent,#1d9bf0)!important;
}
.rx-tag-trend-title strong{
  display:block!important;
}
.rx-tag-hovercard{
  position:fixed!important;
  z-index:2147483600!important;
  display:none!important;
  pointer-events:auto!important;
  width:auto!important;
  max-width:340px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.rx-tag-hovercard.is-open{display:block!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{
  width:300px!important;
  max-width:calc(100vw - 24px)!important;
  background:#fff!important;
  border:1px solid var(--rx-border,#eff3f4)!important;
  border-radius:16px!important;
  box-shadow:0 16px 42px rgba(15,20,25,.18)!important;
  padding:16px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.rx-tag-hovercard .rx-hashtag-card-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  align-items:stretch!important;
  margin:8px 0 0!important;
}
.rx-tag-hovercard .rx-hashtag-card-link,
.rx-tag-hovercard .rx-tag-follow-btn{
  width:100%!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:999px!important;
  margin:0!important;
  padding:0 16px!important;
  text-align:center!important;
  font-weight:950!important;
}
.rx-tag-hovercard .rx-tag-follow-btn{
  background:#0f1419!important;
  color:#fff!important;
  border:0!important;
}
.rx-tag-hovercard .rx-tag-follow-btn.is-active{
  background:#536471!important;
  color:#fff!important;
}
.rx-tag-hovercard .rx-hashtag-card-link{
  background:#0f1419!important;
  color:#fff!important;
  text-decoration:none!important;
}
.rx-tag-hovercard .rx-hashtag-card-title a{
  color:inherit!important;
  text-decoration:none!important;
}
@media(max-width:700px){
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-main > .rx-dashboard-section-title{padding:0 16px!important;min-height:58px!important;}
  .rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
  .rx-dashboard-filter-tabs{margin-top:12px;}
}


/* RunnerX v6.0.48: global dashboard title bars + stable hashtag hovercard/buttons */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-section-title,
.rx-dashboard-box .rx-panel-head{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:68px;
  padding:0 24px;
  margin:0;
  border-bottom:1px solid var(--rx-border,#eff3f4);
  background:#fff;
}
.rx-dashboard-main > .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-section-title h2,
.rx-dashboard-box .rx-panel-head h2{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  font-size:24px;
  line-height:1.1;
  font-weight:950;
}
.rx-dashboard-main > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-box > .rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-section-flat > .rx-section-title .rx-section-title-icon,
.rx-dashboard-box .rx-panel-head .rx-section-title-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs{
  margin-top:0;
}
.rx-dashboard-top{padding:16px 20px!important;border-bottom:1px solid var(--rx-border,#eff3f4)!important;margin:0!important;}
.rx-dashboard-main .rx-flat-list-page{border-top:0!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-empty,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-user-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  margin:0!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
}
.rx-trend-row--tag{display:block!important;}
.rx-trend-row--tag .rx-tag-trend-title{display:inline-flex!important;width:auto!important;max-width:100%!important;color:inherit!important;text-decoration:none!important;}
.rx-trend-row--tag .rx-tag-trend-title:hover{color:var(--rx-accent,#1d9bf0)!important;}
.rx-tag-hovercard{position:fixed!important;z-index:2147483600!important;display:none!important;pointer-events:auto!important;width:auto!important;max-width:340px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.rx-tag-hovercard.is-open{display:block!important;}
.rx-tag-hovercard .rx-hashtag-card,
.rx-tag-hovercard .rx-hashtag-card--compact{width:300px!important;max-width:calc(100vw - 24px)!important;background:#fff!important;border:1px solid var(--rx-border,#eff3f4)!important;border-radius:16px!important;box-shadow:0 16px 42px rgba(15,20,25,.18)!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:10px!important;}
.rx-tag-hovercard .rx-hashtag-card-title a{color:inherit!important;text-decoration:none!important;}
.rx-tag-hovercard .rx-hashtag-card-actions{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important;margin:8px 0 0!important;}
.rx-tag-hovercard .rx-hashtag-card-link,
.rx-tag-hovercard .rx-tag-follow-btn{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;margin:0!important;padding:0 16px!important;text-align:center!important;font-weight:950!important;white-space:nowrap!important;}
.rx-tag-hovercard .rx-tag-follow-btn span,
.rx-tag-hovercard .rx-tag-follow-btn i{display:inline-flex!important;align-items:center!important;opacity:1!important;visibility:visible!important;color:inherit!important;}
.rx-tag-hovercard .rx-hashtag-card-link{background:#0f1419!important;color:#fff!important;text-decoration:none!important;}
.rx-tag-hovercard .rx-tag-follow-btn{background:#0f1419!important;color:#fff!important;border:0!important;}
.rx-tag-hovercard .rx-tag-follow-btn.is-active{background:#536471!important;color:#fff!important;border:0!important;}

/* RunnerX v6.0.49: final dashboard titlebar override */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-section-title,
.rx-dashboard-box .rx-panel-head{min-height:68px;padding:0 24px;margin:0;border-top:0;border-bottom:1px solid var(--rx-border,#eff3f4);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box;}
.rx-dashboard-section-title-main,.rx-dashboard-section-flat > .rx-section-title,.rx-dashboard-box .rx-panel-head h2{display:flex;align-items:center;gap:12px;min-width:0;}
.rx-dashboard-section-title-main h2,.rx-dashboard-main > .rx-dashboard-section-title h2,.rx-dashboard-box > .rx-dashboard-section-title h2,.rx-dashboard-section-flat > .rx-section-title h2,.rx-dashboard-box .rx-panel-head h2{margin:0;padding:0;font-size:24px;line-height:1.1;font-weight:950;}
.rx-dashboard-section-title .rx-section-title-icon,.rx-dashboard-section-flat > .rx-section-title .rx-section-title-icon,.rx-dashboard-box .rx-panel-head .rx-section-title-icon{flex:0 0 34px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;margin:0;}
.rx-dashboard-section-title-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;}
.rx-dashboard-section-title-actions .rx-btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;margin:0;}
.rx-dashboard-box-actions.rx-flat-actions{display:none!important;}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,.rx-dashboard-section-title + .rx-dashboard-filter-tabs,.rx-dashboard-section-title + .rx-responsive-tabs-wrap,.rx-dashboard-filter-tabs{margin-top:0;border-top:0;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,.rx-dashboard-filter-tabs .rx-responsive-tabs{border-top:0!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,.rx-dashboard-box.rx-flat-list-page > .rx-empty,.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,.rx-dashboard-box.rx-flat-list-page > .rx-user-list,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{margin:0!important;border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
.rx-dashboard-box.rx-flat-list-page > .rx-section-card{padding:24px!important;}
@media(max-width:700px){.rx-dashboard-main > .rx-dashboard-section-title,.rx-dashboard-box > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-section-title,.rx-dashboard-box .rx-panel-head{min-height:62px!important;padding:0 16px!important}.rx-dashboard-section-title-main h2,.rx-dashboard-main > .rx-dashboard-section-title h2,.rx-dashboard-box > .rx-dashboard-section-title h2,.rx-dashboard-section-flat > .rx-section-title h2,.rx-dashboard-box .rx-panel-head h2{font-size:21px}}

/* RunnerX v6.0.50: dashboard header and tab normalization */
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;padding:20px 24px;margin:0;border-top:0;border-bottom:1px solid var(--rx-border,#dfe7ef);background:#fff;box-sizing:border-box;}
.rx-dashboard-main .rx-dashboard-section-title-main,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,.rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main{display:flex;align-items:center;gap:10px;min-width:0;margin:0;}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon{width:34px;height:34px;min-width:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;margin:0;background:rgba(147,229,71,.16);color:var(--rx-accent,#93e547);}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon i{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:17px;}
.rx-dashboard-main .rx-dashboard-section-title h2{margin:0;padding:0;font-size:24px;line-height:1.15;font-weight:950;letter-spacing:-.02em;}
.rx-dashboard-section-title-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.rx-dashboard-section-title-actions .rx-btn,.rx-dashboard-section-title-actions button{margin:0;white-space:nowrap;}
.rx-dashboard-section-flat,.rx-dashboard-box.rx-flat-list-page,.rx-dashboard-main{border-top:0!important;}
.rx-dashboard-main > .rx-dashboard-section-title + .rx-responsive-tabs-wrap,.rx-dashboard-main > .rx-dashboard-section-title + .rx-dashboard-filter-tabs,.rx-dashboard-section-title + .rx-responsive-tabs-wrap,.rx-dashboard-section-title + .rx-dashboard-filter-tabs,.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap{margin-top:0;border-top:0;}
.rx-dashboard-filter-tabs,.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap{border-top:0!important;border-bottom:1px solid var(--rx-border,#dfe7ef)!important;}
.rx-dashboard-main .rx-section-card,.rx-dashboard-box.rx-flat-list-page > .rx-section-card,.rx-dashboard-box.rx-flat-list-page > .rx-empty,.rx-dashboard-box.rx-flat-list-page > .rx-empty-state{border-top:0!important;}
.rx-dashboard-overview-section .rx-dashboard-section-title{padding-top:20px;padding-bottom:20px;}
@media(max-width:700px){.rx-dashboard-main .rx-dashboard-section-title,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-dashboard-section-title{min-height:64px!important;padding:16px!important}.rx-dashboard-main .rx-dashboard-section-title h2{font-size:21px}}

/* RunnerX v6.0.51: Dashboard gutters, tab gutters and dropdown counter normalization */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title{
  min-height:72px;
  padding:20px 24px;
  margin:0;
  border-bottom:1px solid var(--rx-border,#dbe5ef);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-sizing:border-box;
}
.rx-dashboard-section-title-main{display:flex;align-items:center;gap:12px;min-width:0;}
.rx-dashboard-section-title-main h2{margin:0;line-height:1.15;}
.rx-dashboard-section-title-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;}
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs{
  margin-top:0;
  border-top:0;
}
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  padding-left:24px!important;
  padding-right:24px!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{border-left:0!important;border-right:0!important;}
.rx-dashboard-main > .rx-dashboard-stream,
.rx-dashboard-main > .rx-stream,
.rx-dashboard-main > .rx-feed,
.rx-dashboard-stream{margin-top:0!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{margin-left:24px!important;margin-right:24px!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis{margin-top:16px!important;}
.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin-top:16px!important;}
.rx-global-switch-menu a,.rx-filter-switch-menu a{display:flex!important;align-items:center!important;gap:10px!important;}
.rx-global-switch-menu a .rx-count-badge,.rx-filter-switch-menu a .rx-count-badge{margin-left:auto!important;order:99!important;}
.rx-global-switch-menu a.is-active:after,.rx-filter-switch-menu a.is-active:after{content:none!important;display:none!important;}
.rx-dashboard-switch .rx-global-switch-menu a i{flex:0 0 auto!important;}
.rx-dashboard-switch .rx-global-switch-menu a span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
@media(max-width:700px){
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title{padding:18px 16px!important;min-height:68px!important;}
  .rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding-left:16px!important;padding-right:16px!important;}
  .rx-dashboard-section-flat .rx-dashboard-kpis,
  .rx-dashboard-section-flat .rx-dashboard-quicklinks,
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted{margin-left:16px!important;margin-right:16px!important;}
}

/* RunnerX v6.0.52: hard reset dashboard spacing without breaking tab arrows */
.rx-dashboard-main{--rx-dashboard-gutter:24px;}
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title{width:100%;min-height:auto;padding:20px var(--rx-dashboard-gutter);margin:0;border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--rx-border,#dbe5ef);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;box-sizing:border-box;}
.rx-dashboard-main .rx-dashboard-section-title-main,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main{display:flex;align-items:center;gap:12px;margin:0;min-width:0;}
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2{margin:0;padding:0;line-height:1.15;}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon{margin:0;flex:0 0 34px;}
.rx-dashboard-section-title-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;}
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs{padding-left:0!important;padding-right:0!important;margin-top:0!important;border-top:0!important;box-sizing:border-box!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{border-left:0!important;border-right:0!important;margin-left:0!important;margin-right:0!important;}
.rx-dashboard-section-flat{width:100%!important;margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{margin-left:0!important;margin-right:0!important;padding-left:var(--rx-dashboard-gutter)!important;padding-right:var(--rx-dashboard-gutter)!important;box-sizing:border-box!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin-top:16px!important;width:100%!important;}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{margin-top:14px!important;margin-bottom:20px!important;}
@media(max-width:700px){.rx-dashboard-main{--rx-dashboard-gutter:16px;}.rx-dashboard-main .rx-dashboard-section-title,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-dashboard-section-title,.rx-dashboard-overview-section > .rx-dashboard-section-title{padding:20px var(--rx-dashboard-gutter);}.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,.rx-dashboard-main > .rx-responsive-tabs-wrap,.rx-dashboard-main > .rx-dashboard-filter-tabs{padding-left:0!important;padding-right:0!important;}}

/* RunnerX v6.0.53 mirror: keep middle-column headers consistent after wp overrides */
.rx-main,.rx-dashboard-layout,.rx-dashboard-main{--rx-mid-gutter:24px;--rx-mid-border:var(--rx-border,#dbe5ef);}
.rx-topbar,.rx-global-topbar{height:53px!important;min-height:53px!important;padding:0 var(--rx-mid-gutter)!important;margin:0!important;border-bottom:1px solid var(--rx-mid-border)!important;display:flex!important;align-items:center!important;gap:14px!important;box-sizing:border-box!important;}
.rx-dashboard-main .rx-dashboard-section-title,.rx-dashboard-box > .rx-dashboard-section-title,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-dashboard-section-title,.rx-dashboard-overview-section > .rx-dashboard-section-title,.rx-relation-titlebar{width:100%;min-height:74px;padding:20px var(--rx-mid-gutter);margin:0;border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--rx-mid-border);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;box-sizing:border-box;}
.rx-dashboard-section-title-main,.rx-relation-titlebar .rx-section-title,.rx-relation-titlebar .rx-dashboard-section-title-main{display:flex;align-items:center;gap:12px;min-width:0;margin:0;padding:0;}
.rx-dashboard-main .rx-dashboard-section-title .rx-section-title-icon,.rx-relation-titlebar .rx-section-title-icon{width:34px;height:34px;min-width:34px;flex:0 0 34px;margin:0;border-radius:8px;background:rgba(147,229,71,.18);color:var(--rx-runner,#93e547);display:inline-flex;align-items:center;justify-content:center;line-height:1;}
.rx-dashboard-main .rx-dashboard-section-title h2,.rx-dashboard-box > .rx-dashboard-section-title h2,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,.rx-dashboard-section-flat > .rx-dashboard-section-title h2,.rx-relation-titlebar .rx-section-title,.rx-relation-titlebar .rx-section-title-text{margin:0;padding:0;font-size:24px;line-height:1.15;font-weight:950;letter-spacing:-.02em;white-space:normal;}
.rx-dashboard-section-title-actions,.rx-relation-titlebar .rx-relation-actions,.rx-relation-titlebar > .rx-btn,.rx-relation-titlebar > a.rx-btn{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;}
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,.rx-dashboard-section-title + .rx-dashboard-filter-tabs,.rx-dashboard-main > .rx-responsive-tabs-wrap,.rx-dashboard-main > .rx-dashboard-filter-tabs,.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,.rx-relation-titlebar + .rx-relation-summary,.rx-relation-titlebar + .rx-relation-info,.rx-relation-titlebar + .rx-user-list,.rx-relation-titlebar + .rx-section-card{margin-top:0;border-top:0;}
.rx-dashboard-filter-tabs,.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;border-top:0!important;border-bottom:1px solid var(--rx-mid-border)!important;box-sizing:border-box!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,.rx-dashboard-main .rx-responsive-tabs-shell{margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,.rx-dashboard-filter-tabs .rx-responsive-tabs-next{flex:0 0 48px!important;width:48px!important;margin:0!important;border-radius:0!important;}
.rx-dashboard-section-flat,.rx-dashboard-overview-section,.rx-dashboard-box.rx-flat-list-page{width:100%!important;margin:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,.rx-dashboard-section-flat .rx-dashboard-quicklinks,.rx-dashboard-section-flat > p,.rx-dashboard-section-flat > .rx-muted,.rx-dashboard-box.rx-flat-list-page > .rx-section-card,.rx-dashboard-box.rx-flat-list-page > .rx-empty,.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,.rx-dashboard-box.rx-flat-list-page > .rx-user-list,.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{margin-left:0!important;margin-right:0!important;padding-left:var(--rx-mid-gutter)!important;padding-right:var(--rx-mid-gutter)!important;box-sizing:border-box!important;}
.rx-dashboard-section-flat .rx-dashboard-kpis,.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin-top:16px!important;}
.rx-dashboard-section-flat > p,.rx-dashboard-section-flat > .rx-muted{margin-top:14px!important;margin-bottom:20px!important;}
@media(max-width:700px){.rx-main,.rx-dashboard-layout,.rx-dashboard-main{--rx-mid-gutter:16px;}.rx-dashboard-main .rx-dashboard-section-title,.rx-dashboard-box > .rx-dashboard-section-title,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-dashboard-section-title,.rx-dashboard-overview-section > .rx-dashboard-section-title,.rx-relation-titlebar{min-height:66px;padding:16px var(--rx-mid-gutter);}.rx-dashboard-main .rx-dashboard-section-title h2,.rx-dashboard-box > .rx-dashboard-section-title h2,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,.rx-dashboard-section-flat > .rx-dashboard-section-title h2,.rx-relation-titlebar .rx-section-title,.rx-relation-titlebar .rx-section-title-text{font-size:21px;}}


/* RunnerX v6.0.54: final middle-column header normalization */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{--rx-mid-gutter:24px;}
.rx-relation-topbar{display:flex!important;align-items:center!important;gap:14px!important;height:53px!important;min-height:53px!important;padding:0 var(--rx-mid-gutter)!important;margin:0!important;border-bottom:1px solid var(--rx-mid-border,var(--rx-border,#eff3f4))!important;background:#fff!important;box-sizing:border-box!important;}
.rx-relation-topbar .rx-back-link{width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:inherit!important;flex:0 0 34px!important;}
.rx-relation-topbar h1{margin:0!important;padding:0!important;font-size:22px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:-.02em!important;}
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-relation-titlebar{padding:20px var(--rx-mid-gutter);min-height:74px;margin:0;border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--rx-mid-border,var(--rx-border,#eff3f4));background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;box-sizing:border-box;width:100%;}
.rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title{display:flex;align-items:center;gap:12px;min-width:0;margin:0;padding:0;line-height:1;}
.rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text{margin:0;padding:0;font-size:24px;line-height:1.15;font-weight:950;letter-spacing:-.02em;}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon{width:34px;height:34px;min-width:34px;flex:0 0 34px;margin:0;border-radius:8px;background:rgba(147,229,71,.18);color:var(--rx-runner,#93e547);display:inline-flex;align-items:center;justify-content:center;line-height:1;}
.rx-dashboard-section-title-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-filter-tabs{margin-top:0;border-top:0;}
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;border-top:0!important;border-bottom:1px solid var(--rx-mid-border,var(--rx-border,#eff3f4))!important;box-sizing:border-box!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{width:48px!important;flex:0 0 48px!important;margin:0!important;border-radius:0!important;}
.rx-dashboard-section-flat,.rx-dashboard-overview-section,.rx-dashboard-box.rx-flat-list-page{width:100%!important;margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important;background:#fff!important;}
.rx-dashboard-comment-meta .rx-type{display:none!important;}
@media(max-width:700px){.rx-main,.rx-dashboard-layout,.rx-dashboard-main{--rx-mid-gutter:16px;}.rx-dashboard-main > .rx-dashboard-section-title,.rx-dashboard-box > .rx-dashboard-section-title,.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,.rx-dashboard-section-flat > .rx-dashboard-section-title,.rx-dashboard-overview-section > .rx-dashboard-section-title,.rx-relation-titlebar{padding:16px var(--rx-mid-gutter);min-height:66px;}.rx-dashboard-section-title h2,.rx-relation-titlebar .rx-section-title,.rx-relation-titlebar .rx-section-title-text{font-size:21px;}.rx-relation-topbar{padding:0 var(--rx-mid-gutter)!important;}}


/* RunnerX v6.0.55: final middle-column header cleanup
   One visual system for: global topbar -> green-icon subheader -> tabs/info/content.
   This only normalizes layout; it does not change business logic. */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-mid-gutter:24px;
  --rx-mid-border:var(--rx-border,#dbe5ef);
}

/* The global topbar in header.php is the only topbar. Relation pages must not add a second one. */
.rx-relation-page > .rx-relation-topbar,
.rx-relation-shell > .rx-relation-topbar{display:none!important;}

/* Green-icon subheaders: same row, same padding, smaller title. */
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar{
  width:100%;
  min-height:66px;
  padding:20px var(--rx-mid-gutter);
  margin:0;
  border:0;
  border-bottom:1px solid var(--rx-mid-border);
  border-radius:0;
  box-shadow:none;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-sizing:border-box;
}
.rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  margin:0;
  padding:0;
  line-height:1;
}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon{
  width:34px;
  height:34px;
  min-width:34px;
  flex:0 0 34px;
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:rgba(147,229,71,.18);
  color:var(--rx-runner,#93e547);
  line-height:1;
}
.rx-dashboard-section-title .rx-section-title-icon i,
.rx-relation-titlebar .rx-section-title-icon i{
  font-size:17px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.rx-dashboard-section-title h2,
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text{
  margin:0;
  padding:0;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.015em;
  white-space:normal;
}
.rx-dashboard-section-title-actions,
.rx-relation-titlebar .rx-relation-actions,
.rx-relation-titlebar > .rx-btn,
.rx-relation-titlebar > a.rx-btn{
  margin-left:auto;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

/* One single divider between subheader and the next block. */
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-relation-titlebar + .rx-relation-page,
.rx-relation-titlebar + .rx-relation-summary,
.rx-relation-titlebar + .rx-section-card{
  margin-top:0;
  border-top:0;
}

/* Tabs remain full-width, but labels line up with the same visual system. */
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-mid-border)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-dashboard-main .rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  width:48px!important;
  flex:0 0 48px!important;
  margin:0!important;
  border-radius:0!important;
}

/* Dashboard index rows are full-width rows; no extra outer card gutters. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section,
.rx-dashboard-box.rx-flat-list-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:var(--rx-mid-gutter)!important;
  padding-right:var(--rx-mid-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{
  margin-top:16px!important;
}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-top:14px!important;
  margin-bottom:20px!important;
}

/* Relation summary begins immediately below subheader and stays full-width. */
.rx-relation-page{
  padding:0!important;
  margin:0!important;
  width:100%!important;
}
.rx-relation-shell{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
}
.rx-relation-summary{
  margin:0!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
}

@media(max-width:700px){
  .rx-main,
  .rx-dashboard-layout,
  .rx-dashboard-main{--rx-mid-gutter:16px;}
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar{
    min-height:62px;
    padding:16px var(--rx-mid-gutter);
  }
  .rx-dashboard-section-title h2,
  .rx-dashboard-main .rx-dashboard-section-title h2,
  .rx-relation-titlebar .rx-section-title,
  .rx-relation-titlebar .rx-section-title-text{
    font-size:20px;
  }
}


/* RunnerX UI Refactoring v1 (v6.0.56)
   Canonical middle-column layout system.
   Goal: one spacing rhythm for topbar, green-icon subheader, tabs/info/content.
*/
:root{
  --rx-ui-gutter:24px;
  --rx-ui-gutter-mobile:16px;
  --rx-ui-border:var(--rx-border,#dbe5ef);
  --rx-ui-title-size:21px;
  --rx-ui-title-size-mobile:20px;
  --rx-ui-icon-size:34px;
  --rx-ui-subheader-y:20px;
}

.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main,
.rx-content-shell{
  --rx-mid-gutter:var(--rx-ui-gutter);
  --rx-mid-border:var(--rx-ui-border);
}

/* Middle column page topbar: back/title/create remains its own row. */
.rx-page-topbar,
.rx-detail-topbar,
.rx-relation-topbar{
  min-height:52px!important;
  padding:0 var(--rx-ui-gutter)!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-ui-border)!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-page-topbar h1,
.rx-detail-topbar h1,
.rx-relation-topbar h1{
  margin:0!important;
  font-size:21px!important;
  line-height:1.15!important;
  font-weight:900!important;
}

/* Canonical green-icon subheader. Used for dashboard, relation, lists and tab pages. */
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar,
.rx-section-titlebar{
  width:100%;
  min-height:74px;
  padding:var(--rx-ui-subheader-y) var(--rx-ui-gutter);
  margin:0;
  border:0;
  border-bottom:1px solid var(--rx-ui-border);
  border-radius:0;
  box-shadow:none;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-sizing:border-box;
}
.rx-dashboard-section-title-main,
.rx-dashboard-section-title > .rx-dashboard-section-title-main,
.rx-relation-titlebar .rx-section-title,
.rx-section-titlebar-main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  margin:0;
  padding:0;
  line-height:1;
}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-relation-titlebar .rx-section-title-icon,
.rx-section-titlebar .rx-section-title-icon{
  width:var(--rx-ui-icon-size);
  height:var(--rx-ui-icon-size);
  min-width:var(--rx-ui-icon-size);
  flex:0 0 var(--rx-ui-icon-size);
  margin:0;
  border-radius:8px;
  background:rgba(147,229,71,.18);
  color:var(--rx-runner,#93e547);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.rx-dashboard-section-title .rx-section-title-icon i,
.rx-relation-titlebar .rx-section-title-icon i,
.rx-section-titlebar .rx-section-title-icon i{
  font-size:17px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.rx-dashboard-section-title h2,
.rx-dashboard-main .rx-dashboard-section-title h2,
.rx-dashboard-box > .rx-dashboard-section-title h2,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title h2,
.rx-dashboard-section-flat > .rx-dashboard-section-title h2,
.rx-relation-titlebar .rx-section-title,
.rx-relation-titlebar .rx-section-title-text,
.rx-section-titlebar h2{
  margin:0;
  padding:0;
  font-size:var(--rx-ui-title-size);
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.012em;
  white-space:normal;
}
.rx-dashboard-section-title-actions,
.rx-relation-titlebar .rx-relation-actions,
.rx-relation-titlebar > .rx-btn,
.rx-relation-titlebar > a.rx-btn,
.rx-section-titlebar-actions{
  margin-left:auto;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

/* No double borders between subheader and direct follower blocks. */
.rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-section-card,
.rx-dashboard-section-title + .rx-empty-state,
.rx-dashboard-section-title + .rx-notification-list,
.rx-dashboard-section-title + .rx-dashboard-comments,
.rx-relation-titlebar + .rx-relation-page,
.rx-relation-titlebar + .rx-relation-summary,
.rx-relation-titlebar + .rx-section-card{
  margin-top:0;
  border-top:0;
}

/* Canonical tabs: full-width row, but tab labels share the middle-column gutter. */
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  width:100%!important;
  margin:0!important;
  padding:0 var(--rx-ui-gutter)!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-ui-border)!important;
  box-sizing:border-box!important;
  background:#fff!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell{
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border-radius:0!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev{margin-left:-12px!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{margin-right:-12px!important;}

/* Dashboard overview sections are full width; their contents align to the same gutter, not an extra nested card gutter. */
.rx-dashboard-section-flat,
.rx-dashboard-overview-section,
.rx-dashboard-box.rx-flat-list-page,
.rx-dashboard-box.rx-notifications-page-flat{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted,
.rx-dashboard-box.rx-flat-list-page > .rx-section-card,
.rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
.rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks{margin-top:16px!important;}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{margin-top:14px!important;margin-bottom:20px!important;}

/* Relation pages use exactly the same full-width rhythm. */
.rx-relation-page,
.rx-relation-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.rx-relation-summary{
  width:100%!important;
  margin:0!important;
  padding:20px var(--rx-ui-gutter)!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-sizing:border-box!important;
}
.rx-relation-user-list .rx-user-card,
.rx-relation-user-list .rx-empty-state{
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
  box-sizing:border-box!important;
}

@media(max-width:700px){
  .rx-main,.rx-dashboard-layout,.rx-dashboard-main,.rx-content-shell{--rx-mid-gutter:var(--rx-ui-gutter-mobile);}
  .rx-page-topbar,.rx-detail-topbar,.rx-relation-topbar{padding:0 var(--rx-ui-gutter-mobile)!important;}
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar,
  .rx-section-titlebar{
    min-height:62px;
    padding:16px var(--rx-ui-gutter-mobile);
  }
  .rx-dashboard-section-title h2,
  .rx-dashboard-main .rx-dashboard-section-title h2,
  .rx-relation-titlebar .rx-section-title,
  .rx-relation-titlebar .rx-section-title-text,
  .rx-section-titlebar h2{font-size:var(--rx-ui-title-size-mobile);}
  .rx-dashboard-filter-tabs,
  .rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
  .rx-dashboard-main > .rx-dashboard-filter-tabs,
  .rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{padding:0 var(--rx-ui-gutter-mobile)!important;}
  .rx-dashboard-section-flat .rx-dashboard-kpis,
  .rx-dashboard-section-flat .rx-dashboard-quicklinks,
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted,
  .rx-dashboard-box.rx-flat-list-page > .rx-section-card,
  .rx-dashboard-box.rx-flat-list-page > .rx-empty-state,
  .rx-dashboard-box.rx-flat-list-page > .rx-notification-list,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-comments,
  .rx-relation-summary,
  .rx-relation-user-list .rx-user-card,
  .rx-relation-user-list .rx-empty-state{
    padding-left:var(--rx-ui-gutter-mobile)!important;
    padding-right:var(--rx-ui-gutter-mobile)!important;
  }
}

/* RunnerX UI Refactoring v1.2 / v6.0.58
   Hard final dashboard middle-column rhythm: no extra tab side gutters, no nested overview gutters. */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-ui-gutter:24px;
  --rx-ui-gutter-mobile:16px;
}
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title,
.rx-page-titlebar.rx-relation-titlebar,
.rx-relation-titlebar,
.rx-section-titlebar{
  padding:20px var(--rx-ui-gutter);
  margin:0;
  min-height:0;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:1px solid var(--rx-border,#dbe5ee);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-sizing:border-box;
}
.rx-dashboard-section-flat,
.rx-dashboard-overview-section{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-dashboard-section-flat .rx-dashboard-kpis,
.rx-dashboard-section-flat .rx-dashboard-quicklinks,
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-section-flat > p,
.rx-dashboard-section-flat > .rx-muted{
  padding-left:var(--rx-ui-gutter)!important;
  padding-right:var(--rx-ui-gutter)!important;
}
.rx-dashboard-filter-tabs,
.rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-dashboard-main > .rx-dashboard-filter-tabs,
.rx-dashboard-main > .rx-responsive-tabs-wrap.rx-dashboard-filter-tabs{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ee)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-shell,
.rx-dashboard-filter-tabs .rx-responsive-tabs{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  box-sizing:border-box!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev,
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  z-index:5!important;
  width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.rx-dashboard-filter-tabs .rx-responsive-tabs-prev{left:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-next{right:0!important;}
.rx-dashboard-filter-tabs .rx-responsive-tabs-track,
.rx-dashboard-filter-tabs .rx-responsive-tabs-list{
  width:100%!important;
  margin:0!important;
  padding-left:36px!important;
  padding-right:36px!important;
  box-sizing:border-box!important;
}
@media(max-width:700px){
  .rx-dashboard-main > .rx-dashboard-section-title,
  .rx-dashboard-main .rx-dashboard-section-title,
  .rx-dashboard-box > .rx-dashboard-section-title,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  .rx-dashboard-section-flat > .rx-dashboard-section-title,
  .rx-dashboard-overview-section > .rx-dashboard-section-title,
  .rx-page-titlebar.rx-relation-titlebar,
  .rx-relation-titlebar,
  .rx-section-titlebar{padding:16px var(--rx-ui-gutter-mobile)!important;}
  .rx-dashboard-section-flat > p,
  .rx-dashboard-section-flat > .rx-muted{padding-left:var(--rx-ui-gutter-mobile)!important;padding-right:var(--rx-ui-gutter-mobile)!important;}
}


/* RunnerX v6.0.59: definitive dashboard title gutter fix
   The spacing belongs to the title-main element, not only to selected parent sections.
   This fixes tab pages where .rx-dashboard-section-title-main rendered flush left. */
.rx-main,
.rx-dashboard-layout,
.rx-dashboard-main{
  --rx-dashboard-gutter:24px;
  --rx-dashboard-gutter-mobile:16px;
}
.rx-dashboard-main > .rx-dashboard-section-title,
.rx-dashboard-main .rx-dashboard-section-title,
.rx-dashboard-box > .rx-dashboard-section-title,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
.rx-dashboard-section-flat > .rx-dashboard-section-title,
.rx-dashboard-overview-section > .rx-dashboard-section-title{
  width:100%;
  margin:0;
  padding:0;
  min-height:0;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:1px solid var(--rx-border,#dbe5ee);
  background:#fff;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  box-sizing:border-box;
}
.rx-dashboard-main .rx-dashboard-section-title-main,
.rx-dashboard-box > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main,
.rx-dashboard-overview-section > .rx-dashboard-section-title .rx-dashboard-section-title-main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  margin:0;
  padding:20px var(--rx-dashboard-gutter);
  box-sizing:border-box;
}
.rx-dashboard-section-title-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin:0;
  padding:20px var(--rx-dashboard-gutter) 20px 0;
  box-sizing:border-box;
}
.rx-dashboard-section-title-main .rx-section-title-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  min-width:34px;
  margin:0;
}
.rx-dashboard-section-title-main h2{
  margin:0;
  padding:0;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
}
.rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-dashboard-section-title + .rx-responsive-tabs-wrap{
  margin-top:0;
  border-top:0;
}
@media(max-width:700px){
  .rx-dashboard-main .rx-dashboard-section-title-main,
  .rx-dashboard-box > .rx-dashboard-section-title .rx-dashboard-section-title-main,
  .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title .rx-dashboard-section-title-main,
  .rx-dashboard-section-flat > .rx-dashboard-section-title .rx-dashboard-section-title-main,
  .rx-dashboard-overview-section > .rx-dashboard-section-title .rx-dashboard-section-title-main{
    padding:16px var(--rx-dashboard-gutter-mobile)!important;
  }
  .rx-dashboard-section-title-actions{
    padding:16px var(--rx-dashboard-gutter-mobile) 16px 0;
  }
  .rx-dashboard-section-title-main h2{font-size:20px;}
}

/* RunnerX v6.0.60: tag/event/lauftreff hovercards use the global profile hovercard container. */
.rx-tag-hovercard{display:none!important;}
#rxTypedHovercard.rx-global-hovercard{z-index:2147483600!important;}

/* RunnerX 6.0.64: Einstellungen, Datenschutz und Cookie Consent */
.rx-settings-page{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.rx-settings-form{display:block}
.rx-settings-sections{display:grid;gap:0}
.rx-settings-group{background:#fff;border-top:1px solid var(--rx-border);padding:24px}
.rx-settings-group:first-child{border-top:0}
.rx-settings-group>header{display:flex;align-items:flex-start;gap:14px;margin:0 0 18px}
.rx-settings-group>header .rx-section-title-icon{flex:0 0 42px;width:42px;height:42px;margin:0;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:color-mix(in srgb,var(--rx-primary) 13%,#fff);color:var(--rx-primary);font-size:20px}
.rx-settings-group>header h3{margin:0 0 4px;font-size:20px;line-height:1.25}
.rx-settings-group>header p{margin:0;color:#526477;line-height:1.5}
.rx-settings-list{border:1px solid var(--rx-border);border-radius:12px;overflow:hidden;background:#fff}
.rx-settings-option{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;padding:15px 18px;border-bottom:1px solid var(--rx-border);cursor:pointer}
.rx-settings-option:last-child{border-bottom:0}
.rx-settings-option:hover{background:#f8fafb}
.rx-settings-option.is-disabled{cursor:default;background:#f8fafb}
.rx-settings-option__copy{display:grid;gap:4px;min-width:0}
.rx-settings-option__copy strong{font-size:15px;line-height:1.3}
.rx-settings-option__copy small{display:block;color:#526477;line-height:1.45;font-size:13px}
.rx-settings-option--select select{flex:0 0 min(240px,42%);min-width:190px;height:44px;border:1px solid var(--rx-border);border-radius:9px;background:#fff;padding:0 38px 0 12px;font:inherit;font-weight:700;color:#0b1520}
.rx-settings-toggle{position:relative;display:inline-flex;flex:0 0 48px;width:48px;height:28px}
.rx-settings-toggle input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0;z-index:2}
.rx-settings-toggle>span{position:absolute;inset:0;border-radius:999px;background:#ced7df;transition:background .18s ease,box-shadow .18s ease}
.rx-settings-toggle>span:before{content:"";position:absolute;left:3px;top:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:transform .18s ease}
.rx-settings-toggle input:checked+span{background:var(--rx-primary)}
.rx-settings-toggle input:checked+span:before{transform:translateX(20px)}
.rx-settings-toggle input:focus-visible+span{box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-primary) 28%,transparent)}
.rx-settings-toggle input:disabled{cursor:not-allowed}
.rx-settings-actions{display:flex;flex-wrap:wrap;gap:12px}
.rx-settings-actions .rx-btn{min-height:44px}
.rx-settings-savebar{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:14px 24px;border-top:1px solid var(--rx-border);background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}
.rx-settings-status{margin-right:auto;color:#526477;font-weight:700;font-size:13px}
.rx-settings-status.is-error{color:#b42318}
.rx-settings-status.is-success{color:#378b13}

.rx-consent-placeholder{display:flex;align-items:center;gap:16px;min-height:120px;padding:20px;border:1px solid var(--rx-border);border-radius:12px;background:#f4f7f9;color:#0b1520}
.rx-consent-placeholder__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:10px;background:color-mix(in srgb,var(--rx-primary) 14%,#fff);color:var(--rx-primary);font-size:22px}
.rx-consent-placeholder>div{flex:1;min-width:0}
.rx-consent-placeholder strong{display:block;margin-bottom:4px}
.rx-consent-placeholder p{margin:0;color:#526477;line-height:1.45}
.rx-consent-placeholder .rx-btn{flex:0 0 auto}
.rx-video-embed--blocked{aspect-ratio:auto!important;background:transparent!important}
.rx-video-embed--blocked .rx-consent-placeholder{width:100%}
.rx-event-map-frame>.rx-consent-placeholder,.rx-map-overview-frame--blocked>.rx-consent-placeholder{height:100%;min-height:260px;border-radius:0}

.rx-cookie-banner[hidden],.rx-cookie-modal[aria-hidden="true"]{display:none!important}
.rx-cookie-banner{position:fixed;left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:2147483000;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:18px 20px;border:1px solid var(--rx-border);border-radius:16px;background:#fff;box-shadow:0 18px 60px rgba(8,20,35,.24)}
.rx-cookie-banner__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--rx-primary) 14%,#fff);color:var(--rx-primary);font-size:24px}
.rx-cookie-banner__copy strong{display:block;margin-bottom:4px;font-size:18px}
.rx-cookie-banner__copy p{margin:0;color:#526477;line-height:1.45}
.rx-cookie-banner__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.rx-cookie-modal{position:fixed;inset:0;z-index:2147483100;display:grid;place-items:center;padding:18px}
.rx-cookie-modal__backdrop{position:absolute;inset:0;background:rgba(7,18,31,.68);backdrop-filter:blur(3px)}
.rx-cookie-modal__dialog{position:relative;z-index:1;width:min(680px,100%);max-height:min(760px,calc(100dvh - 36px));overflow:auto;border-radius:16px;background:#fff;box-shadow:0 22px 70px rgba(0,0,0,.34);outline:0}
.rx-cookie-modal__header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--rx-border);background:#fff}
.rx-cookie-modal__header>div{display:flex;align-items:center;gap:12px}
.rx-cookie-modal__header .rx-section-title-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--rx-primary) 14%,#fff);color:var(--rx-primary)}
.rx-cookie-modal__header h2{margin:0;font-size:20px}
.rx-cookie-modal__body{padding:20px}
.rx-cookie-modal__body>p{margin:0 0 16px;color:#526477;line-height:1.5}
.rx-cookie-modal__body .rx-settings-option{border:1px solid var(--rx-border);border-radius:10px;margin-top:10px}
.rx-cookie-modal__footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;padding:14px 20px;border-top:1px solid var(--rx-border);background:#fff}
body.rx-cookie-modal-open{overflow:hidden}

@media(max-width:760px){
  .rx-settings-group{padding:18px 15px}
  .rx-settings-group>header{gap:10px}
  .rx-settings-group>header .rx-section-title-icon{flex-basis:38px;width:38px;height:38px}
  .rx-settings-group>header h3{font-size:18px}
  .rx-settings-option{align-items:flex-start;gap:14px;padding:14px;min-height:68px}
  .rx-settings-option--select{display:grid}
  .rx-settings-option--select select{width:100%;min-width:0;max-width:none;flex:auto}
  .rx-settings-toggle{margin-top:2px}
  .rx-settings-actions{display:grid;grid-template-columns:1fr}
  .rx-settings-actions .rx-btn{width:100%;justify-content:center}
  .rx-settings-savebar{padding:12px 15px;align-items:stretch;flex-direction:column}
  .rx-settings-savebar .rx-btn{width:100%;justify-content:center}
  .rx-consent-placeholder{display:grid;grid-template-columns:auto 1fr;padding:16px}
  .rx-consent-placeholder .rx-btn{grid-column:1/-1;width:100%;justify-content:center}
  .rx-cookie-banner{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));grid-template-columns:auto 1fr;gap:12px;padding:15px;border-radius:14px}
  .rx-cookie-banner__icon{width:42px;height:42px}
  .rx-cookie-banner__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%}
  .rx-cookie-banner__actions .rx-btn:last-child{grid-column:1/-1}
  .rx-cookie-modal{padding:0;align-items:end}
  .rx-cookie-modal__dialog{width:100%;max-height:92dvh;border-radius:16px 16px 0 0}
  .rx-cookie-modal__footer{display:grid;grid-template-columns:1fr 1fr}
  .rx-cookie-modal__footer .rx-btn:last-child{grid-column:1/-1}
}

/* RunnerX v6.0.65: unified form controls, media tagging and sortable galleries */
.rx-btn,
a.rx-btn,
button.rx-btn,
.rx-settings-actions .rx-btn,
.rx-form-actions .rx-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center;
  gap:8px!important;
}
.rx-btn>i,
.rx-btn>[class^="ico-"],
.rx-btn>[class*=" ico-"]{
  flex:0 0 auto;
  margin:0!important;
}
.rx-settings-savebar{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  margin:0!important;
  padding:20px 24px!important;
  border-top:1px solid var(--rx-border)!important;
  background:#fff!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}
.rx-settings-always-active{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex:0 0 auto;
  min-height:34px;
  padding:0 12px;
  border:1px solid color-mix(in srgb,var(--rx-accent) 34%,var(--rx-border));
  border-radius:999px;
  background:color-mix(in srgb,var(--rx-accent) 12%,#fff);
  color:color-mix(in srgb,var(--rx-accent) 78%,#132033);
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
}
.rx-settings-toggle input:checked+span{background:var(--rx-accent)!important}
.rx-settings-toggle input:focus-visible+span{box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent) 28%,transparent)!important}

/* Frontend checkboxes use the same accessible accent pill everywhere. */
.rx-choice-pill,
.rx-form-shell .rx-check-grid label,
.rx-auth-card .rx-check{
  position:relative;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center;
  gap:8px!important;
  min-height:42px;
  padding:9px 14px!important;
  border:1px solid var(--rx-border)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--rx-text)!important;
  font-weight:800!important;
  line-height:1.2;
  cursor:pointer;
  transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease;
}
.rx-choice-pill>input[type="checkbox"],
.rx-form-shell .rx-check-grid label>input[type="checkbox"],
.rx-auth-card .rx-check>input[type="checkbox"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
}
.rx-choice-pill:before,
.rx-form-shell .rx-check-grid label:before,
.rx-auth-card .rx-check:before{
  content:"";
  flex:0 0 18px;
  width:18px;
  height:18px;
  border:1.5px solid #9aa9b7;
  border-radius:6px;
  background:#fff;
  box-sizing:border-box;
}
.rx-choice-pill:has(>input[type="checkbox"]:checked),
.rx-form-shell .rx-check-grid label:has(>input[type="checkbox"]:checked),
.rx-auth-card .rx-check:has(>input[type="checkbox"]:checked){
  border-color:var(--rx-accent)!important;
  background:color-mix(in srgb,var(--rx-accent) 13%,#fff)!important;
  color:color-mix(in srgb,var(--rx-accent) 76%,#101820)!important;
  box-shadow:0 0 0 1px color-mix(in srgb,var(--rx-accent) 14%,transparent);
}
.rx-choice-pill:has(>input[type="checkbox"]:checked):before,
.rx-form-shell .rx-check-grid label:has(>input[type="checkbox"]:checked):before,
.rx-auth-card .rx-check:has(>input[type="checkbox"]:checked):before{
  border-color:var(--rx-accent);
  background:var(--rx-accent);
  box-shadow:inset 0 0 0 4px #fff;
}
.rx-choice-pill:has(>input[type="checkbox"]:focus-visible),
.rx-form-shell .rx-check-grid label:has(>input[type="checkbox"]:focus-visible),
.rx-auth-card .rx-check:has(>input[type="checkbox"]:focus-visible){
  outline:3px solid color-mix(in srgb,var(--rx-accent) 28%,transparent);
  outline-offset:2px;
}

/* Global sortable upload editor with per-image captions. */
.rx-upload-box--gallery{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr) auto!important;
  align-items:center!important;
}
.rx-upload-box--gallery>.rx-upload-preview{
  grid-column:1/-1;
  width:100%;
  margin:6px 0 0!important;
  display:grid!important;
  gap:10px!important;
}
.rx-upload-box--gallery>.rx-upload-preview:empty{display:none!important}
.rx-gallery-editor-item{
  width:100%!important;
  height:auto!important;
  min-height:92px;
  display:grid!important;
  grid-template-columns:30px 72px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:10px!important;
  overflow:visible!important;
  border:1px solid var(--rx-border)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-sizing:border-box;
  transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease;
}
.rx-gallery-editor-item.is-dragging{opacity:.55;border-color:var(--rx-accent)!important;box-shadow:0 10px 28px rgba(15,23,42,.12)}
.rx-gallery-drag{
  display:grid;
  place-items:center;
  width:30px;
  height:42px;
  color:#718096;
  cursor:grab;
  touch-action:none;
}
.rx-gallery-editor-item:active .rx-gallery-drag{cursor:grabbing}
.rx-gallery-thumb{display:block;width:72px;height:72px;border-radius:10px;overflow:hidden;background:#eef2f5}
.rx-gallery-thumb .rx-thumb{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.rx-gallery-caption{display:grid;gap:6px;min-width:0}
.rx-gallery-caption>span{margin:0!important;color:#425466;font-size:12px;font-weight:800}
.rx-gallery-caption>input{width:100%;min-height:42px;border:1px solid var(--rx-border-2);border-radius:10px;padding:9px 11px;font:inherit;background:#fff}
.rx-gallery-caption>input:focus{outline:0;border-color:var(--rx-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent) 18%,transparent)}
.rx-gallery-item-actions{display:flex;align-items:center;gap:6px}
.rx-gallery-item-actions .rx-icon-btn,
.rx-gallery-item-actions [data-upload-remove]{
  position:static!important;
  inset:auto!important;
  width:34px!important;
  height:34px!important;
  border:1px solid var(--rx-border)!important;
  border-radius:9px!important;
  background:#f7f9fa!important;
  color:var(--rx-text)!important;
}
.rx-upload-box--gallery .rx-upload-item.is-loading{
  width:100%!important;
  height:78px!important;
  border-radius:12px!important;
}

/* User tagging form and modal. */
.rx-user-tagger{display:grid;gap:12px}
.rx-tagged-user-pills{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.rx-tagged-user-pills:empty{display:none}
.rx-tagged-user-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:4px 5px 4px 7px;
  border:1px solid var(--rx-border);
  border-radius:999px;
  background:#f7f9fa;
  color:var(--rx-text);
  font-size:13px;
  font-weight:800;
}
.rx-tagged-user-pill img,.rx-tagged-user-pill .rx-avatar-sm{width:30px!important;height:30px!important;object-fit:cover}
.rx-tagged-user-pill button{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:999px;
  background:#e8edf1;
  color:#354454;
  cursor:pointer;
}
.rx-user-tagger-open{justify-self:start}
.rx-form-help{margin:0;color:#607184;font-size:13px;line-height:1.45}
.rx-user-tagger-modal[aria-hidden="true"]{display:none!important}
.rx-user-tagger-modal{
  position:fixed;
  inset:0;
  z-index:2147483200;
  display:grid;
  place-items:center;
  padding:18px;
}
.rx-user-tagger-modal__backdrop{position:absolute;inset:0;background:rgba(7,18,31,.68);backdrop-filter:blur(3px)}
.rx-user-tagger-modal__dialog{
  position:relative;
  z-index:1;
  width:min(620px,100%);
  max-height:min(760px,calc(100dvh - 36px));
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.35);
  border-radius:16px;
  background:#fff;
  box-shadow:0 24px 76px rgba(0,0,0,.34);
  outline:0;
}
.rx-user-tagger-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 18px;
  border-bottom:1px solid var(--rx-border);
}
.rx-user-tagger-modal__header>div{display:flex;align-items:center;gap:11px;min-width:0}
.rx-user-tagger-modal__header h2{margin:0;font-size:19px;line-height:1.2}
.rx-user-tagger-modal__body{min-height:0;overflow:auto;padding:18px;display:grid;gap:14px;align-content:start}
.rx-user-tagger-search{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 13px;
  border:1px solid var(--rx-border-2);
  border-radius:12px;
  background:#fff;
}
.rx-user-tagger-search:focus-within{border-color:var(--rx-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent) 18%,transparent)}
.rx-user-tagger-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit}
.rx-user-tagger-selected{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border-radius:12px;background:#f5f8fa}
.rx-user-tagger-selected__item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:4px 9px 4px 4px;
  border:1px solid var(--rx-border);
  border-radius:999px;
  background:#fff;
  color:var(--rx-text);
  text-align:left;
  cursor:pointer;
}
.rx-user-tagger-selected__item img,.rx-user-tagger-result img{width:34px;height:34px;object-fit:cover;border-radius:var(--rx-avatar-radius,10px)}
.rx-user-tagger-selected__item>span,.rx-user-tagger-result>span{display:grid;min-width:0}
.rx-user-tagger-selected__item strong,.rx-user-tagger-result strong{font-size:13px;line-height:1.15}
.rx-user-tagger-selected__item small,.rx-user-tagger-result small{color:#65758a;font-size:11px;line-height:1.2}
.rx-user-tagger-results{display:grid;gap:8px}
.rx-user-tagger-results>p{margin:12px 0;color:#607184;text-align:center}
.rx-user-tagger-result{
  width:100%;
  min-height:56px;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) 34px;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid var(--rx-border);
  border-radius:12px;
  background:#fff;
  color:var(--rx-text);
  text-align:left;
  cursor:pointer;
}
.rx-user-tagger-result:hover{background:#f7f9fa}
.rx-user-tagger-result.is-selected{border-color:var(--rx-accent);background:color-mix(in srgb,var(--rx-accent) 10%,#fff)}
.rx-user-tagger-result>i{justify-self:center;color:var(--rx-accent);font-size:17px}
.rx-user-tagger-avatar-fallback{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--rx-avatar-radius,10px);background:#e8edf1;color:#607184}
.rx-user-tagger-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid var(--rx-border);background:#fff}
body.rx-user-tagger-modal-open{overflow:hidden}

/* Tagged members in feed, detail pages and lightbox. */
.rx-media-tagged-users{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:12px 0 0;
  padding:11px 13px;
  border:1px solid var(--rx-border);
  border-radius:12px;
  background:#f7f9fa;
}
.rx-media-tagged-users>strong{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding-top:5px;font-size:13px}
.rx-media-tagged-users>strong i{color:var(--rx-accent)}
.rx-media-tagged-list{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}
.rx-media-tagged-user{display:inline-flex;align-items:center;gap:7px;padding:3px 8px 3px 3px;border-radius:999px;background:#fff;color:var(--rx-text);font-size:12px;font-weight:800;text-decoration:none}
.rx-media-tagged-user .rx-avatar,.rx-media-tagged-user img{width:28px!important;height:28px!important}
.rx-media-modal__tagged .rx-media-tagged-users{margin:0;border:0;padding:0;background:transparent}

/* X-like gallery slider in the stream and on media detail pages. */
.rx-media-slider{
  position:relative;
  width:100%;
  margin:12px 0 0;
  border:1px solid var(--rx-border);
  border-radius:16px;
  background:#eef2f5;
  overflow:hidden;
}
.rx-media-slider__viewport{width:100%;overflow:hidden;background:#111827}
.rx-media-slider__track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform .28s cubic-bezier(.2,.7,.2,1);will-change:transform}
.rx-media-slider__slide{flex:0 0 100%;width:100%;min-width:0;margin:0;background:#fff}
.rx-media-slider__link{display:block!important;width:100%;aspect-ratio:16/9;overflow:hidden;background:#111827;cursor:zoom-in}
.rx-media-slider__image{display:block!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;border-radius:0!important}
.rx-media-slider__slide figcaption{padding:9px 12px;color:#4f6174;background:#fff;font-size:13px;line-height:1.4;border-top:1px solid var(--rx-border)}
.rx-media-slider__nav{
  position:absolute;
  z-index:4;
  top:min(50%,calc((100% - 38px)/2));
  transform:translateY(-50%);
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  cursor:pointer;
}
.rx-media-slider__prev{left:10px}
.rx-media-slider__next{right:10px}
.rx-media-slider__counter{position:absolute;z-index:4;top:10px;right:10px;padding:5px 9px;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-size:12px;font-weight:800}
.rx-single-media-wrap .rx-media-slider{margin:0;border-radius:14px}
.rx-gallery-grid figure{margin:0;display:grid;align-content:start}
.rx-gallery-grid figcaption{padding:7px 2px 0;color:#607184;font-size:12px;line-height:1.35}
.rx-media-modal__tagged{min-width:0}

@media(max-width:760px){
  .rx-settings-savebar{padding:16px 15px!important;flex-direction:column!important;align-items:stretch!important}
  .rx-settings-status{margin:0!important}
  .rx-settings-savebar .rx-btn{width:100%!important}
  .rx-settings-option.is-disabled{align-items:center}
  .rx-settings-always-active{font-size:12px;padding:0 10px}
  .rx-upload-box--gallery{grid-template-columns:42px minmax(0,1fr)!important}
  .rx-upload-box--gallery>.rx-upload-btn{grid-column:1/-1;justify-self:stretch;text-align:center}
  .rx-gallery-editor-item{grid-template-columns:24px 58px minmax(0,1fr);gap:9px;padding:9px!important}
  .rx-gallery-thumb{width:58px;height:58px}
  .rx-gallery-item-actions{grid-column:2/-1;justify-content:flex-end}
  .rx-user-tagger-modal{padding:0;align-items:end}
  .rx-user-tagger-modal__dialog{width:100%;max-height:92dvh;border-radius:16px 16px 0 0}
  .rx-user-tagger-modal__footer{display:grid;grid-template-columns:1fr 1fr}
  .rx-user-tagger-modal__footer .rx-btn{width:100%}
  .rx-media-tagged-users{display:grid;gap:8px}
  .rx-media-tagged-users>strong{padding-top:0}
  .rx-media-slider{border-left:0;border-right:0;border-radius:0;margin-left:0;margin-right:0}
  .rx-media-slider__nav{width:36px;height:36px}
  .rx-media-slider__prev{left:7px}.rx-media-slider__next{right:7px}
  .rx-media-slider__link{aspect-ratio:4/3}
}
@media(prefers-reduced-motion:reduce){.rx-media-slider__track{transition:none}}

/* RunnerX v6.0.65: final media-slider isolation from legacy .rx-media rules. */
.rx-feed-card .rx-media-slider .rx-media-slider__link,
.rx-single-shell .rx-single-media-wrap .rx-media-slider .rx-media-slider__link{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#111827!important;
  overflow:hidden!important;
  aspect-ratio:16/9;
}
.rx-feed-card .rx-media-slider .rx-media-slider__image,
.rx-single-shell .rx-single-media-wrap .rx-media-slider .rx-media-slider__image{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
}
.rx-media-modal__tagged[hidden],
.rx-user-tagger-selected[hidden]{display:none!important}
.rx-media-slider__nav{top:50%}
@media(max-width:760px){
  .rx-feed-card .rx-media-slider .rx-media-slider__link,
  .rx-single-shell .rx-single-media-wrap .rx-media-slider .rx-media-slider__link{aspect-ratio:4/3}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.66: media tagging, gallery editor and searchable event picker
   ------------------------------------------------------------------------- */

/* Tagged members: label on its own line, people below it. */
.rx-media-tagged-users{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:start!important;
  gap:9px!important;
}
.rx-media-tagged-users>.rx-media-tagged-label,
.rx-media-tagged-users>strong{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  line-height:1.25!important;
}
.rx-media-tagged-list{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.rx-single-shell>.rx-media-tagged-users--single{
  margin:16px 20px 20px!important;
  padding:14px 16px!important;
  border:1px solid var(--rx-border)!important;
  border-radius:12px!important;
  background:#f7f9fa!important;
  box-sizing:border-box!important;
}
.rx-media-modal__tagged .rx-media-tagged-users{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

/* The old generic upload rules are intentionally overridden with a scoped,
   full-width gallery row. */
.rx-upload-box--gallery>.rx-upload-preview[data-rx-sortable-gallery]{
  grid-column:1/-1!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:12px 0 0!important;
  padding:12px!important;
  display:grid!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  gap:10px!important;
  overflow:visible!important;
  border:1px dashed #d8e1e8!important;
  border-radius:12px!important;
  background:#f9fbfc!important;
  box-sizing:border-box!important;
}
.rx-upload-box--gallery>.rx-upload-preview[data-rx-sortable-gallery]:empty{
  display:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.rx-upload-preview[data-rx-sortable-gallery]>.rx-upload-item.rx-gallery-editor-item{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:96px!important;
  margin:0!important;
  padding:10px!important;
  display:grid!important;
  grid-template-columns:34px 78px minmax(0,1fr) auto!important;
  grid-template-areas:"drag thumb caption actions"!important;
  align-items:center!important;
  justify-items:stretch!important;
  gap:12px!important;
  overflow:visible!important;
  border:1px solid var(--rx-border)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  touch-action:auto!important;
}
.rx-upload-preview[data-rx-sortable-gallery]>.rx-gallery-editor-item.is-dragging{
  z-index:5!important;
  opacity:.72!important;
  border-color:var(--rx-accent)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.14)!important;
}
.rx-gallery-is-sorting,
.rx-gallery-is-sorting *{cursor:grabbing!important;user-select:none!important}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-drag{
  grid-area:drag!important;
  position:static!important;
  inset:auto!important;
  width:34px!important;
  height:46px!important;
  min-width:34px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:9px!important;
  background:transparent!important;
  color:#607184!important;
  font-size:18px!important;
  cursor:grab!important;
  touch-action:none!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-drag:hover,
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-drag:focus-visible{
  background:#edf2f5!important;
  color:var(--rx-text)!important;
  outline:0!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-drag.is-disabled{
  cursor:default!important;
  opacity:.35!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-thumb{
  grid-area:thumb!important;
  position:static!important;
  width:78px!important;
  height:78px!important;
  min-width:78px!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:10px!important;
  background:#edf2f5!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-thumb>.rx-thumb,
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-thumb>img{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:none!important;
  object-fit:cover!important;
  border-radius:0!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-caption{
  grid-area:caption!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  gap:6px!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-caption>span{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#425466!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-caption>input{
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  margin:0!important;
  padding:10px 12px!important;
  border:1px solid var(--rx-border-2)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-item-actions{
  grid-area:actions!important;
  position:static!important;
  inset:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-item-actions>.rx-icon-btn,
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-item-actions>[data-upload-remove]{
  position:static!important;
  inset:auto!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--rx-border)!important;
  border-radius:9px!important;
  background:#f7f9fa!important;
  color:var(--rx-text)!important;
  box-shadow:none!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-upload-copy{
  grid-area:caption!important;
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
}
.rx-gallery-upload-copy>strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:13px!important;
}
.rx-gallery-upload-copy>small{color:#607184!important;font-size:12px!important}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-upload-state{
  grid-area:actions!important;
  width:36px!important;
  height:36px!important;
  display:grid!important;
  place-items:center!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-upload-progress,
.rx-single-upload-pending .rx-upload-progress{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  height:7px!important;
  margin:0!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:#e5ebf0!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-upload-progress>span,
.rx-single-upload-pending .rx-upload-progress>span{
  display:block!important;
  width:0!important;
  height:100%!important;
  border-radius:inherit!important;
  background:var(--rx-accent)!important;
  animation:none!important;
  transition:width .12s linear!important;
}
.rx-upload-preview[data-rx-sortable-gallery] [data-rx-progress-indeterminate="1"] .rx-upload-progress>span,
.rx-single-upload-pending[data-rx-progress-indeterminate="1"] .rx-upload-progress>span{
  width:42%!important;
  animation:rx-upload-indeterminate 1s ease-in-out infinite!important;
}
.rx-upload-preview[data-rx-sortable-gallery]>.rx-gallery-upload-pending{
  height:auto!important;
  min-height:96px!important;
}
.rx-single-upload-pending{position:relative!important}
.rx-single-upload-pending>[data-rx-upload-percent]{position:absolute;left:8px;right:8px;bottom:18px;color:#fff;font-size:10px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}
.rx-form-shell.is-uploading .rx-form-actions button[type="submit"]{opacity:.6;cursor:wait}

/* Searchable single-event picker, intentionally using the same modal language
   as the user picker. */
.rx-event-picker-field{display:grid!important;gap:10px!important}
.rx-event-picker-field>span{display:flex!important;align-items:center!important;gap:8px!important;font-weight:800!important}
.rx-event-picker-current:empty{display:none!important}
.rx-event-picker-current{display:grid!important;gap:8px!important}
.rx-event-picker-open{justify-self:start!important}
.rx-event-picker-selection{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) 38px!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px!important;
  border:1px solid var(--rx-border)!important;
  border-radius:12px!important;
  background:#f7f9fa!important;
  box-sizing:border-box!important;
}
.rx-event-picker-selection__copy{display:grid!important;gap:4px!important;min-width:0!important}
.rx-event-picker-selection__copy>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.2}
.rx-event-picker-selection__copy>small{color:#607184;font-size:12px;line-height:1.35}
.rx-event-picker-calendar{
  width:56px!important;
  height:64px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--rx-text)!important;
  line-height:1!important;
}
.rx-event-picker-calendar>small{width:100%;padding:4px 2px;background:var(--rx-accent);color:#07101d;text-align:center;text-transform:uppercase;font-size:9px;font-weight:900}
.rx-event-picker-calendar>strong{margin-top:5px;font-size:22px;line-height:1}
.rx-event-picker-calendar>em{margin-top:3px;font-size:9px;font-style:normal;font-weight:800;color:#425466}
.rx-event-picker-modal[aria-hidden="true"]{display:none!important}
.rx-event-picker-modal{position:fixed;inset:0;z-index:2147483200;display:grid;place-items:center;padding:18px}
.rx-event-picker-modal__backdrop{position:absolute;inset:0;background:rgba(7,18,31,.68);backdrop-filter:blur(3px)}
.rx-event-picker-modal__dialog{
  position:relative;z-index:1;width:min(660px,100%);max-height:min(780px,calc(100dvh - 36px));
  display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;
  border:1px solid rgba(255,255,255,.35);border-radius:16px;background:#fff;box-shadow:0 24px 76px rgba(0,0,0,.34);outline:0
}
.rx-event-picker-modal__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border-bottom:1px solid var(--rx-border)}
.rx-event-picker-modal__header>div{display:flex;align-items:center;gap:11px;min-width:0}
.rx-event-picker-modal__header h2{margin:0;font-size:19px;line-height:1.2}
.rx-event-picker-modal__body{min-height:0;overflow:auto;padding:18px;display:grid;gap:14px;align-content:start}
.rx-event-picker-search{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid var(--rx-border-2);border-radius:12px;background:#fff}
.rx-event-picker-search:focus-within{border-color:var(--rx-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent) 18%,transparent)}
.rx-event-picker-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit}
.rx-event-picker-selected{display:grid;gap:8px;padding:10px;border-radius:12px;background:#f5f8fa}
.rx-event-picker-results{display:grid;gap:8px}
.rx-event-picker-results>p{margin:12px 0;color:#607184;text-align:center}
.rx-event-picker-result{
  width:100%;min-height:80px;display:grid;grid-template-columns:58px minmax(0,1fr) 34px;align-items:center;gap:12px;
  padding:9px 10px;border:1px solid var(--rx-border);border-radius:12px;background:#fff;color:var(--rx-text);text-align:left;cursor:pointer
}
.rx-event-picker-result:hover{background:#f7f9fa}
.rx-event-picker-result.is-selected{border-color:var(--rx-accent);background:color-mix(in srgb,var(--rx-accent) 10%,#fff)}
.rx-event-picker-result>span:not(.rx-event-picker-calendar){display:grid;gap:4px;min-width:0}
.rx-event-picker-result>span>strong{font-size:14px;line-height:1.2}
.rx-event-picker-result>span>small{color:#607184;font-size:12px;line-height:1.35}
.rx-event-picker-result>i{justify-self:center;color:var(--rx-accent)}
.rx-event-picker-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid var(--rx-border);background:#fff}
body.rx-event-picker-modal-open{overflow:hidden}

/* Start-number listings on the linked event page. */
.rx-event-startnumbers-panel__head{margin:0 0 14px!important}
.rx-event-startnumbers-list{display:grid;gap:10px}
.rx-event-startnumber-card{
  display:grid;grid-template-columns:minmax(150px,.85fr) minmax(0,1.15fr) 38px;align-items:center;gap:14px;
  padding:12px 0;border-top:1px solid var(--rx-border)
}
.rx-event-startnumber-card:first-child{border-top:0}
.rx-event-startnumber-card__author{display:flex;align-items:center;gap:10px;min-width:0;color:inherit;text-decoration:none}
.rx-event-startnumber-card__author>span{display:grid;min-width:0}
.rx-event-startnumber-card__author strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.rx-event-startnumber-card__author small{color:#607184;font-size:11px}
.rx-event-startnumber-card__body{display:grid;gap:6px;min-width:0}
.rx-event-startnumber-card__body>a{color:inherit;text-decoration:none}
.rx-event-startnumber-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;color:#536471;font-size:12px;font-weight:700}
.rx-event-startnumber-card__meta>span{display:inline-flex;align-items:center;gap:5px}
.rx-startnumber-status{padding:4px 8px;border-radius:999px;background:#eef2f5;color:#425466}
.rx-startnumber-status.is-available{background:color-mix(in srgb,var(--rx-accent) 18%,#fff);color:#234b0c}
.rx-startnumber-status.is-sold{background:#f1f3f5;color:#6b7280}
.rx-event-startnumbers-empty{margin:0;color:#607184}

@media(max-width:720px){
  .rx-single-shell>.rx-media-tagged-users--single{margin:14px 14px 16px!important;padding:13px 14px!important}
  .rx-upload-preview[data-rx-sortable-gallery]>.rx-upload-item.rx-gallery-editor-item{
    grid-template-columns:30px 62px minmax(0,1fr)!important;
    grid-template-areas:"drag thumb caption" ". . actions"!important;
    gap:9px!important;
    min-height:92px!important;
    padding:9px!important;
  }
  .rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-thumb{width:62px!important;height:62px!important;min-width:62px!important}
  .rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-item-actions{justify-self:end!important}
  .rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-upload-state{justify-self:end!important}
  .rx-event-picker-open{width:100%!important;justify-content:center!important}
  .rx-event-picker-modal{padding:10px}
  .rx-event-picker-modal__dialog{max-height:calc(100dvh - 20px);border-radius:14px}
  .rx-event-picker-modal__body{padding:14px}
  .rx-event-picker-modal__footer{padding:12px 14px}
  .rx-event-picker-modal__footer .rx-btn{flex:1;justify-content:center}
  .rx-event-startnumbers-panel__head{align-items:flex-start!important;flex-direction:column!important}
  .rx-event-startnumbers-panel__head>.rx-btn{width:100%!important;justify-content:center!important}
  .rx-event-startnumber-card{grid-template-columns:minmax(0,1fr) 36px;gap:10px}
  .rx-event-startnumber-card__author{grid-column:1/-1}
  .rx-event-startnumber-card__body{grid-column:1}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.67: media detail polish and start-number exchange
   ------------------------------------------------------------------------- */

/* Tagged people are data-only in stream cards; the lightbox clones this node. */
.rx-media-tagged-users--lightbox-source{display:none!important}

/* On media detail pages this strip belongs to the action area and spans the
   complete center column without a card treatment. */
.rx-single-shell>.rx-media-tagged-users--single{
  width:100%!important;
  margin:0!important;
  padding:14px 20px!important;
  border:0!important;
  border-top:1px solid var(--rx-border)!important;
  border-radius:0!important;
  background:#f7f9fa!important;
  box-sizing:border-box!important;
}

/* Keep a readable gap between a video's excerpt and the embed in stream cards. */
.rx-feed-card .rx-card-body + .rx-feed-video{margin-top:12px!important}

/* The searchable event selection is a full-width, stable summary card. */
.rx-event-picker-open{
  width:100%!important;
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  justify-self:stretch!important;
  text-align:center!important;
}
.rx-event-picker-open>i,.rx-event-picker-open>span{display:inline-flex!important;align-items:center!important}
.rx-event-picker-selection{
  min-height:96px!important;
  grid-template-columns:68px minmax(0,1fr) 40px!important;
  gap:14px!important;
  padding:12px 14px!important;
  border-color:var(--rx-border-2)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f8fafb,#f2f6f8)!important;
  overflow:visible!important;
}
.rx-event-picker-calendar{
  width:64px!important;
  height:76px!important;
  min-width:64px!important;
  align-self:center!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border-radius:10px!important;
  box-shadow:0 5px 14px rgba(15,23,42,.06)!important;
}
.rx-event-picker-calendar>small{
  min-height:20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:4px 3px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.rx-event-picker-calendar>strong{margin-top:6px!important;font-size:24px!important;line-height:1!important}
.rx-event-picker-calendar>em{margin:4px 0 5px!important;line-height:1!important}
.rx-event-picker-selection__copy>strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.rx-event-picker-selection>.rx-icon-btn{align-self:center!important;justify-self:end!important}

/* Event data links to the exchange section. */
.rx-event-startnumber-fact a{display:inline-flex;align-items:baseline;gap:5px;color:inherit;text-decoration:none}
.rx-event-startnumber-fact a:hover{text-decoration:underline;text-underline-offset:3px}
#startnummernboerse{scroll-margin-top:88px}

/* Event-like start-number cards in streams. */
.rx-startnumber-stream-card .rx-startnumber-card-calendar{display:flex;align-items:center;justify-content:center}
.rx-startnumber-stream-card .rx-startnumber-card-main{min-width:0}
.rx-startnumber-stream-card .rx-startnumber-card-meta{gap:8px 14px!important}
.rx-startnumber-stream-card .rx-startnumber-status{font-size:11px!important}
.rx-startnumber-calendar-fallback{
  width:64px;height:72px;display:grid;place-items:center;border:1px solid var(--rx-border);
  border-radius:10px;background:#f7f9fa;color:var(--rx-accent);font-size:24px
}

/* Compact listings inside the event's Startnummernbörse. */
.rx-event-startnumber-card__summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;min-width:0}
.rx-event-startnumber-card__price{display:inline-flex;align-items:center;gap:6px;color:var(--rx-text);text-decoration:none}
.rx-event-startnumber-card__price strong{font-size:15px}
.rx-startnumber-distance-label{
  display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 9px!important;
  border-radius:999px!important;background:#eef3f6!important;color:#425466!important;font-size:12px!important;font-weight:800!important
}
.rx-startnumber-owner-actions{display:flex;justify-content:flex-end;padding:14px 20px 0}
.rx-startnumber-owner-actions .rx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}

@media(max-width:720px){
  .rx-single-shell>.rx-media-tagged-users--single{margin:0!important;padding:13px 14px!important}
  .rx-event-picker-selection{grid-template-columns:62px minmax(0,1fr) 38px!important;padding:10px!important;gap:10px!important}
  .rx-event-picker-calendar{width:58px!important;height:70px!important;min-width:58px!important}
  .rx-startnumber-owner-actions{padding:12px 14px 0}
  .rx-startnumber-owner-actions .rx-btn{width:100%}
}


/* -------------------------------------------------------------------------
   RunnerX v6.0.68: start-number sales page, contact and unified forms
   ------------------------------------------------------------------------- */

/* Entry forms use one consistent full-width column. */
.rx-form-shell .rx-form-grid{
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
}
.rx-form-shell .rx-form-grid>.rx-field,
.rx-form-shell .rx-form-grid>.rx-form-field,
.rx-form-shell .rx-form-grid>.rx-field-full{
  grid-column:1/-1!important;
  width:100%!important;
  min-width:0!important;
}
.rx-form-shell .rx-form-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.rx-form-shell .rx-form-grid textarea,
.rx-form-shell .rx-form-grid select,
.rx-form-shell .rx-form-select{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

/* Once chosen, the event field consists only of the selected event and remove action. */
.rx-event-picker-field.has-event>span,
.rx-event-picker-field.has-event>.rx-event-picker-open,
.rx-event-picker-field.has-event>.rx-form-help{display:none!important}
.rx-event-picker-field.has-event{gap:0!important}
.rx-event-picker-field.has-event .rx-event-picker-current{display:block!important;width:100%!important}
.rx-event-picker-field:not(.has-event) .rx-event-picker-current:empty{display:none!important}
.rx-event-picker-selection .rx-css-calendar,
.rx-event-picker-result .rx-css-calendar{
  width:64px!important;
  height:76px!important;
  min-width:64px!important;
  flex:0 0 64px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border-2,var(--rx-border))!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--rx-text)!important;
  box-shadow:0 5px 14px rgba(15,23,42,.06)!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.rx-event-picker-calendar>.rx-cal-month{
  width:100%!important;
  min-height:21px!important;
  margin:0!important;
  padding:5px 3px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:var(--rx-accent)!important;
  color:#07101d!important;
  text-transform:uppercase!important;
  font-size:9px!important;
  font-weight:950!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.rx-event-picker-calendar>b{
  margin:8px 0 0!important;
  font-size:25px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.rx-event-picker-calendar>.rx-cal-year{
  width:auto!important;
  min-height:0!important;
  margin:5px 0 0!important;
  padding:0!important;
  display:block!important;
  background:transparent!important;
  color:#425466!important;
  text-transform:none!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
}
.rx-event-picker-modal__dialog{grid-template-rows:auto minmax(0,1fr)!important}
.rx-event-picker-modal__body{min-height:280px!important}
.rx-event-picker-results{padding-bottom:2px}

/* Compact event-page marketplace rows: price/status share one desktop row. */
.rx-event-startnumber-card{grid-template-columns:minmax(145px,.78fr) minmax(0,1.22fr) 38px!important}
.rx-event-startnumber-card__body{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px 14px!important;
}
.rx-event-startnumber-card__meta{justify-content:flex-end!important}
.rx-event-startnumber-card__meta .rx-startnumber-status{order:2}
.rx-startnumber-status.is-reserved{background:#fff3cd!important;color:#7a5200!important}

/* Start-number detail as a focused sales page. */
.rx-startnumber-sale{display:grid;gap:18px}
.rx-startnumber-sale>.rx-single-panel{margin-top:0!important;margin-bottom:0!important}
.rx-startnumber-sale__overview{display:grid;gap:18px}
.rx-startnumber-sale__price-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--rx-border);
}
.rx-startnumber-sale__price{display:grid;gap:4px;min-width:0}
.rx-startnumber-sale__price small,
.rx-startnumber-sale__event small,
.rx-startnumber-sale__facts small,
.rx-startnumber-sale__seller small{
  color:var(--rx-muted,#536471);
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}
.rx-startnumber-sale__price strong{font-size:clamp(30px,5vw,44px);font-weight:950;line-height:1;letter-spacing:-.04em}
.rx-startnumber-sale__price-status>.rx-startnumber-status{flex:0 0 auto;padding:7px 12px;font-size:13px;font-weight:900}
.rx-startnumber-sale__event{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) 28px;
  align-items:center;
  gap:14px;
  padding:14px;
  border:1px solid var(--rx-border-2,var(--rx-border));
  border-radius:16px;
  background:#f7f9fa;
  color:inherit;
  text-decoration:none;
}
.rx-startnumber-sale__event:hover{border-color:var(--rx-accent)}
.rx-startnumber-sale__event>span{display:grid;gap:3px;min-width:0}
.rx-startnumber-sale__event strong{overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:1.2}
.rx-startnumber-sale__event em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rx-muted,#536471);font-size:13px;font-style:normal;font-weight:650}
.rx-startnumber-sale__event>.rx-css-calendar{margin:0!important}
.rx-startnumber-sale__event>i{justify-self:end;color:var(--rx-muted,#536471)}
.rx-startnumber-sale__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.rx-startnumber-sale__facts>div{
  min-width:0;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:13px;
  border:1px solid var(--rx-border);
  border-radius:14px;
  background:#fff;
}
.rx-startnumber-sale__facts>div>i{width:30px;height:30px;min-width:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:color-mix(in srgb,var(--rx-accent) 18%,#fff);color:#294b12}
.rx-startnumber-sale__facts>div>span{display:grid;gap:3px;min-width:0}
.rx-startnumber-sale__facts strong{font-size:13px;line-height:1.35;overflow-wrap:anywhere}
.rx-startnumber-sale__seller{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 28px;
  align-items:center;
  gap:12px;
  padding:14px 0;
  border-top:1px solid var(--rx-border);
  border-bottom:1px solid var(--rx-border);
  color:inherit;
  text-decoration:none;
}
.rx-startnumber-sale__seller>span{display:grid;gap:3px;min-width:0}
.rx-startnumber-sale__seller strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rx-startnumber-sale__seller>i{justify-self:end;color:var(--rx-muted,#536471)}
.rx-startnumber-sale__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.rx-startnumber-sale__actions .rx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.rx-startnumber-sale__unavailable{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:12px;background:#f1f3f5;color:#536471;font-weight:800}
.rx-startnumber-description>h2{margin-bottom:10px!important}
.rx-startnumber-description>.rx-single-body{padding:0!important;border:0!important;font-size:16px!important;line-height:1.65!important}
.rx-startnumber-description>.rx-single-body>:first-child{margin-top:0}
.rx-startnumber-description>.rx-single-body>:last-child{margin-bottom:0}

/* General and seller contact forms. */
.rx-contact-page{display:grid;gap:18px}
.rx-contact-page__intro{display:flex;align-items:flex-start;gap:16px;padding:22px;margin:0 22px;border:1px solid var(--rx-border);border-radius:20px;background:linear-gradient(135deg,#f8fafb,#f2f6f8)}
.rx-contact-page__intro h2{margin:0 0 7px;font-size:28px}
.rx-contact-page__intro p{margin:0;color:var(--rx-muted,#536471);line-height:1.55}
.rx-contact-page__icon{width:48px;height:48px;min-width:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:15px;background:color-mix(in srgb,var(--rx-accent) 20%,#fff);color:#294b12;font-size:22px}
.rx-contact-page__panel{margin-top:0!important}
.rx-contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.rx-contact-form>label{display:grid;gap:7px;min-width:0;font-weight:800}
.rx-contact-form>label>span{font-size:14px}
.rx-contact-form em{color:var(--rx-accent);font-style:normal}
.rx-contact-form input:not([type="checkbox"]),
.rx-contact-form select,
.rx-contact-form textarea{
  width:100%;
  max-width:none;
  min-height:48px;
  padding:12px 14px;
  border:1px solid var(--rx-border-2,var(--rx-border));
  border-radius:12px;
  background:#fff;
  color:var(--rx-text);
  font:inherit;
  box-sizing:border-box;
}
.rx-contact-form textarea{min-height:150px;resize:vertical;line-height:1.5}
.rx-contact-form input:focus,
.rx-contact-form select:focus,
.rx-contact-form textarea:focus{outline:2px solid color-mix(in srgb,var(--rx-accent) 22%,transparent);border-color:var(--rx-accent)}
.rx-contact-form__full{grid-column:1/-1}
.rx-contact-form__privacy{display:flex!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:flex-start!important;gap:10px!important;font-weight:650!important;line-height:1.45}
.rx-contact-form__privacy input{width:18px;height:18px;min-width:18px;margin:2px 0 0;accent-color:var(--rx-accent)}
.rx-contact-form__privacy a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.rx-contact-form__honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.rx-contact-form__status{min-height:0;font-weight:800}
.rx-contact-form__status:empty{display:none}
.rx-contact-form__status.is-success{padding:11px 13px;border-radius:10px;background:#eaf7df;color:#315718}
.rx-contact-form__status.is-error{padding:11px 13px;border-radius:10px;background:#fff0f0;color:#8a1d1d}
.rx-contact-form__actions{display:flex;justify-content:flex-end}
.rx-contact-form__actions .rx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.rx-contact-modal[aria-hidden="true"]{display:none!important}
.rx-contact-modal{position:fixed;inset:0;z-index:2147483250;display:grid;place-items:center;padding:18px}
.rx-contact-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(7,18,31,.68);backdrop-filter:blur(3px);cursor:default}
.rx-contact-modal__dialog{position:relative;z-index:1;width:min(680px,100%);max-height:calc(100dvh - 36px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:#fff;box-shadow:0 24px 76px rgba(0,0,0,.34);outline:0}
.rx-contact-modal__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border-bottom:1px solid var(--rx-border)}
.rx-contact-modal__header>div{display:flex;align-items:center;gap:11px;min-width:0}
.rx-contact-modal__header h2{margin:0;font-size:19px;line-height:1.2}
.rx-contact-modal .rx-contact-form{min-height:0;overflow:auto;padding:18px}
body.rx-contact-modal-open{overflow:hidden}

@media(max-width:720px){
  .rx-event-picker-selection{grid-template-columns:58px minmax(0,1fr) 38px!important}
  .rx-event-picker-selection .rx-css-calendar,
  .rx-event-picker-result .rx-css-calendar{width:56px!important;height:70px!important;min-width:56px!important;flex-basis:56px!important}
  .rx-event-picker-calendar>b{font-size:23px!important}
  .rx-event-startnumber-card{grid-template-columns:minmax(0,1fr) 36px!important}
  .rx-event-startnumber-card__author{grid-column:1/-1!important}
  .rx-event-startnumber-card__body{grid-column:1!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important}
  .rx-event-startnumber-card__meta{justify-content:flex-start!important}
  .rx-event-startnumber-card__meta .rx-startnumber-status{order:0}
  .rx-startnumber-sale__price-status{align-items:stretch;flex-direction:column}
  .rx-startnumber-sale__price-status>.rx-startnumber-status{align-self:flex-start}
  .rx-startnumber-sale__facts{grid-template-columns:minmax(0,1fr)}
  .rx-startnumber-sale__actions{align-items:stretch;flex-direction:column}
  .rx-startnumber-sale__actions .rx-btn{width:100%}
  .rx-startnumber-sale__event{grid-template-columns:56px minmax(0,1fr) 24px;gap:10px;padding:11px}
  .rx-contact-page__intro{margin:0 14px;padding:18px 14px}
  .rx-contact-page__intro h2{font-size:24px}
  .rx-contact-form{grid-template-columns:minmax(0,1fr)}
  .rx-contact-form__full{grid-column:1}
  .rx-contact-form__actions .rx-btn{width:100%}
  .rx-contact-modal{padding:10px}
  .rx-contact-modal__dialog{max-height:calc(100dvh - 20px);border-radius:14px}
  .rx-contact-modal .rx-contact-form{padding:14px}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.69: stream actions, context bands, marketplace and switches
   ------------------------------------------------------------------------- */

/* Event, Lauftreff and start-number stream cards use the same action row as posts. */
.rx-unified-card-actions{
  grid-column:1/-1!important;
  width:100%!important;
  min-width:0!important;
  align-self:stretch!important;
  margin:12px 0 0!important;
  padding:9px 0 0!important;
  border-top:1px solid var(--rx-border,#eff3f4)!important;
  box-sizing:border-box!important;
}
.rx-unified-card-actions>.rx-post-actions{
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  display:grid!important;
  grid-template-columns:minmax(64px,1fr) minmax(64px,1fr) minmax(64px,1fr) 44px 44px!important;
  gap:4px!important;
  align-items:center!important;
}
.rx-unified-card-actions .rx-action{justify-self:start!important}
.rx-unified-card-actions .rx-bookmark,
.rx-unified-card-actions .rx-action:nth-child(4),
.rx-unified-card-actions .rx-share,
.rx-unified-card-actions .rx-action:nth-child(5){justify-self:end!important}

/* Searchable event field: one centered icon/label baseline and no ambiguous wording. */
.rx-event-picker-open{
  width:100%!important;
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  line-height:1!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.rx-event-picker-open>i,
.rx-event-picker-open>span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:1em!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  vertical-align:middle!important;
}

/* Context information directly below a page title is always a full-width band. */
.rx-page-context-band{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px 38px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:#f6f8fa!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-contact-page{display:grid!important;gap:0!important;width:100%!important;margin:0!important;padding:0!important}
.rx-contact-page__intro{
  display:flex!important;
  align-items:flex-start!important;
  gap:16px!important;
  background:#f6f8fa!important;
}
.rx-contact-page__panel{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:32px 40px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}

/* Roomy, stable marketplace cards on event pages. */
.rx-event-startnumbers-list{display:grid!important;gap:12px!important}
.rx-event-startnumber-card{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:14px!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-event-startnumber-card:first-child{border-top:1px solid var(--rx-border,#dbe5ef)!important}
.rx-event-startnumber-card__head{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.rx-event-startnumber-card__author{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  color:inherit!important;
  text-decoration:none!important;
}
.rx-event-startnumber-card__author .rx-avatar,
.rx-event-startnumber-card__author img{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  flex:0 0 42px!important;
  object-fit:cover!important;
}
.rx-event-startnumber-card__author>span{display:grid!important;gap:3px!important;min-width:0!important}
.rx-event-startnumber-card__author strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.2!important;
}
.rx-event-startnumber-card__author small{color:var(--rx-muted,#607184)!important;font-size:12px!important;line-height:1.25!important}
.rx-event-startnumber-card__details{
  flex:0 0 auto!important;
  min-height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:0 11px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:999px!important;
  background:#f7f9fa!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.rx-event-startnumber-card__details:hover{border-color:var(--rx-accent)!important;background:#fff!important}
.rx-event-startnumber-card__facts{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.rx-event-startnumber-fact{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:6px!important;
  margin:0!important;
  padding:11px 12px!important;
  border:0!important;
  border-radius:10px!important;
  background:#f6f8fa!important;
  box-sizing:border-box!important;
}
.rx-event-startnumber-fact dt{
  margin:0!important;
  color:var(--rx-muted,#607184)!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}
.rx-event-startnumber-fact dd{
  min-width:0!important;
  min-height:24px!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
.rx-event-startnumber-fact dd>i{flex:0 0 auto!important;color:#526477!important}
.rx-event-startnumber-fact dd>a,
.rx-event-startnumber-fact dd>span:not(.rx-startnumber-status){min-width:0!important;overflow-wrap:anywhere!important}
.rx-event-startnumber-fact .rx-startnumber-status{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-height:26px!important;
  padding:4px 9px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

/* Form checkboxes use the same accessible switch control as settings. */
.rx-settings-toggle{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  height:28px!important;
  min-height:28px!important;
  margin:0!important;
  vertical-align:middle!important;
}
.rx-settings-toggle>input[type="checkbox"],
.rx-toggle-choice .rx-settings-toggle>input[type="checkbox"],
.rx-lauftreff-day-check .rx-settings-toggle>input[type="checkbox"],
.rx-contact-form__privacy .rx-settings-toggle>input[type="checkbox"]{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  opacity:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.rx-settings-toggle>input[type="checkbox"]:before,
.rx-settings-toggle>input[type="checkbox"]:after{content:none!important;display:none!important}
.rx-settings-toggle>span{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  border:0!important;
  border-radius:999px!important;
  background:#ced7df!important;
  box-shadow:inset 0 0 0 1px rgba(71,85,105,.08)!important;
  pointer-events:none!important;
  transition:background .18s ease,box-shadow .18s ease!important;
}
.rx-settings-toggle>span:before{
  content:""!important;
  position:absolute!important;
  left:3px!important;
  top:3px!important;
  width:22px!important;
  height:22px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 1px 4px rgba(0,0,0,.22)!important;
  transform:none!important;
  transition:transform .18s ease!important;
}
.rx-settings-toggle>input[type="checkbox"]:checked+span{background:var(--rx-accent,#93e547)!important}
.rx-settings-toggle>input[type="checkbox"]:checked+span:before{transform:translateX(20px)!important}
.rx-settings-toggle>input[type="checkbox"]:focus-visible+span{box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 28%,transparent)!important}
.rx-settings-toggle>input[type="checkbox"]:disabled+span{opacity:.55!important}

.rx-toggle-choice,
.rx-auth-card .rx-check.rx-toggle-choice,
.rx-form-shell .rx-check-grid label.rx-toggle-choice{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin:0!important;
  padding:11px 14px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  text-align:left!important;
  font-weight:850!important;
  line-height:1.35!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
.rx-toggle-choice:before,
.rx-toggle-choice:after,
.rx-auth-card .rx-check.rx-toggle-choice:before,
.rx-auth-card .rx-check.rx-toggle-choice:after,
.rx-form-shell .rx-check-grid label.rx-toggle-choice:before,
.rx-form-shell .rx-check-grid label.rx-toggle-choice:after{content:none!important;display:none!important}
.rx-toggle-choice:hover{background:#f8fafb!important}
.rx-toggle-choice:has(.rx-settings-toggle>input[type="checkbox"]:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 55%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)!important;
}
.rx-toggle-choice__label{min-width:0!important;display:flex!important;align-items:center!important;line-height:1.35!important;text-align:left!important}

/* Recurring Lauftreff dates stay left-aligned and vertically centered. */
.rx-lauftreff-schedule-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
.rx-lauftreff-day-row{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 170px!important;
  align-items:center!important;
  gap:14px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-lauftreff-day-row:has(.rx-settings-toggle>input[type="checkbox"]:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 42%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
}
.rx-lauftreff-day-row .rx-lauftreff-day-check.rx-toggle-choice{
  width:100%!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
}
.rx-lauftreff-day-check .rx-toggle-choice__label{
  min-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:900!important;
  text-align:left!important;
}
.rx-lauftreff-day-row input[type="time"]{
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 13px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:10px!important;
  background:#fff!important;
  font-weight:850!important;
  line-height:1!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.rx-contact-form__privacy{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  min-height:42px!important;
  line-height:1.45!important;
}
.rx-contact-form__privacy>.rx-settings-toggle{align-self:center!important}
.rx-contact-form__privacy>span:last-child{min-width:0!important}

@media(max-width:700px){
  .rx-unified-card-actions>.rx-post-actions{grid-template-columns:minmax(52px,1fr) minmax(52px,1fr) minmax(52px,1fr) 40px 40px!important}
  .rx-page-context-band{padding:18px 16px!important}
  .rx-contact-page__panel{padding:24px 16px!important}
  .rx-contact-page__intro h2{font-size:24px!important}
  .rx-event-startnumber-card__head{align-items:flex-start!important}
  .rx-event-startnumber-card__details>span{display:none!important}
  .rx-event-startnumber-card__details{width:36px!important;min-width:36px!important;padding:0!important}
}
@media(max-width:520px){
  .rx-event-startnumber-card__facts{grid-template-columns:minmax(0,1fr)!important}
  .rx-lauftreff-day-row{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
  .rx-lauftreff-day-row input[type="time"]{text-align:left!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.70: unified stream surfaces, event selection and modal chrome
   ------------------------------------------------------------------------- */

/* The light secondary surface is configurable in RunnerX > Farben & Layout. */
.rx-page-context-band,
.rx-contact-page__intro{background:var(--rx-soft-bg,#f6f8fa)!important}

/* Event, Lauftreff and start-number stream cards: soft information area above,
   clean white action area below, without a separating top rule. */
.rx-stream>.rx-unified-event-card:has(>.rx-unified-card-actions),
.rx-profile-stream>.rx-unified-event-card:has(>.rx-unified-card-actions),
.rx-search-results>.rx-unified-event-card:has(>.rx-unified-card-actions),
.rx-event-list>.rx-unified-event-card:has(>.rx-unified-card-actions){
  --rx-stream-card-pad-x:24px;
  --rx-stream-card-pad-y:20px;
  margin:0!important;
  padding:var(--rx-stream-card-pad-y) var(--rx-stream-card-pad-x)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.rx-unified-event-card>.rx-unified-card-actions{
  width:auto!important;
  min-width:0!important;
  margin:16px calc(0px - var(--rx-stream-card-pad-x,24px)) calc(0px - var(--rx-stream-card-pad-y,20px))!important;
  padding:8px var(--rx-stream-card-pad-x,24px) 10px!important;
  border:0!important;
  background:var(--rx-bg,#fff)!important;
  box-sizing:border-box!important;
}
.rx-unified-event-card>.rx-unified-card-actions>.rx-post-actions{
  border:0!important;
  margin:0!important;
}

/* Lauftreff weekdays stay left aligned; the global settings switch sits in a
   consistent right-hand position at the same vertical center as its label. */
.rx-lauftreff-day-row .rx-lauftreff-day-check.rx-toggle-choice{
  justify-content:space-between!important;
}
.rx-lauftreff-day-check .rx-toggle-choice__label{
  order:1!important;
  flex:1 1 auto!important;
  justify-content:flex-start!important;
}
.rx-lauftreff-day-check>.rx-settings-toggle{
  order:2!important;
  flex:0 0 48px!important;
  margin-left:auto!important;
}

/* The selected event is the same card as an event in the search result list. */
.rx-event-picker-card{
  width:100%!important;
  min-width:0!important;
  min-height:94px!important;
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 38px!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:9px 10px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  text-align:left!important;
}
.rx-event-picker-card:hover{background:#f7f9fa!important}
.rx-event-picker-card .rx-event-picker-calendar{
  width:62px!important;
  min-width:62px!important;
  height:72px!important;
  min-height:72px!important;
  align-self:center!important;
  border-radius:9px!important;
  box-shadow:none!important;
}
.rx-event-picker-card__copy,
.rx-event-picker-selection__copy,
.rx-event-picker-result>span:not(.rx-event-picker-calendar){
  min-width:0!important;
  display:grid!important;
  gap:4px!important;
  align-content:center!important;
}
.rx-event-picker-card__copy>strong,
.rx-event-picker-selection__copy>strong,
.rx-event-picker-result>span>strong{
  display:block!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.rx-event-picker-card__copy>small,
.rx-event-picker-selection__copy>small,
.rx-event-picker-result>span>small{
  display:block!important;
  margin:0!important;
  color:#607184!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:500!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.rx-event-picker-selection>.rx-icon-btn[data-rx-event-picker-remove]{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  justify-self:center!important;
  align-self:center!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:var(--rx-text,#0f1419)!important;
}
.rx-event-picker-selection>.rx-icon-btn[data-rx-event-picker-remove]:hover{background:var(--rx-hover,#f7f9f9)!important}
.rx-event-picker-result>i{justify-self:center!important;align-self:center!important}

/* Startnummernbörse is a regular fact in Eventdaten, not a nested card. */
.rx-event-startnumber-overview-fact a{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:5px!important;
  color:inherit!important;
  text-decoration:none!important;
}
.rx-event-startnumber-overview-fact a:hover{text-decoration:underline!important;text-underline-offset:3px!important}

/* Description follows the first Event/Lauftreff information panel directly. */
body.single-runnerx_event .rx-main .rx-event-description,
body.single-runnerx_lauftreff .rx-main .rx-event-description{
  margin:0!important;
}

/* Glossary helpful strip: only horizontal separators, no card outline/radius. */
body .rx-main .rx-glossary-helpful-box,
body .rx-main .rx-single-body.rx-glossary-content+.rx-glossary-helpful-box,
body .rx-main .rx-glossary-content+.rx-glossary-helpful-box{
  border:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  box-shadow:none!important;
}

/* One close-button language across lightbox, dialogs, modals and offcanvas UI. */
button.rx-icon-btn[data-close-modal],
button.rx-icon-btn[data-create-close],
button.rx-icon-btn[data-mobile-menu-close],
button.rx-icon-btn[data-mobile-search-close],
button.rx-icon-btn[data-rx-notifications-close],
button.rx-icon-btn[data-rx-sidebar-close],
button.rx-icon-btn[data-rx-offcanvas-close],
button.rx-icon-btn[data-rx-dialog-close],
button.rx-icon-btn[data-rx-filter-modal-close],
button.rx-icon-btn[data-rx-user-tagger-close],
button.rx-icon-btn[data-rx-event-picker-close],
button.rx-icon-btn[data-rx-cookie-close],
button.rx-icon-btn[data-rx-contact-close],
.rx-media-modal__close{
  flex:0 0 42px!important;
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:1px solid var(--rx-border,#eff3f4)!important;
  border-radius:12px!important;
  background:var(--rx-hover,#f7f9f9)!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  font-size:17px!important;
  line-height:1!important;
}
button.rx-icon-btn[data-close-modal]:hover,
button.rx-icon-btn[data-create-close]:hover,
button.rx-icon-btn[data-mobile-menu-close]:hover,
button.rx-icon-btn[data-mobile-search-close]:hover,
button.rx-icon-btn[data-rx-notifications-close]:hover,
button.rx-icon-btn[data-rx-sidebar-close]:hover,
button.rx-icon-btn[data-rx-offcanvas-close]:hover,
button.rx-icon-btn[data-rx-dialog-close]:hover,
button.rx-icon-btn[data-rx-filter-modal-close]:hover,
button.rx-icon-btn[data-rx-user-tagger-close]:hover,
button.rx-icon-btn[data-rx-event-picker-close]:hover,
button.rx-icon-btn[data-rx-cookie-close]:hover,
button.rx-icon-btn[data-rx-contact-close]:hover,
.rx-media-modal__close:hover{background:#eef3f6!important}

@media(max-width:900px){
  :root{--rx-mobile-header-height:60px}
  .rx-mobile-header{
    width:100%!important;
    height:60px!important;
    min-height:60px!important;
    padding:8px max(12px,env(safe-area-inset-right)) 8px max(12px,env(safe-area-inset-left))!important;
    border-bottom:1px solid var(--rx-border,#eff3f4)!important;
    background:#fff!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
  }
  .rx-mobile-header .rx-mobile-menu-btn,
  .rx-mobile-header>.rx-icon-btn{
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    border:1px solid var(--rx-border,#eff3f4)!important;
    border-radius:12px!important;
    background:var(--rx-hover,#f7f9f9)!important;
    color:var(--rx-text,#0f1419)!important;
    box-shadow:none!important;
    font-size:20px!important;
  }
  .rx-mobile-header .rx-mobile-menu-btn:hover,
  .rx-mobile-header>.rx-icon-btn:hover{background:#eef3f6!important}
  .rx-mobile-logo{gap:9px!important;font-size:17px!important;font-weight:900!important}
  .rx-mobile-logo .rx-logo,
  .rx-mobile-logo .rx-logo-img{max-height:38px!important}
  .rx-topbar{top:60px!important}
  .rx-main{min-height:calc(100vh - 60px - 70px)!important}
  .rx-message-layout{height:calc(100vh - 60px - 53px - 70px)!important}
}

@media(max-width:760px){
  .rx-stream>.rx-unified-event-card:has(>.rx-unified-card-actions),
  .rx-profile-stream>.rx-unified-event-card:has(>.rx-unified-card-actions),
  .rx-search-results>.rx-unified-event-card:has(>.rx-unified-card-actions),
  .rx-event-list>.rx-unified-event-card:has(>.rx-unified-card-actions){
    --rx-stream-card-pad-x:16px;
    --rx-stream-card-pad-y:18px;
  }
}

@media(max-width:520px){
  .rx-event-picker-card{
    min-height:86px!important;
    grid-template-columns:58px minmax(0,1fr) 38px!important;
    gap:10px!important;
    padding:8px 9px!important;
  }
  .rx-event-picker-card .rx-event-picker-calendar{
    width:56px!important;
    min-width:56px!important;
    height:68px!important;
    min-height:68px!important;
  }
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.71: detail ordering, switches, overlays and auth surfaces
   ------------------------------------------------------------------------- */

/* Stream information surfaces use the configured accent with ten percent
   visual weight; the action row stays white and borderless at its top. */
.rx-stream>.rx-unified-event-card:has(>.rx-unified-card-actions),
.rx-profile-stream>.rx-unified-event-card:has(>.rx-unified-card-actions),
.rx-search-results>.rx-unified-event-card:has(>.rx-unified-card-actions),
.rx-event-list>.rx-unified-event-card:has(>.rx-unified-card-actions){
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
}

/* Event and Lauftreff descriptions now follow the information panel directly.
   Attendance has its own full-width section with the regular detail gutters. */
body.single-runnerx_event .rx-main .rx-event-attendance-panel,
body.single-runnerx_lauftreff .rx-main .rx-event-attendance-panel{
  margin:0!important;
  padding:24px 34px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body.single-runnerx_event .rx-main .rx-event-attendance-panel .rx-attendance-actions,
body.single-runnerx_lauftreff .rx-main .rx-event-attendance-panel .rx-attendance-actions{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-sizing:border-box!important;
}

/* The global switch has a slimmer track and a visibly larger white thumb. */
.rx-settings-toggle{
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  height:28px!important;
  min-height:28px!important;
}
.rx-settings-toggle>span{
  left:2px!important;
  right:2px!important;
  top:5px!important;
  bottom:5px!important;
  width:auto!important;
  height:auto!important;
}
.rx-settings-toggle>span:before{
  left:-1px!important;
  top:-3px!important;
  width:24px!important;
  height:24px!important;
}
.rx-settings-toggle>input[type="checkbox"]:checked+span:before{
  transform:translateX(22px)!important;
}

/* In recurring Lauftreff dates the switch stays at the far left, followed by
   the weekday label; both are vertically centred. */
.rx-lauftreff-day-row .rx-lauftreff-day-check.rx-toggle-choice{
  justify-content:flex-start!important;
  text-align:left!important;
}
.rx-lauftreff-day-check>.rx-settings-toggle{
  order:1!important;
  flex:0 0 48px!important;
  margin:0!important;
}
.rx-lauftreff-day-check .rx-toggle-choice__label{
  order:2!important;
  flex:0 1 auto!important;
  margin:0!important;
  justify-content:flex-start!important;
  text-align:left!important;
}

/* Start-number detail: everything above the action buttons is one accent-tint
   header. The linked event spans the complete width with horizontal rules only. */
body.single-runnerx_startnummer .rx-main .rx-startnumber-sale__overview{
  padding:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.rx-startnumber-sale__header{
  display:grid!important;
  gap:18px!important;
  padding:24px 28px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  box-sizing:border-box!important;
}
.rx-startnumber-sale__price-status{
  padding-bottom:0!important;
  border-bottom:0!important;
}
.rx-startnumber-sale__event{
  width:auto!important;
  margin:0 -28px!important;
  padding:14px 28px!important;
  border:0!important;
  border-top:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-bottom:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-startnumber-sale__event:hover{
  border-color:var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 6%,#fff)!important;
}
.rx-startnumber-sale__actions{
  width:100%!important;
  margin:0!important;
  padding:18px 28px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

/* Search result and selected-event summary share exactly the same card grid,
   typography, spacing, calendar size and surface. Only the trailing control differs. */
.rx-event-picker-card,
.rx-event-picker-result,
.rx-event-picker-selection{
  width:100%!important;
  min-width:0!important;
  min-height:94px!important;
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 38px!important;
  grid-template-rows:auto!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:9px 10px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#f6f8fa!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  text-align:left!important;
  font:inherit!important;
}
.rx-event-picker-card:hover,
.rx-event-picker-result:hover,
.rx-event-picker-selection:hover{background:#f6f8fa!important}
.rx-event-picker-result.is-selected{
  border-color:var(--rx-accent,#93e547)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
}
.rx-event-picker-card .rx-event-picker-calendar,
.rx-event-picker-result .rx-event-picker-calendar,
.rx-event-picker-selection .rx-event-picker-calendar{
  width:62px!important;
  min-width:62px!important;
  height:72px!important;
  min-height:72px!important;
  align-self:center!important;
  margin:0!important;
  box-shadow:none!important;
}
.rx-event-picker-card__copy,
.rx-event-picker-selection__copy,
.rx-event-picker-result>span:not(.rx-event-picker-calendar){
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  margin:0!important;
  padding:0!important;
}
.rx-event-picker-card__copy>strong,
.rx-event-picker-selection__copy>strong,
.rx-event-picker-result>span>strong{
  display:block!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.rx-event-picker-card__copy>small,
.rx-event-picker-selection__copy>small,
.rx-event-picker-result>span>small{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:#607184!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:500!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.rx-event-picker-selection>.rx-icon-btn[data-rx-event-picker-remove],
.rx-event-picker-result>i{
  justify-self:center!important;
  align-self:center!important;
}

/* All offcanvas headers use the same vertical rhythm as the notifications panel. */
.rx-notification-panel-head,
.rx-sidebar-offcanvas-head,
.rx-offcanvas-head,
.rx-mobile-drawer-head,
.rx-mobile-search-head{
  width:100%!important;
  height:auto!important;
  min-height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0!important;
  padding:18px 20px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-notification-panel-head h2,
.rx-sidebar-offcanvas-head h2,
.rx-offcanvas-head h2{
  margin:0!important;
  padding:0!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:900!important;
}

/* The page behind every offcanvas/mobile drawer remains fixed. */
body.rx-notifications-open,
body.rx-sidebar-open,
body.rx-offcanvas-open,
body.rx-panel-open,
body.rx-mobile-menu-open,
body.rx-mobile-drawer-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}

/* Login, registration and password recovery keep their width and spacing but
   no longer render as a surrounding card. */
.rx-auth-card.rx-auth-card-pro{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:28px 0!important;
}

@media(max-width:760px){
  body.single-runnerx_event .rx-main .rx-event-attendance-panel,
  body.single-runnerx_lauftreff .rx-main .rx-event-attendance-panel{
    padding:20px 18px!important;
  }
  .rx-startnumber-sale__header{padding:20px 18px!important}
  .rx-startnumber-sale__event{
    margin-left:-18px!important;
    margin-right:-18px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .rx-startnumber-sale__actions{padding:16px 18px!important}

  .rx-notification-panel,
  .rx-sidebar-offcanvas,
  .rx-offcanvas,
  .rx-ui-offcanvas,
  .rx-mobile-drawer{
    width:100vw!important;
    max-width:none!important;
    height:100dvh!important;
    max-height:100dvh!important;
  }
  .rx-notification-panel-head,
  .rx-sidebar-offcanvas-head,
  .rx-offcanvas-head,
  .rx-mobile-drawer-head,
  .rx-mobile-search-head{
    min-height:74px!important;
    padding:16px!important;
  }
  .rx-auth-card.rx-auth-card-pro{
    width:calc(100% - 32px)!important;
    max-width:520px!important;
    margin:18px auto!important;
    padding:22px 0!important;
  }
}

@media(max-width:520px){
  .rx-event-picker-card,
  .rx-event-picker-result,
  .rx-event-picker-selection{
    min-height:86px!important;
    grid-template-columns:58px minmax(0,1fr) 38px!important;
    gap:10px!important;
    padding:8px 9px!important;
  }
  .rx-event-picker-card .rx-event-picker-calendar,
  .rx-event-picker-result .rx-event-picker-calendar,
  .rx-event-picker-selection .rx-event-picker-calendar{
    width:56px!important;
    min-width:56px!important;
    height:68px!important;
    min-height:68px!important;
  }
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.72: canonical controls, calendars, start-number filters and
   touch-tablet navigation. These rules intentionally sit last so legacy
   component variants cannot change the shared UI primitives again.
   ------------------------------------------------------------------------- */

/* One global switch primitive: a slim coloured track with a larger white
   thumb. Checkbox and radio inputs use exactly the same visual component. */
.rx-settings-toggle,
.rx-settings-toggle.rx-settings-toggle--form{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  height:28px!important;
  min-height:28px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  vertical-align:middle!important;
}
.rx-settings-toggle>input[type="checkbox"],
.rx-settings-toggle>input[type="radio"],
.rx-toggle-choice .rx-settings-toggle>input[type="checkbox"],
.rx-toggle-choice .rx-settings-toggle>input[type="radio"],
.rx-lauftreff-day-check .rx-settings-toggle>input[type="checkbox"],
.rx-lauftreff-day-check .rx-settings-toggle>input[type="radio"]{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  opacity:0!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.rx-settings-toggle>input[type="checkbox"]:before,
.rx-settings-toggle>input[type="checkbox"]:after,
.rx-settings-toggle>input[type="radio"]:before,
.rx-settings-toggle>input[type="radio"]:after{content:none!important;display:none!important}
.rx-settings-toggle>span{
  position:absolute!important;
  left:2px!important;
  right:2px!important;
  top:7px!important;
  bottom:7px!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#cbd6df!important;
  box-shadow:inset 0 0 0 1px rgba(71,85,105,.08)!important;
  pointer-events:none!important;
  transition:background .18s ease,box-shadow .18s ease!important;
}
.rx-settings-toggle>span:before{
  content:""!important;
  position:absolute!important;
  left:-1px!important;
  top:-5px!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 2px 7px rgba(15,23,42,.24)!important;
  transform:translateX(0)!important;
  transition:transform .18s ease!important;
}
.rx-settings-toggle>input[type="checkbox"]:checked+span,
.rx-settings-toggle>input[type="radio"]:checked+span{
  background:var(--rx-accent,#93e547)!important;
}
.rx-settings-toggle>input[type="checkbox"]:checked+span:before,
.rx-settings-toggle>input[type="radio"]:checked+span:before{
  transform:translateX(22px)!important;
}
.rx-settings-toggle>input[type="checkbox"]:focus-visible+span,
.rx-settings-toggle>input[type="radio"]:focus-visible+span{
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 30%,transparent)!important;
}

/* Every switch/label pill uses one left-to-right grid. This also overrides the
   older Lauftreff rule that moved the switch to the right. */
.rx-toggle-choice,
.rx-auth-card .rx-check.rx-toggle-choice,
.rx-form-shell .rx-check-grid label.rx-toggle-choice,
.rx-lauftreff-day-row .rx-lauftreff-day-check.rx-toggle-choice{
  direction:ltr!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  grid-template-rows:minmax(28px,auto)!important;
  align-items:center!important;
  justify-content:stretch!important;
  column-gap:12px!important;
  row-gap:0!important;
  text-align:left!important;
}
.rx-toggle-choice>.rx-settings-toggle,
.rx-lauftreff-day-check>.rx-settings-toggle{
  grid-column:1!important;
  grid-row:1!important;
  order:initial!important;
  align-self:center!important;
  justify-self:start!important;
  margin:0!important;
}
.rx-toggle-choice>.rx-toggle-choice__label,
.rx-lauftreff-day-check>.rx-toggle-choice__label{
  grid-column:2!important;
  grid-row:1!important;
  order:initial!important;
  min-width:0!important;
  width:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  line-height:1.3!important;
}
.rx-toggle-choice:has(.rx-settings-toggle>input:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)!important;
}
.rx-lauftreff-day-row .rx-lauftreff-day-check.rx-toggle-choice{
  width:100%!important;
  min-height:48px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.rx-lauftreff-day-row .rx-lauftreff-day-check.rx-toggle-choice:has(input:checked){background:transparent!important}
.rx-lauftreff-day-row{
  grid-template-columns:minmax(0,1fr) 170px!important;
  align-items:center!important;
}
.rx-lauftreff-day-row input[type="time"]{align-self:center!important}

/* Required selects start neutral. Accent styling is only allowed after a real
   non-empty option has set .is-selected through the shared select controller. */
.rx-form-select:not(.is-selected),
.rx-global-form-select:not(.is-selected){
  border-color:var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
}
.rx-form-select:not(.is-selected) .rx-form-select-current,
.rx-global-form-select:not(.is-selected) .rx-form-select-current{
  color:var(--rx-muted,#607184)!important;
}

/* Numeric start-number distance plus one shared switch-style unit selector. */
.rx-startnumber-distance-field,
.rx-event-distance-field,
.rx-run-distance-field,
.rx-filter-distance-field{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.rx-startnumber-distance-field>legend,
.rx-event-distance-field>legend,
.rx-run-distance-field>legend,
.rx-filter-distance-field>legend{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:900!important;
}
.rx-startnumber-distance-field>legend i,
.rx-event-distance-field>legend i,
.rx-run-distance-field>legend i,
.rx-filter-distance-field>legend i{color:var(--rx-text,#0f1419)!important}
.rx-startnumber-distance-field>legend em,
.rx-event-distance-field>legend em,
.rx-run-distance-field>legend em{color:var(--rx-accent,#93e547)!important;font-style:normal!important}
.rx-distance-number-label{display:block!important;width:100%!important;margin:0!important}
.rx-distance-number-label>input,
.rx-filter-distance-field>input[type="number"]{
  width:100%!important;
  min-width:0!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 16px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-weight:750!important;
  box-sizing:border-box!important;
}
.rx-distance-number-label>input:focus,
.rx-filter-distance-field>input[type="number"]:focus{
  border-color:var(--rx-accent,#93e547)!important;
  outline:0!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 18%,transparent)!important;
}
.rx-distance-unit-choices,
.rx-filter-distance-units{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:10px!important;
}
.rx-toggle-choice.rx-toggle-choice--compact{
  min-height:50px!important;
  padding:10px 12px!important;
  border-radius:12px!important;
}
.rx-filter-distance-field{display:block!important}
.rx-filter-distance-field>legend{float:none!important;width:100%!important}

/* One CSS calendar primitive across stream cards, detail cards, pickers and
   sidebars. Contexts may scale it, but month/day/year structure never changes. */
.rx-css-calendar{
  --rx-calendar-width:68px;
  --rx-calendar-height:86px;
  --rx-calendar-month-height:22px;
  position:relative!important;
  width:var(--rx-calendar-width)!important;
  min-width:var(--rx-calendar-width)!important;
  max-width:var(--rx-calendar-width)!important;
  height:var(--rx-calendar-height)!important;
  min-height:var(--rx-calendar-height)!important;
  display:grid!important;
  grid-template-rows:var(--rx-calendar-month-height) minmax(0,1fr) 18px!important;
  align-items:center!important;
  justify-items:center!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:0 7px 18px rgba(15,23,42,.08)!important;
  box-sizing:border-box!important;
  text-align:center!important;
}
.rx-css-calendar .rx-cal-month,
.rx-css-calendar>small.rx-cal-month{
  grid-row:1!important;
  align-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:0!important;
  background:var(--rx-accent,#93e547)!important;
  color:#07101d!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
.rx-css-calendar>b{
  grid-row:2!important;
  align-self:center!important;
  margin:0!important;
  padding:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:31px!important;
  line-height:1!important;
  font-weight:900!important;
}
.rx-css-calendar .rx-cal-year,
.rx-css-calendar>small.rx-cal-year{
  grid-row:3!important;
  align-self:start!important;
  margin:0!important;
  padding:0!important;
  color:#32475b!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
}
.rx-css-calendar .rx-cal-ring,
.rx-css-calendar:before,
.rx-css-calendar:after{display:none!important;content:none!important}
.rx-event-picker-calendar,
.rx-event-picker-card .rx-event-picker-calendar,
.rx-event-picker-result .rx-event-picker-calendar,
.rx-event-picker-selection .rx-event-picker-calendar{
  --rx-calendar-width:64px!important;
  --rx-calendar-height:78px!important;
  --rx-calendar-month-height:20px!important;
  width:var(--rx-calendar-width)!important;
  min-width:var(--rx-calendar-width)!important;
  max-width:var(--rx-calendar-width)!important;
  height:var(--rx-calendar-height)!important;
  min-height:var(--rx-calendar-height)!important;
}
.rx-event-picker-calendar>b{font-size:29px!important}
.rx-widget .rx-css-calendar{
  --rx-calendar-width:48px;
  --rx-calendar-height:64px;
  --rx-calendar-month-height:17px;
  box-shadow:none!important;
}
.rx-widget .rx-css-calendar>b{font-size:23px!important}
.rx-widget .rx-css-calendar .rx-cal-month{font-size:8px!important}
.rx-widget .rx-css-calendar .rx-cal-year{font-size:8px!important}

/* Start-number overview filters and result surfaces use the same rhythm as the
   event and Lauftreff pages. */
.rx-startnumber-list{width:100%!important}
.rx-filter-distance-field{margin-top:2px!important}
.rx-startnumber-calendar-view,
.rx-startnumber-map-overview{margin-top:14px!important}

/* Lock the document behind every mobile sheet, including the search sheet. */
body.rx-mobile-search-open,
body.rx-mobile-menu-open,
body.rx-mobile-drawer-open,
body.rx-sidebar-open,
body.rx-offcanvas-open,
body.rx-notifications-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:none!important;
}

/* Modern mobile navigation also applies to coarse-pointer tablets in either
   orientation. This deliberately comes after the old >900px hide rule. */
@media (max-width:1100px), (hover:none) and (pointer:coarse){
  :root{--rx-mobile-header-height:60px}
  body{padding-bottom:78px!important;background:#fff!important}
  .rx-mobile-header{
    position:sticky!important;
    top:0!important;
    z-index:2147481000!important;
    width:100%!important;
    height:60px!important;
    min-height:60px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:8px max(12px,env(safe-area-inset-right)) 8px max(12px,env(safe-area-inset-left))!important;
    border:0!important;
    border-bottom:1px solid var(--rx-border,#eff3f4)!important;
    background:#fff!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
  }
  .rx-mobile-header .rx-mobile-menu-btn,
  .rx-mobile-header>.rx-icon-btn{
    position:relative!important;
    z-index:2!important;
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    border:1px solid var(--rx-border,#e5edf3)!important;
    border-radius:12px!important;
    background:var(--rx-hover,#f6f8fa)!important;
    color:var(--rx-text,#0f1419)!important;
    box-shadow:none!important;
    font-size:20px!important;
  }
  .rx-mobile-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    max-width:60vw!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    overflow:hidden!important;
    font-size:17px!important;
    font-weight:900!important;
  }
  .rx-mobile-logo .rx-logo,
  .rx-mobile-logo .rx-logo-img{max-height:38px!important}
  .rx-mobile-logo strong,
  .rx-mobile-logo span:last-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .rx-shell{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-height:calc(100dvh - 60px)!important;
    margin:0!important;
  }
  .rx-left,.rx-aside,.rx-right{display:none!important}
  .rx-main,.rx-main-wide{
    width:100%!important;
    max-width:760px!important;
    min-height:calc(100dvh - 60px - 78px)!important;
    margin:0 auto!important;
    border-left:1px solid var(--rx-border,#eff3f4)!important;
    border-right:1px solid var(--rx-border,#eff3f4)!important;
    box-sizing:border-box!important;
  }
  .rx-global-topbar,.rx-topbar{top:60px!important}
  .rx-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2147481100!important;
    height:68px!important;
    display:grid!important;
    grid-template-columns:repeat(5,1fr)!important;
    border-top:1px solid var(--rx-border,#eff3f4)!important;
    background:#fff!important;
    box-shadow:0 -4px 16px rgba(15,20,25,.05)!important;
  }
  .rx-mobile-drawer,
  .rx-mobile-drawer-backdrop,
  .rx-mobile-search-sheet,
  .rx-mobile-create-sheet,
  .rx-mobile-create-backdrop{display:block!important}
  .rx-mobile-drawer{display:flex!important}
  .rx-mobile-search-sheet{
    left:0!important;
    right:0!important;
    top:0!important;
    width:100vw!important;
    max-width:none!important;
    min-height:78px!important;
    padding:0!important;
    border:0!important;
    border-bottom:1px solid var(--rx-border,#eff3f4)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:0 12px 30px rgba(15,20,25,.12)!important;
  }
  .rx-mobile-search-head{
    min-height:78px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    align-items:center!important;
    gap:12px!important;
    padding:16px max(16px,env(safe-area-inset-right)) 16px max(16px,env(safe-area-inset-left))!important;
  }
  .rx-mobile-search-head .rx-searchbox{width:100%!important;min-width:0!important;margin:0!important}
  .rx-mobile-search-head>.rx-icon-btn{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    border:1px solid var(--rx-border,#e5edf3)!important;
    border-radius:12px!important;
    background:var(--rx-hover,#f6f8fa)!important;
  }
  .rx-mobile-search-sheet .rx-live-search-panel{
    left:16px!important;
    right:16px!important;
    top:calc(100% + 8px)!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 110px)!important;
  }
  body.rx-mobile-menu-open .rx-mobile-drawer{transform:translateX(0)!important}
  body.rx-mobile-menu-open .rx-mobile-drawer-backdrop{opacity:1!important;pointer-events:auto!important}
}

@media(max-width:760px){
  .rx-mobile-drawer,
  .rx-sidebar-offcanvas,
  .rx-notification-panel,
  .rx-offcanvas,
  .rx-ui-offcanvas{
    width:100vw!important;
    max-width:none!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
  }
  .rx-distance-unit-choices,
  .rx-filter-distance-units{grid-template-columns:1fr!important}
  .rx-lauftreff-day-row{grid-template-columns:minmax(0,1fr)!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.73: unified calendars, registration lifecycle and tablet UI
   ------------------------------------------------------------------------- */

/* Calendar sheets use one typographic system in every context. */
.rx-css-calendar,
.rx-calendar-large,
.rx-calendar-overlay,
.rx-event-list-date .rx-css-calendar,
.rx-event-picker-calendar,
.rx-startnumber-sale__calendar,
.rx-sidebar-calendar.rx-css-calendar,
.rx-widget .rx-css-calendar{
  font-family:Arial,Helvetica,sans-serif!important;
  font-variant-numeric:tabular-nums!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.rx-css-calendar>b,
.rx-calendar-large>b,
.rx-calendar-overlay>b,
.rx-event-picker-calendar>b,
.rx-startnumber-sale__calendar>b,
.rx-sidebar-calendar.rx-css-calendar>b,
.rx-widget .rx-css-calendar>b{
  margin:0!important;
  padding:0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:31px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.065em!important;
  color:var(--rx-text,#0f1419)!important;
}
.rx-css-calendar .rx-cal-month,
.rx-css-calendar>small.rx-cal-month{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
}
.rx-css-calendar .rx-cal-year,
.rx-css-calendar>small.rx-cal-year{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.rx-event-picker-calendar,
.rx-event-picker-card .rx-event-picker-calendar,
.rx-event-picker-result .rx-event-picker-calendar,
.rx-event-picker-selection .rx-event-picker-calendar{
  --rx-calendar-width:64px!important;
  --rx-calendar-height:78px!important;
  --rx-calendar-month-height:20px!important;
}
.rx-event-picker-calendar>b,
.rx-event-picker-card .rx-event-picker-calendar>b,
.rx-event-picker-result .rx-event-picker-calendar>b,
.rx-event-picker-selection .rx-event-picker-calendar>b{font-size:28px!important}
.rx-sidebar-calendar.rx-css-calendar,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar,
.rx-widget .rx-css-calendar,
.rx-css-calendar-widget{
  --rx-calendar-width:48px!important;
  --rx-calendar-height:64px!important;
  --rx-calendar-month-height:17px!important;
  width:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  height:64px!important;
  min-height:64px!important;
  box-shadow:none!important;
}
.rx-sidebar-calendar.rx-css-calendar>b,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar>b,
.rx-widget .rx-css-calendar>b,
.rx-css-calendar-widget>b{font-size:23px!important;letter-spacing:-.05em!important}
.rx-sidebar-calendar.rx-css-calendar .rx-cal-month,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-month,
.rx-widget .rx-css-calendar .rx-cal-month,
.rx-css-calendar-widget .rx-cal-month{font-size:8px!important}
.rx-sidebar-calendar.rx-css-calendar .rx-cal-year,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar .rx-cal-year,
.rx-widget .rx-css-calendar .rx-cal-year,
.rx-css-calendar-widget .rx-cal-year{font-size:8px!important}

/* Start-number facts belong to the content header directly below the title. */
.rx-startnumber-head-facts{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:16px 0 20px!important;
  box-sizing:border-box!important;
}
.rx-startnumber-head-fact{
  min-width:0!important;
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px 16px!important;
  border:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:14px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-startnumber-head-fact>i{
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,#fff)!important;
  color:#294b12!important;
  font-size:17px!important;
}
.rx-startnumber-head-fact>span{min-width:0!important;display:grid!important;gap:3px!important}
.rx-startnumber-head-fact small{color:var(--rx-muted,#536471)!important;font-size:12px!important;font-weight:800!important;line-height:1.15!important}
.rx-startnumber-head-fact strong{font-size:15px!important;line-height:1.3!important;font-weight:900!important;overflow-wrap:anywhere!important}

/* Only the linked event receives the accent tint on the sales page. */
body.single-runnerx_startnummer .rx-main .rx-startnumber-sale__overview{background:#fff!important}
.rx-startnumber-sale__header{
  gap:0!important;
  background:#fff!important;
}
.rx-startnumber-sale__price-status{
  padding:0 0 22px!important;
  border:0!important;
  background:#fff!important;
}
.rx-startnumber-sale__event{
  margin:0 -28px!important;
  padding:16px 28px!important;
  border:0!important;
  border-top:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-bottom:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  box-shadow:none!important;
}
.rx-startnumber-sale__event:hover{
  border-color:var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
}
.rx-startnumber-sale__seller{
  margin-top:20px!important;
  background:#fff!important;
}
.rx-startnumber-sale__registration{
  display:grid!important;
  gap:3px!important;
  margin-top:5px!important;
}
.rx-startnumber-sale__registration small{
  display:block!important;
  color:#425466!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
.rx-startnumber-sale__registration small b{font-weight:900!important}
.rx-startnumber-status.is-inactive,
.rx-event-status.is-inactive{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  width:max-content!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#eef1f4!important;
  color:#536471!important;
  font-weight:900!important;
  line-height:1!important;
}
.rx-event-status.is-open{color:#28590b!important;background:color-mix(in srgb,var(--rx-accent,#93e547) 20%,#fff)!important}
.rx-event-status.is-soldout,.rx-event-status.is-closed{color:#7a5200!important;background:#fff3cd!important}
.rx-event-status.is-cancelled{color:#a31d2d!important;background:#ffe9ec!important}
.rx-unified-event-card.is-inactive .rx-event-list-main h2,
.rx-event-startnumber-card.is-inactive{opacity:.76!important}
.rx-event-startnumbers-closed,
.rx-event-inactive-notice{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin:0!important;
  padding:13px 16px!important;
  background:#f4f6f8!important;
  color:#425466!important;
  font-weight:750!important;
}
.rx-event-inactive-notice>span{display:grid!important;gap:3px!important}
.rx-event-inactive-notice strong{color:var(--rx-text,#0f1419)!important;font-size:15px!important}
.rx-event-inactive-notice small{font-size:13px!important;line-height:1.4!important}
.rx-attendance-actions.is-inactive{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.rx-attendance-summary{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important}
.rx-attendance-summary>a{display:flex!important;align-items:center!important;gap:7px!important;color:inherit!important;text-decoration:none!important;font-weight:800!important}

/* The mobile search is a true top layer and can never open behind the app bar. */
@media (max-width:1100px), (hover:none) and (pointer:coarse){
  .rx-mobile-search-sheet{
    position:fixed!important;
    inset:0 0 auto 0!important;
    z-index:2147483646!important;
    overflow:visible!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateY(-110%)!important;
    transition:transform .22s ease,opacity .18s ease,visibility 0s linear .22s!important;
  }
  body.rx-mobile-search-open .rx-mobile-search-sheet,
  .rx-mobile-search-sheet.is-open{
    z-index:2147483646!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
    transition-delay:0s!important;
  }
  .rx-mobile-search-sheet .rx-mobile-search-head{position:relative!important;z-index:2!important;background:#fff!important}
  .rx-mobile-search-sheet .rx-live-search-panel{
    position:fixed!important;
    z-index:2147483647!important;
    top:86px!important;
    left:max(12px,env(safe-area-inset-left))!important;
    right:max(12px,env(safe-area-inset-right))!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 98px)!important;
    margin:0!important;
  }

  /* Tablet drawers retain a scrollable menu while legal/help links stay visible. */
  .rx-mobile-drawer{
    height:100dvh!important;
    max-height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .rx-mobile-drawer-head{flex:0 0 auto!important}
  .rx-mobile-drawer-nav{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }
  .rx-mobile-drawer-foot{
    position:relative!important;
    inset:auto!important;
    flex:0 0 auto!important;
    display:grid!important;
    gap:12px!important;
    width:100%!important;
    padding:14px 18px calc(14px + env(safe-area-inset-bottom))!important;
    border-top:1px solid var(--rx-border,#eff3f4)!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  .rx-mobile-footer-links{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:7px 14px!important;
    margin:0!important;
    padding:0!important;
  }
  .rx-mobile-footer-links a{
    display:inline-flex!important;
    color:var(--rx-muted,#536471)!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:750!important;
    text-decoration:none!important;
  }
  .rx-mobile-drawer-foot .rx-mobile-login-btn,
  .rx-mobile-drawer-foot .rx-mobile-logout-btn{width:100%!important;box-sizing:border-box!important;text-align:center!important}
}

@media(max-width:760px){
  .rx-startnumber-sale__event{
    margin-left:-18px!important;
    margin-right:-18px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .rx-startnumber-head-facts{margin-top:14px!important}
}
@media(max-width:430px){
  .rx-startnumber-head-facts{grid-template-columns:1fr!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.74: canonical calendars and start-number detail spacing
   ------------------------------------------------------------------------- */

/* One calendar construction everywhere. Contexts only scale the same sheet. */
.rx-css-calendar,
.rx-event-list-date>.rx-css-calendar,
.rx-relation-summary-calendar>.rx-css-calendar{
  --rx-cal-w:68px!important;--rx-cal-h:86px!important;--rx-cal-month-h:22px!important;
  --rx-cal-year-h:18px!important;--rx-cal-day-size:31px!important;
  --rx-cal-month-size:10px!important;--rx-cal-year-size:10px!important;
  position:relative!important;width:var(--rx-cal-w)!important;min-width:var(--rx-cal-w)!important;
  max-width:var(--rx-cal-w)!important;height:var(--rx-cal-h)!important;min-height:var(--rx-cal-h)!important;
  max-height:var(--rx-cal-h)!important;flex:0 0 var(--rx-cal-w)!important;display:grid!important;
  grid-template-columns:1fr!important;grid-template-rows:var(--rx-cal-month-h) minmax(0,1fr) var(--rx-cal-year-h)!important;
  align-items:center!important;justify-items:center!important;gap:0!important;margin:0!important;padding:0!important;
  overflow:hidden!important;border:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;background:#fff!important;color:var(--rx-text,#0f1419)!important;
  box-shadow:0 7px 18px rgba(15,23,42,.08)!important;box-sizing:border-box!important;
  text-align:center!important;text-transform:none!important;font-family:Arial,Helvetica,sans-serif!important;
  font-variant-numeric:tabular-nums!important;line-height:1!important;
}
.rx-css-calendar>.rx-cal-month,.rx-css-calendar>small.rx-cal-month{
  grid-column:1!important;grid-row:1!important;align-self:stretch!important;justify-self:stretch!important;
  width:100%!important;min-width:0!important;min-height:var(--rx-cal-month-h)!important;display:flex!important;
  align-items:center!important;justify-content:center!important;margin:0!important;padding:0 4px!important;
  overflow:hidden!important;border:0!important;border-radius:0!important;background:var(--rx-accent,#93e547)!important;
  color:#07101d!important;box-sizing:border-box!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:var(--rx-cal-month-size)!important;line-height:1!important;font-weight:950!important;
  letter-spacing:.035em!important;text-align:center!important;text-overflow:ellipsis!important;
  text-transform:uppercase!important;white-space:nowrap!important;
}
.rx-css-calendar>b{
  grid-column:1!important;grid-row:2!important;align-self:center!important;justify-self:center!important;
  width:auto!important;min-width:0!important;margin:0!important;padding:0!important;color:var(--rx-text,#0f1419)!important;
  font-family:Arial,Helvetica,sans-serif!important;font-size:var(--rx-cal-day-size)!important;
  line-height:.95!important;font-weight:900!important;letter-spacing:-.045em!important;text-align:center!important;
}
.rx-css-calendar>.rx-cal-year,.rx-css-calendar>small.rx-cal-year{
  grid-column:1!important;grid-row:3!important;align-self:start!important;justify-self:center!important;
  width:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;
  border:0!important;background:transparent!important;color:#425466!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:var(--rx-cal-year-size)!important;line-height:1!important;font-weight:900!important;
  letter-spacing:0!important;text-align:center!important;text-transform:none!important;
}
.rx-css-calendar .rx-cal-ring,.rx-css-calendar:before,.rx-css-calendar:after{display:none!important;content:none!important}

.rx-css-calendar.rx-calendar-large,.rx-css-calendar.rx-calendar-overlay,.rx-event-media-with-date>.rx-css-calendar.rx-calendar-overlay{
  --rx-cal-w:76px!important;--rx-cal-h:94px!important;--rx-cal-month-h:23px!important;
  --rx-cal-year-h:19px!important;--rx-cal-day-size:35px!important;
  width:var(--rx-cal-w)!important;min-width:var(--rx-cal-w)!important;max-width:var(--rx-cal-w)!important;
  height:var(--rx-cal-h)!important;min-height:var(--rx-cal-h)!important;max-height:var(--rx-cal-h)!important;
  flex-basis:var(--rx-cal-w)!important;
}
.rx-css-calendar.rx-event-picker-calendar,.rx-event-picker-card .rx-css-calendar.rx-event-picker-calendar,
.rx-event-picker-result .rx-css-calendar.rx-event-picker-calendar,.rx-event-picker-selection .rx-css-calendar.rx-event-picker-calendar,
.rx-css-calendar.rx-startnumber-sale__calendar,.rx-startnumber-sale__event>.rx-css-calendar.rx-startnumber-sale__calendar{
  --rx-cal-w:64px!important;--rx-cal-h:78px!important;--rx-cal-month-h:20px!important;
  --rx-cal-year-h:16px!important;--rx-cal-day-size:28px!important;--rx-cal-month-size:9px!important;--rx-cal-year-size:9px!important;
  width:var(--rx-cal-w)!important;min-width:var(--rx-cal-w)!important;max-width:var(--rx-cal-w)!important;
  height:var(--rx-cal-h)!important;min-height:var(--rx-cal-h)!important;max-height:var(--rx-cal-h)!important;
  flex-basis:var(--rx-cal-w)!important;
}
.rx-css-calendar.rx-sidebar-calendar,.rx-sidebar-calendar.rx-css-calendar,
.rx-sidebar-event-row .rx-sidebar-calendar.rx-css-calendar,.rx-widget .rx-css-calendar,
.rx-css-calendar.rx-css-calendar-widget,.rx-css-calendar-widget.rx-css-calendar{
  --rx-cal-w:48px!important;--rx-cal-h:64px!important;--rx-cal-month-h:17px!important;
  --rx-cal-year-h:14px!important;--rx-cal-day-size:22px!important;--rx-cal-month-size:8px!important;--rx-cal-year-size:8px!important;
  width:var(--rx-cal-w)!important;min-width:var(--rx-cal-w)!important;max-width:var(--rx-cal-w)!important;
  height:var(--rx-cal-h)!important;min-height:var(--rx-cal-h)!important;max-height:var(--rx-cal-h)!important;
  flex-basis:var(--rx-cal-w)!important;border-radius:7px!important;box-shadow:0 4px 12px rgba(15,23,42,.06)!important;
}

/* Facts align to the title gutter; the action bar follows without excess air. */
body.single-runnerx_startnummer .rx-single-shell:not(.is-glossary)>.rx-startnumber-head-facts{
  width:auto!important;max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;margin:15px var(--rx-single-edge,20px) 8px!important;
}
body.single-runnerx_startnummer .rx-startnumber-head-fact{min-height:70px!important;padding:13px 15px!important}
body.single-runnerx_startnummer .rx-single-shell:not(.is-glossary)>.rx-post-actions{margin-top:0!important;margin-bottom:10px!important}

/* Price, highlighted event, seller and actions use one compact vertical rhythm. */
body.single-runnerx_startnummer .rx-startnumber-sale__overview{
  display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;
  padding:0!important;overflow:hidden!important;background:#fff!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__header{
  display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;padding:0!important;background:#fff!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__price-status{
  margin:0!important;padding:22px 28px 20px!important;border:0!important;background:#fff!important;box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__event{
  width:100%!important;grid-template-columns:auto minmax(0,1fr) 28px!important;gap:14px!important;
  margin:0!important;padding:16px 28px!important;border:0!important;
  border-top:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-bottom:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  box-shadow:none!important;box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__event:hover{
  border-color:var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__seller{
  width:auto!important;margin:0 28px!important;padding:16px 0!important;border-top:0!important;
  border-bottom:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;background:#fff!important;box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__actions{
  width:100%!important;margin:0!important;padding:12px 28px 18px!important;border:0!important;background:#fff!important;box-sizing:border-box!important;
}
@media(max-width:700px){
  body.single-runnerx_startnummer .rx-startnumber-sale__price-status{padding:20px 18px 18px!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__event{grid-template-columns:auto minmax(0,1fr) 24px!important;gap:11px!important;padding:14px 18px!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__seller{margin:0 18px!important;padding:15px 0!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__actions{padding:10px 18px 16px!important}
}
@media(max-width:430px){body.single-runnerx_startnummer .rx-single-shell:not(.is-glossary)>.rx-startnumber-head-facts{grid-template-columns:minmax(0,1fr)!important}}


/* -------------------------------------------------------------------------
   RunnerX v6.0.76: calendar typography, event distance and list rhythm
   ------------------------------------------------------------------------- */
:root{--rx-font-sans:Arial,Helvetica,sans-serif}
html body .rx-css-calendar,
html body .rx-css-calendar > small.rx-cal-month,
html body .rx-css-calendar > b,
html body .rx-css-calendar > small.rx-cal-year,
html body .rx-calendar-large,
html body .rx-calendar-overlay,
html body .rx-event-picker-calendar,
html body .rx-startnumber-sale__calendar,
html body .rx-sidebar-calendar{
  font-family:var(--rx-font-sans,Arial,Helvetica,sans-serif)!important;
}
html body .rx-css-calendar > b{letter-spacing:-.035em!important}

/* Event and Lauftreff results start directly below the shared search bar. */
body .rx-main .rx-event-list--stream.rx-stream:not(.rx-startnumber-list) > .rx-unified-event-card:first-child,
body .rx-main .rx-event-list--stream:not(.rx-startnumber-list) > .rx-unified-event-card:first-child{
  margin-top:0!important;
}

/* Ensure the helpful users link remains an independent, clickable target. */
body .rx-main .rx-glossary-helpful-link{
  position:relative!important;
  z-index:2!important;
  pointer-events:auto!important;
}

/* The complete helpful-user preview is an explicit navigation target. */
body .rx-main .rx-glossary-helpful-link[data-rx-helpful-users-link]{cursor:pointer!important;text-decoration:none!important}
body .rx-main .rx-glossary-helpful-link[data-rx-helpful-users-link]:hover span,
body .rx-main .rx-glossary-helpful-link[data-rx-helpful-users-link]:focus-visible span{text-decoration:underline!important;text-underline-offset:3px!important}

/* -------------------------------------------------------------------------
   RunnerX v6.0.77: unified stream authors, compact marketplace and form rows
   ------------------------------------------------------------------------- */

/* The first start-number result begins directly below the common search bar. */
body .rx-main .rx-startnumber-list > .rx-unified-event-card:first-child,
body .rx-main .rx-event-list--stream.rx-startnumber-list > .rx-unified-event-card:first-child,
body .rx-main .rx-event-list--stream.rx-stream.rx-startnumber-list > .rx-unified-event-card:first-child{
  margin-top:0!important;
}

/* Event, Lauftreff and start-number cards expose the same author metadata as
   every other stream card, while their content surface keeps its accent tint. */
.rx-unified-event-card>.rx-unified-card-author{
  grid-column:1/-1!important;
  position:relative!important;
  width:auto!important;
  min-width:0!important;
  min-height:66px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  margin:calc(0px - var(--rx-stream-card-pad-y,20px)) calc(0px - var(--rx-stream-card-pad-x,24px)) 0!important;
  padding:12px 64px 12px var(--rx-stream-card-pad-x,24px)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-unified-card-author__avatar{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:50%!important;
  line-height:0!important;
}
.rx-unified-card-author__avatar .rx-avatar,
.rx-unified-card-author__avatar img{
  width:42px!important;
  height:42px!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
.rx-unified-card-author__copy{
  min-width:0!important;
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:4px!important;
  line-height:1.3!important;
}
.rx-unified-card-author__name{
  min-width:0!important;
  overflow:hidden!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  font-weight:900!important;
  text-decoration:none!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-unified-card-author__copy>span{
  min-width:0!important;
  overflow:hidden!important;
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  font-weight:500!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-unified-card-author__copy>span a{color:inherit!important;text-decoration:none!important}
.rx-unified-event-card:has(>.rx-unified-card-author)>.rx-event-card-menu{
  top:13px!important;
  right:var(--rx-stream-card-pad-x,24px)!important;
}

/* Seller information is a true full-width row like the linked Event row. */
body.single-runnerx_startnummer .rx-startnumber-sale__seller{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:16px 28px!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-border-2,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

/* Privacy confirmation uses the same bordered, stateful switch row as other
   selectable form choices. */
.rx-contact-form__privacy{
  width:100%!important;
  min-width:0!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease!important;
}
.rx-contact-form__privacy:hover{background:#f8fafb!important}
.rx-contact-form__privacy.is-checked,
.rx-contact-form__privacy:has(.rx-settings-toggle>input[type="checkbox"]:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
}
.rx-contact-form__privacy:has(input:focus-visible){
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 18%,transparent)!important;
}
.rx-contact-form__privacy>.rx-settings-toggle{flex:0 0 48px!important;align-self:center!important}
.rx-contact-form__privacy>span:last-child{display:block!important;min-width:0!important;margin:0!important;line-height:1.45!important}

@media(max-width:760px){
  .rx-unified-event-card>.rx-unified-card-author{
    min-height:62px!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    padding:11px 56px 11px var(--rx-stream-card-pad-x,16px)!important;
  }
  .rx-unified-card-author__avatar,
  .rx-unified-card-author__avatar .rx-avatar,
  .rx-unified-card-author__avatar img{width:40px!important;height:40px!important;min-width:40px!important}
  .rx-unified-event-card:has(>.rx-unified-card-author)>.rx-event-card-menu{right:12px!important;top:11px!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__seller{padding:15px 18px!important}
}

/* Keep the start-number contact row close to the full-width seller row. */
body.single-runnerx_startnummer .rx-startnumber-sale__actions{
  width:100%!important;
  margin:0!important;
  padding:7px 28px 16px!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__actions>.rx-btn,
body.single-runnerx_startnummer .rx-startnumber-sale__actions>button,
body.single-runnerx_startnummer .rx-startnumber-sale__actions>a{margin-top:0!important}

@media(max-width:700px){
  body.single-runnerx_startnummer .rx-startnumber-sale__actions{padding:6px 18px 14px!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.79: X-style global stream, verification and account types
   ------------------------------------------------------------------------- */
body .rx-main .rx-stream>.rx-x-stream-card,
body .rx-main .rx-profile-stream>.rx-x-stream-card,
body .rx-main .rx-x-stream-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  margin:0!important;
  padding:14px 18px 10px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-stream>.rx-x-stream-card:first-child,
body .rx-main .rx-profile-stream>.rx-x-stream-card:first-child{margin-top:0!important}

.rx-x-card__header{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 38px!important;
  align-items:start!important;
  column-gap:11px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-sizing:border-box!important;
}
.rx-x-card__avatar{
  display:block!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:50%!important;
  line-height:0!important;
}
.rx-x-card__avatar .rx-avatar,
.rx-x-card__avatar img{
  display:block!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  margin:0!important;
  border-radius:50%!important;
  object-fit:cover!important;
}
.rx-x-card__identity{min-width:0!important;padding-top:3px!important}
.rx-x-card__identity-line{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  overflow:hidden!important;
  color:var(--rx-muted,#536471)!important;
  font-size:15px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.rx-x-card__name{
  min-width:0!important;
  max-width:52%!important;
  overflow:hidden!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:900!important;
  text-decoration:none!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-x-card__name:hover{text-decoration:underline!important;text-underline-offset:3px!important}
.rx-x-card__handle,
.rx-x-card__time{min-width:0!important;color:inherit!important;text-decoration:none!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.rx-x-card__handle{flex:0 1 auto!important}
.rx-x-card__time{flex:0 1 auto!important}
.rx-x-card__dot{flex:0 0 auto!important}
.rx-x-card__menu{
  position:relative!important;
  z-index:12!important;
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  margin:-4px -4px 0 0!important;
}
.rx-x-card__menu>.rx-card-menu{
  position:relative!important;
  inset:auto!important;
  width:38px!important;
  height:38px!important;
  margin:0!important;
}
.rx-x-card__menu>.rx-card-pop{top:38px!important;right:0!important;left:auto!important}

.rx-verified-badge{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:17px!important;
  height:17px!important;
  color:#1d9bf0!important;
  line-height:1!important;
  vertical-align:middle!important;
}
.rx-verified-badge i{display:block!important;font-size:16px!important;line-height:1!important}
.rx-user-card-name{display:flex!important;align-items:center!important;gap:4px!important;min-width:0!important}
.rx-user-card-name>a{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.rx-profile-titleblock h1{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important}
.rx-profile-titleblock h1 .rx-profile-verified{width:21px!important;height:21px!important}
.rx-profile-titleblock h1 .rx-profile-verified i{font-size:20px!important}
.rx-live-search-item strong{display:flex!important;align-items:center!important;gap:4px!important;min-width:0!important}
.rx-live-search-item .rx-live-search-verified{width:15px!important;height:15px!important}
.rx-live-search-item .rx-live-search-verified i{font-size:14px!important}

.rx-x-card__content,
.rx-x-card__actions{
  width:calc(100% - 59px)!important;
  min-width:0!important;
  margin-left:59px!important;
  box-sizing:border-box!important;
}
.rx-x-card__content{margin-top:-20px!important;padding:0!important}
.rx-x-card__intro{min-width:0!important;margin:0!important;padding:0!important}
.rx-x-card__content>.rx-type,
.rx-x-card__intro>.rx-type,
.rx-x-event-summary__main>.rx-type{margin:0 0 6px!important}
.rx-x-card__title{
  margin:0 0 4px!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:21px!important;
  line-height:1.18!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
.rx-x-card__title a{color:inherit!important;text-decoration:none!important}
.rx-x-card__title a:hover{text-decoration:underline!important;text-underline-offset:3px!important}
.rx-x-card__excerpt{
  margin:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  line-height:1.42!important;
  overflow-wrap:anywhere!important;
}
.rx-x-card__excerpt p{margin:0 0 8px!important}
.rx-x-card__excerpt p:last-child{margin-bottom:0!important}

.rx-x-card__media{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:11px 0 0!important;
  padding:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:15px!important;
  background:#f5f8fa!important;
  overflow:hidden!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-x-card__media>.rx-run-stream-media,
.rx-x-card__media>.rx-media-slider,
.rx-x-card__media>.rx-media,
.rx-x-card__media>.rx-media-link,
.rx-x-card__media>.rx-video-embed,
.rx-x-card__media .rx-feed-video{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.rx-x-card__media img,
.rx-x-card__media iframe,
.rx-x-card__media .rx-media-slider,
.rx-x-card__media .rx-media-slider__viewport,
.rx-x-card__media .rx-media-slider__slide,
.rx-x-card__media .rx-media-slider__link,
.rx-x-card__media .rx-media-slider__image,
.rx-x-card__media .rx-run-stream-media,
.rx-x-card__media .rx-run-stream-media__placeholder{border-radius:0!important}
.rx-x-card__media iframe{display:block!important;width:100%!important;aspect-ratio:16/9!important;height:auto!important}
.rx-x-card__tagged{width:100%!important;margin:8px 0 0!important;padding:0!important;box-sizing:border-box!important}

.rx-x-card__actions{margin-top:7px!important;padding:0!important;border:0!important;background:#fff!important}
.rx-x-card__actions>.rx-post-actions{
  width:100%!important;
  min-height:42px!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:center!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-sizing:border-box!important;
}
.rx-x-card__actions .rx-action{justify-self:center!important}
.rx-x-card__actions .rx-action:first-child{justify-self:start!important}
.rx-x-card__actions .rx-action:last-child{justify-self:end!important}

.rx-x-event-summary{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:start!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-x-event-summary__visual{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  text-decoration:none!important;
}
.rx-x-event-summary__main{min-width:0!important;padding-top:0!important}
.rx-x-event-summary__meta{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px 13px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
.rx-x-event-summary__meta>span{display:inline-flex!important;align-items:center!important;gap:5px!important;min-width:0!important}
.rx-x-event-summary__meta i{font-size:15px!important;line-height:1!important}
.rx-x-event-summary .rx-css-calendar{box-shadow:none!important}
.rx-x-event-summary .rx-lauftreff-logo{width:68px!important;height:68px!important;min-width:68px!important;border-radius:12px!important;overflow:hidden!important}
.rx-x-event-summary .rx-lauftreff-logo img{width:100%!important;height:100%!important;object-fit:cover!important}
.rx-x-event-summary .rx-startnumber-calendar-fallback{width:68px!important;height:68px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:10px!important;background:#fff!important;font-size:24px!important}
.rx-x-event-summary .rx-startnumber-status{padding:5px 9px!important}
.rx-x-event-summary .rx-x-card__excerpt{margin-top:7px!important}

/* Registration account type is a required, clearly selectable two-option row. */
.rx-account-type-field{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-sizing:border-box!important;
}
.rx-account-type-field>legend{display:block!important;width:100%!important;margin:0 0 8px!important;padding:0!important;color:var(--rx-text,#0f1419)!important;font-size:15px!important;font-weight:900!important}
.rx-account-type-field>legend em{color:var(--rx-accent,#93e547)!important;font-style:normal!important}
.rx-account-type-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.rx-account-type-choice{
  position:relative!important;
  min-width:0!important;
  min-height:76px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease!important;
}
.rx-account-type-choice:has(input:checked){border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-border,#dbe5ef))!important;background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#93e547) 10%,transparent)!important}
.rx-account-type-choice:has(input:focus-visible){box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 22%,transparent)!important}
.rx-account-type-choice>input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.rx-account-type-choice__icon{width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:11px!important;background:#f2f5f7!important;color:var(--rx-primary,#08162f)!important;font-size:19px!important}
.rx-account-type-choice:has(input:checked) .rx-account-type-choice__icon{background:var(--rx-accent,#93e547)!important}
.rx-account-type-choice>span:last-child{min-width:0!important;display:grid!important;gap:3px!important}
.rx-account-type-choice strong{font-size:15px!important;line-height:1.2!important;font-weight:900!important}
.rx-account-type-choice small{color:var(--rx-muted,#536471)!important;font-size:12px!important;line-height:1.35!important;font-weight:650!important}

@media(max-width:760px){
  body .rx-main .rx-stream>.rx-x-stream-card,
  body .rx-main .rx-profile-stream>.rx-x-stream-card,
  body .rx-main .rx-x-stream-card{padding:12px 14px 8px!important}
  .rx-x-card__header{grid-template-columns:42px minmax(0,1fr) 36px!important;column-gap:9px!important}
  .rx-x-card__avatar,
  .rx-x-card__avatar .rx-avatar,
  .rx-x-card__avatar img{width:42px!important;height:42px!important;min-width:42px!important}
  .rx-x-card__identity-line{font-size:14px!important}
  .rx-x-card__name{max-width:48%!important}
  .rx-x-card__menu{width:36px!important;min-width:36px!important;height:36px!important}
  .rx-x-card__menu>.rx-card-menu{width:36px!important;height:36px!important}
  .rx-x-card__content,
  .rx-x-card__actions{width:calc(100% - 51px)!important;margin-left:51px!important}
  .rx-x-card__content{margin-top:-16px!important}
  .rx-x-card__title{font-size:19px!important}
  .rx-x-card__media{border-radius:13px!important}
  .rx-x-event-summary{gap:10px!important}
  .rx-x-event-summary .rx-lauftreff-logo{width:62px!important;height:62px!important;min-width:62px!important}
  .rx-account-type-options{grid-template-columns:minmax(0,1fr)!important}
}

@media(max-width:430px){
  .rx-x-card__name{max-width:42%!important}
  .rx-x-card__handle{max-width:30%!important}
  .rx-x-event-summary__meta{gap:5px 9px!important;font-size:13px!important}
}

/* RunnerX v6.0.79: canonical icon/text alignment across frontend section headings. */
body .rx-main .rx-section-title,
body .rx-main .rx-panel-head .rx-section-title,
body .rx-main .rx-page-header .rx-section-title{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  line-height:1.15!important;
}
body .rx-main .rx-section-title>.rx-section-title-icon{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
body .rx-main .rx-section-title>.rx-section-title-icon>i{
  display:block!important;
  margin:0!important;
  line-height:1!important;
}
body .rx-main .rx-section-title>.rx-section-title-text{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  line-height:1.15!important;
}
#rxTypedHovercard.rx-hovercard h3{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  flex-wrap:wrap!important;
}
#rxTypedHovercard .rx-hover-verified{width:19px!important;height:19px!important}
#rxTypedHovercard .rx-hover-verified i{font-size:18px!important}

/* -------------------------------------------------------------------------
   RunnerX 6.0.82 – Bilddatenbank und plattformweit einheitliche Upload-Aktionen
   ------------------------------------------------------------------------- */
.rx-upload-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;min-width:0}
.rx-upload-actions .rx-upload-btn,.rx-upload-library-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 15px;border:1px solid var(--rx-border,#dbe5ef);border-radius:10px;background:#fff;color:var(--rx-primary,#08162f);font:inherit;font-weight:850;line-height:1;cursor:pointer;text-decoration:none;box-sizing:border-box}
.rx-upload-actions .rx-upload-btn{background:var(--rx-primary,#08162f);border-color:var(--rx-primary,#08162f);color:#fff}
.rx-upload-library-btn:hover{border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-border,#dbe5ef));background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)}
.rx-image-library-modal{position:fixed;inset:0;z-index:100080;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.rx-image-library-modal[aria-hidden="false"]{visibility:visible;opacity:1;pointer-events:auto}
.rx-image-library-modal__backdrop{position:absolute;inset:0;background:rgba(8,22,47,.56);backdrop-filter:blur(3px)}
.rx-image-library-modal__dialog{position:relative;display:flex;flex-direction:column;width:min(920px,100%);max-height:min(780px,calc(100vh - 40px));overflow:hidden;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(8,22,47,.28);outline:0}
.rx-image-library-modal__header{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:70px;padding:14px 18px;border-bottom:1px solid var(--rx-border,#dbe5ef)}
.rx-image-library-modal__header>div{display:flex;align-items:center;gap:10px;min-width:0}.rx-image-library-modal__header h2{margin:0;font-size:22px}
.rx-image-library-modal__body{overflow:auto;padding:18px}.rx-image-library-modal__hint{margin:0 0 14px;color:var(--rx-muted,#536471)}
.rx-image-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.rx-image-library-empty{grid-column:1/-1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px;text-align:center;border:1px dashed var(--rx-border,#dbe5ef);border-radius:12px;background:var(--rx-soft-bg,#f6f8fa);color:var(--rx-muted,#536471);box-sizing:border-box}.rx-image-library-empty>span{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--rx-primary,#08162f);font-size:22px}.rx-image-library-empty strong{color:var(--rx-text,#07101d);font-size:17px}.rx-image-library-empty p{max-width:430px;margin:0;line-height:1.45}
.rx-image-library-item{position:relative;display:block;aspect-ratio:4/3;padding:0;overflow:hidden;border:2px solid transparent;border-radius:12px;background:var(--rx-soft-bg,#f6f8fa);cursor:pointer;box-shadow:none}
.rx-image-library-item img{display:block;width:100%;height:100%;object-fit:cover}
.rx-image-library-item:hover{border-color:color-mix(in srgb,var(--rx-accent,#93e547) 55%,var(--rx-border,#dbe5ef))}
.rx-image-library-item.is-selected{border-color:var(--rx-accent,#93e547);box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 18%,transparent)}
.rx-image-library-item__check{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--rx-primary,#08162f);box-shadow:0 2px 8px rgba(0,0,0,.18);opacity:0;transform:scale(.8);transition:.15s ease}
.rx-image-library-item.is-selected .rx-image-library-item__check{opacity:1;transform:scale(1);background:var(--rx-accent,#93e547)}
.rx-image-library-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid var(--rx-border,#dbe5ef);background:#fff}
body.rx-image-library-open{overflow:hidden!important}
@media(max-width:760px){.rx-upload-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.rx-upload-actions>*{width:100%}.rx-image-library-modal{padding:0}.rx-image-library-modal__dialog{width:100%;height:100%;max-height:none;border:0;border-radius:0}.rx-image-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rx-image-library-modal__footer{padding-bottom:max(14px,env(safe-area-inset-bottom))}}

/* -------------------------------------------------------------------------
   RunnerX 6.0.82 – final platform-wide detail and stream consistency
   ------------------------------------------------------------------------- */
:root{
  --rx-detail-pad-x:28px;
  --rx-detail-pad-y:24px;
  --rx-detail-gap:12px;
  --rx-subtitle-icon-size:30px;
}

/* H2 uses the configured green section icon, H3 the neutral form-label icon. */
body .rx-main .rx-section-title{
  width:auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  margin:0 0 18px!important;
  padding:0!important;
  color:var(--rx-text,#07101d)!important;
  font-size:clamp(21px,2.3vw,25px)!important;
  font-weight:950!important;
  line-height:1.15!important;
}
body .rx-main .rx-section-title .rx-section-title-icon{
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent)!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-accent,#93e547)!important;
  box-shadow:none!important;
}
body .rx-main .rx-section-title .rx-section-title-icon i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:inherit!important;
  font-size:18px!important;
  line-height:1!important;
}
body .rx-main .rx-section-title .rx-section-title-text{min-height:36px!important;display:inline-flex!important;align-items:center!important}

body .rx-main .rx-content-subheading{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 13px!important;
  padding:0!important;
  color:var(--rx-text,#07101d)!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.2!important;
}
body .rx-main .rx-subsection-title-icon{
  width:var(--rx-subtitle-icon-size)!important;
  min-width:var(--rx-subtitle-icon-size)!important;
  height:var(--rx-subtitle-icon-size)!important;
  flex:0 0 var(--rx-subtitle-icon-size)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:9px!important;
  background:var(--rx-soft-bg,#f2f5f7)!important;
  color:var(--rx-primary,#08162f)!important;
}
body .rx-main .rx-subsection-title-icon i{font-size:15px!important;line-height:1!important;color:inherit!important}
body .rx-main .rx-subsection-title-text{min-width:0!important}

/* Every frontend detail section follows one flat platform rhythm. */
body .rx-main .rx-single-panel,
body .rx-main .rx-description-panel,
body .rx-main .rx-event-map-panel,
body .rx-main .rx-event-links-panel,
body .rx-main .rx-organizer-panel,
body .rx-main .rx-social-panel,
body .rx-main .rx-gallery-panel,
body .rx-main .rx-lauftreff-training-panel{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:var(--rx-detail-pad-y) var(--rx-detail-pad-x)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-panel-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 18px!important;
}
body .rx-main .rx-panel-head .rx-section-title{margin:0!important}

/* Information boxes are identical on Event, Lauftreff and Startnummer pages. */
body .rx-main .rx-info-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:var(--rx-detail-gap)!important;
  margin:0!important;
}
body .rx-main .rx-info-tile{
  min-width:0!important;
  min-height:68px!important;
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:13px 15px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--rx-text,#07101d)!important;
  text-decoration:none!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main a.rx-info-tile:hover{
  border-color:color-mix(in srgb,var(--rx-link,#1d9bf0) 42%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-link,#1d9bf0) 5%,#fff)!important;
}
body .rx-main .rx-info-tile>i{
  width:30px!important;
  min-width:30px!important;
  height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:18px!important;
  line-height:1!important;
}
body .rx-main .rx-info-tile>span{min-width:0!important;display:grid!important;gap:3px!important}
body .rx-main .rx-info-tile b{margin:0!important;color:var(--rx-muted,#536471)!important;font-size:13px!important;font-weight:850!important;line-height:1.15!important}
body .rx-main .rx-info-tile em{margin:0!important;color:var(--rx-text,#07101d)!important;font-size:15px!important;font-style:normal!important;font-weight:900!important;line-height:1.28!important;overflow-wrap:anywhere!important}
body .rx-main .rx-info-tile--internal em strong{font:inherit!important}

/* Lauftreff meeting point: address/action first, map second. */
body .rx-main .rx-map-location-summary{
  width:100%!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 14px!important;
  padding:13px 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-map-location-summary__icon{
  width:38px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border-radius:10px!important;background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;color:var(--rx-accent,#93e547)!important;
}
body .rx-main .rx-map-location-summary__copy{min-width:0!important;display:grid!important;gap:3px!important}
body .rx-main .rx-map-location-summary__copy small{color:var(--rx-muted,#536471)!important;font-size:12px!important;font-weight:850!important}
body .rx-main .rx-map-location-summary__copy strong{font-size:15px!important;line-height:1.3!important;overflow-wrap:anywhere!important}
body .rx-main .rx-event-map-frame{width:100%!important;min-height:340px!important;overflow:hidden!important;border:1px solid var(--rx-border,#dbe5ef)!important;border-radius:10px!important;background:var(--rx-soft-bg,#f6f8fa)!important}
body .rx-main .rx-event-map-frame iframe{display:block!important;width:100%!important;height:340px!important;border:0!important}

/* Modern Event/Lauftreff stream summary, visually related to the marketplace card. */
.rx-modern-event-card__content>.rx-type{margin-bottom:6px!important}
.rx-modern-event-card__content>.rx-x-card__title{margin-bottom:6px!important}
.rx-modern-event-card__content>.rx-x-card__excerpt{margin:0 0 12px!important}
.rx-modern-event-card__panel{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) 28px!important;
  align-items:center!important;
  gap:14px!important;
  margin:12px 0 0!important;
  padding:14px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 24%,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-text,#07101d)!important;
  text-decoration:none!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-modern-event-card__panel:hover{background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;border-color:color-mix(in srgb,var(--rx-accent,#93e547) 48%,var(--rx-border,#dbe5ef))!important}
.rx-modern-event-card__visual{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}
.rx-modern-event-card__visual .rx-css-calendar{margin:0!important;box-shadow:none!important}
.rx-modern-event-card__visual .rx-lauftreff-logo{width:70px!important;height:70px!important;min-width:70px!important;margin:0!important;overflow:hidden!important;border-radius:11px!important}
.rx-modern-event-card__visual .rx-lauftreff-logo img{width:100%!important;height:100%!important;object-fit:cover!important}
.rx-modern-event-card__facts{min-width:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 14px!important}
.rx-modern-event-card__fact{min-width:0!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:start!important;gap:8px!important}
.rx-modern-event-card__fact>i{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--rx-muted,#536471)!important;font-size:16px!important}
.rx-modern-event-card__fact>span{min-width:0!important;display:grid!important;gap:2px!important}
.rx-modern-event-card__fact small{color:var(--rx-muted,#536471)!important;font-size:11px!important;font-weight:850!important;line-height:1.1!important;text-transform:uppercase!important;letter-spacing:.035em!important}
.rx-modern-event-card__fact strong{color:var(--rx-text,#07101d)!important;font-size:13px!important;font-weight:850!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.rx-modern-event-card__next{width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--rx-muted,#536471)!important}
.rx-modern-event-card__status{display:inline-flex!important;align-items:center!important;gap:6px!important;margin:9px 0 0!important}

/* Startnummer detail page follows the same flat rows and spacing. */
body.single-runnerx_startnummer .rx-startnumber-sale{display:grid!important;gap:0!important;margin:0!important}
body.single-runnerx_startnummer .rx-startnumber-sale>.rx-single-panel{margin:0!important;padding:0!important}
body.single-runnerx_startnummer .rx-startnumber-sale__overview{display:grid!important;gap:0!important;background:#fff!important}
body.single-runnerx_startnummer .rx-startnumber-sale__header{display:grid!important;gap:0!important;background:#fff!important}
body.single-runnerx_startnummer .rx-startnumber-sale__price-status{
  display:flex!important;align-items:end!important;justify-content:space-between!important;gap:16px!important;
  margin:0!important;padding:22px var(--rx-detail-pad-x)!important;border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;background:#fff!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__event{
  width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) 28px!important;align-items:center!important;gap:14px!important;
  margin:0!important;padding:16px var(--rx-detail-pad-x)!important;border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;box-shadow:none!important;box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__seller{
  width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) 28px!important;align-items:center!important;gap:13px!important;
  margin:0!important;padding:16px var(--rx-detail-pad-x)!important;border:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important;border-radius:0!important;background:#fff!important;box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-sale__seller .rx-avatar,
body.single-runnerx_startnummer .rx-startnumber-sale__seller img{width:48px!important;height:48px!important;min-width:48px!important}
body.single-runnerx_startnummer .rx-startnumber-sale__actions{
  width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important;
  margin:0!important;padding:14px var(--rx-detail-pad-x) 18px!important;border:0!important;background:#fff!important;box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-description{padding:var(--rx-detail-pad-y) var(--rx-detail-pad-x)!important}
body.single-runnerx_startnummer .rx-content-tags-section{margin:0!important;padding:20px var(--rx-detail-pad-x)!important;border-top:0!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important}

/* Content tags are a real H3 section with the same platform spacing. */
body .rx-main .rx-content-tags-section{width:100%!important;margin:0!important;padding:20px var(--rx-detail-pad-x)!important;border-top:1px solid var(--rx-border,#dbe5ef)!important;box-sizing:border-box!important}
body .rx-main .rx-content-tags{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;margin:0!important}

@media(max-width:760px){
  :root{--rx-detail-pad-x:18px;--rx-detail-pad-y:20px}
  body .rx-main .rx-info-grid{grid-template-columns:minmax(0,1fr)!important}
  body .rx-main .rx-map-location-summary{grid-template-columns:38px minmax(0,1fr)!important}
  body .rx-main .rx-map-location-summary .rx-btn{grid-column:1/-1!important;width:100%!important}
  body .rx-main .rx-event-map-frame,body .rx-main .rx-event-map-frame iframe{min-height:300px!important;height:300px!important}
  .rx-modern-event-card__panel{grid-template-columns:auto minmax(0,1fr) 24px!important;gap:11px!important;padding:12px!important}
  .rx-modern-event-card__visual .rx-lauftreff-logo{width:62px!important;height:62px!important;min-width:62px!important}
  .rx-modern-event-card__facts{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__price-status{padding:20px var(--rx-detail-pad-x)!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__event,body.single-runnerx_startnummer .rx-startnumber-sale__seller{padding-left:var(--rx-detail-pad-x)!important;padding-right:var(--rx-detail-pad-x)!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__actions{padding:12px var(--rx-detail-pad-x) 16px!important}
}
@media(max-width:480px){
  .rx-modern-event-card__panel{grid-template-columns:auto minmax(0,1fr)!important}
  .rx-modern-event-card__next{display:none!important}
  .rx-modern-event-card__visual{align-self:start!important}
  body.single-runnerx_startnummer .rx-startnumber-sale__price-status{align-items:flex-start!important;flex-direction:column!important}
}

/* RunnerX 6.0.82: compact counters in standardized detail-panel headers. */
body .rx-main .rx-panel-count{
  min-width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 9px;
  border:1px solid var(--rx-border,#dbe5ef);
  border-radius:999px;
  background:var(--rx-soft-bg,#f2f5f7);
  color:var(--rx-muted,#536471);
  font-size:13px;
  font-weight:900;
  line-height:1;
  box-sizing:border-box;
}

/* RunnerX v6.0.125: ensure user-list action popovers render over adjacent action buttons. */
.rx-user-actions-menu.is-open,
.rx-user-actions-menu.is-positioned,
.rx-user-actions-menu.is-rx-dots-positioned{z-index:2147483646!important;}
.rx-user-card .rx-user-actions-trigger,
.rx-members-list .rx-user-actions-trigger,
.rx-members-proto-list .rx-user-actions-trigger,
.rx-user-list--stream .rx-user-actions-trigger,
.rx-members-stream-shell .rx-user-actions-trigger{position:relative!important;z-index:1!important;}
.rx-user-actions.is-open .rx-user-actions-trigger{z-index:2!important;}

/* === runnerx-gpx.css === */
/* RunnerX GPX upload, live route/elevation preview and run stream media. */
.rx-gpx-field{min-width:0}
.rx-gpx-field__label{display:flex;align-items:center;gap:10px;margin:0 0 10px;font-weight:800;color:var(--rx-text,#0f172a)}
.rx-gpx-field__label>i{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff);color:var(--rx-primary,#08162f)}
.rx-gpx-upload{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;border:1px dashed var(--rx-border,#dbe5ef);border-radius:var(--rx-card-radius,8px);background:var(--rx-soft-bg,#f6f8fa);transition:border-color .18s ease,background .18s ease,transform .18s ease}
.rx-gpx-field.is-dragover .rx-gpx-upload,.rx-gpx-field.is-uploading .rx-gpx-upload{border-color:var(--rx-accent,#93e547);background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,#fff);transform:translateY(-1px)}
.rx-gpx-upload__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--rx-border,#dbe5ef);border-radius:14px;background:#fff;font-size:22px;color:var(--rx-primary,#08162f)}
.rx-gpx-upload__copy{display:flex;flex-direction:column;min-width:0;gap:4px}
.rx-gpx-upload__copy strong{font-size:16px;line-height:1.25}
.rx-gpx-upload__copy small{line-height:1.45;color:var(--rx-muted,#536471)}
.rx-gpx-upload input[type=file]{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.rx-upload-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;background:var(--rx-primary,#08162f);color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}
.rx-upload-btn:hover{filter:brightness(1.08)}
.rx-gpx-progress{position:relative;height:26px;margin-top:10px;border:1px solid var(--rx-border,#dbe5ef);border-radius:8px;overflow:hidden;background:var(--rx-soft-bg,#f6f8fa)}
.rx-gpx-progress>span{position:absolute;inset:0 auto 0 0;width:0;background:color-mix(in srgb,var(--rx-accent,#93e547) 65%,#fff);transition:width .15s linear}
.rx-gpx-progress>small{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;font-weight:800;color:var(--rx-primary,#08162f)}
.rx-gpx-status{min-height:0;margin-top:8px;font-size:13px;font-weight:700;color:var(--rx-muted,#536471)}
.rx-gpx-status:empty{display:none}
.rx-gpx-status.is-error{color:#b42318}
.rx-gpx-status.is-success{color:#267500}
.rx-gpx-status.is-info{color:var(--rx-primary,#08162f)}
.rx-gpx-preview{margin-top:14px;border:1px solid var(--rx-border,#dbe5ef);border-radius:var(--rx-card-radius,8px);overflow:hidden;background:#fff}
.rx-gpx-preview[hidden]{display:none!important}
.rx-gpx-preview__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--rx-border,#dbe5ef);background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)}
.rx-gpx-preview__head>div{display:flex;flex-direction:column;min-width:0;gap:3px}
.rx-gpx-preview__head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rx-gpx-preview__head small{color:var(--rx-muted,#536471)}
.rx-gpx-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 16px}
.rx-gpx-stats>div{display:flex;align-items:center;gap:10px;min-width:0;padding:12px;border:1px solid var(--rx-border,#dbe5ef);border-radius:var(--rx-card-radius,8px);background:#fff}
.rx-gpx-stats>div>i{display:flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,#fff);color:var(--rx-primary,#08162f)}
.rx-gpx-stats span{display:flex;flex-direction:column;min-width:0;gap:2px}
.rx-gpx-stats small{font-weight:700;color:var(--rx-muted,#536471)}
.rx-gpx-stats strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rx-gpx-visuals{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-top:1px solid var(--rx-border,#dbe5ef)}
.rx-gpx-visuals>section{min-width:0;padding:14px 16px}
.rx-gpx-visuals>section+section{border-left:1px solid var(--rx-border,#dbe5ef)}
.rx-gpx-visuals h3{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:15px}
.rx-gpx-route,.rx-gpx-elevation{display:flex;align-items:center;justify-content:center;min-height:190px;border-radius:6px;overflow:hidden;background:linear-gradient(145deg,#f8fafc,#eef4f7)}
.rx-gpx-svg{display:block;width:100%;height:auto;max-height:260px}
.rx-gpx-route-line{fill:none;stroke:var(--rx-primary,#08162f);stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.rx-gpx-route-point{stroke:#fff;stroke-width:4}
.rx-gpx-route-point.is-start{fill:var(--rx-accent,#93e547)}
.rx-gpx-route-point.is-end{fill:var(--rx-primary,#08162f)}
.rx-gpx-elevation-area{fill:color-mix(in srgb,var(--rx-accent,#93e547) 28%,transparent)}
.rx-gpx-elevation-line{fill:none;stroke:var(--rx-primary,#08162f);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.rx-gpx-empty{padding:24px;text-align:center;color:var(--rx-muted,#536471);font-size:13px}
.rx-distance-field.is-gpx-locked{opacity:.86}
.rx-distance-field.is-gpx-locked input{cursor:not-allowed}
.rx-distance-lock-note{display:block;margin-top:8px;color:var(--rx-muted,#536471)}

/* Run stream card image or admin-defined fallback with route statistics. */
.rx-run-stream-media{position:relative;display:block;min-height:270px;margin-top:14px;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--rx-primary,#08162f) 90%,#fff),var(--rx-primary,#08162f));color:#fff;text-decoration:none}
.rx-run-stream-media>img{display:block;width:100%;height:100%;min-height:270px;max-height:440px;object-fit:cover}
.rx-run-stream-media__placeholder{display:flex;align-items:center;justify-content:center;min-height:270px;font-size:74px;color:color-mix(in srgb,var(--rx-accent,#93e547) 82%,#fff);background:radial-gradient(circle at 70% 25%,color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent),transparent 46%),linear-gradient(145deg,#17233a,#08162f)}
.rx-run-stream-media::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(4,10,22,.86));pointer-events:none}
.rx-run-stream-media__stats{position:absolute;z-index:2;left:16px;right:16px;bottom:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.rx-run-stream-media__stat{display:flex;align-items:center;gap:9px;min-width:0;padding:10px 12px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(6,14,28,.68);backdrop-filter:blur(8px)}
.rx-run-stream-media__stat>i{flex:0 0 auto;font-size:18px;color:var(--rx-accent,#93e547)}
.rx-run-stream-media__stat>span{display:flex;flex-direction:column;min-width:0}
.rx-run-stream-media__stat small{font-size:11px;font-weight:700;color:rgba(255,255,255,.72)}
.rx-run-stream-media__stat strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#fff}

/* Run detail route panel. */
.rx-run-gpx-panel{margin:0;border-top:1px solid var(--rx-border,#dbe5ef);border-bottom:1px solid var(--rx-border,#dbe5ef);background:#fff}
.rx-run-gpx-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 24px 12px}
.rx-run-gpx-panel__head h2{display:flex;align-items:center;gap:10px;margin:0;font-size:22px}
.rx-run-gpx-panel__head span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:var(--rx-muted,#536471)}
.rx-run-gpx-panel .rx-gpx-stats{padding:0 24px 16px}
.rx-run-gpx-panel .rx-gpx-visuals{border-top:1px solid var(--rx-border,#dbe5ef)}

@media(max-width:760px){
  .rx-gpx-upload{grid-template-columns:auto minmax(0,1fr);padding:14px}
  .rx-upload-btn{grid-column:1/-1;width:100%}
  .rx-gpx-stats{grid-template-columns:1fr}
  .rx-gpx-visuals{grid-template-columns:1fr}
  .rx-gpx-visuals>section+section{border-left:0;border-top:1px solid var(--rx-border,#dbe5ef)}
  .rx-run-stream-media{min-height:235px}
  .rx-run-stream-media>img,.rx-run-stream-media__placeholder{min-height:235px}
  .rx-run-stream-media__stats{left:10px;right:10px;bottom:10px;gap:6px}
  .rx-run-stream-media__stat{padding:8px;gap:6px}
  .rx-run-stream-media__stat>i{font-size:16px}
  .rx-run-stream-media__stat small{display:none}
  .rx-run-stream-media__stat strong{font-size:12px}
  .rx-run-gpx-panel__head{align-items:flex-start;flex-direction:column;padding:16px 18px 10px}
  .rx-run-gpx-panel .rx-gpx-stats{padding:0 18px 14px}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.77: page-consistent distance field, map and full-width run card
   ------------------------------------------------------------------------- */

/* Distance is a regular form group rather than a native fieldset surface. */
.rx-distance-field,
.rx-startnumber-distance-field,
.rx-event-distance-field,
.rx-run-distance-field{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:1!important;
  box-sizing:border-box!important;
}
.rx-distance-field__label{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 8px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:900!important;
  box-sizing:border-box!important;
}
.rx-distance-field__label em{color:var(--rx-accent,#93e547)!important;font-style:normal!important}
.rx-distance-number-label{display:block!important;width:100%!important;margin:0!important;padding:0!important}
.rx-distance-number-label>input{
  width:100%!important;
  min-width:0!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 16px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-weight:750!important;
  box-sizing:border-box!important;
}
.rx-distance-unit-choices{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:10px 0 0!important;
}
.rx-distance-unit-choices>.rx-toggle-choice{
  min-width:0!important;
  min-height:52px!important;
  margin:0!important;
  padding:10px 14px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-distance-unit-choices>.rx-toggle-choice:has(input:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)!important;
}
.rx-distance-field.is-gpx-locked{opacity:1!important}
.rx-distance-field.is-gpx-locked .rx-distance-number-label>input,
.rx-distance-field.is-gpx-locked .rx-distance-unit-choices>.rx-toggle-choice{opacity:.72!important;cursor:not-allowed!important}
.rx-distance-lock-note{
  width:100%!important;
  display:block!important;
  margin:10px 0 0!important;
  padding:10px 12px!important;
  border:0!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:700!important;
  box-sizing:border-box!important;
}
.rx-distance-lock-note[hidden]{display:none!important}

/* Route and elevation are deliberately stacked, so neither visualization is
   squeezed. Google Maps is used when consent/API availability allows it; the
   local SVG route remains as the privacy-safe fallback. */
.rx-gpx-visuals{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
}
.rx-gpx-visuals>section{min-width:0!important;padding:16px!important}
.rx-gpx-visuals>section+section{
  border-left:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
}
.rx-gpx-route{
  width:100%!important;
  min-height:340px!important;
  border-radius:8px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.rx-gpx-route.is-google-map{
  display:block!important;
  min-height:360px!important;
  padding:0!important;
  background:#eef4f7!important;
}
.rx-gpx-route.is-google-map .gm-style{font-family:inherit!important}
.rx-gpx-elevation{width:100%!important;min-height:250px!important;box-sizing:border-box!important}
.rx-gpx-elevation .rx-gpx-svg{width:100%!important;max-height:310px!important}

@media(max-width:760px){
  .rx-distance-unit-choices{grid-template-columns:minmax(0,1fr)!important}
  .rx-gpx-visuals>section{padding:14px!important}
  .rx-gpx-route,.rx-gpx-route.is-google-map{min-height:300px!important}
  .rx-gpx-elevation{min-height:220px!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.78: shared edge-to-edge media cards and GPX detail layout
   ------------------------------------------------------------------------- */
.rx-feed-card.rx-edge-feed-card,
.rx-stream>.rx-feed-card.rx-edge-feed-card,
.rx-profile-stream>.rx-feed-card.rx-edge-feed-card{
  width:100%!important;
  min-width:0!important;
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-edge-feed-card__author{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:12px!important;
  row-gap:0!important;
  margin:0!important;
  padding:14px 20px 8px!important;
  box-sizing:border-box!important;
}
.rx-edge-feed-card__avatar{
  display:block!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
.rx-edge-feed-card__avatar .rx-avatar,
.rx-edge-feed-card__avatar img{
  display:block!important;
  width:48px!important;
  height:48px!important;
  margin:0!important;
  object-fit:cover!important;
}
body .rx-main .rx-edge-feed-card__author>.rx-card-head,
body .rx-main .rx-edge-feed-card__author .rx-card-head{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  align-self:center!important;
  box-sizing:border-box!important;
}
.rx-edge-feed-card__intro{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0 20px 14px!important;
  box-sizing:border-box!important;
}
.rx-edge-feed-card__intro .rx-content-badge,
.rx-edge-feed-card__intro .rx-type{margin:0 0 8px!important}
.rx-edge-feed-card__intro .rx-card-title{margin:0 0 4px!important}
.rx-edge-feed-card__intro .rx-card-body{margin:0!important}
.rx-edge-feed-card__media{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.rx-edge-feed-card__media>.rx-run-stream-media,
.rx-edge-feed-card__media>.rx-media-slider,
.rx-edge-feed-card__media>.rx-media,
.rx-edge-feed-card__media>.rx-media-link,
.rx-edge-feed-card__media>.rx-video-embed,
.rx-edge-feed-card__media .rx-feed-video{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.rx-edge-feed-card__media img,
.rx-edge-feed-card__media iframe,
.rx-edge-feed-card__media .rx-media-slider,
.rx-edge-feed-card__media .rx-media-slider__viewport,
.rx-edge-feed-card__media .rx-media-slider__slide,
.rx-edge-feed-card__media .rx-media-slider__link,
.rx-edge-feed-card__media .rx-media-slider__image,
.rx-edge-feed-card__media .rx-media-slide,
.rx-edge-feed-card__media .rx-media-slide>a,
.rx-edge-feed-card__media .rx-run-stream-media,
.rx-edge-feed-card__media .rx-run-stream-media__placeholder{
  border-radius:0!important;
}
.rx-edge-feed-card__tagged{width:100%!important;margin:0!important;padding:0 20px!important;box-sizing:border-box!important}
.rx-edge-feed-card__actions{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:8px 20px 10px!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-edge-feed-card__actions>.rx-post-actions{
  width:100%!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

/* The detail header uses exactly the same run visual as the stream card. All
   image, gallery and video detail media reach the content edges without radius. */
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap>.rx-run-stream-media,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap>.rx-single-featured,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap>.rx-media,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap>.rx-media-slider,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap>.rx-media-link,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap>.rx-video-embed{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap img,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap iframe,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slider,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slider__viewport,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slider__slide,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slider__link,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slider__image,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slide,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-media-slide>a,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-run-stream-media,
.rx-single-shell.is-edge-media-single>.rx-single-media-wrap .rx-run-stream-media__placeholder{
  border-radius:0!important;
}
.rx-run-stream-media.is-detail{margin-top:0!important}
.rx-single-shell.is-runnerx_run>.rx-post-actions{margin-top:0!important}

/* The overlay already carries distance, ascent and pace; the GPX body contains
   only the route and elevation profile, stacked at a useful width. */
.rx-run-gpx-panel .rx-gpx-visuals{grid-template-columns:minmax(0,1fr)!important}
.rx-run-gpx-panel .rx-gpx-visuals>section+section{border-left:0!important;border-top:1px solid var(--rx-border,#dbe5ef)!important}

@media(max-width:760px){
  .rx-edge-feed-card__author{grid-template-columns:44px minmax(0,1fr)!important;column-gap:12px!important;padding:12px 16px 7px!important}
  .rx-edge-feed-card__avatar,
  .rx-edge-feed-card__avatar .rx-avatar,
  .rx-edge-feed-card__avatar img{width:44px!important;height:44px!important;min-width:44px!important}
  .rx-edge-feed-card__intro{padding:0 16px 12px!important}
  .rx-edge-feed-card__tagged{padding-left:16px!important;padding-right:16px!important}
  .rx-edge-feed-card__actions{padding:7px 16px 9px!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.79: unified section headings and professional elevation chart
   ------------------------------------------------------------------------- */
.rx-run-gpx-panel__head{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:68px!important;
  margin:0!important;
  padding:16px 24px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-run-gpx-panel__head .rx-section-title,
.rx-gpx-subtitle{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  color:var(--rx-text,#0f1419)!important;
  line-height:1.15!important;
}
.rx-run-gpx-panel__head .rx-section-title{font-size:22px!important;font-weight:900!important}
.rx-gpx-subtitle{min-height:34px!important;margin-bottom:12px!important;font-size:16px!important;font-weight:900!important}
.rx-run-gpx-panel__head .rx-section-title-icon,
.rx-gpx-subtitle .rx-section-title-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  line-height:1!important;
}
.rx-gpx-subtitle .rx-section-title-icon{flex-basis:30px!important;width:30px!important;height:30px!important;border-radius:9px!important}
.rx-run-gpx-panel__head .rx-section-title-icon i,
.rx-gpx-subtitle .rx-section-title-icon i{font-size:17px!important;line-height:1!important}
.rx-run-gpx-panel__head .rx-section-title-text,
.rx-gpx-subtitle .rx-section-title-text{display:inline-flex!important;align-items:center!important;line-height:1.15!important}

.rx-gpx-elevation{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  overflow:visible!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#fff!important;
}
.rx-elevation-chart{width:100%!important;min-width:0!important;display:block!important}
.rx-elevation-chart__summary{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:linear-gradient(180deg,#fff,#f8fafb)!important;
}
.rx-elevation-chart__summary>span{
  min-width:0!important;
  display:grid!important;
  gap:4px!important;
  padding:13px 16px!important;
  box-sizing:border-box!important;
}
.rx-elevation-chart__summary>span+span{border-left:1px solid var(--rx-border,#dbe5ef)!important}
.rx-elevation-chart__summary small{color:var(--rx-muted,#536471)!important;font-size:11px!important;font-weight:750!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.035em!important}
.rx-elevation-chart__summary strong{color:var(--rx-text,#0f1419)!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important}
.rx-elevation-chart__plot{width:100%!important;min-width:0!important;padding:8px 10px 4px!important;box-sizing:border-box!important;overflow:hidden!important}
.rx-elevation-chart__plot .rx-gpx-svg{width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}
.rx-gpx-elevation-grid{stroke:#dce5ed!important;stroke-width:1!important;vector-effect:non-scaling-stroke!important}
.rx-gpx-elevation-grid.is-vertical{stroke:#edf2f6!important}
.rx-gpx-elevation-axis-label{fill:var(--rx-muted,#536471)!important;font-family:var(--rx-font-sans,Arial,Helvetica,sans-serif)!important;font-size:11px!important;font-weight:700!important}
.rx-gpx-elevation-stop-top{stop-color:var(--rx-accent,#93e547)!important;stop-opacity:.42!important}
.rx-gpx-elevation-stop-bottom{stop-color:var(--rx-accent,#93e547)!important;stop-opacity:.03!important}
.rx-gpx-elevation-area{stroke:none!important}
.rx-gpx-elevation-line{fill:none!important;stroke:var(--rx-primary,#08162f)!important;stroke-width:3.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke!important}
.rx-gpx-elevation-peak{fill:var(--rx-accent,#93e547)!important;stroke:#fff!important;stroke-width:3!important;vector-effect:non-scaling-stroke!important}
.rx-gpx-elevation-peak-label rect{fill:var(--rx-primary,#08162f)!important;opacity:.94!important}
.rx-gpx-elevation-peak-label text{fill:#fff!important;font-family:var(--rx-font-sans,Arial,Helvetica,sans-serif)!important;font-size:11px!important;font-weight:900!important}

@media(max-width:760px){
  .rx-run-gpx-panel__head{min-height:62px!important;padding:14px 18px!important}
  .rx-run-gpx-panel__head .rx-section-title{font-size:20px!important}
  .rx-elevation-chart__summary{grid-template-columns:minmax(0,1fr)!important}
  .rx-elevation-chart__summary>span{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 13px!important}
  .rx-elevation-chart__summary>span+span{border-left:0!important;border-top:1px solid var(--rx-border,#dbe5ef)!important}
  .rx-elevation-chart__plot{overflow-x:auto!important;padding:6px 4px 2px!important}
  .rx-elevation-chart__plot .rx-gpx-svg{min-width:650px!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.81: platform-consistent GPX metrics, colours and headings
   ------------------------------------------------------------------------- */
.rx-gpx-route-line{stroke:var(--rx-link,#1d9bf0)!important}
.rx-gpx-route-point.is-end{fill:var(--rx-link,#1d9bf0)!important}
.rx-gpx-elevation-line{stroke:var(--rx-accent,#93e547)!important}

/* Streckeninfos uses the same H2/H3 language as every other content section.
   Spacing, rather than extra grey rules, separates the route and profile. */
.rx-run-gpx-panel{
  margin:0!important;
  padding:0 0 24px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.rx-run-gpx-panel__head,
.rx-run-gpx-panel__head.rx-section-titlebar{
  min-height:0!important;
  margin:0!important;
  padding:22px 24px 16px!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-run-gpx-panel__head .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  margin:0!important;
  padding:0!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.rx-run-gpx-panel__head .rx-section-title-icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-run-gpx-panel .rx-gpx-visuals{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:24px!important;
  width:100%!important;
  margin:0!important;
  padding:0 24px!important;
  border:0!important;
  box-sizing:border-box!important;
}
.rx-run-gpx-panel .rx-gpx-visuals>section,
.rx-run-gpx-panel .rx-gpx-visuals>section+section{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.rx-gpx-subtitle,
.rx-content-subheading.rx-gpx-subtitle{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:34px!important;
  margin:0 0 12px!important;
  padding:0!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}
.rx-gpx-subtitle .rx-section-title-icon{
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  border-radius:9px!important;
  background:var(--rx-soft-bg,#eef3f6)!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-gpx-subtitle .rx-section-title-icon i{font-size:16px!important}

@media(max-width:760px){
  .rx-run-gpx-panel{padding-bottom:20px!important}
  .rx-run-gpx-panel__head,
  .rx-run-gpx-panel__head.rx-section-titlebar{padding:18px 16px 14px!important}
  .rx-run-gpx-panel__head .rx-section-title{font-size:21px!important}
  .rx-run-gpx-panel .rx-gpx-visuals{gap:20px!important;padding:0 16px!important}
}

/* RunnerX 6.0.82 – pro Lauf exakt eine GPX-Datei */
.rx-gpx-field.is-gpx-upload-locked .rx-gpx-upload{opacity:.58;pointer-events:none;cursor:not-allowed;background:var(--rx-soft-bg,#f6f8fa)}
.rx-gpx-field.is-gpx-upload-locked .rx-gpx-upload .rx-upload-btn{background:#d6dee6!important;border-color:#d6dee6!important;color:#637180!important}
.rx-gpx-field.is-gpx-upload-locked .rx-gpx-upload__copy small::after{content:" · Zum Ersetzen zuerst die vorhandene Datei löschen"}

/* RunnerX 6.0.90 – Strava-like GPX splits */
.rx-gpx-splits-section{min-width:0!important}
.rx-gpx-splits-card{
  width:100%!important;
  max-height:360px!important;
  overflow:auto!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,12px)!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(8,22,47,.045)!important;
}
.rx-gpx-splits-card table{
  width:100%!important;
  border-collapse:collapse!important;
  font-size:14px!important;
  line-height:1.25!important;
}
.rx-gpx-splits-card th,
.rx-gpx-splits-card td{
  padding:10px 12px!important;
  text-align:right!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  white-space:nowrap!important;
}
.rx-gpx-splits-card th:first-child,
.rx-gpx-splits-card td:first-child{text-align:center!important;width:56px!important;color:var(--rx-primary,#08162f)!important;font-weight:900!important}
.rx-gpx-splits-card th{
  position:sticky!important;
  top:0!important;
  z-index:1!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.rx-gpx-splits-card td{font-weight:750!important;color:var(--rx-text,#0f1419)!important;background:#fff!important}
.rx-gpx-splits-card tbody tr:nth-child(even) td{background:var(--rx-soft-bg,#f6f8fa)!important}
.rx-gpx-splits-card tbody tr:last-child td{border-bottom:0!important}
@media(max-width:760px){
  .rx-gpx-splits-card{max-height:320px!important;border-radius:10px!important}
  .rx-gpx-splits-card th,.rx-gpx-splits-card td{padding:9px 10px!important;font-size:13px!important}
}
.rx-gpx-subtitle .rx-subsection-title-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  border-radius:9px!important;
  background:var(--rx-soft-bg,#eef3f6)!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-gpx-subtitle .rx-subsection-title-icon i{font-size:16px!important;line-height:1!important}
.rx-gpx-subtitle .rx-subsection-title-text{display:inline-flex!important;align-items:center!important;line-height:1.15!important}

/* === runnerx-content.css === */
/*
 * RunnerX content and frontend consistency layer.
 * Version 6.0.94
 */

/* -------------------------------------------------------------------------
   Edge-to-edge featured media on article, event and running-group details
   ------------------------------------------------------------------------- */
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap,
body.single-post .rx-single-shell > .rx-single-media-wrap,
body.single-runnerx_event .rx-single-shell > .rx-single-media-wrap,
body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap > .rx-event-media-with-date,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap > .rx-lauftreff-media-with-logo,
body.single-post .rx-single-media-wrap > *,
body.single-runnerx_event .rx-single-media-wrap > *,
body.single-runnerx_lauftreff .rx-single-media-wrap > *{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-single-featured,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-media,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-media-slider,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-media-slider__viewport,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-media-slider__slide,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-media-slider__link,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap .rx-video-embed,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap img,
.rx-single-shell.is-edge-media-single > .rx-single-media-wrap iframe{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

/* Image-detail captions use the configured accent surface instead of white. */
body.single-runnerx_image .rx-media-slider__slide figcaption,
body.single-runnerx_image .rx-single-body figcaption,
body.single-runnerx_image .rx-single-body .wp-caption-text{
  margin:0!important;
  padding:10px 14px!important;
  border-top:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 24%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.45!important;
}

/* -------------------------------------------------------------------------
   Upload placeholders: no cropped local preview while a file is still moving
   ------------------------------------------------------------------------- */
.rx-upload-preview > .rx-upload-item.rx-single-upload-pending,
.rx-profile-edit-page .rx-upload-preview > .rx-upload-item.rx-single-upload-pending{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:94px!important;
  margin:0!important;
  padding:14px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  overflow:visible!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#f8fafc!important;
  box-sizing:border-box!important;
}
.rx-upload-placeholder-icon{
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,#eef3f6)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:24px!important;
}
.rx-single-upload-pending__copy{
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
}
.rx-single-upload-pending__copy > strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.3!important;
}
.rx-single-upload-pending__copy > small,
.rx-gallery-upload-copy > small{
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:700!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-upload-pending .rx-gallery-thumb.rx-upload-pending-thumb{
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#eef3f6!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-gallery-upload-pending .rx-gallery-thumb .rx-upload-placeholder-icon{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  border-radius:0!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-upload-progress,
.rx-single-upload-pending .rx-upload-progress{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:10px!important;
  margin:1px 0 0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:100px!important;
  background:#dfe7ed!important;
  box-sizing:border-box!important;
}
.rx-upload-preview[data-rx-sortable-gallery] .rx-upload-progress > span,
.rx-single-upload-pending .rx-upload-progress > span{
  position:absolute!important;
  inset:0 auto 0 0!important;
  display:block!important;
  height:100%!important;
  min-height:100%!important;
  border-radius:100px!important;
  background:var(--rx-accent,#93e547)!important;
}
.rx-single-upload-pending [data-rx-upload-percent]{display:none!important}

/* GPX upload progress fills the complete track and has consistently round ends. */
.rx-gpx-progress{
  height:26px!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:100px!important;
}
.rx-gpx-progress > span{
  position:absolute!important;
  top:0!important;
  right:auto!important;
  bottom:0!important;
  left:0!important;
  height:100%!important;
  min-height:100%!important;
  border-radius:100px!important;
}
.rx-gpx-progress > small{
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}

/* -------------------------------------------------------------------------
   Mobile drawer actions and accessible cookie controls
   ------------------------------------------------------------------------- */
.rx-mobile-drawer-head-actions{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
.rx-cookie-modal{z-index:2147483900!important}
.rx-cookie-modal__backdrop{z-index:0!important}
.rx-cookie-modal__dialog{z-index:1!important}

/* -------------------------------------------------------------------------
   Native WordPress articles and static pages in the RunnerX visual language
   ------------------------------------------------------------------------- */
body.single-post .rx-single-body,
body.page-template-default .rx-page-content--plain{
  color:var(--rx-text,#0f1419)!important;
  font-size:17px!important;
  line-height:1.72!important;
  overflow-wrap:anywhere!important;
}
body.page-template-default .rx-page-content--plain{
  margin:0!important;
  padding:26px 24px 54px!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body.single-post .rx-single-body > :first-child,
body.page-template-default .rx-page-content--plain > :first-child{margin-top:0!important}
body.single-post .rx-single-body > :last-child,
body.page-template-default .rx-page-content--plain > :last-child{margin-bottom:0!important}
body.single-post .rx-single-body h2,
body.single-post .rx-single-body h3,
body.single-post .rx-single-body h4,
body.page-template-default .rx-page-content--plain h1,
body.page-template-default .rx-page-content--plain h2,
body.page-template-default .rx-page-content--plain h3,
body.page-template-default .rx-page-content--plain h4{
  margin:1.55em 0 .55em!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:900!important;
  line-height:1.18!important;
  letter-spacing:-.018em!important;
}
body.single-post .rx-single-body h2,
body.page-template-default .rx-page-content--plain h2{font-size:clamp(24px,3.2vw,31px)!important}
body.single-post .rx-single-body h3,
body.page-template-default .rx-page-content--plain h3{font-size:clamp(20px,2.7vw,25px)!important}
body.single-post .rx-single-body p,
body.page-template-default .rx-page-content--plain p{margin:0 0 1.15em!important}
body.single-post .rx-single-body a,
body.page-template-default .rx-page-content--plain a{
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:750!important;
  text-underline-offset:3px!important;
}
body.single-post .rx-single-body ul,
body.single-post .rx-single-body ol,
body.page-template-default .rx-page-content--plain ul,
body.page-template-default .rx-page-content--plain ol{
  margin:0 0 1.25em!important;
  padding-left:1.35em!important;
}
body.single-post .rx-single-body li + li,
body.page-template-default .rx-page-content--plain li + li{margin-top:.38em!important}
body.single-post .rx-single-body blockquote,
body.page-template-default .rx-page-content--plain blockquote{
  margin:1.5em 0!important;
  padding:16px 18px!important;
  border:0!important;
  border-left:4px solid var(--rx-accent,#93e547)!important;
  border-radius:0 10px 10px 0!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
}
body.single-post .rx-single-body blockquote p:last-child,
body.page-template-default .rx-page-content--plain blockquote p:last-child{margin-bottom:0!important}
body.single-post .rx-single-body figure,
body.page-template-default .rx-page-content--plain figure{max-width:100%!important;margin:1.5em 0!important}
body.single-post .rx-single-body img,
body.page-template-default .rx-page-content--plain img{
  max-width:100%!important;
  height:auto!important;
}
body.single-post .rx-single-body figcaption,
body.page-template-default .rx-page-content--plain figcaption{
  margin:0!important;
  padding:9px 12px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body.single-post .rx-single-body table,
body.page-template-default .rx-page-content--plain table{
  width:100%!important;
  margin:1.5em 0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.single-post .rx-single-body th,
body.page-template-default .rx-page-content--plain th{
  padding:12px 14px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)!important;
  text-align:left!important;
  font-weight:900!important;
}
body.single-post .rx-single-body td,
body.page-template-default .rx-page-content--plain td{
  padding:12px 14px!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
}
body.single-post .rx-single-body pre,
body.page-template-default .rx-page-content--plain pre{
  max-width:100%!important;
  overflow:auto!important;
  margin:1.5em 0!important;
  padding:16px!important;
  border-radius:12px!important;
  background:var(--rx-primary,#08162f)!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.55!important;
}
body.single-post .rx-single-body :not(pre) > code,
body.page-template-default .rx-page-content--plain :not(pre) > code{
  padding:2px 6px!important;
  border-radius:6px!important;
  background:#eef3f6!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:.92em!important;
}
body.single-post .rx-single-body .wp-block-button__link,
body.page-template-default .rx-page-content--plain .wp-block-button__link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:var(--rx-primary,#08162f)!important;
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.single-post .rx-single-body hr,
body.page-template-default .rx-page-content--plain hr{
  margin:2em 0!important;
  border:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
}

@media(max-width:700px){
  .rx-upload-preview > .rx-upload-item.rx-single-upload-pending,
  .rx-profile-edit-page .rx-upload-preview > .rx-upload-item.rx-single-upload-pending{
    grid-template-columns:48px minmax(0,1fr)!important;
    min-height:82px!important;
    padding:12px!important;
    gap:11px!important;
  }
  .rx-upload-placeholder-icon{width:48px!important;height:48px!important;min-width:48px!important;font-size:21px!important}
  body.page-template-default .rx-page-content--plain{padding:22px 16px 44px!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.81: one heading system, balanced run spacing and modern quotes
   ------------------------------------------------------------------------- */

/* Content H2/H3 headings receive the same visual hierarchy as platform forms:
   H2 uses an accent surface, H3 a neutral surface. The pseudo icon keeps
   semantic WordPress heading markup intact. */
.rx-single-body h2:not(.rx-section-title),
.rx-page-content--plain h2:not(.rx-section-title),
.rx-single-body h3:not(.rx-section-title),
.rx-page-content--plain h3:not(.rx-section-title){
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
.rx-single-body h2:not(.rx-section-title)::before,
.rx-page-content--plain h2:not(.rx-section-title)::before,
.rx-single-body h3:not(.rx-section-title)::before,
.rx-page-content--plain h3:not(.rx-section-title)::before{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:var(--rx-icon-font-family,'icomoon')!important;
  font-style:normal!important;
  font-weight:normal!important;
  line-height:1!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
}
.rx-single-body h2:not(.rx-section-title)::before,
.rx-page-content--plain h2:not(.rx-section-title)::before{
  content:"\ea06"!important;
  width:36px!important;
  height:36px!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:17px!important;
}
.rx-single-body h3:not(.rx-section-title)::before,
.rx-page-content--plain h3:not(.rx-section-title)::before{
  content:"\ea43"!important;
  width:31px!important;
  height:31px!important;
  border-radius:9px!important;
  background:var(--rx-soft-bg,#eef3f6)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:15px!important;
}

/* Run description and tags follow the same edge and divider rhythm as events. */
body.single-runnerx_run .rx-run-description{
  min-height:0!important;
  margin:0!important;
  padding:24px 24px 20px!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body.single-runnerx_run .rx-run-description:empty{display:none!important}
body.single-runnerx_run .rx-content-tags{
  width:100%!important;
  margin:0!important;
  padding:18px 24px 24px!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

/* WordPress Quote and Pullquote blocks without oversized empty areas. */
body.single-post .rx-single-body .wp-block-pullquote,
body.page-template-default .rx-page-content--plain .wp-block-pullquote,
.rx-single-body .wp-block-pullquote,
.rx-page-content--plain .wp-block-pullquote{
  width:100%!important;
  margin:26px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
body.single-post .rx-single-body blockquote,
body.page-template-default .rx-page-content--plain blockquote,
.rx-single-body blockquote,
.rx-page-content--plain blockquote,
body.single-post .rx-single-body .wp-block-pullquote blockquote,
body.page-template-default .rx-page-content--plain .wp-block-pullquote blockquote{
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  margin:24px 0!important;
  padding:20px 22px 18px 58px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 25%,var(--rx-border,#dbe5ef))!important;
  border-left:4px solid var(--rx-accent,#93e547)!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 8%,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
  text-align:left!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body.single-post .rx-single-body blockquote::before,
body.page-template-default .rx-page-content--plain blockquote::before,
.rx-single-body blockquote::before,
.rx-page-content--plain blockquote::before{
  content:"“"!important;
  position:absolute!important;
  top:17px!important;
  left:17px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
  font-family:Georgia,serif!important;
  font-size:27px!important;
  font-weight:900!important;
  line-height:1!important;
}
body.single-post .rx-single-body blockquote p,
body.page-template-default .rx-page-content--plain blockquote p,
.rx-single-body blockquote p,
.rx-page-content--plain blockquote p{
  margin:0 0 10px!important;
  padding:0!important;
  color:inherit!important;
  font-size:clamp(18px,2.2vw,22px)!important;
  line-height:1.5!important;
  font-style:normal!important;
  font-weight:700!important;
  text-align:left!important;
}
body.single-post .rx-single-body blockquote p:last-of-type,
body.page-template-default .rx-page-content--plain blockquote p:last-of-type,
.rx-single-body blockquote p:last-of-type,
.rx-page-content--plain blockquote p:last-of-type{margin-bottom:0!important}
body.single-post .rx-single-body blockquote cite,
body.page-template-default .rx-page-content--plain blockquote cite,
.rx-single-body blockquote cite,
.rx-page-content--plain blockquote cite,
body.single-post .rx-single-body blockquote .wp-block-quote__citation,
body.page-template-default .rx-page-content--plain blockquote .wp-block-quote__citation{
  display:block!important;
  margin:12px 0 0!important;
  padding:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-style:normal!important;
  font-weight:850!important;
  text-align:left!important;
}
body.single-post .rx-single-body blockquote cite::before,
body.page-template-default .rx-page-content--plain blockquote cite::before,
.rx-single-body blockquote cite::before,
.rx-page-content--plain blockquote cite::before{content:"— "!important}

@media(max-width:700px){
  body.single-runnerx_run .rx-run-description{padding:20px 16px 16px!important}
  body.single-runnerx_run .rx-content-tags{padding:16px 16px 22px!important}
  body.single-post .rx-single-body blockquote,
  body.page-template-default .rx-page-content--plain blockquote,
  .rx-single-body blockquote,
  .rx-page-content--plain blockquote{padding:18px 16px 16px 52px!important}
  body.single-post .rx-single-body blockquote::before,
  body.page-template-default .rx-page-content--plain blockquote::before,
  .rx-single-body blockquote::before,
  .rx-page-content--plain blockquote::before{left:14px!important;top:15px!important}
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.84: profile-like Lauftreff header and final UI unification
   ------------------------------------------------------------------------- */

/* Lauftreff detail: the logo may overlap the edge-to-edge cover and the title
   follows it with the same visual rhythm as the member profile. */
body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff{
  position:relative!important;
  overflow:visible!important;
  padding-bottom:46px!important;
}
body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff > .rx-lauftreff-media-with-logo{
  position:relative!important;
  margin:0!important;
  overflow:visible!important;
}
body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff .rx-lauftreff-logo-overlay{
  left:28px!important;
  bottom:-46px!important;
}
body.single-runnerx_lauftreff .rx-lauftreff-profile-title{
  width:100%!important;
  margin:0!important;
  padding:25px var(--rx-detail-pad-x,28px) 18px!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body.single-runnerx_lauftreff .rx-lauftreff-profile-title .rx-single-title{
  margin:0!important;
  padding:0!important;
  line-height:1.08!important;
}

/* Profile title starts 25px below the overlapping avatar on desktop and
   20px below it on compact screens. */
body .rx-main .rx-profile-head--clean .rx-profile-titleblock h1{
  margin-top:5px!important;
  margin-bottom:2px!important;
}

/* Upload fields: icon and explanatory copy form the first row; all actions
   are placed on the second row and the common preview occupies the third. */
body .rx-main .rx-upload-box,
body .rx-main .rx-profile-edit-page .rx-upload-box,
body .rx-main .rx-form-upload{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  grid-template-areas:
    "icon copy"
    "actions actions"
    "preview preview"!important;
  align-items:center!important;
  column-gap:14px!important;
  row-gap:14px!important;
  min-height:0!important;
  padding:18px!important;
  overflow:visible!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon,
body .rx-main .rx-form-upload > .rx-upload-icon{
  grid-area:icon!important;
  align-self:start!important;
}
body .rx-main .rx-upload-box > .rx-upload-copy,
body .rx-main .rx-form-upload > .rx-upload-copy{
  grid-area:copy!important;
  align-self:center!important;
  min-width:0!important;
}
body .rx-main .rx-upload-box > .rx-upload-actions,
body .rx-main .rx-form-upload > .rx-upload-actions{
  grid-area:actions!important;
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-upload-actions .rx-upload-btn,
body .rx-main .rx-upload-actions .rx-upload-library-btn{
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 15px!important;
  border-radius:10px!important;
  gap:8px!important;
}
body .rx-main .rx-upload-actions .rx-upload-btn > i,
body .rx-main .rx-upload-actions .rx-upload-library-btn > i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1!important;
}
body .rx-main .rx-upload-box > .rx-upload-preview,
body .rx-main .rx-form-upload > .rx-upload-preview,
body .rx-main .rx-profile-edit-page .rx-upload-preview{
  grid-area:preview!important;
  grid-column:1/-1!important;
  justify-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  border:1px dashed var(--rx-border,#dbe5ef)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-preview:empty,
body .rx-main .rx-form-upload > .rx-upload-preview:empty,
body .rx-main .rx-profile-edit-page .rx-upload-preview:empty,
body .rx-main .rx-upload-box > .rx-upload-preview:not(:has([data-upload-item])),
body .rx-main .rx-form-upload > .rx-upload-preview:not(:has([data-upload-item])),
body .rx-main .rx-profile-edit-page .rx-upload-preview:not(:has([data-upload-item])){
  display:none!important;
}
body .rx-main .rx-upload-box--single .rx-upload-preview > .rx-upload-item,
body .rx-main .rx-upload-box--profile .rx-upload-preview > .rx-upload-item,
body .rx-main .rx-upload-box--logo .rx-upload-preview > .rx-upload-item{
  width:92px!important;
  height:92px!important;
  flex:0 0 92px!important;
  margin:0!important;
}
body .rx-main .rx-upload-box--single .rx-upload-preview > .rx-upload-item img,
body .rx-main .rx-upload-box--profile .rx-upload-preview > .rx-upload-item img,
body .rx-main .rx-upload-box--logo .rx-upload-preview > .rx-upload-item img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* Platform H2/H3 pseudo icons are reserved for RunnerX detail content. They
   must not alter editor-authored articles or ordinary WordPress pages. */
body.single-post .rx-single-body h2:not(.rx-section-title),
body.single-post .rx-single-body h3:not(.rx-section-title),
body .rx-page-content--plain h2:not(.rx-section-title),
body .rx-page-content--plain h3:not(.rx-section-title){
  display:block!important;
  width:auto!important;
  text-align:inherit!important;
}
body.single-post .rx-single-body h2:not(.rx-section-title)::before,
body.single-post .rx-single-body h3:not(.rx-section-title)::before,
body .rx-page-content--plain h2:not(.rx-section-title)::before,
body .rx-page-content--plain h3:not(.rx-section-title)::before{
  content:none!important;
  display:none!important;
}

/* Tags align exactly with their H3 subtitle instead of inheriting the old
   standalone tag-list padding. */
body .rx-main .rx-content-tags-section .rx-content-subheading,
body .rx-main .rx-content-tags-section .rx-content-tags{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
body .rx-main .rx-content-tags-section .rx-content-tags{
  margin-top:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  border:0!important;
  background:transparent!important;
}

/* Location markers always use the neutral H3/form-label surface. */
body .rx-main .rx-map-location-summary__icon{
  border:1px solid var(--rx-border,#dbe5ef)!important;
  background:var(--rx-soft-bg,#f2f5f7)!important;
  color:var(--rx-muted,#536471)!important;
}

/* Description is plain content between platform sections: no redundant
   heading and no extra divider below it, with one consistent inset. */
body .rx-main .rx-description-panel--plain,
body.single-runnerx_run .rx-run-description-panel,
body.single-runnerx_startnummer .rx-startnumber-description{
  width:100%!important;
  margin:0!important;
  padding:var(--rx-detail-pad-y,24px) var(--rx-detail-pad-x,28px)!important;
  border:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-description-panel--plain .rx-single-body,
body .rx-main .rx-event-description,
body .rx-main .rx-run-description,
body .rx-main .rx-startnumber-description__content{
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-description-panel--plain .rx-single-body > :first-child{margin-top:0!important}
body .rx-main .rx-description-panel--plain .rx-single-body > :last-child{margin-bottom:0!important}

/* Startnummer stream cards use the same modern panel geometry as Event and
   Lauftreff cards, including the common calendar visual. */
.rx-modern-startnumber-card__panel .rx-startnumber-calendar-fallback{
  width:70px!important;
  height:70px!important;
  min-width:70px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--rx-muted,#536471)!important;
  font-size:25px!important;
  box-sizing:border-box!important;
}
.rx-modern-startnumber-card__panel .rx-css-calendar{
  margin:0!important;
  box-shadow:none!important;
}
.rx-x-startnumber-card .rx-x-card__excerpt{
  color:var(--rx-text,#07101d)!important;
  line-height:1.48!important;
}

/* Make the quote mark clearly legible and keep it away from the top edge. */
body.single-post .rx-single-body blockquote,
body .rx-page-content--plain blockquote,
.rx-single-body blockquote{
  padding-top:24px!important;
  padding-left:72px!important;
}
body.single-post .rx-single-body blockquote::before,
body .rx-page-content--plain blockquote::before,
.rx-single-body blockquote::before{
  top:18px!important;
  left:18px!important;
  width:38px!important;
  height:38px!important;
  border-radius:10px!important;
  font-size:38px!important;
  line-height:.85!important;
  padding-top:5px!important;
  box-sizing:border-box!important;
}

@media(max-width:760px){
  body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff{
    padding-bottom:38px!important;
  }
  body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff .rx-lauftreff-logo-overlay{
    left:18px!important;
    bottom:-38px!important;
  }
  body.single-runnerx_lauftreff .rx-lauftreff-profile-title{
    padding:20px var(--rx-detail-pad-x,18px) 16px!important;
  }
  body .rx-main .rx-profile-head--clean .rx-profile-titleblock h1{
    margin-top:6px!important;
  }
  body .rx-main .rx-upload-box,
  body .rx-main .rx-profile-edit-page .rx-upload-box,
  body .rx-main .rx-form-upload{
    grid-template-columns:44px minmax(0,1fr)!important;
    grid-template-areas:
      "icon copy"
      "actions actions"
      "preview preview"!important;
    padding:14px!important;
    column-gap:12px!important;
    row-gap:12px!important;
  }
  body .rx-main .rx-upload-box > .rx-upload-actions,
  body .rx-main .rx-form-upload > .rx-upload-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body .rx-main .rx-upload-actions > *{
    width:100%!important;
  }
  body .rx-main .rx-upload-actions > :only-child{
    grid-column:1/-1!important;
  }
  .rx-modern-startnumber-card__panel .rx-startnumber-calendar-fallback{
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
  }
  body.single-post .rx-single-body blockquote,
  body .rx-page-content--plain blockquote,
  .rx-single-body blockquote{
    padding:21px 16px 17px 62px!important;
  }
  body.single-post .rx-single-body blockquote::before,
  body .rx-page-content--plain blockquote::before,
  .rx-single-body blockquote::before{
    top:15px!important;
    left:14px!important;
    width:36px!important;
    height:36px!important;
    font-size:36px!important;
  }
}



/* -------------------------------------------------------------------------
   RunnerX v6.0.84: final detail, upload, calendar and overlay consistency
   ------------------------------------------------------------------------- */

/* The profile edit action in the typed user hovercard is a plain action, not
   a second framed primary button. */
#rxTypedHovercard .rx-hover-edit,
.rx-global-hovercard .rx-hover-edit{
  min-width:0!important;
  min-height:36px!important;
  padding:7px 9px!important;
  border:0!important;
  border-radius:9px!important;
  background:transparent!important;
  color:var(--rx-link,#1d9bf0)!important;
  box-shadow:none!important;
}
#rxTypedHovercard .rx-hover-edit:hover,
#rxTypedHovercard .rx-hover-edit:focus-visible,
.rx-global-hovercard .rx-hover-edit:hover,
.rx-global-hovercard .rx-hover-edit:focus-visible{
  border:0!important;
  background:var(--rx-hover,#f2f5f7)!important;
  color:var(--rx-link,#1d9bf0)!important;
  box-shadow:none!important;
}

/* Lauftreff cover/logo: reserve exactly the uncovered lower half of the logo
   so it visibly overlaps the cover instead of being clipped at its edge. */
body.single-runnerx_lauftreff .rx-single-shell,
body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff,
body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff > .rx-lauftreff-media-with-logo{
  overflow:visible!important;
}
body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff{
  position:relative!important;
  z-index:2!important;
  padding-bottom:56px!important;
}
body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff > .rx-lauftreff-media-with-logo{
  display:block!important;
  position:relative!important;
  margin:0!important;
}
body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff .rx-lauftreff-logo-overlay{
  position:absolute!important;
  left:28px!important;
  bottom:-56px!important;
  z-index:30!important;
  width:112px!important;
  height:112px!important;
  min-width:112px!important;
  clip-path:none!important;
  transform:none!important;
  overflow:hidden!important;
}
body.single-runnerx_lauftreff .rx-lauftreff-profile-title{
  position:relative!important;
  z-index:1!important;
  padding-top:25px!important;
}

/* Start-number descriptions have the same readable inset and vertical rhythm
   as Event, Lauftreff and run descriptions, even inside the sale wrapper. */
body.single-runnerx_startnummer .rx-startnumber-sale > .rx-startnumber-description.rx-single-panel,
body.single-runnerx_startnummer .rx-startnumber-description.rx-description-panel--plain{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:var(--rx-detail-pad-y,24px) var(--rx-detail-pad-x,28px)!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body.single-runnerx_startnummer .rx-startnumber-description__content{
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  font-size:16px!important;
  line-height:1.65!important;
}
body.single-runnerx_startnummer .rx-startnumber-description__content > :first-child{margin-top:0!important}
body.single-runnerx_startnummer .rx-startnumber-description__content > :last-child{margin-bottom:0!important}

/* Tags now render as a heading-free detail row. */
body .rx-main .rx-content-tags-section{
  width:100%!important;
  margin:0!important;
  padding:20px var(--rx-detail-pad-x,28px)!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-content-tags-section .rx-content-tags{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

/* Canonical calendar alignment: month, day and year share the same full-width
   grid column. This fixes event-picker cards and their modal results as well. */
html body .rx-css-calendar > .rx-cal-month,
html body .rx-css-calendar > small.rx-cal-month,
html body .rx-css-calendar > b,
html body .rx-css-calendar > .rx-cal-year,
html body .rx-css-calendar > small.rx-cal-year{
  grid-column:1/-1!important;
  justify-self:stretch!important;
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  text-align:center!important;
  text-indent:0!important;
  transform:none!important;
  box-sizing:border-box!important;
}
html body .rx-css-calendar > .rx-cal-year,
html body .rx-css-calendar > small.rx-cal-year{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:stretch!important;
  height:var(--rx-cal-year-h,18px)!important;
  min-height:var(--rx-cal-year-h,18px)!important;
  line-height:1!important;
}

/* Upload header/icon and copy are centered on one baseline. Primary upload
   controls always preserve their readable white label and icon. */
body .rx-main .rx-upload-box > .rx-upload-icon,
body .rx-main .rx-form-upload > .rx-upload-icon,
body .rx-main .rx-upload-box > .rx-upload-copy,
body .rx-main .rx-form-upload > .rx-upload-copy{
  align-self:center!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon,
body .rx-main .rx-form-upload > .rx-upload-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon i,
body .rx-main .rx-form-upload > .rx-upload-icon i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  line-height:1!important;
}
body .rx-main .rx-upload-actions .rx-upload-btn,
body .rx-main label.rx-upload-btn{
  background:var(--rx-primary,#071a3d)!important;
  border-color:var(--rx-primary,#071a3d)!important;
  color:#fff!important;
}
body .rx-main .rx-upload-actions .rx-upload-btn > i,
body .rx-main .rx-upload-actions .rx-upload-btn > span,
body .rx-main label.rx-upload-btn > i,
body .rx-main label.rx-upload-btn > span{
  color:#fff!important;
  opacity:1!important;
  -webkit-text-fill-color:#fff!important;
}

/* Modal roots sit above the mobile app bar/search layer. Dialogs are one
   level higher than their backdrops; global popovers stay below them. */
.rx-modal-backdrop,
.rx-create-modal-backdrop,
.rx-mobile-create-backdrop,
.rx-media-modal,
.rx-image-library-modal,
.rx-user-tagger-modal,
.rx-event-picker-modal,
.rx-cookie-modal,
.rx-contact-modal,
.rx-filter-modal-backdrop,
.rx-dialog-backdrop,
.rx-offcanvas-backdrop{
  z-index:2147483644!important;
  isolation:isolate!important;
}
.rx-create-modal,
.rx-mobile-create-sheet,
.rx-media-modal__dialog,
.rx-image-library-modal__dialog,
.rx-user-tagger-modal__dialog,
.rx-event-picker-modal__dialog,
.rx-cookie-modal__dialog,
.rx-contact-modal__dialog,
.rx-filter-modal,
.rx-dialog,
.rx-offcanvas,
.rx-ui-offcanvas{
  z-index:2147483646!important;
}
@media (max-width:1100px), (hover:none) and (pointer:coarse){
  .rx-mobile-header{z-index:2147481000!important}
  .rx-mobile-search-sheet{z-index:2147482000!important}
  .rx-mobile-search-sheet .rx-live-search-panel{z-index:2147482100!important}
}

/* The lightbox canvas moves in the navigation direction. */
.rx-media-modal.is-slide-next .rx-media-modal__canvas{
  animation:rx-lightbox-slide-next .30s cubic-bezier(.22,.61,.36,1) both!important;
}
.rx-media-modal.is-slide-prev .rx-media-modal__canvas{
  animation:rx-lightbox-slide-prev .30s cubic-bezier(.22,.61,.36,1) both!important;
}
@keyframes rx-lightbox-slide-next{
  from{opacity:.2;transform:translate3d(48px,0,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes rx-lightbox-slide-prev{
  from{opacity:.2;transform:translate3d(-48px,0,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@media(prefers-reduced-motion:reduce){
  .rx-media-modal.is-slide-next .rx-media-modal__canvas,
  .rx-media-modal.is-slide-prev .rx-media-modal__canvas{animation:none!important}
}

/* Public detail section containers use one flat, edge-aligned platform frame;
   rounded cards remain reserved for the information tiles inside them. */
body.single .rx-main .rx-single-panel,
body.single .rx-main .rx-content-section,
body.single .rx-main .rx-event-map-panel,
body.single .rx-main .rx-event-links-panel,
body.single .rx-main .rx-organizer-panel,
body.single .rx-main .rx-social-panel,
body.single .rx-main .rx-gallery-panel,
body.single .rx-main .rx-lauftreff-training-panel{
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

@media(max-width:760px){
  body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff{
    padding-bottom:48px!important;
  }
  body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff .rx-lauftreff-logo-overlay{
    left:18px!important;
    bottom:-48px!important;
    width:96px!important;
    height:96px!important;
    min-width:96px!important;
  }
  body.single-runnerx_lauftreff .rx-lauftreff-profile-title{padding-top:20px!important}
  body .rx-main .rx-content-tags-section{padding:18px var(--rx-detail-pad-x,18px)!important}
  body.single-runnerx_startnummer .rx-startnumber-sale > .rx-startnumber-description.rx-single-panel,
  body.single-runnerx_startnummer .rx-startnumber-description.rx-description-panel--plain{
    padding:var(--rx-detail-pad-y,20px) var(--rx-detail-pad-x,18px)!important;
  }
}

/* -------------------------------------------------------------------------
   RunnerX v6.0.85: final responsive detail, upload, tag and layer system
   ------------------------------------------------------------------------- */

/* The Lauftreff logo is now a sibling of the cover. This avoids every
   overflow/stacking context that previously clipped its lower half. */
body.single-runnerx_lauftreff .rx-single-shell,
body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff{
  overflow:visible!important;
}
body.single-runnerx_lauftreff .rx-single-shell > .rx-single-media-wrap--lauftreff{
  position:relative!important;
  z-index:1!important;
  margin:0!important;
  padding:0!important;
}
body.single-runnerx_lauftreff .rx-single-media-wrap--lauftreff > .rx-lauftreff-media-with-logo{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.single-runnerx_lauftreff .rx-lauftreff-logo-stage{
  position:relative!important;
  z-index:20!important;
  width:100%!important;
  height:112px!important;
  margin:-56px 0 0!important;
  padding:0!important;
  overflow:visible!important;
  pointer-events:none!important;
  background:linear-gradient(to bottom,transparent 0 50%,#fff 50% 100%)!important;
}
body.single-runnerx_lauftreff .rx-lauftreff-logo-stage .rx-lauftreff-logo-overlay{
  position:absolute!important;
  top:0!important;
  bottom:auto!important;
  left:28px!important;
  z-index:2!important;
  width:112px!important;
  height:112px!important;
  min-width:112px!important;
  margin:0!important;
  transform:none!important;
  clip-path:none!important;
  overflow:hidden!important;
}
body.single-runnerx_lauftreff .rx-lauftreff-profile-title{
  margin:0!important;
  padding:25px var(--rx-detail-pad-x,28px) 18px!important;
  border:0!important;
  background:#fff!important;
}

/* Compact buttons and true optical centring for icon + label. */
body .rx-main .rx-btn:not(.rx-icon-btn),
body .rx-main a.rx-btn:not(.rx-icon-btn),
body .rx-main button.rx-btn:not(.rx-icon-btn){
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:10px!important;
  font-size:14px!important;
  line-height:1!important;
}
body .rx-main .rx-btn:not(.rx-icon-btn)>i,
body .rx-main .rx-btn:not(.rx-icon-btn)>span,
body .rx-main .rx-upload-btn>i,
body .rx-main .rx-upload-btn>span,
body .rx-main .rx-upload-library-btn>i,
body .rx-main .rx-upload-library-btn>span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  line-height:1!important;
}
body .rx-main .rx-upload-btn,
body .rx-main label.rx-upload-btn,
body .rx-main .rx-upload-library-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 14px!important;
  gap:8px!important;
  border-radius:10px!important;
  font-size:14px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-btn,
body .rx-main label.rx-upload-btn{
  color:#fff!important;
  background:var(--rx-primary,#071a3d)!important;
  border:1px solid var(--rx-primary,#071a3d)!important;
}
body .rx-main .rx-upload-btn *,
body .rx-main label.rx-upload-btn *{color:#fff!important;-webkit-text-fill-color:#fff!important}
body .rx-main .rx-upload-box,
body .rx-main .rx-profile-edit-page .rx-upload-box,
body .rx-main .rx-form-upload{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  grid-template-areas:"icon copy" "actions actions" "preview preview"!important;
  align-items:center!important;
  gap:13px 14px!important;
  min-width:0!important;
}
body .rx-main .rx-upload-box>.rx-upload-icon,
body .rx-main .rx-form-upload>.rx-upload-icon{
  grid-area:icon!important;
  align-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body .rx-main .rx-upload-box>.rx-upload-copy,
body .rx-main .rx-form-upload>.rx-upload-copy{grid-area:copy!important;align-self:center!important}
body .rx-main .rx-upload-box>.rx-upload-actions,
body .rx-main .rx-form-upload>.rx-upload-actions{
  grid-area:actions!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  width:100%!important;
  gap:9px!important;
  margin:0!important;
}
body .rx-main .rx-upload-box>.rx-upload-preview,
body .rx-main .rx-form-upload>.rx-upload-preview{grid-area:preview!important}

/* One flat detail-section rhythm on all public custom-content details. */
body.single .rx-main .rx-single-panel,
body.single .rx-main .rx-content-section,
body.single .rx-main .rx-run-gpx-panel,
body.single .rx-main .rx-content-tags-section{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body.single-runnerx_run .rx-run-single-extra{
  margin:0!important;
  padding:20px var(--rx-detail-pad-x,24px)!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
}
body.single-runnerx_run .rx-run-single-facts{margin:0!important}
body.single-runnerx_run .rx-run-gpx-panel{
  padding:0 0 22px!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
}
body.single-runnerx_run .rx-run-gpx-panel__head,
body.single-runnerx_run .rx-run-gpx-panel__head.rx-section-titlebar{
  padding:20px var(--rx-detail-pad-x,24px) 12px!important;
  border:0!important;
}
body.single-runnerx_run .rx-run-gpx-panel .rx-gpx-visuals{
  gap:18px!important;
  padding:0 var(--rx-detail-pad-x,24px)!important;
}
body.single-runnerx_run .rx-run-gpx-panel .rx-gpx-visuals>section{
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.single-runnerx_run .rx-run-gpx-panel .rx-gpx-visuals>section+section{
  padding-top:18px!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
}
body.single-runnerx_run .rx-gpx-subtitle,
body.single-runnerx_run .rx-content-subheading.rx-gpx-subtitle{
  margin:0 0 10px!important;
  min-height:32px!important;
}
body.single-runnerx_run .rx-gpx-subtitle .rx-subsection-title-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  border-radius:9px!important;
  background:var(--rx-soft-bg,#eef3f6)!important;
  color:var(--rx-primary,#08162f)!important;
}
body.single-runnerx_run .rx-gpx-subtitle .rx-subsection-title-icon i{font-size:16px!important;line-height:1!important}
body.single-runnerx_run .rx-run-description-panel{
  /* The description starts a new section after the run facts. Its top rule
     belongs here; the GPX panel supplies the following divider itself. */
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-bottom:0!important;
}
body.single .rx-main .rx-description-panel .rx-single-body{
  margin:0!important;
  padding:22px var(--rx-detail-pad-x,24px)!important;
}
body.single .rx-main .rx-content-tags-section{
  padding:20px var(--rx-detail-pad-x,24px) 22px!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
}
body.single .rx-main .rx-content-tags-section .rx-content-tags{
  margin:0!important;
  padding:0!important;
}
body.single-post .rx-content-tags-heading{
  display:block!important;
  margin:0 0 12px!important;
  padding:0!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
body.single-post .rx-content-tags-heading::before{content:none!important;display:none!important}

/* Glossary headings remain plain editorial headings, without platform icons. */
body.single-runnerx_glossary .rx-glossary-detail-box h2,
body.single-runnerx_glossary .rx-glossary-content h2,
body.single-runnerx_glossary .rx-glossary-content h3{
  display:block!important;
  padding-left:0!important;
}
body.single-runnerx_glossary .rx-glossary-detail-box h2::before,
body.single-runnerx_glossary .rx-glossary-content h2::before,
body.single-runnerx_glossary .rx-glossary-content h3::before{
  content:none!important;
  display:none!important;
}

/* AJAX tag composer: searchable existing tags plus Enter-to-create chips. */
body .rx-main .rx-tag-field{position:relative!important;display:block!important;min-width:0!important}
body .rx-main .rx-tag-field__label{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 7px!important;
  font-weight:900!important;
}
body .rx-main .rx-tag-composer-control{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  width:100%!important;
  min-height:50px!important;
  padding:8px 10px!important;
  border:1px solid var(--rx-border-2,#cfd9e3)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-tag-field:focus-within .rx-tag-composer-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:0 0 0 1px var(--rx-accent,#93e547)!important;
}
body .rx-main .rx-tag-chip-list{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important}
body .rx-main .rx-tag-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:32px!important;
  padding:0 6px 0 11px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 28%,var(--rx-border,#dbe5ef))!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:850!important;
}
body .rx-main .rx-tag-chip>span{display:inline!important;margin:0!important;color:inherit!important}
body .rx-main .rx-tag-chip button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:24px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:var(--rx-muted,#536471)!important;
  cursor:pointer!important;
}
body .rx-main .rx-tag-chip button:hover{background:rgba(15,20,25,.08)!important;color:var(--rx-text,#0f1419)!important}
body .rx-main .rx-tag-composer-input{
  display:flex!important;
  align-items:center!important;
  flex:1 1 190px!important;
  min-width:150px!important;
  margin:0!important;
  gap:2px!important;
}
body .rx-main .rx-tag-composer-input>span{
  display:inline!important;
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:900!important;
}
body .rx-main .rx-tag-composer-input input{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:90px!important;
  height:32px!important;
  margin:0!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:0!important;
}
body .rx-main .rx-tag-ajax-results{
  position:absolute!important;
  top:calc(100% - 2px)!important;
  left:0!important;
  right:0!important;
  z-index:2147482000!important;
  display:grid!important;
  gap:2px!important;
  max-height:280px!important;
  margin:4px 0 0!important;
  padding:7px!important;
  overflow:auto!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(15,20,25,.16)!important;
}
body .rx-main .rx-tag-ajax-results[hidden]{display:none!important}
body .rx-main .rx-tag-ajax-result{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  min-height:42px!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  text-align:left!important;
  cursor:pointer!important;
}
body .rx-main .rx-tag-ajax-result:hover,
body .rx-main .rx-tag-ajax-result:focus-visible{background:var(--rx-hover,#f2f5f7)!important}
body .rx-main .rx-tag-ajax-result span{margin:0!important;font-weight:900!important;color:inherit!important}
body .rx-main .rx-tag-ajax-result small{color:var(--rx-muted,#536471)!important;font-weight:700!important}
body .rx-main .rx-tag-field>.rx-form-help{display:block!important;margin:7px 0 0!important}

/* Offcanvas and mobile drawers are portalled to body by JS and always sit
   above the app header while remaining below true modal dialogs. */
body>.rx-mobile-drawer-backdrop,
body>.rx-sidebar-offcanvas-backdrop,
body>.rx-offcanvas-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:2147483636!important;
  isolation:isolate!important;
}
body>.rx-mobile-drawer,
body>.rx-sidebar-offcanvas,
body>.rx-notification-panel,
body>.rx-ui-offcanvas,
body>.rx-offcanvas{
  position:fixed!important;
  z-index:2147483638!important;
  isolation:isolate!important;
  transform-style:flat!important;
}

@media(max-width:760px){
  body.single-runnerx_lauftreff .rx-lauftreff-logo-stage{
    height:96px!important;
    margin-top:-48px!important;
  }
  body.single-runnerx_lauftreff .rx-lauftreff-logo-stage .rx-lauftreff-logo-overlay{
    left:18px!important;
    width:96px!important;
    height:96px!important;
    min-width:96px!important;
  }
  body.single-runnerx_lauftreff .rx-lauftreff-profile-title{
    padding:20px var(--rx-detail-pad-x,18px) 16px!important;
  }
  body .rx-main .rx-upload-box,
  body .rx-main .rx-profile-edit-page .rx-upload-box,
  body .rx-main .rx-form-upload{
    grid-template-columns:44px minmax(0,1fr)!important;
    grid-template-areas:"icon copy" "actions actions" "preview preview"!important;
    padding:14px!important;
  }
  body .rx-main .rx-upload-box>.rx-upload-actions,
  body .rx-main .rx-form-upload>.rx-upload-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
  }
  body .rx-main .rx-upload-actions>.rx-upload-btn,
  body .rx-main .rx-upload-actions>.rx-upload-library-btn,
  body .rx-main .rx-upload-actions>label,
  body .rx-main .rx-upload-actions>button{
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  body.single-runnerx_run .rx-run-single-extra{padding:16px var(--rx-detail-pad-x,16px)!important}
  body.single-runnerx_run .rx-run-gpx-panel__head,
  body.single-runnerx_run .rx-run-gpx-panel__head.rx-section-titlebar{padding:18px var(--rx-detail-pad-x,16px) 10px!important}
  body.single-runnerx_run .rx-run-gpx-panel .rx-gpx-visuals{padding:0 var(--rx-detail-pad-x,16px)!important}
  body.single .rx-main .rx-description-panel .rx-single-body{padding:19px var(--rx-detail-pad-x,16px)!important}
  body.single .rx-main .rx-content-tags-section{padding:17px var(--rx-detail-pad-x,16px) 20px!important}
  body .rx-main .rx-tag-composer-input{flex-basis:140px!important;min-width:120px!important}
}

/* Runners Community 6.0.109 – Rechtstexte und Hilfe */
.rx-legal-page .rx-page-context-band,.rx-help-page .rx-page-context-band{margin-bottom:18px}
.rx-legal-content{padding:24px!important;display:block!important}
.rx-legal-content h2{margin:26px 0 8px;font-size:22px;line-height:1.2;font-weight:950;color:var(--rx-primary,#07101d)}
.rx-legal-content h2:first-child{margin-top:0}
.rx-legal-content p{margin:0 0 14px;line-height:1.65;color:var(--rx-text,#07101d)}
.rx-legal-content a{color:var(--rx-link,#1d9bf0);font-weight:850}
@media(max-width:700px){.rx-legal-content{padding:18px!important}.rx-legal-content h2{font-size:20px}}

/* === runnerx-enhancements.css === */
/* RunnerX 6.0.91 – globale Interaktions-, Upload-, Chat- und Editor-Erweiterungen. */

*{-webkit-tap-highlight-color:transparent}
:where([role="tooltip"],.tooltip,.runnerx-tooltip,.rx-tooltip,.tippy-box,.tippy-popper,.ui-tooltip){z-index:2147483647!important}

/* --------------------------------------------------------------------------
   Globale Token-Auswahl (Tags, Nutzer und zukünftige AJAX-Entitäten)
   -------------------------------------------------------------------------- */
body .rx-main .rx-token-field{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  min-width:0;
}
body .rx-main .rx-token-field__label{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:28px;
  font-weight:800;
  color:var(--rx-text,#0f1419);
}
body .rx-main .rx-token-field__label>i{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  border-radius:9px;
  background:var(--rx-hover,#f2f5f7);
  color:var(--rx-text,#0f1419);
}
body .rx-main .rx-token-search-wrap{position:relative;min-width:0;width:100%;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}
body .rx-main .rx-token-search{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  width:100%;
  padding:0 14px;
  border:1px solid var(--rx-border,#dce5eb);
  border-radius:12px;
  background:var(--rx-surface,#fff);
  color:var(--rx-muted,#536471);
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
body .rx-main .rx-token-search:focus-within{
  border-color:var(--rx-accent,#7ee338);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#7ee338) 16%,transparent);
  background:#fff;
}
body .rx-main .rx-token-search>i{font-size:18px;flex:0 0 auto}
body .rx-main .rx-token-search input{
  width:100%;
  min-width:0;
  height:48px;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:var(--rx-text,#0f1419)!important;
  font:inherit;
  font-weight:600;
}
body .rx-main .rx-token-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-height:0;
}
body .rx-main .rx-token-pills:empty{display:none}
body .rx-main .rx-token-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  max-width:100%;
  min-height:36px;
  padding:5px 7px 5px 12px;
  border:1px solid color-mix(in srgb,var(--rx-accent,#7ee338) 42%,var(--rx-border,#dce5eb));
  border-radius:999px;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 10%,#fff);
  color:var(--rx-text,#0f1419);
  font-weight:800;
}
body .rx-main .rx-token-pill>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body .rx-main .rx-token-pill button{
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 26px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--rx-muted,#536471);
  cursor:pointer;
}
body .rx-main .rx-token-pill button:hover,
body .rx-main .rx-token-pill button:focus-visible{background:rgba(15,20,25,.08);color:var(--rx-text,#0f1419)}
body .rx-main .rx-token-results{
  position:absolute;
  z-index:10030;
  top:calc(100% + 6px);
  left:0;
  right:0;
  max-height:300px;
  overflow:auto;
  padding:7px;
  border:1px solid var(--rx-border,#dce5eb);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,20,25,.16);
}
body .rx-main .rx-token-results[hidden]{display:none!important}
body .rx-main .rx-token-result{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:8px 10px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:var(--rx-text,#0f1419);
  text-align:left;
  cursor:pointer;
}
body .rx-main .rx-token-result:hover,
body .rx-main .rx-token-result:focus-visible{background:var(--rx-hover,#f2f5f7)}
body .rx-main .rx-token-result__prefix{
  width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;
  border-radius:10px;background:color-mix(in srgb,var(--rx-accent,#7ee338) 12%,#fff);color:var(--rx-accent,#65c52c);font-size:18px;font-weight:900;
}
body .rx-main .rx-token-result img{width:36px;height:36px;object-fit:cover;border-radius:50%;flex:0 0 36px}
body .rx-main .rx-token-result__copy{display:flex;flex-direction:column;min-width:0}
body .rx-main .rx-token-result__copy strong,
body .rx-main .rx-token-result__copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body .rx-main .rx-token-result__copy small{color:var(--rx-muted,#536471);font-weight:600}
body .rx-main .rx-token-result.is-create .rx-token-result__prefix{background:var(--rx-text,#0f1419);color:#fff}

/* Alte Composer-Regeln dürfen das neue globale Steuerelement nicht beeinflussen. */
body .rx-main .rx-token-field .rx-form-help{margin:0;color:var(--rx-muted,#536471)}

/* --------------------------------------------------------------------------
   Mobiles Menü / Top-Layer
   -------------------------------------------------------------------------- */
body .rx-mobile-drawer-backdrop{
  background:rgba(15,20,25,.36)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  z-index:2147483400!important;
}
body .rx-mobile-drawer{
  z-index:2147483500!important;
  background:#fff!important;
  opacity:1!important;
  filter:none!important;
  box-shadow:12px 0 34px rgba(15,20,25,.14)!important;
}
body .rx-mobile-drawer-head-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
body .rx-mobile-drawer-head-actions .rx-icon-btn{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:1px solid var(--rx-border,#dce5eb)!important;
  border-radius:12px!important;
  background:var(--rx-hover,#f2f5f7)!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
}
body .rx-mobile-drawer-head-actions .rx-icon-btn:hover,
body .rx-mobile-drawer-head-actions .rx-icon-btn:focus-visible{background:color-mix(in srgb,var(--rx-accent,#7ee338) 10%,#fff)!important;border-color:color-mix(in srgb,var(--rx-accent,#7ee338) 35%,var(--rx-border,#dce5eb))!important}
body .rx-mobile-search-sheet,
body .rx-offcanvas,
body .rx-ui-offcanvas,
body .rx-sidebar-offcanvas,
body .rx-notification-panel{z-index:2147483620!important}
body .rx-offcanvas-backdrop,
body .rx-sidebar-offcanvas-backdrop{z-index:2147483610!important}
body.rx-mobile-menu-open{overflow:hidden!important}

/* --------------------------------------------------------------------------
   Uploadfelder: feste Reihenfolge und echte responsive Breite
   -------------------------------------------------------------------------- */
body .rx-main .rx-upload-box{
  min-width:0!important;
}
body .rx-main .rx-upload-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  min-width:0!important;
}
body .rx-main .rx-upload-actions>.rx-upload-btn{order:1!important}
body .rx-main .rx-upload-actions>.rx-upload-library-btn{order:2!important}
body .rx-main .rx-upload-btn,
body .rx-main .rx-upload-library-btn{
  min-height:42px!important;
  height:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:9px 15px!important;
  line-height:1.15!important;
  text-align:center!important;
  white-space:normal!important;
}
body .rx-main .rx-upload-btn>i,
body .rx-main .rx-upload-library-btn>i{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;flex:0 0 auto!important}
body .rx-main .rx-upload-btn>span,
body .rx-main .rx-upload-library-btn>span{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1.15!important}
@media(max-width:760px){
  body .rx-main .rx-upload-box{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:10px 12px!important;padding:14px!important}
  body .rx-main .rx-upload-icon{grid-column:1!important;grid-row:1!important}
  body .rx-main .rx-upload-copy{grid-column:2!important;grid-row:1!important;min-width:0!important}
  body .rx-main .rx-upload-actions{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    flex-wrap:nowrap!important;
  }
  body .rx-main .rx-upload-actions>*{
    width:100%!important;
    max-width:none!important;
    flex:0 0 auto!important;
    margin:0!important;
  }
  body .rx-main .rx-upload-preview{grid-column:1/-1!important;grid-row:3!important;width:100%!important}
}

/* --------------------------------------------------------------------------
   Lokaler Emoji-Picker
   -------------------------------------------------------------------------- */
.rx-emoji-picker{
  position:fixed;
  z-index:2147483646;
  width:min(390px,calc(100vw - 24px));
  max-height:min(520px,calc(100vh - 28px));
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--rx-border,#dce5eb);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 70px rgba(15,20,25,.24);
  color:var(--rx-text,#0f1419);
}
.rx-emoji-picker[hidden]{display:none!important}
.rx-emoji-picker__head{display:flex;align-items:center;gap:8px;padding:11px;border-bottom:1px solid var(--rx-border,#dce5eb)}
.rx-emoji-picker__search{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:0 11px;border:1px solid var(--rx-border,#dce5eb);border-radius:11px;background:var(--rx-hover,#f2f5f7)}
.rx-emoji-picker__search i{color:var(--rx-muted,#536471)}
.rx-emoji-picker__search input{width:100%;height:40px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font:inherit;color:var(--rx-text,#0f1419)}
.rx-emoji-picker__close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rx-border,#dce5eb);border-radius:11px;background:#fff;cursor:pointer}
.rx-emoji-picker__tabs{display:flex;align-items:center;gap:2px;overflow-x:auto;padding:7px 8px;border-bottom:1px solid var(--rx-border,#dce5eb);scrollbar-width:none}
.rx-emoji-picker__tabs::-webkit-scrollbar{display:none}
.rx-emoji-picker__tab{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;border:0;border-radius:10px;background:transparent;font-size:19px;cursor:pointer}
.rx-emoji-picker__tab:hover,.rx-emoji-picker__tab.is-active{background:color-mix(in srgb,var(--rx-accent,#7ee338) 13%,#fff)}
.rx-emoji-picker__category-label{padding:10px 13px 4px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:var(--rx-muted,#536471)}
.rx-emoji-picker__body{overflow:auto;padding:4px 8px 12px;min-height:0;flex:1 1 auto}
.rx-emoji-picker__grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:3px}
.rx-emoji-picker__emoji{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:transparent;font-size:25px;line-height:1;cursor:pointer;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}
.rx-emoji-picker__emoji:hover,.rx-emoji-picker__emoji:focus-visible{background:var(--rx-hover,#f2f5f7);transform:scale(1.08)}
.rx-emoji-picker__empty{padding:28px 12px;text-align:center;color:var(--rx-muted,#536471)}
@media(max-width:600px){
  .rx-emoji-picker{left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-height:min(62vh,520px);border-radius:18px 18px 0 0;border-left:0;border-right:0;border-bottom:0}
  .rx-emoji-picker__grid{grid-template-columns:repeat(7,minmax(0,1fr))}
}

/* --------------------------------------------------------------------------
   Artikel-Editor
   -------------------------------------------------------------------------- */
body .rx-main .rx-wysiwyg-area,
body .rx-main .rx-wysiwyg-area *{font-weight:400}
body .rx-main .rx-wysiwyg-area strong,
body .rx-main .rx-wysiwyg-area b{font-weight:800}
body .rx-main .rx-wysiwyg-area{min-height:260px;line-height:1.65}
body .rx-main .rx-wysiwyg-area ol,
body .rx-main .rx-wysiwyg-area ul{padding-left:1.55rem;margin:1em 0}
body .rx-main .rx-wysiwyg-area p{min-height:1.45em}
body .rx-main .rx-editor-image-wrap{
  position:relative;
  display:block;
  width:100%;
  max-width:100%;
  margin:18px 0;
  clear:both;
}
body .rx-main .rx-editor-image-wrap img{display:block;max-width:100%;height:auto;margin:0 auto}
body .rx-main .rx-editor-image-wrap.align-left{width:auto;max-width:48%;float:left;margin:8px 18px 12px 0}
body .rx-main .rx-editor-image-wrap.align-right{width:auto;max-width:48%;float:right;margin:8px 0 12px 18px}
body .rx-main .rx-editor-image-wrap.align-center{width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}
body .rx-main .rx-editor-image-wrap.align-wide{width:100%}
body .rx-main .rx-editor-image-wrap figcaption{padding:8px 2px 0;color:var(--rx-muted,#536471);font-size:.9rem;text-align:center}
body .rx-main .rx-editor-image-wrap figcaption:empty{display:none}
body .rx-main .rx-editor-image-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px;z-index:2}
body .rx-main .rx-editor-image-actions button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:10px;background:rgba(15,20,25,.78);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.18);cursor:pointer}
body .rx-main .rx-editor-image-loading{min-height:170px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed var(--rx-border,#dce5eb);border-radius:12px;background:var(--rx-hover,#f2f5f7);font-weight:700!important;color:var(--rx-muted,#536471)}
.rx-editor-dialog-backdrop{position:fixed;inset:0;z-index:2147483644;background:rgba(15,20,25,.36);display:flex;align-items:center;justify-content:center;padding:16px}
.rx-editor-dialog-backdrop[hidden]{display:none!important}
.rx-editor-dialog{width:min(560px,100%);max-height:min(720px,calc(100vh - 32px));overflow:auto;border:1px solid var(--rx-border,#dce5eb);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,20,25,.25)}
.rx-editor-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--rx-border,#dce5eb)}
.rx-editor-dialog__head h2{margin:0!important;font-size:1.2rem!important}
.rx-editor-dialog__close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rx-border,#dce5eb);border-radius:11px;background:var(--rx-hover,#f2f5f7);cursor:pointer}
.rx-editor-dialog__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:18px}
.rx-editor-dialog__body label{display:flex;flex-direction:column;gap:6px;font-weight:800}
.rx-editor-dialog__body label.is-full{grid-column:1/-1}
.rx-editor-dialog__body input,.rx-editor-dialog__body select{width:100%;min-height:46px;padding:0 12px;border:1px solid var(--rx-border,#dce5eb);border-radius:10px;background:#fff;font:inherit}
.rx-editor-dialog__body .rx-editor-check{flex-direction:row;align-items:center;font-weight:700}
.rx-editor-dialog__body .rx-editor-check input{width:20px;min-height:20px}
.rx-editor-dialog__actions{display:flex;justify-content:flex-end;gap:9px;padding:14px 18px;border-top:1px solid var(--rx-border,#dce5eb)}
@media(max-width:580px){.rx-editor-dialog__body{grid-template-columns:1fr}.rx-editor-dialog__body label{grid-column:1!important}}
.rx-rich-suggest{position:fixed;z-index:2147483645;width:min(360px,calc(100vw - 24px));max-height:280px;overflow:auto;padding:6px;border:1px solid var(--rx-border,#dce5eb);border-radius:13px;background:#fff;box-shadow:0 16px 42px rgba(15,20,25,.2)}
.rx-rich-suggest[hidden]{display:none!important}
.rx-rich-suggest button{width:100%;display:flex;align-items:center;gap:10px;padding:8px;border:0;border-radius:9px;background:transparent;text-align:left;cursor:pointer}
.rx-rich-suggest button:hover{background:var(--rx-hover,#f2f5f7)}
.rx-rich-suggest img{width:34px;height:34px;border-radius:50%;object-fit:cover}
.rx-rich-suggest .rx-rich-suggest-prefix{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:color-mix(in srgb,var(--rx-accent,#7ee338) 12%,#fff);font-weight:900;color:var(--rx-accent,#65c52c)}
.rx-rich-suggest span{display:flex;flex-direction:column;min-width:0}.rx-rich-suggest small{color:var(--rx-muted,#536471)}

/* --------------------------------------------------------------------------
   Kommentare
   -------------------------------------------------------------------------- */
.rx-comment-counter,.rx-message-char-counter{font-size:12px;font-weight:700;color:var(--rx-muted,#536471);margin-right:auto;white-space:nowrap}
.rx-comment-counter.is-limit,.rx-message-char-counter.is-limit{color:#d93025}
.rx-reply-textarea{resize:none;overflow:hidden;min-height:52px;max-height:240px}
.rx-comment-card img{content-visibility:auto}

/* --------------------------------------------------------------------------
   Chat: Lesestatus, PDF, Tippen, Anhänge
   -------------------------------------------------------------------------- */
.rx-message-thread-user small.is-typing{color:var(--rx-accent,#65c52c);font-weight:800}
.rx-message-typing{display:flex;align-items:center;gap:5px;width:max-content;margin:5px 0 8px 48px;padding:10px 13px;border-radius:16px;background:var(--rx-hover,#f2f5f7)}
.rx-message-typing span{width:6px;height:6px;border-radius:50%;background:var(--rx-muted,#536471);animation:rxTyping 1.2s infinite ease-in-out}
.rx-message-typing span:nth-child(2){animation-delay:.15s}.rx-message-typing span:nth-child(3){animation-delay:.3s}
@keyframes rxTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.rx-message-seen{display:inline-flex;align-items:center;letter-spacing:-5px;color:var(--rx-muted,#536471)}
.rx-message-seen i{font-size:13px}.rx-message-seen.is-read{color:var(--rx-link,#1d9bf0)}
.rx-message-document{display:flex;align-items:center;gap:11px;min-width:min(300px,70vw);margin:7px 0 2px;padding:11px;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:12px;background:rgba(255,255,255,.13);color:inherit;text-decoration:none}
.rx-message-document:hover{background:rgba(255,255,255,.22)}
.rx-message-document__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:10px;background:rgba(255,255,255,.2);font-size:21px}
.rx-message-document__copy{display:flex;flex-direction:column;min-width:0}.rx-message-document__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rx-message-document__copy small{opacity:.8}
.rx-message-image img{display:block;max-width:min(440px,72vw);max-height:430px;object-fit:contain;border-radius:12px}
.rx-message-attachment-preview .rx-message-pending-file{display:flex;align-items:center;gap:10px;width:100%;padding:9px 11px;border:1px solid var(--rx-border,#dce5eb);border-radius:11px;background:var(--rx-hover,#f2f5f7)}
.rx-message-pending-file__icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#fff}
.rx-message-pending-file__copy{display:flex;flex-direction:column;min-width:0;flex:1}.rx-message-pending-file__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rx-message-pending-file__copy small{color:var(--rx-muted,#536471)}
.rx-message-pending-file button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:#fff;cursor:pointer}
.rx-message-compose-main{position:relative}.rx-message-char-counter{position:absolute;right:8px;bottom:-16px}
.rx-message-edited{opacity:.75}


/* ========================================================================== 
   RunnerX 6.0.91 – abschließende responsive und Editor-Korrekturen
   ========================================================================== */

/* Uploadaktionen auf Tablets und Smartphones immer vollbreit untereinander. */
@media (max-width:1024px), (hover:none) and (pointer:coarse) and (max-width:1180px){
  body .rx-upload-box,
  body .rx-main .rx-upload-box{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    align-items:start!important;
  }
  body .rx-upload-box>.rx-upload-actions,
  body .rx-main .rx-upload-box>.rx-upload-actions,
  body .rx-upload-actions{
    grid-column:1/-1!important;
    grid-row:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    align-items:stretch!important;
    justify-items:stretch!important;
    gap:8px!important;
    margin:0!important;
  }
  body .rx-upload-actions>.rx-upload-btn,
  body .rx-upload-actions>.rx-upload-library-btn,
  body .rx-main .rx-upload-actions>.rx-upload-btn,
  body .rx-main .rx-upload-actions>.rx-upload-library-btn{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    justify-self:stretch!important;
    box-sizing:border-box!important;
  }
  body .rx-upload-actions>.rx-upload-btn{grid-row:1!important;order:1!important}
  body .rx-upload-actions>.rx-upload-library-btn{grid-row:2!important;order:2!important}
  body .rx-upload-preview,
  body .rx-main .rx-upload-preview{grid-column:1/-1!important;width:100%!important}
}

/* Tokenfeld: genau ein Fokusrahmen und kompakte, sauber zentrierte Pills. */
body .rx-main .rx-token-field,
body .rx-main .rx-token-field:focus-within,
body .rx-main .rx-token-search-wrap,
body .rx-main .rx-token-search-wrap:focus-within{
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body .rx-main .rx-token-field .rx-token-search{
  box-sizing:border-box!important;
  outline:0!important;
  box-shadow:none!important;
}
body .rx-main .rx-token-field .rx-token-search:focus-within{
  border-color:var(--rx-accent,#7ee338)!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#7ee338) 16%,transparent)!important;
}
body .rx-main .rx-token-field .rx-token-search input,
body .rx-main .rx-token-field .rx-token-search input:focus,
body .rx-main .rx-token-field .rx-token-search input:focus-visible{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body .rx-main .rx-token-pills{gap:5px!important}
body .rx-main .rx-token-pill{
  min-height:26px!important;
  height:26px!important;
  gap:4px!important;
  padding:2px 3px 2px 9px!important;
  font-size:12px!important;
  line-height:1!important;
}
body .rx-main .rx-token-pill>span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:20px!important;
  margin:0!important;
  line-height:1!important;
  font-size:12px!important;
}
body .rx-main .rx-token-pill button{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  flex:0 0 20px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
body .rx-main .rx-token-pill button i{font-size:10px!important;line-height:1!important}

/* Editor startet garantiert in normaler Schrift. */
body .rx-main .rx-wysiwyg-area,
body .rx-main .rx-wysiwyg-area:focus{
  font-weight:400!important;
  font-style:normal!important;
}
body .rx-main .rx-wysiwyg-area>p:not(:has(strong)):not(:has(b)){
  font-weight:400!important;
}

/* Uploadplatzhalter des Artikeleditors mit echtem Fortschrittsbalken. */
body .rx-main .rx-editor-image-wrap.is-loading{width:100%!important;max-width:none!important}
body .rx-main .rx-editor-image-loading{
  min-height:150px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-content:center!important;
  align-items:center!important;
  gap:7px 12px!important;
  padding:20px!important;
  border-radius:12px!important;
  text-align:left!important;
}
body .rx-main .rx-editor-image-loading__icon{
  grid-column:1!important;
  grid-row:1/3!important;
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--rx-muted,#536471)!important;
}
body .rx-main .rx-editor-image-loading__copy{grid-column:2!important;display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}
body .rx-main .rx-editor-image-loading__copy strong{font-weight:850!important;color:var(--rx-text,#0f1419)!important}
body .rx-main .rx-editor-image-loading__copy small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--rx-muted,#536471)!important}
body .rx-main .rx-editor-upload-progress{
  grid-column:1/-1!important;
  width:100%!important;
  height:8px!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:100px!important;
  background:color-mix(in srgb,var(--rx-border,#dce5eb) 72%,#fff)!important;
}
body .rx-main .rx-editor-upload-progress>span{
  width:2%;height:100%;display:block!important;border-radius:100px!important;background:var(--rx-accent,#7ee338)!important;transition:width .12s linear!important;
}

/* Bild- und Zitatdialoge. */
.rx-editor-dialog__body textarea{
  width:100%;min-height:110px;padding:11px 12px;border:1px solid var(--rx-border,#dce5eb);border-radius:10px;background:#fff;font:inherit;resize:vertical;
}
.rx-editor-dialog__body label.is-disabled{opacity:.5}
.rx-editor-quote-preview-wrap{display:flex;flex-direction:column;gap:7px}
.rx-editor-quote-preview-wrap>span{font-weight:850;color:var(--rx-muted,#536471)}
body .rx-main .rx-wysiwyg-area blockquote,
.rx-editor-quote-preview{
  position:relative;
  margin:10px 0!important;
  padding:22px 22px 18px 60px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#7ee338) 34%,var(--rx-border,#dce5eb))!important;
  border-left:4px solid var(--rx-accent,#7ee338)!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 8%,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
}
body .rx-main .rx-wysiwyg-area blockquote:before,
.rx-editor-quote-preview:before{
  content:'“';position:absolute;left:18px;top:13px;font-size:42px;line-height:1;font-weight:900;color:var(--rx-accent,#7ee338);
}
body .rx-main .rx-wysiwyg-area blockquote p,
.rx-editor-quote-preview p{margin:0!important;min-height:0!important;font-size:18px!important;line-height:1.45!important;font-weight:750!important}
body .rx-main .rx-wysiwyg-area blockquote cite,
.rx-editor-quote-preview cite{display:block;margin-top:13px;font-size:14px;font-style:normal;font-weight:750;color:var(--rx-muted,#536471)}

/* Alle zehn lokalen Emoji-Kategorien sichtbar; mobil zweizeilig. */
.rx-emoji-picker__tabs{
  display:grid!important;
  grid-template-columns:repeat(10,minmax(0,1fr))!important;
  gap:2px!important;
  overflow:visible!important;
}
.rx-emoji-picker__tab{width:100%!important;min-width:0!important;flex:initial!important}
@media(max-width:600px){
  .rx-emoji-picker__tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:7px 9px!important}
  .rx-emoji-picker__tab{height:34px!important;font-size:18px!important}
}

/* Chat-Composer: Desktop und Mobilgerät nutzen dieselbe klare Vier-Spalten-Struktur. */
body.rx-messages-screen form.rx-message-compose,
body.rx-messages-screen .rx-messages-app form.rx-message-compose{
  display:grid!important;
  grid-template-columns:42px 42px minmax(0,1fr) 44px!important;
  grid-auto-flow:row!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))!important;
  box-sizing:border-box!important;
}
body.rx-messages-screen .rx-message-compose-tools{display:contents!important}
body.rx-messages-screen .rx-message-compose-tools>.rx-message-tool:nth-child(1){grid-column:1!important;grid-row:1!important}
body.rx-messages-screen .rx-message-compose-tools>.rx-message-tool:nth-child(2){grid-column:2!important;grid-row:1!important}
body.rx-messages-screen .rx-message-compose-main{
  grid-column:3!important;
  grid-row:1!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  position:relative!important;
}
body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  height:44px;
  max-height:150px!important;
  margin:0!important;
  padding:11px 42px 18px 13px!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
}
body.rx-messages-screen .rx-message-compose .rx-message-char-counter{right:10px!important;bottom:3px!important;margin:0!important;font-size:10px!important;line-height:1!important}
body.rx-messages-screen .rx-message-compose>.rx-message-send-btn{grid-column:4!important;grid-row:1!important;margin:0!important}
body.rx-messages-screen .rx-message-compose .rx-message-tool,
body.rx-messages-screen .rx-message-compose>.rx-message-send-btn{
  width:42px!important;height:42px!important;min-width:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;
}
body.rx-messages-screen .rx-message-attachment-preview:not([hidden]){margin:0 0 7px!important}
@media(max-width:600px){
  body.rx-messages-screen form.rx-message-compose,
  body.rx-messages-screen .rx-messages-app form.rx-message-compose{
    grid-template-columns:38px 38px minmax(0,1fr) 42px!important;
    gap:6px!important;
    padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))!important;
  }
  body.rx-messages-screen .rx-message-compose .rx-message-tool{width:38px!important;height:38px!important;min-width:38px!important}
  body.rx-messages-screen .rx-message-compose>.rx-message-send-btn{width:42px!important;height:42px!important;min-width:42px!important}
  body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]{min-height:42px!important;height:42px;padding-left:11px!important;padding-right:35px!important}
}

/* Auf Touchgeräten sind Nachrichtenoptionen immer sichtbar – auch bei eigenen Nachrichten. */
@media(max-width:900px),(hover:none),(pointer:coarse){
  body.rx-messages-screen .rx-message-bubble-row .rx-message-x-actions,
  body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-x-actions,
  body.rx-messages-screen .rx-message-bubble-row:not(.is-me) .rx-message-x-actions{
    display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  }
  body.rx-messages-screen .rx-message-bubble-row .rx-message-menu-toggle{display:inline-flex!important;opacity:1!important;visibility:visible!important}
}

/* Containerbasierte Absicherung: auch in schmalen Desktop-Spalten sauber stapeln. */
body .rx-upload-box{container-type:inline-size}
@container (max-width:560px){
  body .rx-upload-box>.rx-upload-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    align-items:stretch!important;
    justify-items:stretch!important;
    gap:8px!important;
  }
  body .rx-upload-box>.rx-upload-actions>.rx-upload-btn,
  body .rx-upload-box>.rx-upload-actions>.rx-upload-library-btn{
    grid-column:1!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  body .rx-upload-box>.rx-upload-actions>.rx-upload-btn{grid-row:1!important;order:1!important}
  body .rx-upload-box>.rx-upload-actions>.rx-upload-library-btn{grid-row:2!important;order:2!important}
}


/* Artikel-Auszug: nur das Textfeld besitzt einen Rahmen; der Zähler liegt
   innerhalb derselben visuellen Eingabefläche. */
body .rx-main .rx-article-excerpt-field{position:relative;min-width:0}
body .rx-main .rx-article-excerpt-control{
  position:relative!important;display:block!important;width:100%!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;
}
body .rx-main .rx-article-excerpt-field textarea{
  min-height:112px!important;padding:13px 14px 34px!important;line-height:1.45!important;resize:vertical!important;box-sizing:border-box!important;
}
body .rx-main .rx-article-excerpt-counter{
  position:absolute!important;right:12px!important;bottom:9px!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:48px!important;padding:2px 6px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:var(--rx-muted,#536471)!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;pointer-events:none!important;
}
body .rx-main .rx-article-excerpt-counter.is-limit{color:var(--rx-danger,#f4212e)!important}
body .rx-main .rx-article-excerpt-field>.rx-form-help{margin:0!important;color:var(--rx-muted,#536471)!important;font-weight:700!important;line-height:1.4!important}


/* -------------------------------------------------------------------------
   RunnerX 6.0.91: settings modal, editor state and one global radius system
   ------------------------------------------------------------------------- */

/* Mobile settings are a real top-level modal and can no longer be clipped by
   the drawer or hidden behind the mobile header. */
.rx-mobile-settings-modal{
  position:fixed!important;inset:0!important;z-index:2147483900!important;display:none!important;align-items:center!important;justify-content:center!important;padding:18px!important;box-sizing:border-box!important;
}
.rx-mobile-settings-modal.is-open{display:flex!important}
.rx-mobile-settings-modal__backdrop{position:absolute!important;inset:0!important;background:rgba(15,20,25,.45)!important;backdrop-filter:blur(2px)!important}
.rx-mobile-settings-modal__dialog{
  position:relative!important;z-index:1!important;width:min(460px,100%)!important;max-height:min(620px,calc(100dvh - 36px))!important;overflow:auto!important;border:1px solid var(--rx-border,#dce5eb)!important;border-radius:var(--rx-modal-radius,var(--rx-radius,8px))!important;background:#fff!important;box-shadow:0 24px 70px rgba(8,22,47,.24)!important;outline:0!important;
}
.rx-mobile-settings-modal__header{min-height:64px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:10px 14px!important;border-bottom:1px solid var(--rx-border,#dce5eb)!important;background:#fff!important;box-sizing:border-box!important}
.rx-mobile-settings-modal__header>div{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
.rx-mobile-settings-modal__header h2{margin:0!important;font-size:20px!important;line-height:1.2!important}
.rx-mobile-settings-modal__body{display:grid!important;gap:10px!important;padding:14px!important}
.rx-mobile-settings-option{width:100%!important;min-height:70px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 18px!important;align-items:center!important;gap:12px!important;margin:0!important;padding:12px!important;border:1px solid var(--rx-border,#dce5eb)!important;border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;background:#fff!important;color:var(--rx-text,#0f1419)!important;text-align:left!important;text-decoration:none!important;font:inherit!important;cursor:pointer!important;box-sizing:border-box!important}
.rx-mobile-settings-option:hover,.rx-mobile-settings-option:focus-visible{outline:0!important;border-color:color-mix(in srgb,var(--rx-accent,#7ee338) 55%,var(--rx-border,#dce5eb))!important;background:color-mix(in srgb,var(--rx-accent,#7ee338) 8%,#fff)!important}
.rx-mobile-settings-option__icon{width:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px))!important;background:color-mix(in srgb,var(--rx-accent,#7ee338) 14%,#fff)!important;color:var(--rx-primary,#08162f)!important;font-size:19px!important}
.rx-mobile-settings-option>span:nth-child(2){display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important}
.rx-mobile-settings-option strong{font-weight:900!important}.rx-mobile-settings-option small{color:var(--rx-muted,#536471)!important;line-height:1.35!important}
body.rx-mobile-settings-open{overflow:hidden!important}
@media(max-width:600px){.rx-mobile-settings-modal{padding:10px!important;align-items:flex-end!important}.rx-mobile-settings-modal__dialog{width:100%!important;max-height:calc(100dvh - 20px)!important}}

/* Buttons that trigger an action always communicate clickability. */
[data-mobile-settings-open],
[data-create-open],
[data-mobile-create-open],
.rx-topbar-create,
.rx-create-btn,
.rx-post-btn{cursor:pointer!important}

/* The toolbar never uses focus as formatting state. Active styling is driven
   only by the actual current selection/caret formatting. */
.rx-wysiwyg-toolbar button:focus:not(:focus-visible){outline:0!important;box-shadow:none!important}
.rx-wysiwyg-toolbar button.is-active,
.rx-wysiwyg-toolbar button[aria-pressed="true"]{background:var(--rx-primary,#08162f)!important;border-color:var(--rx-primary,#08162f)!important;color:#fff!important;box-shadow:none!important}
.rx-wysiwyg-toolbar [data-rx-wysiwyg-block] span{font-size:12px!important;font-weight:900!important;letter-spacing:-.02em!important}
.rx-wysiwyg-area h2{font-size:1.55em!important;line-height:1.22!important;margin:1.15em 0 .55em!important;font-weight:900!important}
.rx-wysiwyg-area h3{font-size:1.25em!important;line-height:1.28!important;margin:1em 0 .5em!important;font-weight:900!important}

/* Global radius tokens from the admin settings. Calendar pages and deliberate
   circular/pill controls retain their dedicated geometry. */
.rx-card,
.rx-feed-card,
.rx-form-card,
.rx-content-box,
.rx-section-card,
.rx-profile-detail-card,
.rx-single-panel,
.rx-info-tile,
.rx-event-list-item,
.rx-user-card,
.rx-hovercard,
.rx-tag-hovercard,
.rx-dashboard-box,
.rx-dashboard-kpis>div,
.rx-dashboard-nav,
.rx-dashboard-nav a,
.rx-dashboard-quicklinks>a,
.rx-dashboard-kpis--links>a,
.rx-map-location-summary,
.rx-map-overview-frame,
.rx-calendar-grid,
.rx-event-picker-card,
.rx-event-picker-selection,
.rx-upload-box,
.rx-upload-preview,
.rx-upload-placeholder,
.rx-editor-dialog,
.rx-editor-image-loading,
.rx-consent-placeholder,
.rx-filter-modal,
.rx-popover:not(.rx-token-results),
.rx-token-results,
.rx-tag-ajax-results,
.rx-rich-suggest,
.rx-emoji-picker,
.rx-share-popover,
.rx-post-menu,
.rx-message-menu,
.rx-message-conv,
.rx-message-document,
.rx-message-attachment-preview .rx-message-pending-file,
.rx-comment-media-item,
.rx-comment-youtube-preview,
.rx-notification-item,
.rx-mention-suggest,
.rx-user-tagger-modal__dialog,
.rx-event-picker-modal__dialog,
.rx-image-library-modal__dialog,
.rx-cookie-modal__dialog,
.rx-create-modal,
.rx-reply-modal,
.rx-notification-panel,
.rx-sidebar-offcanvas,
.rx-ui-offcanvas,
.rx-offcanvas{border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important}

.rx-btn:not(.rx-pill),
.rx-create-btn,
.rx-upload-btn,
.rx-upload-library-btn,
.rx-icon-btn:not(.rx-avatar):not(.rx-float-btn):not(.rx-radial-main),
.rx-tool-btn,
.rx-wysiwyg-toolbar button,
.rx-form-select,
.rx-global-control,
.rx-searchbox,
.rx-searchbox input,
.rx-filterbar-search-field,
.rx-filter-field input:not([type="checkbox"]):not([type="radio"]),
.rx-filter-field textarea,
.rx-filter-field select,
.rx-tabs-select,
.rx-emoji-picker__search,
.rx-emoji-picker__close,
.rx-editor-dialog__close,
.rx-field input:not([type="checkbox"]):not([type="radio"]),
.rx-field textarea,
.rx-field select,
.rx-message-compose textarea,
.rx-comment-edit-form textarea,
.rx-discussion-editor textarea,
.rx-editor-dialog input,
.rx-editor-dialog textarea,
.rx-editor-dialog select{border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important}

.rx-media-modal__dialog,
.rx-media-modal__canvas,
.rx-media-modal__image-stage,
.rx-media-modal__video,
.rx-media-modal__thumb,
.rx-gallery-grid figure,
.rx-gallery-grid a,
.rx-upload-item,
.rx-upload-item img,
.rx-upload-item .rx-thumb,
.rx-upload-placeholder-icon,
.rx-image-library-item,
.rx-image-library-item img,
.rx-comment-image,
.rx-comment-media-item img,
.rx-message-image img,
.rx-editor-image-wrap,
.rx-editor-image-media,
.rx-editor-image-media img{border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important}

.rx-section-title-icon,
.rx-title-icon,
.rx-map-location-summary__icon,
.rx-mobile-settings-option__icon{border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px))!important}

/* Keep semantic pills/circles circular regardless of the card radius. */
.rx-pill,.rx-token-pill,.rx-type-badge,.rx-status-pill,.rx-tag,.rx-hashtag,
.rx-settings-toggle,.rx-avatar,.rx-avatar img,.rx-upload-remove,.rx-float-btn,
.rx-radial-main,.rx-radial-item{border-radius:999px!important}
.rx-tooltip{border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important}

/* Distance values in all public create/filter forms are visually identical. */
[data-rx-decimal-places="2"]{font-variant-numeric:tabular-nums!important}


/* Final form-layer guards: exactly one visible tag input border. */
body .rx-main .rx-token-search-wrap,
body .rx-main .rx-token-search-wrap:focus-within{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body .rx-main .rx-token-field .rx-token-search input[type="search"],
body .rx-main .rx-token-field .rx-token-search input[type="search"]:focus,
body .rx-main .rx-token-field .rx-token-search input[type="search"]:focus-visible{
  -webkit-appearance:none!important;
  appearance:none!important;
  height:48px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body .rx-main .rx-token-field .rx-token-search input[type="search"]::-webkit-search-decoration,
body .rx-main .rx-token-field .rx-token-search input[type="search"]::-webkit-search-cancel-button,
body .rx-main .rx-token-field .rx-token-search input[type="search"]::-webkit-search-results-button,
body .rx-main .rx-token-field .rx-token-search input[type="search"]::-webkit-search-results-decoration{
  -webkit-appearance:none!important;
}

/* The mobile backdrop is inert while closed and always remains below every
   interactive part of the drawer while open. */
body>.rx-mobile-drawer-backdrop{
  z-index:2147483400!important;
  opacity:0!important;
  pointer-events:none!important;
}
body>.rx-mobile-drawer{
  z-index:2147483500!important;
  isolation:isolate!important;
  pointer-events:auto!important;
}
body.rx-mobile-menu-open>.rx-mobile-drawer-backdrop{
  opacity:1!important;
  pointer-events:auto!important;
}
body.rx-mobile-menu-open>.rx-mobile-drawer .rx-mobile-drawer-head,
body.rx-mobile-menu-open>.rx-mobile-drawer .rx-mobile-drawer-nav,
body.rx-mobile-menu-open>.rx-mobile-drawer .rx-mobile-drawer-foot{
  position:relative!important;
  z-index:1!important;
  pointer-events:auto!important;
}
body.rx-mobile-menu-open>.rx-mobile-drawer{
  z-index:2147483500!important;
  pointer-events:auto!important;
}

/* RunnerX 6.0.92: Dashboard head, editor, galleries and global form polish. */
.rx-dashboard-overview-section{
  padding:0!important;margin:0!important;border:0!important;border-bottom:1px solid var(--rx-border,#dce5eb)!important;background:#fff!important;border-radius:0!important;overflow:hidden!important;
}
.rx-dashboard-overview-section .rx-dashboard-section-title{
  min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;margin:0;border-bottom:1px solid var(--rx-border,#dce5eb);background:linear-gradient(135deg,color-mix(in srgb,var(--rx-accent,#7ee338) 10%,#fff),#fff 54%);box-sizing:border-box;
}
.rx-dashboard-section-title-main{display:flex;align-items:center;gap:14px;min-width:0}
.rx-dashboard-section-title-main h2{margin:0;font-size:25px;line-height:1.15;font-weight:950;letter-spacing:-.035em}
.rx-dashboard-section-title .rx-section-title-icon,
.rx-dashboard-section-title-main .rx-section-title-icon{
  width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px));background:color-mix(in srgb,var(--rx-accent,#7ee338) 18%,#fff);color:var(--rx-primary,#08162f);font-size:20px;
}
.rx-dashboard-kpis{padding:16px 24px 10px!important;margin:0!important;gap:12px!important}
.rx-dashboard-kpis--links>a{
  min-height:74px!important;padding:14px 16px!important;border:1px solid var(--rx-border,#dce5eb)!important;border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;background:#fff!important;box-shadow:0 8px 22px rgba(8,22,47,.045)!important;box-sizing:border-box!important;
}
.rx-dashboard-kpis--links>a i{width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--rx-primary,#08162f)!important;font-size:22px!important}
.rx-dashboard-overview-section>p.rx-muted{margin:0!important;padding:0 24px 22px!important;font-size:15px!important;line-height:1.45!important;color:var(--rx-text,#0f1419)!important}
.rx-dashboard-quicklinks{padding:16px 24px 24px!important;margin:0!important;gap:12px!important}
.rx-dashboard-quicklinks>a{
  min-height:58px!important;padding:14px 16px!important;display:flex!important;align-items:center!important;gap:12px!important;border:1px solid var(--rx-border,#dce5eb)!important;border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;background:#fff!important;box-sizing:border-box!important;font-weight:900!important;box-shadow:0 8px 22px rgba(8,22,47,.04)!important;
}
.rx-dashboard-quicklinks>a i{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;color:var(--rx-primary,#08162f)!important}
.rx-dashboard-stream--latest+.rx-loadmore-wrap{padding:18px 24px 24px!important;justify-content:center!important}

/* Formularlabels, Hilfstexte und Editor vollständig vereinheitlicht. */
.rx-form-field>span,
.rx-token-field__label,
.rx-upload-field>label,
.rx-form-checkboxes>legend{
  min-height:30px!important;display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0 0 9px!important;font-size:17px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:-.02em!important;color:var(--rx-text,#0f1419)!important;
}
.rx-form-field>span>i,
.rx-token-field__label>i,
.rx-upload-field>label i,
.rx-form-checkboxes>legend>i{
  width:30px!important;height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px))!important;background:color-mix(in srgb,var(--rx-accent,#7ee338) 12%,#fff)!important;color:var(--rx-primary,#08162f)!important;font-size:15px!important;flex:0 0 30px!important;
}
.rx-form-help,
.rx-token-field__help,
.rx-upload-help,
.rx-field small,
.rx-form-field small{font-size:14px!important;line-height:1.42!important;font-weight:750!important;color:var(--rx-muted,#536471)!important;margin-top:8px!important}
.rx-wysiwyg,
.rx-wysiwyg-toolbar,
.rx-wysiwyg-area,
.rx-article-excerpt-field textarea,
.rx-token-search,
.rx-token-search-wrap,
.rx-form-field input,
.rx-form-field textarea,
.rx-form-select,
.rx-upload-box{border-radius:var(--rx-form-radius,var(--rx-radius,8px))!important}
.rx-wysiwyg{overflow:hidden!important;border:1px solid var(--rx-border,#dce5eb)!important;background:#fff!important;box-shadow:none!important}
.rx-wysiwyg.is-active,.rx-wysiwyg:focus-within{border-color:var(--rx-accent,#7ee338)!important;box-shadow:0 0 0 1px var(--rx-accent,#7ee338)!important}
.rx-wysiwyg-toolbar{min-height:54px!important;padding:10px!important;display:flex!important;align-items:center!important;gap:8px!important;border:0!important;border-bottom:1px solid var(--rx-border,#dce5eb)!important;background:color-mix(in srgb,var(--rx-hover,#f2f5f7) 72%,#fff)!important}
.rx-wysiwyg-toolbar button{
  width:38px!important;height:38px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--rx-border,#dce5eb)!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#fff!important;color:var(--rx-primary,#08162f)!important;line-height:1!important;font-weight:900!important;box-sizing:border-box!important;appearance:none!important;
}
.rx-wysiwyg-toolbar button b,.rx-wysiwyg-toolbar button i,.rx-wysiwyg-toolbar button span{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;margin:0!important;position:static!important;transform:none!important}
.rx-wysiwyg-toolbar button[aria-pressed="false"]:not(.is-active){background:#fff!important;border-color:var(--rx-border,#dce5eb)!important;color:var(--rx-primary,#08162f)!important;box-shadow:none!important}
.rx-wysiwyg-area{min-height:244px!important;padding:18px 22px!important;border:0!important;background:#fff!important;font-size:18px!important;line-height:1.62!important;font-weight:400!important;color:var(--rx-text,#0f1419)!important;outline:0!important}
.rx-wysiwyg-area:empty:before{content:attr(data-placeholder);color:var(--rx-muted,#536471);font-weight:500!important;pointer-events:none}
.rx-token-search-wrap{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}
.rx-token-search{display:flex!important;align-items:center!important;gap:10px!important;height:54px!important;padding:0 14px!important;border:1px solid var(--rx-border,#dce5eb)!important;background:#fff!important;box-shadow:none!important}
.rx-token-search:focus-within{border-color:var(--rx-accent,#7ee338)!important;box-shadow:0 0 0 1px var(--rx-accent,#7ee338)!important}
.rx-token-search input{border:0!important;outline:0!important;box-shadow:none!important;padding:0!important;background:transparent!important;height:100%!important}

/* Detailgalerie im Google-ähnlichen 3er-Look mit Lightbox-Overlay. */
.rx-detail-gallery{display:grid!important;grid-template-columns:1.35fr .85fr!important;grid-template-rows:repeat(2,minmax(120px,1fr))!important;gap:3px!important;margin:0 26px 22px!important;border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important;overflow:hidden!important;background:var(--rx-border,#dce5eb)!important;min-height:min(430px,58vw)!important}
.rx-gallery-panel .rx-detail-gallery{margin:14px 0 0!important}
.rx-detail-gallery__item{position:relative!important;margin:0!important;min-width:0!important;min-height:0!important;background:#eef2f5!important;overflow:hidden!important}
.rx-detail-gallery__item--1{grid-row:1/3!important;grid-column:1!important}
.rx-detail-gallery__item--2{grid-row:1!important;grid-column:2!important}
.rx-detail-gallery__item--3{grid-row:2!important;grid-column:2!important}
.rx-detail-gallery--count-1{display:block!important;min-height:auto!important;background:transparent!important}
.rx-detail-gallery--count-1 .rx-detail-gallery__item{min-height:320px!important;border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important}
.rx-detail-gallery--count-2{grid-template-columns:1fr 1fr!important;grid-template-rows:minmax(260px,48vw)!important}
.rx-detail-gallery--count-2 .rx-detail-gallery__item--1,.rx-detail-gallery--count-2 .rx-detail-gallery__item--2{grid-row:1!important}.rx-detail-gallery--count-2 .rx-detail-gallery__item--2{grid-column:2!important}
.rx-detail-gallery__link{position:absolute!important;inset:0!important;display:block!important;color:#fff!important;text-decoration:none!important}
.rx-detail-gallery--count-1 .rx-detail-gallery__link{position:relative!important;inset:auto!important;display:block!important}
.rx-detail-gallery__image{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:0!important;transition:transform .18s ease,filter .18s ease!important}
.rx-detail-gallery__link:hover .rx-detail-gallery__image{transform:scale(1.025)!important;filter:brightness(.96)!important}
.rx-detail-gallery__more{position:absolute!important;right:12px!important;bottom:12px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:8px!important;height:42px!important;padding:0 13px!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:rgba(15,20,25,.78)!important;color:#fff!important;font-weight:900!important;box-shadow:0 8px 25px rgba(0,0,0,.24)!important;backdrop-filter:blur(4px)!important}
.rx-detail-gallery__more i{font-size:18px!important}.rx-detail-gallery__more span{font-size:14px!important;line-height:1!important;white-space:nowrap!important}
.rx-detail-gallery figcaption{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:28px 12px 10px!important;background:linear-gradient(to top,rgba(0,0,0,.48),transparent)!important;color:#fff!important;font-size:13px!important;font-weight:750!important;pointer-events:none!important}
@media(max-width:680px){.rx-detail-gallery{grid-template-columns:1fr 1fr!important;grid-template-rows:minmax(180px,54vw) minmax(120px,34vw)!important;margin-left:16px!important;margin-right:16px!important;min-height:auto!important}.rx-detail-gallery__item--1{grid-column:1/3!important;grid-row:1!important}.rx-detail-gallery__item--2{grid-column:1!important;grid-row:2!important}.rx-detail-gallery__item--3{grid-column:2!important;grid-row:2!important}.rx-detail-gallery__more{right:8px!important;bottom:8px!important;height:38px!important;padding:0 10px!important}}

/* RunnerX 6.0.94: local image-backed country flags for Firefox/Windows. */
.rx-emoji-picker__flag{display:block!important;width:30px!important;height:22px!important;max-width:90%!important;object-fit:contain!important;pointer-events:none!important}

/* ========================================================================
   RunnerX 6.0.94 – abschließende UI-Korrekturen
   ======================================================================== */

/* Dashboard: echte Innenabstände und eigenständige, ruhige Karten. */
body .rx-dashboard-main > .rx-dashboard-overview-section,
body .rx-dashboard-main .rx-dashboard-overview-section {
  width:auto!important;
  margin:20px 22px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dce5eb)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(8,22,47,.055)!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-section-title {
  min-height:68px;
  padding:15px 18px;
  margin:0;
  border:0;
  border-bottom:1px solid var(--rx-border,#dce5eb);
  background:#fff;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-section-title-main {
  gap:12px;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-section-title-main h2 {
  margin:0;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.025em;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-section-title .rx-section-title-icon {
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px));
  background:#effbe8;
  color:var(--rx-primary,#08162f);
  font-size:18px;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  padding:18px!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a {
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 20px!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  column-gap:12px!important;
  row-gap:4px!important;
  min-width:0!important;
  min-height:92px!important;
  padding:15px 16px!important;
  border:1px solid var(--rx-border,#dce5eb)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(8,22,47,.045)!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a:hover,
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a:focus-visible {
  border-color:var(--rx-accent,#7ee338)!important;
  box-shadow:0 10px 24px rgba(8,22,47,.08)!important;
  transform:translateY(-1px)!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a > i:first-child {
  grid-column:1!important;
  grid-row:1 / 3!important;
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  margin:0!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#effbe8!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:21px!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a > b {
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  margin:0!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:950!important;
  color:var(--rx-primary,#08162f)!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a > span {
  grid-column:2!important;
  grid-row:2!important;
  align-self:start!important;
  min-width:0!important;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:600!important;
  color:var(--rx-muted,#536471)!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis--links > a > em {
  grid-column:3!important;
  grid-row:1 / 3!important;
  align-self:center!important;
  justify-self:end!important;
  color:var(--rx-muted,#536471)!important;
  font-size:18px!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section > p.rx-muted {
  margin:0!important;
  padding:0 18px 18px!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:500!important;
  color:var(--rx-muted,#536471)!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
  padding:18px!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks > a {
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  min-width:0!important;
  min-height:64px!important;
  padding:12px 14px!important;
  border:1px solid var(--rx-border,#dce5eb)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(8,22,47,.04)!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks > a:hover,
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks > a:focus-visible {
  border-color:var(--rx-accent,#7ee338)!important;
  box-shadow:0 9px 22px rgba(8,22,47,.075)!important;
  transform:translateY(-1px)!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks > a > i:first-child {
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  margin:0!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#effbe8!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:18px!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks > a > span {
  min-width:0!important;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  line-height:1.3!important;
}
body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks > a > .rx-count-badge {
  margin-left:auto!important;
  flex:0 0 auto!important;
}

/* Formulare: Hinweise überall dezent, gleich groß und gleich gewichtet. */
body .rx-main .rx-form-help,
body .rx-main .rx-token-field__help,
body .rx-main .rx-upload-help,
body .rx-main .rx-upload-hint,
body .rx-main .rx-form-note,
body .rx-main .rx-field > small,
body .rx-main .rx-form-field > small,
body .rx-main .rx-article-excerpt-help,
body .rx-main [data-rx-form-help] {
  display:block!important;
  margin-top:7px!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:500!important;
  letter-spacing:0!important;
  color:var(--rx-muted,#536471)!important;
}

/* Globale Formularradien folgen ausnahmslos der Admin-Einstellung. */
body .rx-main .rx-form-control,
body .rx-main .rx-form-field input:not([type="checkbox"]):not([type="radio"]),
body .rx-main .rx-form-field textarea,
body .rx-main .rx-form-field select,
body .rx-main .rx-form-select,
body .rx-main .rx-token-search,
body .rx-main .rx-upload-box,
body .rx-main .rx-upload-preview,
body .rx-main .rx-upload-btn,
body .rx-main .rx-upload-library-btn {
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
}
body .rx-main .rx-wysiwyg {
  overflow:hidden!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
}
body .rx-main .rx-wysiwyg-toolbar {
  border-radius:0!important;
}
body .rx-main .rx-wysiwyg-area {
  border-radius:0!important;
}

/* Editor: aktive Zustände werden ausschließlich durch die aktuelle Auswahl gesetzt. */
body .rx-main .rx-wysiwyg-toolbar button {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  vertical-align:middle!important;
  line-height:1!important;
}
body .rx-main .rx-wysiwyg-toolbar button > *,
body .rx-main .rx-wysiwyg-toolbar button b,
body .rx-main .rx-wysiwyg-toolbar button i,
body .rx-main .rx-wysiwyg-toolbar button span {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:auto!important;
  margin:0!important;
  line-height:1!important;
  vertical-align:middle!important;
  color:inherit!important;
}
body .rx-main .rx-wysiwyg-toolbar button.is-active,
body .rx-main .rx-wysiwyg-toolbar button[aria-pressed="true"] {
  border-color:var(--rx-primary,#08162f)!important;
  background:var(--rx-primary,#08162f)!important;
  color:#fff!important;
  box-shadow:none!important;
}
body .rx-main .rx-wysiwyg-toolbar button.is-active *,
body .rx-main .rx-wysiwyg-toolbar button[aria-pressed="true"] * {
  color:#fff!important;
}
body .rx-main .rx-wysiwyg-toolbar button[aria-pressed="false"]:not(.is-active) {
  border-color:var(--rx-border,#dce5eb)!important;
  background:#fff!important;
  color:var(--rx-primary,#08162f)!important;
  box-shadow:none!important;
}

/* Alle Bild-Uploader verwenden global denselben ruhigen Profil-Aufbau:
   Kopfzeile aus Icon + Text, eigene Aktionszeile und eine vollbreite Preview.
   Dadurch werden Beschreibung und Dateihinweise nie zwischen Buttons gequetscht. */
body .rx-main .rx-upload-box,
body .rx-main .rx-profile-edit-page .rx-upload-box {
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  grid-template-areas:
    "icon copy"
    "actions actions"
    "preview preview"!important;
  align-items:center!important;
  column-gap:16px!important;
  row-gap:14px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  padding:18px!important;
  overflow:visible!important;
  border:1px dashed var(--rx-border,#dce5eb)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-icon {
  grid-area:icon!important;
  display:grid!important;
  place-items:center!important;
  align-self:start!important;
  justify-self:start!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#effbe8!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:23px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon > i,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-icon > i {
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
}
body .rx-main .rx-upload-box > .rx-upload-copy,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-copy {
  grid-area:copy!important;
  align-self:center!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-upload-box > .rx-upload-copy > strong,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-copy > strong {
  display:block!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.3!important;
  font-weight:850!important;
  color:var(--rx-primary,#08162f)!important;
}
body .rx-main .rx-upload-box > .rx-upload-copy > small,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-copy > small {
  display:block!important;
  max-width:58ch!important;
  margin:4px 0 0!important;
}
body .rx-main .rx-upload-box > .rx-upload-actions,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions {
  grid-area:actions!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-upload-box > .rx-upload-actions > *,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions > * {
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:44px!important;
  margin:0!important;
  justify-self:stretch!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-actions > :only-child,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions > :only-child {
  grid-column:1 / -1!important;
}
body .rx-main .rx-upload-box > .rx-upload-preview,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-preview {
  grid-area:preview!important;
  grid-column:1 / -1!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  overflow:visible!important;
  border:1px solid var(--rx-border,#dce5eb)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
  background:#f8fafb!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-preview:empty,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-preview:empty,
body .rx-main .rx-upload-box > .rx-upload-preview:not(.has-items):not(:has([data-upload-item])),
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-preview:not(.has-items):not(:has([data-upload-item])) {
  display:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

body .rx-main .rx-upload-box--gallery > .rx-upload-preview[data-rx-sortable-gallery] {
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}

/* Einheitlicher Upload-Zwischenzustand für Einzelbild und Galerie. */
body .rx-main .rx-upload-placeholder-icon,
body .rx-main .rx-upload-pending-thumb {
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
}
body .rx-main .rx-upload-placeholder-icon {
  width:60px!important;
  height:60px!important;
  min-width:60px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important;
  background:#edf2f5!important;
  color:var(--rx-muted,#536471)!important;
  font-size:24px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-placeholder-icon > i,
body .rx-main .rx-upload-pending-thumb i {
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
}
body .rx-main .rx-single-upload-pending {
  position:relative!important;
  inset:auto!important;
  display:grid!important;
  grid-template-columns:60px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:92px!important;
  height:auto!important;
  margin:0!important;
  padding:14px!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dce5eb)!important;
  border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-single-upload-pending__copy,
body .rx-main .rx-gallery-upload-copy {
  min-width:0!important;
}
body .rx-main .rx-single-upload-pending__copy > strong,
body .rx-main .rx-gallery-upload-copy > strong {
  display:block!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  font-size:14px!important;
  line-height:1.3!important;
}
body .rx-main .rx-single-upload-pending__copy > small,
body .rx-main .rx-gallery-upload-copy > small {
  display:block!important;
  margin:3px 0 9px!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:500!important;
  color:var(--rx-muted,#536471)!important;
}
body .rx-main .rx-upload-progress {
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:8px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:999px!important;
  background:#dfe7ed!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-progress > span {
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  left:0!important;
  display:block!important;
  width:0;
  height:100%!important;
  min-height:100%!important;
  border-radius:inherit!important;
  background:var(--rx-accent,#7ee338)!important;
  transition:width .12s linear!important;
}
body .rx-main .rx-gallery-upload-pending .rx-gallery-thumb.rx-upload-pending-thumb {
  display:grid!important;
  place-items:center!important;
}
body .rx-main .rx-gallery-upload-pending .rx-gallery-thumb .rx-upload-placeholder-icon {
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  border-radius:0!important;
}

/* Detailgalerien: drei Bildflächen ohne grauen Kasten, drittes Bild mit Restzähler. */
body .rx-main .rx-gallery-panel,
body.single .rx-main .rx-gallery-panel {
  background:#fff!important;
}
body .rx-main .rx-detail-gallery {
  display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(0,.9fr)!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  gap:4px!important;
  width:auto!important;
  height:clamp(300px,43vw,430px)!important;
  min-height:0!important;
  margin:0 24px 22px!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .rx-main .rx-gallery-panel .rx-detail-gallery {
  width:100%!important;
  margin:14px 0 0!important;
}
body .rx-main .rx-detail-gallery__item {
  position:relative!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .rx-main .rx-detail-gallery__item--1 { grid-column:1!important; grid-row:1 / 3!important; }
body .rx-main .rx-detail-gallery__item--2 { grid-column:2!important; grid-row:1!important; }
body .rx-main .rx-detail-gallery__item--3 { grid-column:2!important; grid-row:2!important; }
body .rx-main .rx-detail-gallery__link {
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .rx-main .rx-detail-gallery__image {
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
}
body .rx-main .rx-detail-gallery figcaption {
  display:none!important;
}
body .rx-main .rx-detail-gallery__more {
  right:12px!important;
  bottom:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:42px!important;
  height:auto!important;
  padding:9px 13px!important;
  border:1px solid rgba(255,255,255,.45)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:rgba(15,20,25,.78)!important;
  color:#fff!important;
  font-weight:800!important;
  line-height:1!important;
}
body .rx-main .rx-detail-gallery--count-1 {
  display:block!important;
  height:auto!important;
  min-height:300px!important;
  aspect-ratio:16 / 9!important;
  background:transparent!important;
}
body .rx-main .rx-detail-gallery--count-1 .rx-detail-gallery__item,
body .rx-main .rx-detail-gallery--count-1 .rx-detail-gallery__link {
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
body .rx-main .rx-detail-gallery--count-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:1fr!important;
}
body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--1 {
  grid-column:1!important;
  grid-row:1!important;
}
body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--2 {
  grid-column:2!important;
  grid-row:1!important;
}

/* Laufdetail: genau eine Trennlinie oberhalb der Beschreibung und genau
   eine zwischen Beschreibung und Streckeninfos. */
body.single-runnerx_run .rx-main .rx-run-description-panel {
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-bottom:0!important;
}
body.single-runnerx_run .rx-main .rx-run-gpx-panel {
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
}

/* Profilansicht. */
body .rx-profile-facts--clean .rx-profile-fact--wide {
  grid-column:1 / -1!important;
}
body .rx-profile-facts--clean strong > i {
  margin-right:7px!important;
}
[data-rx-account-fields][hidden] {
  display:none!important;
}

/* Streckeninfos bleiben auch mobil linksbündig; die Plattformüberschrift
   darf nicht durch eine allgemeine Center-Regel verschoben werden. */
@media (max-width:680px) {
  body.single-runnerx_run .rx-run-gpx-panel__head.rx-section-titlebar {
    width:100%!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  body.single-runnerx_run .rx-run-gpx-panel__head .rx-section-title {
    width:auto!important;
    margin:0!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  body.single-runnerx_run .rx-run-gpx-panel__head .rx-section-title-icon {
    flex:0 0 36px!important;
  }

  body .rx-dashboard-main > .rx-dashboard-overview-section,
  body .rx-dashboard-main .rx-dashboard-overview-section {
    margin:14px!important;
  }
  body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis,
  body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks {
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:14px!important;
  }

  body .rx-main .rx-upload-box,
  body .rx-main .rx-profile-edit-page .rx-upload-box {
    grid-template-columns:48px minmax(0,1fr)!important;
    grid-template-areas:
      "icon copy"
      "actions actions"
      "preview preview"!important;
    column-gap:12px!important;
    row-gap:12px!important;
    padding:14px!important;
  }
  body .rx-main .rx-upload-box > .rx-upload-icon,
  body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-icon {
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
  }
  body .rx-main .rx-upload-box > .rx-upload-actions,
  body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions {
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-single-upload-pending {
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:12px!important;
    padding:12px!important;
  }
  body .rx-main .rx-single-upload-pending .rx-upload-placeholder-icon {
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }

  body .rx-main .rx-detail-gallery {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:minmax(185px,55vw) minmax(118px,34vw)!important;
    height:auto!important;
    margin-left:14px!important;
    margin-right:14px!important;
    gap:4px!important;
  }
  body .rx-main .rx-gallery-panel .rx-detail-gallery {
    margin-left:0!important;
    margin-right:0!important;
  }
  body .rx-main .rx-detail-gallery__item--1 {
    grid-column:1 / 3!important;
    grid-row:1!important;
  }
  body .rx-main .rx-detail-gallery__item--2 {
    grid-column:1!important;
    grid-row:2!important;
  }
  body .rx-main .rx-detail-gallery__item--3 {
    grid-column:2!important;
    grid-row:2!important;
  }
  body .rx-main .rx-detail-gallery--count-2 {
    grid-template-columns:1fr!important;
    grid-template-rows:repeat(2,minmax(180px,52vw))!important;
  }
  body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--1 {
    grid-column:1!important;
    grid-row:1!important;
  }
  body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--2 {
    grid-column:1!important;
    grid-row:2!important;
  }
}

@media (max-width:430px) {
  body .rx-main .rx-upload-box > .rx-upload-actions,
  body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions {
    grid-template-columns:1fr!important;
  }
}
body .rx-main .rx-detail-gallery { position:relative!important; }

/* RunnerX 6.0.117 – archive filters, sorting and YouTube blocks in the WYSIWYG. */
.rx-filterbar-toggle {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.rx-filterbar-toggle > i {
  font-size:18px;
  line-height:1;
}
.rx-filter-sort-field {
  min-inline-size:0;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.rx-filter-sort-field > legend {
  display:flex;
  align-items:center;
  gap:7px;
  width:100%;
  margin:0 0 8px;
  padding:0;
  border:0;
  color:var(--rx-text);
  font-weight:800;
}
.rx-filter-sort-options {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.rx-filter-sort-option {
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  min-height:48px;
  padding:10px 12px;
  border:1px solid var(--rx-border);
  border-radius:10px;
  background:var(--rx-surface);
  cursor:pointer;
  font-weight:700;
}
.rx-filter-sort-option.is-default {
  grid-column:1 / -1;
}
.rx-filter-sort-option input {
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.rx-filter-sort-option:has(input:checked) {
  border-color:var(--rx-accent);
  background:color-mix(in srgb,var(--rx-accent) 7%,var(--rx-surface));
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent) 18%,transparent);
}
.rx-filter-sort-option__icon {
  display:grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:8px;
  background:var(--rx-bg-soft);
  font-size:17px;
}
.rx-filter-sort-option:has(input:checked) .rx-filter-sort-option__icon {
  background:color-mix(in srgb,var(--rx-accent) 18%,transparent);
  color:var(--rx-accent);
}
.ico-calendar-arrow-up:before {
  content:var(--rx-calendar-arrow-up-content,"\eb21");
}
.ico-calendar-arrow-up,
.rx-core-ico-calendar-arrow-up {
  display:inline-block;
  transform:rotate(180deg);
}

/* Secure YouTube placeholder displayed inside the frontend rich-text editor. */
.rx-wysiwyg-area .rx-content-youtube {
  position:relative;
  display:block;
  width:100%;
  margin:18px 0;
  overflow:hidden;
  border:1px solid var(--rx-border,#dce5eb);
  border-radius:var(--rx-form-radius,var(--rx-radius,10px));
  background:#050505;
  user-select:none;
}
.rx-content-youtube__preview {
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:#050505;
}
.rx-content-youtube__preview > img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.88;
}
.rx-content-youtube__play {
  position:absolute;
  top:50%;
  left:50%;
  display:grid;
  place-items:center;
  width:64px;
  height:46px;
  border-radius:12px;
  background:#f00;
  color:#fff;
  font-size:23px;
  transform:translate(-50%,-50%);
}
.rx-content-youtube__label {
  position:absolute;
  left:12px;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.76);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.rx-content-youtube__actions {
  position:absolute;
  top:10px;
  right:10px;
  display:flex;
  gap:6px;
}
.rx-content-youtube__actions button {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  background:rgba(0,0,0,.76);
  color:#fff;
  cursor:pointer;
}
.rx-editor-youtube-dialog-preview {
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:10px;
  min-height:76px;
  overflow:hidden;
  padding:12px;
  border:1px solid var(--rx-border,#dce5eb);
  border-radius:10px;
  background:var(--rx-bg-soft,#f4f7fa);
}
.rx-editor-youtube-dialog-preview > span {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:999px;
  background:#f00;
  color:#fff;
  font-size:20px;
  z-index:1;
}
.rx-editor-youtube-dialog-preview > strong,
.rx-editor-youtube-dialog-preview > small {
  position:relative;
  z-index:1;
}
.rx-editor-youtube-dialog-preview > small {
  grid-column:2;
  color:var(--rx-muted,#536471);
}
.rx-editor-youtube-dialog-preview.is-valid {
  min-height:160px;
  align-content:end;
  color:#fff;
}
.rx-editor-youtube-dialog-preview.is-valid > img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.rx-editor-youtube-dialog-preview.is-valid:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent,rgba(0,0,0,.78));
}

@media(max-width:979px) {
  .rx-filterbar-toggle__label { display:none; }
  .rx-filterbar-toggle {
    width:46px;
    min-width:46px;
    padding-inline:0;
  }
  .rx-filterbar-toggle .rx-filterbar-count:empty { display:none; }
  .rx-filterbar-toggle .rx-filterbar-count:not(:empty) {
    position:absolute;
    top:-6px;
    right:-6px;
  }
}
@media(max-width:360px) {
  .rx-filter-sort-options { grid-template-columns:1fr; }
  .rx-filter-sort-option.is-default { grid-column:auto; }
}

/* === runnerx-fixes.css === */
/**
 * RunnerX Framework 6.0.96
 * Final interface corrections. Loaded after all legacy theme styles.
 */

/* --------------------------------------------------------------------------
   Laufdetail: eindeutige Abschnittslinien und linksbündige Streckeninfos
   -------------------------------------------------------------------------- */
body.single-runnerx_run .rx-main .rx-run-description-panel,
body.single-runnerx_run .rx-main section.rx-run-description-panel.rx-single-panel {
  margin:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-right:0!important;
  border-bottom:0;
  border-left:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.single-runnerx_run .rx-main .rx-run-gpx-panel {
  margin:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-right:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-left:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

@media (max-width:900px) {
  body.single-runnerx_run .rx-main .rx-run-gpx-panel__head,
  body.single-runnerx_run .rx-main .rx-run-gpx-panel__head.rx-section-titlebar {
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    text-align:left!important;
  }
  body.single-runnerx_run .rx-main .rx-run-gpx-panel__head .rx-section-title,
  body.single-runnerx_run .rx-main .rx-run-gpx-panel__head h2 {
    display:flex!important;
    flex:1 1 auto!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    text-align:left!important;
  }
  body.single-runnerx_run .rx-main .rx-run-gpx-panel__head .rx-section-title-text {
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    margin-right:auto!important;
    text-align:left!important;
  }
}

/* --------------------------------------------------------------------------
   Formulare: alle Eingabefelder stehen in einer vollbreiten Zeile
   -------------------------------------------------------------------------- */
body .rx-main form .rx-form-grid,
body .rx-main form .rx-social-grid,
body .rx-main form .rx-social-grid--global,
body .rx-main .rx-profile-edit-page .rx-form-grid,
body .rx-main .rx-profile-edit-page .rx-social-grid--global,
body .rx-main .rx-auth-card-single .rx-register-profile-fields {
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
}
body .rx-main form .rx-form-grid > *,
body .rx-main form .rx-social-grid > *,
body .rx-main form .rx-social-grid--global > *,
body .rx-main .rx-profile-edit-page .rx-form-grid > *,
body .rx-main .rx-profile-edit-page .rx-social-grid--global > *,
body .rx-main .rx-auth-card-single .rx-register-profile-fields > * {
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body .rx-main form .rx-field,
body .rx-main form .rx-form-field,
body .rx-main form .rx-form-control-wrap,
body .rx-main form .rx-form-select,
body .rx-main form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body .rx-main form textarea,
body .rx-main form select {
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

/* --------------------------------------------------------------------------
   Form-Hinweise: global klein, ruhig und ohne geerbte Fettschrift
   -------------------------------------------------------------------------- */
body .rx-main form .rx-form-help,
body .rx-main form small.rx-form-help,
body .rx-main form [data-rx-form-help],
body .rx-main form .rx-distance-lock-note,
body .rx-main form .rx-field-help,
body .rx-main form .rx-help-text {
  display:block!important;
  margin:7px 0 0!important;
  padding:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:0!important;
  text-transform:none;
}
body .rx-main form .rx-upload-hint,
body .rx-main form small.rx-upload-hint {
  display:block!important;
  margin:4px 0 0!important;
  padding:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12.5px!important;
  line-height:1.4!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:0!important;
  text-transform:none;
}

/* --------------------------------------------------------------------------
   Bild-Uploads: wieder der bewährte Profil-Uploader für alle Bildfelder
   -------------------------------------------------------------------------- */
body .rx-main .rx-upload-box,
body .rx-main .rx-profile-edit-page .rx-upload-box,
body .rx-main .rx-form-upload {
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  grid-template-areas:
    "icon copy"
    "actions actions"
    "preview preview"!important;
  grid-auto-flow:row!important;
  align-items:center!important;
  column-gap:14px!important;
  row-gap:14px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:18px!important;
  overflow:visible!important;
  border:1px dashed var(--rx-border-2,#d8e1e8)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-icon,
body .rx-main .rx-form-upload > .rx-upload-icon {
  grid-area:icon!important;
  display:grid!important;
  place-items:center!important;
  align-self:start!important;
  justify-self:start!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#f2f6f8)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:22px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-icon > i,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-icon > i,
body .rx-main .rx-form-upload > .rx-upload-icon > i {
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
}
body .rx-main .rx-upload-box > .rx-upload-copy,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-copy,
body .rx-main .rx-form-upload > .rx-upload-copy {
  grid-area:copy!important;
  align-self:center!important;
  min-width:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-upload-box > .rx-upload-copy > strong,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-copy > strong,
body .rx-main .rx-form-upload > .rx-upload-copy > strong {
  display:block!important;
  margin:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
body .rx-main .rx-upload-box > .rx-upload-actions,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions,
body .rx-main .rx-form-upload > .rx-upload-actions {
  grid-area:actions!important;
  grid-column:1 / -1!important;
  display:flex!important;
  flex-flow:row wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-upload-box > .rx-upload-actions > *,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions > *,
body .rx-main .rx-form-upload > .rx-upload-actions > *,
body .rx-main .rx-upload-actions .rx-upload-btn,
body .rx-main .rx-upload-actions .rx-upload-library-btn {
  flex:0 0 auto!important;
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  white-space:normal!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-actions .rx-upload-btn > i,
body .rx-main .rx-upload-actions .rx-upload-library-btn > i {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1!important;
}
body .rx-main .rx-upload-box > .rx-upload-preview,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-preview,
body .rx-main .rx-form-upload > .rx-upload-preview {
  grid-area:preview!important;
  grid-column:1 / -1!important;
  justify-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  overflow:visible!important;
  border:1px dashed var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-box > .rx-upload-preview:not(.has-items),
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-preview:not(.has-items),
body .rx-main .rx-form-upload > .rx-upload-preview:not(.has-items),
body .rx-main .rx-upload-box > .rx-upload-preview:empty,
body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-preview:empty,
body .rx-main .rx-form-upload > .rx-upload-preview:empty {
  display:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body .rx-main .rx-upload-box--gallery > .rx-upload-preview[data-rx-sortable-gallery],
body .rx-main .rx-form-upload > .rx-upload-preview[data-rx-sortable-gallery] {
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
body .rx-main .rx-upload-box--single .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending),
body .rx-main .rx-upload-box--profile .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending),
body .rx-main .rx-upload-box--cover .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending),
body .rx-main .rx-upload-box--logo .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending) {
  position:relative!important;
  width:92px!important;
  height:92px!important;
  flex:0 0 92px!important;
  margin:0!important;
}
body .rx-main .rx-upload-box--single .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending) img,
body .rx-main .rx-upload-box--profile .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending) img,
body .rx-main .rx-upload-box--cover .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending) img,
body .rx-main .rx-upload-box--logo .rx-upload-preview > .rx-upload-item:not(.rx-single-upload-pending) img {
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body .rx-main .rx-upload-box input[type="file"],
body .rx-main .rx-form-upload input[type="file"] {
  display:none!important;
}

/* Upload-Zwischenzustand: Icon und Text sauber in einer Zeile, Balken darunter. */
body .rx-main .rx-upload-preview > .rx-upload-item.rx-single-upload-pending,
body .rx-main .rx-profile-edit-page .rx-upload-preview > .rx-upload-item.rx-single-upload-pending {
  position:relative!important;
  inset:auto!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:94px!important;
  height:auto!important;
  margin:0!important;
  padding:14px!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,var(--rx-control-radius,var(--rx-radius,8px)))!important;
  background:#f8fafc!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-placeholder-icon,
body .rx-main .rx-upload-pending-thumb {
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
}
body .rx-main .rx-single-upload-pending > .rx-upload-placeholder-icon {
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,#eef3f6)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:24px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-placeholder-icon > i,
body .rx-main .rx-upload-pending-thumb i {
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
}
body .rx-main .rx-single-upload-pending__copy,
body .rx-main .rx-gallery-upload-copy {
  min-width:0!important;
  display:grid!important;
  gap:6px!important;
}
body .rx-main .rx-single-upload-pending__copy > strong,
body .rx-main .rx-gallery-upload-copy > strong {
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
body .rx-main .rx-single-upload-pending__copy > small,
body .rx-main .rx-gallery-upload-copy > small {
  display:block!important;
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:400!important;
}
body .rx-main .rx-upload-progress,
body .rx-main .rx-single-upload-pending .rx-upload-progress,
body .rx-main .rx-upload-preview[data-rx-sortable-gallery] .rx-upload-progress {
  position:relative!important;
  inset:auto!important;
  left:auto;
  right:auto!important;
  bottom:auto;
  display:block!important;
  width:100%!important;
  height:7px!important;
  margin:1px 0 0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:999px!important;
  background:#dfe7ed!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-upload-progress > span,
body .rx-main .rx-single-upload-pending .rx-upload-progress > span,
body .rx-main .rx-upload-preview[data-rx-sortable-gallery] .rx-upload-progress > span {
  position:static!important;
  display:block!important;
  width:0;
  height:100%!important;
  min-height:100%!important;
  border-radius:inherit!important;
  background:var(--rx-accent,#93e547)!important;
  transition:width .12s linear!important;
}
body .rx-main .rx-single-upload-pending [data-rx-upload-percent] {
  display:none!important;
}
body .rx-main .rx-gallery-upload-pending .rx-gallery-thumb.rx-upload-pending-thumb {
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#eef3f6!important;
}
body .rx-main .rx-gallery-upload-pending .rx-gallery-thumb .rx-upload-placeholder-icon {
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  border-radius:0!important;
}

@media (max-width:620px) {
  body .rx-main .rx-upload-box,
  body .rx-main .rx-profile-edit-page .rx-upload-box,
  body .rx-main .rx-form-upload {
    grid-template-columns:46px minmax(0,1fr)!important;
    grid-template-areas:
      "icon copy"
      "actions actions"
      "preview preview"!important;
    column-gap:12px!important;
    row-gap:12px!important;
    padding:14px!important;
  }
  body .rx-main .rx-upload-box > .rx-upload-icon,
  body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-icon,
  body .rx-main .rx-form-upload > .rx-upload-icon {
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }
  body .rx-main .rx-upload-box > .rx-upload-actions,
  body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions,
  body .rx-main .rx-form-upload > .rx-upload-actions {
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
  }
  body .rx-main .rx-upload-box > .rx-upload-actions > *,
  body .rx-main .rx-profile-edit-page .rx-upload-box > .rx-upload-actions > *,
  body .rx-main .rx-form-upload > .rx-upload-actions > *,
  body .rx-main .rx-upload-actions .rx-upload-btn,
  body .rx-main .rx-upload-actions .rx-upload-library-btn {
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  body .rx-main .rx-upload-preview > .rx-upload-item.rx-single-upload-pending,
  body .rx-main .rx-profile-edit-page .rx-upload-preview > .rx-upload-item.rx-single-upload-pending {
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:12px!important;
    min-height:84px!important;
    padding:12px!important;
  }
  body .rx-main .rx-single-upload-pending > .rx-upload-placeholder-icon {
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }
}

/* --------------------------------------------------------------------------
   Registrierung: Profiltypen nebeneinander und lesbare Zustimmungszeilen
   -------------------------------------------------------------------------- */
body .rx-main .rx-auth-card-single .rx-account-type-options {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
}
body .rx-main .rx-auth-card-single .rx-account-type-choice {
  min-width:0!important;
}
body .rx-main .rx-auth-card-single .rx-auth-form-single label.rx-toggle-choice,
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-check.rx-toggle-choice {
  direction:ltr!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  align-items:center!important;
  justify-content:stretch!important;
  column-gap:12px!important;
  row-gap:0!important;
  width:100%!important;
  min-width:0!important;
  min-height:68px!important;
  margin:0!important;
  padding:12px 14px!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-auth-card-single .rx-auth-form-single label.rx-toggle-choice > .rx-settings-toggle {
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:start!important;
  margin:0!important;
}
body .rx-main .rx-auth-card-single .rx-auth-form-single label.rx-toggle-choice > .rx-toggle-choice__label {
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  min-width:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:600!important;
  text-align:left!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:auto!important;
}
body .rx-main .rx-auth-card-single .rx-auth-form-single label.rx-toggle-choice > .rx-toggle-choice__label a {
  display:inline!important;
  white-space:normal!important;
  word-break:normal!important;
}

@media (max-width:480px) {
  body .rx-main .rx-auth-card-single .rx-account-type-options {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body .rx-main .rx-auth-card-single .rx-account-type-choice {
    grid-template-columns:34px minmax(0,1fr)!important;
    min-height:62px!important;
    gap:8px!important;
    padding:10px!important;
  }
  body .rx-main .rx-auth-card-single .rx-account-type-choice__icon {
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    font-size:17px!important;
  }
  body .rx-main .rx-auth-card-single .rx-account-type-choice strong {
    font-size:14px!important;
  }
  body .rx-main .rx-auth-card-single .rx-account-type-choice small {
    display:none!important;
  }
  body .rx-main .rx-auth-card-single .rx-auth-form-single label.rx-toggle-choice,
  body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-check.rx-toggle-choice {
    grid-template-columns:44px minmax(0,1fr)!important;
    column-gap:10px!important;
    min-height:64px!important;
    padding:11px 12px!important;
  }
  body .rx-main .rx-auth-card-single .rx-auth-form-single label.rx-toggle-choice > .rx-toggle-choice__label {
    font-size:13.5px!important;
    line-height:1.4!important;
  }
}

/* Höhere Spezifität gegen ältere, lokal fett gesetzte Hilfetexte. */
body .rx-main form .rx-field > .rx-form-help,
body .rx-main form .rx-form-field > .rx-form-help,
body .rx-main form .rx-article-excerpt-field > .rx-form-help,
body .rx-main form .rx-token-field > .rx-form-help,
body .rx-main form .rx-user-tagger > .rx-form-help {
  display:block!important;
  margin:7px 0 0!important;
  padding:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:0!important;
  text-transform:none;
}

/* Ein Einzelbild-Upload darf nicht die 92px-Vorschaugröße fertiger Bilder erben. */
body .rx-main .rx-upload-preview > .rx-upload-item.rx-single-upload-pending,
body .rx-main .rx-profile-edit-page .rx-upload-preview > .rx-upload-item.rx-single-upload-pending {
  flex:1 1 100%!important;
  flex-basis:100%!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  max-width:none!important;
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.96: globale Überschriften/Felder, Kalenderdialoge und Galerien
   -------------------------------------------------------------------------- */

/* H2-Icons bleiben erhalten. Dekorative Icons in Feldlabels und H3-Titeln entfallen. */
body .rx-main .rx-field-icon.has-icon > span > i,
body .rx-main .rx-content-subheading > .rx-subsection-title-icon,
body .rx-main h3 > .rx-subsection-title-icon {
  display:none!important;
}
body .rx-main .rx-content-subheading {
  display:flex!important;
  align-items:center!important;
  gap:0!important;
}

/* Kalenderkopf: gleiche Höhe, mittiger Titel und globaler Admin-Radius. */
body .rx-main .rx-calendar-head {
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 44px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:68px!important;
}
body .rx-main .rx-calendar-head > h2 {
  align-self:center!important;
  justify-self:stretch!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  line-height:1.15!important;
}
body .rx-main .rx-cal-nav {
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
body .rx-main .rx-cal-nav:hover,
body .rx-main .rx-cal-nav:focus-visible {
  border-color:var(--rx-accent,#7ee338)!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 10%,#fff)!important;
  outline:0!important;
}
body .rx-main .rx-calendar-view.is-today .rx-calendar-head,
body .rx-main .rx-calendar-view.is-weekend .rx-calendar-head {
  grid-template-columns:minmax(0,1fr)!important;
}

/* Einträge werden als klare Tages-Trigger dargestellt und öffnen eine Liste. */
body .rx-main .rx-cal-entry-trigger {
  width:100%!important;
  min-width:0!important;
  min-height:36px!important;
  margin:0!important;
  padding:7px 9px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#7ee338) 30%,var(--rx-border,#dbe5ef))!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 16%,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
  font:inherit!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-align:left!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
body .rx-main .rx-cal-entry-trigger > span {
  min-width:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  line-height:1.15!important;
}
body .rx-main .rx-cal-entry-trigger > b {
  min-width:24px!important;
  height:24px!important;
  padding:0 6px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:var(--rx-accent,#7ee338)!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:12px!important;
  line-height:1!important;
}
body .rx-main .rx-cal-entry-trigger:hover,
body .rx-main .rx-cal-entry-trigger:focus-visible {
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 26%,#fff)!important;
  outline:0!important;
}

.rx-calendar-entry-modal {
  position:fixed!important;
  inset:0!important;
  z-index:12050!important;
  display:none!important;
  place-items:center!important;
  padding:18px!important;
}
.rx-calendar-entry-modal.is-open {
  display:grid!important;
}
.rx-calendar-entry-modal__backdrop {
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(8,22,47,.54)!important;
  cursor:default!important;
  backdrop-filter:blur(2px)!important;
}
.rx-calendar-entry-modal__dialog {
  position:relative!important;
  z-index:1!important;
  width:min(560px,100%)!important;
  max-height:min(720px,calc(100dvh - 36px))!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-modal-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:0 24px 70px rgba(8,22,47,.26)!important;
  outline:0!important;
}
.rx-calendar-entry-modal__header {
  min-height:72px!important;
  padding:14px 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
}
.rx-calendar-entry-modal__header small {
  display:block!important;
  margin:0 0 3px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:600!important;
}
.rx-calendar-entry-modal__header h2 {
  margin:0!important;
  font-size:22px!important;
  line-height:1.15!important;
}
.rx-calendar-entry-modal__close {
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
}
.rx-calendar-entry-modal__list {
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.rx-calendar-entry-modal__item {
  min-width:0!important;
  min-height:66px!important;
  padding:11px 12px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 20px!important;
  align-items:center!important;
  gap:12px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.rx-calendar-entry-modal__item:hover,
.rx-calendar-entry-modal__item:focus-visible {
  border-color:color-mix(in srgb,var(--rx-accent,#7ee338) 55%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 7%,#fff)!important;
  outline:0!important;
}
.rx-calendar-entry-modal__icon {
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 17%,#fff)!important;
  font-size:19px!important;
}
.rx-calendar-entry-modal__copy {
  min-width:0!important;
  display:grid!important;
  gap:4px!important;
}
.rx-calendar-entry-modal__copy strong,
.rx-calendar-entry-modal__copy small {
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-calendar-entry-modal__copy strong {
  font-size:15px!important;
  line-height:1.25!important;
}
.rx-calendar-entry-modal__copy small {
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:500!important;
}
.rx-calendar-entry-modal__arrow {
  color:var(--rx-muted,#536471)!important;
}
body.rx-calendar-modal-open {
  overflow:hidden!important;
}

/* Desktop: die linke Bildfläche reicht exakt über beide rechte Zeilen. */
@media (min-width:681px) {
  body .rx-main .rx-detail-gallery {
    align-items:stretch!important;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;
  }
  body .rx-main .rx-detail-gallery__item--1,
  body .rx-main .rx-detail-gallery__item--1 > .rx-detail-gallery__link,
  body .rx-main .rx-detail-gallery__item--1 > .rx-detail-gallery__link > .rx-detail-gallery__image {
    align-self:stretch!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
  }
  body .rx-main .rx-detail-gallery__item--1 > .rx-media {
    position:absolute!important;
    inset:0!important;
    max-height:none!important;
  }
}

/* Bilddetail: der bestehende vollbreite Slider bleibt erhalten. */
body.single-runnerx_image .rx-main .rx-single-media-wrap,
body.single-runnerx_image .rx-main .rx-media-slider--detail,
body.single-runnerx_image .rx-main .rx-media-slider--detail .rx-media-slider__viewport,
body.single-runnerx_image .rx-main .rx-media-slider--detail .rx-media-slider__track,
body.single-runnerx_image .rx-main .rx-media-slider--detail .rx-media-slider__slide,
body.single-runnerx_image .rx-main .rx-media-slider--detail .rx-media-slider__link {
  width:100%!important;
  max-width:none!important;
}
body.single-runnerx_image .rx-main .rx-media-slider--detail .rx-media-slider__image {
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  object-fit:contain!important;
}

@media (max-width:680px) {
  body .rx-main .rx-calendar-head {
    grid-template-columns:42px minmax(0,1fr) 42px!important;
    gap:8px!important;
    min-height:62px!important;
  }
  body .rx-main .rx-cal-nav {
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
  body .rx-main .rx-calendar-head > h2 {
    font-size:20px!important;
  }
  .rx-calendar-entry-modal {
    padding:10px!important;
    align-items:end!important;
  }
  .rx-calendar-entry-modal__dialog {
    width:100%!important;
    max-height:min(82dvh,720px)!important;
  }
  .rx-calendar-entry-modal__copy strong,
  .rx-calendar-entry-modal__copy small {
    white-space:normal!important;
  }
}


/* --------------------------------------------------------------------------
   RunnerX 6.0.97: Kalender-Counter und globale Toast-Zustände
   -------------------------------------------------------------------------- */
body .rx-main .rx-cal-entry-trigger {
  position:relative!important;
  overflow:visible!important;
  justify-content:flex-start!important;
  padding:8px 18px 8px 9px!important;
}
body .rx-main .rx-cal-entry-trigger > span {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body .rx-main .rx-cal-entry-trigger__label > span {
  display:block!important;
  width:100%!important;
}
body .rx-main .rx-cal-entry-trigger > b {
  position:absolute!important;
  top:-5px!important;
  right:-5px!important;
  z-index:2!important;
  min-width:24px!important;
  height:24px!important;
  margin:0!important;
  box-shadow:0 3px 9px rgba(8,22,47,.18)!important;
}

body .rx-toast {
  border-radius:var(--rx-modal-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:#0f1419!important;
  color:#fff!important;
}
body .rx-toast.rx-toast-normal,
body .rx-toast.normal,
body .rx-toast.rx-toast-info,
body .rx-toast.info {
  background:#0f1419!important;
  color:#fff!important;
}
body .rx-toast.rx-toast-success,
body .rx-toast.success {
  background:#167845!important;
  border-color:#0f6539!important;
  color:#fff!important;
}
body .rx-toast.rx-toast-error,
body .rx-toast.error {
  background:#b42318!important;
  border-color:#8f1d14!important;
  color:#fff!important;
}
body .rx-toast.rx-toast-warning,
body .rx-toast.warning {
  background:#8a4b08!important;
  border-color:#713b05!important;
  color:#fff!important;
}

/* RunnerX 6.0.97: konsistenter Glossar-Index und kompakter Detailabschluss. */
body .rx-main .rx-glossary-page{padding:0!important}
body .rx-main .rx-glossary-search-area{padding:22px 24px!important;background:#fff!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important}
body .rx-main .rx-glossary-search{width:100%!important;margin:0!important}
body .rx-main .rx-glossary-az-area{width:100%!important;padding:16px 24px!important;background:var(--rx-hover,#f4f7f9)!important;border-bottom:1px solid var(--rx-border,#dbe5ef)!important}
body .rx-main .rx-glossary-az-area .rx-az-index{margin:0!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}
body .rx-main .rx-glossary-list{padding:18px 24px!important}
body.single-runnerx_glossary .rx-single-shell.is-edge-media-single .rx-single-media-wrap,
body.single-runnerx_glossary .rx-single-shell.is-edge-media-single .rx-single-featured,
body.single-runnerx_glossary .rx-single-shell.is-edge-media-single .rx-single-featured img{width:100%!important;max-width:none!important}
body.single-runnerx_glossary .rx-glossary-index-return{padding:0 var(--rx-detail-pad-x,20px) 18px!important;margin:0!important}
body.single-runnerx_glossary .rx-glossary-helpful-box{margin-bottom:0!important}
body.single-runnerx_glossary .rx-glossary-helpful-box + .rx-content-tags-section{margin-top:0;border-top:0!important}
@media(max-width:700px){
  body .rx-main .rx-glossary-search-area{padding:16px!important}
  body .rx-main .rx-glossary-az-area{padding:14px 16px!important}
  body .rx-main .rx-glossary-list{padding:14px 12px 96px!important}
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.97: Rezensionen
   -------------------------------------------------------------------------- */
body .rx-main .rx-review-filter{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(190px,260px) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:20px 24px!important;
  margin:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
}
body .rx-main .rx-review-filter .rx-searchbox,
body .rx-main .rx-review-filter select{
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
}
body .rx-main .rx-review-filter select{
  padding:0 42px 0 14px!important;
  color:var(--rx-text,#0f1419)!important;
  font:inherit!important;
  font-weight:600!important;
}
body .rx-main .rx-review-stream{
  padding:16px 0 90px!important;
}
body .rx-main .rx-review-card__content{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(210px,36%)!important;
  gap:20px!important;
  align-items:stretch!important;
}
body .rx-main .rx-review-card__intro{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:10px!important;
}
body .rx-main .rx-review-card__product{
  display:block!important;
  font-size:17px!important;
  line-height:1.3!important;
}
body .rx-main .rx-review-card__meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 14px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:600!important;
}
body .rx-main .rx-review-card__meta span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
}
body .rx-main .rx-review-card__rating,
body .rx-main .rx-review-card__community{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
}
body .rx-main .rx-review-card__rating strong,
body .rx-main .rx-review-card__community b{
  font-size:15px!important;
}
body .rx-main .rx-review-card__rating small,
body .rx-main .rx-review-card__community small{
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:600!important;
}
body .rx-main .rx-review-card__community{
  margin-top:auto!important;
  padding-top:4px!important;
}
body .rx-main .rx-review-card__media{
  position:relative!important;
  min-height:220px!important;
  overflow:hidden!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-hover,#f4f7f9)!important;
}
body .rx-main .rx-review-card__media .rx-media,
body .rx-main .rx-review-card__media img{
  width:100%!important;
  height:100%!important;
  min-height:220px!important;
  display:block!important;
  object-fit:cover!important;
}
body .rx-main .rx-review-discount-badge{
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  z-index:2!important;
  padding:7px 10px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:rgba(15,20,25,.88)!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  backdrop-filter:blur(6px)!important;
}
body .rx-main .rx-review-stars{
  display:inline-flex!important;
  align-items:center!important;
  gap:2px!important;
  color:#f4a000!important;
  font-size:18px!important;
  line-height:1!important;
}
body .rx-main .rx-review-stars i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body .rx-main .rx-review-header-facts{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:1px!important;
  margin:18px 0 0!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-border,#dbe5ef)!important;
}
body .rx-main .rx-review-header-facts>div{
  min-width:0!important;
  padding:12px 14px!important;
  display:grid!important;
  gap:4px!important;
  background:#fff!important;
}
body .rx-main .rx-review-header-facts small,
body .rx-main .rx-review-overview__copy small,
body .rx-main .rx-review-author-score>small{
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:600!important;
}
body .rx-main .rx-review-header-facts strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
}
body .rx-main .rx-review-header-rating>span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
body .rx-main .rx-review-header-rating .rx-review-stars{
  font-size:15px!important;
}
body .rx-main .rx-review-overview{
  display:grid!important;
  gap:18px!important;
}
body .rx-main .rx-review-overview__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(170px,230px)!important;
  gap:18px!important;
  align-items:stretch!important;
}
body .rx-main .rx-review-overview__copy{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body .rx-main .rx-review-overview__copy>span{
  min-width:0!important;
  padding:13px 14px!important;
  display:grid!important;
  gap:4px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-hover,#f7f9fb)!important;
}
body .rx-main .rx-review-overview__copy strong{
  overflow-wrap:anywhere!important;
}
body .rx-main .rx-review-author-score{
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  gap:7px!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,#f4a000 12%,#fff)!important;
  text-align:center!important;
}
body .rx-main .rx-review-author-score>strong{
  font-size:34px!important;
  line-height:1!important;
}
body .rx-main .rx-review-author-score>strong em{
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  font-style:normal!important;
}
body .rx-main .rx-review-buy-link{
  justify-self:start!important;
}
body .rx-main .rx-review-discount-box{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 11%,#fff)!important;
}
body .rx-main .rx-review-discount-box__icon{
  width:52px!important;
  height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:var(--rx-title-icon-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 24%,#fff)!important;
  font-size:23px!important;
}
body .rx-main .rx-review-discount-box__copy{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
body .rx-main .rx-review-discount-box__copy small{
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:600!important;
}
body .rx-main .rx-review-discount-box__copy strong{
  font-size:20px!important;
}
body .rx-main .rx-review-discount-box code{
  width:max-content!important;
  max-width:100%!important;
  padding:5px 8px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  border:1px dashed color-mix(in srgb,var(--rx-accent,#7ee338) 65%,#93a1ad)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  font-weight:800!important;
}
body .rx-main [data-rx-copy-discount].is-copied{
  border-color:#167845!important;
  color:#167845!important;
}
body .rx-main .rx-review-pros-cons{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body .rx-main .rx-review-pros-cons>div{
  min-width:0!important;
  padding:17px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
}
body .rx-main .rx-review-pros{
  background:color-mix(in srgb,#1c9b57 7%,#fff)!important;
}
body .rx-main .rx-review-cons{
  background:color-mix(in srgb,#c9362b 6%,#fff)!important;
}
body .rx-main .rx-review-pros-cons h2{
  margin:0 0 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  font-size:19px!important;
}
body .rx-main .rx-review-pros h2 i{color:#167845!important}
body .rx-main .rx-review-cons h2 i{color:#b42318!important}
body .rx-main .rx-review-pros-cons p{
  margin:0!important;
  line-height:1.6!important;
}
body .rx-main .rx-review-community-rating{
  display:grid!important;
  gap:18px!important;
}
body .rx-main .rx-review-community-rating__summary{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}
body .rx-main .rx-review-community-rating__summary>strong{
  min-width:84px!important;
  font-size:44px!important;
  line-height:1!important;
}
body .rx-main .rx-review-community-rating__summary>div{
  display:grid!important;
  gap:6px!important;
}
body .rx-main .rx-review-community-rating__summary small{
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:600!important;
}
body .rx-main .rx-review-community-rating__control{
  display:grid!important;
  grid-template-columns:minmax(120px,auto) auto minmax(160px,1fr) auto auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-hover,#f7f9fb)!important;
}
body .rx-main .rx-review-community-rating__control>span{
  grid-column:1!important;
  font-weight:800!important;
}
body .rx-main .rx-review-community-rating__control>.rx-review-stars{grid-column:2!important}
body .rx-main .rx-review-community-rating__control input[type=range]{
  grid-column:3!important;
  width:100%!important;
  accent-color:#f4a000!important;
}
body .rx-main .rx-review-rating-control input[type=range]{
  grid-column:2!important;
  width:100%!important;
  accent-color:#f4a000!important;
}
body .rx-main .rx-review-community-rating__control output,
body .rx-main .rx-review-rating-control output{
  min-width:58px!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:14px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-community-rating__control>output{grid-column:4!important}
body .rx-main .rx-review-community-rating__control>.rx-btn{grid-column:5!important}
body .rx-main .rx-review-rating-control>output{grid-column:3!important}
body .rx-main .rx-review-rating-control{
  display:grid!important;
  grid-template-columns:auto minmax(180px,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  min-height:54px!important;
  padding:12px 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
}
body .rx-main .rx-review-rating-control .rx-review-stars{
  font-size:21px!important;
}
body .rx-main .rx-review-gallery-panel .rx-media-slider{
  width:100%!important;
}

@media(max-width:820px){
  body .rx-main .rx-review-filter{
    grid-template-columns:minmax(0,1fr) minmax(180px,220px)!important;
  }
  body .rx-main .rx-review-filter .rx-btn{
    grid-column:1/-1!important;
    width:100%!important;
  }
  body .rx-main .rx-review-header-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body .rx-main .rx-review-overview__grid{
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-review-overview__copy{
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-review-author-score{
    align-items:flex-start!important;
    text-align:left!important;
  }
  body .rx-main .rx-review-community-rating__control{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  body .rx-main .rx-review-community-rating__control>span{grid-column:1/-1!important}
  body .rx-main .rx-review-community-rating__control>.rx-review-stars{grid-column:1!important}
  body .rx-main .rx-review-community-rating__control input[type=range]{grid-column:1/-1!important}
  body .rx-main .rx-review-community-rating__control>output{grid-column:2!important}
  body .rx-main .rx-review-community-rating__control>.rx-btn{grid-column:1/-1!important;width:100%!important}
}
@media(max-width:680px){
  body .rx-main .rx-review-filter{
    grid-template-columns:1fr!important;
    padding:16px!important;
  }
  body .rx-main .rx-review-filter .rx-btn{grid-column:auto!important}
  body .rx-main .rx-review-card__content{
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-review-card__media{
    min-height:210px!important;
  }
  body .rx-main .rx-review-header-facts{
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-review-header-facts strong{
    white-space:normal!important;
  }
  body .rx-main .rx-review-discount-box{
    grid-template-columns:46px minmax(0,1fr)!important;
  }
  body .rx-main .rx-review-discount-box__icon{
    width:46px!important;
    height:46px!important;
  }
  body .rx-main .rx-review-discount-box .rx-btn{
    grid-column:1/-1!important;
    width:100%!important;
  }
  body .rx-main .rx-review-pros-cons{
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-review-community-rating__summary>strong{
    min-width:68px!important;
    font-size:38px!important;
  }
  body .rx-main .rx-review-community-rating__control{
    grid-template-columns:1fr!important;
  }
  body .rx-main .rx-review-community-rating__control>span,
  body .rx-main .rx-review-community-rating__control>.rx-review-stars,
  body .rx-main .rx-review-community-rating__control>output,
  body .rx-main .rx-review-community-rating__control>.rx-btn{
    grid-column:1!important;
  }
  body .rx-main .rx-review-community-rating__control input[type=range]{grid-column:auto!important}
  body .rx-main .rx-review-community-rating__control .rx-btn{
    width:100%!important;
  }
  body .rx-main .rx-review-rating-control{
    grid-template-columns:1fr auto!important;
  }
  body .rx-main .rx-review-rating-control input[type=range]{
    grid-column:1/-1!important;
    grid-row:2!important;
  }
}

/* RunnerX 6.0.97 final: stabile Kalenderlabels, Toasts und Sternebedienung. */
body .rx-main .rx-cal-entry-trigger__label{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:1px!important;
  min-width:0!important;
  padding-right:4px!important;
}
body .rx-main .rx-cal-entry-trigger__label>span{
  display:block!important;
  max-width:100%!important;
  line-height:1.08!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:auto!important;
}
body .rx-main .rx-calendar-grid.is-month .rx-cal-day,
body .rx-main .rx-calendar-grid.is-week .rx-cal-day{
  overflow:visible!important;
}
body .rx-main .rx-review-stars--interactive{
  cursor:pointer!important;
  user-select:none!important;
  touch-action:manipulation!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
}
body .rx-main .rx-review-stars--interactive:focus-visible{
  outline:2px solid var(--rx-accent,#7ee338)!important;
  outline-offset:4px!important;
}
body .rx-main .rx-review-stars--interactive i{
  min-width:1em!important;
  pointer-events:auto!important;
}
body .rx-main .rx-review-rating-control.is-enhanced input[type=range],
body .rx-main .rx-review-community-rating__control.is-enhanced input[type=range]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
}
body .rx-toast{
  overflow-wrap:anywhere!important;
  transition:opacity .25s ease,transform .25s ease!important;
}
body .rx-toast>i{
  flex:0 0 auto!important;
  font-size:18px!important;
}
body .rx-toast>span{
  min-width:0!important;
  line-height:1.4!important;
}
@media(max-width:680px){
  body .rx-main .rx-cal-entry-trigger{
    min-height:42px!important;
    padding-right:16px!important;
    font-size:11px!important;
  }
}

/* AJAX-Filter der Rezensionsübersicht: ruhig, ohne Layoutsprung. */
body .rx-main .rx-review-results {
  transition:opacity .16s ease!important;
}
body .rx-main .rx-review-results.is-loading {
  opacity:.52!important;
  pointer-events:none!important;
}
body .rx-main .rx-review-filter.is-loading .rx-btn {
  opacity:.72!important;
  pointer-events:none!important;
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.99: Rezensionen, dynamische Galerien und globale Detailkorrekturen
   -------------------------------------------------------------------------- */

/* Rezensionskarte: klare Bild-/Informationshierarchie statt einer losen
   Ansammlung einzelner Metazeilen. */
body .rx-main .rx-review-card__content{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  align-items:stretch!important;
  padding:0!important;
  overflow:hidden!important;
}
body .rx-main .rx-review-card__content.has-media{
  grid-template-columns:minmax(235px,40%) minmax(0,1fr)!important;
}
body .rx-main .rx-review-card__media{
  position:relative!important;
  min-height:300px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:var(--rx-hover,#f4f7f9)!important;
}
body .rx-main .rx-review-card__media .rx-media,
body .rx-main .rx-review-card__media .rx-x-card__featured,
body .rx-main .rx-review-card__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:300px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
}
body .rx-main .rx-review-card__intro{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:13px!important;
  padding:22px 24px!important;
}
body .rx-main .rx-review-card__eyebrow{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
}
body .rx-main .rx-review-card__eyebrow .rx-type,
body .rx-main .rx-review-card__eyebrow .rx-content-badge{
  margin:0!important;
}
body .rx-main .rx-review-card__category{
  position:absolute!important;
  top:12px!important;
  left:12px!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:32px!important;
  max-width:calc(100% - 24px)!important;
  padding:0 10px!important;
  overflow:hidden!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:rgba(255,255,255,.92)!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  box-shadow:0 5px 18px rgba(15,20,25,.12)!important;
  backdrop-filter:blur(5px)!important;
}
body .rx-main .rx-review-card__category.is-inline{
  position:static!important;
  max-width:100%!important;
  background:var(--rx-hover,#f4f7f9)!important;
  box-shadow:none!important;
}
body .rx-main .rx-review-card__identity{
  display:grid!important;
  gap:5px!important;
  padding:12px 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-hover,#f7f9fb)!important;
}
body .rx-main .rx-review-card__identity strong{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  font-size:17px!important;
  line-height:1.3!important;
}
body .rx-main .rx-review-card__identity span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
body .rx-main .rx-review-card__scoreboard{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
body .rx-main .rx-review-card__scoreboard>.rx-review-card__score:only-child{
  grid-column:1/-1!important;
}
body .rx-main .rx-review-card__score{
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
  padding:12px 13px!important;
  border:1px solid color-mix(in srgb,#f4a000 23%,var(--rx-border,#dbe5ef))!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,#f4a000 7%,#fff)!important;
}
body .rx-main .rx-review-card__score.is-community{
  border-color:color-mix(in srgb,var(--rx-accent,#7ee338) 35%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 7%,#fff)!important;
}
body .rx-main .rx-review-card__score>small{
  color:var(--rx-muted,#536471)!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:750!important;
}
body .rx-main .rx-review-card__score>span{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
}
body .rx-main .rx-review-card__score strong{
  font-size:15px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-card__score strong em{
  color:var(--rx-muted,#536471)!important;
  font-size:11px!important;
  font-style:normal!important;
}
body .rx-main .rx-review-card__score>b{
  color:var(--rx-muted,#536471)!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:650!important;
}
body .rx-main .rx-review-card__excerpt{
  margin:0!important;
  color:var(--rx-text,#0f1419)!important;
  line-height:1.58!important;
}
body .rx-main .rx-review-card__read-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  min-height:42px!important;
  margin-top:auto!important;
  padding:0 12px 0 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  color:var(--rx-text,#0f1419)!important;
  background:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body .rx-main .rx-review-card__read-more:hover{
  border-color:color-mix(in srgb,var(--rx-accent,#7ee338) 65%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 7%,#fff)!important;
}

/* Produktdaten in zwei klaren Zeilen: drei Stammdaten, darunter die Bewertung. */
body .rx-main .rx-review-overview__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:12px!important;
}
body .rx-main .rx-review-overview__copy{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body .rx-main .rx-review-author-score{
  min-width:0!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  width:100%!important;
  padding:15px 17px!important;
  border:1px solid color-mix(in srgb,#f4a000 24%,var(--rx-border,#dbe5ef))!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,#f4a000 10%,#fff)!important;
  text-align:left!important;
}
body .rx-main .rx-review-author-score__value{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
}
body .rx-main .rx-review-author-score__value>strong{
  font-size:32px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-author-score__value>strong em{
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  font-style:normal!important;
}

/* Pro und Kontra sind eigenständige vollbreite Zeilen. Der Übergang vom
   Fließtext bleibt kompakt – besonders auf Mobilgeräten. */
body.single-runnerx_review .rx-main .rx-review-content{
  margin-bottom:0;
  padding-bottom:8px!important;
}
body.single-runnerx_review .rx-main .rx-review-content>:last-child{
  margin-bottom:0;
}
body .rx-main .rx-review-pros-cons{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:12px!important;
  padding-top:8px!important;
}
body .rx-main .rx-review-pros-cons>div{
  width:100%!important;
}

/* Community-Bewertung: keine ausbrechende Fünfspalten-Zeile. */
body .rx-main .rx-review-community-rating{
  min-width:0!important;
  overflow:hidden!important;
}
body .rx-main .rx-review-community-rating__summary{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
body .rx-main .rx-review-community-rating__summary>strong{
  flex:0 0 auto!important;
  min-width:66px!important;
  font-size:36px!important;
  line-height:1!important;
}
body .rx-main .rx-review-community-rating__summary>div{
  min-width:0!important;
}
body .rx-main .rx-review-community-rating__control{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px 16px!important;
  padding:14px!important;
}
body .rx-main .rx-review-community-rating__label{
  grid-column:1/-1!important;
  justify-self:start!important;
  font-weight:850!important;
}
body .rx-main .rx-review-community-rating__selection{
  grid-column:1!important;
  min-width:0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:12px!important;
}
body .rx-main .rx-review-community-rating__selection>.rx-review-stars{
  font-size:28px!important;
}
body .rx-main .rx-review-community-rating__selection>output{
  min-width:58px!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:14px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-community-rating__control>input[type=range]{
  grid-column:1/-1!important;
  width:100%!important;
}
body .rx-main .rx-review-community-rating__control>.rx-btn{
  grid-column:2!important;
  max-width:240px!important;
  white-space:normal!important;
}
body .rx-main .rx-review-stars--interactive{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  padding:2px!important;
}
body .rx-main .rx-review-stars--interactive i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:1.2em!important;
  min-width:1.2em!important;
  height:1.55em!important;
  font-size:inherit!important;
  line-height:1!important;
}
body .rx-main .rx-review-rating-control .rx-review-stars{
  font-size:26px!important;
}

/* Eine Galerie erhält nur so viel Höhe, wie die tatsächliche Bildanzahl
   benötigt. Der Außencontainer clippt alle vier konfigurierten Rundungen. */
body .rx-main .rx-detail-gallery{
  position:relative!important;
  display:grid!important;
  gap:4px!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0 20px 22px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .rx-main .rx-gallery-panel .rx-detail-gallery{
  width:100%!important;
  margin:14px 0 0!important;
}
body .rx-main .rx-detail-gallery__item{
  position:relative!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:var(--rx-hover,#eef2f5)!important;
}
body .rx-main .rx-detail-gallery__link{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
}
body .rx-main .rx-detail-gallery__image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
}
body .rx-main .rx-detail-gallery--count-1{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:minmax(0,1fr)!important;
  aspect-ratio:16/9!important;
}
body .rx-main .rx-detail-gallery--count-1 .rx-detail-gallery__item--1{
  grid-column:1!important;
  grid-row:1!important;
}
body .rx-main .rx-detail-gallery--count-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:minmax(0,1fr)!important;
  aspect-ratio:16/6.4!important;
}
body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--1{
  grid-column:1!important;
  grid-row:1!important;
}
body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--2{
  grid-column:2!important;
  grid-row:1!important;
}
body .rx-main .rx-detail-gallery--count-3{
  grid-template-columns:minmax(0,1.55fr) minmax(0,.9fr)!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  height:clamp(300px,43vw,430px)!important;
  aspect-ratio:auto!important;
}
body .rx-main .rx-detail-gallery--count-3 .rx-detail-gallery__item--1{
  grid-column:1!important;
  grid-row:1/3!important;
}
body .rx-main .rx-detail-gallery--count-3 .rx-detail-gallery__item--2{
  grid-column:2!important;
  grid-row:1!important;
}
body .rx-main .rx-detail-gallery--count-3 .rx-detail-gallery__item--3{
  grid-column:2!important;
  grid-row:2!important;
}

/* Globale Leermeldungen brauchen seitlich denselben Abstand wie die Inhalte. */
body .rx-main .rx-empty-state{
  width:auto!important;
  max-width:none!important;
  margin-left:12px!important;
  margin-right:12px!important;
  box-sizing:border-box!important;
}

/* Glossarbild tatsächlich bis an die Kanten der Detailkarte; der Indexknopf
   bleibt exakt mit dem Fließtext bündig. */
body.single-runnerx_glossary .rx-main .rx-single-shell.is-glossary>.rx-single-media-wrap{
  width:calc(100% + 40px)!important;
  max-width:none!important;
  margin-left:-20px!important;
  margin-right:-20px!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
}
body.single-runnerx_glossary .rx-main .rx-single-shell.is-glossary>.rx-single-media-wrap .rx-single-featured,
body.single-runnerx_glossary .rx-main .rx-single-shell.is-glossary>.rx-single-media-wrap .rx-media,
body.single-runnerx_glossary .rx-main .rx-single-shell.is-glossary>.rx-single-media-wrap img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
}
body.single-runnerx_glossary .rx-main .rx-glossary-index-return{
  margin:25px 0!important;
  padding:0 var(--rx-detail-pad-x,20px)!important;
}

@media(max-width:820px){
  body .rx-main .rx-review-card__content.has-media{
    grid-template-columns:minmax(210px,38%) minmax(0,1fr)!important;
  }
  body .rx-main .rx-review-card__scoreboard{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body .rx-main .rx-review-card__scoreboard>.rx-review-card__score{
    grid-column:1!important;
  }
}

@media(max-width:680px){
  body .rx-main .rx-review-card__content.has-media{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body .rx-main .rx-review-card__media,
  body .rx-main .rx-review-card__media .rx-media,
  body .rx-main .rx-review-card__media .rx-x-card__featured,
  body .rx-main .rx-review-card__media img{
    min-height:220px!important;
    height:220px!important;
  }
  body .rx-main .rx-review-card__intro{
    padding:17px 16px 19px!important;
  }
  body .rx-main .rx-review-overview__copy{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body .rx-main .rx-review-author-score{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  body .rx-main .rx-review-author-score__value{
    width:100%!important;
    justify-content:space-between!important;
  }
  body.single-runnerx_review .rx-main .rx-review-content{
    padding-bottom:4px!important;
  }
  body .rx-main .rx-review-pros-cons{
    padding-top:6px!important;
  }
  body .rx-main .rx-review-community-rating__summary>strong{
    min-width:58px!important;
    font-size:32px!important;
  }
  body .rx-main .rx-review-community-rating__control{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
  }
  body .rx-main .rx-review-community-rating__label,
  body .rx-main .rx-review-community-rating__selection,
  body .rx-main .rx-review-community-rating__control>input[type=range],
  body .rx-main .rx-review-community-rating__control>.rx-btn{
    grid-column:1!important;
  }
  body .rx-main .rx-review-community-rating__selection{
    justify-content:flex-start!important;
  }
  body .rx-main .rx-review-community-rating__selection>.rx-review-stars,
  body .rx-main .rx-review-rating-control .rx-review-stars{
    font-size:31px!important;
  }
  body .rx-main .rx-review-community-rating__control>.rx-btn{
    width:100%!important;
    max-width:none!important;
  }
  body .rx-main .rx-review-rating-control{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  body .rx-main .rx-review-rating-control>.rx-review-stars{
    grid-column:1!important;
  }
  body .rx-main .rx-review-rating-control>output{
    grid-column:2!important;
  }
  body .rx-main .rx-detail-gallery{
    margin-left:14px!important;
    margin-right:14px!important;
  }
  body .rx-main .rx-gallery-panel .rx-detail-gallery{
    margin-left:0!important;
    margin-right:0!important;
  }
  body .rx-main .rx-detail-gallery--count-1{
    aspect-ratio:4/3!important;
  }
  body .rx-main .rx-detail-gallery--count-2{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    aspect-ratio:auto!important;
  }
  body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--1,
  body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--2{
    grid-column:1!important;
    aspect-ratio:16/10!important;
  }
  body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--1{grid-row:1!important}
  body .rx-main .rx-detail-gallery--count-2 .rx-detail-gallery__item--2{grid-row:2!important}
  body .rx-main .rx-detail-gallery--count-3{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto auto!important;
    height:auto!important;
  }
  body .rx-main .rx-detail-gallery--count-3 .rx-detail-gallery__item--1{
    grid-column:1/3!important;
    grid-row:1!important;
    aspect-ratio:16/9!important;
  }
  body .rx-main .rx-detail-gallery--count-3 .rx-detail-gallery__item--2{
    grid-column:1!important;
    grid-row:2!important;
    aspect-ratio:4/3!important;
  }
  body .rx-main .rx-detail-gallery--count-3 .rx-detail-gallery__item--3{
    grid-column:2!important;
    grid-row:2!important;
    aspect-ratio:4/3!important;
  }
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.99: finale globale Korrekturen
   -------------------------------------------------------------------------- */

/* Rezensionskarten orientieren sich an den Laufkarten: Bild oben, drei klar
   lesbare Kennzahlen als Overlay und Produktinformationen darunter. */
body .rx-main .rx-review-card__content,
body .rx-main .rx-review-card__content.has-media{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body .rx-main .rx-review-card__media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:var(--rx-hover,#f4f7f9)!important;
}
body .rx-main .rx-review-card__media .rx-media,
body .rx-main .rx-review-card__media .rx-x-card__featured,
body .rx-main .rx-review-card__media img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
}
body .rx-main .rx-review-card__media-stats{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:14px!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  pointer-events:none!important;
}
body .rx-main .rx-review-card__media-stat{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:58px!important;
  padding:9px 11px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:rgba(8,22,47,.9)!important;
  color:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}
body .rx-main .rx-review-card__media-stat>i{
  flex:0 0 auto!important;
  color:var(--rx-runner,#7ee83f)!important;
  font-size:21px!important;
  line-height:1!important;
}
body .rx-main .rx-review-card__media-stat>span{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
body .rx-main .rx-review-card__media-stat small{
  display:block!important;
  overflow:hidden!important;
  color:rgba(255,255,255,.76)!important;
  font-size:11px!important;
  line-height:1.15!important;
  font-weight:600!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-card__media-stat strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-card__media .rx-review-discount-badge{
  top:14px!important;
  right:14px!important;
  bottom:auto;
  left:auto;
  z-index:4!important;
}
body .rx-main .rx-review-card__intro{
  width:100%!important;
  min-width:0!important;
  padding:20px 22px 22px!important;
}
body .rx-main .rx-review-card__identity{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 18px!important;
}
body .rx-main .rx-review-card__identity>span{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:3px!important;
}

/* Bewertungs-Overlay auf der Rezensionsdetailseite. */
body.single-runnerx_review .rx-main .rx-review-single-media{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
}
body.single-runnerx_review .rx-main .rx-review-detail-media,
body.single-runnerx_review .rx-main .rx-review-detail-media>a,
body.single-runnerx_review .rx-main .rx-review-detail-media img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.single-runnerx_review .rx-main .rx-review-single-rating-overlay{
  position:absolute!important;
  left:16px!important;
  bottom:16px!important;
  z-index:4!important;
  display:grid!important;
  gap:5px!important;
  max-width:calc(100% - 32px)!important;
  padding:11px 14px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:rgba(8,22,47,.9)!important;
  color:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.2)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}
body.single-runnerx_review .rx-main .rx-review-single-rating-overlay small{
  color:rgba(255,255,255,.78)!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:700!important;
}
body.single-runnerx_review .rx-main .rx-review-single-rating-overlay>span{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:9px!important;
}
body.single-runnerx_review .rx-main .rx-review-single-rating-overlay .rx-review-stars{
  color:#ffad00!important;
  font-size:21px!important;
  line-height:1!important;
}
body.single-runnerx_review .rx-main .rx-review-single-rating-overlay strong{
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

/* Im Rich-Text-Editor wird überall der Texteingabe-Cursor angezeigt; die
   Werkzeugleiste bleibt bewusst als klickbare Bedienoberfläche erkennbar. */
body .rx-main .rx-wysiwyg-area,
body .rx-main .rx-wysiwyg-area *{
  cursor:text!important;
}
body .rx-main .rx-wysiwyg-toolbar,
body .rx-main .rx-wysiwyg-toolbar *,
body .rx-main [data-rx-editor-image-action],
body .rx-main [data-rx-editor-image-action] *{
  cursor:pointer!important;
}

/* Glossar-Index: ohne künstlichen Seiteneinzug, bündig mit dem Fließtext. */
body.single-runnerx_glossary .rx-main .rx-glossary-index-return{
  width:auto!important;
  margin:25px 0!important;
  padding:0!important;
}
body.single-runnerx_glossary .rx-main .rx-glossary-index-return .rx-index-btn{
  margin:0!important;
}

/* Kreisförmiger Ladeindikator, bis ein Stream nach dem DOM-Aufbau sichtbar
   geschaltet wird. Ohne JavaScript bleibt der Inhalt immer sichtbar. */
body .rx-main .rx-stream-stage{
  position:relative!important;
  min-height:82px!important;
}
body .rx-main .rx-stream-preloader{
  display:none!important;
  min-height:82px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  color:var(--rx-accent,var(--rx-runner,#69dc2f))!important;
}
.rx-js body .rx-main .rx-stream-stage:not(.is-ready)>.rx-stream-preloader{
  display:flex!important;
}
.rx-js body .rx-main .rx-stream-stage:not(.is-ready)>[data-rx-stream]{
  visibility:hidden!important;
  opacity:0!important;
}
.rx-js body .rx-main .rx-stream-stage.is-ready>.rx-stream-preloader{
  display:none!important;
}
.rx-js body .rx-main .rx-stream-stage.is-ready>[data-rx-stream]{
  visibility:visible!important;
  opacity:1!important;
  transition:opacity .16s ease!important;
}
body .rx-main .rx-stream-preloader .rx-loading-spinner{
  width:34px!important;
  height:34px!important;
  border-width:3px!important;
}

/* Geburtstagswidget in derselben visuellen Sprache wie Personen- und
   Eventwidgets der Seitenleiste. */
.rx-widget-birthdays .rx-sidebar-birthday-list{
  display:flex!important;
  flex-direction:column!important;
  margin:0!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-row{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:11px 0!important;
  border-top:1px solid var(--rx-border,#e1e8ed)!important;
  color:var(--rx-text,#0f1419)!important;
  text-decoration:none!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-row:first-child{
  border-top:0;
}
.rx-widget-birthdays .rx-sidebar-birthday-row>.rx-avatar,
.rx-widget-birthdays .rx-sidebar-birthday-row>img{
  width:40px!important;
  height:40px!important;
  margin:0!important;
  border-radius:999px!important;
  object-fit:cover!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-copy{
  min-width:0!important;
  display:grid!important;
  gap:2px!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-copy b,
.rx-widget-birthdays .rx-sidebar-birthday-copy small{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  line-height:1.2!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-copy b{
  font-size:14px!important;
  font-weight:800!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-copy small{
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:500!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-row time{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  padding:6px 8px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:var(--rx-hover,#f4f7f9)!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.rx-widget-birthdays .rx-sidebar-birthday-row time i{
  color:var(--rx-runner,#69dc2f)!important;
}

/* Lesezeichenübersicht: Kopfzeile bleibt auch mit langem Titel und Zähler
   sauber ausgerichtet. */
body .rx-main .rx-bookmarks-page__head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
body .rx-main .rx-bookmarks-page__head .rx-page-section-head__title{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body .rx-main .rx-bookmarks-page__head .rx-bookmark-clear{
  flex:0 0 auto!important;
}

@media(max-width:680px){
  body .rx-main .rx-review-card__media{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
  }
  body .rx-main .rx-review-card__media .rx-media,
  body .rx-main .rx-review-card__media .rx-x-card__featured,
  body .rx-main .rx-review-card__media img{
    height:100%!important;
    min-height:0!important;
  }
  body .rx-main .rx-review-card__media-stats{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    gap:5px!important;
  }
  body .rx-main .rx-review-card__media-stat{
    min-height:44px!important;
    gap:5px!important;
    padding:7px 6px!important;
  }
  body .rx-main .rx-review-card__media-stat>i{
    font-size:16px!important;
  }
  body .rx-main .rx-review-card__media-stat small{
    display:none!important;
  }
  body .rx-main .rx-review-card__media-stat strong{
    font-size:11px!important;
  }
  body .rx-main .rx-review-card__media .rx-review-discount-badge{
    top:8px!important;
    right:8px!important;
  }
  body .rx-main .rx-review-card__intro{
    padding:17px 16px 19px!important;
  }
  body .rx-main .rx-review-card__identity{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body.single-runnerx_review .rx-main .rx-review-single-rating-overlay{
    left:10px!important;
    bottom:10px!important;
    max-width:calc(100% - 20px)!important;
    padding:9px 11px!important;
  }
  body.single-runnerx_review .rx-main .rx-review-single-rating-overlay .rx-review-stars{
    font-size:19px!important;
  }
  body .rx-main .rx-bookmarks-page__head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  body .rx-main .rx-bookmarks-page__head .rx-bookmark-clear{
    width:100%!important;
    justify-content:center!important;
  }
}


/* --------------------------------------------------------------------------
   RunnerX 6.0.100: Navigation, Rezension, Hovercard und Widget-Feinschliff
   -------------------------------------------------------------------------- */

/* Rezension im Stream: Typ-Badge und Titel stehen vor dem Bild. */
body .rx-main .rx-review-card__heading{
  width:100%!important;
  min-width:0!important;
  padding:20px 22px 14px!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-review-card__heading .rx-review-card__eyebrow{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 9px!important;
}
body .rx-main .rx-review-card__heading .rx-x-card__title{
  margin:0!important;
}
body .rx-main .rx-review-card__media{
  width:calc(100% - 44px)!important;
  margin:0 22px!important;
  border-radius:var(--rx-media-radius,var(--rx-radius,8px))!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-review-card__media .rx-media,
body .rx-main .rx-review-card__media .rx-x-card__featured,
body .rx-main .rx-review-card__media img{
  border-radius:inherit!important;
}
body .rx-main .rx-review-card__intro{
  padding:16px 22px 22px!important;
}
body .rx-main .rx-review-card__identity{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body .rx-main .rx-review-discount-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:0!important;
  padding:7px 9px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
}
body .rx-main .rx-review-discount-badge small,
body .rx-main .rx-review-discount-badge strong{
  display:block!important;
  margin:0!important;
  color:inherit!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-discount-badge small{
  font-size:10px!important;
  font-weight:700!important;
  opacity:.78!important;
}
body .rx-main .rx-review-discount-badge strong{
  font-size:12px!important;
  font-weight:900!important;
}

/* Geburtstagswidget: Inhalt folgt denselben 16px-Innenabständen wie die
   übrigen Sidebar-Widgets. */
.rx-widget-birthdays .rx-sidebar-birthday-list{
  padding:0 16px 12px!important;
}
.rx-widget-birthdays .rx-sidebar-empty{
  margin:0!important;
  padding:10px 16px 16px!important;
}

/* Usermenü im mobilen Drawer. */
.rx-mobile-account-menu{
  display:grid!important;
  gap:8px!important;
  margin:12px 6px 4px!important;
  padding:12px!important;
  border:1px solid var(--rx-border,#e6edf3)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
}
.rx-mobile-account-menu__head{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  padding:2px 4px 8px!important;
  border-bottom:1px solid var(--rx-border,#e6edf3)!important;
}
.rx-mobile-account-menu__head>.rx-avatar,
.rx-mobile-account-menu__head>img{
  width:44px!important;
  height:44px!important;
  margin:0!important;
}
.rx-mobile-account-menu__head>span{
  min-width:0!important;
  display:grid!important;
  gap:2px!important;
}
.rx-mobile-account-menu__head strong,
.rx-mobile-account-menu__head small{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-mobile-account-menu__head small{
  color:var(--rx-muted,#536471)!important;
}
.rx-mobile-account-menu__links{
  display:grid!important;
  gap:2px!important;
}
.rx-mobile-drawer-nav .rx-mobile-account-menu__links a{
  min-height:42px!important;
  padding:0 10px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  font-size:15px!important;
  font-weight:850!important;
}
.rx-mobile-drawer-nav .rx-mobile-account-menu__links a i{
  width:22px!important;
  font-size:19px!important;
}

/* Hovercard-Bearbeiten entspricht dem gerahmten Profilbutton. */
#rxTypedHovercard .rx-hover-edit,
.rx-global-hovercard .rx-hover-edit{
  min-width:0!important;
  min-height:38px!important;
  padding:0 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-text,#07101d)!important;
  box-shadow:none!important;
  font-weight:900!important;
}
#rxTypedHovercard .rx-hover-edit:hover,
#rxTypedHovercard .rx-hover-edit:focus-visible,
.rx-global-hovercard .rx-hover-edit:hover,
.rx-global-hovercard .rx-hover-edit:focus-visible{
  border-color:var(--rx-text,#07101d)!important;
  background:var(--rx-hover,#f2f5f7)!important;
  color:var(--rx-text,#07101d)!important;
  box-shadow:none!important;
}

/* Der untere Glossar-Link befindet sich jetzt im Inhaltscontainer und ist
   dadurch exakt bündig mit dem Fließtext. */
body.single-runnerx_glossary .rx-main .rx-glossary-content>.rx-glossary-index-return{
  width:auto!important;
  margin:25px 0!important;
  padding:0!important;
}
body.single-runnerx_glossary .rx-main .rx-glossary-content>.rx-glossary-index-return .rx-index-btn{
  margin:0!important;
}

@media(max-width:680px){
  body .rx-main .rx-review-card__heading{
    padding:17px 16px 12px!important;
  }
  body .rx-main .rx-review-card__media{
    width:calc(100% - 24px)!important;
    margin:0 12px!important;
  }
  body .rx-main .rx-review-card__intro{
    padding:14px 16px 19px!important;
  }
  body .rx-main .rx-review-card__identity{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body .rx-main .rx-review-discount-badge{
    gap:4px!important;
    padding:6px 7px!important;
  }
  body .rx-main .rx-review-discount-badge small{
    font-size:9px!important;
  }
  body .rx-main .rx-review-discount-badge strong{
    font-size:11px!important;
  }
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.101: Rezensionskarten im globalen Streamraster
   -------------------------------------------------------------------------- */

/* Badge, Titel, Bild und Actionbar verwenden jetzt exakt dieselbe Inhaltskante
   wie Laufkarten. Die zusätzlichen 6.0.100-Innenabstände werden aufgehoben. */
body .rx-main .rx-review-card__heading{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-review-card__heading .rx-review-card__eyebrow{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 6px!important;
}
body .rx-main .rx-review-card__heading .rx-x-card__title{
  margin:0!important;
}
body .rx-main .rx-review-card__media{
  width:100%!important;
  max-width:none!important;
  margin:11px 0 0!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-review-card__media .rx-media,
body .rx-main .rx-review-card__media .rx-x-card__featured,
body .rx-main .rx-review-card__media img{
  border-radius:0!important;
}
body .rx-main .rx-review-card__intro{
  width:100%!important;
  min-width:0!important;
  gap:12px!important;
  margin:0!important;
  padding:14px 0 0!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-review-card__identity{
  width:100%!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

@media(max-width:680px){
  body .rx-main .rx-review-card__heading{
    padding:0!important;
  }
  body .rx-main .rx-review-card__media{
    width:100%!important;
    margin:10px 0 0!important;
  }
  body .rx-main .rx-review-card__intro{
    padding:12px 0 0!important;
  }
  body .rx-main .rx-review-card__identity{
    grid-template-columns:minmax(0,1fr)!important;
  }
  /* Die drei Bezeichnungen bleiben auf Touch-Geräten sichtbar. */
  body .rx-main .rx-review-card__media-stat small{
    display:block!important;
    font-size:9px!important;
    line-height:1.1!important;
  }
  body .rx-main .rx-review-card__media-stat strong{
    font-size:11px!important;
  }
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.102: vollständiges Desktoplogo im mobilen Drawer
   -------------------------------------------------------------------------- */
@media (max-width: 900px), (pointer: coarse) and (orientation: portrait){
  .rx-mobile-drawer-brand--desktop-logo{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 104px)!important;
  }
  .rx-mobile-drawer-brand--desktop-logo .rx-mobile-drawer-logo{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    max-width:230px!important;
    min-width:0!important;
    gap:10px!important;
  }
  .rx-mobile-drawer-brand--desktop-logo .rx-mobile-drawer-logo .rx-logo-img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:54px!important;
    object-fit:contain!important;
    border-radius:0!important;
  }
  .rx-mobile-drawer-brand--desktop-logo .rx-mobile-drawer-logo .rx-logo{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:var(--rx-radius,8px)!important;
  }
  .rx-mobile-drawer-brand--desktop-logo .rx-mobile-drawer-logo strong{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

/* --------------------------------------------------------------------------
   RunnerX 6.0.104: globale Radien für Rezensionen und Link-Inhalte
   -------------------------------------------------------------------------- */
:root{
  --rx-global-card-radius:var(--rx-card-radius,var(--rx-radius,8px));
  --rx-global-media-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)));
  --rx-global-control-radius:var(--rx-control-radius,var(--rx-radius,8px));
}

/* Rezensionen: Medien und alle Informationsboxen respektieren die im Backend
   gewählten globalen Radiuswerte. Der letzte Block gewinnt bewusst gegen alte
   versionierte Hotfix-Regeln mit festen bzw. null Radien. */
body .rx-main .rx-review-card__media,
body.single-runnerx_review .rx-main .rx-review-single-media,
body.single-runnerx_review .rx-main .rx-review-detail-media,
body.single-runnerx_review .rx-main .rx-review-detail-media>a,
body.single-runnerx_review .rx-main .rx-single-media-wrap--review{
  overflow:hidden!important;
  border-radius:var(--rx-global-media-radius)!important;
}
body .rx-main .rx-review-card__media .rx-media,
body .rx-main .rx-review-card__media .rx-x-card__featured,
body .rx-main .rx-review-card__media picture,
body .rx-main .rx-review-card__media img,
body.single-runnerx_review .rx-main .rx-review-single-media .rx-media,
body.single-runnerx_review .rx-main .rx-review-detail-media>a,
body.single-runnerx_review .rx-main .rx-review-detail-media picture,
body.single-runnerx_review .rx-main .rx-review-detail-media img{
  border-radius:inherit!important;
}
body .rx-main .rx-review-card__identity,
body .rx-main .rx-review-card__score,
body .rx-main .rx-review-card__media-stat,
body .rx-main .rx-review-header-facts,
body .rx-main .rx-review-overview,
body .rx-main .rx-review-overview__copy>span,
body .rx-main .rx-review-author-score,
body .rx-main .rx-review-discount-box,
body .rx-main .rx-review-pros-cons>div,
body .rx-main .rx-review-community-rating,
body .rx-main .rx-review-community-rating__summary,
body .rx-main .rx-review-community-rating__control,
body .rx-main .rx-review-rating-control,
body .rx-main .rx-review-gallery-panel{
  border-radius:var(--rx-global-card-radius)!important;
}
body .rx-main .rx-review-discount-badge,
body .rx-main .rx-review-card__read-more,
body .rx-main .rx-review-buy-link,
body .rx-main .rx-review-copy-code,
body .rx-main .rx-review-community-rating__control>.rx-btn{
  border-radius:var(--rx-global-control-radius)!important;
}

/* Geteilte Links: dieselbe Streamgeometrie und dieselben Radiusvariablen wie
   alle übrigen RunnerX-Inhalte. */
body .rx-main .rx-link-card__content{
  min-width:0!important;
}
body .rx-main .rx-link-card__commentary{
  margin:0 0 10px!important;
}
.rx-link-preview{
  width:100%;
  min-width:0;
  display:block;
  overflow:hidden;
  border:1px solid var(--rx-border,#dbe5ef);
  border-radius:var(--rx-global-card-radius);
  background:#fff;
  color:var(--rx-text,#0f1419);
  text-decoration:none;
  box-sizing:border-box;
}
.rx-link-preview:hover{
  border-color:color-mix(in srgb,var(--rx-text,#0f1419) 24%,var(--rx-border,#dbe5ef));
  background:var(--rx-hover,#f7f9fa);
}
.rx-link-preview__media{
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:var(--rx-global-media-radius) var(--rx-global-media-radius) 0 0;
  background:#eef2f5;
}
.rx-link-preview__media img{
  display:block;
  width:100%;
  max-height:430px;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:inherit!important;
}
.rx-link-preview__body{
  display:grid;
  gap:7px;
  min-width:0;
  padding:14px 16px 15px;
}
.rx-link-preview__source{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  color:var(--rx-muted,#536471);
  font-size:13px;
  font-weight:750;
}
.rx-link-preview__source img{
  width:20px;
  height:20px;
  flex:0 0 20px;
  object-fit:contain;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px));
}
.rx-link-preview__source span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.rx-link-preview__title{
  display:block;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
  overflow-wrap:anywhere;
}
.rx-link-preview__description{
  display:block;
  color:var(--rx-text,#0f1419);
  font-size:14px;
  line-height:1.45;
  overflow-wrap:anywhere;
}
.rx-link-preview__open{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:var(--rx-link,#1d9bf0);
  font-size:13px;
  font-weight:850;
}
body .rx-main .rx-link-card .rx-link-preview{
  margin-top:10px;
}
body.single-runnerx_link .rx-main .rx-single-media-wrap--link,
body.single-runnerx_link .rx-main .rx-link-single-media,
body.single-runnerx_link .rx-main .rx-link-single-media img{
  overflow:hidden!important;
  border-radius:0!important;
}
body.single-runnerx_link .rx-main .rx-link-detail-panel{
  border-radius:var(--rx-global-card-radius)!important;
}
body.single-runnerx_link .rx-main .rx-link-detail-open{
  margin-top:14px;
  border-radius:var(--rx-global-control-radius)!important;
}

/* Formularvorschau und manuelle Fallback-Felder. */
.rx-link-form{
  width:100%;
  display:grid;
  gap:12px;
}
.rx-link-preview-actions{
  width:100%;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}
.rx-link-form-preview{
  width:100%;
  margin:0;
}
.rx-link-form-preview__card{
  display:grid;
  grid-template-columns:minmax(120px,32%) minmax(0,1fr);
  overflow:hidden;
  border:1px solid var(--rx-border,#dbe5ef);
  border-radius:var(--rx-global-card-radius);
  background:#fff;
}
.rx-link-form-preview__card>img{
  width:100%;
  height:100%;
  min-height:150px;
  object-fit:cover;
  border-radius:var(--rx-global-media-radius) 0 0 var(--rx-global-media-radius);
}
.rx-link-form-preview__body{
  min-width:0;
  display:grid;
  align-content:center;
  gap:8px;
  padding:16px;
}
.rx-link-form-preview__source{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--rx-muted,#536471);
  font-size:13px;
}
.rx-link-form-preview__source img{
  width:20px;
  height:20px;
  object-fit:contain;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px));
}
.rx-link-form-preview__body strong{
  font-size:17px;
  line-height:1.25;
}
.rx-link-form-preview__body p{
  margin:0;
  color:var(--rx-muted,#536471);
  line-height:1.45;
}

@media(max-width:680px){
  .rx-link-form-preview__card{
    grid-template-columns:minmax(0,1fr);
  }
  .rx-link-form-preview__card>img{
    min-height:180px;
    aspect-ratio:16/9;
    border-radius:var(--rx-global-media-radius) var(--rx-global-media-radius) 0 0;
  }
  .rx-link-preview__body{
    padding:13px 14px 14px;
  }
  .rx-link-preview__title{
    font-size:17px;
  }
}


/* RunnerX 6.0.104 final: Rezensionen verwenden überall die globalen Backend-Radien. */
body .rx-main .rx-review-card__media,
body .rx-main .rx-review-card__media>a,
body .rx-main .rx-review-card__media picture,
body .rx-main .rx-review-card__media img,
body.single-runnerx_review .rx-main .rx-single-media-wrap--review,
body.single-runnerx_review .rx-main .rx-review-single-media,
body.single-runnerx_review .rx-main .rx-review-detail-media,
body.single-runnerx_review .rx-main .rx-review-detail-media>a,
body.single-runnerx_review .rx-main .rx-review-detail-media picture,
body.single-runnerx_review .rx-main .rx-review-detail-media img{
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
}
body .rx-main .rx-review-card__media,
body.single-runnerx_review .rx-main .rx-single-media-wrap--review,
body.single-runnerx_review .rx-main .rx-review-single-media,
body.single-runnerx_review .rx-main .rx-review-detail-media,
body.single-runnerx_review .rx-main .rx-review-detail-media>a{
  overflow:hidden!important;
}
body .rx-main .rx-review-card__identity,
body .rx-main .rx-review-card__identity>span,
body .rx-main .rx-review-card__scoreboard,
body .rx-main .rx-review-card__score,
body .rx-main .rx-review-card__media-stat,
body.single-runnerx_review .rx-main .rx-review-overview,
body.single-runnerx_review .rx-main .rx-review-overview__grid,
body.single-runnerx_review .rx-main .rx-review-overview__copy,
body.single-runnerx_review .rx-main .rx-review-overview__copy>span,
body.single-runnerx_review .rx-main .rx-review-author-score,
body.single-runnerx_review .rx-main .rx-review-single-rating-overlay,
body.single-runnerx_review .rx-main .rx-review-discount-box,
body.single-runnerx_review .rx-main .rx-review-discount-box__icon,
body.single-runnerx_review .rx-main .rx-review-pros-cons,
body.single-runnerx_review .rx-main .rx-review-pros-cons>div,
body.single-runnerx_review .rx-main .rx-review-community-rating,
body.single-runnerx_review .rx-main .rx-review-community-rating__summary,
body.single-runnerx_review .rx-main .rx-review-community-rating__control,
body.single-runnerx_review .rx-main .rx-review-rating-control,
body.single-runnerx_review .rx-main .rx-review-gallery-panel{
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
}
body .rx-main .rx-review-discount-badge,
body .rx-main .rx-review-card__read-more,
body.single-runnerx_review .rx-main .rx-review-buy-link,
body.single-runnerx_review .rx-main .rx-review-copy-code,
body.single-runnerx_review .rx-main .rx-review-community-rating__control>.rx-btn{
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
}

/* RunnerX 6.0.105 – einheitliche Actionbar-Interaktion in allen Streamkarten. */
body .rx-main .rx-post-actions .rx-action,
body .rx-main .rx-x-card__actions .rx-action,
body .rx-main .rx-edge-feed-card__actions .rx-action,
body .rx-main .rx-unified-card-actions .rx-action{
  min-width:38px;
  min-height:38px;
  border-radius:999px!important;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease!important;
}
@media (hover:hover) and (pointer:fine){
  body .rx-main .rx-post-actions :is(button,a).rx-action:hover,
  body .rx-main .rx-x-card__actions :is(button,a).rx-action:hover,
  body .rx-main .rx-edge-feed-card__actions :is(button,a).rx-action:hover,
  body .rx-main .rx-unified-card-actions :is(button,a).rx-action:hover{
    background:rgba(29,155,240,.1)!important;
    color:var(--rx-link,#1d9bf0)!important;
    transform:none;
  }
  body .rx-main .rx-post-actions :is(button,a).rx-heart:hover,
  body .rx-main .rx-x-card__actions :is(button,a).rx-heart:hover,
  body .rx-main .rx-edge-feed-card__actions :is(button,a).rx-heart:hover,
  body .rx-main .rx-unified-card-actions :is(button,a).rx-heart:hover{
    background:rgba(249,24,128,.1)!important;
    color:var(--rx-pink,#f91880)!important;
  }
  body .rx-main .rx-post-actions :is(button,a).rx-bookmark:hover,
  body .rx-main .rx-x-card__actions :is(button,a).rx-bookmark:hover,
  body .rx-main .rx-edge-feed-card__actions :is(button,a).rx-bookmark:hover,
  body .rx-main .rx-unified-card-actions :is(button,a).rx-bookmark:hover{
    background:rgba(29,155,240,.1)!important;
    color:var(--rx-link,#1d9bf0)!important;
  }
  body .rx-main .rx-post-actions :is(button,a).rx-share:hover,
  body .rx-main .rx-x-card__actions :is(button,a).rx-share:hover,
  body .rx-main .rx-edge-feed-card__actions :is(button,a).rx-share:hover,
  body .rx-main .rx-unified-card-actions :is(button,a).rx-share:hover{
    background:rgba(0,186,124,.1)!important;
    color:#00a96e!important;
  }
}
body .rx-main .rx-post-actions .rx-action:focus-visible,
body .rx-main .rx-x-card__actions .rx-action:focus-visible,
body .rx-main .rx-edge-feed-card__actions .rx-action:focus-visible,
body .rx-main .rx-unified-card-actions .rx-action:focus-visible{
  outline:2px solid var(--rx-link,#1d9bf0)!important;
  outline-offset:2px!important;
}

/* RunnerX 6.0.106 – gruppierte Glossarübersicht. */
body .rx-main .rx-glossary-search-area{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
}
body .rx-main .rx-glossary-result-count{
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button{
  appearance:none!important;
  width:auto!important;
  height:auto!important;
  min-width:38px!important;
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0 10px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--rx-muted,#536471)!important;
  font:inherit!important;
  font-weight:900!important;
  cursor:pointer!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button small{
  font-size:10px!important;
  line-height:1!important;
  opacity:.72!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button:hover,
body .rx-main .rx-glossary-az-area .rx-az-index button:focus-visible{
  border-color:var(--rx-accent,#7ee338)!important;
  color:var(--rx-primary,#07101d)!important;
  outline:0!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button.is-active{
  border-color:var(--rx-primary,#07101d)!important;
  background:var(--rx-primary,#07101d)!important;
  color:#fff!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button:disabled{
  opacity:.34!important;
  cursor:not-allowed!important;
}
body .rx-main .rx-glossary-list{
  display:grid!important;
  gap:30px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
}
body .rx-main .rx-glossary-group{
  min-width:0!important;
}
body .rx-main .rx-glossary-group[hidden]{display:none!important}
body .rx-main .rx-glossary-group__header{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 12px!important;
  padding:0 2px 10px!important;
  border-bottom:2px solid color-mix(in srgb,var(--rx-accent,#7ee338) 70%,var(--rx-border,#dbe5ef))!important;
}
body .rx-main .rx-glossary-group__header h2{
  margin:0!important;
  font-size:27px!important;
  line-height:1!important;
  font-weight:950!important;
  color:var(--rx-primary,#07101d)!important;
}
body .rx-main .rx-glossary-group__header span{
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:750!important;
}
body .rx-main .rx-glossary-group__items{
  display:grid!important;
  gap:10px!important;
}
body .rx-main .rx-glossary-item{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  overflow:hidden!important;
}
body .rx-main .rx-glossary-item[hidden]{display:none!important}
body .rx-main .rx-glossary-item-link{
  width:100%!important;
  min-height:104px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:18px!important;
  padding:18px 20px!important;
  color:inherit!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
  transition:background-color .15s ease,border-color .15s ease!important;
}
body .rx-main .rx-glossary-item-link:hover,
body .rx-main .rx-glossary-item-link:focus-visible{
  background:color-mix(in srgb,var(--rx-accent,#7ee338) 7%,#fff)!important;
  outline:0!important;
}
body .rx-main .rx-glossary-item-link:focus-visible{
  box-shadow:inset 0 0 0 2px var(--rx-accent,#7ee338)!important;
}
body .rx-main .rx-glossary-main{
  min-width:0!important;
  display:grid!important;
  gap:6px!important;
}
body .rx-main .rx-glossary-term{
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:950!important;
}
body .rx-main .rx-glossary-def{
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  line-height:1.45!important;
}
body .rx-main .rx-glossary-mini-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px 10px!important;
  margin-top:2px!important;
}
body .rx-main .rx-glossary-mini-meta em{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-style:normal!important;
  font-weight:700!important;
}
body .rx-main .rx-glossary-item__arrow{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  justify-self:end!important;
  border-radius:999px!important;
  background:var(--rx-hover,#f4f7f9)!important;
  color:var(--rx-primary,#07101d)!important;
}
body .rx-main .rx-glossary-letter{display:none!important}
body .rx-main .rx-glossary-page>[data-glossary-empty]{
  margin:18px 24px!important;
}

/* Rezension: Textlink statt zusätzlicher Button-Box. */
body .rx-main .rx-review-card__read-more{display:none!important}
body .rx-main .rx-review-card__excerpt{
  display:block!important;
}
body .rx-main .rx-review-card__inline-link{
  display:inline!important;
  margin-left:.3em!important;
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
body .rx-main .rx-review-card__inline-link:hover,
body .rx-main .rx-review-card__inline-link:focus-visible{
  text-decoration:underline!important;
  outline:0!important;
}

/* Action-Hervorhebung ohne Positionssprung. */
body .rx-main .rx-post-actions .rx-action,
body .rx-main .rx-x-card__actions .rx-action,
body .rx-main .rx-edge-feed-card__actions .rx-action,
body .rx-main .rx-unified-card-actions .rx-action{
  transform:none;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease!important;
}
@media (hover:hover) and (pointer:fine){
  body .rx-main .rx-post-actions :is(button,a).rx-action:hover,
  body .rx-main .rx-x-card__actions :is(button,a).rx-action:hover,
  body .rx-main .rx-edge-feed-card__actions :is(button,a).rx-action:hover,
  body .rx-main .rx-unified-card-actions :is(button,a).rx-action:hover{
    transform:none;
  }
}

/* Zentrales Melde-Modal. */
body.rx-report-modal-open{overflow:hidden!important}
.rx-report-modal{
  position:fixed!important;
  inset:0!important;
  z-index:1000000!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
}
.rx-report-modal.is-open{display:flex!important}
.rx-report-modal__backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(7,16,29,.55)!important;
  backdrop-filter:blur(2px)!important;
}
.rx-report-modal__dialog{
  position:relative!important;
  width:min(560px,100%)!important;
  max-height:min(760px,calc(100vh - 36px))!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  box-shadow:0 24px 80px rgba(7,16,29,.28)!important;
}
.rx-report-modal__header{
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:12px 16px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
}
.rx-report-modal__header>div{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.rx-report-modal__header h2{margin:0!important;font-size:21px!important}
.rx-report-modal__body{
  min-height:0!important;
  display:grid!important;
  gap:16px!important;
  padding:18px!important;
  overflow:auto!important;
}
.rx-report-modal__intro{margin:0!important;color:var(--rx-muted,#536471)!important;font-size:14px!important;line-height:1.45!important}
.rx-report-modal__target{
  padding:12px 14px!important;
  border-left:4px solid var(--rx-accent,#7ee338)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:var(--rx-hover,#f4f7f9)!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
.rx-report-modal .rx-field{display:grid!important;gap:7px!important}
.rx-report-modal .rx-field>span{font-weight:900!important}
.rx-report-modal .rx-field>span em{color:#d63638!important;font-style:normal!important}
.rx-report-modal select,
.rx-report-modal textarea{
  width:100%!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-primary,#07101d)!important;
  font:inherit!important;
  box-sizing:border-box!important;
}
.rx-report-modal select{min-height:48px!important;padding:0 13px!important}
.rx-report-modal textarea{min-height:130px!important;padding:12px 13px!important;resize:vertical!important}
.rx-report-modal select:focus,
.rx-report-modal textarea:focus{
  border-color:var(--rx-accent,#7ee338)!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#7ee338) 28%,transparent)!important;
  outline:0!important;
}
.rx-report-modal .rx-field-hint{
  justify-self:end!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:600!important;
}
.rx-report-modal__footer{
  display:flex!important;
  justify-content:flex-end!important;
  gap:10px!important;
  padding:14px 18px!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  background:#fff!important;
}

@media(max-width:700px){
  body .rx-main .rx-glossary-search-area{
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
  }
  body .rx-main .rx-glossary-result-count{padding-left:2px!important}
  body .rx-main .rx-glossary-list{gap:24px!important}
  body .rx-main .rx-glossary-item-link{min-height:0!important;padding:15px!important;gap:10px!important}
  body .rx-main .rx-glossary-term{font-size:17px!important}
  body .rx-main .rx-glossary-item__arrow{width:30px!important;height:30px!important}
  .rx-report-modal{padding:0!important;align-items:flex-end!important}
  .rx-report-modal__dialog{
    width:100%!important;
    max-height:92vh!important;
    border-radius:var(--rx-card-radius,var(--rx-radius,8px)) var(--rx-card-radius,var(--rx-radius,8px)) 0 0!important;
  }
  .rx-report-modal__footer{display:grid!important;grid-template-columns:1fr 1fr!important}
}
body .rx-main [data-glossary-empty][hidden]{display:none!important}


/* Runners Community 6.0.107 – Toasts bleiben über modalen Overlays sichtbar. */
body .rx-toast-wrap{
  z-index:2147483647!important;
  pointer-events:none!important;
  isolation:isolate!important;
}
body .rx-toast-wrap .rx-toast{pointer-events:auto!important}


/* Runners Community 6.0.108 – Glossar ohne A–Z-Zähler, sauber gruppiert und vollständig verlinkt. */
body .rx-main .rx-glossary-az-area .rx-az-index button small{
  display:none!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button.has-entries:not(.is-active){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 65%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  color:var(--rx-primary,#07101d)!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button.has-entries:not(.is-active):hover,
body .rx-main .rx-glossary-az-area .rx-az-index button.has-entries:not(.is-active):focus-visible{
  border-color:var(--rx-accent,#93e547)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,#fff)!important;
}
body .rx-main .rx-glossary-az-area .rx-az-index button:disabled{
  opacity:.42!important;
  background:#fff!important;
  color:var(--rx-muted,#536471)!important;
  cursor:not-allowed!important;
}
body .rx-main .rx-glossary-list{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:30px!important;
  width:100%!important;
  min-width:0!important;
  padding:22px 24px 96px!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-glossary-group{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
body .rx-main .rx-glossary-group[hidden]{display:none!important}
body .rx-main .rx-glossary-group__header{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-glossary-group__header::after{
  content:""!important;
  display:block!important;
  height:1px!important;
  min-width:0!important;
  flex:1 1 auto!important;
  background:var(--rx-border,#dbe5ef)!important;
}
body .rx-main .rx-glossary-group__header h2{
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 65%,var(--rx-border,#dbe5ef))!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#07101d)!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:950!important;
  text-align:center!important;
}
body .rx-main .rx-glossary-group__header>span{display:none!important}
body .rx-main .rx-glossary-group__items{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
}
body .rx-main .rx-glossary-item{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  overflow:hidden!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-glossary-item[hidden]{display:none!important}
body .rx-main .rx-glossary-item-link{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:18px 20px!important;
  border:0!important;
  border-radius:inherit!important;
  background:#fff!important;
  color:inherit!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
  transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
body .rx-main .rx-glossary-item-link:hover,
body .rx-main .rx-glossary-item-link:focus-visible{
  background:var(--rx-hover,#f7f9fb)!important;
  color:inherit!important;
  text-decoration:none!important;
  outline:0!important;
  box-shadow:inset 4px 0 0 var(--rx-accent,#93e547)!important;
}
body .rx-main .rx-glossary-main{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-glossary-term,
body .rx-main .rx-glossary-def{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body .rx-main .rx-glossary-term{
  color:var(--rx-primary,#07101d)!important;
  font-size:19px!important;
  line-height:1.25!important;
  font-weight:950!important;
}
body .rx-main .rx-glossary-def{
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:400!important;
}
body .rx-main .rx-glossary-mini-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 12px!important;
  width:100%!important;
  margin-top:4px!important;
}
body .rx-main .rx-glossary-mini-meta em{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-style:normal!important;
}
body .rx-main .rx-glossary-item__arrow,
body .rx-main .rx-glossary-item :is(button,.rx-pill,.rx-small-pill,[class*="open"]){
  display:none!important;
}
@media(max-width:700px){
  body .rx-main .rx-glossary-list{
    gap:24px!important;
    padding:18px 12px 96px!important;
  }
  body .rx-main .rx-glossary-group__header h2{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    font-size:20px!important;
  }
  body .rx-main .rx-glossary-item-link{padding:15px 16px!important}
  body .rx-main .rx-glossary-term{font-size:17px!important}
}

/* Runners Community 6.0.109 – Glossar-Suche, Verified-Badge und Toast-Abstände. */
body .rx-main .rx-glossary-search-area{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  padding:18px 24px 22px!important;
  margin:0!important;
  transform:none;
}
body .rx-main .rx-glossary-search-area .rx-searchbox,
body .rx-main .rx-glossary-search-area .rx-glossary-search{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  position:static!important;
  left:auto;
  right:auto!important;
  top:auto!important;
  margin:0!important;
}
body .rx-main .rx-glossary-result-count{display:none!important}
body .rx-user-card-name .rx-verified-badge,
body .rx-live-search-verified,
body .rx-hover-verified,
body .rx-x-card__verified{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  vertical-align:-0.08em!important;
  margin-left:6px!important;
  line-height:1!important;
  transform:none;
}
body .rx-user-card-name .rx-verified-badge i,
body .rx-live-search-verified i,
body .rx-hover-verified i,
body .rx-x-card__verified i{display:block!important;line-height:1!important;font-size:.92em!important}
@media(max-width:900px){
  body .rx-toast-wrap{bottom:20px!important;left:12px!important;right:12px!important;z-index:2147483647!important}
}

/* Runners Community 6.0.111 – konfigurierbarer Seitenkopf. */
body .rx-main .rx-static-page,
body .rx-main .rx-legal-page,
body .rx-main .rx-help-page,
body .rx-main .rx-contact-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body .rx-main .rx-page-header-band{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:16px!important;
  margin:0!important;
  padding:22px 38px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-page-header-band__icon{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border-radius:var(--rx-title-icon-radius,8px)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,transparent)!important;
  color:var(--rx-accent,#93e547)!important;
}
body .rx-main .rx-page-header-band__icon i{
  color:var(--rx-accent,#93e547)!important;
  font-size:18px!important;
  line-height:1!important;
}
body .rx-main .rx-page-header-band__copy{
  min-width:0!important;
  padding-top:1px!important;
}
body .rx-main .rx-page-header-band h2{
  margin:0!important;
  padding:0!important;
  color:var(--rx-text,#07101d)!important;
  font-size:26px!important;
  line-height:1.18!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}
body .rx-main .rx-page-header-band p{
  max-width:760px!important;
  margin:12px 0 0!important;
  padding:0!important;
  color:var(--rx-text,#07101d)!important;
  font-size:15px!important;
  line-height:1.55!important;
}
body .rx-main .rx-legal-page .rx-page-context-band,
body .rx-main .rx-help-page .rx-page-context-band{margin-bottom:0!important}
body .rx-main .rx-legal-page__body,
body .rx-main .rx-help-page__body{
  margin:0!important;
  box-sizing:border-box!important;
}
@media(max-width:700px){
  body .rx-main .rx-page-header-band{gap:13px!important;padding:18px 16px!important}
  body .rx-main .rx-page-header-band__icon{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important}
  body .rx-main .rx-page-header-band h2{font-size:23px!important}
  body .rx-main .rx-page-header-band p{margin-top:9px!important;font-size:14px!important}
}

/* Link-Streamcard: Akzentfarbe aus den Admin-Einstellungen mit 10 % Anteil. */
body .rx-main .rx-link-card .rx-link-preview:hover,
body .rx-main .rx-link-card .rx-link-preview:focus-visible{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 42%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,transparent)!important;
  outline:0!important;
}

/* YouTube im Stream bleibt während der Wiedergabe sichtbar. Der unsichtbare
   Platzhalter markiert weiterhin die Originalposition und holt den Player beim
   Zurückscrollen automatisch in die Streamcard zurück. */
.rx-youtube-sticky-placeholder{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  pointer-events:none!important;
  visibility:hidden!important;
}
.rx-feed-video .rx-youtube-sticky__close{
  display:none;
}
body .rx-feed-video.is-rx-youtube-sticky{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  left:auto;
  top:auto!important;
  z-index:2147483000!important;
  width:min(420px,calc(100vw - 48px))!important;
  max-width:420px!important;
  height:auto!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,#fff 22%,transparent)!important;
  border-radius:var(--rx-media-radius,var(--rx-radius,12px))!important;
  background:#000!important;
  box-shadow:0 18px 52px rgba(0,0,0,.34)!important;
  overflow:visible!important;
  isolation:isolate!important;
}
body .rx-feed-video.is-rx-youtube-sticky iframe{
  display:block!important;
  border-radius:inherit!important;
  overflow:hidden!important;
}
body .rx-feed-video.is-rx-youtube-sticky .rx-youtube-sticky__close{
  position:absolute!important;
  top:-10px!important;
  right:-10px!important;
  z-index:6!important;
  width:38px!important;
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border:2px solid #fff!important;
  border-radius:999px!important;
  background:#ff0000!important;
  color:#fff!important;
  box-shadow:0 6px 18px rgba(0,0,0,.34)!important;
  cursor:pointer!important;
  font:800 27px/1 Arial,sans-serif!important;
}
body .rx-feed-video.is-rx-youtube-sticky .rx-youtube-sticky__close:hover,
body .rx-feed-video.is-rx-youtube-sticky .rx-youtube-sticky__close:focus-visible{
  background:#cc0000!important;
  border-color:#fff!important;
  color:#fff!important;
  outline:3px solid rgba(255,0,0,.25)!important;
  outline-offset:2px!important;
}
body .rx-feed-video.is-rx-youtube-sticky .rx-youtube-sticky__close span{
  display:block!important;
  margin-top:-2px!important;
  line-height:1!important;
}
@media(max-width:900px){
  body .rx-feed-video.is-rx-youtube-sticky{
    right:12px!important;
    bottom:calc(78px + env(safe-area-inset-bottom,0px))!important;
    width:calc(100vw - 24px)!important;
    max-width:480px!important;
  }
}
@media(max-width:520px){
  body .rx-feed-video.is-rx-youtube-sticky{
    right:8px!important;
    width:calc(100vw - 16px)!important;
    border-radius:10px!important;
  }
}

/* RunnerX v6.0.111: Sicherheitscode-Dialog für Registrierung und optionale Login-2FA. */
body.rx-auth-code-modal-open{
  overflow:hidden!important;
}
.rx-auth-code-modal{
  position:fixed!important;
  inset:0!important;
  z-index:2147483646!important;
  display:none!important;
  place-items:center!important;
  padding:20px!important;
}
.rx-auth-code-modal.is-open{
  display:grid!important;
}
.rx-auth-code-modal__backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(7,16,29,.62)!important;
  backdrop-filter:blur(3px)!important;
  -webkit-backdrop-filter:blur(3px)!important;
}
.rx-auth-code-modal__dialog{
  position:relative!important;
  z-index:1!important;
  width:min(480px,100%)!important;
  max-height:min(720px,calc(100dvh - 40px))!important;
  overflow:auto!important;
  margin:0!important;
  border:1px solid var(--rx-border-2,#d8e1e8)!important;
  border-radius:18px!important;
  background:var(--rx-bg,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:0 28px 80px rgba(7,16,29,.34)!important;
  outline:0!important;
}
.rx-auth-code-modal__header{
  min-height:66px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:14px 16px!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
}
.rx-auth-code-modal__header>div{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
}
.rx-auth-code-modal__header h2{
  margin:0!important;
  font-size:21px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.rx-auth-code-modal__header .rx-section-title-icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 12%,transparent)!important;
  color:var(--rx-accent,#1d9bf0)!important;
}
.rx-auth-code-modal__header .rx-icon-btn{
  flex:0 0 40px!important;
  width:40px!important;
  height:40px!important;
}
.rx-auth-code-modal__form{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:16px!important;
  padding:24px!important;
}
.rx-auth-code-modal__icon{
  align-self:center!important;
  width:62px!important;
  height:62px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 12%,transparent)!important;
  color:var(--rx-accent,#1d9bf0)!important;
  font-size:28px!important;
}
.rx-auth-code-modal__intro{
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:15px!important;
  line-height:1.55!important;
  text-align:center!important;
}
.rx-auth-code-modal__intro strong{
  color:var(--rx-text,#0f1419)!important;
}
.rx-auth-code-modal__field{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  font-weight:800!important;
  text-align:center!important;
}
.rx-auth-code-modal__field input{
  width:100%!important;
  min-height:62px!important;
  margin:0!important;
  padding:10px 16px!important;
  border:2px solid var(--rx-border-2,#d8e1e8)!important;
  border-radius:14px!important;
  background:var(--rx-bg,#fff)!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  outline:0!important;
  font:900 30px/1.1 Arial,Helvetica,sans-serif!important;
  letter-spacing:.38em!important;
  text-align:center!important;
  text-indent:.38em!important;
  caret-color:var(--rx-accent,#1d9bf0)!important;
}
.rx-auth-code-modal__field input:focus{
  border-color:var(--rx-accent,#1d9bf0)!important;
  box-shadow:0 0 0 4px color-mix(in srgb,var(--rx-accent,#1d9bf0) 14%,transparent)!important;
}
.rx-auth-code-modal__timer{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
}
.rx-auth-code-modal__timer strong{
  color:var(--rx-text,#0f1419)!important;
  font-variant-numeric:tabular-nums!important;
}
.rx-auth-code-modal__status{
  min-height:22px!important;
  margin:0!important;
  padding:0 4px!important;
  font-size:14px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.rx-auth-code-modal__status:empty{
  min-height:0!important;
}
.rx-auth-code-modal__status.is-error{
  color:var(--rx-danger,#f4212e)!important;
}
.rx-auth-code-modal__status.is-success{
  color:#16803c!important;
}
.rx-auth-code-modal__status.is-info{
  color:var(--rx-muted,#536471)!important;
}
.rx-auth-code-modal__footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  margin-top:2px!important;
}
.rx-auth-code-modal__footer .rx-btn{
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  white-space:normal!important;
  text-align:center!important;
}
.rx-auth-code-reopen{
  margin:12px 0 0!important;
  text-align:center!important;
}
.rx-auth-code-link{
  appearance:none!important;
  margin:0!important;
  padding:3px 2px!important;
  border:0!important;
  border-radius:4px!important;
  background:transparent!important;
  color:var(--rx-accent,#1d9bf0)!important;
  font:inherit!important;
  font-weight:800!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  cursor:pointer!important;
}
.rx-auth-code-link:hover,
.rx-auth-code-link:focus-visible{
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 10%,transparent)!important;
  outline:2px solid color-mix(in srgb,var(--rx-accent,#1d9bf0) 35%,transparent)!important;
  outline-offset:2px!important;
}
.rx-auth-button-spinner{
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  display:inline-block!important;
  border:2px solid currentColor!important;
  border-right-color:transparent!important;
  border-radius:999px!important;
  animation:rx-auth-code-spin .72s linear infinite!important;
}
@keyframes rx-auth-code-spin{
  to{transform:rotate(360deg)}
}
@media(max-width:560px){
  .rx-auth-code-modal{
    align-items:end!important;
    padding:10px!important;
    padding-bottom:max(10px,env(safe-area-inset-bottom,0px))!important;
  }
  .rx-auth-code-modal__dialog{
    width:100%!important;
    max-height:calc(100dvh - 20px - env(safe-area-inset-bottom,0px))!important;
    border-radius:17px!important;
  }
  .rx-auth-code-modal__form{
    gap:14px!important;
    padding:20px 16px!important;
  }
  .rx-auth-code-modal__footer{
    grid-template-columns:1fr!important;
  }
  .rx-auth-code-modal__footer .rx-btn-primary{
    grid-row:1!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .rx-auth-button-spinner{animation-duration:1.4s!important}
}

/* Das linke Mehr-Menü wird per JavaScript exakt oberhalb des Auslösers
   positioniert. So bleiben Mehr- und Posten-Button vollständig frei. */
body .rx-more-pop.is-rx-more-positioned{
  position:fixed!important;
  right:auto!important;
  bottom:auto;
  margin:0!important;
  max-width:calc(100vw - 16px)!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
}

/* RunnerX v6.0.112: Gleichmäßiger Abstand der persönlichen Registrierungsfelder. */
body .rx-main .rx-auth-card-single .rx-register-profile-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:18px!important;
  width:100%!important;
  margin:0!important;
}
body .rx-main .rx-auth-card-single .rx-register-profile-fields[hidden]{display:none!important}
body .rx-main .rx-auth-card-single .rx-register-profile-fields>label{
  margin:0!important;
  width:100%!important;
}

/* RunnerX v6.0.113: Kommentarlikes folgen wieder dem flachen Stream-Layout. */
body .rx-profile-liked-stream{
  display:block!important;
  gap:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body .rx-profile-liked-comment{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e1e8ed)!important;
  border-radius:0!important;
  background:var(--rx-card,#fff)!important;
  box-shadow:none!important;
}
body .rx-profile-liked-comment__context{
  min-height:0!important;
  margin:0!important;
  padding:11px 24px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#e1e8ed)!important;
  border-radius:0!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 7%,var(--rx-card,#fff))!important;
}
body .rx-profile-liked-comment>.rx-comment-card{
  width:100%!important;
  margin:0!important;
  padding:16px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
body .rx-profile-liked-comment:last-child{border-bottom:0!important}

/* Profilbearbeitung: zentraler Verweis auf Datenschutz-, Geburtstags- und Sicherheitsoptionen. */
body .rx-profile-settings-notice{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:22px!important;
  padding:18px 20px!important;
  border:1px solid var(--rx-border,#e1e8ed)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  color:var(--rx-text,#0f1419)!important;
}
body .rx-profile-settings-notice>div{min-width:0!important}
body .rx-profile-settings-notice strong{display:block!important;font-size:17px!important;line-height:1.25!important}
body .rx-profile-settings-notice p{margin:6px 0 0!important;color:var(--rx-muted,#536471)!important;line-height:1.5!important}
body .rx-profile-settings-notice .rx-btn{flex:0 0 auto!important;white-space:nowrap!important}

/* Einstellungsseite: normale Eingabefelder ohne Feld-Icons. */
body .rx-settings-input{
  width:min(100%,280px)!important;
  min-height:46px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  padding:0 13px!important;
  font:inherit!important;
  box-shadow:none!important;
}
body .rx-settings-input:focus{
  outline:0!important;
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#93e547) 22%,transparent)!important;
}

@media(max-width:760px){
  body .rx-profile-liked-comment__context{padding:10px 16px!important}
  body .rx-profile-liked-comment>.rx-comment-card{padding:14px 16px!important}
  body .rx-profile-settings-notice{
    align-items:flex-start!important;
    flex-direction:column!important;
    margin:16px 14px!important;
    padding:16px!important;
  }
  body .rx-profile-settings-notice .rx-btn{width:100%!important;justify-content:center!important}
  body .rx-settings-input{width:100%!important}
}

/* RunnerX v6.0.114: überarbeitete Authentifizierung und gezielte Formular-Icons. */
body .rx-main .rx-auth-card-single .rx-auth-switch-card,
body .rx-main .rx-auth-card-single .rx-auth-code-reopen{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:22px 0 0!important;
  padding:18px 20px!important;
  border:1px solid var(--rx-border,#e1e8ed)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  color:var(--rx-text,#0f1419)!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-auth-card-single .rx-auth-code-reopen[hidden]{display:none!important}
body .rx-main .rx-auth-card-single .rx-auth-switch-card>div,
body .rx-main .rx-auth-card-single .rx-auth-code-reopen>div{min-width:0!important}
body .rx-main .rx-auth-card-single .rx-auth-switch-card strong,
body .rx-main .rx-auth-card-single .rx-auth-code-reopen strong{
  display:block!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
body .rx-main .rx-auth-card-single .rx-auth-switch-card p,
body .rx-main .rx-auth-card-single .rx-auth-code-reopen small{
  display:block!important;
  margin:6px 0 0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:500!important;
}
body .rx-main .rx-auth-card-single .rx-auth-switch-card .rx-btn,
body .rx-main .rx-auth-card-single .rx-auth-code-reopen .rx-btn{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:132px!important;
  white-space:nowrap!important;
  color:#fff!important;
  background:var(--rx-primary,#0f1419)!important;
}
body .rx-main .rx-auth-card-single .rx-auth-secondary-link{
  margin:16px 0 0!important;
  text-align:center!important;
}
body .rx-main .rx-auth-card-single .rx-auth-secondary-link a{
  font-weight:800!important;
}
body .rx-profile-settings-notice .rx-btn-primary{
  color:#fff!important;
  background:var(--rx-primary,#0f1419)!important;
}
body .rx-settings-group#runnerx-settings-security .rx-settings-actions{
  margin-top:16px!important;
  padding-top:16px!important;
  border-top:1px solid var(--rx-border,#e1e8ed)!important;
}
.rx-auth-code-modal__resend{
  margin:-4px 0 0!important;
  text-align:center!important;
}
.rx-auth-code-modal__resend[hidden]{display:none!important}
.rx-auth-code-modal__resend .rx-auth-code-link{
  color:var(--rx-accent,#1d9bf0)!important;
}
body .rx-main .rx-upload-box .rx-upload-actions .rx-upload-btn,
body .rx-main .rx-upload-box .rx-upload-actions .rx-upload-library-btn{
  gap:8px!important;
}
body .rx-main .rx-upload-box .rx-upload-actions i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
}
@media(max-width:760px){
  body .rx-main .rx-auth-card-single .rx-auth-switch-card,
  body .rx-main .rx-auth-card-single .rx-auth-code-reopen{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:14px!important;
    padding:16px!important;
  }
  body .rx-main .rx-auth-card-single .rx-auth-switch-card .rx-btn,
  body .rx-main .rx-auth-card-single .rx-auth-code-reopen .rx-btn{
    width:100%!important;
    justify-content:center!important;
  }
}

/* RunnerX v6.0.115: neutrale rechtliche Checkboxen und zuverlässige
   Upload-/Profiltyp-Icons mit dem namespaced Core-Fallback. */
body .rx-main .rx-legal-consent,
body .rx-main .rx-contact-form__privacy.rx-legal-consent,
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-legal-consent{
  position:relative!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:2px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.45!important;
  text-align:left!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-legal-consent:hover,
body .rx-main .rx-legal-consent:focus-within,
body .rx-main .rx-legal-consent:has(input:checked),
body .rx-main .rx-contact-form__privacy.rx-legal-consent:hover,
body .rx-main .rx-contact-form__privacy.rx-legal-consent:focus-within,
body .rx-main .rx-contact-form__privacy.rx-legal-consent:has(input:checked){
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none;
}
body .rx-main .rx-legal-consent>.rx-legal-consent__checkbox,
body .rx-main .rx-contact-form__privacy.rx-legal-consent>.rx-legal-consent__checkbox,
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-legal-consent>.rx-legal-consent__checkbox{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  display:block!important;
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  height:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  margin:2px 0 0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  accent-color:var(--rx-accent,#93e547)!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transform:none;
}
body .rx-main .rx-legal-consent>.rx-legal-consent__checkbox:focus-visible{
  outline:2px solid color-mix(in srgb,var(--rx-accent,#93e547) 55%,#18320b)!important;
  outline-offset:2px!important;
}
body .rx-main .rx-legal-consent__text{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  color:var(--rx-text,#0f1419)!important;
  font:inherit!important;
  line-height:1.45!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body .rx-main .rx-legal-consent__text a{
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:800!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}

/* Critical upload controls keep their icon containers even when the active
   custom IcoMoon archive does not contain every bundled class. */
body .rx-main .rx-upload-box>.rx-upload-icon,
body .rx-main .rx-form-upload>.rx-upload-icon,
body .rx-main .rx-profile-edit-page .rx-upload-box>.rx-upload-icon,
body .rx-main .rx-gpx-upload>.rx-gpx-upload__icon,
body .rx-main .rx-account-type-choice>.rx-account-type-choice__icon{
  display:grid!important;
  place-items:center!important;
  visibility:visible!important;
  opacity:1!important;
  flex:0 0 auto!important;
}
body .rx-main .rx-upload-box>.rx-upload-icon>i,
body .rx-main .rx-form-upload>.rx-upload-icon>i,
body .rx-main .rx-profile-edit-page .rx-upload-box>.rx-upload-icon>i,
body .rx-main .rx-gpx-upload>.rx-gpx-upload__icon>i,
body .rx-main .rx-upload-actions i,
body .rx-main .rx-gpx-upload .rx-upload-btn>i,
body .rx-main .rx-account-type-choice__icon>i,
body .rx-main .rx-tool-btn>i,
body .rx-main .rx-message-tool>i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  visibility:visible!important;
  opacity:1!important;
  flex:0 0 auto!important;
  line-height:1!important;
}
body .rx-main .rx-gpx-upload .rx-upload-btn,
body .rx-main .rx-upload-actions .rx-upload-btn,
body .rx-main .rx-upload-actions .rx-upload-library-btn{
  gap:8px!important;
}

/* Einstellungsanker bleiben unterhalb der festen Navigation und ihre
   Überschriften nehmen keinerlei Status-/Checkbox-Hintergrund an. */
body .rx-main .rx-settings-group[id^="runnerx-settings-"]{
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  scroll-margin-top:88px!important;
  overflow:visible!important;
  isolation:isolate!important;
}
body .rx-main .rx-settings-group[id^="runnerx-settings-"]>header{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  display:flex!important;
  align-items:flex-start!important;
  width:auto!important;
  min-width:0!important;
  margin:0 0 18px!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none;
}
body .rx-main .rx-settings-group[id^="runnerx-settings-"]>header>div{
  position:static!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
body .rx-main .rx-settings-group[id^="runnerx-settings-"]>header h3,
body .rx-main .rx-settings-group[id^="runnerx-settings-"]>header p{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  margin-left:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none;
}
body .rx-main .rx-settings-group[id^="runnerx-settings-"]>header h3{
  color:var(--rx-text,#0f1419)!important;
}
@media(max-width:760px){
  body .rx-main .rx-settings-group[id^="runnerx-settings-"]{scroll-margin-top:72px!important}
}


/* RunnerX v6.0.118: one global responsive filter trigger.  The label is
   intentionally hidden below 980px; the icon and active counter remain. */
body .rx-global-filter-trigger,
body [data-rx-filter-modal-open]{
  position:relative;
}
@media(max-width:979px){
  body .rx-global-filter-trigger,
  body [data-rx-filter-modal-open]{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    padding-right:0!important;
    padding-left:0!important;
    justify-content:center!important;
    gap:0!important;
  }
  body .rx-global-filter-trigger .rx-filterbar-toggle__label,
  body [data-rx-filter-modal-open] .rx-filterbar-toggle__label{
    display:none!important;
  }
  body .rx-global-filter-trigger>i,
  body [data-rx-filter-modal-open]>i{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
  }
  body .rx-global-filter-trigger .rx-filterbar-count:not(:empty),
  body [data-rx-filter-modal-open] .rx-filterbar-count:not(:empty){
    position:absolute!important;
    top:-6px!important;
    right:-6px!important;
    margin:0!important;
  }
}

/* Frontend WYSIWYG YouTube card: circular play control, readable label and
   unambiguous pointer targets for editing/removing the placeholder. */
body .rx-wysiwyg-area .rx-content-youtube__preview:after{
  content:"";
  position:absolute;
  z-index:1;
  inset:auto 0 0;
  height:34%;
  pointer-events:none;
  background:linear-gradient(to bottom,transparent,rgba(0,0,0,.62));
}
body .rx-wysiwyg-area .rx-content-youtube__play,
body .rx-editor-youtube-dialog-preview>span{
  z-index:3!important;
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  min-width:54px!important;
  height:54px!important;
  min-height:54px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#ff0000!important;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.28)!important;
}
body .rx-wysiwyg-area .rx-content-youtube__play i,
body .rx-wysiwyg-area .rx-content-youtube__play i:before,
body .rx-editor-youtube-dialog-preview>span i,
body .rx-editor-youtube-dialog-preview>span i:before{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  transform:translateX(1px);
}
body .rx-wysiwyg-area .rx-content-youtube__label{
  z-index:3!important;
  min-height:34px!important;
  padding:7px 11px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  background:rgba(5,10,18,.92)!important;
  color:#fff!important;
  box-shadow:0 4px 16px rgba(0,0,0,.3)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.65)!important;
  opacity:1!important;
}
body .rx-wysiwyg-area .rx-content-youtube__label i,
body .rx-wysiwyg-area .rx-content-youtube__label i:before{
  color:#fff!important;
  opacity:1!important;
}
body .rx-wysiwyg-area .rx-content-youtube__actions{
  z-index:5!important;
}
body .rx-wysiwyg-area .rx-content-youtube__actions button,
body .rx-wysiwyg-area .rx-content-youtube__actions button *{
  cursor:pointer!important;
}
body .rx-wysiwyg-area .rx-content-youtube__actions button i{
  pointer-events:none!important;
}
body .rx-editor-youtube-dialog-preview.is-valid>span{
  position:absolute!important;
  top:50%;
  left:50%!important;
  transform:translate(-50%,-50%)!important;
}
body .rx-editor-youtube-dialog-preview.is-valid>strong{
  z-index:3!important;
  color:#fff!important;
  text-shadow:0 1px 3px rgba(0,0,0,.8)!important;
}

/* Messages: keep row geometry stable and mark the open conversation with a
   clearly visible four-pixel accent border. */
body .rx-messages-app .rx-message-conv{
  border-left:4px solid transparent!important;
  padding-left:12px!important;
}
body .rx-messages-app .rx-message-conv.is-active{
  border-left-color:var(--rx-accent,#93e547)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
}

/* RunnerX v6.0.120: final mobile filter trigger hardening.  This also hides
   raw text nodes that were not wrapped inside the label span. */
@media (max-width:980px){
  body .rx-filterbar-toggle,
  body .rx-global-filter-trigger,
  body [data-rx-filter-modal-open]{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    padding:0!important;
    gap:0!important;
    justify-content:center!important;
    overflow:visible!important;
    white-space:nowrap!important;
    font-size:0!important;
    line-height:0!important;
    text-indent:0!important;
    color:transparent!important;
  }
  body .rx-filterbar-toggle .rx-filterbar-toggle__label,
  body .rx-global-filter-trigger .rx-filterbar-toggle__label,
  body [data-rx-filter-modal-open] .rx-filterbar-toggle__label,
  body .rx-filterbar-toggle .rx-filterbar-current,
  body .rx-global-filter-trigger .rx-filterbar-current,
  body [data-rx-filter-modal-open] .rx-filterbar-current,
  body .rx-filterbar-toggle > span:not(.rx-filterbar-count),
  body .rx-global-filter-trigger > span:not(.rx-filterbar-count),
  body [data-rx-filter-modal-open] > span:not(.rx-filterbar-count){
    display:none!important;
  }
  body .rx-filterbar-toggle > i,
  body .rx-global-filter-trigger > i,
  body [data-rx-filter-modal-open] > i,
  body .rx-filterbar-toggle svg,
  body .rx-global-filter-trigger svg,
  body [data-rx-filter-modal-open] svg{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    font-size:20px!important;
    line-height:1!important;
    color:var(--rx-text,#07101d)!important;
    text-indent:0!important;
  }
  body .rx-filterbar-toggle.is-active > i,
  body .rx-global-filter-trigger.is-active > i,
  body [data-rx-filter-modal-open].is-active > i{color:#07101d!important;}
  body .rx-filterbar-toggle .rx-filterbar-count:not(:empty),
  body .rx-global-filter-trigger .rx-filterbar-count:not(:empty),
  body [data-rx-filter-modal-open] .rx-filterbar-count:not(:empty){
    position:absolute!important;
    top:-6px!important;
    right:-6px!important;
    display:inline-flex!important;
    font-size:12px!important;
    line-height:1!important;
    color:#fff!important;
    text-indent:0!important;
  }
}

/* GPX upload progress label: always centered in the rounded bar. */
body .rx-main .rx-gpx-progress{position:relative!important;}
body .rx-main .rx-gpx-progress > small,
body .rx-main .rx-gpx-progress [data-rx-gpx-progress-text]{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  line-height:1!important;
  transform:none;
  pointer-events:none!important;
}

/* Messages: the active conversation marker is a straight rectangular left bar. */
body .rx-messages-app .rx-message-conv,
body .rx-messages-app .rx-message-conv.is-active{
  border-radius:0!important;
}

/* Reusable AJAX country picker. The results remain in normal document flow,
   so they never cover the next form heading or field. */
body .rx-country-field{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body .rx-country-label{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:var(--rx-text,#07101d)!important;
  font:inherit!important;
  font-weight:900!important;
  line-height:1.3!important;
}
body .rx-country-label em{color:var(--rx-accent,#93e547)!important;font-style:normal!important;}
body .rx-country-control{
  position:relative!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  padding:0 14px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body .rx-country-field:focus-within .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#93e547) 18%,transparent)!important;
}
body .rx-country-control > i{
  width:24px!important;
  height:24px!important;
  display:grid!important;
  place-items:center!important;
  color:#536471!important;
  font-size:18px!important;
  line-height:1!important;
}
body .rx-country-control input{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font:inherit!important;
  font-weight:800!important;
  color:var(--rx-text,#07101d)!important;
  box-sizing:border-box!important;
}
body .rx-country-current{display:none!important;}
body .rx-country-results{
  position:relative!important;
  inset:auto!important;
  z-index:3!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  max-height:min(300px,45vh)!important;
  margin:0!important;
  padding:6px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(15,23,42,.12)!important;
  box-sizing:border-box!important;
}
body .rx-country-results[hidden]{display:none!important;}
body .rx-country-result{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:44px!important;
  display:grid!important;
  grid-template-columns:26px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  border:0!important;
  border-radius:calc(var(--rx-control-radius,var(--rx-radius,14px)) - 6px)!important;
  background:transparent!important;
  padding:9px 10px!important;
  text-align:left!important;
  color:var(--rx-text,#07101d)!important;
  font:inherit!important;
  font-weight:800!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:hidden!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
body .rx-country-result:hover,
body .rx-country-result:focus{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,white)!important;
  outline:0!important;
}
body .rx-country-flag{
  width:26px!important;
  min-width:26px!important;
  display:block!important;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
  font-size:20px!important;
  line-height:1!important;
  text-align:center!important;
}
body .rx-country-result__label{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body .rx-country-result__code{
  display:block!important;
  min-width:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  text-align:right!important;
}
body .rx-country-empty{
  display:block!important;
  width:100%!important;
  padding:12px!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:800!important;
  box-sizing:border-box!important;
}
body .rx-country-display{display:inline-flex!important;align-items:center!important;gap:7px!important;}
@media(max-width:520px){
  body .rx-country-result{grid-template-columns:24px minmax(0,1fr) 30px!important;gap:8px!important;padding:9px 8px!important;}
}



/* RunnerX v6.0.120: final alignment, initials and mobile author metadata. */
body img.rx-avatar--initials{
  background:#e7ecf0!important;
  color:#0f172a!important;
}

.rx-x-card__identity-primary,
.rx-x-card__identity-meta{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  white-space:nowrap!important;
}
.rx-x-card__identity-primary{flex:0 1 auto!important;max-width:56%!important;}
.rx-x-card__identity-meta{flex:1 1 auto!important;overflow:hidden!important;}
.rx-x-card__identity-primary .rx-x-card__name{max-width:100%!important;}

@media(max-width:980px){
  body button.rx-filterbar-toggle,
  body button.rx-global-filter-trigger,
  body button[data-rx-filter-modal-open]{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    text-align:center!important;
  }
  body button.rx-filterbar-toggle > i,
  body button.rx-global-filter-trigger > i,
  body button[data-rx-filter-modal-open] > i{
    position:absolute!important;
    top:50%;
    left:50%!important;
    width:24px!important;
    height:24px!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    text-align:center!important;
    transform:translate(-50%,-50%)!important;
  }
  body button.rx-filterbar-toggle > i::before,
  body button.rx-global-filter-trigger > i::before,
  body button[data-rx-filter-modal-open] > i::before{
    display:block!important;
    width:24px!important;
    margin:0!important;
    text-align:center!important;
    line-height:24px!important;
  }
}

@media(max-width:768px){
  .rx-x-card__identity{padding-top:1px!important;}
  .rx-x-card__identity-line{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:1px!important;
    overflow:visible!important;
    white-space:normal!important;
    line-height:1.22!important;
  }
  .rx-x-card__identity-primary,
  .rx-x-card__identity-meta{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:4px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  .rx-x-card__identity-primary{font-weight:900!important;}
  .rx-x-card__identity-meta{color:var(--rx-muted,#536471)!important;font-size:13px!important;}
  .rx-x-card__name,
  .rx-x-card__handle,
  .rx-x-card__time{max-width:none!important;min-width:0!important;}
  .rx-x-card__handle{flex:0 1 auto!important;}
  .rx-x-card__time{flex:0 1 auto!important;}
  .rx-x-card__content{margin-top:4px!important;}
}

/* RunnerX v6.0.121: final country picker, mobile tabs and glossary cards. */
body .rx-country-field{
  position:relative!important;
  isolation:isolate!important;
  z-index:auto!important;
  overflow:visible!important;
}
body .rx-country-field.is-open{z-index:2147482000!important;}
body .rx-country-field:focus-within{
  outline:0!important;
  border:0!important;
  box-shadow:none!important;
}
body .rx-country-field .rx-country-control{
  position:relative!important;
  z-index:2!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  box-shadow:none!important;
  outline:0!important;
}
body .rx-country-field:focus-within .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:none!important;
  outline:0!important;
}
body .rx-country-field .rx-country-control input,
body .rx-country-field .rx-country-control input:hover,
body .rx-country-field .rx-country-control input:focus,
body .rx-country-field .rx-country-control input:focus-visible{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body .rx-country-field .rx-country-results{
  position:absolute!important;
  top:calc(100% + 6px)!important;
  right:0!important;
  bottom:auto;
  left:0!important;
  z-index:2147482100!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  max-height:var(--rx-country-results-max-height,300px)!important;
  margin:0!important;
  padding:6px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(15,23,42,.16)!important;
  box-sizing:border-box!important;
}
body .rx-country-field.is-dropup .rx-country-results{
  top:auto!important;
  bottom:calc(100% + 6px)!important;
}
body .rx-country-field .rx-country-results[hidden]{display:none!important;}
body .rx-country-field .rx-country-result{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  align-items:center!important;
  justify-items:start!important;
  gap:11px!important;
  width:100%!important;
  min-height:46px!important;
  padding:9px 11px!important;
  overflow:hidden!important;
  text-align:left!important;
  white-space:normal!important;
}
body .rx-country-field .rx-country-result__flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  min-width:28px!important;
  height:21px!important;
  overflow:hidden!important;
  border-radius:3px!important;
  background:#f2f4f6!important;
  box-shadow:0 0 0 1px rgba(15,23,42,.09)!important;
}
body .rx-country-field img.rx-country-flag-image,
body .rx-country-field .rx-country-result__flag img{
  display:block!important;
  width:28px!important;
  min-width:28px!important;
  max-width:28px!important;
  height:21px!important;
  min-height:21px!important;
  max-height:21px!important;
  margin:0!important;
  border:0!important;
  border-radius:3px!important;
  object-fit:cover!important;
  box-shadow:none!important;
}
body .rx-country-field .rx-country-flag-image--emoji{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:21px!important;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
  font-size:20px!important;
  line-height:1!important;
}
body .rx-country-field .rx-country-result__label{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  overflow:hidden!important;
  color:var(--rx-text,#07101d)!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.3!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body .rx-country-field .rx-country-result__code,
body .rx-country-field .rx-country-flag{display:none!important;}
body .rx-country-display{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  vertical-align:middle!important;
}
body .rx-country-display__flag{
  display:block!important;
  width:28px!important;
  height:21px!important;
  border-radius:3px!important;
  object-fit:cover!important;
  box-shadow:0 0 0 1px rgba(15,23,42,.09)!important;
}

@media(max-width:700px){
  body .rx-tabs-select-label{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:10px 16px!important;
    box-sizing:border-box!important;
  }
  body .rx-tabs-select-label>span,
  body .rx-tabs-select-label>.rx-tabs-select-caption,
  body .rx-tabs-select-label>[aria-hidden="true"]:not(select){display:none!important;}
  body .rx-tabs-select-label .rx-tabs-select,
  body select.rx-tabs-select{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
}

body .rx-glossary-stream-card .rx-glossary-card-main{min-width:0!important;}
body .rx-glossary-stream-card .rx-glossary-card-main>h2 a{text-decoration:none!important;}
body .rx-glossary-stream-card .rx-glossary-synonyms span{min-width:0!important;overflow-wrap:anywhere!important;}
body .rx-glossary-stream-card .rx-event-card-menu{position:relative!important;z-index:4!important;}
@media(max-width:560px){
  body .rx-glossary-stream-card{
    grid-template-columns:48px minmax(0,1fr) auto!important;
    gap:10px!important;
    padding:14px 16px!important;
  }
  body .rx-glossary-card-icon{width:48px!important;height:54px!important;flex-basis:48px!important;}
  body .rx-glossary-card-icon i{font-size:22px!important;}
  body .rx-glossary-stream-card .rx-linked-type{font-size:10px!important;padding:4px 8px!important;}
}


/* Mobile tab select normalization is global so every archive/profile tab switch
   uses the same label-free, full-width control at its own breakpoint. */
body .rx-tabs-select-label{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
body .rx-tabs-select-label>span,
body .rx-tabs-select-label>.rx-tabs-select-caption{display:none!important;}
body .rx-tabs-select-label .rx-tabs-select,
body select.rx-tabs-select{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

/* RunnerX v6.0.122: country picker cleanup, full-width glossary stream cards and restored mobile chat menus. */
html body .rx-country-field[data-rx-country-field],
html body .rx-country-field[data-rx-country-field]:hover,
html body .rx-country-field[data-rx-country-field]:focus,
html body .rx-country-field[data-rx-country-field]:focus-within,
html body .rx-country-field[data-rx-country-field].is-open{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:48px!important;
  padding:0 12px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:none!important;
  outline:0!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:none!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  min-width:30px!important;
  height:100%!important;
  min-height:46px!important;
  color:#536471!important;
  line-height:1!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag i{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:22px!important;
  height:22px!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag__image,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag img,
html body .rx-country-field[data-rx-country-field] .rx-country-result__flag img,
html body .rx-country-field[data-rx-country-field] img.rx-country-flag-image{
  display:block!important;
  width:28px!important;
  min-width:28px!important;
  max-width:28px!important;
  height:21px!important;
  min-height:21px!important;
  max-height:21px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:3px!important;
  object-fit:cover!important;
  box-shadow:0 0 0 1px rgba(15,23,42,.09)!important;
  vertical-align:middle!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search],
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:hover,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus-visible,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:active{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-color:transparent!important;
  border-radius:0!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  background:transparent!important;
  line-height:46px!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-results{
  left:0!important;
  right:0!important;
  width:100%!important;
  margin:6px 0 0!important;
  overflow-x:hidden!important;
}
html body .rx-country-field[data-rx-country-field].is-dropup .rx-country-results{margin:0 0 6px!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-result{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:11px!important;
  width:100%!important;
  min-height:46px!important;
  padding:10px 12px!important;
  overflow:hidden!important;
  line-height:1.25!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:21px!important;
  min-width:28px!important;
  margin:0!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__label{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  min-height:21px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  line-height:1.25!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__code,
html body .rx-country-field[data-rx-country-field] .rx-country-flag{display:none!important;}

/* Hide raw mobile tab label text as well, not only nested spans. */
html body .rx-tabs-select-label{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  padding:10px 16px!important;
  margin:0!important;
  font-size:0!important;
  line-height:0!important;
  box-sizing:border-box!important;
}
html body .rx-tabs-select-label > span,
html body .rx-tabs-select-label > b,
html body .rx-tabs-select-label > strong,
html body .rx-tabs-select-label > em,
html body .rx-tabs-select-label > .rx-tabs-select-caption,
html body .rx-tabs-select-label > [aria-hidden="true"]:not(select){display:none!important;}
html body .rx-tabs-select-label select.rx-tabs-select,
html body select.rx-tabs-select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  font-size:15px!important;
  line-height:1.2!important;
  box-sizing:border-box!important;
}

/* Glossary cards sit flush in stream containers like all other stream cards. */
html body .rx-stream > .rx-glossary-stream-card,
html body .rx-explore-results.rx-stream > .rx-glossary-stream-card,
html body .rx-discover-results .rx-glossary-stream-card,
html body .rx-search-results > .rx-glossary-stream-card,
html body .rx-profile-stream > .rx-glossary-stream-card{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:20px!important;
  padding-right:20px!important;
  border-radius:0!important;
  box-sizing:border-box!important;
}
html body .rx-stream > .rx-glossary-stream-card + .rx-glossary-stream-card,
html body .rx-explore-results.rx-stream > .rx-glossary-stream-card + .rx-glossary-stream-card{
  margin-top:0;
}
@media(max-width:700px){
  html body .rx-stream > .rx-glossary-stream-card,
  html body .rx-explore-results.rx-stream > .rx-glossary-stream-card,
  html body .rx-discover-results .rx-glossary-stream-card,
  html body .rx-search-results > .rx-glossary-stream-card,
  html body .rx-profile-stream > .rx-glossary-stream-card{
    padding-left:16px!important;
    padding-right:16px!important;
  }
}

/* Long-press chat hooks were removed; keep touch behavior native. */
html body.rx-messages-screen .rx-message-bubble-row,
html body.rx-messages-screen .rx-message-bubble-row .rx-message-bubble,
html body.rx-messages-screen .rx-message-bubble-row .rx-message-image,
html body.rx-messages-screen .rx-message-bubble-row .rx-message-document{
  -webkit-touch-callout:default!important;
  -webkit-user-select:auto!important;
  user-select:auto!important;
  touch-action:auto!important;
  filter:none!important;
}


/* RunnerX v6.0.122: show the label-free tab select only in mobile layout. */
@media(min-width:701px){
  html body .rx-tabs-select-label{display:none!important;}
}
@media(max-width:700px){
  html body .rx-tabs-select-label{display:block!important;}
}

/* RunnerX v6.0.122: glossary-only streams do not inherit search-result side padding. */
html body .rx-glossary-results.rx-stream{
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
html body .rx-glossary-results.rx-stream > .rx-glossary-stream-card{
  margin-left:0!important;
  margin-right:0!important;
  width:100%!important;
}


/* RunnerX v6.0.123: Country field single-frame cleanup and mobile message menus anchored to the tapped button. */
html body .rx-country-field[data-rx-country-field]{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-label{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  font-weight:900!important;
  line-height:1.3!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control,
html body .rx-country-field[data-rx-country-field]:hover .rx-country-control,
html body .rx-country-field[data-rx-country-field]:focus .rx-country-control,
html body .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  position:relative!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:0!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  min-width:42px!important;
  height:52px!important;
  min-height:52px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-sizing:border-box!important;
  line-height:1!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search],
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:hover,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus-visible,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:active{
  all:unset!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  padding:0 14px 0 0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:var(--rx-text,#07101d)!important;
  font:inherit!important;
  font-weight:850!important;
  line-height:52px!important;
  box-sizing:border-box!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-decoration,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-cancel-button,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-results-button,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-results-decoration{
  -webkit-appearance:none!important;appearance:none!important;display:none!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag__image,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag img,
html body .rx-country-field[data-rx-country-field] .rx-country-result__flag img,
html body .rx-country-field[data-rx-country-field] img.rx-country-flag-image{
  display:block!important;
  width:28px!important;
  min-width:28px!important;
  max-width:28px!important;
  height:21px!important;
  min-height:21px!important;
  max-height:21px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:3px!important;
  object-fit:cover!important;
  box-shadow:0 0 0 1px rgba(15,23,42,.09)!important;
  vertical-align:middle!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-results{
  position:absolute!important;
  top:calc(100% + 6px)!important;
  right:0!important;
  bottom:auto;
  left:0!important;
  z-index:2147482100!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  max-height:var(--rx-country-results-max-height,300px)!important;
  margin:0!important;
  padding:6px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(15,23,42,.16)!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-results[hidden]{display:none!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-result{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:48px!important;
  padding:10px 12px!important;
  margin:0!important;
  border:0!important;
  border-radius:calc(var(--rx-control-radius,var(--rx-radius,14px)) - 6px)!important;
  background:transparent!important;
  color:var(--rx-text,#07101d)!important;
  font:inherit!important;
  font-weight:850!important;
  line-height:1.25!important;
  text-align:left!important;
  overflow:hidden!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result:hover,
html body .rx-country-field[data-rx-country-field] .rx-country-result:focus{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,white)!important;
  outline:0!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:21px!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__label{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--rx-text,#07101d)!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.25!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__code,
html body .rx-country-field[data-rx-country-field] .rx-country-flag{display:none!important;}

html body.rx-messages-screen .rx-message-thread,
html body.rx-messages-screen .rx-message-bubble-row,
html body.rx-messages-screen .rx-message-x-actions{overflow:visible!important;}
html body.rx-messages-screen .rx-message-x-actions{
  position:relative!important;
  z-index:2147483300!important;
  isolation:isolate!important;
}
html body.rx-messages-screen .rx-message-menu,
html body.rx-messages-screen .rx-message-x-actions .rx-message-menu,
html body.rx-messages-screen .rx-message-x-actions.is-open .rx-message-menu{
  position:absolute!important;
  top:auto!important;
  right:0!important;
  bottom:calc(100% + 8px)!important;
  left:auto;
  transform:none;
  min-width:190px!important;
  max-width:min(260px,calc(100vw - 24px))!important;
  z-index:2147483600!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  pointer-events:auto!important;
}
html body.rx-messages-screen .rx-message-menu[hidden]{display:none!important;}
html body.rx-messages-screen .rx-message-bubble-row:first-child .rx-message-menu,
html body.rx-messages-screen .rx-message-x-actions.is-near-top .rx-message-menu{
  top:calc(100% + 8px)!important;
  bottom:auto;
}
@media(hover:none),(pointer:coarse),(max-width:900px){
  html body.rx-messages-screen .rx-message-menu,
  html body.rx-messages-screen .rx-message-x-actions .rx-message-menu,
  html body.rx-messages-screen .rx-message-x-actions.is-open .rx-message-menu{
    position:absolute!important;
    top:auto!important;
    right:0!important;
    bottom:calc(100% + 8px)!important;
    left:auto;
    max-width:calc(100vw - 24px)!important;
    z-index:2147483600!important;
  }
}

/* RunnerX v6.0.124: globales Drei-Punkte-Menü für Stream, Userlisten und Chat. */
:root{--rx-z-dots-menu:2147483600;}
.rx-dots-menu{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible!important;}
.rx-dots-menu__button{border:0;border-radius:999px;background:#eff3f4;color:#07101d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;flex:0 0 auto;}
.rx-dots-menu__button>i{display:block;line-height:1;font-size:1em;}
.rx-dots-menu__button:hover,.rx-dots-menu.is-open>.rx-dots-menu__button,.rx-dots-menu__button[aria-expanded="true"]{background:#e8edf1;color:#07101d;}
.rx-dots-menu--stream .rx-dots-menu__button{width:38px;height:38px;font-size:18px;}
.rx-dots-menu--userlist .rx-dots-menu__button{width:42px;height:42px;font-size:18px;}
.rx-dots-menu--chat .rx-dots-menu__button{width:32px;height:32px;font-size:16px;}
.rx-dots-menu__panel{box-sizing:border-box;display:none;min-width:190px;background:#fff;color:#07101d;border:1px solid var(--rx-border,#dbe4ee);border-radius:16px;box-shadow:0 18px 45px rgba(15,23,42,.2);padding:8px;z-index:var(--rx-z-dots-menu)!important;}
.rx-dots-menu__panel.is-open{display:block!important;}
.rx-message-menu.rx-dots-menu__panel[hidden]{display:none!important;}
.rx-message-menu.rx-dots-menu__panel.is-open:not([hidden]){display:block!important;}
html body .rx-dots-menu__panel.is-rx-dots-positioned,
html body.rx-messages-screen .rx-message-x-actions .rx-message-menu.rx-dots-menu__panel.is-rx-dots-positioned,
html body .rx-user-actions-menu.rx-dots-menu__panel.is-rx-dots-positioned,
html body .rx-card-pop.rx-dots-menu__panel.is-rx-dots-positioned{
  position:fixed!important;right:auto!important;bottom:auto;z-index:var(--rx-z-dots-menu)!important;display:block!important;
}
.rx-dots-menu__panel a,.rx-dots-menu__panel button{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;border:0!important;background:transparent!important;color:#07101d!important;text-align:left!important;text-decoration:none!important;font-weight:850!important;padding:11px 12px!important;border-radius:11px!important;cursor:pointer!important;white-space:nowrap;}
.rx-dots-menu__panel a:hover,.rx-dots-menu__panel button:hover,.rx-dots-menu__panel a:focus-visible,.rx-dots-menu__panel button:focus-visible{background:var(--rx-hover,#f2f5f7)!important;outline:0!important;}
.rx-dots-menu__panel i{flex:0 0 20px!important;width:20px!important;text-align:center!important;line-height:1!important;}
.rx-dots-menu__panel .is-danger{color:#d0182a!important;}
body.rx-messages-screen .rx-message-bubble-row .rx-message-x-actions.rx-dots-menu{z-index:calc(var(--rx-z-dots-menu) - 2)!important;}
@media(max-width:900px), (hover:none), (pointer:coarse){
  html body.rx-messages-screen .rx-message-menu.rx-dots-menu__panel.is-rx-dots-positioned,
  html body .rx-user-actions-menu.rx-dots-menu__panel.is-rx-dots-positioned,
  html body .rx-card-pop.rx-dots-menu__panel.is-rx-dots-positioned{position:fixed!important;left:var(--rx-dots-left,8px)!important;top:var(--rx-dots-top,8px)!important;right:auto!important;bottom:auto;max-width:calc(100vw - 16px)!important;}
}

/* RunnerX v6.0.124: shared three-dot/kebab menus and final country picker cleanup. */
html body .rx-kebab,
html body .rx-user-actions,
html body .rx-message-x-actions,
html body .rx-card-head{
  overflow:visible!important;
}
html body .rx-kebab-toggle,
html body .rx-post-menu.rx-card-menu,
html body .rx-user-actions-trigger,
html body .rx-user-actions-toggle,
html body .rx-message-menu-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  border:0!important;
  border-radius:999px!important;
  background:#eff3f4!important;
  color:var(--rx-text,#07101d)!important;
  cursor:pointer!important;
  line-height:1!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
html body .rx-kebab-toggle:hover,
html body .rx-kebab-toggle:focus-visible,
html body .rx-kebab.is-open .rx-kebab-toggle,
html body .rx-user-actions.is-open .rx-user-actions-trigger,
html body .rx-message-x-actions.is-open .rx-message-menu-toggle{
  background:#e5ecf0!important;
  color:var(--rx-text,#07101d)!important;
  outline:0!important;
}
html body .rx-kebab-toggle i,
html body .rx-post-menu.rx-card-menu i,
html body .rx-user-actions-trigger i,
html body .rx-user-actions-toggle i,
html body .rx-message-menu-toggle i{
  display:block!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  font-size:18px!important;
  line-height:1!important;
  color:currentColor!important;
  pointer-events:none!important;
}
html body .rx-kebab-toggle--stream,
html body .rx-post-menu.rx-card-menu,
html body .rx-kebab-toggle--user,
html body .rx-user-actions-trigger,
html body .rx-user-actions-toggle{
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  min-height:38px!important;
}
html body .rx-kebab-toggle--message,
html body .rx-message-menu-toggle{
  width:30px!important;
  min-width:30px!important;
  height:30px!important;
  min-height:30px!important;
  font-size:16px!important;
}
html body .rx-kebab-menu,
html body .rx-kebab-menu.rx-popover,
html body .rx-kebab-menu.rx-card-pop,
html body .rx-kebab-menu.rx-user-actions-menu,
html body .rx-kebab-menu.rx-message-menu{
  min-width:210px!important;
  max-width:min(290px,calc(100vw - 16px))!important;
  padding:8px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:0 18px 48px rgba(15,23,42,.18)!important;
  color:var(--rx-text,#07101d)!important;
  z-index:2147483640!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
html body .rx-kebab-menu:not(.is-open):not(.rx-message-menu),
html body .rx-kebab-menu.rx-card-pop:not(.is-open),
html body .rx-kebab-menu.rx-user-actions-menu:not(.is-open){
  display:none!important;
}
html body .rx-kebab-menu.is-open,
html body .rx-kebab-menu.is-positioned,
html body .rx-kebab-menu--positioned{
  position:fixed!important;
  display:block!important;
  right:auto!important;
  bottom:auto;
  transform:none;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
html body .rx-kebab-menu[hidden]{display:none!important;}
html body .rx-kebab-menu a,
html body .rx-kebab-menu button,
html body .rx-user-actions-menu a,
html body .rx-user-actions-menu button,
html body .rx-card-pop a,
html body .rx-card-pop button,
html body .rx-message-menu button{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:100%!important;
  min-height:40px!important;
  padding:10px 12px!important;
  margin:0!important;
  border:0!important;
  border-radius:calc(var(--rx-control-radius,var(--rx-radius,12px)) - 4px)!important;
  background:transparent!important;
  color:var(--rx-text,#07101d)!important;
  font:inherit!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-align:left!important;
  text-decoration:none!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
html body .rx-kebab-menu a:hover,
html body .rx-kebab-menu button:hover,
html body .rx-user-actions-menu a:hover,
html body .rx-user-actions-menu button:hover,
html body .rx-card-pop a:hover,
html body .rx-card-pop button:hover,
html body .rx-message-menu button:hover{
  background:#f4f7f9!important;
}
html body .rx-kebab-menu i,
html body .rx-user-actions-menu i,
html body .rx-card-pop i,
html body .rx-message-menu i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 20px!important;
  width:20px!important;
  min-width:20px!important;
  margin:0!important;
  color:currentColor!important;
  font-size:18px!important;
  line-height:1!important;
  text-align:center!important;
}
html body.rx-messages-screen .rx-message-x-actions{
  position:relative!important;
  z-index:2147483400!important;
  isolation:isolate!important;
}
html body.rx-messages-screen .rx-message-menu.rx-kebab-menu{
  position:fixed!important;
  z-index:2147483640!important;
  right:auto!important;
  bottom:auto;
  left:auto;
  top:auto!important;
}

html body .rx-country-field[data-rx-country-field],
html body .rx-country-field[data-rx-country-field]:hover,
html body .rx-country-field[data-rx-country-field]:focus,
html body .rx-country-field[data-rx-country-field]:focus-within,
html body .rx-country-field[data-rx-country-field].is-open{
  position:relative!important;
  isolation:isolate!important;
  display:grid!important;
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:visible!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control,
html body .rx-country-field[data-rx-country-field]:hover .rx-country-control,
html body .rx-country-field[data-rx-country-field]:focus .rx-country-control,
html body .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:0!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:none!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  line-height:1!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search],
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search][type="search"],
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:hover,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus-visible,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:active{
  all:unset!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  padding:0 14px 0 0!important;
  margin:0!important;
  border:0!important;
  border-color:transparent!important;
  border-radius:0!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  background:transparent!important;
  background-clip:padding-box!important;
  color:var(--rx-text,#07101d)!important;
  font:inherit!important;
  font-weight:850!important;
  line-height:52px!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-decoration,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-cancel-button,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-results-button,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]::-webkit-search-results-decoration{display:none!important;-webkit-appearance:none!important;appearance:none!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag__image,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag img,
html body .rx-country-field[data-rx-country-field] .rx-country-result__flag img,
html body .rx-country-field[data-rx-country-field] img.rx-country-flag-image{
  display:block!important;
  width:28px!important;
  min-width:28px!important;
  max-width:28px!important;
  height:21px!important;
  min-height:21px!important;
  max-height:21px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:3px!important;
  object-fit:cover!important;
  vertical-align:middle!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-results{
  position:absolute!important;
  top:calc(100% + 6px)!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:6px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(15,23,42,.16)!important;
  z-index:2147482100!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field].is-dropup .rx-country-results{top:auto!important;bottom:calc(100% + 6px)!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-results[hidden]{display:none!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-result{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:100%!important;
  min-height:48px!important;
  padding:10px 12px!important;
  margin:0!important;
  border:0!important;
  border-radius:calc(var(--rx-control-radius,var(--rx-radius,14px)) - 6px)!important;
  background:transparent!important;
  overflow:hidden!important;
  text-align:left!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__flag{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:21px!important;
  min-width:28px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__label{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  height:21px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--rx-text,#07101d)!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:21px!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-result__code,
html body .rx-country-field[data-rx-country-field] .rx-country-flag{display:none!important;}

/* RunnerX v6.0.125: user-list popovers above all triggers and discover glossary search support. */
html body .rx-user-actions-menu.is-open,
html body .rx-user-actions-menu.is-positioned,
html body .rx-user-actions-menu.is-rx-dots-positioned,
html body .rx-kebab-menu.rx-user-actions-menu.is-open,
html body .rx-kebab-menu.rx-user-actions-menu.is-positioned,
html body .rx-kebab-menu.rx-user-actions-menu.is-rx-dots-positioned{
  z-index:2147483646!important;
}
html body .rx-user-card .rx-user-actions-trigger,
html body .rx-user-card .rx-kebab-toggle--user,
html body .rx-user-card .rx-dots-menu__button,
html body .rx-user-list--stream .rx-user-actions-trigger,
html body .rx-members-list .rx-user-actions-trigger,
html body .rx-members-proto-list .rx-user-actions-trigger,
html body .rx-members-stream-shell .rx-user-actions-trigger{
  position:relative!important;
  z-index:1!important;
}
html body .rx-user-actions.is-open .rx-user-actions-trigger,
html body .rx-user-actions.is-open .rx-kebab-toggle--user,
html body .rx-user-actions.is-open .rx-dots-menu__button{
  z-index:2!important;
}

/* RunnerX v6.0.125: portaled global three-dot menus above their trigger buttons. */
html body > .rx-kebab-menu.rx-kebab-menu--portal,
html body > .rx-kebab-menu.rx-kebab-menu--positioned,
html body > .rx-user-actions-menu.rx-kebab-menu--portal,
html body > .rx-card-pop.rx-kebab-menu--portal,
html body > .rx-message-menu.rx-kebab-menu--portal{
  position:fixed!important;
  z-index:2147483647!important;
  display:block!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  pointer-events:auto!important;
  isolation:isolate!important;
}
html body .rx-user-actions.is-open,
html body .rx-user-actions-global.is-open,
html body .rx-kebab.is-open,
html body .rx-message-x-actions.is-open{
  z-index:2147483600!important;
  overflow:visible!important;
}
html body .rx-user-actions.is-open .rx-user-actions-trigger,
html body .rx-user-actions-global.is-open .rx-user-actions-toggle,
html body .rx-kebab.is-open .rx-kebab-toggle,
html body .rx-message-x-actions.is-open .rx-message-menu-toggle{
  position:relative!important;
  z-index:1!important;
}
html body > .rx-kebab-menu.rx-kebab-menu--portal a,
html body > .rx-kebab-menu.rx-kebab-menu--portal button{
  position:relative!important;
  z-index:2!important;
}


/* RunnerX v6.0.125: Entkoppelte Kebab-Portale und Userlisten-Z-Index. */
html body > .rx-kebab-menu.rx-kebab-menu--portal,
html body > .rx-kebab-menu.rx-user-actions-menu.rx-kebab-menu--portal,
html body > .rx-kebab-menu.rx-card-pop.rx-kebab-menu--portal,
html body > .rx-kebab-menu.rx-message-menu.rx-kebab-menu--portal{
  position:fixed!important;
  z-index:2147483647!important;
  display:block!important;
  isolation:isolate!important;
  pointer-events:auto!important;
}
html body .rx-user-actions.is-open,
html body .rx-user-actions-global.is-open,
html body .rx-kebab.is-open{overflow:visible!important;}
html body .rx-user-actions.is-open .rx-user-actions-trigger,
html body .rx-user-actions.is-open .rx-kebab-toggle--user,
html body .rx-user-actions-global.is-open .rx-user-actions-toggle{
  position:relative!important;
  z-index:1!important;
}
html body > .rx-kebab-menu.rx-user-actions-menu.rx-kebab-menu--portal a,
html body > .rx-kebab-menu.rx-user-actions-menu.rx-kebab-menu--portal button{position:relative!important;z-index:2!important;}


/* RunnerX v6.0.126: Streamcards in all tab/result streams stay edge-to-edge.
   Older archive rules added side padding to .rx-search-results/.rx-discover-results;
   cards themselves keep their inner content padding, but the card surface and
   separators must touch the stream column edges. */
html body .rx-main .rx-stream-stage,
html body .rx-main .rx-stream,
html body .rx-main .rx-search-results.rx-stream,
html body .rx-main .rx-explore-results.rx-stream,
html body .rx-main .rx-discover-results.rx-stream,
html body .rx-main .rx-dashboard-stream.rx-stream,
html body .rx-main .rx-profile-stream.rx-stream,
html body .rx-main .rx-glossary-results.rx-stream,
html body .rx-main .rx-event-list--stream.rx-stream,
html body .rx-main .rx-startnumber-list.rx-stream{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
html body .rx-main .rx-stream > .rx-feed-card,
html body .rx-main .rx-stream > .rx-x-stream-card,
html body .rx-main .rx-stream > .rx-unified-event-card,
html body .rx-main .rx-stream > .rx-glossary-stream-card,
html body .rx-main .rx-stream > .rx-startnumber-stream-card,
html body .rx-main .rx-stream > .br-stream-ad,
html body .rx-main .rx-stream > article{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  border-radius:0!important;
  box-sizing:border-box!important;
}
html body .rx-main .rx-search-results.rx-stream > .rx-feed-card,
html body .rx-main .rx-search-results.rx-stream > .rx-x-stream-card,
html body .rx-main .rx-search-results.rx-stream > .rx-unified-event-card,
html body .rx-main .rx-search-results.rx-stream > .rx-glossary-stream-card,
html body .rx-main .rx-search-results.rx-stream > .br-stream-ad,
html body .rx-main .rx-explore-results.rx-stream > .rx-feed-card,
html body .rx-main .rx-explore-results.rx-stream > .rx-x-stream-card,
html body .rx-main .rx-explore-results.rx-stream > .rx-unified-event-card,
html body .rx-main .rx-explore-results.rx-stream > .rx-glossary-stream-card,
html body .rx-main .rx-discover-results.rx-stream > .rx-feed-card,
html body .rx-main .rx-discover-results.rx-stream > .rx-x-stream-card,
html body .rx-main .rx-discover-results.rx-stream > .rx-unified-event-card,
html body .rx-main .rx-discover-results.rx-stream > .rx-glossary-stream-card{
  margin-left:0!important;
  margin-right:0!important;
}
html body .rx-main .rx-stream--separated > *{
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:760px){
  html body .rx-main .rx-stream-stage,
  html body .rx-main .rx-stream,
  html body .rx-main .rx-search-results.rx-stream,
  html body .rx-main .rx-explore-results.rx-stream,
  html body .rx-main .rx-discover-results.rx-stream,
  html body .rx-main .rx-profile-stream.rx-stream,
  html body .rx-main .rx-glossary-results.rx-stream{
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* RunnerX v6.0.127: Core UI-Komponenten-Schutzschicht.
   Diese Regeln bündeln wiederkehrende Menüs, Filterbuttons, Uploadboxen,
   Länderfelder und Streams, damit spätere Einzelmodule keine eigenen
   abweichenden Positions- oder Größenlogiken benötigen. */
:root{
  --rx-popover-z:2147483647;
  --rx-popover-bg:#fff;
  --rx-popover-radius:14px;
  --rx-popover-shadow:0 18px 42px rgba(15,23,42,.18);
  --rx-control-size:44px;
  --rx-control-size-sm:34px;
  --rx-control-size-md:40px;
}
html body .rx-kebab{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible;isolation:auto;}
html body .rx-kebab-toggle,
html body .rx-dots-menu__button,
html body .rx-card-menu,
html body .rx-post-menu,
html body .rx-user-actions-trigger,
html body .rx-message-menu-toggle{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 var(--rx-control-size)!important;
  width:var(--rx-control-size)!important;
  height:var(--rx-control-size)!important;
  min-width:var(--rx-control-size)!important;
  min-height:var(--rx-control-size)!important;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:rgba(8,22,47,.06)!important;
  color:var(--rx-text,#07101d)!important;
  line-height:1!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  touch-action:manipulation!important;
}
html body .rx-kebab-toggle:hover,
html body .rx-dots-menu__button:hover,
html body .rx-card-menu:hover,
html body .rx-post-menu:hover,
html body .rx-user-actions-trigger:hover,
html body .rx-message-menu-toggle:hover{background:rgba(8,22,47,.1)!important;}
html body .rx-kebab-toggle:focus-visible,
html body .rx-dots-menu__button:focus-visible,
html body .rx-card-menu:focus-visible,
html body .rx-post-menu:focus-visible,
html body .rx-user-actions-trigger:focus-visible,
html body .rx-message-menu-toggle:focus-visible{outline:2px solid var(--rx-accent,#93e547)!important;outline-offset:2px!important;}
html body .rx-kebab-toggle i,
html body .rx-dots-menu__button i,
html body .rx-card-menu i,
html body .rx-post-menu i,
html body .rx-user-actions-trigger i,
html body .rx-message-menu-toggle i{display:block!important;margin:0!important;font-size:18px!important;line-height:1!important;}
html body .rx-kebab-toggle--message,
html body .rx-message-menu-toggle{--rx-control-size:var(--rx-control-size-sm);}
html body .rx-kebab-toggle--stream,
html body .rx-kebab-toggle--user,
html body .rx-user-actions-trigger,
html body .rx-card-menu,
html body .rx-post-menu{--rx-control-size:var(--rx-control-size-md);}
html body .rx-kebab-menu,
html body .rx-card-pop,
html body .rx-card-popover,
html body .rx-user-actions-menu,
html body .rx-message-menu,
html body .rx-dots-menu__panel{
  min-width:210px;
  padding:8px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-popover-radius)!important;
  background:var(--rx-popover-bg)!important;
  color:var(--rx-text,#07101d)!important;
  box-shadow:var(--rx-popover-shadow)!important;
  box-sizing:border-box!important;
}
html body > .rx-kebab-menu.rx-kebab-menu--portal,
html body > .rx-kebab-menu.rx-kebab-menu--positioned,
html body > .rx-card-pop.rx-kebab-menu--portal,
html body > .rx-card-popover.rx-kebab-menu--portal,
html body > .rx-user-actions-menu.rx-kebab-menu--portal,
html body > .rx-message-menu.rx-kebab-menu--portal,
html body > .rx-dots-menu__panel.rx-kebab-menu--portal{z-index:var(--rx-popover-z)!important;}
html body .rx-kebab-menu a,
html body .rx-kebab-menu button,
html body .rx-card-pop a,
html body .rx-card-pop button,
html body .rx-user-actions-menu a,
html body .rx-user-actions-menu button,
html body .rx-message-menu a,
html body .rx-message-menu button,
html body .rx-dots-menu__panel a,
html body .rx-dots-menu__panel button{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-height:42px!important;
  padding:10px 12px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:var(--rx-text,#07101d)!important;
  text-align:left!important;
  text-decoration:none!important;
  font:inherit!important;
  font-weight:800!important;
  line-height:1.25!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
html body .rx-kebab-menu a:hover,
html body .rx-kebab-menu button:hover,
html body .rx-card-pop a:hover,
html body .rx-card-pop button:hover,
html body .rx-user-actions-menu a:hover,
html body .rx-user-actions-menu button:hover,
html body .rx-message-menu a:hover,
html body .rx-message-menu button:hover,
html body .rx-dots-menu__panel a:hover,
html body .rx-dots-menu__panel button:hover{background:rgba(8,22,47,.06)!important;}
html body .rx-kebab-menu i,
html body .rx-card-pop i,
html body .rx-user-actions-menu i,
html body .rx-message-menu i,
html body .rx-dots-menu__panel i{flex:0 0 20px!important;width:20px!important;text-align:center!important;font-size:18px!important;line-height:1!important;}
html body .rx-kebab-menu--message{min-width:170px!important;padding:6px!important;border-radius:12px!important;}
html body .rx-kebab-menu--message a,
html body .rx-kebab-menu--message button{min-height:38px!important;padding:8px 10px!important;font-size:14px!important;}
html body .rx-kebab-menu--message i{font-size:16px!important;}
html body .rx-filter-trigger,
html body [data-rx-filter-trigger],
html body .rx-filter-button,
html body .rx-open-filter,
html body button[aria-controls*="filter"],
html body a[aria-controls*="filter"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
}
html body .rx-filter-trigger i,
html body [data-rx-filter-trigger] i,
html body .rx-filter-button i,
html body .rx-open-filter i{display:block!important;margin:0!important;font-size:20px!important;line-height:1!important;}
@media(max-width:980px){
  html body .rx-filter-trigger,
  html body [data-rx-filter-trigger],
  html body .rx-filter-button,
  html body .rx-open-filter{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    padding:0!important;
    gap:0!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-indent:-999px!important;
  }
  html body .rx-filter-trigger i,
  html body [data-rx-filter-trigger] i,
  html body .rx-filter-button i,
  html body .rx-open-filter i{
    text-indent:0!important;
    width:48px!important;
    height:48px!important;
    display:grid!important;
    place-items:center!important;
  }
  html body .rx-filter-trigger span,
  html body [data-rx-filter-trigger] span,
  html body .rx-filter-button span,
  html body .rx-open-filter span{display:none!important;}
}
html body .rx-upload-box,
html body [data-rx-upload-box],
html body .rx-media-upload-box{
  width:100%;
  box-sizing:border-box;
}
html body .rx-country-field[data-rx-country-field]{position:relative!important;z-index:3!important;}
html body .rx-country-field[data-rx-country-field].is-open{z-index:2147482000!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-control{box-shadow:none!important;outline:0!important;}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus{box-shadow:none!important;outline:0!important;}
html body .rx-tabs-mobile,
html body .rx-tab-select-wrap,
html body .rx-mobile-tab-select{width:100%!important;max-width:none!important;}
html body .rx-mobile-tab-select-label,
html body .rx-tab-select-label,
html body .rx-tabs-mobile label > span:first-child{display:none!important;}


/* RunnerX v6.0.128: Drei-Punkte-Menüs sind kleine Aktionsmenüs und bekommen keine interne Scrollfläche. */
html body .rx-kebab-menu,
html body .rx-card-pop,
html body .rx-card-popover,
html body .rx-user-actions-menu,
html body .rx-message-menu,
html body .rx-dots-menu__panel,
html body > .rx-kebab-menu.rx-kebab-menu--portal,
html body > .rx-card-pop.rx-kebab-menu--portal,
html body > .rx-card-popover.rx-kebab-menu--portal,
html body > .rx-user-actions-menu.rx-kebab-menu--portal,
html body > .rx-message-menu.rx-kebab-menu--portal,
html body > .rx-dots-menu__panel.rx-kebab-menu--portal{
  max-height:none!important;
  overflow:visible!important;
  overflow-y:visible!important;
}

/* RunnerX v6.0.131: PWA settings controls and admin dashboard restoration polish. */
html body .rx-settings-option--pwa .rx-pwa-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
html body .rx-settings-option--pwa [data-rx-pwa-status]{
  display:block;
}
html body .rx-settings-option--pwa [data-rx-pwa-status].is-success{color:#348900;}
html body .rx-settings-option--pwa [data-rx-pwa-status].is-error{color:#c02637;}
@media(max-width:720px){
  html body .rx-settings-option--pwa{
    align-items:stretch;
  }
  html body .rx-settings-option--pwa .rx-pwa-controls{
    width:100%;
    justify-content:stretch;
  }
  html body .rx-settings-option--pwa .rx-pwa-controls .rx-btn{
    flex:1 1 160px;
  }
}

/* RunnerX v6.0.133: Mobile PWA settings card uses one-column layout. */
@media(max-width:760px){
  html body .rx-settings-option--pwa{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:16px!important;
  }
  html body .rx-settings-option--pwa .rx-settings-option__copy{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  html body .rx-settings-option--pwa .rx-pwa-controls{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:none!important;
    justify-content:stretch!important;
    gap:10px!important;
  }
  html body .rx-settings-option--pwa .rx-pwa-controls .rx-btn{
    width:100%!important;
    max-width:none!important;
    flex:1 1 100%!important;
    justify-content:center!important;
  }
}

/* RunnerX v6.0.133: mobile PWA settings layout. */
@media(max-width:768px){
  html body .rx-settings-option--pwa{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:16px!important;
  }
  html body .rx-settings-option--pwa .rx-settings-option__copy{
    width:100%!important;
    max-width:none!important;
    flex:0 0 auto!important;
  }
  html body .rx-settings-option--pwa .rx-settings-option__copy strong,
  html body .rx-settings-option--pwa .rx-settings-option__copy small{
    width:100%!important;
  }
  html body .rx-settings-option--pwa .rx-pwa-controls{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    justify-content:stretch!important;
  }
  html body .rx-settings-option--pwa .rx-pwa-controls .rx-btn{
    width:100%!important;
    min-width:0!important;
    flex:0 0 auto!important;
    justify-content:center!important;
  }
}

/* RunnerX v6.0.134: legal consent checkboxes use the global toggle-choice styling again. */
body .rx-main .rx-legal-consent.rx-toggle-choice,
body .rx-main .rx-contact-form__privacy.rx-legal-consent.rx-toggle-choice,
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-legal-consent.rx-toggle-choice{
  position:relative!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  min-height:54px!important;
  margin:0!important;
  padding:11px 14px!important;
  border:1px solid var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1.35!important;
  text-align:left!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
body .rx-main .rx-legal-consent.rx-toggle-choice:hover,
body .rx-main .rx-contact-form__privacy.rx-legal-consent.rx-toggle-choice:hover,
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-legal-consent.rx-toggle-choice:hover{
  border-color:var(--rx-form-border,var(--rx-border,#dbe5ef))!important;
  background:#f8fafb!important;
  box-shadow:none!important;
  transform:none;
}
body .rx-main .rx-legal-consent.rx-toggle-choice:has(.rx-settings-toggle>input[type="checkbox"]:checked),
body .rx-main .rx-contact-form__privacy.rx-legal-consent.rx-toggle-choice:has(.rx-settings-toggle>input[type="checkbox"]:checked),
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-legal-consent.rx-toggle-choice:has(.rx-settings-toggle>input[type="checkbox"]:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 55%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)!important;
}
body .rx-main .rx-legal-consent.rx-toggle-choice:focus-within,
body .rx-main .rx-contact-form__privacy.rx-legal-consent.rx-toggle-choice:focus-within,
body .rx-main .rx-auth-card-single .rx-auth-form-single .rx-legal-consent.rx-toggle-choice:focus-within{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-border,#dbe5ef))!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 16%,transparent)!important;
}
body .rx-main .rx-legal-consent.rx-toggle-choice>.rx-settings-toggle{
  flex:0 0 48px!important;
  align-self:center!important;
}
body .rx-main .rx-legal-consent.rx-toggle-choice>.rx-legal-consent__text,
body .rx-main .rx-legal-consent.rx-toggle-choice>.rx-toggle-choice__label{
  min-width:0!important;
  flex:1 1 auto!important;
  color:var(--rx-text,#0f1419)!important;
  font:inherit!important;
  line-height:1.35!important;
}

/* RunnerX v6.0.136: roles workflow, verification requests and custom 404 page. */
.rx-admin-rights-grid--workflow .rx-admin-rights-row{grid-template-columns:46px minmax(0,1fr)!important;align-items:stretch!important}
.rx-admin-rights-row-body{display:grid!important;gap:10px!important;min-width:0!important}
.rx-admin-rights-row-body h3{margin:0!important;color:var(--rx-admin-primary,#08162f)!important;font-size:17px!important;line-height:1.2!important;font-weight:950!important}
.rx-admin-role-overview{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:12px!important}
.rx-admin-role-overview>div{padding:14px!important;border:1px solid var(--rx-admin-border,#dbe5ef)!important;border-radius:16px!important;background:#fff!important}
.rx-admin-role-overview strong{display:block!important;margin:0 0 5px!important;color:var(--rx-admin-primary,#08162f)!important;font-weight:950!important}
.rx-admin-role-overview span{display:block!important;color:var(--rx-admin-muted,#536471)!important;font-weight:700!important;line-height:1.35!important}
.rx-admin-verification-list{display:grid!important;gap:10px!important;margin-top:14px!important}
.rx-admin-verification-list article{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:14px!important;border:1px solid var(--rx-admin-border,#dbe5ef)!important;border-radius:16px!important;background:#fff!important}
.rx-admin-verification-list strong{display:block!important;color:var(--rx-admin-primary,#08162f)!important;font-weight:950!important}
.rx-admin-verification-list span,.rx-admin-verification-list small{display:block!important;color:var(--rx-admin-muted,#536471)!important;font-weight:750!important;line-height:1.35!important}
.rx-admin-empty-soft{display:grid!important;gap:4px!important;padding:18px!important;border:1px dashed var(--rx-admin-border,#dbe5ef)!important;border-radius:16px!important;background:#f8fbfe!important;color:var(--rx-admin-muted,#536471)!important}
.rx-admin-empty-soft strong{color:var(--rx-admin-primary,#08162f)!important;font-weight:950!important}
.rx-profile-verification-request .rx-checkline{margin-top:10px!important}
.rx-404-page{padding:0!important;background:#fff!important}
.rx-404-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:0;min-height:420px;border-bottom:1px solid var(--rx-border,#dbe5ef)}
.rx-404-media{display:grid;place-items:center;min-height:360px;background:linear-gradient(135deg,#eef8e7,#f8fbfe);overflow:hidden}
.rx-404-image{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.rx-404-placeholder{display:grid;place-items:center;gap:12px;width:220px;height:220px;border-radius:44px;background:#fff;border:1px solid var(--rx-border,#dbe5ef);box-shadow:0 20px 60px rgba(8,22,47,.12);color:var(--rx-primary,#08162f)}
.rx-404-placeholder i{font-size:56px;color:var(--rx-accent,#93e547)}
.rx-404-placeholder strong{font-size:54px;line-height:1;font-weight:950;letter-spacing:-.06em}
.rx-404-copy{display:flex;flex-direction:column;justify-content:center;padding:42px clamp(22px,5vw,58px);min-width:0}
.rx-404-copy h1{margin:14px 0 12px;font-size:clamp(34px,5vw,62px);line-height:.98;letter-spacing:-.06em;color:var(--rx-text,#0f1419)}
.rx-404-copy p{margin:0 0 24px;max-width:680px;color:var(--rx-muted,#536471);font-size:18px;line-height:1.55;font-weight:650}
.rx-404-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:720px;margin:0 0 14px}
.rx-404-search input{min-height:48px;border:1px solid var(--rx-border,#dbe5ef);border-radius:14px;padding:0 16px;font:inherit;font-weight:750;color:var(--rx-text,#0f1419);outline:0;background:#fff}
.rx-404-search input:focus{border-color:var(--rx-accent,#93e547);box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 18%,transparent)}
.rx-404-actions{display:flex;gap:10px;flex-wrap:wrap}.rx-404-trends{padding:28px clamp(18px,4vw,42px) 36px;border-bottom:1px solid var(--rx-border,#dbe5ef)}
.rx-404-trends h2{margin:0 0 14px;font-size:24px;line-height:1.15;color:var(--rx-text,#0f1419);font-weight:950}.rx-404-trend-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.rx-404-trend{display:grid;gap:2px;padding:14px 16px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;background:#f8fbfe;text-decoration:none;color:var(--rx-text,#0f1419)}.rx-404-trend:hover{border-color:var(--rx-accent,#93e547);background:#f3fee9}.rx-404-trend span{font-weight:950;color:var(--rx-accent,#70d830)}.rx-404-trend small{color:var(--rx-muted,#536471);font-weight:750}
@media(max-width:900px){.rx-404-card{grid-template-columns:1fr}.rx-404-copy{padding:28px 18px}.rx-404-media,.rx-404-image{min-height:240px}.rx-404-search{grid-template-columns:1fr}.rx-404-search .rx-btn{width:100%;justify-content:center}.rx-admin-verification-list article{align-items:flex-start;flex-direction:column}.rx-admin-verification-list .button{width:100%;text-align:center}}

/* RunnerX v6.0.137: verification checkbox and 404 layout corrections. */
html body .rx-profile-verification-request .rx-profile-verification-toggle{
  margin-top:12px!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
html body .rx-profile-verification-request .rx-profile-verification-toggle>.rx-settings-toggle{
  flex:0 0 auto!important;
}
html body .rx-profile-verification-request .rx-profile-verification-toggle>.rx-toggle-choice__label{
  font-weight:900!important;
}
html body .rx-404-card{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  width:100%!important;
  min-height:0!important;
}
html body .rx-404-media{
  width:100%!important;
  min-height:260px!important;
  max-height:none!important;
  padding:clamp(18px,4vw,38px)!important;
  box-sizing:border-box!important;
}
html body .rx-404-image{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:460px!important;
  object-fit:contain!important;
  border-radius:24px!important;
}
html body .rx-404-placeholder{
  width:min(100%,360px)!important;
  height:auto!important;
  min-height:220px!important;
  aspect-ratio:1.45/1!important;
}
html body .rx-404-copy{
  width:100%!important;
  padding:clamp(24px,4vw,42px)!important;
  box-sizing:border-box!important;
}
html body .rx-404-copy h1{
  max-width:900px!important;
}
html body .rx-404-copy p{
  max-width:900px!important;
}
html body .rx-404-search{
  width:100%!important;
  max-width:900px!important;
}
html body .rx-404-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  max-width:900px!important;
}
html body .rx-404-actions .rx-btn{
  width:100%!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
@media(max-width:520px){
  html body .rx-404-media{min-height:200px!important;padding:18px!important;}
  html body .rx-404-placeholder{min-height:170px!important;border-radius:30px!important;}
  html body .rx-404-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body .rx-404-actions .rx-btn{min-width:0!important;padding-inline:10px!important;font-size:14px!important;}
}

/* RunnerX v6.0.137: Profil-Verifizierung und 404-Layout feinjustieren. */
body .rx-profile-verification-request .rx-profile-verification-toggle{
  margin-top:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  padding:13px 14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,14px))!important;
  background:#f8fbfe!important;
  box-sizing:border-box!important;
}
body .rx-profile-verification-request .rx-profile-verification-toggle:has(.rx-settings-toggle>input[type="checkbox"]:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 45%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 11%,#fff)!important;
}
body .rx-profile-verification-request .rx-profile-verification-toggle .rx-toggle-choice__label{
  font-weight:900!important;
  color:var(--rx-text,#0f1419)!important;
}
html body .rx-404-card{
  display:block!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  min-height:0!important;
  width:100%!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
}
html body .rx-404-media{
  width:100%!important;
  min-height:260px!important;
  padding:32px clamp(18px,4vw,42px)!important;
  display:grid!important;
  place-items:center!important;
  box-sizing:border-box!important;
}
html body .rx-404-image{
  width:100%!important;
  height:auto!important;
  max-height:430px!important;
  min-height:0!important;
  object-fit:contain!important;
  border-radius:22px!important;
}
html body .rx-404-placeholder{
  width:min(100%,320px)!important;
  max-width:320px!important;
  height:auto!important;
  min-height:220px!important;
  aspect-ratio:1.2/1!important;
}
html body .rx-404-copy{
  width:100%!important;
  padding:34px clamp(18px,5vw,58px)!important;
  box-sizing:border-box!important;
}
html body .rx-404-copy p,
html body .rx-404-search,
html body .rx-404-actions{
  max-width:none!important;
  width:100%!important;
}
html body .rx-404-search{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(140px,.35fr)!important;
  gap:12px!important;
  margin:0 0 14px!important;
}
html body .rx-404-search .rx-btn,
html body .rx-404-actions .rx-btn{
  width:100%!important;
  justify-content:center!important;
  min-width:0!important;
}
html body .rx-404-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
}
@media(max-width:640px){
  html body .rx-404-media{min-height:220px!important;padding:24px 18px!important;}
  html body .rx-404-copy{padding:26px 18px!important;}
  html body .rx-404-search{grid-template-columns:1fr!important;}
  html body .rx-404-actions{grid-template-columns:1fr 1fr!important;}
  html body .rx-404-copy h1{font-size:clamp(34px,12vw,50px)!important;}
}

/* RunnerX v6.0.139: Onboarding wizard. */
.rx-onboarding{display:grid;gap:20px;padding:22px 0 34px}.rx-onboarding-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start;padding:26px;border:1px solid var(--rx-border,#dbe5ef);border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--rx-accent,#93e547) 13%,#fff),#fff);box-shadow:0 18px 54px rgba(8,22,47,.08)}.rx-onboarding-hero h1{margin:.1em 0 .18em;font-size:clamp(30px,5vw,52px);line-height:.98}.rx-onboarding-hero p{margin:0;color:var(--rx-muted,#536471);font-size:17px;line-height:1.55}.rx-onboarding-step{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px}.rx-onboarding-step .rx-step-number{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--rx-accent,#93e547);color:#07101d;font-weight:950;font-size:22px}.rx-onboarding-step__body{min-width:0}.rx-onboarding-step__body h2{margin:0 0 6px;font-size:26px}.rx-onboarding-step__body>p{margin:0 0 16px;color:var(--rx-muted,#536471)}.rx-onboarding-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rx-onboarding-choice{position:relative;display:block}.rx-onboarding-choice input{position:absolute;opacity:0;pointer-events:none}.rx-onboarding-choice>span{min-height:150px;display:grid;gap:8px;align-content:start;padding:16px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;background:#fff;cursor:pointer;transition:.15s ease}.rx-onboarding-choice i{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eef8e7;font-size:22px}.rx-onboarding-choice strong{font-size:17px}.rx-onboarding-choice small{color:var(--rx-muted,#536471);line-height:1.4}.rx-onboarding-choice input:checked+span{border-color:var(--rx-accent,#93e547);box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 22%,transparent);background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)}.rx-onboarding-tags{display:flex;flex-wrap:wrap;gap:10px}.rx-onboarding-tags label{display:inline-flex}.rx-onboarding-tags input{position:absolute;opacity:0;pointer-events:none}.rx-onboarding-tags span{display:inline-flex;align-items:center;min-height:40px;padding:9px 13px;border:1px solid var(--rx-border,#dbe5ef);border-radius:999px;background:#fff;font-weight:850;cursor:pointer}.rx-onboarding-tags input:checked+span{border-color:var(--rx-accent,#93e547);background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,#fff);color:#07101d}.rx-onboarding-actions{position:sticky;bottom:0;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 0;background:linear-gradient(180deg,transparent,#fff 28%)}.rx-onboarding-actions .rx-btn{justify-content:center}.rx-dashboard-onboarding{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;align-items:center;margin-top:16px;padding:14px;border:1px solid var(--rx-border,#dbe5ef);border-radius:16px;background:color-mix(in srgb,var(--rx-accent,#93e547) 8%,#fff)}.rx-dashboard-onboarding>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eef8e7;color:#07101d;font-size:22px}.rx-dashboard-onboarding strong{display:block;font-size:16px}.rx-dashboard-onboarding small{display:block;margin-top:3px;color:var(--rx-muted,#536471);line-height:1.35}@media(max-width:820px){.rx-onboarding{padding:14px 0 24px}.rx-onboarding-hero,.rx-onboarding-step{grid-template-columns:1fr}.rx-onboarding-choice-grid{grid-template-columns:1fr}.rx-onboarding-actions{grid-template-columns:1fr}.rx-dashboard-onboarding{grid-template-columns:44px minmax(0,1fr)}.rx-dashboard-onboarding .rx-btn{grid-column:1/-1;width:100%;justify-content:center}}

/* RunnerX v6.0.139: Onboarding wizard layout. */
html body .rx-onboarding{
  display:grid!important;
  gap:20px!important;
  padding:22px 0 36px!important;
}
html body .rx-onboarding .rx-onboarding-intro{
  overflow:hidden!important;
  padding:0!important;
}
html body .rx-onboarding .rx-onboarding-hero{
  position:relative!important;
  min-height:178px!important;
  height:auto!important;
  margin:0!important;
  border-radius:0!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--rx-accent,#93e547) 20%,#fff),#fff 68%)!important;
  border:0!important;
}
html body .rx-onboarding .rx-onboarding-avatar{
  position:absolute!important;
  left:24px!important;
  bottom:-48px!important;
  width:112px!important;
  height:112px!important;
  display:grid!important;
  place-items:center!important;
  border:5px solid #fff!important;
  border-radius:999px!important;
  background:#eef3f7!important;
  box-shadow:0 18px 42px rgba(8,22,47,.14)!important;
  overflow:hidden!important;
}
html body .rx-onboarding .rx-onboarding-avatar .rx-avatar,
html body .rx-onboarding .rx-onboarding-avatar img{
  width:100%!important;
  height:100%!important;
  border-radius:999px!important;
  object-fit:cover!important;
}
html body .rx-onboarding .rx-onboarding-copy{
  padding:66px 28px 26px!important;
}
html body .rx-onboarding .rx-onboarding-copy h2{
  margin:.12em 0 .24em!important;
  font-size:clamp(30px,5vw,48px)!important;
  line-height:1!important;
}
html body .rx-onboarding .rx-onboarding-copy p{
  max-width:720px!important;
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:17px!important;
  line-height:1.55!important;
}
html body .rx-onboarding .rx-onboarding-interests{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
html body .rx-onboarding .rx-onboarding-interest{
  min-height:62px!important;
  box-sizing:border-box!important;
}
html body .rx-onboarding .rx-form-actions--sticky{
  position:sticky!important;
  bottom:0;
  z-index:20!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  padding:16px 0 0!important;
  background:linear-gradient(180deg,transparent,#fff 38%)!important;
}
html body .rx-onboarding .rx-form-actions--sticky .rx-btn{
  justify-content:center!important;
  width:100%!important;
}
@media(max-width:780px){
  html body .rx-onboarding{padding:14px 0 28px!important;}
  html body .rx-onboarding .rx-onboarding-hero{min-height:150px!important;}
  html body .rx-onboarding .rx-onboarding-avatar{left:20px!important;bottom:-44px!important;width:96px!important;height:96px!important;}
  html body .rx-onboarding .rx-onboarding-copy{padding:60px 20px 22px!important;}
  html body .rx-onboarding .rx-onboarding-interests,
  html body .rx-onboarding .rx-form-actions--sticky{grid-template-columns:1fr!important;}
}

/* RunnerX v6.0.142: Onboarding as clean standalone dashboard card and follow suggestions. */
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  width:100%!important;
  margin:0 0 22px!important;
  padding:18px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 36%,var(--rx-border,#dbe5ef))!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--rx-accent,#93e547) 12%,#fff),#fff)!important;
  box-shadow:0 16px 44px rgba(8,22,47,.07)!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone .rx-dashboard-onboarding__icon,
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone > span{
  width:54px!important;
  height:54px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:16px!important;
  background:#eef8e7!important;
  color:#07101d!important;
  font-size:23px!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone strong{
  display:block!important;
  margin:0 0 4px!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:17px!important;
  line-height:1.25!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone small{
  display:block!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.4!important;
}
html body .rx-onboarding .rx-form-actions--sticky,
html body .rx-onboarding-actions{
  position:static!important;
  bottom:auto;
  z-index:auto!important;
  width:auto!important;
  margin:0 18px 22px!important;
  padding:0!important;
  background:transparent!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
html body .rx-onboarding .rx-form-actions--sticky .rx-btn,
html body .rx-onboarding-actions .rx-btn{
  width:100%!important;
  min-width:0!important;
  justify-content:center!important;
}
html body .rx-onboarding-follow-card .rx-section-title,
html body .rx-onboarding-follow-card .rx-form-section-title{margin-bottom:10px!important;}
html body .rx-onboarding-follow-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
html body .rx-onboarding-follow-item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  padding:13px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-onboarding-follow-user{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  color:inherit!important;
  text-decoration:none!important;
}
html body .rx-onboarding-follow-user .rx-avatar,
html body .rx-onboarding-follow-user img{
  width:52px!important;
  height:52px!important;
  border-radius:999px!important;
  object-fit:cover!important;
}
html body .rx-onboarding-follow-user strong,
html body .rx-onboarding-follow-user small{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .rx-onboarding-follow-user strong{
  color:var(--rx-text,#0f1419)!important;
  font-weight:950!important;
  line-height:1.2!important;
}
html body .rx-onboarding-follow-user small{
  margin-top:3px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  line-height:1.25!important;
}
html body .rx-onboarding-follow-btn{
  min-height:40px!important;
  padding-inline:14px!important;
  white-space:nowrap!important;
}
@media(max-width:820px){
  html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:13px!important;
    margin:0 0 18px!important;
    padding:14px!important;
  }
  html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone .rx-btn{
    grid-column:1/-1!important;
    width:100%!important;
    justify-content:center!important;
  }
  html body .rx-onboarding-follow-list{grid-template-columns:1fr!important;}
  html body .rx-onboarding .rx-form-actions--sticky,
  html body .rx-onboarding-actions{
    grid-template-columns:1fr!important;
    margin-left:14px!important;
    margin-right:14px!important;
  }
}

/* RunnerX v6.0.142: onboarding prompt and wizard actions. */
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone{
  margin:0 0 22px!important;
  border-radius:18px!important;
  box-shadow:0 14px 40px rgba(8,22,47,.075)!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone + .rx-dashboard-section{
  margin-top:0;
}
html body .rx-onboarding .rx-form-actions--sticky{
  position:static!important;
  bottom:auto;
  z-index:auto!important;
  margin:0!important;
  padding:0 22px 26px!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body .rx-onboarding .rx-form-actions--sticky .rx-btn{
  width:100%!important;
  min-width:0!important;
  justify-content:center!important;
}
html body .rx-onboarding-follow-list{
  display:grid!important;
  gap:10px!important;
}
html body .rx-onboarding-follow-item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  padding:12px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:16px!important;
  background:#fff!important;
}
html body .rx-onboarding-follow-user{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  min-width:0!important;
}
html body .rx-onboarding-follow-user strong,
html body .rx-onboarding-follow-user small{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .rx-onboarding-follow-note{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:#eef8e7!important;
  color:#07101d!important;
  font-weight:900!important;
}
@media(max-width:780px){
  html body .rx-onboarding .rx-form-actions--sticky{padding:0 16px 22px!important;}
  html body .rx-onboarding-follow-item{grid-template-columns:1fr!important;}
  html body .rx-onboarding-follow-btn,
  html body .rx-onboarding-follow-note{width:100%!important;}
}

/* RunnerX v6.0.143: Onboarding typography, single-column follows and split auth code fields. */
html body .rx-onboarding-follow-list{
  grid-template-columns:1fr!important;
}
html body .rx-onboarding .rx-onboarding-copy .rx-kicker{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  margin:0 0 12px!important;
  padding:5px 11px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 28%,#fff)!important;
  color:#07101d!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
html body .rx-onboarding .rx-onboarding-copy h2{
  font-size:clamp(24px,3.25vw,34px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
}
@media(min-width:960px){
  html body .rx-onboarding .rx-onboarding-copy h2{font-size:34px!important;max-width:720px!important;}
}
html body .rx-auth-code-modal__digits{
  display:grid!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  text-align:center!important;
}
html body .rx-auth-code-modal__digits legend{
  margin:0!important;
  padding:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:900!important;
  text-align:center!important;
}
html body .rx-auth-code-digits{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  width:min(360px,100%)!important;
  margin:0 auto!important;
}
html body .rx-auth-code-digits input[data-rx-auth-code-digit]{
  width:100%!important;
  min-width:0!important;
  height:66px!important;
  min-height:66px!important;
  margin:0!important;
  padding:0!important;
  border:2px solid var(--rx-border-2,#d8e1e8)!important;
  border-radius:14px!important;
  background:#f4f7fb!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  outline:0!important;
  font:950 32px/1 Arial,Helvetica,sans-serif!important;
  text-align:center!important;
  letter-spacing:0!important;
  text-indent:0!important;
  caret-color:var(--rx-accent,#1d9bf0)!important;
  box-sizing:border-box!important;
}
html body .rx-auth-code-digits input[data-rx-auth-code-digit]:focus{
  border-color:var(--rx-accent,#1d9bf0)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px color-mix(in srgb,var(--rx-accent,#1d9bf0) 14%,transparent)!important;
}
html body .rx-auth-code-modal__field > input[data-rx-auth-code-input]{
  display:none!important;
}

/* RunnerX v6.0.147: central notification filters, grouped settings and PWA push preparation. */
html body .rx-notification-panel-tabs{
  display:flex!important;
  gap:8px!important;
  padding:10px 14px 12px!important;
  overflow-x:auto!important;
  scrollbar-width:thin!important;
  border-bottom:1px solid var(--rx-border,#dbe5ec)!important;
}
html body .rx-notification-panel-tabs--page{
  padding:0 0 16px!important;
  border-bottom:0;
  flex-wrap:wrap!important;
}
html body .rx-notification-filter{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:34px!important;
  padding:7px 11px!important;
  border:1px solid var(--rx-border,#dbe5ec)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--rx-muted,#65758b)!important;
  font:800 12px/1.1 Arial,Helvetica,sans-serif!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease!important;
}
html body .rx-notification-filter:hover,
html body .rx-notification-filter:focus-visible,
html body .rx-notification-filter.is-active{
  border-color:color-mix(in srgb,var(--rx-accent,#1d9bf0) 44%,var(--rx-border,#dbe5ec))!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 12%,#fff)!important;
  color:var(--rx-text,#111827)!important;
  box-shadow:0 8px 24px rgba(8,22,47,.08)!important;
  outline:0!important;
}
html body .rx-notification-tab-badge{
  display:inline-grid!important;
  place-items:center!important;
  min-width:18px!important;
  height:18px!important;
  padding:0 5px!important;
  border-radius:999px!important;
  background:var(--rx-accent,#1d9bf0)!important;
  color:#fff!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:950!important;
  line-height:1!important;
}
html body .rx-notification-type{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin-left:6px!important;
  padding:3px 7px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 10%,#fff)!important;
  color:var(--rx-muted,#64748b)!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1.1!important;
}
html body .rx-notification-message{
  display:grid!important;
  gap:3px!important;
  color:inherit!important;
  text-decoration:none!important;
}
html body .rx-notification-message strong{
  color:var(--rx-text,#111827)!important;
  font-size:14px!important;
  line-height:1.25!important;
}
html body .rx-notification-message span{
  color:var(--rx-muted,#64748b)!important;
  line-height:1.45!important;
}
html body .rx-avatar-fallback{
  display:grid!important;
  place-items:center!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:20px!important;
}
html body .rx-settings-subhead{
  display:grid!important;
  gap:3px!important;
  padding:18px 0 8px!important;
  border-top:1px solid var(--rx-border,#dbe5ec)!important;
}
html body .rx-settings-list > .rx-settings-subhead:first-child{
  padding-top:0;
  border-top:0;
}
html body .rx-settings-subhead strong{
  color:var(--rx-text,#111827)!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}
html body .rx-settings-subhead small,
html body [data-rx-pwa-push-status]{
  color:var(--rx-muted,#64748b)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
html body .rx-settings-option--pwa-push{
  border-style:dashed!important;
  background:color-mix(in srgb,var(--rx-accent,#1d9bf0) 6%,#fff)!important;
}
html body .rx-pwa-controls{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
@media(max-width:680px){
  html body .rx-notification-panel-tabs--page{flex-wrap:nowrap!important;}
  html body .rx-notification-filter{min-height:38px!important;}
  html body .rx-settings-option--pwa-push{align-items:flex-start!important;}
  html body .rx-pwa-controls{justify-content:flex-start!important;width:100%!important;}
}

/* RunnerX v6.0.147: compact notification dropdown toolbar. Replaces the horizontal category button strip in offcanvas and /mitteilungen/. */
html body .rx-notification-toolbar{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
html body .rx-notification-panel .rx-notification-toolbar{
  padding:12px 20px!important;
  border-bottom:1px solid var(--rx-border)!important;
}
html body .rx-notification-toolbar--page{
  padding:0!important;
  margin:0 0 16px!important;
  border:0!important;
}
html body .rx-notification-toolbar .rx-notification-filter-switch{
  flex:1 1 180px!important;
  min-width:0!important;
  max-width:240px!important;
  margin:0!important;
}
html body .rx-notification-panel .rx-notification-filter-switch{
  max-width:190px!important;
}
html body .rx-notification-filter-toggle{
  width:100%!important;
  min-height:40px!important;
  padding:8px 12px!important;
  gap:8px!important;
  border:1px solid var(--rx-border)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
html body .rx-notification-filter-current{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}
html body .rx-notification-filter-current i{
  flex:0 0 auto!important;
}
html body .rx-notification-filter-current strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  font-weight:900!important;
  color:var(--rx-dark)!important;
}
html body .rx-notification-current-badge{
  flex:0 0 auto!important;
  margin-left:2px!important;
}
html body .rx-notification-filter-menu{
  min-width:220px!important;
  max-height:min(420px,62vh)!important;
  overflow:auto!important;
  z-index:2147483647!important;
}
html body .rx-notification-filter-menu a{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px 12px!important;
}
html body .rx-notification-filter-menu a span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .rx-notification-filter-menu a .rx-notification-tab-badge,
html body .rx-notification-filter-menu a .rx-count-badge{
  margin-left:auto;
  flex:0 0 auto!important;
}
html body .rx-notification-toolbar-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin-left:auto;
  min-width:0!important;
  flex:0 0 auto!important;
}
html body .rx-notification-toolbar-actions .rx-btn,
html body .rx-notification-toolbar-actions .rx-notification-open-all{
  margin:0!important;
  white-space:nowrap!important;
  min-height:40px!important;
  padding:8px 12px!important;
  line-height:1.1!important;
}
html body .rx-dashboard-box.rx-notifications-page-flat .rx-dashboard-section-title,
html body .rx-content-shell > .rx-notifications-page-flat .rx-dashboard-section-title,
html body .rx-notifications-flat-shell .rx-dashboard-section-title{
  margin-bottom:14px;
}
html body .rx-dashboard-box.rx-notifications-page-flat .rx-dashboard-section-title-actions{
  display:none;
}
html body .rx-notifications-page-body{
  min-width:0!important;
}
html body .rx-notification-panel{
  overflow-x:hidden!important;
}
html body .rx-notification-panel-body{
  overflow-x:hidden!important;
}

@media(max-width:480px){
  html body .rx-notification-panel .rx-notification-toolbar{
    padding:12px 14px!important;
    gap:8px!important;
  }
  html body .rx-notification-toolbar .rx-notification-filter-switch{
    flex-basis:150px!important;
    max-width:none!important;
  }
  html body .rx-notification-panel .rx-notification-filter-switch{
    max-width:none!important;
  }
  html body .rx-notification-toolbar-actions{
    gap:6px!important;
  }
  html body .rx-notification-toolbar-actions .rx-btn,
  html body .rx-notification-toolbar-actions .rx-notification-open-all{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}
@media(max-width:360px){
  html body .rx-notification-toolbar{
    flex-wrap:wrap!important;
  }
  html body .rx-notification-toolbar .rx-notification-filter-switch{
    flex:1 1 100%!important;
    width:100%!important;
  }
  html body .rx-notification-toolbar-actions{
    width:100%!important;
  }
  html body .rx-notification-toolbar-actions .rx-btn,
  html body .rx-notification-toolbar-actions .rx-notification-open-all{
    flex:1 1 0!important;
    justify-content:center!important;
  }
}
html body .rx-notification-filter-switch.is-open .rx-notification-filter-menu{
  display:block!important;
  grid-template-columns:1fr!important;
}


/* RunnerX v6.0.148: notification toolbar width, divider and modern single-column cards. */
html body .rx-notification-toolbar{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
}
html body .rx-notification-toolbar .rx-notification-filter-switch,
html body .rx-notification-panel .rx-notification-toolbar .rx-notification-filter-switch,
html body .rx-notifications-flat-shell .rx-notification-toolbar .rx-notification-filter-switch,
html body .rx-dashboard-box.rx-notifications-page-flat .rx-notification-toolbar .rx-notification-filter-switch{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
}
html body .rx-notification-toolbar-actions{
  flex:0 0 auto!important;
  margin-left:0!important;
  gap:8px!important;
}
html body .rx-notification-panel .rx-notification-toolbar{
  padding:12px 20px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ec)!important;
}
html body .rx-notification-toolbar--page,
html body .rx-notifications-flat-shell .rx-notification-toolbar--page,
html body .rx-dashboard-box.rx-notifications-page-flat .rx-notification-toolbar--page{
  padding:0 0 16px!important;
  margin:0 0 18px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ec)!important;
}
html body .rx-notification-filter-toggle{
  justify-content:space-between!important;
}
html body .rx-notification-filter-current{
  max-width:100%!important;
}
html body .rx-notification-panel-body{
  padding:14px 20px 22px!important;
  overflow-x:hidden!important;
}
html body .rx-notifications-page-body{
  min-width:0!important;
  overflow-x:hidden!important;
}
html body .rx-notification-list,
html body .rx-notifications-flat-shell .rx-notification-list,
html body .rx-flat-list-page .rx-notification-list,
html body .rx-dashboard-box.rx-flat-list-page > .rx-notification-list{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  width:100%!important;
  max-width:none!important;
}
html body .rx-notification-item.rx-notification-card,
html body .rx-notifications-flat-shell .rx-notification-item.rx-notification-card,
html body .rx-flat-list-page .rx-notification-item.rx-notification-card,
html body .rx-dashboard-box.rx-flat-list-page > .rx-notification-item.rx-notification-card,
html body .rx-dashboard-box.rx-flat-list-page > .rx-notification-list .rx-notification-item.rx-notification-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 32px!important;
  grid-template-rows:auto!important;
  align-items:start!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:14px 16px!important;
  border:1px solid var(--rx-border,#dbe5ec)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(8,22,47,.055)!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
html body .rx-notification-item.rx-notification-card.is-unread,
html body .rx-notifications-flat-shell .rx-notification-item.rx-notification-card.is-unread,
html body .rx-flat-list-page .rx-notification-item.rx-notification-card.is-unread{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 42%,var(--rx-border,#dbe5ec))!important;
  box-shadow:0 10px 30px rgba(8,22,47,.07)!important;
}
html body .rx-notification-item.rx-notification-card:not(.is-unread){
  background:#fff!important;
}
html body .rx-notification-item.rx-notification-card:hover{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 28%,var(--rx-border,#dbe5ec))!important;
  box-shadow:0 14px 34px rgba(8,22,47,.085)!important;
  transform:translateY(-1px)!important;
}
html body .rx-notification-avatar{
  width:44px!important;
  height:44px!important;
  display:block!important;
  flex:0 0 44px!important;
}
html body .rx-notification-avatar .rx-avatar,
html body .rx-notification-avatar img,
html body .rx-notification-avatar .rx-avatar-fallback{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:999px!important;
  object-fit:cover!important;
}
html body .rx-notification-avatar .rx-avatar-fallback{
  font-size:18px!important;
}
html body .rx-notification-main{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
}
html body .rx-notification-user{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  min-width:0!important;
  margin:0!important;
  line-height:1.22!important;
}
html body .rx-notification-user a,
html body .rx-notification-author{
  min-width:0!important;
  text-decoration:none!important;
}
html body .rx-notification-author-name{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:var(--rx-dark,#0f172a)!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.2!important;
}
html body .rx-notification-item.is-unread strong:after{
  content:none!important;
  display:none!important;
}
html body .rx-notification-item.is-unread .rx-notification-author-name:after{
  content:''!important;
  display:inline-block!important;
  width:7px!important;
  height:7px!important;
  margin-left:2px!important;
  border-radius:999px!important;
  background:var(--rx-accent,#93e547)!important;
  flex:0 0 auto!important;
}
html body .rx-notification-user .rx-account-user{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--rx-muted,#64748b)!important;
  font-size:13px!important;
  line-height:1.2!important;
}
html body .rx-notification-message{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:4px!important;
  margin:2px 0 0!important;
  min-width:0!important;
  color:inherit!important;
  text-decoration:none!important;
  overflow-wrap:break-word!important;
}
html body .rx-notification-message:hover{
  text-decoration:none!important;
}
html body .rx-notification-message strong{
  display:block!important;
  min-width:0!important;
  color:var(--rx-dark,#0f172a)!important;
  font-size:15px!important;
  font-weight:950!important;
  line-height:1.25!important;
}
html body .rx-notification-message span{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:var(--rx-text,#27364a)!important;
  font-size:14px!important;
  line-height:1.45!important;
}
html body .rx-notification-meta{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:4px!important;
  min-width:0!important;
}
html body .rx-notification-time{
  display:inline-flex!important;
  margin:0!important;
  color:var(--rx-muted,#64748b)!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1.2!important;
}
html body .rx-notification-type{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin:0!important;
  padding:3px 7px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 20%,var(--rx-border,#dbe5ec))!important;
  color:var(--rx-muted,#64748b)!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1.1!important;
}
html body .rx-notification-delete,
html body .rx-notification-item.rx-notification-card .rx-notification-delete{
  grid-column:3!important;
  grid-row:1 / span 3!important;
  align-self:start!important;
  justify-self:end!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:var(--rx-muted,#64748b)!important;
  opacity:.72!important;
}
html body .rx-notification-delete:hover,
html body .rx-notification-delete:focus-visible{
  opacity:1!important;
  color:var(--rx-danger,#f4212e)!important;
  background:rgba(244,33,46,.09)!important;
  outline:0!important;
}
@media(min-width:681px){
  html body .rx-notification-toolbar .rx-notification-filter-switch{flex-basis:0!important;}
}
@media(max-width:560px){
  html body .rx-notification-toolbar{gap:8px!important;}
  html body .rx-notification-panel .rx-notification-toolbar{padding-left:14px!important;padding-right:14px!important;}
  html body .rx-notification-panel-body{padding:14px 14px 22px!important;}
  html body .rx-notification-toolbar-actions .rx-btn,
  html body .rx-notification-toolbar-actions .rx-notification-open-all{padding-left:10px!important;padding-right:10px!important;}
  html body .rx-notification-item.rx-notification-card{
    grid-template-columns:42px minmax(0,1fr) 30px!important;
    padding:13px 12px!important;
    border-radius:16px!important;
  }
  html body .rx-notification-avatar,
  html body .rx-notification-avatar .rx-avatar,
  html body .rx-notification-avatar img,
  html body .rx-notification-avatar .rx-avatar-fallback{width:42px!important;height:42px!important;min-width:42px!important;}
}
@media(max-width:380px){
  html body .rx-notification-toolbar{flex-wrap:wrap!important;}
  html body .rx-notification-toolbar .rx-notification-filter-switch{flex:1 1 100%!important;width:100%!important;}
  html body .rx-notification-toolbar-actions{width:100%!important;}
  html body .rx-notification-toolbar-actions .rx-btn,
  html body .rx-notification-toolbar-actions .rx-notification-open-all{flex:1 1 0!important;justify-content:center!important;}
}

/* RunnerX v6.0.149: notification dropdown stacking, page/offcanvas spacing and no hover-lift. */
html body .rx-notification-toolbar,
html body .rx-notification-panel .rx-notification-toolbar,
html body .rx-notifications-flat-shell .rx-notification-toolbar,
html body .rx-dashboard-box.rx-notifications-page-flat > .rx-notification-toolbar{
  position:relative!important;
  z-index:50!important;
  overflow:visible!important;
}
html body .rx-notification-panel .rx-notification-toolbar{
  z-index:80!important;
}
html body .rx-notification-filter-switch{
  position:relative!important;
  z-index:60!important;
}
html body .rx-notification-filter-switch.is-open{
  z-index:120!important;
}
html body .rx-notification-filter-menu,
html body .rx-notification-filter-switch.is-open .rx-notification-filter-menu{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 8px)!important;
  z-index:140!important;
  display:block!important;
  box-sizing:border-box!important;
}
html body .rx-notification-panel-body,
html body .rx-notifications-page-body,
html body .rx-notification-list{
  position:relative!important;
  z-index:1!important;
}
html body .rx-notification-panel .rx-notification-panel-body{
  padding:16px 20px 22px!important;
}
html body .rx-notifications-flat-shell .rx-dashboard-box.rx-notifications-page-flat > .rx-notification-toolbar--page,
html body .rx-dashboard-box.rx-notifications-page-flat > .rx-notification-toolbar--page{
  width:calc(100% - 32px)!important;
  max-width:calc(100% - 32px)!important;
  margin:16px 16px 0!important;
  padding:0 0 16px!important;
  border-bottom:1px solid var(--rx-border,#dbe5ec)!important;
  box-sizing:border-box!important;
}
html body .rx-notifications-flat-shell .rx-notifications-page-body,
html body .rx-dashboard-box.rx-notifications-page-flat > .rx-notifications-page-body{
  padding:16px 16px 24px!important;
  box-sizing:border-box!important;
  overflow-x:hidden!important;
}
html body .rx-notifications-flat-shell .rx-notification-list,
html body .rx-dashboard-box.rx-notifications-page-flat .rx-notification-list{
  padding:0!important;
  gap:12px!important;
  box-sizing:border-box!important;
}
html body .rx-notification-item.rx-notification-card,
html body .rx-notifications-flat-shell .rx-notification-item.rx-notification-card,
html body .rx-flat-list-page .rx-notification-item.rx-notification-card,
html body .rx-dashboard-box.rx-flat-list-page > .rx-notification-list .rx-notification-item.rx-notification-card{
  box-sizing:border-box!important;
  margin:0!important;
  transform:none;
  transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
html body .rx-notification-item.rx-notification-card:hover,
html body .rx-notification-item.rx-notification-card:focus-within{
  transform:none;
  background:#f8fafc!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 24%,var(--rx-border,#dbe5ec))!important;
  box-shadow:0 8px 24px rgba(8,22,47,.055)!important;
}
html body .rx-notification-item.rx-notification-card.is-unread:hover,
html body .rx-notification-item.rx-notification-card.is-unread:focus-within{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 13%,#fff)!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 42%,var(--rx-border,#dbe5ec))!important;
}
html body .rx-notification-toolbar-actions .rx-btn,
html body .rx-notification-toolbar-actions .rx-btn:hover,
html body .rx-notification-toolbar-actions .rx-btn:focus-visible,
html body .rx-notification-filter-toggle,
html body .rx-notification-filter-toggle:hover,
html body .rx-notification-filter-toggle:focus-visible,
html body .rx-notification-delete,
html body .rx-notification-delete:hover,
html body .rx-notification-delete:focus-visible{
  transform:none;
}
html body .rx-notification-toolbar-actions .rx-btn:hover,
html body .rx-notification-toolbar-actions .rx-btn:focus-visible{
  background:#e6edf1!important;
  box-shadow:none!important;
}
html body .rx-notification-filter-toggle:hover,
html body .rx-notification-filter-toggle:focus-visible{
  background:#f8fafc!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 28%,var(--rx-border,#dbe5ec))!important;
  box-shadow:none!important;
}
html body .rx-notification-filter-menu a:hover,
html body .rx-notification-filter-menu a:focus-visible{
  transform:none;
  background:#eef3f7!important;
}
html body .rx-dashboard-kpis--links > a:hover,
html body .rx-dashboard-kpis--links > a:focus-visible,
html body .rx-dashboard-quicklinks > a:hover,
html body .rx-dashboard-quicklinks > a:focus-visible,
html body .rx-attend-btn:hover,
html body .rx-attend-btn:focus-visible,
html body .rx-linked-type:hover,
html body .rx-linked-type:focus-visible{
  transform:none;
}
@media(max-width:560px){
  html body .rx-notification-panel .rx-notification-panel-body{
    padding:16px 14px 22px!important;
  }
  html body .rx-notifications-flat-shell .rx-dashboard-box.rx-notifications-page-flat > .rx-notification-toolbar--page,
  html body .rx-dashboard-box.rx-notifications-page-flat > .rx-notification-toolbar--page{
    width:calc(100% - 24px)!important;
    max-width:calc(100% - 24px)!important;
    margin:12px 12px 0!important;
  }
  html body .rx-notifications-flat-shell .rx-notifications-page-body,
  html body .rx-dashboard-box.rx-notifications-page-flat > .rx-notifications-page-body{
    padding:12px 12px 22px!important;
  }
}
html body .rx-notification-filter-menu{
  display:none!important;
}
html body .rx-notification-filter-switch.is-open .rx-notification-filter-menu{
  display:block!important;
}

/* RunnerX v6.0.150: unified settings rows/subsections and flat hover states. */
html body .rx-settings-page .rx-settings-sections{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
html body .rx-main .rx-settings-page .rx-settings-group[id^="runnerx-settings-"]{
  overflow:visible!important;
}
html body .rx-main .rx-settings-page .rx-settings-group[id^="runnerx-settings-"]>header{
  margin-bottom:18px!important;
}
html body .rx-settings-page .rx-settings-list{
  border:1px solid var(--rx-border,#dbe5ec)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body .rx-settings-page .rx-settings-subhead{
  display:grid!important;
  gap:5px!important;
  margin:0!important;
  padding:20px 18px 13px!important;
  border-top:1px solid var(--rx-border,#dbe5ec)!important;
  border-bottom:1px solid var(--rx-border,#dbe5ec)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-settings-page .rx-settings-list > .rx-settings-subhead:first-child{
  padding-top:18px!important;
  border-top:0;
}
html body .rx-settings-page .rx-settings-subhead strong{
  display:block!important;
  margin:0!important;
  color:var(--rx-text,#111827)!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
html body .rx-settings-page .rx-settings-subhead small{
  display:block!important;
  margin:0!important;
  color:var(--rx-muted,#526477)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.45!important;
}
html body .rx-settings-page .rx-settings-option{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  min-height:74px!important;
  margin:0!important;
  padding:16px 18px!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ec)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--rx-text,#111827)!important;
  transform:none;
  transition:background-color .15s ease,border-color .15s ease,color .15s ease!important;
  box-sizing:border-box!important;
}
html body .rx-settings-page .rx-settings-option:last-child{
  border-bottom:0;
}
html body .rx-settings-page .rx-settings-subhead + .rx-settings-option{
  border-top:0;
}
html body .rx-settings-page .rx-settings-option:hover,
html body .rx-settings-page .rx-settings-option:focus-within{
  background:#f8fafb!important;
  box-shadow:none!important;
  transform:none;
}
html body .rx-settings-page .rx-settings-option.is-disabled,
html body .rx-settings-page .rx-settings-option.is-muted{
  background:#f8fafb!important;
  cursor:default!important;
}
html body .rx-settings-page .rx-settings-option.is-muted{
  opacity:.68!important;
}
html body .rx-settings-page .rx-settings-option__copy{
  display:grid!important;
  gap:5px!important;
  min-width:0!important;
  margin:0!important;
}
html body .rx-settings-page .rx-settings-option__copy strong{
  display:block!important;
  margin:0!important;
  color:var(--rx-text,#111827)!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.3!important;
}
html body .rx-settings-page .rx-settings-option__copy small,
html body .rx-settings-page [data-rx-pwa-status],
html body .rx-settings-page [data-rx-pwa-push-status]{
  display:block!important;
  margin:0!important;
  color:var(--rx-muted,#526477)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.45!important;
}
html body .rx-settings-page [data-rx-pwa-status].is-success,
html body .rx-settings-page [data-rx-pwa-push-status].is-success{color:#348900!important;}
html body .rx-settings-page [data-rx-pwa-status].is-error,
html body .rx-settings-page [data-rx-pwa-push-status].is-error{color:#c02637!important;}
html body .rx-settings-page .rx-settings-option--action,
html body .rx-settings-page .rx-settings-option--pwa,
html body .rx-settings-page .rx-settings-option--pwa-push{
  cursor:default!important;
  border-style:solid!important;
  background:#fff!important;
}
html body .rx-settings-page .rx-settings-option--pwa-push:hover,
html body .rx-settings-page .rx-settings-option--pwa-push:focus-within,
html body .rx-settings-page .rx-settings-option--pwa:hover,
html body .rx-settings-page .rx-settings-option--pwa:focus-within{
  background:#f8fafb!important;
}
html body .rx-settings-page .rx-settings-action-control,
html body .rx-settings-page .rx-pwa-controls{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex:0 0 auto!important;
  flex-wrap:wrap!important;
  min-width:0!important;
}
html body .rx-settings-page .rx-settings-action-control .rx-btn,
html body .rx-settings-page .rx-settings-action-btn,
html body .rx-settings-page .rx-pwa-controls .rx-btn,
html body .rx-settings-page .rx-settings-savebar .rx-btn,
html body .rx-settings-page .rx-settings-actions .rx-btn{
  transform:none;
  transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease!important;
}
html body .rx-settings-page .rx-settings-action-control .rx-btn:hover,
html body .rx-settings-page .rx-settings-action-control .rx-btn:focus-visible,
html body .rx-settings-page .rx-settings-action-btn:hover,
html body .rx-settings-page .rx-settings-action-btn:focus-visible,
html body .rx-settings-page .rx-pwa-controls .rx-btn:hover,
html body .rx-settings-page .rx-pwa-controls .rx-btn:focus-visible,
html body .rx-settings-page .rx-settings-savebar .rx-btn:hover,
html body .rx-settings-page .rx-settings-savebar .rx-btn:focus-visible,
html body .rx-settings-page .rx-settings-actions .rx-btn:hover,
html body .rx-settings-page .rx-settings-actions .rx-btn:focus-visible{
  transform:none;
}
html body .rx-settings-page .rx-settings-option--select select,
html body .rx-settings-page .rx-settings-input{
  transform:none;
}
html body .rx-settings-page .rx-settings-always-active{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
}
html body .rx-settings-page .rx-settings-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin:0!important;
  padding:16px 18px 0!important;
}
html body .rx-settings-page .rx-settings-savebar{
  margin:0!important;
  padding:18px 24px!important;
  border-top:1px solid var(--rx-border,#dbe5ec)!important;
  background:#fff!important;
}
@media(max-width:760px){
  html body .rx-settings-page .rx-settings-list{border-radius:12px!important;}
  html body .rx-settings-page .rx-settings-subhead{padding:18px 15px 12px!important;}
  html body .rx-settings-page .rx-settings-option{
    align-items:flex-start!important;
    gap:14px!important;
    padding:15px!important;
  }
  html body .rx-settings-page .rx-settings-option--select,
  html body .rx-settings-page .rx-settings-option--input,
  html body .rx-settings-page .rx-settings-option--action,
  html body .rx-settings-page .rx-settings-option--pwa,
  html body .rx-settings-page .rx-settings-option--pwa-push{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  html body .rx-settings-page .rx-settings-option--select select,
  html body .rx-settings-page .rx-settings-input,
  html body .rx-settings-page .rx-settings-action-control,
  html body .rx-settings-page .rx-pwa-controls,
  html body .rx-settings-page .rx-settings-action-control .rx-btn,
  html body .rx-settings-page .rx-pwa-controls .rx-btn{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  html body .rx-settings-page .rx-settings-action-control,
  html body .rx-settings-page .rx-pwa-controls{
    justify-content:stretch!important;
  }
  html body .rx-settings-page .rx-settings-action-control .rx-btn,
  html body .rx-settings-page .rx-pwa-controls .rx-btn{
    justify-content:center!important;
  }
  html body .rx-settings-page .rx-settings-actions,
  html body .rx-settings-page .rx-settings-savebar{
    padding-left:15px!important;
    padding-right:15px!important;
  }
}

/* RunnerX v6.0.152 – Editorial article/page polish, excerpt subtitle, dropcap and responsive tables */
body.single-post .rx-main .rx-single-body,
body.page-template-default .rx-main .rx-page-content--plain{
  box-sizing:border-box!important;
}
body.single-post .rx-main .rx-single-body{
  padding:24px var(--rx-detail-pad-x,24px) 54px!important;
}
body.page-template-default .rx-main .rx-page-content--plain{
  padding:24px var(--rx-detail-pad-x,24px) 54px!important;
}
body.single-post .rx-main .rx-single-body > p:first-of-type,
body.page-template-default .rx-main .rx-page-content--plain > p:first-of-type{
  margin-top:0;
}
body.single-post .rx-main .rx-single-body > :first-child,
body.page-template-default .rx-main .rx-page-content--plain > :first-child{
  margin-top:0;
}
body.single-post .rx-main .rx-single-title + .rx-single-excerpt-subtitle,
body.single .rx-main .rx-single-excerpt-subtitle{
  display:block!important;
  margin:10px var(--rx-detail-pad-x,24px) 18px!important;
  padding:0!important;
  color:var(--rx-accent,#93e547)!important;
  font-size:clamp(17px,2vw,20px)!important;
  line-height:1.48!important;
  font-weight:500!important;
  letter-spacing:-.005em!important;
}
body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  float:left!important;
  display:inline-block!important;
  margin:.08em .2em 0 0!important;
  padding:.16em .2em .13em!important;
  min-width:1.08em!important;
  font-size:3.06em!important;
  line-height:.78!important;
  font-weight:950!important;
  text-align:center!important;
  color:var(--rx-primary,#08162f)!important;
  background:rgba(147,229,71,.1)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,transparent)!important;
  border-radius:var(--rx-dropcap-radius,12px)!important;
  box-decoration-break:clone!important;
  -webkit-box-decoration-break:clone!important;
}
body.single-post .rx-main .rx-article-body > p:first-of-type::after{
  content:""!important;
  display:block!important;
  clear:both!important;
}
body.single-post .rx-main .rx-single-body table,
body.page-template-default .rx-main .rx-page-content--plain table{
  width:100%!important;
  max-width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.single-post .rx-main .rx-single-body thead th,
body.page-template-default .rx-main .rx-page-content--plain thead th{
  border-bottom:3px solid var(--rx-primary,#08162f)!important;
}
body.single-post .rx-main .rx-single-body thead + tbody tr:first-child td,
body.page-template-default .rx-main .rx-page-content--plain thead + tbody tr:first-child td{
  border-top:0;
}
@media(max-width:768px){
  body.single-post .rx-main .rx-single-body,
  body.page-template-default .rx-main .rx-page-content--plain{
    padding:18px var(--rx-detail-pad-x,16px) 44px!important;
  }
  body.single-post .rx-main .rx-single-excerpt-subtitle,
  body.single .rx-main .rx-single-excerpt-subtitle{
    margin:8px var(--rx-detail-pad-x,16px) 16px!important;
  }
  body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
    font-size:3em!important;
    line-height:.78!important;
    margin:.08em .2em 0 0!important;
    padding:.16em .2em .13em!important;
  }
  body.single-post .rx-main .rx-single-body table,
  body.page-template-default .rx-main .rx-page-content--plain table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    white-space:nowrap!important;
    scrollbar-gutter:stable!important;
  }
  body.single-post .rx-main .rx-single-body table > caption,
  body.page-template-default .rx-main .rx-page-content--plain table > caption{
    white-space:normal!important;
  }
  body.single-post .rx-main .rx-single-body table > thead,
  body.single-post .rx-main .rx-single-body table > tbody,
  body.single-post .rx-main .rx-single-body table > tfoot,
  body.page-template-default .rx-main .rx-page-content--plain table > thead,
  body.page-template-default .rx-main .rx-page-content--plain table > tbody,
  body.page-template-default .rx-main .rx-page-content--plain table > tfoot{
    min-width:640px!important;
  }
  body.single-post .rx-main .rx-single-body th,
  body.single-post .rx-main .rx-single-body td,
  body.page-template-default .rx-main .rx-page-content--plain th,
  body.page-template-default .rx-main .rx-page-content--plain td{
    white-space:nowrap!important;
  }
}


/* RunnerX v6.0.153 – audit pass: article/dropcap polish, global responsive content tables, stable notification counters. */
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-title{
  margin-left:var(--rx-single-edge,20px)!important;
  margin-right:var(--rx-single-edge,20px)!important;
}
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle,
body.single .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle{
  display:block!important;
  margin-top:10px!important;
  margin-bottom:18px!important;
  margin-left:var(--rx-single-edge,20px)!important;
  margin-right:var(--rx-single-edge,20px)!important;
  padding:0!important;
  color:var(--rx-accent,#93e547)!important;
  font-size:clamp(17px,2vw,20px)!important;
  line-height:1.48!important;
  font-weight:500!important;
  letter-spacing:-.005em!important;
}
body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  float:left!important;
  display:inline-grid!important;
  place-items:center!important;
  margin:.08em .22em 0 0!important;
  padding:.13em .2em .11em!important;
  min-width:1.05em!important;
  font-size:2.85em!important;
  line-height:.84!important;
  font-weight:700!important;
  text-align:center!important;
  color:var(--rx-primary,#08162f)!important;
  background:var(--rx-accent,#93e547)!important;
  border-radius:var(--rx-dropcap-radius,12px)!important;
  box-decoration-break:clone!important;
  -webkit-box-decoration-break:clone!important;
}
body.single-post .rx-main .rx-single-body table,
body.page .rx-main .rx-page-content table,
body.page .rx-main .rx-page-content--plain table,
body.single-runnerx_glossary .rx-main .rx-glossary-content table,
body.single-runnerx_glossary .rx-main .rx-single-body table{
  width:100%!important;
  max-width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.single-post .rx-main .rx-single-body figure.wp-block-table,
body.page .rx-main .rx-page-content figure.wp-block-table,
body.page .rx-main .rx-page-content--plain figure.wp-block-table,
body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table,
body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table{
  max-width:100%!important;
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-gutter:stable!important;
}
body.single-post .rx-main .rx-single-body thead th,
body.page .rx-main .rx-page-content thead th,
body.page .rx-main .rx-page-content--plain thead th,
body.single-runnerx_glossary .rx-main .rx-glossary-content thead th,
body.single-runnerx_glossary .rx-main .rx-single-body thead th{
  border-bottom:3px solid var(--rx-accent,#93e547)!important;
}
html body .rx-notification-toolbar .rx-count-badge,
html body .rx-notification-filter-menu .rx-count-badge,
html body .rx-notification-tab-badge,
html body .rx-notification-current-badge{
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
  border-color:var(--rx-accent,#93e547)!important;
}
html body .rx-notification-filter-menu [data-rx-notification-filter="discussions"] > i:not(.ico-comments)::before{
  content:"\ea7d"!important;
}
html body .rx-notification-item.rx-notification-card:hover,
html body .rx-notification-toolbar-actions .rx-btn:hover,
html body .rx-notification-filter-toggle:hover,
html body .rx-notification-filter-menu a:hover{
  transform:none;
}
@media(max-width:768px){
  body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle,
  body.single .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle{
    margin-top:8px!important;
    margin-bottom:16px!important;
    margin-left:var(--rx-single-edge,16px)!important;
    margin-right:var(--rx-single-edge,16px)!important;
  }
  body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
    font-size:2.8em!important;
    line-height:.84!important;
    font-weight:700!important;
    margin:.08em .22em 0 0!important;
  }
  body.single-post .rx-main .rx-single-body table,
  body.page .rx-main .rx-page-content table,
  body.page .rx-main .rx-page-content--plain table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table,
  body.single-runnerx_glossary .rx-main .rx-single-body table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    white-space:nowrap!important;
    scrollbar-gutter:stable!important;
  }
  body.single-post .rx-main .rx-single-body figure.wp-block-table table,
  body.page .rx-main .rx-page-content figure.wp-block-table table,
  body.page .rx-main .rx-page-content--plain figure.wp-block-table table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table table,
  body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table table,
  body.single-post .rx-main .rx-single-body table,
  body.page .rx-main .rx-page-content table,
  body.page .rx-main .rx-page-content--plain table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table,
  body.single-runnerx_glossary .rx-main .rx-single-body table{
    min-width:640px!important;
  }
  body.single-post .rx-main .rx-single-body th,
  body.single-post .rx-main .rx-single-body td,
  body.page .rx-main .rx-page-content th,
  body.page .rx-main .rx-page-content td,
  body.page .rx-main .rx-page-content--plain th,
  body.page .rx-main .rx-page-content--plain td,
  body.single-runnerx_glossary .rx-main .rx-glossary-content th,
  body.single-runnerx_glossary .rx-main .rx-glossary-content td,
  body.single-runnerx_glossary .rx-main .rx-single-body th,
  body.single-runnerx_glossary .rx-main .rx-single-body td{
    white-space:nowrap!important;
  }
}

/* RunnerX v6.0.154 – unified content tables, dashboard spacing, editor controls and dropcap polish. */
html body{
  --rx-content-table-radius:var(--rx-card-radius,var(--rx-radius,8px));
  --rx-content-table-shadow:0 10px 28px rgba(8,22,47,.045);
}

/* Detail title/subtitle share the same edge. */
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-title,
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle,
body.single .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle{
  margin-left:var(--rx-single-edge,24px)!important;
  margin-right:var(--rx-single-edge,24px)!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle,
body.single .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle{
  margin-top:10px!important;
  margin-bottom:18px!important;
  color:var(--rx-accent,#93e547)!important;
  font-weight:500!important;
}

/* Dropcap: 3-line initial, lighter font and global/admin radius. */
body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  float:left!important;
  display:inline-grid!important;
  place-items:center!important;
  min-width:1.14em!important;
  margin:.035em .24em .025em 0!important;
  padding:.19em .2em .16em!important;
  font-size:4.05em!important;
  line-height:.68!important;
  font-weight:600!important;
  letter-spacing:-.045em!important;
  text-align:center!important;
  color:var(--rx-primary,#08162f)!important;
  background:var(--rx-accent,#93e547)!important;
  border-radius:var(--rx-card-radius,var(--rx-dropcap-radius,var(--rx-radius,8px)))!important;
  box-shadow:none!important;
  box-decoration-break:clone!important;
  -webkit-box-decoration-break:clone!important;
}

/* Content tables: card-style like dashboard boxes, with accent header line. */
body.single-post .rx-main .rx-single-body table,
body.page .rx-main .rx-page-content table,
body.page .rx-main .rx-page-content--plain table,
body.single-runnerx_glossary .rx-main .rx-glossary-content table,
body.single-runnerx_glossary .rx-main .rx-single-body table,
body .rx-content table,
body .entry-content table,
body .wp-block-table table{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 24px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:var(--rx-content-table-radius)!important;
  background:var(--rx-card-bg,#fff)!important;
  box-shadow:var(--rx-content-table-shadow)!important;
  overflow:hidden!important;
  color:var(--rx-text,#0f1419)!important;
}
body.single-post .rx-main .rx-single-body figure.wp-block-table,
body.page .rx-main .rx-page-content figure.wp-block-table,
body.page .rx-main .rx-page-content--plain figure.wp-block-table,
body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table,
body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table,
body .rx-content figure.wp-block-table,
body .entry-content figure.wp-block-table,
body figure.wp-block-table{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 24px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  border-radius:var(--rx-content-table-radius)!important;
  scrollbar-gutter:stable!important;
}
body.single-post .rx-main .rx-single-body figure.wp-block-table table,
body.page .rx-main .rx-page-content figure.wp-block-table table,
body.page .rx-main .rx-page-content--plain figure.wp-block-table table,
body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table table,
body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table table,
body .rx-content figure.wp-block-table table,
body .entry-content figure.wp-block-table table,
body figure.wp-block-table table{
  margin:0!important;
}
body.single-post .rx-main .rx-single-body table th,
body.single-post .rx-main .rx-single-body table td,
body.page .rx-main .rx-page-content table th,
body.page .rx-main .rx-page-content table td,
body.page .rx-main .rx-page-content--plain table th,
body.page .rx-main .rx-page-content--plain table td,
body.single-runnerx_glossary .rx-main .rx-glossary-content table th,
body.single-runnerx_glossary .rx-main .rx-glossary-content table td,
body.single-runnerx_glossary .rx-main .rx-single-body table th,
body.single-runnerx_glossary .rx-main .rx-single-body table td,
body .rx-content table th,
body .rx-content table td,
body .entry-content table th,
body .entry-content table td,
body .wp-block-table table th,
body .wp-block-table table td{
  padding:15px 16px!important;
  border:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-left:1px solid var(--rx-border,#dbe5ef)!important;
  background:transparent!important;
  vertical-align:top!important;
  line-height:1.45!important;
  text-align:left!important;
}
body.single-post .rx-main .rx-single-body table tr > :first-child,
body.page .rx-main .rx-page-content table tr > :first-child,
body.page .rx-main .rx-page-content--plain table tr > :first-child,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tr > :first-child,
body.single-runnerx_glossary .rx-main .rx-single-body table tr > :first-child,
body .rx-content table tr > :first-child,
body .entry-content table tr > :first-child,
body .wp-block-table table tr > :first-child{
  border-left:0!important;
}
body.single-post .rx-main .rx-single-body table thead tr:first-child > *,
body.page .rx-main .rx-page-content table thead tr:first-child > *,
body.page .rx-main .rx-page-content--plain table thead tr:first-child > *,
body.single-runnerx_glossary .rx-main .rx-glossary-content table thead tr:first-child > *,
body.single-runnerx_glossary .rx-main .rx-single-body table thead tr:first-child > *,
body .rx-content table thead tr:first-child > *,
body .entry-content table thead tr:first-child > *,
body .wp-block-table table thead tr:first-child > *{
  border-top:0;
}
body.single-post .rx-main .rx-single-body table thead th,
body.page .rx-main .rx-page-content table thead th,
body.page .rx-main .rx-page-content--plain table thead th,
body.single-runnerx_glossary .rx-main .rx-glossary-content table thead th,
body.single-runnerx_glossary .rx-main .rx-single-body table thead th,
body .rx-content table thead th,
body .entry-content table thead th,
body .wp-block-table table thead th{
  color:var(--rx-primary,#08162f)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  font-weight:900!important;
  border-bottom:3px solid var(--rx-accent,#93e547)!important;
}
body.single-post .rx-main .rx-single-body table tbody tr:first-child > th,
body.single-post .rx-main .rx-single-body table tbody tr:first-child > td,
body.page .rx-main .rx-page-content table tbody tr:first-child > th,
body.page .rx-main .rx-page-content table tbody tr:first-child > td,
body.page .rx-main .rx-page-content--plain table tbody tr:first-child > th,
body.page .rx-main .rx-page-content--plain table tbody tr:first-child > td,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tbody tr:first-child > th,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tbody tr:first-child > td,
body.single-runnerx_glossary .rx-main .rx-single-body table tbody tr:first-child > th,
body.single-runnerx_glossary .rx-main .rx-single-body table tbody tr:first-child > td,
body .rx-content table tbody tr:first-child > th,
body .rx-content table tbody tr:first-child > td,
body .entry-content table tbody tr:first-child > th,
body .entry-content table tbody tr:first-child > td,
body .wp-block-table table tbody tr:first-child > th,
body .wp-block-table table tbody tr:first-child > td{
  border-top:0;
}
body.single-post .rx-main .rx-single-body table tbody tr:first-child > th,
body.page .rx-main .rx-page-content table tbody tr:first-child > th,
body.page .rx-main .rx-page-content--plain table tbody tr:first-child > th,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tbody tr:first-child > th,
body.single-runnerx_glossary .rx-main .rx-single-body table tbody tr:first-child > th,
body .rx-content table tbody tr:first-child > th,
body .entry-content table tbody tr:first-child > th,
body .wp-block-table table tbody tr:first-child > th{
  border-bottom:3px solid var(--rx-accent,#93e547)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
}
body.single-post .rx-main .rx-single-body table tbody tr:hover,
body.page .rx-main .rx-page-content table tbody tr:hover,
body.page .rx-main .rx-page-content--plain table tbody tr:hover,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tbody tr:hover,
body.single-runnerx_glossary .rx-main .rx-single-body table tbody tr:hover,
body .rx-content table tbody tr:hover,
body .entry-content table tbody tr:hover,
body .wp-block-table table tbody tr:hover{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
}

/* Dashboard sections: titlebars aligned with content and reduced vertical spacing. */
html body .rx-dashboard-main .rx-dashboard-overview-section > .rx-dashboard-section-title,
html body .rx-dashboard-main .rx-dashboard-section-flat > .rx-dashboard-section-title,
html body .rx-dashboard-main .rx-dashboard-box > .rx-dashboard-section-title,
html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
html body .rx-dashboard-main > .rx-dashboard-section-title{
  min-height:auto;
  margin:0;
  padding:20px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--rx-border,#dbe5ef);
  box-sizing:border-box;
}
html body .rx-dashboard-main .rx-dashboard-section-title-main,
html body .rx-dashboard-main .rx-dashboard-section-title > .rx-dashboard-section-title-main{
  margin:0;
  padding:0;
}
html body .rx-dashboard-main .rx-dashboard-section-title h2{
  margin:0;
}
html body .rx-dashboard-main .rx-dashboard-kpis,
html body .rx-dashboard-main .rx-dashboard-quicklinks{
  padding-left:24px!important;
  padding-right:24px!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-kpis{
  padding-top:18px!important;
  padding-bottom:10px!important;
}
html body .rx-dashboard-main .rx-dashboard-overview-section .rx-dashboard-quicklinks{
  padding-top:16px!important;
  padding-bottom:24px!important;
}

/* Dashboard onboarding prompt: real outer spacing and global radius. */
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone,
html body .rx-dashboard-main .rx-dashboard-onboarding--standalone{
  width:auto!important;
  max-width:none!important;
  margin:16px 24px 22px!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone .rx-dashboard-onboarding__icon,
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone > span,
html body .rx-dashboard-main .rx-dashboard-onboarding--standalone .rx-dashboard-onboarding__icon,
html body .rx-dashboard-main .rx-dashboard-onboarding--standalone > span{
  border-radius:var(--rx-title-icon-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
}

/* WYSIWYG sitewide tools. */
html body .rx-wysiwyg-code{
  display:block!important;
  width:100%!important;
  min-height:320px!important;
  margin:0!important;
  padding:16px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace!important;
  font-size:13px!important;
  line-height:1.55!important;
  box-shadow:none!important;
  resize:vertical!important;
  box-sizing:border-box!important;
}
html body .rx-wysiwyg.is-code-view .rx-wysiwyg-area{
  display:none!important;
}
html body .rx-wysiwyg.is-code-view .rx-wysiwyg-code[hidden],
html body .rx-wysiwyg-code[hidden]{
  display:none!important;
}
html body .rx-wysiwyg.is-code-view .rx-wysiwyg-toolbar button:not([data-rx-wysiwyg-action="code"]){
  opacity:.55!important;
}
html body .rx-wysiwyg-toolbar button[data-rx-wysiwyg-action="code"].is-active{
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-wysiwyg-toolbar button:hover,
html body .rx-wysiwyg-toolbar button:focus-visible{
  transform:none;
}

/* Bookmark-page stream menus. */
html body .rx-card-pop .rx-bookmark-menu-remove,
html body .rx-kebab-menu .rx-bookmark-menu-remove{
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-card-pop .rx-bookmark-menu-remove i,
html body .rx-kebab-menu .rx-bookmark-menu-remove i{
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-card-pop .rx-bookmark-menu-remove:hover,
html body .rx-kebab-menu .rx-bookmark-menu-remove:hover{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,#fff)!important;
  transform:none;
}

/* Notification dropdown counters: one visual language. */
html body .rx-notification-toolbar .rx-count-badge,
html body .rx-notification-filter-menu .rx-count-badge,
html body .rx-notification-filter-menu .rx-notification-tab-badge,
html body .rx-notification-tab-badge,
html body .rx-notification-current-badge{
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
  border-color:var(--rx-accent,#93e547)!important;
}
html body .rx-notification-filter-menu [data-rx-notification-filter="discussions"] > i::before{
  content:"\ea7d"!important;
}

@media(max-width:768px){
  body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-title,
  body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle,
  body.single .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle{
    margin-left:var(--rx-single-edge,16px)!important;
    margin-right:var(--rx-single-edge,16px)!important;
  }
  body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
    font-size:3.72em!important;
    line-height:.68!important;
    font-weight:600!important;
    margin:.035em .22em .025em 0!important;
    padding:.18em .19em .15em!important;
  }
  body.single-post .rx-main .rx-single-body figure.wp-block-table,
  body.page .rx-main .rx-page-content figure.wp-block-table,
  body.page .rx-main .rx-page-content--plain figure.wp-block-table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table,
  body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table,
  body .rx-content figure.wp-block-table,
  body .entry-content figure.wp-block-table,
  body figure.wp-block-table{
    overflow-x:auto!important;
  }
  body.single-post .rx-main .rx-single-body table,
  body.page .rx-main .rx-page-content table,
  body.page .rx-main .rx-page-content--plain table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table,
  body.single-runnerx_glossary .rx-main .rx-single-body table,
  body .rx-content table,
  body .entry-content table,
  body .wp-block-table table{
    display:block!important;
    min-width:640px!important;
    width:max-content!important;
    max-width:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.single-post .rx-main .rx-single-body th,
  body.single-post .rx-main .rx-single-body td,
  body.page .rx-main .rx-page-content th,
  body.page .rx-main .rx-page-content td,
  body.page .rx-main .rx-page-content--plain th,
  body.page .rx-main .rx-page-content--plain td,
  body.single-runnerx_glossary .rx-main .rx-glossary-content th,
  body.single-runnerx_glossary .rx-main .rx-glossary-content td,
  body.single-runnerx_glossary .rx-main .rx-single-body th,
  body.single-runnerx_glossary .rx-main .rx-single-body td,
  body .rx-content table th,
  body .rx-content table td,
  body .entry-content table th,
  body .entry-content table td,
  body .wp-block-table table th,
  body .wp-block-table table td{
    white-space:nowrap!important;
  }
  html body .rx-dashboard-main .rx-dashboard-overview-section > .rx-dashboard-section-title,
  html body .rx-dashboard-main .rx-dashboard-section-flat > .rx-dashboard-section-title,
  html body .rx-dashboard-main .rx-dashboard-box > .rx-dashboard-section-title,
  html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  html body .rx-dashboard-main > .rx-dashboard-section-title{
    padding:20px 16px;
  }
  html body .rx-dashboard-main .rx-dashboard-kpis,
  html body .rx-dashboard-main .rx-dashboard-quicklinks{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone,
  html body .rx-dashboard-main .rx-dashboard-onboarding--standalone{
    margin:14px 16px 18px!important;
  }
}

/* RunnerX v6.0.154 – mobile table scroll refinement. */
@media(max-width:768px){
  body.single-post .rx-main .rx-single-body table,
  body.page .rx-main .rx-page-content table,
  body.page .rx-main .rx-page-content--plain table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table,
  body.single-runnerx_glossary .rx-main .rx-single-body table,
  body .rx-content table,
  body .entry-content table,
  body .wp-block-table table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.single-post .rx-main .rx-single-body figure.wp-block-table table,
  body.page .rx-main .rx-page-content figure.wp-block-table table,
  body.page .rx-main .rx-page-content--plain figure.wp-block-table table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table table,
  body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table table,
  body .rx-content figure.wp-block-table table,
  body .entry-content figure.wp-block-table table,
  body figure.wp-block-table table{
    display:table!important;
    width:100%!important;
    max-width:none!important;
    min-width:640px!important;
    overflow:visible!important;
  }
  body.single-post .rx-main .rx-single-body table > thead,
  body.single-post .rx-main .rx-single-body table > tbody,
  body.single-post .rx-main .rx-single-body table > tfoot,
  body.page .rx-main .rx-page-content table > thead,
  body.page .rx-main .rx-page-content table > tbody,
  body.page .rx-main .rx-page-content table > tfoot,
  body.page .rx-main .rx-page-content--plain table > thead,
  body.page .rx-main .rx-page-content--plain table > tbody,
  body.page .rx-main .rx-page-content--plain table > tfoot,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table > thead,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table > tbody,
  body.single-runnerx_glossary .rx-main .rx-glossary-content table > tfoot,
  body.single-runnerx_glossary .rx-main .rx-single-body table > thead,
  body.single-runnerx_glossary .rx-main .rx-single-body table > tbody,
  body.single-runnerx_glossary .rx-main .rx-single-body table > tfoot,
  body .rx-content table > thead,
  body .rx-content table > tbody,
  body .rx-content table > tfoot,
  body .entry-content table > thead,
  body .entry-content table > tbody,
  body .entry-content table > tfoot,
  body .wp-block-table table > thead,
  body .wp-block-table table > tbody,
  body .wp-block-table table > tfoot{
    min-width:640px!important;
  }
}

/* RunnerX v6.0.155 – canonical bookmarks, media filters, editor block markup, content tables and layout polish. */
html body{
  --rx-content-table-radius:var(--rx-card-radius,var(--rx-radius,8px));
  --rx-content-table-shadow:0 12px 34px rgba(8,22,47,.055);
}

/* Desktop sidebar logo should use the whole available sidebar width. */
@media(min-width:1101px){
  html body .rx-left .rx-brand,
  html body .rx-left .rx-brand a{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  html body .rx-left .rx-brand{
    padding-left:0!important;
    padding-right:0!important;
  }
  html body .rx-left .rx-brand a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
  }
  html body .rx-left .rx-brand a:has(.rx-logo-img){
    display:block!important;
  }
  html body .rx-left .rx-brand .rx-logo-img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  html body .rx-left .rx-brand .rx-logo{
    width:100%!important;
    min-height:54px!important;
    border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  }
}

/* Dropcap: three-line initial using the configured global radius. */
body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  float:left!important;
  display:inline-grid!important;
  place-items:center!important;
  min-width:1.16em!important;
  margin:.02em .24em .035em 0!important;
  padding:.18em .2em .16em!important;
  font-size:5.18em!important;
  line-height:.62!important;
  font-weight:500!important;
  letter-spacing:-.055em!important;
  text-align:center!important;
  color:var(--rx-primary,#08162f)!important;
  background:var(--rx-accent,#93e547)!important;
  border-radius:var(--rx-dropcap-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  box-shadow:none!important;
  box-decoration-break:clone!important;
  -webkit-box-decoration-break:clone!important;
}

/* Detail title and subtitle stay on the same edge. */
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-title,
body.single-post .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle,
body.single .rx-main .rx-single-shell:not(.is-glossary) > .rx-single-excerpt-subtitle{
  margin-left:var(--rx-single-edge,24px)!important;
  margin-right:var(--rx-single-edge,24px)!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

/* Content tables: dashboard/card style, no native black grid, accent line under header. */
body.single-post .rx-main .rx-single-body table,
body.page .rx-main .rx-page-content table,
body.page .rx-main .rx-page-content--plain table,
body.single-runnerx_glossary .rx-main .rx-glossary-content table,
body.single-runnerx_glossary .rx-main .rx-single-body table,
body .rx-content table,
body .entry-content table,
body .wp-block-table table,
html body .rx-wysiwyg-area table,
html body .rx-editor-table-live-preview table{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 24px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:var(--rx-content-table-radius)!important;
  background:var(--rx-card-bg,#fff)!important;
  box-shadow:var(--rx-content-table-shadow)!important;
  overflow:hidden!important;
  color:var(--rx-text,#0f1419)!important;
}
body.single-post .rx-main .rx-single-body figure.wp-block-table,
body.page .rx-main .rx-page-content figure.wp-block-table,
body.page .rx-main .rx-page-content--plain figure.wp-block-table,
body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table,
body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table,
body .rx-content figure.wp-block-table,
body .entry-content figure.wp-block-table,
body figure.wp-block-table,
html body .rx-wysiwyg-area figure.wp-block-table{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 24px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  border-radius:var(--rx-content-table-radius)!important;
  scrollbar-gutter:stable!important;
}
body.single-post .rx-main .rx-single-body figure.wp-block-table table,
body.page .rx-main .rx-page-content figure.wp-block-table table,
body.page .rx-main .rx-page-content--plain figure.wp-block-table table,
body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table table,
body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table table,
body .rx-content figure.wp-block-table table,
body .entry-content figure.wp-block-table table,
body figure.wp-block-table table,
html body .rx-wysiwyg-area figure.wp-block-table table,
html body .rx-editor-table-live-preview figure.wp-block-table table{
  margin:0!important;
}
body.single-post .rx-main .rx-single-body table th,
body.single-post .rx-main .rx-single-body table td,
body.page .rx-main .rx-page-content table th,
body.page .rx-main .rx-page-content table td,
body.page .rx-main .rx-page-content--plain table th,
body.page .rx-main .rx-page-content--plain table td,
body.single-runnerx_glossary .rx-main .rx-glossary-content table th,
body.single-runnerx_glossary .rx-main .rx-glossary-content table td,
body.single-runnerx_glossary .rx-main .rx-single-body table th,
body.single-runnerx_glossary .rx-main .rx-single-body table td,
body .rx-content table th,
body .rx-content table td,
body .entry-content table th,
body .entry-content table td,
body .wp-block-table table th,
body .wp-block-table table td,
html body .rx-wysiwyg-area table th,
html body .rx-wysiwyg-area table td,
html body .rx-editor-table-live-preview table th,
html body .rx-editor-table-live-preview table td{
  padding:15px 16px!important;
  border:0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  border-left:1px solid var(--rx-border,#dbe5ef)!important;
  background:transparent!important;
  vertical-align:top!important;
  line-height:1.45!important;
  text-align:left!important;
}
body.single-post .rx-main .rx-single-body table tr > :first-child,
body.page .rx-main .rx-page-content table tr > :first-child,
body.page .rx-main .rx-page-content--plain table tr > :first-child,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tr > :first-child,
body.single-runnerx_glossary .rx-main .rx-single-body table tr > :first-child,
body .rx-content table tr > :first-child,
body .entry-content table tr > :first-child,
body .wp-block-table table tr > :first-child,
html body .rx-wysiwyg-area table tr > :first-child,
html body .rx-editor-table-live-preview table tr > :first-child{
  border-left:0!important;
}
body.single-post .rx-main .rx-single-body table thead tr:first-child > *,
body.page .rx-main .rx-page-content table thead tr:first-child > *,
body.page .rx-main .rx-page-content--plain table thead tr:first-child > *,
body.single-runnerx_glossary .rx-main .rx-glossary-content table thead tr:first-child > *,
body.single-runnerx_glossary .rx-main .rx-single-body table thead tr:first-child > *,
body .rx-content table thead tr:first-child > *,
body .entry-content table thead tr:first-child > *,
body .wp-block-table table thead tr:first-child > *,
html body .rx-wysiwyg-area table thead tr:first-child > *,
html body .rx-editor-table-live-preview table thead tr:first-child > *{
  border-top:0;
}
body.single-post .rx-main .rx-single-body table thead th,
body.page .rx-main .rx-page-content table thead th,
body.page .rx-main .rx-page-content--plain table thead th,
body.single-runnerx_glossary .rx-main .rx-glossary-content table thead th,
body.single-runnerx_glossary .rx-main .rx-single-body table thead th,
body .rx-content table thead th,
body .entry-content table thead th,
body .wp-block-table table thead th,
html body .rx-wysiwyg-area table thead th,
html body .rx-editor-table-live-preview table thead th{
  color:var(--rx-primary,#08162f)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 13%,#fff)!important;
  font-weight:900!important;
  border-bottom:3px solid var(--rx-accent,#93e547)!important;
}
body.single-post .rx-main .rx-single-body table tbody tr:hover,
body.page .rx-main .rx-page-content table tbody tr:hover,
body.page .rx-main .rx-page-content--plain table tbody tr:hover,
body.single-runnerx_glossary .rx-main .rx-glossary-content table tbody tr:hover,
body.single-runnerx_glossary .rx-main .rx-single-body table tbody tr:hover,
body .rx-content table tbody tr:hover,
body .entry-content table tbody tr:hover,
body .wp-block-table table tbody tr:hover,
html body .rx-wysiwyg-area table tbody tr:hover,
html body .rx-editor-table-live-preview table tbody tr:hover{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
}

/* Dashboard section alignment and prompt spacing. */
html body .rx-dashboard-main .rx-dashboard-overview-section > .rx-dashboard-section-title,
html body .rx-dashboard-main .rx-dashboard-section-flat > .rx-dashboard-section-title,
html body .rx-dashboard-main .rx-dashboard-box > .rx-dashboard-section-title,
html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
html body .rx-dashboard-main > .rx-dashboard-section-title{
  padding:20px 28px;
  margin:0;
  min-height:auto;
  box-sizing:border-box;
}
html body .rx-dashboard-main .rx-dashboard-kpis,
html body .rx-dashboard-main .rx-dashboard-quicklinks,
html body .rx-dashboard-main .rx-dashboard-section-body,
html body .rx-dashboard-box > .rx-dashboard-section-body{
  padding-left:28px!important;
  padding-right:28px!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone,
html body .rx-dashboard-main .rx-dashboard-onboarding--standalone{
  width:auto!important;
  max-width:none!important;
  margin:18px 28px 22px!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone .rx-dashboard-onboarding__icon,
html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone > span,
html body .rx-dashboard-main .rx-dashboard-onboarding--standalone .rx-dashboard-onboarding__icon,
html body .rx-dashboard-main .rx-dashboard-onboarding--standalone > span{
  border-radius:var(--rx-title-icon-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
}

/* Editor dialog checkboxes use the global pill/toggle visual language. */
html body .rx-editor-dialog__body .rx-editor-check.rx-toggle-choice{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  min-height:46px!important;
  padding:8px 2px!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:850!important;
  cursor:pointer!important;
}
html body .rx-editor-dialog__body .rx-toggle-choice__label{
  line-height:1.25!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle{
  position:relative!important;
  flex:0 0 46px!important;
  width:46px!important;
  height:26px!important;
  border-radius:999px!important;
  background:var(--rx-border,#dbe5ef)!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--rx-primary,#08162f) 8%,transparent)!important;
  transition:background .16s ease!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle input{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  margin:0!important;
  cursor:pointer!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle > span{
  position:absolute!important;
  top:3px!important;
  left:3px!important;
  width:20px!important;
  height:20px!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(8,22,47,.2)!important;
  transition:left .16s ease!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle:has(input:checked){
  background:var(--rx-accent,#93e547)!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle:has(input:checked) > span{
  left:23px!important;
}

/* Table insert live preview. */
html body .rx-editor-table-live-preview{
  display:grid!important;
  gap:10px!important;
  margin-top:2px!important;
  padding:14px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-form-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
}
html body .rx-editor-table-live-preview > span{
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
html body .rx-editor-table-live-preview [data-rx-table-preview-inner]{
  max-width:100%!important;
  overflow-x:auto!important;
  border-radius:var(--rx-content-table-radius)!important;
}
html body .rx-editor-table-live-preview figure,
html body .rx-editor-table-live-preview table{
  margin:0!important;
}
html body .rx-editor-table-live-preview table th,
html body .rx-editor-table-live-preview table td{
  min-width:112px!important;
  white-space:nowrap!important;
}

/* WordPress-like editor block output for images/tables. */
html body .rx-wysiwyg-area figure.wp-block-image.rx-editor-image-wrap,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.wp-block-image{
  margin:16px 0!important;
  max-width:100%!important;
}
html body .rx-wysiwyg-area figure.wp-block-image.aligncenter,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.aligncenter,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.align-center{
  margin-left:auto;
  margin-right:auto!important;
  text-align:center!important;
}
html body .rx-wysiwyg-area figure.wp-block-image.alignleft,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.alignleft,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.align-left{
  float:left!important;
  max-width:min(50%,360px)!important;
  margin:6px 18px 12px 0!important;
}
html body .rx-wysiwyg-area figure.wp-block-image.alignright,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.alignright,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.align-right{
  float:right!important;
  max-width:min(50%,360px)!important;
  margin:6px 0 12px 18px!important;
}
html body .rx-wysiwyg-area figure.wp-block-image.alignwide,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.alignwide,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap.align-wide{
  width:100%!important;
}

/* Media filter option cards. */
html body .rx-filter-media-type-options .rx-filter-media-type-option i{
  font-size:18px!important;
}

@media(max-width:768px){
  body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
    font-size:4.88em!important;
    line-height:.62!important;
    font-weight:500!important;
    margin:.02em .22em .035em 0!important;
    padding:.17em .19em .15em!important;
  }
  body.single-post .rx-main .rx-single-body figure.wp-block-table,
  body.page .rx-main .rx-page-content figure.wp-block-table,
  body.page .rx-main .rx-page-content--plain figure.wp-block-table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table,
  body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table,
  body .rx-content figure.wp-block-table,
  body .entry-content figure.wp-block-table,
  body figure.wp-block-table{
    display:block!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.single-post .rx-main .rx-single-body figure.wp-block-table table,
  body.page .rx-main .rx-page-content figure.wp-block-table table,
  body.page .rx-main .rx-page-content--plain figure.wp-block-table table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content figure.wp-block-table table,
  body.single-runnerx_glossary .rx-main .rx-single-body figure.wp-block-table table,
  body .rx-content figure.wp-block-table table,
  body .entry-content figure.wp-block-table table,
  body figure.wp-block-table table{
    width:100%!important;
    min-width:640px!important;
    max-width:none!important;
  }
  body.single-post .rx-main .rx-single-body > table,
  body.page .rx-main .rx-page-content > table,
  body.page .rx-main .rx-page-content--plain > table,
  body.single-runnerx_glossary .rx-main .rx-glossary-content > table,
  body.single-runnerx_glossary .rx-main .rx-single-body > table,
  body .rx-content > table,
  body .entry-content > table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html body .rx-dashboard-main .rx-dashboard-overview-section > .rx-dashboard-section-title,
  html body .rx-dashboard-main .rx-dashboard-section-flat > .rx-dashboard-section-title,
  html body .rx-dashboard-main .rx-dashboard-box > .rx-dashboard-section-title,
  html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  html body .rx-dashboard-main > .rx-dashboard-section-title{
    padding:20px 16px;
  }
  html body .rx-dashboard-main .rx-dashboard-kpis,
  html body .rx-dashboard-main .rx-dashboard-quicklinks,
  html body .rx-dashboard-main .rx-dashboard-section-body,
  html body .rx-dashboard-box > .rx-dashboard-section-body{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  html body .rx-dashboard-main > .rx-dashboard-onboarding--standalone,
  html body .rx-dashboard-main .rx-dashboard-onboarding--standalone{
    margin:14px 16px 18px!important;
  }
  html body .rx-wysiwyg-area figure.wp-block-image.alignleft,
  html body .rx-wysiwyg-area figure.rx-editor-image-wrap.alignleft,
  html body .rx-wysiwyg-area figure.rx-editor-image-wrap.align-left,
  html body .rx-wysiwyg-area figure.wp-block-image.alignright,
  html body .rx-wysiwyg-area figure.rx-editor-image-wrap.alignright,
  html body .rx-wysiwyg-area figure.rx-editor-image-wrap.align-right{
    float:none!important;
    max-width:100%!important;
    margin:16px 0!important;
  }
}

/* RunnerX 6.0.156 – media filters, editor controls, logo widths and calmer dropcap. */
html body fieldset.rx-filter-media-type-field,
html body .rx-filter-media-type-field{
  min-inline-size:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}
html body .rx-filter-sort-field > .rx-filter-field-title,
html body .rx-filter-media-type-field > .rx-filter-field-title{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  width:100%!important;
  margin:0 0 8px!important;
  padding:0!important;
  border:0!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:900!important;
}

/* Editor dialog switches: reuse the global pill/toggle primitive without the broken oversized row. */
html body .rx-editor-dialog__body label.rx-editor-check.rx-toggle-choice{
  direction:ltr!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:12px!important;
  min-height:50px!important;
  margin:0!important;
  padding:10px 12px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-text,#0f1419)!important;
  box-shadow:none!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
html body .rx-editor-dialog__body label.rx-editor-check.rx-toggle-choice:has(.rx-settings-toggle>input:checked){
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 9%,#fff)!important;
}
html body .rx-editor-dialog__body label.rx-editor-check.rx-toggle-choice > .rx-settings-toggle{
  grid-column:1!important;
  position:relative!important;
  display:inline-flex!important;
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  height:28px!important;
  min-height:28px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body .rx-editor-dialog__body label.rx-editor-check.rx-toggle-choice > .rx-toggle-choice__label{
  grid-column:2!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  color:var(--rx-text,#0f1419)!important;
  font-weight:850!important;
  line-height:1.3!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle > input[type="checkbox"],
html body .rx-editor-dialog__body .rx-settings-toggle > input[type="radio"]{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  opacity:0!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle > span{
  position:absolute!important;
  left:2px!important;
  right:2px!important;
  top:7px!important;
  bottom:7px!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#cbd6df!important;
  box-shadow:inset 0 0 0 1px rgba(71,85,105,.08)!important;
  pointer-events:none!important;
  transition:background .18s ease,box-shadow .18s ease!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle > span:before{
  content:""!important;
  position:absolute!important;
  left:-1px!important;
  top:-5px!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 2px 7px rgba(15,23,42,.24)!important;
  transform:translateX(0)!important;
  transition:transform .18s ease!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle:has(input:checked) > span,
html body .rx-editor-dialog__body .rx-settings-toggle > input:checked + span{
  left:2px!important;
  background:var(--rx-accent,#93e547)!important;
}
html body .rx-editor-dialog__body .rx-settings-toggle:has(input:checked) > span:before,
html body .rx-editor-dialog__body .rx-settings-toggle > input:checked + span:before{
  transform:translateX(22px)!important;
}

/* Editor media/table actions. */
html body .rx-wysiwyg-area .rx-media-lightbox-trigger,
html body .rx-wysiwyg-area .rx-youtube-lightbox-link,
html body .rx-wysiwyg-area .rx-youtube-lightbox-embed__trigger,
html body .rx-wysiwyg-area a[data-rx-editor-file-link]{
  cursor:default!important;
}
html body .rx-wysiwyg-area figure.wp-block-table.rx-editor-table-wrap,
html body .rx-wysiwyg-area figure.rx-editor-table-wrap{
  position:relative!important;
  display:block!important;
  margin:18px 0!important;
  max-width:100%!important;
}
html body .rx-wysiwyg-area .rx-editor-table-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 8px!important;
  padding:0!important;
  user-select:none!important;
}
html body .rx-wysiwyg-area .rx-editor-table-actions button{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 11px!important;
  border:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:#fff!important;
  color:var(--rx-primary,#08162f)!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 6px 16px rgba(8,22,47,.055)!important;
  transform:none;
}
html body .rx-wysiwyg-area .rx-editor-table-actions button:hover{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 10%,#fff)!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 55%,var(--rx-border,#dbe5ef))!important;
  transform:none;
}
html body .rx-wysiwyg-area figure.wp-block-image.rx-editor-image-wrap,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap{
  position:relative!important;
}
html body .rx-wysiwyg-area figure.wp-block-image.rx-editor-image-wrap .rx-editor-image-actions,
html body .rx-wysiwyg-area figure.rx-editor-image-wrap .rx-editor-image-actions{
  z-index:4!important;
}

/* Branding logo widths from RunnerX > Branding. */
@media(min-width:901px){
  html body .rx-left .rx-brand a:has(.rx-logo-img){
    width:var(--rx-logo-width-desktop,100%)!important;
    max-width:100%!important;
  }
  html body .rx-left .rx-brand .rx-logo-img{
    width:var(--rx-logo-width-desktop,100%)!important;
    max-width:100%!important;
    height:auto!important;
  }
}
@media(min-width:601px) and (max-width:900px){
  html body .rx-mobile-drawer-logo:has(.rx-logo-img){
    width:var(--rx-logo-width-tablet,100%)!important;
    max-width:100%!important;
  }
  html body .rx-mobile-drawer-logo .rx-logo-img{
    width:var(--rx-logo-width-tablet,100%)!important;
    max-width:100%!important;
    height:auto!important;
  }
}
@media(max-width:600px){
  html body .rx-mobile-logo .rx-logo-img{
    width:var(--rx-logo-width-mobile,auto)!important;
    max-width:56vw!important;
    height:auto!important;
  }
}

/* Dropcap: exactly calmer, intended 3-line visual height. */
html body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  float:left!important;
  display:inline-block!important;
  font-size:3.65em!important;
  line-height:.78!important;
  font-weight:500!important;
  padding:.09em .15em .07em!important;
  margin:.08em .22em .02em 0!important;
  border-radius:var(--rx-dropcap-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
  box-shadow:none!important;
}
@media(max-width:768px){
  html body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
    font-size:3.22em!important;
    line-height:.8!important;
    padding:.08em .13em .06em!important;
    margin:.08em .2em .02em 0!important;
  }
}

/* RunnerX 6.0.157 – editor caret stability, table action alignment, Lauftreff intervals and calmer mobile dropcap. */
html body .rx-wysiwyg-area .rx-editor-table-actions button{
  line-height:1!important;
  height:34px!important;
  min-height:34px!important;
  padding:0 12px!important;
  vertical-align:middle!important;
}
html body .rx-wysiwyg-area .rx-editor-table-actions button i,
html body .rx-wysiwyg-area .rx-editor-table-actions button span{
  display:inline-flex!important;
  align-items:center!important;
  line-height:1!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-wysiwyg-area .rx-editor-table-actions button i{font-size:14px!important;}

html body .rx-lauftreff-schedule-start-row{
  margin:0 0 14px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:10px!important;
}
html body .rx-lauftreff-schedule-start-row .rx-form-help{margin-top:2px!important;}
html body .rx-lauftreff-day-row{
  grid-template-columns:minmax(0,1.15fr) minmax(130px,.55fr) minmax(180px,.8fr)!important;
}
html body .rx-lauftreff-day-row .rx-lauftreff-interval-select,
html body .rx-lauftreff-day-row .rx-form-select{
  width:100%!important;
  min-width:0!important;
}
html body .rx-lauftreff-day-row select[name$="_interval"]{
  width:100%!important;
}
html body .rx-lauftreff-training-row small{
  display:block!important;
  margin-top:3px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:12px!important;
  font-weight:800!important;
}
@media(max-width:760px){
  html body .rx-lauftreff-day-row{grid-template-columns:1fr!important;}
}

/* Firefox-safe dropcap fallback: less blocky, only a compact 3-line visual. */
html body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  -webkit-initial-letter:3!important;
  initial-letter:3!important;
  float:left!important;
  font-size:2.85em!important;
  line-height:.92!important;
  font-weight:500!important;
  padding:.035em .12em .015em!important;
  margin:.08em .18em 0 0!important;
  border-radius:var(--rx-dropcap-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
  box-shadow:none!important;
}
@media(max-width:768px){
  html body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
    font-size:2.35em!important;
    line-height:.96!important;
    padding:.035em .105em .01em!important;
    margin:.08em .15em 0 0!important;
  }
}

/* RunnerX 6.0.157 – final dropcap: controlled span, not browser-dependent first-letter. */
html body.single-post .rx-main .rx-article-body > p:first-of-type::first-letter{
  -webkit-initial-letter:normal!important;
  initial-letter:normal!important;
  float:none!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  color:inherit!important;
  border-radius:0!important;
  box-shadow:none!important;
  letter-spacing:inherit!important;
}
html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
  float:left!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  height:4.9rem!important;
  min-width:3.65rem!important;
  padding:0 .42rem!important;
  margin:.18rem .78rem .18rem 0!important;
  border-radius:var(--rx-dropcap-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-accent,#93e547)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:2.45rem!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:-.03em!important;
  text-align:center!important;
  box-shadow:none!important;
}
@supports (height: 3lh){
  html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
    height:3lh!important;
    min-width:2.15lh!important;
    font-size:calc(3lh * .43)!important;
  }
}
@media(max-width:768px){
  html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
    height:4.35rem!important;
    min-width:3.15rem!important;
    padding:0 .34rem!important;
    margin:.14rem .62rem .14rem 0!important;
    font-size:2.08rem!important;
  }
  @supports (height: 3lh){
    html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
      height:3lh!important;
      min-width:1.95lh!important;
      font-size:calc(3lh * .39)!important;
    }
  }
}

/* RunnerX 6.0.157 – dropcap final reduction after span conversion. */
html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
  height:4.05rem!important;
  min-width:2.55rem!important;
  padding:0 .28rem!important;
  margin:.08rem .55rem .02rem 0!important;
  font-size:1.65rem!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:-.015em!important;
}
@supports (height: 3lh){
  html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
    height:calc(3lh - .28rem)!important;
    min-width:1.42lh!important;
    padding:0 .18lh!important;
    margin:.06lh .38lh 0 0!important;
    font-size:calc(3lh * .32)!important;
  }
}
@media(max-width:768px){
  html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
    height:3.45rem!important;
    min-width:2.18rem!important;
    padding:0 .22rem!important;
    margin:.06rem .45rem 0 0!important;
    font-size:1.42rem!important;
  }
  @supports (height: 3lh){
    html body.single-post .rx-main .rx-article-body .rx-dropcap-letter{
      height:calc(3lh - .38rem)!important;
      min-width:1.22lh!important;
      padding:0 .14lh!important;
      margin:.04lh .32lh 0 0!important;
      font-size:calc(3lh * .28)!important;
    }
  }
}


/* RunnerX v6.0.169 – targeted only: tab-title gutter, tab arrow visibility and password-eye centering. */
html body .rx-dashboard-section-title.rx-dashboard-section-title--tabs,
html body .rx-dashboard-section-title--tabs{
  padding-left:24px;
  padding-right:24px;
  box-sizing:border-box;
}
html body .rx-dashboard-section-title--tabs .rx-dashboard-section-title-main.rx-dashboard-section-title-tabs,
html body .rx-dashboard-section-title-main.rx-dashboard-section-title-tabs{
  margin:0;
}
@media(max-width:700px){
  html body .rx-dashboard-section-title.rx-dashboard-section-title--tabs,
  html body .rx-dashboard-section-title--tabs{padding-left:16px!important;padding-right:16px!important;}
}

html body .rx-password-field{display:block;position:relative;width:100%;}
html body .rx-password-field>input{width:100%!important;padding-right:52px!important;box-sizing:border-box!important;}
html body .rx-password-field>.rx-password-toggle,
html body .rx-password-toggle.rx-icon-btn,
html body button.rx-password-toggle{
  position:absolute!important;
  right:8px!important;
  top:0;
  bottom:0;
  margin:auto 0!important;
  transform:none;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:transparent!important;
  color:var(--rx-dark,#17304a)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:none!important;
  z-index:3!important;
}
html body .rx-password-toggle i,
html body .rx-password-toggle i:before{display:block!important;line-height:1!important;font-size:18px!important;}
html body .rx-password-toggle:hover,
html body .rx-password-toggle:focus-visible{background:rgba(147,229,71,.16)!important;color:var(--rx-dark,#17304a)!important;outline:none!important;}

html body .rx-responsive-tabs-wrap:not(.has-left) [data-rx-tabs-prev],
html body .rx-responsive-tabs-wrap:not(.has-right) [data-rx-tabs-next]{display:none!important;visibility:hidden!important;pointer-events:none!important;}
html body .rx-responsive-tabs-wrap:not(.has-left) .rx-responsive-tabs{padding-left:0!important;scroll-padding-left:0!important;}
html body .rx-responsive-tabs-wrap:not(.has-right) .rx-responsive-tabs{padding-right:0!important;scroll-padding-right:0!important;}

/* RunnerX v6.0.170 – targeted fixes: tab arrow behavior, title gutter, password-eye alignment, color variables. */
html body .rx-dashboard-section-title.rx-dashboard-section-title--tabs,
html body .rx-dashboard-main > .rx-dashboard-section-title.rx-dashboard-section-title--tabs,
html body .rx-dashboard-box > .rx-dashboard-section-title.rx-dashboard-section-title--tabs{
  padding-left:24px;
  padding-right:24px;
  margin-left:0;
  margin-right:0;
  box-sizing:border-box;
}
html body .rx-dashboard-section-title.rx-dashboard-section-title--tabs .rx-dashboard-section-title-main,
html body .rx-dashboard-section-title-main.rx-dashboard-section-title-tabs{
  margin-left:0;
  margin-right:0;
}
@media(max-width:700px){
  html body .rx-dashboard-section-title.rx-dashboard-section-title--tabs,
  html body .rx-dashboard-main > .rx-dashboard-section-title.rx-dashboard-section-title--tabs,
  html body .rx-dashboard-box > .rx-dashboard-section-title.rx-dashboard-section-title--tabs{
    padding-left:16px!important;
    padding-right:16px!important;
  }
}
html body [data-rx-tabs-prev][hidden],
html body [data-rx-tabs-next][hidden],
html body .rx-responsive-tabs-wrap:not(.has-left) [data-rx-tabs-prev],
html body .rx-responsive-tabs-wrap:not(.has-right) [data-rx-tabs-next],
html body .rx-tabs-scroll-btn.is-disabled,
html body .rx-tabs-scroll-btn[disabled]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body .rx-responsive-tabs-wrap:not(.has-left) .rx-responsive-tabs{padding-left:0!important;scroll-padding-left:0!important;}
html body .rx-responsive-tabs-wrap:not(.has-right) .rx-responsive-tabs{padding-right:0!important;scroll-padding-right:0!important;}
html body .rx-password-field{
  display:block!important;
  position:relative!important;
  width:100%!important;
  line-height:0!important;
}
html body .rx-password-field>input{
  display:block!important;
  width:100%!important;
  padding-right:56px!important;
  box-sizing:border-box!important;
  line-height:normal!important;
}
html body .rx-password-field>.rx-password-toggle,
html body button.rx-password-toggle.rx-icon-btn,
html body button.rx-password-toggle{
  position:absolute!important;
  top:50%;
  right:8px!important;
  bottom:auto;
  left:auto;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  transform:translateY(-50%);
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  font-size:18px!important;
  border:0!important;
  box-shadow:none!important;
  z-index:4!important;
}
html body .rx-password-toggle i,
html body .rx-password-toggle i:before{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:20px!important;
  font-size:18px!important;
  margin:0!important;
  padding:0!important;
}
html body{
  color:var(--rx-text,var(--rx-primary,#08162f))!important;
}
html body .rx-responsive-tab.is-active:after,
html body .rx-tab.is-active:after,
html body .rx-dashboard-filter-tabs .rx-responsive-tab.is-active:after{
  background:var(--rx-accent,var(--rx-runner,#93e547))!important;
}
html body .rx-count-badge,
html body .rx-responsive-tab .rx-tab-count,
html body .rx-global-switch .rx-count-badge,
html body .rx-dashboard-quicklinks .rx-count-badge{
  background:var(--rx-accent,var(--rx-runner,#93e547))!important;
  color:var(--rx-primary,var(--rx-dark,#08162f))!important;
}
html body .rx-section-title-icon,
html body .rx-dashboard-section-title .rx-section-title-icon,
html body .rx-dashboard-kpis a i,
html body .rx-dashboard-quicklinks a i,
html body .rx-form-card .rx-section-title-icon,
html body .rx-content-box .rx-section-title-icon{
  background:color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 16%,#fff);
  color:var(--rx-primary,var(--rx-dark,#08162f));
}
html body .rx-section-title-icon i,
html body .rx-dashboard-section-title .rx-section-title-icon i{
  color:var(--rx-primary,var(--rx-dark,#08162f));
}
html body .rx-type,
html body .rx-content-badge,
html body .rx-badge,
html body .rx-entry-badge,
html body .rx-pill-badge,
html body .rx-card-badge{
  background:color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 22%,#fff)!important;
  color:var(--rx-primary,var(--rx-dark,#08162f))!important;
}
html body a{color:inherit;}
html body .rx-widget-more,
html body .rx-link,
html body .rx-card-body a,
html body .rx-single-content a{color:var(--rx-link,#1d9bf0)!important;}

/* RunnerX v6.0.170 – frontend image library category filter. */
html body .rx-image-library-filter{margin:0 0 14px!important;display:grid!important;gap:8px!important;}
html body .rx-image-library-filter>span{font-weight:900!important;color:var(--rx-primary,var(--rx-dark,#08162f))!important;}
html body .rx-image-library-filter-select{height:46px!important;border:1px solid var(--rx-border-2,#cfd9e3)!important;border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;background:#fff!important;color:var(--rx-primary,var(--rx-dark,#08162f))!important;font-weight:850!important;padding:0 14px!important;}
html body .rx-image-library-item[hidden],
html body .rx-image-library-empty[hidden]{display:none!important;}
html body .rx-image-library-item__category{position:absolute;left:8px;bottom:8px;z-index:2;display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 88%,#fff);color:var(--rx-primary,var(--rx-dark,#08162f));font-size:11px;font-weight:950;box-shadow:0 2px 8px rgba(8,22,47,.14)}


/* RunnerX v6.0.178: Dark action buttons must follow the admin primary color. */
body .rx-post-btn,
body .rx-create-btn,
body .rx-topbar-create,
body .rx-upload-btn,
body .rx-btn-primary,
body .rx-btn-blue,
body .rx-follow-btn,
body .rx-hover-profile,
body .rx-tag-hovercard .rx-hashtag-card-link,
body .rx-tag-hovercard .rx-tag-follow-btn,
body #rxTypedHovercard.rx-hovercard .rx-hashtag-card-link,
body #rxTypedHovercard.rx-hovercard .rx-tag-follow-btn,
body .rx-contact-form__actions .rx-btn,
body button[data-rx-auth-code-submit],
body button[data-send-comment],
body [data-create-open].rx-post-btn{
  background:var(--rx-primary,#08162f)!important;
  border-color:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}
body .rx-upload input[type="file"]::file-selector-button,
body input[type="file"]::file-selector-button{
  background:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}
body .rx-toast,
body .rx-toast.rx-toast-normal,
body .rx-toast.normal,
body .rx-toast.rx-toast-info,
body .rx-toast.info{
  background:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}


/* RunnerX v6.0.178: primary buttons must follow Branding -> Primärfarbe, not hard-coded #0f1419. */
html body .rx-post-btn,
html body .rx-bottom-post i,
html body .rx-create-btn,
html body .rx-create-small,
html body .rx-upload-btn,
html body .rx-btn-primary,
html body button.rx-btn-primary,
html body a.rx-btn-primary,
html body .rx-hover-btn,
html body .rx-tag-hovercard .rx-hashtag-card-link,
html body .rx-radial-main,
html body .rx-radial-item,
html body .rx-sidebar-follow-btn,
html body .rx-follow-btn:not(.is-active),
html body button[data-follow]:not(.is-active),
html body a[data-follow]:not(.is-active),
html body .rx-user-card-actionbar .rx-follow-btn:not(.is-active),
html body .rx-onboarding-follow-btn:not(.is-active){
  background:var(--rx-primary,#08162f)!important;
  border-color:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}
html body .rx-post-btn:hover,
html body .rx-create-btn:hover,
html body .rx-create-small:hover,
html body .rx-upload-btn:hover,
html body .rx-btn-primary:hover,
html body .rx-hover-btn:hover,
html body .rx-sidebar-follow-btn:hover,
html body .rx-follow-btn:not(.is-active):hover,
html body button[data-follow]:not(.is-active):hover,
html body a[data-follow]:not(.is-active):hover{
  background:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#000)!important;
  border-color:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#000)!important;
  color:#fff!important;
}
html body .rx-post-btn i,
html body .rx-create-btn i,
html body .rx-create-small i,
html body .rx-upload-btn i,
html body .rx-btn-primary i,
html body .rx-hover-btn i,
html body .rx-sidebar-follow-btn i,
html body .rx-follow-btn:not(.is-active) i,
html body button[data-follow]:not(.is-active) i,
html body a[data-follow]:not(.is-active) i{color:#fff!important;}

/* RunnerX v6.0.182: FAQ shortcode accordion for Hilfe page. */
.rx-faq-accordion{display:grid;gap:12px;margin:18px 0 0}
.rx-faq-accordion__head{display:flex;align-items:center;gap:12px;margin:0 0 8px}
.rx-faq-accordion__head h2{margin:0!important;color:var(--rx-primary,#08162f)!important;font-size:clamp(22px,3vw,30px);line-height:1.15;font-weight:900}
.rx-faq-item{border:1px solid var(--rx-border,#dbe6ef);border-radius:var(--rx-card-radius,var(--rx-radius,12px));background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(8,22,47,.04)}
.rx-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 18px;cursor:pointer;list-style:none;color:var(--rx-primary,#08162f);font-weight:900}
.rx-faq-item summary::-webkit-details-marker{display:none}
.rx-faq-item summary i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,#fff);color:var(--rx-primary,#08162f);transition:transform .16s ease,background .16s ease;flex:0 0 auto}
.rx-faq-item[open] summary{border-bottom:1px solid var(--rx-border,#dbe6ef);background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)}
.rx-faq-item[open] summary i{transform:rotate(180deg);background:var(--rx-accent,#93e547)}
.rx-faq-item__content{padding:18px;color:var(--rx-text,var(--rx-primary,#08162f));line-height:1.65}
.rx-faq-item__content>*:first-child{margin-top:0}.rx-faq-item__content>*:last-child{margin-bottom:0}
.rx-faq-empty{display:flex;align-items:center;gap:10px;padding:16px;border:1px dashed var(--rx-border,#dbe6ef);border-radius:var(--rx-card-radius,var(--rx-radius,12px));color:var(--rx-muted,#52657a);background:#fff}.rx-faq-empty p{margin:0}

/* RunnerX v6.0.182: Google Maps inside the existing media lightbox. */
.rx-media-modal.is-map .rx-media-modal__video{width:min(100%,1080px);aspect-ratio:16/10;background:#fff}
.rx-media-modal.is-map .rx-media-modal__video iframe{background:#fff}

/* RunnerX v6.0.183: Maps fill the media lightbox stage exactly up to the caption/thumb footer. */
.rx-media-modal.is-map .rx-media-modal__viewer{background:#fff!important;}
.rx-media-modal.is-map .rx-media-modal__canvas{padding:0!important;place-items:stretch!important;}
.rx-media-modal.is-map .rx-media-modal__canvas>.rx-media-modal__video{grid-area:1/1;width:100%!important;height:100%!important;max-width:none!important;aspect-ratio:auto!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;}
.rx-media-modal.is-map .rx-media-modal__video iframe{display:block!important;width:100%!important;height:100%!important;background:#fff!important;}
.rx-media-modal.is-map .rx-media-modal__footer{position:relative;z-index:2;}
.rx-media-modal.is-map .rx-media-modal__thumb img{width:100%!important;height:100%!important;object-fit:cover!important;}
.rx-media-modal .rx-media-modal__actions .rx-icon-btn,
.rx-media-modal .rx-media-modal__close,
.rx-media-modal .rx-media-modal__fullscreen{background:var(--rx-primary,#08162f)!important;border-color:var(--rx-primary,#08162f)!important;color:#fff!important;}
.rx-media-modal .rx-media-modal__actions .rx-icon-btn:hover,
.rx-media-modal .rx-media-modal__close:hover,
.rx-media-modal .rx-media-modal__fullscreen:hover{background:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#000)!important;border-color:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#000)!important;color:#fff!important;}

/* RunnerX v6.0.185: profile media replacement and guest CTA color. */
.rx-profile-cover.rx-profile-media-editable{position:relative;cursor:pointer;overflow:hidden}
.rx-profile-media-upload{appearance:none;border:0;border-radius:var(--rx-radius,8px);background:var(--rx-primary,#0f2943);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:950;cursor:pointer;line-height:1;position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(8,22,47,.16)}
.rx-profile-media-upload i{line-height:1;font-size:18px;color:currentColor}
.rx-profile-media-upload:hover,.rx-profile-media-upload:focus{background:color-mix(in srgb,var(--rx-primary,#0f2943) 88%,#fff);color:#fff;outline:0}
.rx-profile-media-upload--cover{position:absolute;right:18px;bottom:18px;min-height:42px;padding:0 15px;z-index:4}
.rx-profile-avatarlink{position:relative;border:0;background:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}
.rx-profile-avatarlink--lightbox .rx-avatar{display:block}
.rx-profile-avatarlink.rx-profile-media-editable .rx-avatar{box-shadow:0 0 0 4px #fff}
.rx-profile-media-upload--avatar{position:absolute;right:-4px;bottom:-4px;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;border-radius:var(--rx-radius,8px);z-index:5}
.rx-profile-media-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.25);opacity:0;transition:opacity .12s ease}
.rx-profile-media-progress>span{display:block;height:100%;width:0;background:var(--rx-accent,#93e547);transition:width .14s ease}
.rx-profile-media-editable.is-uploading .rx-profile-media-progress,.rx-profile-media-upload.is-uploading .rx-profile-media-progress{opacity:1}
.rx-profile-media-editable.is-uploading{pointer-events:none;filter:saturate(.85)}
.rx-guest-card .rx-btn,.rx-guest-card a.rx-btn{display:flex!important;width:100%!important;min-height:46px!important;align-items:center!important;justify-content:center!important;background:var(--rx-primary,#0f2943)!important;border-color:var(--rx-primary,#0f2943)!important;color:#fff!important;border-radius:var(--rx-radius,8px)!important;box-sizing:border-box!important}
.rx-guest-card .rx-btn:hover,.rx-guest-card a.rx-btn:hover{background:color-mix(in srgb,var(--rx-primary,#0f2943) 88%,#fff)!important;border-color:color-mix(in srgb,var(--rx-primary,#0f2943) 88%,#fff)!important;color:#fff!important}
@media(max-width:720px){.rx-profile-media-upload--cover{right:12px;bottom:12px}.rx-profile-media-upload--cover > span:not(.rx-profile-media-progress){display:none}.rx-profile-media-upload--cover{width:42px;padding:0}.rx-profile-media-upload--avatar{width:36px;height:36px;min-width:36px;min-height:36px}}


/* RunnerX v6.0.186: profile media upload buttons stay upload-only and use transparent main color. */
body .rx-profile-cover.rx-profile-media-editable,
body .rx-profile-avatarlink.rx-profile-media-editable{overflow:visible!important;}
body .rx-profile-media-upload{
  background:rgba(15,41,67,.4)!important;
  background:color-mix(in srgb,var(--rx-primary,#0f2943) 40%, transparent)!important;
  border:1px solid rgba(255,255,255,.46)!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(8,22,47,.18)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}
body .rx-profile-media-upload:hover,
body .rx-profile-media-upload:focus-visible{
  background:rgba(15,41,67,.55)!important;
  background:color-mix(in srgb,var(--rx-primary,#0f2943) 55%, transparent)!important;
  border-color:rgba(255,255,255,.72)!important;
  color:#fff!important;
  outline:0!important;
}
body .rx-profile-media-upload--cover{z-index:20!important;pointer-events:auto!important;}
body .rx-profile-head--clean .rx-profile-avatarline{overflow:visible!important;}
body .rx-profile-head--clean .rx-profile-avatarlink{overflow:visible!important;}
body .rx-profile-media-upload--avatar{
  right:8px!important;
  bottom:8px!important;
  z-index:40!important;
  pointer-events:auto!important;
  box-shadow:0 10px 24px rgba(8,22,47,.22)!important;
}
body .rx-profile-media-upload--avatar i{font-size:18px!important;}
@media(max-width:720px){
  body .rx-profile-media-upload--avatar{right:5px!important;bottom:5px!important;}
}


/* RunnerX v6.0.187: targeted polish for profile popover, avatars, password toggles and Turnstile. */
html body .rx-article-infobox__links a.rx-article-infobox__map-button{
  min-height:32px!important;
  padding:0 10px!important;
  gap:6px!important;
  font-size:13px!important;
  line-height:1!important;
}
html body #rxTypedHovercard .rx-hover-edit,
html body .rx-global-hovercard .rx-hover-edit,
html body .rx-hovercard .rx-hover-edit,
html body .rx-user-hovercard .rx-hover-edit{
  border-radius:999px!important;
  padding:8px 14px!important;
  min-height:38px!important;
  border:1px solid var(--rx-border,#dbe6ef)!important;
  background:#fff!important;
  color:var(--rx-primary,#08162f)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
html body #rxTypedHovercard .rx-hover-edit:hover,
html body .rx-global-hovercard .rx-hover-edit:hover,
html body .rx-hovercard .rx-hover-edit:hover,
html body .rx-user-hovercard .rx-hover-edit:hover{
  background:color-mix(in srgb,var(--rx-accent,#93e547) 12%,#fff)!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 55%,var(--rx-border,#dbe6ef))!important;
  color:var(--rx-primary,#08162f)!important;
}
html body img.avatar,
html body .avatar,
html body .rx-avatar,
html body .rx-avatar img,
html body .rx-avatar-sm,
html body .rx-avatar-lg,
html body .rx-profile-avatarlink,
html body .rx-profile-avatarlink img,
html body .rx-profile-avatarlink .rx-avatar,
html body .rx-profile-user-avatar img,
html body .rx-profile-user-avatar .rx-avatar,
html body .rx-user-card-avatar img,
html body .rx-user-card-avatar .rx-avatar,
html body .rx-sidebar-user-row .rx-avatar,
html body .rx-widget-user-row .rx-avatar,
html body .rx-feed-card .rx-avatar,
html body .rx-card-head .rx-avatar,
html body .rx-single-author-row .rx-avatar,
html body .rx-comment-card .rx-avatar,
html body .rx-notification-avatar .rx-avatar,
html body .rx-hovercard .rx-avatar,
html body .rx-hovercard .rx-avatar-lg,
html body .rx-user-hovercard .rx-avatar,
html body .rx-user-hovercard .rx-avatar-lg,
html body .rx-account .rx-avatar,
html body .rx-account-btn .rx-avatar,
html body .rx-mobile-account-menu__head .rx-avatar{
  border-radius:var(--rx-avatar-radius,14px)!important;
  overflow:hidden!important;
  object-fit:cover!important;
}
html body .rx-password-field>.rx-password-toggle,
html body button.rx-password-toggle.rx-icon-btn,
html body button.rx-password-toggle{
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
}
html body .rx-turnstile-shell{
  border-radius:8px!important;
  overflow:hidden!important;
  max-width:100%!important;
  margin:10px 0 14px!important;
}
html body .rx-turnstile-shell .cf-turnstile,
html body .rx-turnstile-shell iframe{
  border-radius:8px!important;
  overflow:hidden!important;
}


/* RunnerX v6.0.188: unified focus colors, robust password-field wrapper, and hovercard primary buttons. */
html body input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
html body input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus-visible,
html body select:focus,
html body select:focus-visible,
html body textarea:focus,
html body textarea:focus-visible,
html body .rx-input:focus,
html body .rx-input:focus-visible,
html body .rx-select:focus,
html body .rx-select:focus-visible,
html body .rx-textarea:focus,
html body .rx-textarea:focus-visible,
html body .rx-token-search:focus-within,
html body .rx-searchbox:focus-within,
html body .rx-filterbar-search:focus-within,
html body .rx-lighteditor:focus-within,
html body .rx-wysiwyg:focus-within,
html body .tox.tox-tinymce:focus-within{
  border-color:var(--rx-accent,var(--rx-runner,#93e547))!important;
  outline:0!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 26%,transparent)!important;
}
html body input:focus-visible,
html body select:focus-visible,
html body textarea:focus-visible,
html body button:focus-visible,
html body a:focus-visible{
  outline:2px solid color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 72%,#fff)!important;
  outline-offset:2px!important;
}
html body .rx-password-field{
  display:block!important;
  position:relative!important;
  width:100%!important;
  line-height:normal!important;
  max-width:100%!important;
}
html body label > .rx-password-field{
  margin-top:8px!important;
}
html body .rx-password-field > input{
  display:block!important;
  width:100%!important;
  padding-right:56px!important;
  box-sizing:border-box!important;
}
html body .rx-password-field:focus-within > input{
  border-color:var(--rx-accent,var(--rx-runner,#93e547))!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 26%,transparent)!important;
  outline:0!important;
}
html body .rx-password-field > .rx-password-toggle,
html body button.rx-password-toggle.rx-icon-btn,
html body button.rx-password-toggle{
  position:absolute!important;
  right:8px!important;
  top:50%;
  bottom:auto!important;
  left:auto!important;
  transform:translateY(-50%);
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  border:0!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  background:transparent!important;
  color:var(--rx-primary,#08162f)!important;
  box-shadow:none!important;
  z-index:5!important;
}
html body .rx-password-field > .rx-password-toggle:hover,
html body button.rx-password-toggle.rx-icon-btn:hover,
html body button.rx-password-toggle:hover,
html body .rx-password-field > .rx-password-toggle:focus-visible,
html body button.rx-password-toggle.rx-icon-btn:focus-visible,
html body button.rx-password-toggle:focus-visible{
  background:color-mix(in srgb,var(--rx-accent,var(--rx-runner,#93e547)) 18%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-password-toggle i,
html body .rx-password-toggle i:before{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  line-height:20px!important;
  font-size:18px!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-global-hovercard .rx-hover-btn,
html body #rxTypedHovercard.rx-hovercard .rx-hover-btn,
html body .rx-hovercard .rx-hover-btn,
html body .rx-user-hovercard .rx-hover-profile,
html body .rx-hover-profile{
  background:var(--rx-primary,#08162f)!important;
  border-color:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}
html body .rx-global-hovercard .rx-hover-btn:hover,
html body #rxTypedHovercard.rx-hovercard .rx-hover-btn:hover,
html body .rx-hovercard .rx-hover-btn:hover,
html body .rx-user-hovercard .rx-hover-profile:hover,
html body .rx-hover-profile:hover{
  background:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#000)!important;
  border-color:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#000)!important;
  color:#fff!important;
}

/* RunnerX v6.0.188: final targeted form focus, password wrapper alignment and hovercard primary button colors. */
:root{
  --rx-focus-color:var(--rx-accent,#93e547);
  --rx-focus-ring:color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent);
}
html body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body textarea:focus,
html body select:focus,
html body .rx-form-control:focus,
html body .rx-auth-form-single input:focus,
html body .rx-auth-form-single textarea:focus,
html body .rx-auth-form-single select:focus,
html body .rx-contact-form input:focus,
html body .rx-contact-form textarea:focus,
html body .rx-contact-form select:focus,
html body .rx-select-trigger:focus,
html body .rx-select-trigger:focus-visible,
html body .rx-dropdown-trigger:focus,
html body .rx-dropdown-trigger:focus-visible{
  border-color:var(--rx-focus-color)!important;
  outline:0!important;
  box-shadow:0 0 0 2px var(--rx-focus-ring)!important;
}
html body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus-visible,
html body textarea:focus-visible,
html body select:focus-visible{
  outline:0!important;
}
html body .rx-password-field[data-rx-password-field],
html body span.rx-password-field{
  position:relative!important;
  display:block!important;
  width:100%!important;
  line-height:normal!important;
  margin-top:8px;
}
html body .rx-password-field[data-rx-password-field] > input,
html body span.rx-password-field > input{
  display:block!important;
  width:100%!important;
  padding-right:56px!important;
  box-sizing:border-box!important;
}
html body .rx-password-field[data-rx-password-field] > .rx-password-toggle,
html body span.rx-password-field > .rx-password-toggle,
html body .rx-auth-form-single .rx-password-field > .rx-password-toggle,
html body .rx-change-password-form .rx-password-field > .rx-password-toggle{
  position:absolute!important;
  top:50%;
  right:8px!important;
  bottom:auto!important;
  left:auto!important;
  transform:translateY(-50%);
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  border:0!important;
  box-shadow:none!important;
  z-index:5!important;
}
html body .rx-password-field > .rx-password-toggle i,
html body .rx-password-field > .rx-password-toggle i:before{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  line-height:20px!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-hovercard .rx-hover-btn,
html body .rx-global-hovercard .rx-hover-btn,
html body .rx-user-hovercard .rx-hover-btn,
html body .rx-hover-btn{
  background:var(--rx-primary,#08162f)!important;
  border-color:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}
html body .rx-hovercard .rx-hover-btn:hover,
html body .rx-global-hovercard .rx-hover-btn:hover,
html body .rx-user-hovercard .rx-hover-btn:hover,
html body .rx-hover-btn:hover{
  background:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#fff)!important;
  border-color:color-mix(in srgb,var(--rx-primary,#08162f) 88%,#fff)!important;
  color:#fff!important;
}


/* RunnerX v6.0.189: scoped form focus, password icon centering, map overview polish and mobile footer links. */
:root{--rx-focus-color:var(--rx-accent,#93e547);--rx-focus-ring:color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent);}
/* Undo the previous global focus ring for filters/search/navigation; keep it only inside real forms below. */
html body .rx-filterbar input:focus,
html body .rx-filterbar textarea:focus,
html body .rx-filterbar select:focus,
html body .rx-global-filterbar input:focus,
html body .rx-global-filterbar textarea:focus,
html body .rx-global-filterbar select:focus,
html body .rx-searchbox input:focus,
html body .rx-sidebar-search input:focus,
html body .rx-global-live-search input:focus,
html body .rx-token-search input:focus{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body .rx-filterbar-search:focus-within,
html body .rx-searchbox:focus-within,
html body .rx-global-live-search:focus-within,
html body .rx-token-search:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
}
/* Accent focus only in actual entry/contact/report/auth/profile forms. */
html body .rx-create-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-create-form textarea:focus,
html body .rx-create-form select:focus,
html body .rx-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-form-card textarea:focus,
html body .rx-form-card select:focus,
html body .rx-contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-contact-form textarea:focus,
html body .rx-contact-form select:focus,
html body .rx-report-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-report-form textarea:focus,
html body .rx-report-form select:focus,
html body .rx-auth-card input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-auth-card textarea:focus,
html body .rx-auth-card select:focus,
html body .rx-auth-form-single input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-auth-form-single textarea:focus,
html body .rx-auth-form-single select:focus,
html body .rx-login-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-register-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-forgot-password-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-change-password-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-profile-edit-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
html body .rx-profile-edit-form textarea:focus,
html body .rx-profile-edit-form select:focus{
  border-color:var(--rx-focus-color)!important;
  outline:0!important;
  box-shadow:0 0 0 2px var(--rx-focus-ring)!important;
}
html body .rx-password-field,
html body .rx-password-field[data-rx-password-field],
html body span.rx-password-field{
  position:relative!important;
  display:block!important;
  width:100%!important;
  line-height:normal!important;
}
html body .rx-password-field > input{
  display:block!important;
  width:100%!important;
  padding-right:58px!important;
}
html body .rx-password-field > .rx-password-toggle,
html body button.rx-password-toggle.rx-icon-btn,
html body button.rx-password-toggle{
  position:absolute!important;
  top:50%;
  right:8px!important;
  bottom:auto!important;
  left:auto!important;
  transform:translateY(-50%);
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  border:0!important;
  background:transparent!important;
  color:var(--rx-primary,#08162f)!important;
  box-shadow:none!important;
  z-index:6!important;
}
html body .rx-password-field > .rx-password-toggle i,
html body .rx-password-field > .rx-password-toggle i:before,
html body button.rx-password-toggle i,
html body button.rx-password-toggle i:before{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  line-height:20px!important;
  font-size:18px!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-map-overview .rx-geo-filter-row [data-rx-use-location],
html body .rx-map-overview .rx-use-location-btn{
  justify-content:flex-start!important;
  text-align:left!important;
  padding-left:18px!important;
}
html body .rx-map-overview .rx-use-location-btn span{display:block;text-align:left;width:100%;}
html body .rx-map-overview-box{
  min-height:360px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:14px!important;
}
html body .rx-map-overview-box i{display:flex!important;align-items:center!important;justify-content:center!important;}
html body .rx-mobile-footer-links--account,
html body .rx-mobile-footer-links--guest{padding:14px 18px 6px!important;}
html body .rx-mobile-footer-links .rx-footer-links{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important;}
html body .rx-mobile-footer-links .rx-footer-links > span{display:none!important;}
html body .rx-mobile-footer-links .rx-footer-links a{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:var(--rx-primary,#08162f)!important;font-weight:800!important;}
html body .rx-mobile-footer-links .rx-footer-links a i{width:22px!important;text-align:center!important;color:var(--rx-primary,#08162f)!important;}

/* RunnerX v6.0.190: final scoped focus reset, map controls, mobile footer links, contact intro boxes. */
:root{--rx-focus-color:var(--rx-accent,#93e547);--rx-focus-ring:color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent);}

/* Search/filter/message controls are not entry forms: no green focus frame and no double wrapper border. */
html body :where(.rx-filterbar,.rx-global-filterbar,.rx-region-filter,.rx-sidebar-widget,.rx-sidebar-search,.rx-searchbox,.rx-global-live-search,.rx-token-search,.rx-message-search-wrap,.rx-message-compose,.rx-messages-app) :where(input,textarea,select,.rx-input,.rx-select,.rx-form-control):focus,
html body :where(.rx-filterbar,.rx-global-filterbar,.rx-region-filter,.rx-sidebar-widget,.rx-sidebar-search,.rx-searchbox,.rx-global-live-search,.rx-token-search,.rx-message-search-wrap,.rx-message-compose,.rx-messages-app) :where(input,textarea,select,.rx-input,.rx-select,.rx-form-control):focus-visible{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body :where(.rx-filterbar-search,.rx-searchbox,.rx-global-live-search,.rx-token-search,.rx-message-search,.rx-message-compose-main):focus-within,
html body :where(.rx-filterbar,.rx-global-filterbar,.rx-region-filter):focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body .rx-filterbar-search input,
html body .rx-global-filterbar input,
html body .rx-region-filter input,
html body .rx-sidebar-search input,
html body .rx-searchbox input,
html body .rx-global-live-search input,
html body .rx-token-search input,
html body .rx-message-search input,
html body .rx-message-compose textarea{
  box-shadow:none!important;
}

/* Accent focus only in real submit forms, never in filter/search wrappers. */
html body :where(.rx-create-form,.rx-contact-form,.rx-report-form,.rx-auth-card,.rx-auth-form-single,.rx-login-form,.rx-register-form,.rx-forgot-password-form,.rx-change-password-form,.rx-profile-edit-form) :where(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="search"]),textarea,select):focus,
html body :where(.rx-create-form,.rx-contact-form,.rx-report-form,.rx-auth-card,.rx-auth-form-single,.rx-login-form,.rx-register-form,.rx-forgot-password-form,.rx-change-password-form,.rx-profile-edit-form) :where(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="search"]),textarea,select):focus-visible{
  border-color:var(--rx-focus-color)!important;
  outline:0!important;
  box-shadow:0 0 0 2px var(--rx-focus-ring)!important;
}

/* Kartenübersicht controls: row stays full map width; text remains left aligned. */
html body .rx-map-overview .rx-geo-filter,
html body .rx-map-overview .rx-global-filter{
  width:100%!important;
  max-width:100%!important;
}
html body .rx-map-overview .rx-geo-filter-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(108px,150px)!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  align-items:stretch!important;
}
html body .rx-map-overview .rx-geo-filter-row [data-rx-use-location],
html body .rx-map-overview .rx-use-location-btn,
html body .rx-map-overview .rx-geo-filter-row select[data-rx-radius-km]{
  width:100%!important;
  max-width:100%!important;
  min-height:48px!important;
}
html body .rx-map-overview .rx-use-location-btn{
  justify-content:flex-start!important;
  text-align:left!important;
  padding-left:18px!important;
}
html body .rx-map-overview .rx-use-location-btn span{
  display:block!important;
  width:100%!important;
  text-align:left!important;
}
html body .rx-map-overview-box{
  min-height:360px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:14px!important;
}
html body .rx-map-overview-box p{margin:0!important;text-align:center!important;}
html body .rx-map-overview-box i{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;}
@media(max-width:760px){
  html body .rx-map-overview .rx-geo-filter-row{grid-template-columns:1fr!important;}
}

/* Footer links: same dot-separated style in sidebar and mobile; only Cookie Settings keeps an icon and its own line. */
html body .rx-footer-links.rx-sidebar-footer{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:0 8px!important;
  color:var(--rx-muted,#536471)!important;
}
html body .rx-footer-links.rx-sidebar-footer > a{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  color:var(--rx-muted,#536471)!important;
  text-decoration:none!important;
  font-weight:500!important;
  line-height:1.45!important;
}
html body .rx-footer-links.rx-sidebar-footer > a i{display:none!important;}
html body .rx-footer-links.rx-sidebar-footer > .rx-footer-separator{
  display:inline-flex!important;
  color:var(--rx-muted,#536471)!important;
  opacity:.72!important;
}
html body .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row{
  flex:0 0 100%!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  margin-top:8px!important;
}
html body .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row a{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:var(--rx-muted,#536471)!important;
  text-decoration:none!important;
  font-weight:500!important;
}
html body .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:16px!important;
  width:18px!important;
}
html body .rx-mobile-footer-links,
html body .rx-mobile-footer-links--account,
html body .rx-mobile-footer-links--guest{
  padding:14px 18px 8px!important;
}
html body .rx-mobile-footer-links .rx-footer-links{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0 8px!important;
}
html body .rx-mobile-footer-links .rx-footer-links > span:not(.rx-footer-cookie-row){display:inline-flex!important;}
html body .rx-mobile-footer-links .rx-footer-links > a{display:inline-flex!important;}

/* Kontaktseite intro and two contact boxes. */
html body .rx-contact-info-panel{
  border:1px solid var(--rx-border,#dbe6ef);
  border-radius:var(--rx-radius,14px);
  background:#fff;
  padding:22px;
  margin:0 0 18px;
}
html body .rx-contact-info-intro{
  color:var(--rx-muted,#536471);
  font-weight:600;
  line-height:1.6;
  margin:0 0 16px;
}
html body .rx-contact-info-intro p{margin:0 0 10px;}
html body .rx-contact-info-intro p:last-child{margin-bottom:0;}
html body .rx-contact-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
html body .rx-contact-info-box{
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-width:0;
  border:1px solid var(--rx-border,#dbe6ef);
  border-radius:var(--rx-radius,14px);
  background:var(--rx-soft,#f6f8fa);
  padding:16px;
}
html body .rx-contact-info-box > i{
  width:42px;
  height:42px;
  border-radius:var(--rx-radius,14px);
  background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,#fff);
  color:var(--rx-primary,#08162f);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  font-size:21px;
}
html body .rx-contact-info-box strong,
html body .rx-contact-info-box span,
html body .rx-contact-info-box a{display:block;min-width:0;}
html body .rx-contact-info-box strong{font-weight:950;color:var(--rx-primary,#08162f);margin:0 0 2px;}
html body .rx-contact-info-box span{color:var(--rx-muted,#536471);font-weight:600;margin:0 0 7px;line-height:1.4;}
html body .rx-contact-info-box a{font-weight:900;color:var(--rx-link,#1d9bf0);text-decoration:none;word-break:break-word;}
@media(max-width:760px){
  html body .rx-contact-info-panel{padding:16px;margin-bottom:14px;}
  html body .rx-contact-info-grid{grid-template-columns:1fr;}
}

/* RunnerX v6.0.190: high-specificity search/filter/message focus reset after all older rules. */
html body .rx-filterbar input:focus,
html body .rx-filterbar input:focus-visible,
html body .rx-filterbar select:focus,
html body .rx-filterbar select:focus-visible,
html body .rx-filterbar textarea:focus,
html body .rx-filterbar textarea:focus-visible,
html body .rx-global-filterbar input:focus,
html body .rx-global-filterbar input:focus-visible,
html body .rx-global-filterbar select:focus,
html body .rx-global-filterbar select:focus-visible,
html body .rx-region-filter input:focus,
html body .rx-region-filter input:focus-visible,
html body .rx-sidebar-search input:focus,
html body .rx-sidebar-search input:focus-visible,
html body .rx-sidebar-widget input[type="search"]:focus,
html body .rx-sidebar-widget input[type="search"]:focus-visible,
html body .rx-searchbox input:focus,
html body .rx-searchbox input:focus-visible,
html body .rx-message-search input:focus,
html body .rx-message-search input:focus-visible,
html body .rx-message-compose textarea:focus,
html body .rx-message-compose textarea:focus-visible{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body .rx-filterbar .rx-filterbar-search:focus-within,
html body .rx-global-filterbar .rx-filterbar-search:focus-within,
html body .rx-filterbar-search:focus-within,
html body .rx-searchbox:focus-within,
html body .rx-sidebar-search:focus-within,
html body .rx-message-search:focus-within,
html body .rx-message-compose-main:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body .rx-filterbar:focus-within,
html body .rx-global-filterbar:focus-within,
html body .rx-region-filter:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}

/* RunnerX v6.0.191: final search-focus reset and unified mobile footer link styling. */
/* Search, filter, message, member and picker searches must not get the green form-focus ring. */
html body:not(.wp-admin) input[type="search"]:focus,
html body:not(.wp-admin) input[type="search"]:focus-visible,
html body:not(.wp-admin) input[data-rx-global-search-input]:focus,
html body:not(.wp-admin) input[data-rx-global-search-input]:focus-visible,
html body:not(.wp-admin) input[data-rx-filter-input]:focus,
html body:not(.wp-admin) input[data-rx-filter-input]:focus-visible,
html body:not(.wp-admin) input[data-rx-message-user-search]:focus,
html body:not(.wp-admin) input[data-rx-message-user-search]:focus-visible,
html body:not(.wp-admin) input[data-rx-token-search]:focus,
html body:not(.wp-admin) input[data-rx-token-search]:focus-visible,
html body:not(.wp-admin) input[data-rx-user-tagger-search]:focus,
html body:not(.wp-admin) input[data-rx-user-tagger-search]:focus-visible,
html body:not(.wp-admin) input[data-rx-event-picker-search]:focus,
html body:not(.wp-admin) input[data-rx-event-picker-search]:focus-visible,
html body:not(.wp-admin) .rx-searchbox > input:focus,
html body:not(.wp-admin) .rx-searchbox > input:focus-visible,
html body:not(.wp-admin) .rx-filterbar-search-field > input:focus,
html body:not(.wp-admin) .rx-filterbar-search-field > input:focus-visible,
html body:not(.wp-admin) .rx-message-search > input:focus,
html body:not(.wp-admin) .rx-message-search > input:focus-visible,
html body:not(.wp-admin) .rx-message-compose textarea:focus,
html body:not(.wp-admin) .rx-message-compose textarea:focus-visible{
  border-color:transparent!important;
  border-width:0!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html body:not(.wp-admin) form.rx-searchbox:focus-within,
html body:not(.wp-admin) label.rx-searchbox:focus-within,
html body:not(.wp-admin) .rx-searchbox:focus-within,
html body:not(.wp-admin) .rx-sidebar-search:focus-within,
html body:not(.wp-admin) .rx-global-live-search:focus-within,
html body:not(.wp-admin) .rx-filterbar-search:focus-within,
html body:not(.wp-admin) .rx-filterbar-search-field:focus-within,
html body:not(.wp-admin) .rx-search-field:focus-within,
html body:not(.wp-admin) .rx-token-search:focus-within,
html body:not(.wp-admin) .rx-message-search-wrap:focus-within,
html body:not(.wp-admin) .rx-message-search:focus-within,
html body:not(.wp-admin) .rx-message-compose-main:focus-within,
html body:not(.wp-admin) .rx-user-tagger-search:focus-within,
html body:not(.wp-admin) .rx-event-picker-search:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-filterbar:focus-within,
html body:not(.wp-admin) .rx-global-filterbar:focus-within,
html body:not(.wp-admin) .rx-region-filter:focus-within{
  border-color:var(--rx-border,#e6edf3)!important;
  outline:0!important;
  box-shadow:none!important;
}

/* Keep the mobile footer menu visually identical to the desktop/sidebar footer. */
html body .rx-mobile-footer-links,
html body .rx-mobile-footer-links--account,
html body .rx-mobile-footer-links--guest{
  padding:12px 22px 16px!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer,
html body .rx-mobile-footer-links nav.rx-footer-links.rx-sidebar-footer{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0 8px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > a,
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > a.is-active,
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > a:hover,
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > a:focus{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:0!important;
  height:auto!important;
  width:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.45!important;
  text-decoration:none!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > .rx-footer-separator{
  display:inline-flex!important;
  align-items:center!important;
  color:var(--rx-muted,#536471)!important;
  opacity:.72!important;
  font-size:13px!important;
  line-height:1.45!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > a i{
  display:none!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row{
  flex:0 0 100%!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  margin:9px 0 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row a,
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row a:hover,
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row a:focus{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:0!important;
  height:auto!important;
  width:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.45!important;
  text-decoration:none!important;
}
html body .rx-mobile-footer-links .rx-footer-links.rx-sidebar-footer > .rx-footer-cookie-row i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  min-width:18px!important;
  height:18px!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:16px!important;
  background:transparent!important;
}

/* === runnerx-final.css === */
/* RunnerX v6.0.192: final non-form search focus reset, password override friendliness and detail ad slots. */
:root{--rx-focus-color:var(--rx-accent,#93e547);--rx-focus-ring:color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent);}

/* Search/filter/message inputs are controls, not entry forms. They keep only the outer neutral wrapper border. */
html body:not(.wp-admin) :is(.rx-filterbar,.rx-global-filterbar,.rx-region-filter,.rx-sidebar-widget,.rx-sidebar-search,.rx-searchbox,.rx-global-live-search,.rx-token-search,.rx-message-search-wrap,.rx-message-search,.rx-message-compose,.rx-messages-app,.rx-members-toolbar,.rx-member-search,.rx-members-search,.rx-mobile-search-head,.rx-filterbar-search,.rx-filterbar-search-field,.rx-search-field) :is(input,input[type="search"],textarea,select,.rx-input,.rx-select,.rx-form-control):is(:focus,:focus-visible),
html body:not(.wp-admin) :is(input[type="search"],input[data-rx-filter-input],input[data-rx-global-search-input],input[data-rx-message-user-search],input[data-rx-token-search],input[data-rx-user-tagger-search],input[data-rx-event-picker-search],textarea[data-rx-message-input]):is(:focus,:focus-visible){
  border-color:transparent!important;
  border-width:0!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html body:not(.wp-admin) :is(.rx-filterbar-search-field,.rx-search-field,.rx-searchbox,.rx-sidebar-search,.rx-global-live-search,.rx-token-search,.rx-message-search,.rx-message-search-wrap,.rx-message-compose-main,.rx-user-tagger-search,.rx-event-picker-search):is(:focus-within,:focus,:focus-visible){
  border-color:var(--rx-border,#dbe6ef)!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) :is(.rx-filterbar,.rx-global-filterbar,.rx-region-filter):focus-within{
  border-color:var(--rx-border,#e6edf3)!important;
  outline:0!important;
  box-shadow:none!important;
}

/* Accent focus remains scoped to actual submit forms only. */
html body:not(.wp-admin) :is(.rx-create-form,.rx-contact-form,.rx-report-form,.rx-auth-card,.rx-auth-form-single,.rx-login-form,.rx-register-form,.rx-forgot-password-form,.rx-change-password-form,.rx-profile-edit-form) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="search"]),textarea,select):is(:focus,:focus-visible){
  border-color:var(--rx-focus-color)!important;
  outline:0!important;
  box-shadow:0 0 0 2px var(--rx-focus-ring)!important;
}

/* Password eye buttons stay centered, but top/transform are intentionally overrideable from Customizer CSS. */
html body .rx-password-field{position:relative!important;display:block!important;width:100%!important;line-height:normal!important;}
html body .rx-password-field>input{padding-right:56px!important;box-sizing:border-box!important;}
html body .rx-password-field>.rx-password-toggle,
html body button.rx-password-toggle.rx-icon-btn,
html body button.rx-password-toggle{
  position:absolute!important;
  right:8px!important;
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  box-shadow:none!important;
  line-height:1!important;
  z-index:5!important;
}
html body .rx-password-toggle i,
html body .rx-password-toggle i:before{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;line-height:20px!important;margin:0!important;padding:0!important;}

/* Detail banner slot. */
.rx-detail-ad-slot{display:block;margin:22px 0;padding:0;border:0;background:transparent;}
.rx-detail-ad-slot__label{display:block;margin:0 0 6px;color:var(--rx-muted,#536471);font-size:11px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.08em;}
.rx-detail-ad-slot .br-banner{margin:0!important;overflow:hidden;border-radius:var(--rx-card-radius,var(--rx-radius,8px));}
.rx-detail-ad-slot .br-banner img{border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;}
.rx-detail-ad-slot .br-banner-link{border-radius:inherit;overflow:hidden;}
.rx-detail-ad-slot--article{margin:24px 0;}
.rx-single-panel + .rx-detail-ad-slot{margin-top:18px;}


/* RunnerX v6.0.193: map-lightbox loader centering, detail-ad spacing, dashboard flat-list alignment. */
.rx-media-modal.is-map .rx-media-modal__loader{
  align-self:center!important;
  justify-self:center!important;
  z-index:4!important;
}

/* Detail ads keep the column gutter and never visually touch the edge before tags. */
body:not(.page) .rx-main .rx-detail-ad-slot{
  margin:24px var(--rx-detail-pad-x,24px)!important;
  box-sizing:border-box!important;
}
body.single-post .rx-main .rx-article-body > .rx-detail-ad-slot,
body.single-post .rx-main .rx-single-body > .rx-detail-ad-slot{
  margin-left:0!important;
  margin-right:0!important;
}
body.single-runnerx_link .rx-detail-ad-slot{display:none!important;}
.rx-detail-ad-slot .br-banner,
.rx-detail-ad-slot .br-banner img,
.rx-detail-ad-slot .br-banner-link{
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
}

/* Dashboard flat member/follower lists use the same full-width list geometry as the public Mitglieder page. */
html body .rx-dashboard-box.rx-flat-list-page .rx-user-list,
html body .rx-dashboard-main .rx-flat-list-page .rx-user-list{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  background:#fff!important;
}
html body .rx-dashboard-box.rx-flat-list-page .rx-user-list > .rx-user-card,
html body .rx-dashboard-main .rx-flat-list-page .rx-user-list > .rx-user-card,
html body .rx-dashboard-box.rx-flat-list-page .rx-user-card,
html body .rx-dashboard-main .rx-flat-list-page .rx-user-card{
  margin:0!important;
  width:100%!important;
  max-width:none!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-border,#e1e8ef)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  padding:16px 24px!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-box.rx-flat-list-page .rx-user-list > .rx-user-card:first-child,
html body .rx-dashboard-main .rx-flat-list-page .rx-user-list > .rx-user-card:first-child{
  margin-top:0!important;
  border-top:0!important;
}
html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title + .rx-user-list,
html body .rx-dashboard-main .rx-flat-list-page > .rx-dashboard-section-title + .rx-user-list{
  margin-top:0!important;
}
html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
html body .rx-dashboard-main .rx-flat-list-page > .rx-dashboard-section-title{
  padding:16px 24px;
  margin:0;
}
@media(max-width:720px){
  html body .rx-dashboard-box.rx-flat-list-page .rx-user-card,
  html body .rx-dashboard-main .rx-flat-list-page .rx-user-card{padding:15px 14px!important;}
  html body .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title,
  html body .rx-dashboard-main .rx-flat-list-page > .rx-dashboard-section-title{padding:15px 14px;}
}

/* RunnerX v6.0.194: article media, WP block galleries and image-library pagination. */
body.single-post .rx-article-body figure.wp-block-image,
body.single-post .rx-single-body figure.wp-block-image,
body.single-post .rx-article-body .wp-caption,
body.single-post .rx-single-body .wp-caption{
  overflow:hidden!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
}
body.single-post .rx-article-body figure.wp-block-image img,
body.single-post .rx-single-body figure.wp-block-image img,
body.single-post .rx-article-body .wp-caption img,
body.single-post .rx-single-body .wp-caption img,
body.single-post .rx-article-body > p > img,
body.single-post .rx-single-body > p > img{
  display:block!important;
  max-width:100%!important;
  height:auto!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
}
body.single-post .rx-article-body figure.wp-block-image:has(figcaption) img,
body.single-post .rx-single-body figure.wp-block-image:has(figcaption) img,
body.single-post .rx-article-body .wp-caption:has(.wp-caption-text) img,
body.single-post .rx-single-body .wp-caption:has(.wp-caption-text) img{
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px))) var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px))) 0 0!important;
}
body.single-post .rx-article-body figure.wp-block-image figcaption,
body.single-post .rx-single-body figure.wp-block-image figcaption,
body.single-post .rx-article-body .wp-caption .wp-caption-text,
body.single-post .rx-single-body .wp-caption .wp-caption-text{
  box-sizing:border-box!important;
  margin:0!important;
  padding:10px 14px!important;
  border:1px solid var(--rx-border,#dbe6ef)!important;
  border-top:0!important;
  border-radius:0 0 var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px))) var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  color:var(--rx-primary,var(--rx-text,#08162f))!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.45!important;
  text-align:left!important;
}
body.single-post .rx-article-body .wp-block-gallery,
body.single-post .rx-single-body .wp-block-gallery{
  margin:24px 0!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced{
  display:grid!important;
  width:100%!important;
  max-width:none!important;
  grid-template-columns:1.35fr .85fr!important;
  grid-template-rows:repeat(2,minmax(120px,1fr))!important;
  gap:3px!important;
  min-height:min(430px,58vw)!important;
  overflow:hidden!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-border,#dbe6ef)!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced figcaption,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced figcaption{display:none!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced .rx-detail-gallery__item,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced .rx-detail-gallery__item{margin:0!important;overflow:hidden!important;background:var(--rx-soft-bg,#f6f8fa)!important;}
@media(max-width:680px){
  body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced,
  body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced{grid-template-columns:1fr 1fr!important;grid-template-rows:minmax(180px,54vw) minmax(120px,34vw)!important;min-height:auto!important;}
}

/* Optional article infoboxes use the configured radius and stay one-column on desktop. */
body.single-post .rx-article-infoboxes,
body.single-post .rx-article-infobox{
  border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;
}
body.single-post .rx-article-infobox{overflow:hidden!important;}
body.single-post .rx-article-infobox dl{grid-template-columns:1fr!important;}
body.single-post .rx-article-infobox dl>div,
body.single-post .rx-article-infobox dl>div:nth-child(2n){border-right:0!important;}
body.single-post .rx-article-infobox__image img{border-radius:0!important;}
body.single-post .rx-article-youtube .rx-video-embed{border-radius:var(--rx-card-radius,var(--rx-radius,8px))!important;}

.rx-image-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.rx-image-library-loadmore-wrap{display:flex;justify-content:center;margin:16px 0 0;}
.rx-image-library-loadmore{min-width:min(260px,100%);}
@media(max-width:900px){.rx-image-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}}
@media(max-width:560px){.rx-image-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}


/* RunnerX v6.0.195: stable article captions, WP gallery mosaic and exhausted load-more states. */
body.single-post .rx-article-body figure.wp-block-image,
body.single-post .rx-single-body figure.wp-block-image,
body.single-post .rx-article-body .wp-caption,
body.single-post .rx-single-body .wp-caption{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:0!important;
  max-width:100%!important;
  width:100%!important;
  margin:24px 0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:transparent!important;
}
body.single-post .rx-article-body figure.wp-block-image img,
body.single-post .rx-single-body figure.wp-block-image img,
body.single-post .rx-article-body .wp-caption img,
body.single-post .rx-single-body .wp-caption img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
}
body.single-post .rx-article-body figure.wp-block-image:has(figcaption) img,
body.single-post .rx-single-body figure.wp-block-image:has(figcaption) img,
body.single-post .rx-article-body .wp-caption:has(.wp-caption-text) img,
body.single-post .rx-single-body .wp-caption:has(.wp-caption-text) img{
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px))) var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px))) 0 0!important;
}
body.single-post .rx-article-body figure.wp-block-image figcaption,
body.single-post .rx-single-body figure.wp-block-image figcaption,
body.single-post .rx-article-body .wp-caption .wp-caption-text,
body.single-post .rx-single-body .wp-caption .wp-caption-text{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  clear:both!important;
  margin:0!important;
  padding:10px 14px!important;
  border:1px solid var(--rx-border,#dbe6ef)!important;
  border-top:0!important;
  border-radius:0 0 var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px))) var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  color:var(--rx-primary,var(--rx-text,#08162f))!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.45!important;
  text-align:left!important;
}

body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr)!important;
  grid-template-rows:repeat(2,minmax(150px,1fr))!important;
  gap:3px!important;
  width:100%!important;
  max-width:100%!important;
  min-height:min(430px,58vw)!important;
  margin:24px 0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;
  background:var(--rx-border,#dbe6ef)!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item{
  position:relative!important;
  display:block!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 auto!important;
  flex-basis:auto!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  border-radius:0!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--1,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--1{grid-column:1!important;grid-row:1 / 3!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--2,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--2{grid-column:2!important;grid-row:1!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--3,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--3{grid-column:2!important;grid-row:2!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__hidden,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__hidden{display:none!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced .rx-detail-gallery__link,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced .rx-detail-gallery__link{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  color:#fff!important;
  text-decoration:none!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced .rx-detail-gallery__image,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced .rx-detail-gallery__image,
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced img,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  margin:0!important;
  border-radius:0!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced figcaption,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced figcaption{display:none!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-1,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-1{
  display:block!important;
  min-height:320px!important;
  background:transparent!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-1 > .rx-detail-gallery__item,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-1 > .rx-detail-gallery__item,
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-1 .rx-detail-gallery__link,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-1 .rx-detail-gallery__link{position:relative!important;display:block!important;min-height:320px!important;border-radius:var(--rx-media-radius,var(--rx-card-radius,var(--rx-radius,8px)))!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-2,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:minmax(260px,48vw)!important;
}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-2 > .rx-detail-gallery__item--1,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-2 > .rx-detail-gallery__item--1{grid-column:1!important;grid-row:1!important;}
body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-2 > .rx-detail-gallery__item--2,
body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced.rx-detail-gallery--count-2 > .rx-detail-gallery__item--2{grid-column:2!important;grid-row:1!important;}
@media(max-width:680px){
  body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced,
  body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced{grid-template-columns:1fr 1fr!important;grid-template-rows:minmax(180px,54vw) minmax(120px,34vw)!important;min-height:auto!important;}
  body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--1,
  body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--1{grid-column:1 / 3!important;grid-row:1!important;}
  body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--2,
  body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--2{grid-column:1!important;grid-row:2!important;}
  body.single-post .rx-article-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--3,
  body.single-post .rx-single-body .wp-block-gallery.rx-wp-gallery-enhanced > .rx-detail-gallery__item--3{grid-column:2!important;grid-row:2!important;}
}
.rx-loadmore[disabled],
.rx-loadmore.is-exhausted,
.rx-image-library-loadmore[disabled],
.rx-image-library-loadmore.is-exhausted{
  cursor:default!important;
  opacity:.78!important;
  pointer-events:none!important;
}

/* RunnerX v6.0.196: Laufatlas */
.rx-laufatlas-page{display:flex;flex-direction:column;gap:0;}
.rx-laufatlas-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-left:0;border-right:0;border-radius:0;background:var(--rx-bg,#fff);border-top:0;}
.rx-laufatlas-hero__copy{display:flex;align-items:flex-start;gap:14px;min-width:0;}
.rx-laufatlas-hero__copy h2{margin:0 0 6px;font-size:clamp(1.45rem,2.4vw,2.15rem);line-height:1.08;color:var(--rx-primary,#08162f);font-weight:800;}
.rx-laufatlas-hero__copy p{margin:0;color:var(--rx-text-soft,#536475);font-size:1rem;line-height:1.45;max-width:640px;}
.rx-laufatlas-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:10px;flex:0 0 auto;}
.rx-laufatlas-hero__stats span{display:flex;flex-direction:column;gap:2px;padding:13px 16px;border:1px solid var(--rx-border,#e6edf3);border-radius:var(--rx-card-radius,var(--rx-radius,8px));background:var(--rx-surface,#fff);min-width:96px;}
.rx-laufatlas-hero__stats strong{font-size:1.45rem;line-height:1;color:var(--rx-primary,#08162f);font-weight:800;}
.rx-laufatlas-hero__stats small{font-size:.82rem;color:var(--rx-text-soft,#536475);font-weight:700;}
.rx-laufatlas-regions{padding:24px;border-left:0;border-right:0;border-radius:0;background:var(--rx-bg,#fff);}
.rx-laufatlas-regions .rx-section-title{margin:0 0 12px;}
.rx-laufatlas-intro-text{margin:0 0 18px;color:var(--rx-text-soft,#536475);}
.rx-laufatlas-region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.rx-laufatlas-region-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--rx-border,#e6edf3);border-radius:var(--rx-card-radius,var(--rx-radius,8px));background:var(--rx-surface,#fff);color:var(--rx-primary,#08162f);text-decoration:none;transition:background .16s ease,border-color .16s ease;}
.rx-laufatlas-region-card:hover{background:var(--rx-soft-bg,#f6f8fa);border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-border,#e6edf3));}
.rx-laufatlas-region-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--rx-icon-radius,var(--rx-card-radius,8px));background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,transparent);color:var(--rx-primary,#08162f);font-size:1.25rem;flex:0 0 auto;}
.rx-laufatlas-region-card__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto;}
.rx-laufatlas-region-card__body strong{font-size:1rem;color:var(--rx-primary,#08162f);}
.rx-laufatlas-region-card__body small{font-size:.82rem;color:var(--rx-text-soft,#536475);font-weight:600;}
.rx-laufatlas-overview{padding:24px;border-left:0;border-right:0;border-radius:0;background:var(--rx-bg,#fff);}
.rx-laufatlas-overview .rx-section-title{margin:0 0 16px;}
.rx-laufatlas-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.rx-laufatlas-overview-grid a{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--rx-border,#e6edf3);border-radius:var(--rx-card-radius,var(--rx-radius,8px));background:var(--rx-surface,#fff);color:var(--rx-primary,#08162f);text-decoration:none;}
.rx-laufatlas-overview-grid strong{font-size:1.65rem;font-weight:800;line-height:1;}
.rx-laufatlas-overview-grid span{font-weight:700;}
.rx-laufatlas-section-heading{display:flex;align-items:center;gap:12px;padding:24px 24px 18px;margin:0;border-top:1px solid var(--rx-border,#e6edf3);color:var(--rx-primary,#08162f);}
.rx-laufatlas-map-stack{display:flex;flex-direction:column;gap:0;}
.rx-laufatlas-map-stack .rx-map-overview{border-left:0;border-right:0;border-radius:0;margin:0;}
@media(max-width:860px){
  .rx-laufatlas-hero{align-items:stretch;flex-direction:column;padding:18px 16px;}
  .rx-laufatlas-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));}
  .rx-laufatlas-region-grid{grid-template-columns:1fr;}
  .rx-laufatlas-overview-grid{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .rx-laufatlas-hero__stats{grid-template-columns:1fr;}
}

/* RunnerX v6.0.197: Laufatlas layout and regional district field. */
.rx-laufatlas-page .rx-laufatlas-hero{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:18px!important;
}
.rx-laufatlas-hero__copy{width:100%!important;align-items:flex-start!important;}
.rx-laufatlas-hero__copy>div{min-width:0;flex:1 1 auto;}
.rx-laufatlas-hero__stats{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
.rx-laufatlas-region-grid{grid-template-columns:1fr!important;}
.rx-laufatlas-region-card{width:100%!important;}
.rx-laufatlas-page--index .rx-laufatlas-hero{border-bottom:1px solid var(--rx-border,#e6edf3)!important;}
@media(max-width:680px){.rx-laufatlas-hero__stats{grid-template-columns:1fr!important;}}
.rx-region-county-field{position:relative;}
.rx-region-county-control{position:relative;width:100%;}
.rx-region-county-control>input[type="search"]{width:100%;padding-right:42px;}
.rx-region-county-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:0;background:transparent;color:var(--rx-text-soft,#536475);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--rx-radius,8px);cursor:pointer;}
.rx-region-county-clear:hover{background:var(--rx-soft-bg,#f6f8fa);color:var(--rx-primary,#08162f);}
.rx-region-county-results{position:absolute;z-index:60;left:0;right:0;top:calc(100% + 6px);border:1px solid var(--rx-border,#dbe6ef);border-radius:var(--rx-card-radius,var(--rx-radius,8px));background:var(--rx-surface,#fff);box-shadow:0 18px 42px rgba(8,22,47,.14);max-height:260px;overflow:auto;padding:6px;}
.rx-region-county-option{display:flex;width:100%;border:0;background:transparent;color:var(--rx-primary,#08162f);font-weight:700;text-align:left;padding:10px 12px;border-radius:calc(var(--rx-card-radius,var(--rx-radius,8px)) - 2px);cursor:pointer;}
.rx-region-county-option:hover{background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,transparent);}
.rx-region-county-empty{padding:12px;color:var(--rx-text-soft,#536475);font-weight:700;}
.rx-region-county-field.is-disabled{opacity:.72;}

/* RunnerX v6.0.198: Laufatlas regional page refinements. */
.rx-laufatlas-page .rx-laufatlas-hero__copy h2{
  font-size:clamp(1.1rem,1.8vw,1.6rem)!important;
  line-height:1.12!important;
}
.rx-laufatlas-page .rx-laufatlas-hero__copy{
  width:100%!important;
}
.rx-laufatlas-page .rx-laufatlas-hero__stats{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.rx-laufatlas-page--index .rx-laufatlas-hero__copy h2{
  font-size:clamp(1.45rem,2.4vw,2.15rem)!important;
}
.rx-laufatlas-region-grid{
  grid-template-columns:1fr!important;
}
.rx-laufatlas-overview-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.rx-filter-pill--locked{
  cursor:default!important;
}
.rx-filter-field--locked{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:12px 14px;
  border:1px solid var(--rx-border,#dbe6ef);
  border-radius:var(--rx-card-radius,var(--rx-radius,8px));
  background:var(--rx-soft-bg,#f6f8fa);
}
.rx-filter-field--locked>span{
  font-weight:800;
  color:var(--rx-primary,#08162f);
}
.rx-filter-field--locked>strong{
  color:var(--rx-primary,#08162f);
  font-weight:800;
}
@media(max-width:680px){
  .rx-laufatlas-page .rx-laufatlas-hero__stats,
  .rx-laufatlas-overview-grid{
    grid-template-columns:1fr!important;
  }
}

/* RunnerX v6.0.199: Laufatlas Filter bereinigen */
.rx-laufatlas-page .rx-filter-active-pills:empty{display:none!important;}
.rx-laufatlas-page .rx-filter-field--district .rx-region-county-results{margin-top:8px;}
@media(max-width:640px){
  .rx-filterbar-toggle .rx-filterbar-toggle__label,
  .rx-filterbar-toggle__label{display:none!important;}
  .rx-filterbar-toggle{min-width:44px!important;padding-left:12px!important;padding-right:12px!important;}
}

/* RunnerX v6.0.201: Laufatlas URL-gesteuerte Regionen, kompakte Landkreis-Auswahl. */
.rx-laufatlas-page .rx-filter-active-pills{display:none!important;}
.rx-laufatlas-page .rx-filter-field--district,
.rx-laufatlas-page .rx-filter-field--locked,
.rx-laufatlas-page [data-rx-filter-bundesland],
.rx-laufatlas-page [data-rx-filter-bundesland-hidden]{display:none!important;}
.rx-laufatlas-district-select{margin:0 0 18px;display:block;width:100%;}
.rx-laufatlas-district-select input.rx-form-control,
.rx-laufatlas-district-select__native{width:100%;min-height:46px;border:1px solid var(--rx-border,#dbe6ef);border-radius:var(--rx-card-radius,var(--rx-radius,8px));background:var(--rx-surface,#fff);font-weight:700;color:var(--rx-primary,#08162f);}
.rx-laufatlas-district-select__native{display:none;appearance:none;padding:0 14px;}
.rx-laufatlas-back-state{width:100%;justify-content:center;margin:0 0 18px;text-decoration:none;}
.rx-laufatlas-hero__copy h2 .ico-arrow-small-right{font-size:.9em;vertical-align:-.05em;margin:0 .2em;color:var(--rx-text-soft,#536475);}
@media(max-width:680px){.rx-laufatlas-district-select input.rx-form-control{display:none;}.rx-laufatlas-district-select__native{display:block;}}

/* RunnerX v6.0.202: Laufatlas Controls direkt in der Kopfbox und mit globalem Dropdown. */
.rx-laufatlas-hero__action{
  width:100%!important;
  display:block!important;
  margin:0!important;
}
.rx-laufatlas-hero__action--district,
.rx-laufatlas-hero__action--back{
  padding:0!important;
}
.rx-laufatlas-district-dropdown{
  width:100%!important;
  max-width:none!important;
  display:block!important;
  position:relative!important;
}
.rx-laufatlas-district-dropdown .rx-global-switch-toggle,
.rx-laufatlas-district-toggle{
  width:100%!important;
  min-height:50px!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,12px))!important;
  justify-content:space-between!important;
  box-sizing:border-box!important;
}
.rx-laufatlas-district-dropdown .rx-filter-switch-main{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.rx-laufatlas-district-dropdown .rx-filter-switch-main i{
  flex:0 0 auto!important;
}
.rx-laufatlas-district-dropdown .rx-filter-switch-current{
  color:var(--rx-text-soft,#667085)!important;
  font-weight:900!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rx-laufatlas-district-menu{
  max-height:320px!important;
  overflow:auto!important;
}
.rx-laufatlas-district-search{
  display:block!important;
  padding:6px 6px 8px!important;
  margin:0!important;
}
.rx-laufatlas-district-search input{
  width:100%!important;
  min-height:42px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:calc(var(--rx-control-radius,var(--rx-radius,12px)) - 4px)!important;
  background:#fff!important;
  color:var(--rx-text,#0f172a)!important;
  font:inherit!important;
  font-weight:800!important;
  padding:0 12px!important;
  box-sizing:border-box!important;
  outline:0!important;
}
.rx-laufatlas-district-search input:focus,
.rx-laufatlas-district-search input:focus-visible{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 22%,transparent)!important;
}
.rx-laufatlas-district-menu a[data-rx-laufatlas-district-item]{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.rx-laufatlas-district-menu a[data-rx-laufatlas-district-item] em{
  flex:0 0 auto!important;
  font-style:normal!important;
  font-size:.84rem!important;
  color:var(--rx-text-soft,#667085)!important;
  font-weight:800!important;
}
.rx-laufatlas-district-empty{
  padding:12px!important;
  color:var(--rx-text-soft,#667085)!important;
  font-weight:800!important;
}
.rx-laufatlas-back-state{
  width:100%!important;
  min-height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  border:1px solid var(--rx-border,#dbe5ee)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,12px))!important;
  background:var(--rx-soft-bg,#f6f8fa)!important;
  color:var(--rx-primary,#08162f)!important;
  text-decoration:none!important;
  font-weight:900!important;
  box-sizing:border-box!important;
  padding:0 16px!important;
  margin:0!important;
}
.rx-laufatlas-back-state:hover,
.rx-laufatlas-back-state:focus-visible{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 70%,var(--rx-border,#dbe5ee))!important;
  background:#fff!important;
  color:var(--rx-primary,#08162f)!important;
}

/* RunnerX v6.0.203: Laufatlas Dropdown-Suche, Tabs-Trenner und Kartenansicht. */
.rx-laufatlas-district-menu a[data-rx-laufatlas-district-item][hidden],
.rx-laufatlas-district-empty[hidden]{
  display:none!important;
}
.rx-laufatlas-tabs .rx-responsive-tabs-shell{
  border-top:1px solid var(--rx-border,#eff3f4)!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-laufatlas-tabs .rx-responsive-tabs{
  min-height:52px!important;
}
.rx-laufatlas-map-stack .rx-laufatlas-map-overview{
  margin-bottom:0!important;
}


/* RunnerX v6.0.205: Laufatlas verwendet die hochgeladene Deutschland-SVG und globale Tooltips. */
.rx-laufatlas-state-map-card{
  margin:18px 0 20px!important;
  padding:18px!important;
  border:1px solid var(--rx-border,#e6edf3)!important;
  border-radius:var(--rx-card-radius,var(--rx-radius,14px))!important;
  background:linear-gradient(180deg,#fff 0%,var(--rx-soft-bg,#f6f8fa) 100%)!important;
  box-sizing:border-box!important;
}
.rx-laufatlas-state-map-card__head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 12px!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-laufatlas-state-map-card__head strong{
  font-size:1rem!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.rx-laufatlas-state-map-card__head span{
  color:var(--rx-text-soft,#667085)!important;
  font-size:.86rem!important;
  font-weight:800!important;
  line-height:1.3!important;
  text-align:right!important;
}
.rx-laufatlas-state-map{
  display:block!important;
  width:100%!important;
  max-width:520px!important;
  height:auto!important;
  margin:0 auto!important;
  overflow:visible!important;
  background:#fff!important;
  border-radius:12px!important;
}
.rx-laufatlas-state-map .rx-laufatlas-svg-state{
  cursor:pointer!important;
  outline:none!important;
  fill:#fff!important;
  fill-opacity:1!important;
  stroke:color-mix(in srgb,var(--rx-border,#dbe5ee) 72%,#6b7280)!important;
  stroke-width:1.7!important;
  vector-effect:non-scaling-stroke!important;
  transition:fill .16s ease,stroke .16s ease,filter .16s ease!important;
}
.rx-laufatlas-state-map .rx-laufatlas-svg-state.has-entries{
  fill:color-mix(in srgb,var(--rx-accent,#93e547) 24%,#fff)!important;
  stroke:color-mix(in srgb,var(--rx-accent,#93e547) 64%,#6b7280)!important;
}
.rx-laufatlas-state-map .rx-laufatlas-svg-state:hover,
.rx-laufatlas-state-map .rx-laufatlas-svg-state:focus,
.rx-laufatlas-state-map .rx-laufatlas-svg-state:focus-visible{
  fill:color-mix(in srgb,var(--rx-accent,#93e547) 36%,#fff)!important;
  stroke:var(--rx-accent,#93e547)!important;
  filter:drop-shadow(0 8px 14px rgba(15,23,42,.14))!important;
}
.rx-laufatlas-state-map .rx-laufatlas-svg-state:focus-visible{
  stroke-width:3!important;
}
.rx-laufatlas-page .rx-laufatlas-tabs + .rx-global-filter.rx-filterbar,
.rx-laufatlas-page .rx-laufatlas-tabs + form.rx-global-filter{
  margin-top:0!important;
}
.rx-home-tabs .rx-tabs-select-label{
  border-top:0!important;
  border-bottom:0!important;
}
@media(max-width:700px){
  html body .rx-home-tabs .rx-responsive-tabs-shell{display:none!important;}
  html body .rx-home-tabs .rx-tabs-select-label{display:block!important;}
}
@media(min-width:701px){
  html body .rx-home-tabs .rx-tabs-select-label{display:none!important;}
}
@media(max-width:560px){
  .rx-laufatlas-state-map-card{padding:14px!important;margin-top:14px!important;}
  .rx-laufatlas-state-map-card__head{flex-direction:column!important;gap:4px!important;}
  .rx-laufatlas-state-map-card__head span{text-align:left!important;}
}


/* RunnerX v6.0.208: globale Panel-/Box-Architektur nach Mockup.
   Ziel: seitenweite, stapelbare Boxen ohne harte Einzelseiten-Überschreibungen. */
:root{
  --rx-panel-gutter:24px;
  --rx-panel-gutter-mobile:16px;
  --rx-panel-border:var(--rx-border,#dbe6ef);
  --rx-panel-radius:0;
  --rx-panel-heading-size:clamp(22px,2.8vw,30px);
  --rx-panel-title-rule:var(--rx-accent,#93e547);
}
.rx-panel-stack{
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid var(--rx-panel-border)!important;
  border-radius:var(--rx-panel-radius)!important;
  background:#fff!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
}
.rx-panel-stack + .rx-panel-stack{margin-top:22px!important;}
.rx-panel,
.rx-panel-stack > .rx-panel{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-panel-stack > .rx-panel + .rx-panel,
.rx-panel-stack > .rx-panel-notice,
.rx-panel-stack > .rx-responsive-tabs-wrap:not(:first-child),
.rx-panel-stack > .rx-profile-panel{
  border-top:1px solid var(--rx-panel-border)!important;
}
.rx-panel-stack .rx-dashboard-section-title,
.rx-panel-stack .rx-dashboard-main > .rx-dashboard-section-title,
.rx-panel-stack .rx-section-title,
.rx-panel-stack .rx-panel-head{
  border:0!important;
  background:#fff!important;
}
.rx-panel-stack .rx-dashboard-section-title-main,
.rx-panel-stack .rx-dashboard-section-title > .rx-dashboard-section-title-main{
  padding:24px var(--rx-panel-gutter) 18px!important;
}
.rx-panel-stack .rx-dashboard-section-title h2,
.rx-panel-stack .rx-dashboard-section-title-main h2,
.rx-panel-stack .rx-section-title,
.rx-panel-stack .rx-section-title-text{
  font-size:var(--rx-panel-heading-size)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-panel-stack .rx-dashboard-section-title-main .rx-section-title-icon,
.rx-panel-stack .rx-section-title .rx-section-title-icon,
.rx-panel-stack .rx-profile-detail-card h2 .rx-section-title-icon,
.rx-panel-stack .rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  flex:0 0 34px!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 20%,#fff)!important;
  color:var(--rx-accent,#93e547)!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 38%,#fff)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-panel-stack .rx-dashboard-section-title + .rx-dashboard-kpis,
.rx-panel-stack .rx-dashboard-section-title + .rx-dashboard-quicklinks,
.rx-panel-stack .rx-dashboard-section-title + .rx-responsive-tabs-wrap,
.rx-panel-stack .rx-dashboard-section-title + .rx-dashboard-filter-tabs,
.rx-panel-stack .rx-section-title + .rx-profile-facts,
.rx-panel-stack .rx-section-title + .rx-profile-pb-list,
.rx-panel-stack .rx-section-title + .rx-profile-socials-clean,
.rx-panel-stack .rx-profile-detail-card h2 + *{
  border-top:1px solid var(--rx-panel-title-rule)!important;
  padding-top:20px!important;
}
.rx-dashboard-main .rx-panel-stack,
.rx-profile-tab-stack{
  width:100%!important;
}
.rx-dashboard-overview-stack,
.rx-dashboard-tab-panel-stack,
.rx-profile-tab-stack{
  margin:0!important;
}
.rx-dashboard-overview-stack + .rx-dashboard-tab-panel-stack{margin-top:22px!important;}
.rx-dashboard-overview-stack .rx-dashboard-kpis,
.rx-dashboard-overview-stack .rx-dashboard-quicklinks{
  margin:0!important;
  padding:20px var(--rx-panel-gutter) 18px!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.rx-dashboard-overview-stack .rx-dashboard-kpis a,
.rx-dashboard-overview-stack .rx-dashboard-quicklinks a,
.rx-profile-info-stack .rx-profile-facts > div,
.rx-profile-info-stack .rx-profile-pb-list > div,
.rx-profile-info-stack .rx-profile-socials-clean a{
  min-height:68px!important;
  border:1px solid var(--rx-panel-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.rx-dashboard-overview-stack .rx-dashboard-kpis a,
.rx-dashboard-overview-stack .rx-dashboard-quicklinks a{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px!important;
  text-decoration:none!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-dashboard-overview-stack .rx-dashboard-kpis a > i,
.rx-dashboard-overview-stack .rx-dashboard-quicklinks a > i{
  width:44px!important;
  height:44px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:21px!important;
  grid-row:1 / span 2!important;
}
.rx-dashboard-overview-stack .rx-dashboard-kpis a > b{
  grid-column:2!important;
  align-self:end!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
}
.rx-dashboard-overview-stack .rx-dashboard-kpis a > span{
  grid-column:2!important;
  align-self:start!important;
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:850!important;
}
.rx-dashboard-overview-stack .rx-dashboard-kpis a > em,
.rx-dashboard-overview-stack .rx-dashboard-quicklinks a:after{
  grid-column:3!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  margin-left:auto!important;
  color:var(--rx-muted,#536471)!important;
}
.rx-dashboard-overview-stack .rx-dashboard-quicklinks a:after{
  content:"›";
  font-family:inherit!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1!important;
}
.rx-dashboard-overview-stack .rx-dashboard-quicklinks a > span{
  min-width:0!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:950!important;
  color:var(--rx-primary,#08162f)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.rx-dashboard-overview-stack .rx-count-badge{
  justify-self:end!important;
  margin-left:auto!important;
}
.rx-dashboard-overview-stack .rx-muted{
  margin:0!important;
  padding:0 var(--rx-panel-gutter) 22px!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:750!important;
}
.rx-dashboard-overview-stack .rx-panel-notice{
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.rx-dashboard-tab-panel-stack > .rx-dashboard-section-title,
.rx-dashboard-tab-panel-stack > .rx-responsive-tabs-wrap,
.rx-dashboard-tab-panel-stack > .rx-dashboard-filter-tabs,
.rx-dashboard-tab-panel-stack > .rx-dashboard-stream,
.rx-dashboard-tab-panel-stack > .rx-stream,
.rx-dashboard-tab-panel-stack > .rx-section-card{
  margin:0!important;
}
.rx-dashboard-tab-panel-stack > .rx-responsive-tabs-wrap,
.rx-dashboard-tab-panel-stack > .rx-dashboard-filter-tabs{
  border-top:1px solid var(--rx-panel-border)!important;
  border-bottom:1px solid var(--rx-panel-border)!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  padding:0!important;
}
.rx-dashboard-tab-panel-stack .rx-responsive-tabs-shell{
  border:0!important;
  border-radius:0!important;
}
.rx-profile-tab-stack{
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
.rx-profile-tab-stack .rx-profile-tabs--runnerx,
.rx-profile-tab-stack .rx-responsive-tabs-wrap.rx-profile-tabs--runnerx{
  border-top:0!important;
  border-bottom:1px solid var(--rx-panel-border)!important;
  margin:0!important;
}
.rx-profile-tab-stack .rx-profile-panel{
  border:0!important;
  background:#fff!important;
}
.rx-profile-info-stack{
  border:0!important;
  background:#fff!important;
  gap:0!important;
  padding:0!important;
}
.rx-profile-info-stack .rx-profile-detail-card{
  padding:24px var(--rx-panel-gutter)!important;
}
.rx-profile-info-stack .rx-profile-detail-card + .rx-profile-detail-card{
  border-top:1px solid var(--rx-panel-border)!important;
}
.rx-profile-info-stack .rx-profile-detail-card h2{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  font-size:var(--rx-panel-heading-size)!important;
  line-height:1.08!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-profile-info-stack .rx-profile-facts,
.rx-profile-info-stack .rx-profile-pb-list,
.rx-profile-info-stack .rx-profile-socials-clean{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.rx-profile-info-stack .rx-profile-facts > div,
.rx-profile-info-stack .rx-profile-pb-list > div{
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:4px!important;
}
.rx-profile-info-stack .rx-profile-fact--wide{
  grid-column:1/-1!important;
  min-height:0!important;
  align-items:flex-start!important;
}
.rx-profile-info-stack .rx-profile-socials-clean a{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px!important;
  color:var(--rx-primary,#08162f)!important;
  text-decoration:none!important;
  font-weight:900!important;
}
.rx-profile-info-stack .rx-profile-socials-clean a i{
  width:36px!important;
  height:36px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
}
@media(max-width:700px){
  .rx-panel-stack{border-left:0!important;border-right:0!important;}
  .rx-panel-stack + .rx-panel-stack{margin-top:16px!important;}
  .rx-panel-stack .rx-dashboard-section-title-main,
  .rx-panel-stack .rx-dashboard-section-title > .rx-dashboard-section-title-main,
  .rx-profile-info-stack .rx-profile-detail-card{
    padding:18px var(--rx-panel-gutter-mobile)!important;
  }
  .rx-dashboard-overview-stack .rx-dashboard-kpis,
  .rx-dashboard-overview-stack .rx-dashboard-quicklinks{
    grid-template-columns:1fr!important;
    padding-left:var(--rx-panel-gutter-mobile)!important;
    padding-right:var(--rx-panel-gutter-mobile)!important;
  }
  .rx-dashboard-overview-stack .rx-muted{
    padding-left:var(--rx-panel-gutter-mobile)!important;
    padding-right:var(--rx-panel-gutter-mobile)!important;
  }
  .rx-profile-info-stack .rx-profile-facts,
  .rx-profile-info-stack .rx-profile-pb-list,
  .rx-profile-info-stack .rx-profile-socials-clean{
    grid-template-columns:1fr!important;
  }
}

/* RunnerX v6.0.208: globale seitenweite Panel-Komponente und Dashboard-Migration. */
:root{
  --rx-panel-gutter:24px;
  --rx-panel-gutter-mobile:16px;
  --rx-panel-border:var(--rx-border,#dbe5ef);
  --rx-panel-title:#08162f;
  --rx-panel-muted:var(--rx-muted,#536471);
}
.rx-panel-stack{
  width:100%;
  max-width:none;
  margin:0 0 24px;
  border:1px solid var(--rx-panel-border);
  border-radius:0;
  background:#fff;
  overflow:hidden;
  box-sizing:border-box;
}
.rx-panel-stack > .rx-panel{
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.rx-panel-stack > .rx-panel + .rx-panel{
  border-top:1px solid var(--rx-panel-border);
}
.rx-panel{
  width:100%;
  margin:0 0 24px;
  border:1px solid var(--rx-panel-border);
  border-radius:0;
  background:#fff;
  box-sizing:border-box;
  overflow:hidden;
}
.rx-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:26px var(--rx-panel-gutter) 0;
  background:#fff;
  box-sizing:border-box;
}
.rx-panel__title{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.rx-panel__title h1,
.rx-panel__title h2,
.rx-panel__title h3,
.rx-panel__title h4,
.rx-panel__title h5,
.rx-panel__title h6{
  margin:0;
  color:var(--rx-panel-title);
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.025em;
}
.rx-panel__icon,
.rx-panel__head .rx-section-title-icon{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 40%,#fff)!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 18%,#fff)!important;
  color:var(--rx-accent,#93e547)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.rx-panel__icon i,
.rx-panel__head .rx-section-title-icon i{
  font-size:18px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-panel__actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex:0 0 auto;
}
.rx-panel__rule{
  height:1px;
  margin:24px var(--rx-panel-gutter) 0;
  background:var(--rx-accent,#93e547);
}
.rx-panel__body{
  padding:26px var(--rx-panel-gutter);
  box-sizing:border-box;
}
.rx-panel__body--text p,
.rx-panel__body > p:first-child{margin-top:0;}
.rx-panel__body--text p,
.rx-panel__body > p:last-child{margin-bottom:0;}
.rx-panel--tabs{
  margin-top:0;
}
.rx-panel--tabs > .rx-panel__head{
  min-height:62px;
  padding:20px var(--rx-panel-gutter);
  border-bottom:1px solid var(--rx-panel-border);
}
.rx-panel--tabs .rx-panel__title h1,
.rx-panel--tabs .rx-panel__title h2,
.rx-panel--tabs .rx-panel__title h3{
  font-size:28px;
}
.rx-panel__tabs{
  width:100%;
  margin:0;
  padding:0;
  border-bottom:1px solid var(--rx-panel-border);
  background:#fff;
  box-sizing:border-box;
}
.rx-panel__tabs .rx-dashboard-filter-tabs,
.rx-panel__tabs .rx-dashboard-filter-tabs.rx-responsive-tabs-wrap,
.rx-panel__tabs .rx-responsive-tabs-wrap{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.rx-panel__tabs .rx-responsive-tabs-shell,
.rx-panel__tabs .rx-responsive-tabs{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.rx-panel__tabs .rx-responsive-tabs{
  min-height:52px!important;
}
.rx-panel__tabs .rx-responsive-tab{
  min-height:52px!important;
}
.rx-panel__body--stream{
  padding:0;
}
.rx-panel__body--stream > .rx-dashboard-media-filter{
  padding:16px var(--rx-panel-gutter);
  border-bottom:1px solid var(--rx-panel-border);
  box-sizing:border-box;
}
.rx-panel__body--stream > .rx-stream,
.rx-panel__body--stream > .rx-dashboard-stream,
.rx-panel__body--stream > .rx-feed{
  margin:0!important;
}
.rx-dashboard-main > .rx-panel,
.rx-dashboard-main > .rx-panel-stack{
  margin-left:0!important;
  margin-right:0!important;
}
.rx-dashboard-overview-panels{
  margin-bottom:24px!important;
}
.rx-dashboard-overview-panels .rx-panel__body{
  padding-top:22px;
}
.rx-dashboard-overview-panels .rx-muted{
  color:var(--rx-panel-muted);
  font-size:16px;
  line-height:1.55;
}
.rx-panel-card-grid.rx-dashboard-kpis--links,
.rx-panel-card-grid.rx-dashboard-quicklinks{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a,
.rx-panel-card-grid.rx-dashboard-quicklinks > a{
  min-width:0!important;
  min-height:92px!important;
  margin:0!important;
  padding:20px 16px!important;
  border:1px solid var(--rx-panel-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--rx-panel-title)!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
  transition:border-color .16s ease,background .16s ease,transform .16s ease!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"icon count arrow" "icon label arrow"!important;
  align-items:center!important;
  column-gap:14px!important;
  row-gap:2px!important;
}
.rx-panel-card-grid.rx-dashboard-quicklinks > a{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a:hover,
.rx-panel-card-grid.rx-dashboard-quicklinks > a:hover{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-panel-border))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
  transform:translateY(-1px)!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a > i,
.rx-panel-card-grid.rx-dashboard-quicklinks > a > i{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:8px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
  color:var(--rx-panel-title)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:22px!important;
  line-height:1!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a > i{grid-area:icon!important;}
.rx-panel-card-grid.rx-dashboard-kpis--links > a > b{
  grid-area:count!important;
  margin:0!important;
  color:var(--rx-panel-title)!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:950!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a > span,
.rx-panel-card-grid.rx-dashboard-quicklinks > a > span{
  min-width:0!important;
  margin:0!important;
  color:var(--rx-panel-title)!important;
  font-size:15px!important;
  line-height:1.22!important;
  font-weight:850!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a > span{
  grid-area:label!important;
  color:#31445b!important;
}
.rx-panel-card-grid.rx-dashboard-kpis--links > a > em[class*="ico-"]{
  grid-area:arrow!important;
  justify-self:end!important;
  color:#31445b!important;
  font-size:18px!important;
  font-style:normal!important;
}
.rx-panel-card-grid.rx-dashboard-quicklinks > a > .rx-count-badge{
  justify-self:end!important;
  margin-left:0!important;
}
.rx-panel-stack > .rx-dashboard-onboarding.rx-panel--notice,
.rx-dashboard-onboarding.rx-panel--notice{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  margin:0!important;
  padding:18px var(--rx-panel-gutter)!important;
  border:0!important;
  border-top:1px solid var(--rx-panel-border)!important;
  border-radius:0!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 8%,#fff)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-dashboard-onboarding.rx-panel--notice .rx-dashboard-onboarding__icon,
.rx-dashboard-onboarding.rx-panel--notice > span{
  width:48px!important;
  height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
  color:var(--rx-panel-title)!important;
  font-size:22px!important;
}
.rx-dashboard-onboarding.rx-panel--notice strong{
  display:block;
  color:var(--rx-panel-title);
  font-size:17px;
  line-height:1.25;
  font-weight:950;
}
.rx-dashboard-onboarding.rx-panel--notice small{
  display:block;
  margin-top:4px;
  color:#31445b;
  font-size:14px;
  line-height:1.35;
}
.rx-dashboard-onboarding.rx-panel--notice .rx-btn{
  min-height:44px!important;
  border-radius:8px!important;
  padding-left:18px!important;
  padding-right:18px!important;
  white-space:nowrap!important;
}
.rx-dashboard-stream-panel,
.rx-dashboard-content-panel{
  margin-bottom:24px!important;
}
@media(max-width:760px){
  .rx-panel-stack{margin-bottom:18px;}
  .rx-panel__head{padding:22px var(--rx-panel-gutter-mobile) 0;}
  .rx-panel__rule{margin:20px var(--rx-panel-gutter-mobile) 0;}
  .rx-panel__body{padding:22px var(--rx-panel-gutter-mobile);}
  .rx-panel--tabs > .rx-panel__head{padding:16px var(--rx-panel-gutter-mobile);}
  .rx-panel--tabs .rx-panel__title h1,
  .rx-panel--tabs .rx-panel__title h2,
  .rx-panel--tabs .rx-panel__title h3{font-size:22px;}
  .rx-panel__title h1,
  .rx-panel__title h2,
  .rx-panel__title h3{font-size:24px;}
  .rx-panel-card-grid.rx-dashboard-kpis--links,
  .rx-panel-card-grid.rx-dashboard-quicklinks{grid-template-columns:1fr!important;gap:10px!important;}
  .rx-panel-card-grid.rx-dashboard-kpis--links > a,
  .rx-panel-card-grid.rx-dashboard-quicklinks > a{min-height:76px!important;padding:15px 14px!important;}
  .rx-panel__body--stream > .rx-dashboard-media-filter{padding:14px var(--rx-panel-gutter-mobile);}
  .rx-panel-stack > .rx-dashboard-onboarding.rx-panel--notice,
  .rx-dashboard-onboarding.rx-panel--notice{
    grid-template-columns:44px minmax(0,1fr)!important;
    padding:16px var(--rx-panel-gutter-mobile)!important;
  }
  .rx-dashboard-onboarding.rx-panel--notice .rx-btn{grid-column:1/-1;width:100%!important;justify-content:center!important;}
}


/* RunnerX v6.0.209: Panel-Feinschliff nach Mockup.
   Einheitliche Innenabstände, kleinere Überschriften, klare Tab-Trenner und ruhige Hover-Zustände. */
:root{
  --rx-panel-gutter:24px;
  --rx-panel-gutter-mobile:16px;
  --rx-panel-heading-size:clamp(20px,2vw,26px);
}

.rx-panel-stack .rx-panel__head,
.rx-dashboard-overview-panels .rx-panel__head,
.rx-dashboard-content-panel .rx-panel__head,
.rx-dashboard-stream-panel .rx-panel__head{
  padding:24px var(--rx-panel-gutter) 0!important;
  margin:0!important;
  min-height:0!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

.rx-panel-stack .rx-panel__title h1,
.rx-panel-stack .rx-panel__title h2,
.rx-panel-stack .rx-panel__title h3,
.rx-panel-stack .rx-panel__title h4,
.rx-panel-stack .rx-panel__title h5,
.rx-panel-stack .rx-panel__title h6,
.rx-panel-stack .rx-dashboard-section-title h2,
.rx-panel-stack .rx-dashboard-section-title-main h2,
.rx-panel-stack .rx-section-title,
.rx-panel-stack .rx-section-title-text{
  font-size:var(--rx-panel-heading-size)!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
}

.rx-panel-stack .rx-panel__title,
.rx-dashboard-overview-panels .rx-panel__title,
.rx-dashboard-content-panel .rx-panel__title,
.rx-dashboard-stream-panel .rx-panel__title{
  gap:12px!important;
}

.rx-panel-stack .rx-panel__icon,
.rx-panel-stack .rx-panel__head .rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  flex-basis:34px!important;
}

.rx-panel-stack .rx-panel__rule,
.rx-dashboard-overview-panels .rx-panel__rule{
  margin:22px var(--rx-panel-gutter) 0!important;
}

.rx-panel-stack .rx-panel__body,
.rx-dashboard-overview-panels .rx-panel__body,
.rx-dashboard-content-panel .rx-panel__body,
.rx-dashboard-stream-panel .rx-panel__body{
  padding-left:var(--rx-panel-gutter)!important;
  padding-right:var(--rx-panel-gutter)!important;
  box-sizing:border-box!important;
}

.rx-panel-card-grid.rx-dashboard-kpis--links,
.rx-panel-card-grid.rx-dashboard-quicklinks{
  margin:0!important;
  padding:0!important;
}

.rx-panel--tabs > .rx-panel__head,
.rx-dashboard-panel--tabs > .rx-panel__head,
.rx-dashboard-content-panel > .rx-panel__head,
.rx-dashboard-stream-panel > .rx-panel__head{
  padding:22px var(--rx-panel-gutter)!important;
  min-height:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}

.rx-panel--tabs .rx-panel__title h1,
.rx-panel--tabs .rx-panel__title h2,
.rx-panel--tabs .rx-panel__title h3,
.rx-dashboard-panel--tabs .rx-panel__title h1,
.rx-dashboard-panel--tabs .rx-panel__title h2,
.rx-dashboard-panel--tabs .rx-panel__title h3{
  font-size:var(--rx-panel-heading-size)!important;
}

.rx-panel__tabs,
.rx-dashboard-content-panel > .rx-panel__tabs,
.rx-dashboard-stream-panel > .rx-panel__tabs{
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
}

.rx-panel__tabs .rx-responsive-tabs-shell,
.rx-panel__tabs .rx-responsive-tabs{
  border-top:0!important;
}

.rx-panel-card-grid.rx-dashboard-kpis--links > a,
.rx-panel-card-grid.rx-dashboard-quicklinks > a,
.rx-dashboard-overview-section .rx-dashboard-kpis--links > a,
.rx-dashboard-overview-section .rx-dashboard-quicklinks > a{
  transform:none!important;
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease!important;
}

.rx-panel-card-grid.rx-dashboard-kpis--links > a:hover,
.rx-panel-card-grid.rx-dashboard-kpis--links > a:focus-visible,
.rx-panel-card-grid.rx-dashboard-quicklinks > a:hover,
.rx-panel-card-grid.rx-dashboard-quicklinks > a:focus-visible,
.rx-dashboard-overview-section .rx-dashboard-kpis--links > a:hover,
.rx-dashboard-overview-section .rx-dashboard-kpis--links > a:focus-visible,
.rx-dashboard-overview-section .rx-dashboard-quicklinks > a:hover,
.rx-dashboard-overview-section .rx-dashboard-quicklinks > a:focus-visible{
  transform:none!important;
}

@media(max-width:760px){
  .rx-panel-stack .rx-panel__head,
  .rx-dashboard-overview-panels .rx-panel__head,
  .rx-dashboard-content-panel .rx-panel__head,
  .rx-dashboard-stream-panel .rx-panel__head{
    padding:18px var(--rx-panel-gutter-mobile) 0!important;
  }
  .rx-panel-stack .rx-panel__rule,
  .rx-dashboard-overview-panels .rx-panel__rule{
    margin:18px var(--rx-panel-gutter-mobile) 0!important;
  }
  .rx-panel-stack .rx-panel__body,
  .rx-dashboard-overview-panels .rx-panel__body,
  .rx-dashboard-content-panel .rx-panel__body,
  .rx-dashboard-stream-panel .rx-panel__body{
    padding-left:var(--rx-panel-gutter-mobile)!important;
    padding-right:var(--rx-panel-gutter-mobile)!important;
  }
  .rx-panel--tabs > .rx-panel__head,
  .rx-dashboard-panel--tabs > .rx-panel__head,
  .rx-dashboard-content-panel > .rx-panel__head,
  .rx-dashboard-stream-panel > .rx-panel__head{
    padding:18px var(--rx-panel-gutter-mobile)!important;
  }
  .rx-panel-stack .rx-panel__title h1,
  .rx-panel-stack .rx-panel__title h2,
  .rx-panel-stack .rx-panel__title h3,
  .rx-panel-stack .rx-dashboard-section-title h2,
  .rx-panel-stack .rx-dashboard-section-title-main h2,
  .rx-panel-stack .rx-section-title,
  .rx-panel-stack .rx-section-title-text{
    font-size:21px!important;
  }
}


/* RunnerX v6.0.210: Dashboard-Panel-Ausrichtung und ausgeglichene Inhaltskacheln.
   Cards sollen bündig mit Header/Trennlinie sitzen und keine halbe leere Rasterzeile erzeugen. */
:root{
  --rx-panel-heading-size:clamp(19px,1.75vw,24px);
}

html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel > .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
  margin:0!important;
  box-sizing:border-box!important;
}

html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel > .rx-panel__body > .rx-panel-card-grid,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel > .rx-panel__body > .rx-dashboard-kpis,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel > .rx-panel__body > .rx-dashboard-quicklinks{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-kpis--links,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-quicklinks{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}

html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-kpis--links > a,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-quicklinks > a{
  margin:0!important;
  transform:none!important;
  box-shadow:none!important;
}

html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-kpis--links > a:hover,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-kpis--links > a:focus-visible,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-quicklinks > a:hover,
html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-quicklinks > a:focus-visible{
  transform:none!important;
  box-shadow:none!important;
}

html body .rx-dashboard-main .rx-panel--tabs > .rx-panel__head,
html body .rx-dashboard-main .rx-dashboard-panel--tabs > .rx-panel__head,
html body .rx-dashboard-main .rx-dashboard-content-panel > .rx-panel__head,
html body .rx-dashboard-main .rx-dashboard-stream-panel > .rx-panel__head{
  padding-top:20px!important;
  padding-bottom:20px!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}

html body .rx-dashboard-main .rx-panel--tabs > .rx-panel__tabs,
html body .rx-dashboard-main .rx-dashboard-panel--tabs > .rx-panel__tabs,
html body .rx-dashboard-main .rx-dashboard-content-panel > .rx-panel__tabs,
html body .rx-dashboard-main .rx-dashboard-stream-panel > .rx-panel__tabs{
  border-top:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}

@media(max-width:760px){
  html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel > .rx-panel__body{
    padding:18px var(--rx-panel-gutter-mobile) 20px!important;
  }
  html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-kpis--links,
  html body .rx-dashboard-main .rx-dashboard-overview-panels.rx-panel-stack .rx-panel-card-grid.rx-dashboard-quicklinks{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  html body .rx-dashboard-main .rx-panel--tabs > .rx-panel__head,
  html body .rx-dashboard-main .rx-dashboard-panel--tabs > .rx-panel__head,
  html body .rx-dashboard-main .rx-dashboard-content-panel > .rx-panel__head,
  html body .rx-dashboard-main .rx-dashboard-stream-panel > .rx-panel__head{
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}

/* RunnerX v6.0.211: Profil auf globale Panel-/Box-Struktur migriert.
   Profil-Hero, Profil-Tabs und Profilangaben nutzen jetzt dieselben Abstände,
   Trenner und ruhigen Kachelzustände wie das Dashboard. */
html body .rx-profile-hero-stack.rx-panel-stack,
html body .rx-profile-panel-stack.rx-panel-stack{
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
  margin-left:0!important;
  margin-right:0!important;
}
html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
  margin-top:22px!important;
}
html body .rx-profile-hero-stack .rx-profile-cover--runnerx{
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .rx-profile-hero-stack .rx-profile-head--runnerx{
  margin:0!important;
  padding:0 var(--rx-panel-gutter) 22px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-hero-stack .rx-profile-titleblock h1{
  font-size:clamp(24px,2.3vw,30px)!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
}
html body .rx-profile-panel-stack .rx-profile-content-panel{
  border:0!important;
  margin:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__head{
  padding:20px var(--rx-panel-gutter)!important;
  min-height:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__head .rx-panel__title h1,
html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__head .rx-panel__title h2,
html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__head .rx-panel__title h3{
  font-size:var(--rx-panel-heading-size,clamp(19px,1.75vw,24px))!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
}
html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__tabs{
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
}
html body .rx-profile-panel-stack .rx-panel__tabs .rx-responsive-tabs-wrap,
html body .rx-profile-panel-stack .rx-panel__tabs .rx-responsive-tabs-shell,
html body .rx-profile-panel-stack .rx-panel__tabs .rx-responsive-tabs{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body .rx-profile-panel-stack .rx-panel__tabs .rx-responsive-tabs{
  min-height:52px!important;
}
html body .rx-profile-panel-stack .rx-panel__tabs .rx-responsive-tab{
  min-height:52px!important;
}
html body .rx-profile-panel-stack .rx-panel__body--profile-tabs{
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-info-stack{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-info-stack > .rx-profile-info-panel{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
}
html body .rx-profile-panel-stack .rx-profile-info-stack > .rx-profile-info-panel + .rx-profile-info-panel{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head{
  padding:24px var(--rx-panel-gutter) 0!important;
  margin:0!important;
  border:0!important;
  min-height:0!important;
  background:#fff!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__rule{
  margin:22px var(--rx-panel-gutter) 0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-panel__title h1,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-panel__title h2,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-panel__title h3{
  font-size:var(--rx-panel-heading-size,clamp(19px,1.75vw,24px))!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-facts,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-pb-list,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-socials-clean{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-facts > div,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-pb-list > div,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-socials-clean > a{
  min-height:68px!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  transform:none!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-facts > div,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-pb-list > div{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:4px!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-facts > .rx-profile-fact--wide{
  grid-column:1/-1!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-socials-clean > a{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  color:var(--rx-panel-title,#08162f)!important;
  text-decoration:none!important;
  font-weight:900!important;
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-socials-clean > a:hover,
html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-socials-clean > a:focus-visible{
  transform:none!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-panel-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
}
html body .rx-profile-panel-stack .rx-profile-list-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0!important;
  padding:22px var(--rx-panel-gutter)!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-list-head h2{
  margin:0!important;
  font-size:var(--rx-panel-heading-size,clamp(19px,1.75vw,24px))!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-weight:950!important;
}
html body .rx-profile-panel-stack .rx-profile-list-head span{
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:850!important;
}
html body .rx-profile-panel-stack .rx-profile-users-list,
html body .rx-profile-panel-stack .rx-profile-trends-list{
  margin:0!important;
  padding:22px var(--rx-panel-gutter)!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-media-filter{
  margin:0!important;
  padding:16px var(--rx-panel-gutter)!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-profile-liked-comment{
  margin:0!important;
  padding:22px var(--rx-panel-gutter)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-section-card{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px var(--rx-panel-gutter)!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-profile-panel-stack .rx-load-more-wrap{
  margin:0!important;
  padding:18px var(--rx-panel-gutter)!important;
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
@media(max-width:760px){
  html body .rx-profile-hero-stack.rx-panel-stack,
  html body .rx-profile-panel-stack.rx-panel-stack{
    border-left:0!important;
    border-right:0!important;
  }
  html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
    margin-top:18px!important;
  }
  html body .rx-profile-hero-stack .rx-profile-head--runnerx{
    padding-left:var(--rx-panel-gutter-mobile)!important;
    padding-right:var(--rx-panel-gutter-mobile)!important;
    padding-bottom:18px!important;
  }
  html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__head,
  html body .rx-profile-panel-stack .rx-profile-list-head{
    padding:18px var(--rx-panel-gutter-mobile)!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head{
    padding:18px var(--rx-panel-gutter-mobile) 0!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__rule{
    margin:18px var(--rx-panel-gutter-mobile) 0!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body,
  html body .rx-profile-panel-stack .rx-profile-users-list,
  html body .rx-profile-panel-stack .rx-profile-trends-list,
  html body .rx-profile-panel-stack .rx-profile-liked-comment,
  html body .rx-profile-panel-stack .rx-section-card,
  html body .rx-profile-panel-stack .rx-load-more-wrap{
    padding-left:var(--rx-panel-gutter-mobile)!important;
    padding-right:var(--rx-panel-gutter-mobile)!important;
  }
  html body .rx-profile-panel-stack .rx-profile-media-filter{
    padding:14px var(--rx-panel-gutter-mobile)!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-facts,
  html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-pb-list,
  html body .rx-profile-panel-stack .rx-profile-info-panel .rx-profile-socials-clean{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}

/* RunnerX v6.0.212: Profil-Panel-Feinschliff und Laufrechner. */
html body .rx-profile-content-stack.rx-panel-stack{
  border-top:0!important;
  margin-top:0!important;
}
html body .rx-profile-content-panel.rx-panel--tabs > .rx-panel__head{
  border-top:0!important;
}
html body .rx-profile-content-panel .rx-profile-info-stack,
html body .rx-profile-content-panel .rx-profile-details-stack.rx-content-stack{
  padding:0!important;
  margin:0!important;
}
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-content-box,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-section-card{
  padding:22px var(--rx-panel-gutter) 24px!important;
}
html body .rx-profile-content-panel .rx-profile-facts,
html body .rx-profile-content-panel .rx-profile-pb-list,
html body .rx-profile-content-panel .rx-profile-socials-clean{
  width:100%!important;
  max-width:none!important;
}

.rx-calculator-stack{
  margin-bottom:24px!important;
}
.rx-calculator-intro{
  margin:0!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.55!important;
}
.rx-calculator-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:18px!important;
}
.rx-calculator-card{
  min-width:0!important;
  min-height:96px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  padding:16px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transform:none!important;
  transition:border-color .16s ease,background .16s ease!important;
}
.rx-calculator-card:hover,
.rx-calculator-card:focus-visible{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-panel-border,var(--rx-border,#dbe5ef)))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 6%,#fff)!important;
  transform:none!important;
}
.rx-calculator-card__icon,
.rx-calculator-card > i:first-child{
  width:44px!important;
  height:44px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:22px!important;
}
.rx-calculator-card strong{
  display:block!important;
  margin:0 0 4px!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
.rx-calculator-card small{
  display:block!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.35!important;
}
.rx-calculator-card > .ico-angle-small-right{
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:22px!important;
}
.rx-calculator-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
}
.rx-calculator-field,
.rx-calculator-method-panel,
.rx-calculator-custom-distance{
  min-width:0!important;
}
.rx-calculator-method-panel,
.rx-calculator-custom-distance{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  grid-column:1/-1!important;
}
.rx-calculator-method-panel[hidden],
.rx-calculator-custom-distance[hidden]{display:none!important;}
.rx-calculator-field{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  margin:0!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-weight:900!important;
}
.rx-calculator-field--full{grid-column:1/-1!important;}
.rx-calculator-field span{
  font-size:14px!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:900!important;
}
.rx-calculator-field input,
.rx-calculator-field select{
  width:100%!important;
  min-height:48px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  font:inherit!important;
  font-weight:850!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  outline:none!important;
}
.rx-calculator-field input:focus,
.rx-calculator-field select:focus{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent)!important;
}
.rx-calculator-field small{
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.rx-calculator-submit{
  justify-self:start!important;
  grid-column:1/-1!important;
  min-height:46px!important;
}
.rx-calculator-result{
  grid-column:1/-1!important;
  display:none!important;
  margin:2px 0 0!important;
  padding:14px 16px!important;
  border-radius:8px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  box-sizing:border-box!important;
}
.rx-calculator-result.is-success,
.rx-calculator-result.is-error{display:block!important;}
.rx-calculator-result.is-success{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-panel-border,var(--rx-border,#dbe5ef)))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
}
.rx-calculator-result.is-error{
  border-color:#fecaca!important;
  background:#fff5f5!important;
}
.rx-calculator-result__inner{
  display:grid!important;
  gap:4px!important;
}
.rx-calculator-result strong{
  display:block!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
}
.rx-calculator-result small{
  display:block!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.45!important;
}
@media(max-width:900px){
  .rx-calculator-card-grid{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card,
  html body .rx-profile-content-panel .rx-profile-info-stack > .rx-content-box,
  html body .rx-profile-content-panel .rx-profile-info-stack > .rx-section-card{
    padding:18px var(--rx-panel-gutter-mobile) 20px!important;
  }
  .rx-calculator-form,
  .rx-calculator-method-panel,
  .rx-calculator-custom-distance{grid-template-columns:1fr!important;}
  .rx-calculator-card{min-height:82px!important;padding:14px!important;}
}

/* RunnerX v6.0.212: Profil-Panels an Dashboard-Abstände angleichen und Rechner-Seiten ergänzen. */
html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
  margin-top:0!important;
  border-top:0!important;
}
html body .rx-profile-panel-stack .rx-profile-info-stack > .rx-profile-info-panel,
html body .rx-profile-panel-stack .rx-profile-info-panel{
  padding:0!important;
}
html body .rx-profile-panel-stack .rx-profile-content-panel > .rx-panel__head{
  border-top:0!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head{
  padding-top:22px!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__rule{
  margin-top:20px!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
}
.rx-calculator-stack.rx-panel-stack{
  margin:0!important;
}
.rx-calculator-stack .rx-panel{
  border-radius:0!important;
}
.rx-calculator-intro{
  margin:0 0 18px!important;
  color:#31445b!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.rx-calculator-card-grid{
  display:grid!important;
  grid-template-columns:repeat(1,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  padding:0!important;
}
.rx-calculator-card{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"icon title arrow" "icon text arrow"!important;
  align-items:center!important;
  gap:4px 14px!important;
  min-height:94px!important;
  padding:18px 16px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--rx-panel-title,#08162f)!important;
  text-decoration:none!important;
  transform:none!important;
  transition:border-color .16s ease,background .16s ease!important;
}
.rx-calculator-card:hover,
.rx-calculator-card:focus-visible{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-panel-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
  transform:none!important;
  outline:0!important;
}
.rx-calculator-card > i{
  grid-area:icon!important;
  width:44px!important;
  height:44px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-size:22px!important;
  line-height:1!important;
}
.rx-calculator-card > strong{
  grid-area:title!important;
  margin:0!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.rx-calculator-card > span{
  grid-area:text!important;
  margin:0!important;
  color:#536471!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.rx-calculator-card > em{
  grid-area:arrow!important;
  justify-self:end!important;
  color:#31445b!important;
  font-style:normal!important;
  font-size:18px!important;
}
.rx-calculator-form{
  display:block!important;
  margin:0!important;
}
.rx-calculator-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  padding:0!important;
}
.rx-calculator-form-grid .rx-field-full{
  grid-column:1/-1!important;
}
.rx-calculator-help{
  margin:12px 0 0!important;
  color:#536471!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.rx-calculator-actions{
  display:flex!important;
  justify-content:flex-end!important;
  margin:18px 0 0!important;
}
.rx-calculator-result{
  display:none!important;
  margin:18px 0 0!important;
  padding:16px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#f8fafc!important;
  color:var(--rx-panel-title,#08162f)!important;
}
.rx-calculator-result.is-ok,
.rx-calculator-result.is-error{
  display:block!important;
}
.rx-calculator-result.is-ok{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-panel-border,#dbe5ef))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 8%,#fff)!important;
}
.rx-calculator-result.is-error{
  border-color:#f3b4b4!important;
  background:#fff7f7!important;
}
.rx-calculator-result strong,
.rx-calculator-result span{
  display:block!important;
}
.rx-calculator-result strong{
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
}
.rx-calculator-result span{
  margin-top:4px!important;
  color:#536471!important;
  font-weight:800!important;
}
.rx-panel-back-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:36px!important;
  padding:0 12px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-weight:850!important;
  text-decoration:none!important;
}
.rx-panel-back-link:hover,
.rx-panel-back-link:focus-visible{
  background:#f8fafc!important;
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 55%,var(--rx-panel-border,#dbe5ef))!important;
  outline:0!important;
}
@media(max-width:760px){
  html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
    margin-top:0!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel{
    padding:0!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body{
    padding:18px var(--rx-panel-gutter-mobile) 20px!important;
  }
  .rx-calculator-form-grid,
  .rx-calculator-card-grid{
    grid-template-columns:1fr!important;
  }
  .rx-calculator-actions,
  .rx-calculator-actions .rx-btn{
    width:100%!important;
  }
  .rx-calculator-actions{
    justify-content:stretch!important;
  }
  .rx-calculator-card{
    min-height:86px!important;
    padding:16px 14px!important;
  }
}

/* RunnerX v6.0.212: Profil-Panels an Dashboard-Gutter angleichen. */
html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-tab-stack.rx-panel-stack,
html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
  margin-top:0!important;
  border-top:0!important;
}
html body .rx-profile-tab-stack.rx-panel-stack,
html body .rx-profile-panel-stack.rx-panel-stack,
html body .rx-profile-content-panel.rx-panel--tabs,
html body .rx-profile-content-panel.rx-panel--tabs > .rx-panel__head{
  border-top:0!important;
}
html body .rx-profile-content-panel > .rx-panel__body--profile-tabs{
  padding:0!important;
}
html body .rx-profile-content-panel .rx-profile-info-stack,
html body .rx-profile-content-panel .rx-profile-details-stack.rx-content-stack{
  margin:0!important;
  padding:0!important;
}
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-content-box,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-section-card{
  margin:0!important;
  padding:22px var(--rx-panel-gutter) 24px!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card + .rx-profile-detail-card,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-content-box + .rx-content-box,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-section-card + .rx-section-card{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__head,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__rule,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__body{
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__rule{
  margin-top:18px!important;
  margin-bottom:22px!important;
}
html body .rx-panel-action-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:36px!important;
  padding:0 12px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  text-decoration:none!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
html body .rx-panel-action-link:hover,
html body .rx-panel-action-link:focus-visible{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-panel-border,var(--rx-border,#dbe5ef)))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
}
.rx-calculator-form-wrap{
  margin-top:18px!important;
}
@media(max-width:760px){
  html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-tab-stack.rx-panel-stack,
  html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
    margin-top:0!important;
  }
  html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card,
  html body .rx-profile-content-panel .rx-profile-info-stack > .rx-content-box,
  html body .rx-profile-content-panel .rx-profile-info-stack > .rx-section-card{
    padding:18px var(--rx-panel-gutter-mobile) 20px!important;
  }
  html body .rx-profile-content-panel > .rx-panel__body--profile-tabs{
    padding:0!important;
  }
  html body .rx-panel__actions{
    margin-top:10px!important;
  }
}

/* RunnerX v6.0.212 final: Rechner-Markup- und Profil-Abstands-Korrektur. */
html body .rx-profile-hero-stack.rx-panel-stack + .rx-profile-panel-stack.rx-panel-stack{
  border-top:0!important;
  margin-top:0!important;
}
html body .rx-profile-panel-stack .rx-profile-content-panel.rx-panel--tabs > .rx-panel__head{
  border-top:0!important;
}
html body .rx-profile-content-panel .rx-profile-info-stack{
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  gap:0!important;
}
html body .rx-profile-panel-stack .rx-profile-info-stack > .rx-profile-info-panel,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-info-panel,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card{
  padding:0!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .rx-profile-panel-stack .rx-profile-info-stack > .rx-profile-info-panel + .rx-profile-info-panel,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-info-panel + .rx-profile-info-panel{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__head{
  padding:22px var(--rx-panel-gutter) 12px!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
}
html body .rx-profile-content-panel .rx-profile-facts,
html body .rx-profile-content-panel .rx-profile-pb-list,
html body .rx-profile-content-panel .rx-profile-socials-clean{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.rx-calculator-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin:18px 0 0!important;
}
.rx-calculator-card{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:none!important;
  align-items:center!important;
  gap:14px!important;
  min-height:96px!important;
  padding:16px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transform:none!important;
  transition:border-color .16s ease,background .16s ease!important;
}
.rx-calculator-card:hover,
.rx-calculator-card:focus-visible{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 60%,var(--rx-panel-border,var(--rx-border,#dbe5ef)))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 6%,#fff)!important;
  transform:none!important;
  outline:0!important;
}
.rx-calculator-card .rx-calculator-card__icon{
  grid-area:auto!important;
  width:44px!important;
  height:44px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 14%,#fff)!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-size:22px!important;
  line-height:1!important;
}
.rx-calculator-card .rx-calculator-card__icon i{
  font-size:22px!important;
  line-height:1!important;
}
.rx-calculator-card > span:not(.rx-calculator-card__icon){
  grid-area:auto!important;
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:inherit!important;
}
.rx-calculator-card > span:not(.rx-calculator-card__icon) strong{
  display:block!important;
  margin:0 0 4px!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
.rx-calculator-card > span:not(.rx-calculator-card__icon) small{
  display:block!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.rx-calculator-card > i.ico-angle-small-right{
  grid-area:auto!important;
  justify-self:end!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:22px!important;
  line-height:1!important;
}
.rx-calculator-form-wrap{
  margin-top:18px!important;
}
.rx-calculator-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
}
.rx-calculator-field,
.rx-calculator-method-panel,
.rx-calculator-custom-distance{
  min-width:0!important;
}
.rx-calculator-method-panel,
.rx-calculator-custom-distance{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  grid-column:1/-1!important;
}
.rx-calculator-method-panel[hidden],
.rx-calculator-custom-distance[hidden]{display:none!important;}
.rx-calculator-field{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  margin:0!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-weight:900!important;
}
.rx-calculator-field--full{grid-column:1/-1!important;}
.rx-calculator-field span{
  font-size:14px!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:900!important;
}
.rx-calculator-field input,
.rx-calculator-field select{
  width:100%!important;
  min-height:48px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  font:inherit!important;
  font-weight:850!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  outline:none!important;
}
.rx-calculator-field input:focus,
.rx-calculator-field select:focus{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent)!important;
}
.rx-calculator-field small{
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.rx-calculator-submit{
  justify-self:start!important;
  grid-column:1/-1!important;
  min-height:46px!important;
}
.rx-calculator-result{
  grid-column:1/-1!important;
  display:none!important;
  margin:2px 0 0!important;
  padding:14px 16px!important;
  border-radius:8px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  color:var(--rx-panel-title,#08162f)!important;
  box-sizing:border-box!important;
}
.rx-calculator-result.is-success,
.rx-calculator-result.is-error{display:block!important;}
.rx-calculator-result.is-success,
.rx-calculator-result.is-ok{
  border-color:color-mix(in srgb,var(--rx-accent,#93e547) 58%,var(--rx-panel-border,var(--rx-border,#dbe5ef)))!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 7%,#fff)!important;
}
.rx-calculator-result.is-error{
  border-color:#fecaca!important;
  background:#fff5f5!important;
}
.rx-calculator-result__inner{
  display:grid!important;
  gap:4px!important;
}
.rx-calculator-result strong{
  display:block!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
}
.rx-calculator-result small{
  display:block!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.45!important;
}
@media(max-width:900px){
  .rx-calculator-card-grid{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head,
  html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__head{
    padding:18px var(--rx-panel-gutter-mobile) 10px!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body,
  html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__body{
    padding:18px var(--rx-panel-gutter-mobile) 20px!important;
  }
  .rx-calculator-form,
  .rx-calculator-method-panel,
  .rx-calculator-custom-distance{grid-template-columns:1fr!important;}
  .rx-calculator-card{min-height:82px!important;padding:14px!important;}
  .rx-calculator-submit{width:100%!important;}
}


/* RunnerX v6.0.213: Panel-Gutter vereinheitlichen, Rechnerliste stapeln und Pace-Ausgabe vereinfachen. */
.rx-calculator-card-grid{
  grid-template-columns:1fr!important;
  gap:12px!important;
}
.rx-calculator-card{
  width:100%!important;
  min-height:84px!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  align-items:center!important;
}
.rx-calculator-card > span:not(.rx-calculator-card__icon),
.rx-calculator-card > span:not(.rx-calculator-card__icon) strong,
.rx-calculator-card > span:not(.rx-calculator-card__icon) small{
  min-width:0!important;
  overflow:visible!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

html body .rx-dashboard-main .rx-dashboard-stream-panel > .rx-panel__body.rx-panel__body--stream,
html body .rx-dashboard-main .rx-dashboard-content-panel > .rx-panel__body.rx-panel__body--stream{
  padding:0!important;
}
html body .rx-dashboard-main .rx-dashboard-stream-panel > .rx-panel__body.rx-panel__body--stream > .rx-stream,
html body .rx-dashboard-main .rx-dashboard-stream-panel > .rx-panel__body.rx-panel__body--stream > .rx-dashboard-stream,
html body .rx-dashboard-main .rx-dashboard-content-panel > .rx-panel__body.rx-panel__body--stream > .rx-stream,
html body .rx-dashboard-main .rx-dashboard-content-panel > .rx-panel__body.rx-panel__body--stream > .rx-dashboard-stream{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
}

html body .rx-profile-panel-stack .rx-profile-info-stack > .rx-profile-info-panel,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-info-panel,
html body .rx-profile-content-panel .rx-profile-info-stack > .rx-profile-detail-card{
  padding:0!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__head{
  padding:22px var(--rx-panel-gutter) 0!important;
  margin:0!important;
  border:0!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__rule,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__rule{
  height:1px!important;
  margin:20px var(--rx-panel-gutter) 0!important;
  padding:0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body,
html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
@media(max-width:760px){
  .rx-calculator-card{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    min-height:78px!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__head,
  html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__head{
    padding:18px var(--rx-panel-gutter-mobile) 0!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__rule,
  html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__rule{
    margin:18px var(--rx-panel-gutter-mobile) 0!important;
  }
  html body .rx-profile-panel-stack .rx-profile-info-panel > .rx-panel__body,
  html body .rx-profile-content-panel .rx-profile-info-panel > .rx-panel__body{
    padding:18px var(--rx-panel-gutter-mobile) 20px!important;
  }
}


/* RunnerX v6.0.214: Laufatlas auf globale Panel-Struktur, BMI-Rechner und Icon-Audit. */
html body .rx-laufatlas-panel-stack.rx-panel-stack{
  margin:0!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
html body .rx-laufatlas-panel-stack > .rx-panel{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:visible!important;
}
html body .rx-laufatlas-panel-stack > .rx-panel + .rx-panel{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body .rx-laufatlas-panel-stack .rx-panel__head{
  padding:22px var(--rx-panel-gutter) 0!important;
  margin:0!important;
  border:0!important;
  background:#fff!important;
  min-height:0!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-panel-stack .rx-panel__title h1,
html body .rx-laufatlas-panel-stack .rx-panel__title h2,
html body .rx-laufatlas-panel-stack .rx-panel__title h3{
  font-size:var(--rx-panel-heading-size,clamp(19px,1.75vw,24px))!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
  font-weight:950!important;
}
html body .rx-laufatlas-panel-stack .rx-panel__rule{
  height:1px!important;
  margin:20px var(--rx-panel-gutter) 0!important;
  padding:0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
html body .rx-laufatlas-panel-stack .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__intro,
html body .rx-laufatlas-regions-panel .rx-laufatlas-intro-text{
  margin:0!important;
  color:#31445b!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:700!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__stats{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin:18px 0 0!important;
  padding:0!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__stats span{
  min-height:72px!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__stats strong{
  color:var(--rx-panel-title,#08162f)!important;
  font-size:26px!important;
  line-height:1!important;
  font-weight:950!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__stats small{
  color:#31445b!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:850!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__action{
  width:100%!important;
  margin:18px 0 0!important;
  padding:0!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-district-dropdown,
html body .rx-laufatlas-hero-panel .rx-laufatlas-back-state{
  margin:0!important;
}
html body .rx-laufatlas-hero-panel .rx-laufatlas-back-state{
  width:100%!important;
  justify-content:center!important;
}
html body .rx-laufatlas-regions-panel .rx-laufatlas-intro-text{
  margin-bottom:18px!important;
}
html body .rx-laufatlas-regions-panel .rx-laufatlas-state-map-card{
  margin:0 0 18px!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
html body .rx-laufatlas-regions-panel .rx-laufatlas-region-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-laufatlas-regions-panel .rx-laufatlas-region-card{
  margin:0!important;
  border-radius:8px!important;
  box-shadow:none!important;
  transform:none!important;
}
html body .rx-laufatlas-regions-panel .rx-laufatlas-region-card:hover,
html body .rx-laufatlas-regions-panel .rx-laufatlas-region-card:focus-visible{
  transform:none!important;
}
html body .rx-laufatlas-content-panel > .rx-panel__head{
  padding:20px var(--rx-panel-gutter)!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body .rx-laufatlas-content-panel > .rx-panel__tabs{
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-tabs,
html body .rx-laufatlas-content-panel .rx-laufatlas-tabs .rx-responsive-tabs-shell,
html body .rx-laufatlas-content-panel .rx-laufatlas-tabs .rx-responsive-tabs{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-tabs .rx-responsive-tabs{
  min-height:52px!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-tabs .rx-responsive-tab{
  min-height:52px!important;
}
html body .rx-laufatlas-content-panel > .rx-laufatlas-content-body,
html body .rx-laufatlas-content-panel .rx-laufatlas-content-body{
  padding:0!important;
  margin:0!important;
  background:#fff!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot{
  margin:0!important;
  padding:16px var(--rx-panel-gutter)!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot .rx-global-filter,
html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot form{
  margin:0!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-results-slot,
html body .rx-laufatlas-content-panel .rx-laufatlas-results,
html body .rx-laufatlas-content-panel .rx-laufatlas-latest,
html body .rx-laufatlas-content-panel .rx-laufatlas-map-stack{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-results-slot > .rx-stream,
html body .rx-laufatlas-content-panel .rx-laufatlas-results-slot > .rx-search-results,
html body .rx-laufatlas-content-panel .rx-laufatlas-results-slot > .rx-event-list{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
}
html body .rx-laufatlas-content-panel .rx-members-list.rx-laufatlas-results{
  padding:22px var(--rx-panel-gutter) 24px!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-map-overview{
  margin:0!important;
  padding:22px var(--rx-panel-gutter) 24px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-content-panel .rx-laufatlas-map-overview h2,
html body .rx-laufatlas-content-panel .rx-laufatlas-map-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 16px!important;
  color:var(--rx-panel-title,#08162f)!important;
  font-size:var(--rx-panel-heading-size,clamp(19px,1.75vw,24px))!important;
  line-height:1.12!important;
  font-weight:950!important;
}
html body .rx-laufatlas-content-panel .rx-map-overview-box,
html body .rx-laufatlas-content-panel .rx-map-overview-frame{
  margin:0!important;
  border-radius:8px!important;
}
@media(max-width:760px){
  html body .rx-laufatlas-panel-stack.rx-panel-stack{border-left:0!important;border-right:0!important;}
  html body .rx-laufatlas-panel-stack .rx-panel__head{padding:18px var(--rx-panel-gutter-mobile) 0!important;}
  html body .rx-laufatlas-panel-stack .rx-panel__rule{margin:18px var(--rx-panel-gutter-mobile) 0!important;}
  html body .rx-laufatlas-panel-stack .rx-panel__body{padding:18px var(--rx-panel-gutter-mobile) 20px!important;}
  html body .rx-laufatlas-hero-panel .rx-laufatlas-hero__stats{grid-template-columns:1fr!important;gap:10px!important;}
  html body .rx-laufatlas-content-panel > .rx-panel__head{padding:18px var(--rx-panel-gutter-mobile)!important;}
  html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot,
  html body .rx-laufatlas-content-panel .rx-members-list.rx-laufatlas-results,
  html body .rx-laufatlas-content-panel .rx-laufatlas-map-overview{padding-left:var(--rx-panel-gutter-mobile)!important;padding-right:var(--rx-panel-gutter-mobile)!important;}
}

/* RunnerX v6.0.214: Laufatlas auf globale Panel-/Mockup-Struktur migriert. */
.rx-laufatlas-page{
  display:block!important;
  width:100%!important;
}
.rx-laufatlas-panel-stack.rx-panel-stack{
  width:100%!important;
  margin:0!important;
}
.rx-laufatlas-panel-stack > .rx-panel{
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-laufatlas-panel-stack > .rx-panel + .rx-panel{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
.rx-laufatlas-panel-stack .rx-panel__head{
  padding:22px var(--rx-panel-gutter) 0!important;
  margin:0!important;
  border:0!important;
  background:#fff!important;
}
.rx-laufatlas-panel-stack .rx-panel__title{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
}
.rx-laufatlas-panel-stack .rx-panel__title h2{
  margin:0!important;
  font-size:var(--rx-panel-heading-size,26px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-laufatlas-panel-stack .rx-panel__title h2 .ico-arrow-small-right{
  font-size:.82em!important;
  margin:0 .16em!important;
  color:var(--rx-muted,#536471)!important;
  vertical-align:-.04em!important;
}
.rx-laufatlas-panel-stack .rx-panel__icon,
.rx-laufatlas-panel-stack .rx-section-title-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  flex:0 0 34px!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 20%,#fff)!important;
  color:var(--rx-accent,#93e547)!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 38%,#fff)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.rx-laufatlas-panel-stack .rx-panel__rule{
  height:1px!important;
  margin:20px var(--rx-panel-gutter) 0!important;
  padding:0!important;
  border:0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
.rx-laufatlas-panel-stack .rx-panel__body{
  padding:22px var(--rx-panel-gutter) 24px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.rx-laufatlas-hero-panel.rx-laufatlas-hero{
  display:block!important;
  align-items:initial!important;
  justify-content:initial!important;
  gap:0!important;
  padding:0!important;
  border-top:0!important;
}
.rx-laufatlas-hero__body{
  display:grid!important;
  gap:18px!important;
}
.rx-laufatlas-hero__intro{
  margin:0!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.45!important;
  max-width:none!important;
}
.rx-laufatlas-hero__stats{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
}
.rx-laufatlas-hero__stats span{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:4px!important;
  min-width:0!important;
  min-height:68px!important;
  padding:14px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.rx-laufatlas-hero__stats strong{
  font-size:28px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
  color:var(--rx-primary,#08162f)!important;
}
.rx-laufatlas-hero__stats small{
  margin:0!important;
  color:var(--rx-muted,#536471)!important;
  font-size:13px!important;
  font-weight:850!important;
}
.rx-laufatlas-hero__action{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.rx-laufatlas-district-dropdown .rx-global-switch-toggle,
.rx-laufatlas-district-toggle,
.rx-laufatlas-back-state.rx-btn{
  min-height:54px!important;
  border-radius:8px!important;
}
.rx-laufatlas-district-dropdown .rx-global-switch-toggle,
.rx-laufatlas-district-toggle{
  background:#fff!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  box-shadow:none!important;
}
.rx-laufatlas-district-menu{
  border-radius:8px!important;
}
.rx-laufatlas-back-state.rx-btn{
  width:100%!important;
  justify-content:center!important;
  margin:0!important;
  border-color:var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  box-shadow:none!important;
  transform:none!important;
}
.rx-laufatlas-back-state.rx-btn:hover,
.rx-laufatlas-back-state.rx-btn:focus-visible{
  transform:none!important;
}
.rx-laufatlas-regions-panel.rx-laufatlas-regions{
  display:block!important;
  padding:0!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.rx-laufatlas-regions__body{
  display:grid!important;
  gap:18px!important;
}
.rx-laufatlas-regions__body .rx-laufatlas-intro-text{
  margin:0!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.45!important;
}
.rx-laufatlas-state-map-card{
  margin:0!important;
  padding:16px!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.rx-laufatlas-state-map-card__head{
  margin:0 0 14px!important;
}
.rx-laufatlas-state-map{
  max-width:520px!important;
  background:#fff!important;
  border-radius:8px!important;
}
.rx-laufatlas-region-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
}
.rx-laufatlas-region-card{
  width:100%!important;
  min-height:68px!important;
  border-radius:8px!important;
  box-shadow:none!important;
  transform:none!important;
  box-sizing:border-box!important;
}
.rx-laufatlas-region-card:hover,
.rx-laufatlas-region-card:focus-visible{
  transform:none!important;
}
.rx-laufatlas-content-panel.rx-panel--tabs > .rx-panel__head{
  padding:20px var(--rx-panel-gutter)!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
.rx-laufatlas-content-panel.rx-panel--tabs > .rx-panel__tabs{
  border-top:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  padding:0!important;
  margin:0!important;
}
.rx-laufatlas-content-panel .rx-laufatlas-tabs{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
}
.rx-laufatlas-content-panel .rx-responsive-tabs-shell{
  border:0!important;
  border-radius:0!important;
}
.rx-laufatlas-content-panel > .rx-laufatlas-content-body,
.rx-laufatlas-content-panel > .rx-panel__body.rx-laufatlas-content-body{
  padding:0!important;
}
.rx-laufatlas-filter-slot{
  padding:16px var(--rx-panel-gutter)!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
.rx-laufatlas-filter-slot .rx-global-filter,
.rx-laufatlas-filter-slot form.rx-global-filter{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.rx-laufatlas-results-slot{
  margin:0!important;
  padding:0!important;
}
.rx-laufatlas-results-slot > .rx-stream,
.rx-laufatlas-results-slot > .rx-search-results,
.rx-laufatlas-results-slot > .rx-event-list,
.rx-laufatlas-results-slot > .rx-members-list,
.rx-laufatlas-latest,
.rx-laufatlas-latest > .rx-stream,
.rx-laufatlas-latest > .rx-search-results{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
}
.rx-laufatlas-results-slot .rx-stream > .rx-card,
.rx-laufatlas-results-slot .rx-search-results > .rx-card,
.rx-laufatlas-results-slot .rx-event-list > .rx-card{
  margin-left:0!important;
  margin-right:0!important;
}
.rx-laufatlas-map-stack{
  margin:0!important;
  padding:0!important;
}
.rx-laufatlas-map-stack .rx-map-overview,
.rx-laufatlas-map-stack .rx-section-card.rx-map-overview{
  margin:0!important;
  padding:22px var(--rx-panel-gutter) 24px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.rx-laufatlas-map-stack .rx-map-overview h2{
  margin:0 0 18px!important;
  font-size:var(--rx-panel-heading-size,26px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
@media(max-width:900px){
  .rx-laufatlas-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .rx-laufatlas-panel-stack .rx-panel__head{padding:18px var(--rx-panel-gutter-mobile) 0!important;}
  .rx-laufatlas-panel-stack .rx-panel__rule{margin:18px var(--rx-panel-gutter-mobile) 0!important;}
  .rx-laufatlas-panel-stack .rx-panel__body{padding:18px var(--rx-panel-gutter-mobile) 20px!important;}
  .rx-laufatlas-hero__stats{grid-template-columns:1fr!important;}
  .rx-laufatlas-filter-slot{padding:14px var(--rx-panel-gutter-mobile)!important;}
  .rx-laufatlas-content-panel.rx-panel--tabs > .rx-panel__head{padding:18px var(--rx-panel-gutter-mobile)!important;}
  .rx-laufatlas-map-stack .rx-map-overview,
  .rx-laufatlas-map-stack .rx-section-card.rx-map-overview{padding:18px var(--rx-panel-gutter-mobile) 20px!important;}
}

html body .rx-calculator-card > i.rx-calculator-card__arrow{
  grid-area:auto!important;
  justify-self:end!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:22px!important;
  line-height:1!important;
}

/* RunnerX v6.0.215: Laufatlas-Feinschliff, globale Kartenbreite und BMI-Statusfarben. */
html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot,
html body .rx-laufatlas-filter-slot{
  padding:16px var(--rx-panel-gutter)!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
html body .rx-laufatlas-filter-slot .rx-global-filter,
html body .rx-laufatlas-filter-slot form.rx-global-filter{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html body .rx-laufatlas-filter-slot .rx-filterbar,
html body .rx-laufatlas-filter-slot .rx-global-filterbar{
  padding:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html body .rx-laufatlas-filter-slot .rx-filterbar-search{
  padding:0!important;
  margin:0!important;
  gap:10px!important;
  width:100%!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-filter-slot .rx-filterbar-search-field{
  margin:0!important;
}
html body .rx-laufatlas-filter-slot + .rx-laufatlas-results-slot,
html body .rx-laufatlas-results-slot{
  border-top:0!important;
}

/* Globale Kartenübersichten dürfen die komplette Contentbreite nutzen. */
html body .rx-map-overview,
html body .rx-section-card.rx-map-overview{
  max-width:none!important;
  width:100%!important;
  box-sizing:border-box!important;
}
html body .rx-map-overview .rx-geo-filter,
html body .rx-map-overview .rx-global-filter,
html body .rx-map-overview .rx-geo-filter-row,
html body .rx-map-overview .rx-map-overview-frame,
html body .rx-map-overview .rx-map-overview-box{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
html body .rx-map-overview .rx-geo-filter-row{
  grid-template-columns:minmax(0,1fr) minmax(110px,150px)!important;
}
html body .rx-map-overview .rx-map-overview-frame,
html body .rx-map-overview .rx-map-overview-box{
  margin-left:0!important;
  margin-right:0!important;
}

/* Laufatlas-Karte exakt auf die Panel-/Überschriftbreite ziehen. */
html body .rx-laufatlas-state-map-card{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-state-map-card__head{
  width:100%!important;
  box-sizing:border-box!important;
}
html body .rx-laufatlas-state-map,
html body .rx-laufatlas-state-map-card svg{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  box-sizing:border-box!important;
  margin:0!important;
}

/* BMI-Farben: normal bleibt grün, Unter-/Übergewicht orange, Adipositas rot. */
html body .rx-calculator-result.is-warning{
  border-color:#fdba74!important;
  background:#fff7ed!important;
}
html body .rx-calculator-result.is-danger{
  border-color:#fca5a5!important;
  background:#fff1f2!important;
}
html body .rx-calculator-result.is-warning strong,
html body .rx-calculator-result.is-warning small{
  color:#7c2d12!important;
}
html body .rx-calculator-result.is-danger strong,
html body .rx-calculator-result.is-danger small{
  color:#7f1d1d!important;
}
@media(max-width:760px){
  html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot,
  html body .rx-laufatlas-filter-slot{
    padding:14px var(--rx-panel-gutter-mobile)!important;
  }
  html body .rx-map-overview .rx-geo-filter-row{
    grid-template-columns:1fr!important;
  }
}

/* RunnerX v6.0.216: Laufatlas-Filterlinie, Rechner-Zeitfelder, Content-Linkfarben. */
html body .rx-laufatlas-content-panel .rx-laufatlas-filter-slot,
html body .rx-laufatlas-filter-slot{
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body .rx-laufatlas-filter-slot .rx-filterbar,
html body .rx-laufatlas-filter-slot .rx-global-filterbar,
html body .rx-laufatlas-filter-slot .rx-global-filter,
html body .rx-laufatlas-filter-slot form.rx-global-filter{
  border-bottom:0!important;
  box-shadow:none!important;
}
html body .rx-laufatlas-filter-slot + .rx-laufatlas-results-slot{
  border-top:0!important;
}

html body .rx-calculator-time-group{
  grid-column:1/-1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
html body .rx-calculator-time-group legend{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.25!important;
}
html body .rx-calculator-time-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
}
html body .rx-calculator-time-grid.has-hours{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
html body .rx-calculator-time-grid label{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  min-width:0!important;
  margin:0!important;
}
html body .rx-calculator-time-grid label span{
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.2!important;
}
html body .rx-calculator-time-group small{
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
html body .rx-panel__title h1 sub,
html body .rx-panel__title h2 sub,
html body .rx-panel__title h3 sub,
html body .rx-calculator-card strong sub,
html body .rx-calculator-card small sub,
html body .rx-calculator-intro sub,
html body .rx-calculator-submit sub{
  font-size:.62em!important;
  line-height:0!important;
  vertical-align:sub!important;
}

html body .rx-single-body :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill),
html body .rx-article-body :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill),
html body .rx-glossary-content :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill),
html body .rx-description-panel :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill),
html body .wp-block-table a:not(.rx-btn):not(.rx-pill),
html body table.rx-table a:not(.rx-btn):not(.rx-pill){
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:850!important;
  text-decoration-thickness:.08em!important;
  text-underline-offset:.16em!important;
}
html body .rx-single-body :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill):hover,
html body .rx-article-body :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill):hover,
html body .rx-glossary-content :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill):hover,
html body .rx-description-panel :is(ul,ol,table) a:not(.rx-btn):not(.rx-pill):not(.rx-tag-pill):hover,
html body .wp-block-table a:not(.rx-btn):not(.rx-pill):hover,
html body table.rx-table a:not(.rx-btn):not(.rx-pill):hover{
  text-decoration:underline!important;
}
@media(max-width:560px){
  html body .rx-calculator-time-grid,
  html body .rx-calculator-time-grid.has-hours{
    grid-template-columns:1fr!important;
  }
}

/* RunnerX v6.0.217: form panels and focus cleanup for country, emoji and message compose. */
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control:focus,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control:focus-visible,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control-flag,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control-flag:focus,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control-flag:focus-visible,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-current,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-current *,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-display,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-display *{
  border-color:transparent!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search],
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search][type="search"],
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:hover,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus-visible,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:active{
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  background:transparent!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
}
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search,
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  outline:0!important;
  box-shadow:none!important;
  background:var(--rx-hover,#f2f5f7)!important;
}
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search input,
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search input[type="search"],
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search input:hover,
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search input:focus,
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search input:focus-visible,
html body:not(.wp-admin) .rx-emoji-picker .rx-emoji-picker__search input:active{
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  background:transparent!important;
}
html body:not(.wp-admin).rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
html body:not(.wp-admin) .rx-messages-app .rx-message-compose textarea[data-rx-message-input]{
  background:#eff3f4!important;
  border-color:transparent!important;
}
html body:not(.wp-admin).rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:focus,
html body:not(.wp-admin).rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:focus-visible,
html body:not(.wp-admin) .rx-messages-app .rx-message-compose textarea[data-rx-message-input]:focus,
html body:not(.wp-admin) .rx-messages-app .rx-message-compose textarea[data-rx-message-input]:focus-visible{
  background:#eff3f4!important;
  border-color:var(--rx-accent,#93e547)!important;
  outline:0!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#93e547) 22%,transparent)!important;
}

html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form]{
  --rx-form-panel-gutter:var(--rx-panel-gutter,24px);
  --rx-form-panel-gutter-mobile:var(--rx-panel-gutter-mobile,16px);
  width:100%!important;
  max-width:none!important;
  margin:0 0 32px!important;
  padding:0!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe6ef))!important;
  border-radius:var(--rx-panel-radius,0)!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > section.rx-form-card,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card--schedule,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-lauftreff-schedule-section{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe6ef))!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card:last-of-type{
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe6ef))!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-section-title,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > .rx-section-title,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card--schedule .rx-section-title,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-lauftreff-schedule-section .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:auto!important;
  max-width:none!important;
  margin:0 var(--rx-form-panel-gutter)!important;
  padding:24px 0 22px!important;
  border-bottom:1px solid var(--rx-accent,#93e547)!important;
  color:var(--rx-panel-title,var(--rx-text,#08162f))!important;
  font-size:var(--rx-panel-heading-size,clamp(20px,2vw,26px))!important;
  font-weight:950!important;
  line-height:1.12!important;
  letter-spacing:-.045em!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-section-title .rx-section-title-icon,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > .rx-section-title .rx-section-title-icon{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:calc(var(--rx-control-radius,var(--rx-radius,8px)) + 2px)!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-accent-ink,var(--rx-primary,#08162f))!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-section-title .rx-section-title-icon i,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > .rx-section-title .rx-section-title-icon i{
  font-size:18px!important;
  line-height:1!important;
  color:inherit!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-field,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-stack,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-social-grid,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-user-tagger,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-help,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > p,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > div:not(.rx-form-grid):not(.rx-section-title):not(.rx-form-field--schedule),
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > *:not(.rx-section-title){
  padding-left:var(--rx-form-panel-gutter)!important;
  padding-right:var(--rx-form-panel-gutter)!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-social-grid,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > .rx-lauftreff-schedule-grid,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > .rx-lauftreff-schedule-start-row{
  padding-top:26px!important;
  padding-bottom:26px!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-field,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-stack,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-user-tagger,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-help,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > p{
  margin:0!important;
  padding-top:26px!important;
  padding-bottom:26px!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-field-full,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-field--textarea,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-check-grid,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-distance-field,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-gpx-field,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-event-picker-field,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-link-preview-loader,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-link-form-preview{
  grid-column:1/-1!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-field,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-field{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-field > span,
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-check-grid > legend{
  margin:0 0 8px!important;
  color:var(--rx-text,#08162f)!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.25!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]),textarea,select,.rx-form-select,.rx-upload-box,.rx-token-search,.rx-event-picker-selection,.rx-link-form-preview){
  border-color:var(--rx-border,#dbe6ef)!important;
  border-radius:var(--rx-control-radius,var(--rx-radius,8px))!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="search"]),textarea,select):is(:focus,:focus-visible){
  border-color:var(--rx-accent,#93e547)!important;
  outline:0!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#93e547) 22%,transparent)!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-actions{
  display:flex!important;
  justify-content:flex-end!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:18px var(--rx-form-panel-gutter) 24px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-actions .rx-btn{
  min-width:180px!important;
  justify-content:center!important;
}
@media(max-width:760px){
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form]{
    margin-bottom:24px!important;
    border-left:0!important;
    border-right:0!important;
  }
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-section-title,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > .rx-section-title{
    margin-left:var(--rx-form-panel-gutter-mobile)!important;
    margin-right:var(--rx-form-panel-gutter-mobile)!important;
    padding-top:20px!important;
    padding-bottom:18px!important;
  }
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-field,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-stack,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-social-grid,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-user-tagger,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-help,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > p,
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card > div:not(.rx-form-grid):not(.rx-section-title):not(.rx-form-field--schedule),
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] > .rx-form-card .rx-form-field--schedule > *:not(.rx-section-title){
    padding-left:var(--rx-form-panel-gutter-mobile)!important;
    padding-right:var(--rx-form-panel-gutter-mobile)!important;
  }
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-grid{
    grid-template-columns:1fr!important;
  }
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-actions{
    padding-left:var(--rx-form-panel-gutter-mobile)!important;
    padding-right:var(--rx-form-panel-gutter-mobile)!important;
  }
  html body:not(.wp-admin) form.rx-form-shell[data-runnerx-create-form] .rx-form-actions .rx-btn{
    width:100%!important;
    min-width:0!important;
  }
}

/* RunnerX v6.0.217: Fokusbereinigung und globale Panel-Struktur für Eintragsformulare. */
html body .rx-country-field[data-rx-country-field] .rx-country-control,
html body .rx-country-field[data-rx-country-field] .rx-country-control:focus,
html body .rx-country-field[data-rx-country-field] .rx-country-control:focus-within{
  outline:0!important;
  box-shadow:none!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag:focus,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag:focus-visible,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag img,
html body .rx-country-field[data-rx-country-field] .rx-country-control-flag__image{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search],
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:hover,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus-visible,
html body .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:active{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  background:transparent!important;
}
html body .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:none!important;
}

html body .rx-emoji-picker__search,
html body .rx-emoji-picker__search:focus,
html body .rx-emoji-picker__search:focus-within{
  border-color:var(--rx-border,#dbe5ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body .rx-emoji-picker__search input,
html body .rx-emoji-picker__search input:hover,
html body .rx-emoji-picker__search input:focus,
html body .rx-emoji-picker__search input:focus-visible,
html body .rx-emoji-picker__search input:active{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  background:transparent!important;
}

html body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
html body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:hover{
  background:#eff3f4!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
html body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:focus,
html body.rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:focus-visible{
  background:#eff3f4!important;
  border:0!important;
  outline:0!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--rx-accent,#93e547) 36%,transparent)!important;
}

html body form.rx-entry-form-shell[data-runnerx-create-form],
html body .rx-main form.rx-entry-form-shell[data-runnerx-create-form]{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-entry-form-panel{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card + .rx-form-card,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-entry-form-panel + .rx-entry-form-panel,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-entry-form-actions{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0 var(--rx-panel-gutter,24px)!important;
  padding:24px 0 22px!important;
  border-bottom:1px solid var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
  color:var(--rx-panel-title,var(--rx-primary,#08162f))!important;
  font-size:var(--rx-panel-heading-size,26px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-section-title-icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:19px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-section-title-icon i,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-section-title-icon i:before{
  color:var(--rx-primary,#08162f)!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-section-title-text{
  min-width:0!important;
  color:inherit!important;
  font:inherit!important;
  line-height:inherit!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-link-form,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-user-tagger,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-social-grid,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-field,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-logo-upload,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-field:not(.rx-lauftreff-schedule){
  margin:0!important;
  padding:22px var(--rx-panel-gutter,24px) 24px!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-link-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-lauftreff-schedule{
  display:block!important;
  margin:0!important;
  padding:0 var(--rx-panel-gutter,24px) 24px!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-lauftreff-schedule > .rx-section-title{
  margin:0!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-lauftreff-schedule-start-row,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-lauftreff-schedule-grid,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-lauftreff-schedule > small{
  margin-top:18px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-field,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-field{
  min-width:0!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-field-full,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-field--textarea,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-field--schedule,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-token-field,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-link-preview-loader,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-link-form-preview{
  grid-column:1/-1!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-entry-form-actions,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:18px var(--rx-panel-gutter,24px) 24px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-card--image-select > .rx-upload-field,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-card--media > .rx-upload-field{
  padding-top:22px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-upload-box,
html body form.rx-entry-form-shell[data-runnerx-create-form] [data-rx-upload-box],
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-media-upload-box,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-gpx-upload,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-map-preview{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="search"]):focus,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-card textarea:focus,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-card select:focus{
  border-color:var(--rx-focus-color,var(--rx-accent,#93e547))!important;
  outline:0!important;
  box-shadow:0 0 0 2px var(--rx-focus-ring,color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent))!important;
}
@media(max-width:760px){
  html body form.rx-entry-form-shell[data-runnerx-create-form],
  html body .rx-main form.rx-entry-form-shell[data-runnerx-create-form]{
    border-left:0!important;
    border-right:0!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-section-title{
    margin-left:var(--rx-panel-gutter-mobile,16px)!important;
    margin-right:var(--rx-panel-gutter-mobile,16px)!important;
    padding-top:20px!important;
    padding-bottom:18px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-link-form,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-user-tagger,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-social-grid,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-upload-field,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-logo-upload,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-field:not(.rx-lauftreff-schedule){
    padding:18px var(--rx-panel-gutter-mobile,16px) 20px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-lauftreff-schedule{
    padding:0 var(--rx-panel-gutter-mobile,16px) 20px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-form-grid,
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-grid,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-card > .rx-link-form{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-entry-form-actions,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-actions{
    padding:16px var(--rx-panel-gutter-mobile,16px) 22px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-entry-form-actions .rx-btn,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-actions .rx-btn{
    width:100%!important;
    justify-content:center!important;
  }
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-grid > .rx-link-form{
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
@media(max-width:760px){
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-form-grid > .rx-link-form{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
}

/* RunnerX v6.0.218: Profil bearbeiten nutzt dieselbe globale Panel-/Formstruktur. */
html body form.rx-profile-edit-page.rx-form-shell.rx-entry-form.rx-panel-stack,
html body .rx-main form.rx-profile-edit-page.rx-form-shell.rx-entry-form.rx-panel-stack{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card,
html body form.rx-profile-edit-page.rx-entry-form > .rx-entry-form-panel{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card + .rx-form-card,
html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice,
html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-savebar{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body form.rx-profile-edit-page.rx-entry-form .rx-section-title{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0 var(--rx-panel-gutter,24px)!important;
  padding:24px 0 22px!important;
  border-bottom:1px solid var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
  color:var(--rx-panel-title,var(--rx-primary,#08162f))!important;
  font-size:var(--rx-panel-heading-size,26px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
html body form.rx-profile-edit-page.rx-entry-form .rx-section-title-icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:19px!important;
}
html body form.rx-profile-edit-page.rx-entry-form .rx-section-title-icon i,
html body form.rx-profile-edit-page.rx-entry-form .rx-section-title-icon i:before{color:var(--rx-primary,#08162f)!important}
html body form.rx-profile-edit-page.rx-entry-form .rx-section-title-text{min-width:0!important;color:inherit!important;font:inherit!important;line-height:inherit!important}
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-form-grid,
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-upload-stack,
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-social-grid,
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-field{
  margin:0!important;
  padding:22px var(--rx-panel-gutter,24px) 24px!important;
  box-sizing:border-box!important;
}
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-form-grid,
html body form.rx-profile-edit-page.rx-entry-form .rx-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-upload-stack{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
}
html body form.rx-profile-edit-page.rx-entry-form .rx-field-full,
html body form.rx-profile-edit-page.rx-entry-form .rx-form-field--textarea,
html body form.rx-profile-edit-page.rx-entry-form .rx-token-field{
  grid-column:1/-1!important;
}
html body form.rx-profile-edit-page.rx-entry-form .rx-upload-box,
html body form.rx-profile-edit-page.rx-entry-form .rx-country-field,
html body form.rx-profile-edit-page.rx-entry-form .rx-token-search-wrap,
html body form.rx-profile-edit-page.rx-entry-form .rx-social-grid{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0!important;
  padding:22px var(--rx-panel-gutter,24px)!important;
  border-right:0!important;
  border-left:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice strong{display:block!important;color:var(--rx-primary,#08162f)!important;font-weight:900!important}
html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice p{margin:.25rem 0 0!important;color:var(--rx-muted,#536471)!important;font-weight:650!important;line-height:1.45!important}
html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-savebar.rx-form-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:18px var(--rx-panel-gutter,24px) 24px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 5%,#fff)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-profile-edit-page.rx-entry-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="search"]):focus,
html body form.rx-profile-edit-page.rx-entry-form textarea:focus,
html body form.rx-profile-edit-page.rx-entry-form select:focus{
  border-color:var(--rx-focus-color,var(--rx-accent,#93e547))!important;
  outline:0!important;
  box-shadow:0 0 0 2px var(--rx-focus-ring,color-mix(in srgb,var(--rx-accent,#93e547) 24%,transparent))!important;
}

/* RunnerX v6.0.218: Artikel-Infobox im Artikel-Formular auf Panel-System ziehen. */
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entities-head{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entities-head > div{width:100%!important;max-width:none!important}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entities-head p{
  margin:12px var(--rx-panel-gutter,24px) 0!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:700!important;
  line-height:1.45!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-empty{
  width:auto!important;
  max-width:none!important;
  margin-right:var(--rx-panel-gutter,24px)!important;
  margin-left:var(--rx-panel-gutter,24px)!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-type-picker{margin-top:22px!important;margin-bottom:14px!important}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-empty{margin-top:14px!important;margin-bottom:24px!important}

@media(max-width:760px){
  html body form.rx-profile-edit-page.rx-form-shell.rx-entry-form.rx-panel-stack,
  html body .rx-main form.rx-profile-edit-page.rx-form-shell.rx-entry-form.rx-panel-stack{border-right:0!important;border-left:0!important}
  html body form.rx-profile-edit-page.rx-entry-form .rx-section-title{margin-left:var(--rx-panel-gutter-mobile,16px)!important;margin-right:var(--rx-panel-gutter-mobile,16px)!important;padding-top:20px!important;padding-bottom:18px!important}
  html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-form-grid,
  html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-upload-stack,
  html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-social-grid,
  html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-field{padding:18px var(--rx-panel-gutter-mobile,16px) 20px!important}
  html body form.rx-profile-edit-page.rx-entry-form > .rx-form-card > .rx-form-grid,
  html body form.rx-profile-edit-page.rx-entry-form .rx-form-grid{grid-template-columns:1fr!important;gap:14px!important}
  html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice{display:grid!important;padding:18px var(--rx-panel-gutter-mobile,16px)!important}
  html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-savebar.rx-form-actions{padding:16px var(--rx-panel-gutter-mobile,16px) 22px!important}
  html body form.rx-profile-edit-page.rx-entry-form > .rx-profile-savebar.rx-form-actions .rx-btn{width:100%!important;justify-content:center!important}
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entities-head p,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-type-picker,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-list,
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card .rx-article-entity-empty{margin-left:var(--rx-panel-gutter-mobile,16px)!important;margin-right:var(--rx-panel-gutter-mobile,16px)!important}
}

/* RunnerX v6.0.219: Infobox alignment, neutral savebars and inline follow suggestions. */
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:24px var(--rx-panel-gutter,24px) 22px!important;
  border-bottom:0!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after{
  content:""!important;
  position:absolute!important;
  left:var(--rx-panel-gutter,24px)!important;
  right:var(--rx-panel-gutter,24px)!important;
  bottom:0!important;
  height:1px!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
  pointer-events:none!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head p,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head p{
  padding-left:var(--rx-panel-gutter,24px)!important;
  padding-right:var(--rx-panel-gutter,24px)!important;
}
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page > .rx-profile-settings-notice{
  border-bottom:0!important;
}
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page > .rx-profile-savebar,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-entry-form-actions,
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-form-actions{
  background:#fff!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page > .rx-profile-savebar{
  border-top:0!important;
}
html body .rx-stream-follow-card{
  display:block!important;
  grid-template-columns:none!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--rx-border,#eff3f4)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body .rx-stream-follow-card:hover{
  background:#fff!important;
}
html body .rx-stream-follow-card__inner{
  display:block!important;
  padding:18px 30px 16px!important;
  box-sizing:border-box!important;
}
html body .rx-stream-follow-card__head{
  margin:0 0 12px!important;
  padding:0!important;
}
html body .rx-stream-follow-card__head h2{
  margin:0!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
html body .rx-stream-follow-card__list{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
}
html body .rx-stream-follow-card__user{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:12px!important;
  margin:0!important;
  padding:10px 0!important;
  border:0!important;
  background:transparent!important;
}
html body .rx-stream-follow-card__avatar,
html body .rx-stream-follow-card__avatar .rx-avatar,
html body .rx-stream-follow-card__avatar img{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:var(--rx-avatar-radius,14px)!important;
  overflow:hidden!important;
  object-fit:cover!important;
}
html body .rx-stream-follow-card__copy{
  min-width:0!important;
}
html body .rx-stream-follow-card__name{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  max-width:100%!important;
  color:var(--rx-primary,#08162f)!important;
  font-weight:950!important;
  text-decoration:none!important;
}
html body .rx-stream-follow-card__name strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .rx-stream-follow-card__copy .rx-account-user{
  display:block!important;
  margin-top:1px!important;
  color:var(--rx-muted,#536471)!important;
}
html body .rx-stream-follow-card__copy p{
  margin:6px 0 0!important;
  color:var(--rx-text,#0f1419)!important;
  font-size:15px!important;
  line-height:1.35!important;
}
html body .rx-stream-follow-card__btn{
  align-self:start!important;
  margin-left:8px!important;
  min-height:34px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}
html body .rx-stream-follow-card__btn i{
  display:none!important;
}
html body .rx-stream-follow-card__more{
  display:inline-flex!important;
  margin:8px 0 0!important;
  padding:0!important;
  color:var(--rx-link,#1d9bf0)!important;
  font-weight:750!important;
  text-decoration:none!important;
}
@media(max-width:760px){
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title{
    padding:20px var(--rx-panel-gutter-mobile,16px) 18px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after{
    left:var(--rx-panel-gutter-mobile,16px)!important;
    right:var(--rx-panel-gutter-mobile,16px)!important;
  }
  html body .rx-stream-follow-card__inner{padding:16px 18px 14px!important;}
  html body .rx-stream-follow-card__user{grid-template-columns:40px minmax(0,1fr) auto!important;gap:10px!important;}
  html body .rx-stream-follow-card__avatar,
  html body .rx-stream-follow-card__avatar .rx-avatar,
  html body .rx-stream-follow-card__avatar img{width:40px!important;height:40px!important;min-width:40px!important;}
  html body .rx-stream-follow-card__btn{padding:0 13px!important;margin-left:4px!important;}
}

/* RunnerX v6.0.219: Infobox-Panel bündig, Profil-Speicherleiste neutral und Wem-folgen-Streamcard. */
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page > .rx-profile-savebar{
  background:#fff!important;
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page{
  border-bottom-color:transparent!important;
}

html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel{
  --rx-article-entities-gutter:var(--rx-panel-gutter,24px);
  padding:0!important;
  overflow:visible!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0!important;
  padding:24px var(--rx-article-entities-gutter) 0!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head .rx-panel__title,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head .rx-panel__title{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head h2,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head h2{
  margin:0!important;
  color:var(--rx-panel-title,var(--rx-primary,#08162f))!important;
  font-size:var(--rx-panel-heading-size,26px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__rule,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__rule{
  height:1px!important;
  margin:22px var(--rx-article-entities-gutter) 0!important;
  padding:0!important;
  border:0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__body.rx-article-entities-body,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__body.rx-article-entities-body{
  margin:0!important;
  padding:22px var(--rx-article-entities-gutter) 24px!important;
  box-sizing:border-box!important;
  background:#fff!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-intro,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-intro{
  margin:0 0 22px!important;
  padding:0!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.5!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty{
  margin:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker{
  padding-top:0!important;
  padding-bottom:16px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty{
  padding-top:8px!important;
  padding-bottom:0!important;
}

html body .rx-stream > .rx-stream-follow-card,
html body .rx-stream-follow-card.rx-feed-card{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-border,#dbe5ef)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body .rx-stream-follow-card__inner{
  padding:22px var(--rx-gutter,var(--rx-panel-gutter,24px))!important;
  box-sizing:border-box!important;
}
html body .rx-stream-follow-card__head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin:0 0 16px!important;
  padding:0!important;
}
html body .rx-stream-follow-card__head h2{
  margin:0!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
html body .rx-stream-follow-card__list{
  display:grid!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-stream-follow-card__user{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:start!important;
  margin:0!important;
  padding:12px 0!important;
  border-top:1px solid var(--rx-border,#dbe5ef)!important;
  box-sizing:border-box!important;
}
html body .rx-stream-follow-card__user:first-child{
  border-top:0!important;
  padding-top:0!important;
}
html body .rx-stream-follow-card__avatar,
html body .rx-stream-follow-card__avatar .rx-avatar,
html body .rx-stream-follow-card__avatar img{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  display:block!important;
  object-fit:cover!important;
}
html body .rx-stream-follow-card__copy{
  min-width:0!important;
  padding-top:2px!important;
}
html body .rx-stream-follow-card__name{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  max-width:100%!important;
  color:var(--rx-primary,#08162f)!important;
  text-decoration:none!important;
  font-weight:950!important;
  line-height:1.15!important;
}
html body .rx-stream-follow-card__name strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .rx-stream-follow-card__copy .rx-account-user{
  display:block!important;
  margin-top:2px!important;
  color:var(--rx-muted,#536471)!important;
  font-size:14px!important;
  line-height:1.25!important;
}
html body .rx-stream-follow-card__copy p{
  margin:7px 0 0!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:500!important;
}
html body .rx-stream-follow-card__btn{
  align-self:start!important;
  min-height:38px!important;
  height:38px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
}
html body .rx-stream-follow-card__more{
  display:inline-flex!important;
  margin-top:10px!important;
  color:var(--rx-link,#1d9bf0)!important;
  text-decoration:none!important;
  font-weight:750!important;
}
html body .rx-stream-follow-card__more:hover{
  text-decoration:underline!important;
}
@media(max-width:640px){
  html body:not(.wp-admin) .rx-main form.rx-profile-edit-page > .rx-profile-savebar{
    padding-left:var(--rx-profile-edit-gutter-mobile,var(--rx-panel-gutter-mobile,16px))!important;
    padding-right:var(--rx-profile-edit-gutter-mobile,var(--rx-panel-gutter-mobile,16px))!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel,
  html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel{
    --rx-article-entities-gutter:var(--rx-panel-gutter-mobile,16px);
  }
  html body .rx-stream-follow-card__inner{
    padding:18px var(--rx-gutter,var(--rx-panel-gutter-mobile,16px))!important;
  }
  html body .rx-stream-follow-card__user{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:10px 12px!important;
  }
  html body .rx-stream-follow-card__avatar,
  html body .rx-stream-follow-card__avatar .rx-avatar,
  html body .rx-stream-follow-card__avatar img{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
  }
  html body .rx-stream-follow-card__btn{
    grid-column:2!important;
    justify-self:start!important;
    margin-top:6px!important;
    min-height:36px!important;
    height:36px!important;
  }
}

/* RunnerX v6.0.219 final: Artikel-Infobox exakt am Formular-Gutter ausrichten und Profil-Savebar neutral halten. */
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head{
  padding:0!important;
  margin:0!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title{
  margin:0!important;
  padding:24px var(--rx-panel-gutter,24px) 22px!important;
  border-bottom:0!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after{
  left:var(--rx-panel-gutter,24px)!important;
  right:var(--rx-panel-gutter,24px)!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head p,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head p{
  margin:20px 0 0!important;
  padding:0 var(--rx-panel-gutter,24px)!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker{
  margin:22px var(--rx-panel-gutter,24px) 14px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty{
  margin:14px var(--rx-panel-gutter,24px) 24px!important;
}
html body:not(.wp-admin) form.rx-profile-edit-page.rx-entry-form > .rx-profile-savebar.rx-form-actions,
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page.rx-entry-form > .rx-profile-savebar.rx-form-actions{
  background:#fff!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice + .rx-profile-savebar.rx-form-actions,
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice + .rx-profile-savebar.rx-form-actions{
  border-top:0!important;
}
@media(max-width:760px){
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title{
    padding:20px var(--rx-panel-gutter-mobile,16px) 18px!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-section-title::after{
    left:var(--rx-panel-gutter-mobile,16px)!important;
    right:var(--rx-panel-gutter-mobile,16px)!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head p,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-head p{
    padding-left:var(--rx-panel-gutter-mobile,16px)!important;
    padding-right:var(--rx-panel-gutter-mobile,16px)!important;
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
  html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty,
  html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty{
    margin-left:var(--rx-panel-gutter-mobile,16px)!important;
    margin-right:var(--rx-panel-gutter-mobile,16px)!important;
  }
}

/* RunnerX v6.0.220: Profil-Trenner, Infobox-Panel, Rechner-Hinweise und einzelne Rechnerfelder. */
html body:not(.wp-admin) form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice{
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
}
html body:not(.wp-admin) form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice + .rx-profile-settings-notice{
  border-top:0!important;
}
html body:not(.wp-admin) form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice + .rx-profile-savebar.rx-form-actions,
html body:not(.wp-admin) .rx-main form.rx-profile-edit-page.rx-entry-form > .rx-profile-settings-notice + .rx-profile-savebar.rx-form-actions{
  border-top:0!important;
}

html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel{
  --rx-article-entities-gutter:var(--rx-panel-gutter,24px);
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:24px var(--rx-article-entities-gutter) 0!important;
  border:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head .rx-panel__title,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head .rx-panel__title{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head .rx-panel__icon,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head .rx-panel__icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:19px!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head h2,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head h2{
  margin:0!important;
  padding:0!important;
  color:var(--rx-panel-title,var(--rx-primary,#08162f))!important;
  font-size:var(--rx-panel-heading-size,26px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__rule,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__rule{
  display:block!important;
  height:1px!important;
  margin:22px var(--rx-article-entities-gutter) 0!important;
  padding:0!important;
  border:0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__body.rx-article-entities-body,
html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__body.rx-article-entities-body{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px var(--rx-article-entities-gutter) 24px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-intro,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entities-intro{
  margin:0 0 22px!important;
  padding:0!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-weight:750!important;
  line-height:1.5!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-type-picker{
  margin-top:0!important;
  margin-bottom:16px!important;
  padding:0!important;
}
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-list,
html body form.rx-entry-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty,
html body form.rx-form-shell[data-runnerx-create-form] .rx-article-entities-card .rx-article-entity-empty{
  margin-top:14px!important;
  margin-bottom:0!important;
}
html body .rx-calculator-field.rx-calculator-field--full,
html body .rx-calculator-custom-distance.rx-calculator-field--full{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:none!important;
}
html body .rx-calculator-submit{
  white-space:nowrap!important;
}
html body .rx-calculator-submit sub{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  letter-spacing:0!important;
}
html body .rx-calculator-info-box{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:26px 0 0!important;
  padding:0!important;
  border:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body .rx-calculator-info-box__head{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:18px 18px 0!important;
}
html body .rx-calculator-info-box__icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-size:18px!important;
}
html body .rx-calculator-info-box h3{
  margin:0!important;
  color:var(--rx-panel-title,var(--rx-primary,#08162f))!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
html body .rx-calculator-info-box__rule{
  height:1px!important;
  margin:16px 18px 0!important;
  background:var(--rx-panel-title-rule,var(--rx-accent,#93e547))!important;
}
html body .rx-calculator-info-box p{
  margin:0!important;
  padding:16px 18px 18px!important;
  color:var(--rx-panel-muted,var(--rx-muted,#536471))!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:700!important;
}
@media(max-width:760px){
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel,
  html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel{
    --rx-article-entities-gutter:var(--rx-panel-gutter-mobile,16px);
  }
  html body form.rx-entry-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head,
  html body form.rx-form-shell[data-runnerx-create-form] > .rx-article-entities-card.rx-panel > .rx-panel__head.rx-article-entities-head{
    padding-top:20px!important;
  }
  html body .rx-calculator-info-box__head{padding:16px 16px 0!important;}
  html body .rx-calculator-info-box__rule{margin-left:16px!important;margin-right:16px!important;}
  html body .rx-calculator-info-box p{padding:14px 16px 16px!important;}
}

/* RunnerX v6.0.221: Onboarding mockup alignment, reading history and trend page. */
html body .rx-main > form.rx-onboarding.rx-panel-stack{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 0 34px!important;
  gap:0!important;
}
html body .rx-topbar + form.rx-onboarding.rx-panel-stack,
html body .rx-global-topbar + form.rx-onboarding.rx-panel-stack{
  margin-top:0!important;
}
html body form.rx-onboarding.rx-panel-stack > .rx-panel{
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body form.rx-onboarding.rx-panel-stack > .rx-panel + .rx-panel{
  border-top:0!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-panel__head,
html body form.rx-onboarding.rx-panel-stack .rx-panel__rule,
html body form.rx-onboarding.rx-panel-stack .rx-panel__body{
  margin-left:var(--rx-panel-gutter,26px)!important;
  margin-right:var(--rx-panel-gutter,26px)!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-panel__head{
  padding-left:0!important;
  padding-right:0!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-panel__body{
  padding-left:0!important;
  padding-right:0!important;
}
html body form.rx-onboarding.rx-panel-stack > .rx-onboarding-intro{
  overflow:hidden!important;
  padding:0!important;
  border-top:0!important;
  background:#fff!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-onboarding-hero{
  display:block!important;
  width:100%!important;
  height:178px!important;
  min-height:178px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--rx-accent,#93e547) 26%,#fff),#f5fff0 50%,#fff)!important;
  box-shadow:none!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-onboarding-avatar{
  position:absolute!important;
  left:var(--rx-panel-gutter,26px)!important;
  bottom:-54px!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-onboarding-copy{
  margin:0!important;
  padding:70px var(--rx-panel-gutter,26px) 30px!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-onboarding-actions{
  position:static!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:20px var(--rx-panel-gutter,26px) 28px!important;
  border-top:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
}
html body form.rx-onboarding.rx-panel-stack .rx-onboarding-actions .rx-btn{
  width:auto!important;
  min-width:168px!important;
}
html body .rx-reading-history-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  margin:0 0 16px!important;
  padding:0!important;
}
html body .rx-trend-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 0 34px!important;
  gap:0!important;
}
html body .rx-trend-page > .rx-panel{
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .rx-trend-user-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
}
html body .rx-trend-ranked-item{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:start!important;
}
html body .rx-trend-rank{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  margin-top:8px!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-weight:950!important;
}
html body .rx-trend-ranked-card{
  min-width:0!important;
}
html body .rx-trend-ranked-card .rx-user-card{
  margin:0!important;
}
html body .rx-trend-meta{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  margin:8px 0 0!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:800!important;
}
@media(max-width:760px){
  html body form.rx-onboarding.rx-panel-stack .rx-panel__head,
  html body form.rx-onboarding.rx-panel-stack .rx-panel__rule,
  html body form.rx-onboarding.rx-panel-stack .rx-panel__body{
    margin-left:var(--rx-panel-gutter-mobile,16px)!important;
    margin-right:var(--rx-panel-gutter-mobile,16px)!important;
  }
  html body form.rx-onboarding.rx-panel-stack .rx-onboarding-hero{height:150px!important;min-height:150px!important;}
  html body form.rx-onboarding.rx-panel-stack .rx-onboarding-avatar{left:var(--rx-panel-gutter-mobile,16px)!important;bottom:-48px!important;}
  html body form.rx-onboarding.rx-panel-stack .rx-onboarding-copy{padding:66px var(--rx-panel-gutter-mobile,16px) 24px!important;}
  html body form.rx-onboarding.rx-panel-stack .rx-onboarding-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    padding:18px var(--rx-panel-gutter-mobile,16px) 24px!important;
  }
  html body form.rx-onboarding.rx-panel-stack .rx-onboarding-actions .rx-btn{width:100%!important;min-width:0!important;}
}

/* RunnerX v6.0.222: Dashboard-Aktionsheader und mobile Dashboard-Abstände vereinheitlicht. */
html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:24px var(--rx-panel-gutter,24px)!important;
  border:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#dbe5ef))!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-main{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-main h2{
  margin:0!important;
  padding:0!important;
  font-size:var(--rx-panel-heading-size,clamp(19px,1.75vw,24px))!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
}
html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-main .rx-section-title-icon{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  margin:0!important;
}
html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex:0 0 auto!important;
  margin:0 0 0 auto!important;
  padding:0!important;
  min-width:0!important;
}
html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-actions .rx-btn{
  margin:0!important;
  white-space:nowrap!important;
}
html body .rx-reading-history-actions[hidden]{
  display:none!important;
}
@media(max-width:767px){
  html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
    justify-content:stretch!important;
    gap:12px!important;
    padding:18px var(--rx-panel-gutter-mobile,16px)!important;
  }
  html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-main{
    width:100%!important;
    gap:12px!important;
  }
  html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-main h2{
    font-size:22px!important;
    line-height:1.12!important;
  }
  html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-main .rx-section-title-icon{
    flex-basis:34px!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }
  html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-actions{
    width:auto!important;
    justify-self:end!important;
    justify-content:flex-end!important;
    margin:0!important;
  }
  html body .rx-dashboard-main .rx-dashboard-box.rx-flat-list-page > .rx-dashboard-section-title > .rx-dashboard-section-title-actions .rx-btn{
    width:auto!important;
    max-width:100%!important;
  }
}

/* RunnerX v6.0.223: Trendlisten komprimiert, globale Member-Cards und Dashboard-Icons stabilisiert. */
html body .rx-trend-page .rx-panel__body{
  padding:22px var(--rx-panel-gutter,24px)!important;
}
html body .rx-trend-compact-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
html body .rx-trend-compact-card{
  display:grid!important;
  grid-template-columns:42px 56px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
  padding:14px 0!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--rx-panel-border,var(--rx-border,#e6edf3))!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--rx-primary,#08162f)!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
html body .rx-trend-compact-card:last-child{
  border-bottom:0!important;
}
html body .rx-trend-compact-card:hover{
  background:var(--rx-hover,#f7f9f9)!important;
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-trend-compact-card .rx-trend-rank{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,var(--rx-accent,#93e547) 45%,#fff)!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
  font-weight:950!important;
  font-size:15px!important;
  line-height:1!important;
}
html body .rx-trend-compact-media{
  display:grid!important;
  place-items:center!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:color-mix(in srgb,var(--rx-accent,#93e547) 16%,#fff)!important;
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-trend-compact-media--avatar{
  border-radius:999px!important;
  background:#eff3f4!important;
}
html body .rx-trend-compact-media img,
html body .rx-trend-compact-media .rx-avatar{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  border-radius:inherit!important;
  object-fit:cover!important;
  display:block!important;
}
html body .rx-trend-compact-icon{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
}
html body .rx-trend-compact-icon i{
  font-size:24px!important;
  line-height:1!important;
  color:var(--rx-primary,#08162f)!important;
}
html body .rx-trend-compact-copy{
  display:block!important;
  min-width:0!important;
}
html body .rx-trend-compact-copy strong{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  max-width:100%!important;
  color:var(--rx-primary,#08162f)!important;
  font-weight:950!important;
  font-size:16px!important;
  line-height:1.18!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .rx-trend-compact-copy small{
  display:block!important;
  margin-top:3px!important;
  color:var(--rx-muted,#536471)!important;
  font-weight:750!important;
  font-size:14px!important;
  line-height:1.25!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  html body .rx-trend-page .rx-panel__body{padding:18px var(--rx-panel-gutter-mobile,16px)!important;}
  html body .rx-trend-compact-card{grid-template-columns:36px 48px minmax(0,1fr)!important;gap:10px!important;padding:13px 0!important;}
  html body .rx-trend-compact-card .rx-trend-rank{width:30px!important;height:30px!important;font-size:14px!important;}
  html body .rx-trend-compact-media,
  html body .rx-trend-compact-media img,
  html body .rx-trend-compact-media .rx-avatar{width:48px!important;height:48px!important;min-width:48px!important;}
  html body .rx-trend-compact-copy strong{font-size:15px!important;}
  html body .rx-trend-compact-copy small{font-size:13px!important;}
}

html body .rx-user-card,
html body .rx-user-list > .rx-user-card,
html body .rx-user-card-list .rx-user-card,
html body .rx-members-proto-list .rx-user-card,
html body .rx-members-list .rx-user-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
html body .rx-user-card .rx-user-card-avatar,
html body .rx-user-card-list .rx-user-card .rx-user-card-avatar,
html body .rx-members-proto-list .rx-user-card .rx-user-card-avatar,
html body .rx-members-list .rx-user-card .rx-user-card-avatar{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:start!important;
}
html body .rx-user-card .rx-user-card-main,
html body .rx-user-card-list .rx-user-card .rx-user-card-main,
html body .rx-members-proto-list .rx-user-card .rx-user-card-main,
html body .rx-members-list .rx-user-card .rx-user-card-main{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  min-width:0!important;
}
html body .rx-user-card .rx-user-card-actionbar,
html body .rx-user-card-list .rx-user-card .rx-user-card-actionbar,
html body .rx-members-proto-list .rx-user-card .rx-user-card-actionbar,
html body .rx-members-list .rx-user-card .rx-user-card-actionbar{
  grid-column:3!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  flex-wrap:nowrap!important;
}
html body .rx-user-card .rx-user-card-actionbar .rx-follow-btn,
html body .rx-user-card .rx-user-card-actionbar .rx-user-actions-trigger{
  flex:0 0 auto!important;
}
html body .rx-user-card .rx-user-card-actionbar .rx-follow-btn span{
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  html body .rx-user-card,
  html body .rx-user-list > .rx-user-card,
  html body .rx-user-card-list .rx-user-card,
  html body .rx-members-proto-list .rx-user-card,
  html body .rx-members-list .rx-user-card{
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:8px 12px!important;
    align-items:center!important;
  }
  html body .rx-user-card .rx-user-card-avatar,
  html body .rx-user-card-list .rx-user-card .rx-user-card-avatar,
  html body .rx-members-proto-list .rx-user-card .rx-user-card-avatar,
  html body .rx-members-list .rx-user-card .rx-user-card-avatar{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    align-self:center!important;
  }
  html body .rx-user-card .rx-user-card-main,
  html body .rx-user-card-list .rx-user-card .rx-user-card-main,
  html body .rx-members-proto-list .rx-user-card .rx-user-card-main,
  html body .rx-members-list .rx-user-card .rx-user-card-main{
    grid-column:2!important;
    grid-row:1!important;
    align-self:center!important;
  }
  html body .rx-user-card .rx-user-card-actionbar,
  html body .rx-user-card-list .rx-user-card .rx-user-card-actionbar,
  html body .rx-members-proto-list .rx-user-card .rx-user-card-actionbar,
  html body .rx-members-list .rx-user-card .rx-user-card-actionbar{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:start!important;
    justify-content:flex-start!important;
    align-self:center!important;
    width:100%!important;
    margin-top:4px!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
  }
  html body .rx-user-card .rx-user-card-actionbar .rx-follow-btn{
    max-width:100%!important;
    white-space:normal!important;
  }
  html body .rx-user-card .rx-user-card-actionbar .rx-follow-btn span{
    white-space:normal!important;
    max-width:none!important;
  }
}

html body .rx-stream > .rx-glossary-stream-card,
html body .rx-main .rx-stream > .rx-glossary-stream-card,
html body .rx-search-results.rx-stream > .rx-glossary-stream-card,
html body .rx-explore-results.rx-stream > .rx-glossary-stream-card,
html body .rx-profile-stream > .rx-glossary-stream-card,
html body .rx-dashboard-stream > .rx-glossary-stream-card{
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr) auto!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
html body .rx-glossary-stream-card .rx-event-card-menu{
  grid-column:3!important;
  justify-self:end!important;
  align-self:start!important;
  margin-left:auto!important;
}
html body .rx-glossary-stream-card .rx-glossary-card-main{
  grid-column:2!important;
  min-width:0!important;
}
@media(max-width:700px){
  html body .rx-stream > .rx-glossary-stream-card,
  html body .rx-main .rx-stream > .rx-glossary-stream-card,
  html body .rx-search-results.rx-stream > .rx-glossary-stream-card,
  html body .rx-explore-results.rx-stream > .rx-glossary-stream-card,
  html body .rx-profile-stream > .rx-glossary-stream-card,
  html body .rx-dashboard-stream > .rx-glossary-stream-card{
    grid-template-columns:56px minmax(0,1fr) auto!important;
    gap:12px!important;
  }
}

/* RunnerX v6.0.224: mobile bottom bar replaces side floating buttons. */
.rx-mobile-bottom-nav,
.rx-mobile-account-backdrop,
.rx-mobile-account-sheet{
  display:none;
}
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin){
    padding-bottom:0!important;
  }
  html body:not(.wp-admin) .rx-main,
  html body:not(.wp-admin) .rx-main-wide{
    padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }
  html body.rx-messages-screen{
    padding-bottom:0!important;
  }
  html body.rx-messages-screen .rx-main{
    padding-bottom:0!important;
  }
  html body:not(.wp-admin) .rx-main > .rx-topbar.rx-global-topbar,
  html body:not(.wp-admin) .rx-global-topbar,
  html body:not(.wp-admin) .rx-topbar.rx-global-topbar{
    position:static!important;
    top:auto!important;
    z-index:1!important;
  }
  html body:not(.wp-admin) .rx-floating,
  html body:not(.wp-admin) .rx-mobile-radial{
    display:none!important;
    opacity:0!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    position:fixed!important;
    left:50%!important;
    right:auto!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    transform:translateX(-50%)!important;
    width:min(calc(100vw - 24px), 620px)!important;
    min-height:64px!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    gap:0!important;
    padding:7px 10px!important;
    border:1px solid rgba(219,230,239,.94)!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 18px 55px rgba(8,22,47,.18),0 4px 18px rgba(8,22,47,.08)!important;
    backdrop-filter:saturate(180%) blur(18px)!important;
    -webkit-backdrop-filter:saturate(180%) blur(18px)!important;
    z-index:790!important;
    box-sizing:border-box!important;
  }
  html body.rx-messages-screen .rx-mobile-bottom-nav{
    display:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item{
    appearance:none!important;
    border:0!important;
    background:transparent!important;
    color:var(--rx-primary,var(--rx-text,#08162f))!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:2px!important;
    min-width:0!important;
    min-height:50px!important;
    padding:5px 4px!important;
    border-radius:18px!important;
    font:inherit!important;
    font-weight:900!important;
    text-decoration:none!important;
    position:relative!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:hover,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:focus-visible{
    background:rgba(147,229,71,.14)!important;
    outline:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item i{
    font-size:21px!important;
    line-height:1!important;
    width:25px!important;
    height:25px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item span{
    display:block!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:10px!important;
    line-height:1.05!important;
    letter-spacing:-.01em!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create{
    transform:translateY(-15px)!important;
    min-height:62px!important;
    gap:4px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i{
    width:58px!important;
    height:58px!important;
    border-radius:999px!important;
    color:#fff!important;
    background:linear-gradient(135deg,var(--rx-accent,#93e547),#ff18a8)!important;
    border:5px solid #fff!important;
    box-shadow:0 12px 30px rgba(8,22,47,.28)!important;
    font-size:25px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create span{
    margin-top:-2px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__badge{
    position:absolute!important;
    top:2px!important;
    right:calc(50% - 23px)!important;
    min-width:19px!important;
    height:19px!important;
    padding:0 5px!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:var(--rx-accent,#93e547)!important;
    color:var(--rx-primary,#08162f)!important;
    border:2px solid #fff!important;
    font-size:11px!important;
    font-weight:950!important;
    line-height:1!important;
    box-shadow:0 6px 16px rgba(8,22,47,.18)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__badge[hidden]{display:none!important;}

  html body:not(.wp-admin) .rx-mobile-account-backdrop{
    position:fixed!important;
    inset:0!important;
    display:block!important;
    opacity:0!important;
    pointer-events:none!important;
    background:rgba(8,22,47,.42)!important;
    transition:opacity .2s ease!important;
    z-index:1000!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-backdrop.is-open{
    opacity:1!important;
    pointer-events:auto!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet{
    position:fixed!important;
    left:50%!important;
    right:auto!important;
    bottom:0!important;
    transform:translate(-50%,110%)!important;
    width:min(100vw,620px)!important;
    max-height:min(86vh,680px)!important;
    overflow:auto!important;
    display:block!important;
    background:#fff!important;
    border:1px solid var(--rx-border,#dbe6ef)!important;
    border-bottom:0!important;
    border-radius:26px 26px 0 0!important;
    box-shadow:0 -24px 70px rgba(8,22,47,.24)!important;
    padding:10px 18px calc(24px + env(safe-area-inset-bottom))!important;
    transition:transform .24s cubic-bezier(.2,.8,.2,1)!important;
    z-index:1100!important;
    box-sizing:border-box!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet.is-open{
    transform:translate(-50%,0)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet .rx-mobile-create-handle{
    width:42px!important;
    height:5px!important;
    border-radius:999px!important;
    background:#cfd9de!important;
    margin:0 auto 14px!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:0 0 14px!important;
    border-bottom:1px solid var(--rx-border,#e6edf3)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__user{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
    color:inherit!important;
    text-decoration:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__user img,
  html body:not(.wp-admin) .rx-mobile-account-sheet__user .rx-avatar{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    border-radius:999px!important;
    object-fit:cover!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__guest-icon{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:16px!important;
    background:rgba(147,229,71,.16)!important;
    color:var(--rx-primary,#08162f)!important;
    font-size:24px!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__user strong,
  html body:not(.wp-admin) .rx-mobile-account-sheet__user small{
    display:block!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__user strong{
    font-size:17px!important;
    font-weight:950!important;
    color:var(--rx-primary,#08162f)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__user small{
    color:var(--rx-muted,#536471)!important;
    font-weight:750!important;
    margin-top:1px!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet h2{
    margin:16px 0 8px!important;
    font-size:23px!important;
    line-height:1.15!important;
    font-weight:950!important;
    color:var(--rx-primary,#08162f)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__links{
    display:flex!important;
    flex-direction:column!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__links a{
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    min-height:58px!important;
    padding:14px 2px!important;
    border-top:1px solid var(--rx-border,#e6edf3)!important;
    color:var(--rx-primary,#08162f)!important;
    text-decoration:none!important;
    font-size:20px!important;
    font-weight:900!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__links a:hover,
  html body:not(.wp-admin) .rx-mobile-account-sheet__links a:focus-visible{
    background:rgba(147,229,71,.12)!important;
    outline:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__links i{
    width:30px!important;
    min-width:30px!important;
    text-align:center!important;
    font-size:25px!important;
  }
  html body:not(.wp-admin) .rx-mobile-create-sheet,
  html body:not(.wp-admin) .rx-notification-panel,
  html body:not(.wp-admin) .rx-mobile-drawer,
  html body:not(.wp-admin) .rx-sidebar-offcanvas{
    z-index:1100!important;
  }
  html body:not(.wp-admin) .rx-mobile-create-backdrop,
  html body:not(.wp-admin) .rx-offcanvas-backdrop,
  html body:not(.wp-admin) .rx-mobile-drawer-backdrop,
  html body:not(.wp-admin) .rx-sidebar-offcanvas-backdrop{
    z-index:1000!important;
  }
}
@media(max-width:380px){
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    width:min(calc(100vw - 14px),620px)!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item span{font-size:9px!important;}
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i{width:54px!important;height:54px!important;}
}

/* RunnerX v6.0.224: mobile header scrolls with content and bottom nav stays below sheets. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-mobile-header{
    position:relative!important;
    top:auto!important;
    z-index:20!important;
    background:#fff!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html body:not(.wp-admin) .rx-topbar,
  html body:not(.wp-admin) .rx-main > .rx-topbar,
  html body:not(.wp-admin) .rx-main > .rx-topbar.rx-global-topbar{
    position:relative!important;
    top:auto!important;
    z-index:10!important;
    background:#fff!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    z-index:790!important;
  }
  html body:not(.wp-admin) .rx-mobile-create-backdrop.is-open,
  html body:not(.wp-admin) .rx-mobile-account-backdrop.is-open,
  html body:not(.wp-admin).rx-mobile-menu-open .rx-mobile-drawer-backdrop,
  html body:not(.wp-admin).rx-sidebar-open .rx-sidebar-offcanvas-backdrop,
  html body:not(.wp-admin) .rx-offcanvas-backdrop.is-open{
    z-index:1000!important;
  }
  html body:not(.wp-admin) .rx-mobile-create-sheet.is-open,
  html body:not(.wp-admin) .rx-mobile-account-sheet.is-open,
  html body:not(.wp-admin).rx-mobile-menu-open .rx-mobile-drawer,
  html body:not(.wp-admin).rx-sidebar-open .rx-sidebar-offcanvas,
  html body:not(.wp-admin) .rx-notification-panel.is-open{
    z-index:1100!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create span.screen-reader-text{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
}


/* RunnerX v6.0.224b: final mobile bottom navigation polish. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-main > .rx-topbar,
  html body:not(.wp-admin) .rx-topbar{
    position:static!important;
    top:auto!important;
    z-index:auto!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    height:72px!important;
    min-height:72px!important;
    z-index:790!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item{
    height:54px!important;
    min-height:54px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create{
    height:64px!important;
    min-height:64px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i{
    flex:0 0 58px!important;
  }
  html body:not(.wp-admin) .rx-mobile-create-sheet{
    z-index:1120!important;
  }
  html body:not(.wp-admin) .rx-mobile-create-backdrop{
    z-index:1010!important;
  }
  html body.rx-mobile-account-open{
    overflow:hidden!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet{
    z-index:1120!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-backdrop{
    z-index:1010!important;
  }
}
@media(min-width:901px){
  html body:not(.wp-admin) .rx-mobile-bottom-nav,
  html body:not(.wp-admin) .rx-mobile-account-backdrop,
  html body:not(.wp-admin) .rx-mobile-account-sheet{
    display:none!important;
  }
}

/* RunnerX v6.0.225: bündige Smart-Bottom-Bar und Swipe-Sheets. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-main,
  html body:not(.wp-admin) .rx-main-wide{
    padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;
  }
  html body.rx-messages-screen .rx-main,
  html body.rx-messages-screen .rx-main-wide{
    padding-bottom:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-header{
    position:sticky!important;
    top:0!important;
    z-index:795!important;
    transform:translateY(0)!important;
    transition:transform .22s ease, box-shadow .22s ease!important;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid var(--rx-border,#e6edf3)!important;
    backdrop-filter:saturate(180%) blur(16px)!important;
    -webkit-backdrop-filter:saturate(180%) blur(16px)!important;
    will-change:transform!important;
  }
  html body:not(.wp-admin).rx-mobile-chrome-hidden .rx-mobile-header{
    transform:translateY(-108%)!important;
  }
  html body:not(.wp-admin) .rx-main > .rx-topbar,
  html body:not(.wp-admin) .rx-main > .rx-topbar.rx-global-topbar,
  html body:not(.wp-admin) .rx-topbar,
  html body:not(.wp-admin) .rx-topbar.rx-global-topbar{
    position:static!important;
    top:auto!important;
    z-index:auto!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    height:calc(66px + env(safe-area-inset-bottom))!important;
    min-height:calc(66px + env(safe-area-inset-bottom))!important;
    padding:7px max(16px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-right))!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-top:1px solid rgba(219,230,239,.96)!important;
    border-radius:22px 22px 0 0!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 -12px 32px rgba(8,22,47,.14),0 -2px 10px rgba(8,22,47,.06)!important;
    transform:translateY(0)!important;
    transition:transform .22s ease, box-shadow .22s ease!important;
    z-index:790!important;
    will-change:transform!important;
  }
  html body:not(.wp-admin).rx-mobile-chrome-hidden .rx-mobile-bottom-nav{
    transform:translateY(112%)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item{
    height:52px!important;
    min-height:52px!important;
    padding:5px!important;
    border-radius:18px!important;
    color:var(--rx-primary,#08162f)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item i{
    width:27px!important;
    height:27px!important;
    font-size:24px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item span.screen-reader-text,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item > span{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create{
    height:66px!important;
    min-height:66px!important;
    transform:translateY(-23px)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i{
    width:58px!important;
    height:58px!important;
    flex:0 0 58px!important;
    border-radius:999px!important;
    border:5px solid #fff!important;
    color:#fff!important;
    background:linear-gradient(135deg,var(--rx-accent,#93e547),#ff18a8)!important;
    box-shadow:0 12px 30px rgba(8,22,47,.28)!important;
    font-size:26px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__badge{
    top:5px!important;
    right:calc(50% - 25px)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__head{
    justify-content:flex-start!important;
    padding:0 0 14px!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet .rx-icon-btn[data-mobile-account-close]{
    display:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet,
  html body:not(.wp-admin) .rx-mobile-create-sheet{
    touch-action:pan-y!important;
    overscroll-behavior:contain!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet.is-dragging,
  html body:not(.wp-admin) .rx-mobile-create-sheet.is-dragging{
    transition:none!important;
  }
  html body:not(.wp-admin).rx-mobile-account-open .rx-mobile-bottom-nav,
  html body:not(.wp-admin) .rx-mobile-create-sheet.is-open ~ .rx-mobile-bottom-nav{
    z-index:790!important;
  }
}
@media(min-width:901px){
  html body:not(.wp-admin) .rx-mobile-bottom-nav,
  html body:not(.wp-admin) .rx-mobile-account-backdrop,
  html body:not(.wp-admin) .rx-mobile-account-sheet{
    display:none!important;
  }
}


/* RunnerX v6.0.225b: Account-Sheet bündig zur Bottom-Bar und Swipe-Transform korrigiert. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    transform:translate3d(0,0,0)!important;
    border-radius:24px 24px 0 0!important;
  }
  html body:not(.wp-admin).rx-mobile-chrome-hidden .rx-mobile-bottom-nav{
    transform:translate3d(0,112%,0)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    transform:translate3d(0,112%,0)!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-radius:24px 24px 0 0!important;
    box-sizing:border-box!important;
    padding:10px 20px calc(24px + env(safe-area-inset-bottom))!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet.is-open{
    transform:translate3d(0,0,0)!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet.is-dragging,
  html body:not(.wp-admin) .rx-mobile-create-sheet.is-dragging{
    transition:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__head{
    justify-content:flex-start!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet__head > .rx-icon-btn,
  html body:not(.wp-admin) .rx-mobile-account-sheet [data-mobile-account-close]{
    display:none!important;
  }
}


/* RunnerX v6.0.226: mobile bottom nav closer to the requested reference layout. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    height:calc(64px + env(safe-area-inset-bottom))!important;
    min-height:calc(64px + env(safe-area-inset-bottom))!important;
    padding:0 max(8px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(8px,env(safe-area-inset-right))!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    justify-items:center!important;
    gap:0!important;
    border:0!important;
    border-top:1px solid rgba(219,230,239,.96)!important;
    border-radius:0!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 -10px 24px rgba(8,22,47,.12)!important;
    transform:translate3d(0,0,0)!important;
    transition:transform .22s ease, box-shadow .22s ease!important;
    z-index:790!important;
    overflow:visible!important;
    -webkit-backdrop-filter:saturate(180%) blur(16px)!important;
    backdrop-filter:saturate(180%) blur(16px)!important;
  }
  html body:not(.wp-admin).rx-mobile-chrome-hidden .rx-mobile-bottom-nav{
    transform:translate3d(0,116%,0)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item{
    width:100%!important;
    height:64px!important;
    min-height:64px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    color:#53606b!important;
    box-shadow:none!important;
    transform:none!important;
    position:relative!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:hover,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:focus-visible{
    background:transparent!important;
    color:var(--rx-primary,#08162f)!important;
    outline:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item i{
    width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:25px!important;
    line-height:1!important;
    color:currentColor!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create{
    height:64px!important;
    min-height:64px!important;
    padding:0!important;
    overflow:visible!important;
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i{
    width:62px!important;
    height:62px!important;
    flex:0 0 62px!important;
    margin-top:-34px!important;
    border-radius:999px!important;
    border:0!important;
    color:#fff!important;
    background:linear-gradient(180deg,#ff1f86 0%,#e72ed0 100%)!important;
    box-shadow:0 0 0 6px #101533,0 10px 22px rgba(8,22,47,.28)!important;
    font-size:0!important;
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i:before{
    content:"+"!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:38px!important;
    font-weight:400!important;
    line-height:1!important;
    color:#fff!important;
    margin-top:-3px!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create:active i{
    transform:scale(.97)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__badge{
    top:8px!important;
    right:calc(50% - 24px)!important;
    z-index:2!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create .rx-mobile-bottom-nav__badge{
    top:-24px!important;
  }
}


/* RunnerX v6.0.227: Bottom-Bar ohne dominanten Center-Button, näher an der Referenz. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    height:calc(58px + env(safe-area-inset-bottom))!important;
    min-height:calc(58px + env(safe-area-inset-bottom))!important;
    padding:0 max(10px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(10px,env(safe-area-inset-right))!important;
    border-top:1px solid rgba(219,230,239,.92)!important;
    border-radius:0!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 -4px 18px rgba(8,22,47,.08)!important;
    overflow:visible!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create{
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#253447!important;
    box-shadow:none!important;
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:hover,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:focus-visible{
    background:transparent!important;
    color:var(--rx-accent,#76e34e)!important;
    box-shadow:none!important;
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item i,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i{
    width:30px!important;
    height:30px!important;
    flex:0 0 30px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:currentColor!important;
    box-shadow:none!important;
    font-family:'icomoon'!important;
    font-size:25px!important;
    font-weight:normal!important;
    line-height:1!important;
    text-shadow:none!important;
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create i:before{
    content:"\e949"!important;
    font-family:'icomoon'!important;
    font-size:27px!important;
    font-weight:normal!important;
    line-height:1!important;
    color:currentColor!important;
    margin:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create:active i,
  html body:not(.wp-admin) .rx-mobile-bottom-nav__item:active i{
    transform:none!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__badge{
    top:6px!important;
    right:calc(50% - 24px)!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav__create .rx-mobile-bottom-nav__badge{
    top:6px!important;
  }
}

/* RunnerX v6.0.229: mobile bottom spacing and calculator result scroll support. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-main,
  html body:not(.wp-admin) .rx-main-wide{
    padding-bottom:calc(10px + env(safe-area-inset-bottom))!important;
  }
  html body.rx-messages-screen .rx-main,
  html body.rx-messages-screen .rx-main-wide{
    padding-bottom:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-account-sheet > h2:not(.screen-reader-text){
    display:none!important;
  }
}


/* RunnerX v6.0.229: Mobile chrome spacing. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-main,
  html body:not(.wp-admin) .rx-main-wide{
    padding-bottom:calc(10px + env(safe-area-inset-bottom))!important;
  }
  html body.rx-messages-screen .rx-main,
  html body.rx-messages-screen .rx-main-wide{
    padding-bottom:0!important;
  }
  html body:not(.wp-admin) .rx-mobile-bottom-nav{
    height:calc(58px + env(safe-area-inset-bottom))!important;
    min-height:calc(58px + env(safe-area-inset-bottom))!important;
  }
}


/* RunnerX v6.0.229: generic screen-reader utility for mobile sheets. */
html body:not(.wp-admin) .screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* RunnerX v6.0.229: mobile chat composer above the bottom navigation. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body.rx-messages-screen .rx-mobile-bottom-nav{
    display:grid!important;
  }
  html body.rx-messages-screen form.rx-message-compose,
  html body.rx-messages-screen .rx-messages-app form.rx-message-compose{
    position:sticky!important;
    bottom:calc(58px + env(safe-area-inset-bottom))!important;
    z-index:785!important;
    background:#fff!important;
    transition:bottom .22s ease!important;
  }
  html body.rx-messages-screen.rx-mobile-chrome-hidden form.rx-message-compose,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-app form.rx-message-compose{
    bottom:0!important;
  }
  html body.rx-messages-screen .rx-message-thread{
    padding-bottom:calc(148px + env(safe-area-inset-bottom))!important;
  }
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-message-thread{
    padding-bottom:86px!important;
  }
}

/* RunnerX v6.0.229: final mobile spacing tied to smart bottom navigation visibility. */
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin){
    --rx-mobile-bottom-nav-height: calc(58px + env(safe-area-inset-bottom));
    --rx-mobile-bottom-visible-space: calc(var(--rx-mobile-bottom-nav-height) + 10px);
    --rx-mobile-bottom-hidden-space: calc(10px + env(safe-area-inset-bottom));
  }
  html body:not(.wp-admin) .rx-main,
  html body:not(.wp-admin) .rx-main-wide{
    padding-bottom:var(--rx-mobile-bottom-visible-space)!important;
  }
  html body:not(.wp-admin).rx-mobile-chrome-hidden .rx-main,
  html body:not(.wp-admin).rx-mobile-chrome-hidden .rx-main-wide{
    padding-bottom:var(--rx-mobile-bottom-hidden-space)!important;
  }
  html body.rx-messages-screen .rx-main,
  html body.rx-messages-screen .rx-main-wide,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-main,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-main-wide{
    padding-bottom:0!important;
  }
  html body.rx-messages-screen form.rx-message-compose,
  html body.rx-messages-screen .rx-messages-app form.rx-message-compose{
    position:sticky!important;
    bottom:var(--rx-mobile-bottom-nav-height)!important;
    z-index:785!important;
    background:var(--rx-bg,#fff)!important;
    box-shadow:0 -1px 0 var(--rx-border,#dbe6ef)!important;
    transition:bottom .22s ease!important;
  }
  html body.rx-messages-screen.rx-mobile-chrome-hidden form.rx-message-compose,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-app form.rx-message-compose{
    bottom:env(safe-area-inset-bottom)!important;
  }
  html body.rx-messages-screen .rx-message-thread,
  html body.rx-messages-screen .rx-messages-thread{
    padding-bottom:calc(var(--rx-mobile-bottom-nav-height) + 90px)!important;
  }
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-message-thread,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-thread{
    padding-bottom:calc(86px + env(safe-area-inset-bottom))!important;
  }
}


/* RunnerX v6.0.231: Rechner-Header-Aktion und mobile Offcanvas-Swipe-Polish. */
html body .rx-calculator-detail-panel .rx-calculator-back-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:36px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
html body .rx-calculator-detail-panel .rx-calculator-back-btn i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
@media(max-width:767px){
  html body:not(.wp-admin) .rx-panel > .rx-panel__head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
    justify-content:stretch!important;
    gap:12px!important;
  }
  html body:not(.wp-admin) .rx-panel > .rx-panel__head > .rx-panel__title{
    width:100%!important;
    min-width:0!important;
  }
  html body:not(.wp-admin) .rx-panel > .rx-panel__head > .rx-panel__actions{
    width:auto!important;
    max-width:100%!important;
    justify-self:end!important;
    justify-content:flex-end!important;
    margin:0!important;
    padding:0!important;
  }
  html body:not(.wp-admin) .rx-panel > .rx-panel__head > .rx-panel__actions :is(.rx-btn,.rx-panel-action-link,.rx-calculator-back-btn){
    width:auto!important;
    max-width:100%!important;
  }
}
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-sidebar-offcanvas.is-dragging,
  html body:not(.wp-admin) .rx-notification-panel.is-dragging{
    transition:none!important;
    will-change:transform!important;
  }
}

/* RunnerX v6.0.231: Calculator header action and mobile offcanvas swipe polish. */
html body .rx-calculator-detail-panel > .rx-panel__head{
  flex-wrap:wrap!important;
}
html body .rx-calculator-detail-panel .rx-panel-action-link{
  min-height:34px!important;
  padding:8px 14px!important;
  border:0!important;
  border-radius:999px!important;
  background:#eff3f4!important;
  color:#0f1419!important;
  box-shadow:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
}
html body .rx-calculator-detail-panel .rx-panel-action-link:hover,
html body .rx-calculator-detail-panel .rx-panel-action-link:focus-visible{
  background:#e1e8ed!important;
  color:#0f1419!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
@media(max-width:767px){
  html body .rx-calculator-detail-panel > .rx-panel__head{
    align-items:flex-start!important;
    gap:12px!important;
  }
  html body .rx-calculator-detail-panel > .rx-panel__head > .rx-panel__title{
    flex:1 1 100%!important;
    width:100%!important;
    min-width:0!important;
  }
  html body .rx-calculator-detail-panel > .rx-panel__head > .rx-panel__actions{
    flex:1 1 100%!important;
    width:100%!important;
    margin:0!important;
    margin-left:0!important;
    justify-content:flex-end!important;
    align-items:center!important;
  }
}
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body:not(.wp-admin) .rx-sidebar-offcanvas.is-dragging,
  html body:not(.wp-admin).rx-notifications-open .rx-notification-panel.is-dragging{
    transition:none!important;
  }
}


/* RunnerX v6.0.234: Chat pages must not inherit mobile bottom-bar/composer smart-sticky behavior. */
html body.rx-messages-screen .rx-mobile-bottom-nav,
html body.rx-messages-screen .rx-mobile-account-backdrop,
html body.rx-messages-screen .rx-mobile-account-sheet{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body.rx-messages-screen{
  padding-bottom:0!important;
}
html body.rx-messages-screen.rx-mobile-chrome-hidden{
  padding-bottom:0!important;
}
html body.rx-messages-screen .rx-main,
html body.rx-messages-screen .rx-main-wide,
html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-main,
html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-main-wide{
  padding-bottom:0!important;
}
html body.rx-messages-screen .rx-messages-page{
  height:calc(100dvh - 54px)!important;
  min-height:calc(100dvh - 54px)!important;
  max-height:calc(100dvh - 54px)!important;
  overflow:hidden!important;
}
html body.rx-messages-screen .rx-message-thread-panel{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  min-height:0!important;
  height:100%!important;
  overflow:hidden!important;
}
html body.rx-messages-screen .rx-message-thread{
  min-height:0!important;
  height:auto!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-bottom:24px!important;
}
html body.rx-messages-screen form.rx-message-compose,
html body.rx-messages-screen .rx-messages-app form.rx-message-compose,
html body.rx-messages-screen.rx-mobile-chrome-hidden form.rx-message-compose,
html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-app form.rx-message-compose{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  width:100%!important;
  flex:0 0 72px!important;
  height:72px!important;
  min-height:72px!important;
  max-height:72px!important;
  margin:0!important;
  padding:15px 10px!important;
  z-index:60!important;
  box-shadow:none!important;
  transition:none!important;
  background:#fff!important;
  border-top:1px solid var(--rx-border,#dbe6ef)!important;
}
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body.rx-messages-screen .rx-mobile-bottom-nav,
  html body.rx-messages-screen .rx-mobile-account-backdrop,
  html body.rx-messages-screen .rx-mobile-account-sheet{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  html body.rx-messages-screen .rx-mobile-header{
    transform:none!important;
  }
  html body.rx-messages-screen .rx-messages-page{
    height:calc(100dvh - 48px)!important;
    min-height:calc(100dvh - 48px)!important;
    max-height:calc(100dvh - 48px)!important;
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  html body.rx-messages-screen .rx-messages-page.is-thread-open .rx-message-thread-panel{
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
  }
  html body.rx-messages-screen .rx-message-thread{
    padding:14px 12px 18px!important;
  }
  html body.rx-messages-screen form.rx-message-compose,
  html body.rx-messages-screen .rx-messages-app form.rx-message-compose,
  html body.rx-messages-screen.rx-mobile-chrome-hidden form.rx-message-compose,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-app form.rx-message-compose{
    position:relative!important;
    bottom:auto!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    padding:15px 10px calc(15px + env(safe-area-inset-bottom))!important;
    box-shadow:none!important;
  }
}

/* RunnerX v6.0.236: final wrapper-first focus cleanup after bundled CSS. */
html body:not(.wp-admin) :is(
  .rx-country-field[data-rx-country-field],
  .rx-emoji-picker,
  .rx-emoji-popover,
  .rx-message-compose,
  .rx-message-search-wrap,
  .rx-message-search,
  .rx-filterbar,
  .rx-global-filterbar,
  .rx-searchbox,
  .rx-sidebar-search,
  .rx-global-live-search,
  .rx-token-search,
  .rx-user-tagger-search,
  .rx-event-picker-search,
  .rx-mobile-search-head,
  .rx-members-toolbar,
  .rx-member-search,
  .rx-members-search
) :is(input,textarea,select,.rx-input,.rx-form-control):is(:focus,:focus-visible){
  border-color:transparent!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] :is(.rx-country-control-flag,.rx-country-current,.rx-country-display,.rx-country-current *,.rx-country-display *):is(:focus,:focus-visible){
  border-color:transparent!important;
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] :is(input,input[type="search"],button):is(:focus,:focus-visible),
html body:not(.wp-admin) .rx-emoji-picker :is(input,input[type="search"]):is(:focus,:focus-visible),
html body:not(.wp-admin) .rx-emoji-popover :is(input,input[type="search"]):is(:focus,:focus-visible){
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  background:transparent!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) :is(.rx-emoji-picker__search,.rx-emoji-picker .rx-emoji-picker__search,.rx-emoji-popover .rx-emoji-picker__search):focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin).rx-messages-screen .rx-message-compose textarea[data-rx-message-input],
html body:not(.wp-admin) .rx-messages-app .rx-message-compose textarea[data-rx-message-input],
html body:not(.wp-admin).rx-messages-screen .rx-message-compose textarea[data-rx-message-input]:is(:focus,:focus-visible),
html body:not(.wp-admin) .rx-messages-app .rx-message-compose textarea[data-rx-message-input]:is(:focus,:focus-visible){
  background:#eff3f4!important;
  border-color:transparent!important;
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
}
html body:not(.wp-admin) .rx-message-compose-main:focus-within,
html body:not(.wp-admin) .rx-message-search-wrap:focus-within,
html body:not(.wp-admin) .rx-searchbox:focus-within,
html body:not(.wp-admin) .rx-filterbar-search:focus-within,
html body:not(.wp-admin) .rx-filterbar-search-field:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  outline:0!important;
  box-shadow:none!important;
}


/* RunnerX v6.0.236: safe bundle fallout fixes, final non-form focus reset and chat menu safety. */
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search],
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:hover,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control input[data-rx-country-search]:focus-visible,
html body:not(.wp-admin) .rx-emoji-picker__search input,
html body:not(.wp-admin) .rx-emoji-picker__search input:hover,
html body:not(.wp-admin) .rx-emoji-picker__search input:focus,
html body:not(.wp-admin) .rx-emoji-picker__search input:focus-visible,
html body:not(.wp-admin) .rx-emoji-pop input,
html body:not(.wp-admin) .rx-emoji-pop input:focus,
html body:not(.wp-admin) .rx-emoji-pop input:focus-visible,
html body:not(.wp-admin) .rx-message-compose textarea,
html body:not(.wp-admin) .rx-message-compose textarea:hover,
html body:not(.wp-admin) .rx-message-compose textarea:focus,
html body:not(.wp-admin) .rx-message-compose textarea:focus-visible,
html body:not(.wp-admin) textarea[data-rx-message-input],
html body:not(.wp-admin) textarea[data-rx-message-input]:focus,
html body:not(.wp-admin) textarea[data-rx-message-input]:focus-visible,
html body:not(.wp-admin) .rx-message-edit-box textarea,
html body:not(.wp-admin) .rx-message-edit-box textarea:focus,
html body:not(.wp-admin) .rx-message-edit-box textarea:focus-visible{
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  outline-offset:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field],
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus-visible,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus-within{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field]:focus-within .rx-country-control,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field].is-open .rx-country-control{
  border-color:var(--rx-accent,#93e547)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control-flag,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control-flag:focus,
html body:not(.wp-admin) .rx-country-field[data-rx-country-field] .rx-country-control-flag:focus-visible{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .rx-emoji-picker__search,
html body:not(.wp-admin) .rx-emoji-picker__search:focus-within{
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body:not(.wp-admin) .rx-message-compose-main,
html body:not(.wp-admin) .rx-message-compose-main:focus-within{
  background:var(--rx-hover,#f2f5f7)!important;
  border-color:var(--rx-border,#dbe6ef)!important;
  box-shadow:none!important;
  outline:0!important;
}
html body.rx-messages-screen .rx-message-menu:not([hidden]){
  pointer-events:auto!important;
  z-index:2147483600!important;
}
html body.rx-messages-screen .rx-message-menu button,
html body.rx-messages-screen .rx-message-menu a{
  pointer-events:auto!important;
}

/* RunnerX v6.0.237: comment focus cleanup, chat restore and message bubble polish. */
html body:not(.wp-admin) .rx-reply-textarea,
html body:not(.wp-admin) .rx-reply-textarea:hover,
html body:not(.wp-admin) .rx-reply-textarea:focus,
html body:not(.wp-admin) .rx-reply-textarea:focus-visible,
html body:not(.wp-admin) .rx-discussion-page .rx-reply-textarea,
html body:not(.wp-admin) .rx-discussion-page .rx-reply-textarea:hover,
html body:not(.wp-admin) .rx-discussion-page .rx-reply-textarea:focus,
html body:not(.wp-admin) .rx-discussion-page .rx-reply-textarea:focus-visible{
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  border-color:var(--rx-border,#dbe6ef)!important;
}
html body:not(.wp-admin) .rx-discussion-editor:focus-within,
html body:not(.wp-admin) .rx-reply-box:focus-within{
  outline:0!important;
  box-shadow:none!important;
}

html body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-bubble,
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me .rx-message-bubble{
  background:var(--rx-primary,#08162f)!important;
  color:#fff!important;
}
html body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-bubble :is(a,.rx-message-edited,time),
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me .rx-message-bubble :is(a,.rx-message-edited,time){
  color:inherit!important;
}
html body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-seen,
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me .rx-message-seen,
html body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-seen.is-read,
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me .rx-message-seen.is-read{
  color:var(--rx-accent,#93e547)!important;
  opacity:1!important;
  letter-spacing:-4px!important;
}
html body.rx-messages-screen .rx-message-bubble-row.is-me .rx-message-seen i,
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me .rx-message-seen i{
  color:var(--rx-accent,#93e547)!important;
}
html body.rx-messages-screen .rx-message-bubble-row.is-me.is-editing .rx-message-edit-box textarea,
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me.is-editing .rx-message-edit-box textarea{
  background:color-mix(in srgb,#fff 10%,transparent)!important;
  color:#fff!important;
  caret-color:#fff!important;
  border:1px solid color-mix(in srgb,#fff 28%,transparent)!important;
  box-shadow:none!important;
}
html body.rx-messages-screen .rx-message-bubble-row.is-me.is-editing .rx-message-edit-box textarea::placeholder,
html body:not(.wp-admin) .rx-messages-app .rx-message-bubble-row.is-me.is-editing .rx-message-edit-box textarea::placeholder{
  color:rgba(255,255,255,.72)!important;
}
html body.rx-messages-screen .rx-message-edit-attachment,
html body:not(.wp-admin) .rx-messages-app .rx-message-edit-attachment{
  display:block!important;
  margin:0!important;
}
html body.rx-messages-screen .rx-message-edit-attachment .rx-message-image,
html body:not(.wp-admin) .rx-messages-app .rx-message-edit-attachment .rx-message-image,
html body.rx-messages-screen .rx-message-edit-attachment .rx-message-document,
html body:not(.wp-admin) .rx-messages-app .rx-message-edit-attachment .rx-message-document{
  margin:0!important;
}

html body.rx-messages-screen .rx-mobile-bottom-nav,
html body.rx-messages-screen .rx-mobile-account-backdrop,
html body.rx-messages-screen .rx-mobile-account-sheet{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body.rx-messages-screen .rx-messages-page{
  height:calc(100dvh - 54px)!important;
  min-height:calc(100dvh - 54px)!important;
  max-height:calc(100dvh - 54px)!important;
  overflow:hidden!important;
}
html body.rx-messages-screen .rx-message-thread-panel{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  min-height:0!important;
  height:100%!important;
  overflow:hidden!important;
}
html body.rx-messages-screen .rx-message-thread{
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-bottom:24px!important;
}
html body.rx-messages-screen form.rx-message-compose,
html body.rx-messages-screen .rx-messages-app form.rx-message-compose,
html body.rx-messages-screen.rx-mobile-chrome-hidden form.rx-message-compose,
html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-app form.rx-message-compose{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  width:100%!important;
  flex:0 0 auto!important;
  height:auto!important;
  min-height:64px!important;
  max-height:none!important;
  margin:0!important;
  padding:10px 10px!important;
  z-index:60!important;
  box-shadow:none!important;
  transition:none!important;
  background:#fff!important;
  border-top:1px solid var(--rx-border,#dbe6ef)!important;
  align-self:end!important;
}
html body.rx-messages-screen form.rx-message-compose .rx-message-compose-reply,
html body.rx-messages-screen .rx-messages-app form.rx-message-compose .rx-message-compose-reply,
html body.rx-messages-screen form.rx-message-compose .rx-message-attachment-preview,
html body.rx-messages-screen .rx-messages-app form.rx-message-compose .rx-message-attachment-preview{
  grid-column:1/-1!important;
  width:100%!important;
  margin:0 0 4px!important;
}
@media(max-width:900px), (pointer:coarse) and (orientation:portrait){
  html body.rx-messages-screen .rx-mobile-bottom-nav,
  html body.rx-messages-screen .rx-mobile-account-backdrop,
  html body.rx-messages-screen .rx-mobile-account-sheet{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  html body.rx-messages-screen .rx-mobile-header{transform:none!important;}
  html body.rx-messages-screen .rx-messages-page{
    height:calc(100dvh - 48px)!important;
    min-height:calc(100dvh - 48px)!important;
    max-height:calc(100dvh - 48px)!important;
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  html body.rx-messages-screen .rx-message-thread{padding:14px 12px 18px!important;}
  html body.rx-messages-screen form.rx-message-compose,
  html body.rx-messages-screen .rx-messages-app form.rx-message-compose,
  html body.rx-messages-screen.rx-mobile-chrome-hidden form.rx-message-compose,
  html body.rx-messages-screen.rx-mobile-chrome-hidden .rx-messages-app form.rx-message-compose{
    position:relative!important;
    bottom:auto!important;
    height:auto!important;
    min-height:62px!important;
    max-height:none!important;
    padding:10px 8px calc(10px + env(safe-area-inset-bottom))!important;
    box-shadow:none!important;
  }
}

/* RunnerX v6.0.237: keep the chat composer input visible in normal and focus states. */
html body:not(.wp-admin) .rx-message-compose textarea[data-rx-message-input],
html body:not(.wp-admin) .rx-message-compose textarea[data-rx-message-input]:hover,
html body:not(.wp-admin) .rx-message-compose textarea[data-rx-message-input]:focus,
html body:not(.wp-admin) .rx-message-compose textarea[data-rx-message-input]:focus-visible{
  background:#eff3f4!important;
  border:0!important;
  border-color:transparent!important;
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
}


/* RunnerX v6.0.238: emoji viewport clamp and comment textarea focus cleanup. */
html body:not(.wp-admin) .rx-emoji-picker{
  max-height:min(520px,calc(100vh - 24px))!important;
}
html body:not(.wp-admin) .rx-emoji-picker__body{
  min-height:0!important;
  flex:1 1 auto!important;
  overflow:auto!important;
}
html body:not(.wp-admin) :is(.rx-reply-textarea,.rx-comment-compose textarea,.rx-discussion-editor textarea,#replyText,textarea[data-rx-comment-input]):is(:focus,:focus-visible){
  outline:0!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
}
