:root{--prhub-accent:#e30613;--prhub-panel:#111827}
.prhub-registration-wrap,.prhub-login-wrap,.prhub-dashboard,.prhub-auth-shell{max-width:1120px;margin:0 auto}
.prhub-card{background:#fff;border:1px solid rgba(17,24,39,.1);border-radius:18px;padding:24px;box-sizing:border-box;box-shadow:0 10px 32px rgba(17,24,39,.06)}
.prhub-registration-wrap.is-embedded{max-width:none;margin:0}.prhub-registration-wrap.is-embedded .prhub-message{margin-top:0}
.prhub-registration-form{display:grid;gap:22px}.prhub-grid,.prhub-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}.prhub-field{display:grid;gap:8px;margin:0}.prhub-field-full{grid-column:1/-1}.prhub-field label,.prhub-offer-types legend{font-weight:700;color:#111827;font-size:13px}.prhub-field input{width:100%;min-height:50px;padding:12px 14px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;color:#111827;box-sizing:border-box;font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.prhub-field input::placeholder{color:#98a2b3}.prhub-field input:focus{border-color:var(--prhub-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--prhub-accent) 12%,transparent);outline:none}.prhub-field small{opacity:.68}.prhub-optional{font-size:11px;font-weight:600;color:#667085;margin-left:4px}
.prhub-offer-types{border:0;padding:0;margin:2px 0 0}.prhub-offer-types legend{width:100%;margin-bottom:10px}.prhub-offer-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.prhub-offer-card{position:relative;display:block;cursor:pointer}.prhub-offer-card>input{position:absolute;opacity:0;pointer-events:none}.prhub-offer-card-ui{display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:10px;min-height:78px;padding:13px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;box-sizing:border-box;transition:all .15s ease}.prhub-offer-card:hover .prhub-offer-card-ui{border-color:color-mix(in srgb,var(--prhub-accent) 45%,#d0d5dd);background:#fffafa}.prhub-offer-card>input:focus-visible+.prhub-offer-card-ui{outline:3px solid color-mix(in srgb,var(--prhub-accent) 20%,transparent);outline-offset:2px}.prhub-offer-card>input:checked+.prhub-offer-card-ui{border-color:var(--prhub-accent);background:color-mix(in srgb,var(--prhub-accent) 5%,white);box-shadow:0 0 0 1px var(--prhub-accent)}.prhub-offer-icon{display:inline-flex!important;align-items:center;justify-content:center;width:38px!important;height:38px!important;border-radius:10px;background:#f2f4f7;color:#344054;font-size:19px!important}.prhub-offer-card>input:checked+.prhub-offer-card-ui .prhub-offer-icon{background:var(--prhub-accent);color:#fff}.prhub-offer-card-ui strong{display:block;font-size:14px;color:#101828}.prhub-offer-card-ui small{display:block;color:#667085;font-size:11px;line-height:1.35;margin-top:3px}.prhub-offer-check{opacity:0;color:var(--prhub-accent);font-size:18px!important;width:18px!important;height:18px!important}.prhub-offer-card>input:checked+.prhub-offer-card-ui .prhub-offer-check{opacity:1}
.prhub-submit,.prhub-button,.prhub-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:11px 18px;border-radius:12px;cursor:pointer;font:inherit;font-weight:750;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.prhub-submit,.prhub-button{border:0;background:var(--prhub-accent);color:#fff!important;box-shadow:0 9px 22px color-mix(in srgb,var(--prhub-accent) 22%,transparent)}.prhub-submit:hover,.prhub-button:hover{transform:translateY(-1px);box-shadow:0 12px 26px color-mix(in srgb,var(--prhub-accent) 29%,transparent)}.prhub-secondary-button{border:1px solid #d0d5dd;background:#fff;color:#111827}.prhub-secondary-button:hover{border-color:var(--prhub-accent);color:var(--prhub-accent);background:color-mix(in srgb,var(--prhub-accent) 3%,white)}.prhub-submit .dashicons,.prhub-secondary-button .dashicons{font-size:17px;width:17px;height:17px}
.prhub-message{padding:14px 16px;margin-bottom:20px;border:1px solid currentColor;border-radius:12px}.prhub-success{color:#126b3d;background:#f1fbf5}.prhub-warning{color:#8a5a00;background:#fff9e9}.prhub-error{color:#9b1c1c;background:#fff3f3}.prhub-privacy-note{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.5;color:#667085;margin:0}.prhub-privacy-note .dashicons{font-size:16px;width:16px;height:16px;margin-top:1px;color:#667085}.prhub-privacy-note a{color:var(--prhub-accent);font-weight:650}.prhub-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
/* Combined registration + login portal */
.prhub-auth-shell{display:grid;grid-template-columns:minmax(310px,.9fr) minmax(0,1.2fr);border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 24px 70px rgba(17,24,39,.12);min-height:610px}
.prhub-auth-intro{padding:42px 38px;background:linear-gradient(150deg,var(--prhub-panel),color-mix(in srgb,var(--prhub-panel) 82%,var(--prhub-accent)));color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:34px}.prhub-auth-intro::after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:color-mix(in srgb,var(--prhub-accent) 38%,transparent);right:-115px;bottom:-120px;filter:blur(2px);pointer-events:none}.prhub-auth-intro>div{position:relative;z-index:1}.prhub-auth-intro .prhub-kicker{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.12em;color:#fff}.prhub-auth-intro h1{font-size:38px;line-height:1.08;margin:22px 0 14px;color:#fff}.prhub-auth-intro>div>p{font-size:15px;line-height:1.7;color:rgba(255,255,255,.82);margin:0 0 28px}.prhub-benefits{display:grid;gap:13px}.prhub-benefit{display:flex;align-items:flex-start;gap:10px;color:#fff}.prhub-benefit .dashicons{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:999px;background:rgba(255,255,255,.13);flex:0 0 23px;font-size:15px}.prhub-benefit strong{font-size:13px;line-height:1.45}
.prhub-process{display:grid;gap:10px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.prhub-process-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.64);margin-bottom:2px}.prhub-process-step{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.prhub-process-step>b{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:9px;background:rgba(255,255,255,.12);color:#fff;font-size:12px}.prhub-process-step strong,.prhub-process-step small{display:block}.prhub-process-step strong{color:#fff;font-size:12px}.prhub-process-step small{color:rgba(255,255,255,.67);font-size:11px;line-height:1.4;margin-top:2px}
.prhub-auth-card{background:#fff;padding:38px 38px 36px;display:flex;align-items:center}.prhub-auth-pane{display:none;width:100%}.prhub-auth-pane.is-active{display:block}.prhub-auth-pane-head{margin-bottom:24px}.prhub-pane-kicker{display:block;margin-bottom:7px;color:var(--prhub-accent);font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:800}.prhub-auth-pane-head h2{margin:0 0 8px;color:#111827;font-size:29px;line-height:1.15}.prhub-auth-pane-head p{margin:0;color:#667085;line-height:1.6;font-size:14px}.prhub-pane-toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.prhub-text-button{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#667085;font:inherit;font-size:12px;font-weight:700;cursor:pointer;padding:7px 0}.prhub-text-button:hover{color:var(--prhub-accent)}.prhub-text-button .dashicons{font-size:15px;width:15px;height:15px}.prhub-login-form{display:grid;gap:16px}.prhub-login-submit{width:100%;margin-top:2px}.prhub-password-wrap{position:relative}.prhub-password-wrap input{padding-right:48px}.prhub-password-toggle{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:9px;background:transparent;color:#667085;cursor:pointer}.prhub-password-toggle:hover{background:#f2f4f7;color:#111827}.prhub-password-toggle .dashicons{font-size:18px;width:18px;height:18px}.prhub-login-options{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-2px}.prhub-login-options a{font-size:12px;color:var(--prhub-accent);font-weight:700}.prhub-remember{display:flex;align-items:center;gap:7px;color:#475467;font-size:12px}.prhub-auth-divider{display:flex;align-items:center;gap:12px;color:#98a2b3;font-size:11px;margin:28px 0 18px}.prhub-auth-divider::before,.prhub-auth-divider::after{content:"";height:1px;background:#e4e7ec;flex:1}.prhub-auth-divider span{white-space:nowrap}.prhub-register-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #eaecf0;border-radius:14px;background:#f9fafb}.prhub-register-cta strong{display:block;color:#111827;font-size:13px}.prhub-register-cta p{margin:4px 0 0;color:#667085;font-size:11px;line-height:1.45}.prhub-register-cta .prhub-secondary-button{white-space:nowrap;min-height:42px;padding:9px 13px;font-size:12px}
.prhub-registration-success{text-align:center;padding:12px 4px 4px}.prhub-success-icon{display:inline-flex!important;align-items:center;justify-content:center;width:62px!important;height:62px!important;border-radius:999px;background:#e9f8ef;color:#13854e;font-size:31px!important;margin-bottom:14px}.prhub-success-kicker{display:block;color:#13854e;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.prhub-registration-success h3{font-size:28px;margin:0 0 10px;color:#111827}.prhub-registration-success>p{max-width:570px;margin:0 auto 24px;color:#667085;line-height:1.65}.prhub-success-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:left;margin:0 0 22px}.prhub-success-steps>div{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #eaecf0}.prhub-success-steps b{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#e9f8ef;color:#13854e;font-size:12px}.prhub-success-steps strong,.prhub-success-steps small{display:block}.prhub-success-steps strong{font-size:12px;color:#111827}.prhub-success-steps small{font-size:10px;line-height:1.4;color:#667085;margin-top:2px}.prhub-auth-success{text-align:center;grid-column:1/-1;margin:auto;max-width:520px}.prhub-auth-icon{display:inline-flex!important;width:56px!important;height:56px!important;border-radius:999px;background:#e7f8ee;color:#126b3d;align-items:center;justify-content:center;font-size:28px!important;font-weight:700}
/* Admin preview uses same component */
.prhub-auth-preview{max-width:none;min-height:540px}.prhub-auth-preview .prhub-auth-intro{padding:30px 26px}.prhub-auth-preview .prhub-auth-intro h1{font-size:29px}.prhub-auth-preview .prhub-auth-card{padding:28px}.prhub-auth-preview .prhub-auth-pane-head h2{font-size:24px}.prhub-preview-fields{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:16px}.prhub-preview-fields-register{grid-template-columns:1fr 1fr}.prhub-preview-fields span{height:44px;border:1px solid #d0d5dd;border-radius:10px;padding:12px;color:#98a2b3;background:#fff;box-sizing:border-box;font-size:11px}.prhub-auth-preview .prhub-process-step small{display:none}
/* Dashboard */
.prhub-dashboard{display:grid;gap:22px}.prhub-dashboard-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.prhub-dashboard-head h2{margin:.2em 0}.prhub-kicker{font-size:.8em;text-transform:uppercase;letter-spacing:.12em;opacity:.7}.prhub-status-badge{display:block;padding:7px 10px;border-radius:999px;background:#eee;font-weight:700;text-align:center}.prhub-status-approved{background:#e7f8ee;color:#126b3d}.prhub-status-review{background:#eef3ff;color:#294d9b}.prhub-status-pending{background:#fff5dd;color:#8a5a00}.prhub-status-rejected{background:#ffeded;color:#9b1c1c}.prhub-logout{display:block;margin-top:10px;text-align:right}.prhub-history-list{display:grid;gap:0}.prhub-history-row{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:11px 0;border-bottom:1px solid rgba(0,0,0,.08)}.prhub-history-row:last-child{border-bottom:0}.prhub-history-row time{opacity:.65;font-size:.9em}
@media(max-width:980px){.prhub-auth-shell{grid-template-columns:1fr}.prhub-auth-intro{padding:32px;gap:28px}.prhub-auth-intro h1{font-size:32px}.prhub-auth-preview{grid-template-columns:1fr}.prhub-offer-card-grid{grid-template-columns:1fr}.prhub-auth-intro::after{right:-140px}.prhub-process{grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.14);padding-top:16px}.prhub-process-label{grid-column:1/-1}.prhub-process-step{grid-template-columns:24px 1fr}}
@media(max-width:700px){.prhub-grid,.prhub-dashboard-grid{grid-template-columns:1fr}.prhub-field-full{grid-column:auto}.prhub-dashboard-head{display:block}.prhub-logout{text-align:left}.prhub-history-row{grid-template-columns:1fr;gap:3px}.prhub-auth-card{padding:28px 20px}.prhub-auth-intro{padding:28px 22px}.prhub-auth-intro h1{font-size:29px}.prhub-register-cta{display:grid}.prhub-register-cta .prhub-secondary-button{width:100%}.prhub-login-options{align-items:flex-start;flex-direction:column}.prhub-success-steps{grid-template-columns:1fr}.prhub-process{grid-template-columns:1fr}.prhub-process-label{grid-column:auto}.prhub-preview-fields-register{grid-template-columns:1fr}}
/* 0.5.0 Anbieterbereich */
.prhub-auth-icon-error{background:#fff1f1!important;color:#b42318!important}
.prhub-activation-shell{min-height:560px}
.prhub-console{--prhub-console-accent:#e30613;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:250px minmax(0,1fr);min-height:650px;background:#fff;border:1px solid #e4e7ec;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(17,24,39,.10)}
.prhub-console-sidebar{background:#111827;color:#fff;padding:26px 18px;display:flex;flex-direction:column;gap:28px}.prhub-console-brand{display:grid;gap:5px;padding:0 10px}.prhub-console-brand span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.58)}.prhub-console-brand strong{font-size:17px;line-height:1.25;color:#fff}.prhub-console-sidebar nav{display:grid;gap:7px}.prhub-console-sidebar nav a,.prhub-console-sidebar-foot a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:11px;color:rgba(255,255,255,.76);text-decoration:none;font-weight:700;font-size:13px}.prhub-console-sidebar nav a:hover,.prhub-console-sidebar nav a.is-active,.prhub-console-sidebar-foot a:hover{background:rgba(255,255,255,.10);color:#fff}.prhub-console-sidebar nav a.is-active{box-shadow:inset 3px 0 0 var(--prhub-console-accent)}.prhub-console-sidebar nav .dashicons,.prhub-console-sidebar-foot .dashicons{font-size:18px;width:18px;height:18px;color:var(--prhub-console-accent)}.prhub-console-sidebar-foot{margin-top:auto;display:grid;gap:5px;border-top:1px solid rgba(255,255,255,.1);padding-top:16px}
.prhub-console-main{padding:30px;min-width:0;background:#f8fafc}.prhub-console-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.prhub-console-top h2{font-size:30px;line-height:1.15;margin:4px 0 7px;color:#111827}.prhub-console-top p{margin:0;color:#667085;max-width:720px;line-height:1.55}.prhub-console-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.prhub-console-stats>div{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:16px;box-shadow:0 5px 18px rgba(17,24,39,.03)}.prhub-console-stats span{display:block;color:#667085;font-size:12px;margin-bottom:5px}.prhub-console-stats strong{display:block;color:#111827;font-size:15px;line-height:1.35}.prhub-console .prhub-card{box-shadow:0 5px 18px rgba(17,24,39,.03);border-color:#e4e7ec}.prhub-console .prhub-dashboard-grid{margin-bottom:20px}.prhub-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.prhub-action-grid a{display:grid;gap:4px;border:1px solid #e4e7ec;border-radius:14px;padding:14px;background:#fff;text-decoration:none;color:#111827;transition:.15s ease}.prhub-action-grid a:hover{border-color:color-mix(in srgb,var(--prhub-console-accent) 45%,#e4e7ec);transform:translateY(-1px)}.prhub-action-grid .dashicons{color:var(--prhub-console-accent);margin-bottom:5px}.prhub-action-grid strong{font-size:13px}.prhub-action-grid small{color:#667085;line-height:1.4}.prhub-console-form-card .prhub-submit{margin-top:20px}.prhub-empty-module{text-align:center;padding:46px 30px}.prhub-empty-module>.dashicons{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;font-size:30px;border-radius:18px;background:color-mix(in srgb,var(--prhub-console-accent) 10%,white);color:var(--prhub-console-accent);margin-bottom:14px}.prhub-empty-module h3{font-size:24px;margin:0 0 8px}.prhub-empty-module p{max-width:620px;margin:0 auto;color:#667085;line-height:1.6}.prhub-offer-summary{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:18px}.prhub-offer-summary span{padding:7px 10px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:12px;font-weight:700}.prhub-console .prhub-submit{background:var(--prhub-console-accent)}
.prhub-console-preview{min-width:720px;min-height:480px;grid-template-columns:200px 1fr;box-shadow:none}.prhub-console-preview .prhub-console-sidebar{padding:20px 14px}.prhub-console-preview .prhub-console-main{padding:22px}.prhub-console-preview .prhub-console-top h2{font-size:24px}.prhub-console-preview .prhub-console-sidebar nav a{pointer-events:none}.prhub-console-preview .prhub-console-stats{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.prhub-console{grid-template-columns:1fr}.prhub-console-sidebar{padding:18px}.prhub-console-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.prhub-console-sidebar-foot{grid-template-columns:1fr 1fr}.prhub-console-brand{padding:0}.prhub-console-main{padding:22px}.prhub-console-stats{grid-template-columns:1fr}.prhub-action-grid{grid-template-columns:1fr}.prhub-console-preview{min-width:650px}}
@media(max-width:600px){.prhub-console-sidebar nav{grid-template-columns:1fr}.prhub-console-sidebar-foot{grid-template-columns:1fr}.prhub-console-top{display:grid}.prhub-console-main{padding:16px}.prhub-console-top h2{font-size:25px}}
/* 0.6.0 Angebotsverwaltung */
.prhub-module-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.prhub-module-head h3{font-size:24px;margin:4px 0 6px;color:#111827}.prhub-module-head p{margin:0;color:#667085;max-width:720px;line-height:1.55}.prhub-offer-new{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;white-space:nowrap;text-decoration:none}.prhub-offer-new .dashicons{font-size:17px;width:17px;height:17px}
.prhub-offer-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 18px}.prhub-offer-stats>div{padding:13px 14px;border-radius:13px;background:#f8fafc;border:1px solid #e4e7ec}.prhub-offer-stats span{display:block;color:#667085;font-size:11px;margin-bottom:4px}.prhub-offer-stats strong{display:block;color:#111827;font-size:22px}.prhub-offer-empty{text-align:center;padding:42px 20px;border:1px dashed #d0d5dd;border-radius:16px;background:#fcfcfd}.prhub-offer-empty>.dashicons{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;font-size:27px;border-radius:16px;background:color-mix(in srgb,var(--prhub-console-accent) 10%,white);color:var(--prhub-console-accent);margin-bottom:10px}.prhub-offer-empty h4{font-size:19px;margin:0 0 6px}.prhub-offer-empty p{color:#667085;margin:0 0 16px}.prhub-offer-list{display:grid;gap:9px}.prhub-offer-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto 18px;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;color:#111827;text-decoration:none;transition:.15s ease}.prhub-offer-row:hover{border-color:color-mix(in srgb,var(--prhub-console-accent) 38%,#e4e7ec);transform:translateY(-1px);box-shadow:0 7px 18px rgba(17,24,39,.05)}.prhub-offer-type-icon{display:flex!important;align-items:center;justify-content:center;width:42px!important;height:42px!important;border-radius:12px;background:#f2f4f7;color:var(--prhub-console-accent);font-size:20px!important}.prhub-offer-row-main{min-width:0}.prhub-offer-row-main strong,.prhub-offer-row-main small{display:block}.prhub-offer-row-main strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prhub-offer-row-main small{font-size:11px;color:#667085;margin-top:3px}.prhub-offer-status{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap;background:#f2f4f7;color:#344054}.prhub-offer-status-draft{background:#f2f4f7;color:#344054}.prhub-offer-status-review{background:#eef3ff;color:#294d9b}.prhub-offer-status-approved{background:#e7f8ee;color:#126b3d}.prhub-offer-status-rejected{background:#ffeded;color:#9b1c1c}.prhub-wc-chip{padding:5px 8px;border-radius:8px;background:#f5f3ff;color:#5b21b6;font-size:10px;font-weight:800}.prhub-back-link{display:inline-block;color:#667085;text-decoration:none;font-weight:700;font-size:12px;margin-bottom:3px}.prhub-back-link:hover{color:var(--prhub-console-accent)}
.prhub-offer-type-cards{border:0;padding:0;margin:0 0 18px}.prhub-offer-type-cards legend{font-weight:800;color:#111827;margin-bottom:9px}.prhub-offer-type-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.prhub-offer-type-cards legend{grid-column:1/-1}.prhub-offer-type-card{position:relative;display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #d0d5dd;border-radius:13px;background:#fff;cursor:pointer}.prhub-offer-type-card input{position:absolute;opacity:0;pointer-events:none}.prhub-offer-type-card .dashicons{color:#667085}.prhub-offer-type-card:has(input:checked){border-color:var(--prhub-console-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--prhub-console-accent) 12%,transparent);background:color-mix(in srgb,var(--prhub-console-accent) 4%,white)}.prhub-offer-type-card:has(input:checked) .dashicons{color:var(--prhub-console-accent)}.prhub-offer-editor textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:11px 12px}.prhub-offer-editor-actions{display:flex;justify-content:flex-end;gap:10px;align-items:center;margin-top:20px;padding-top:18px;border-top:1px solid #eaecf0}.prhub-offer-editor-actions .prhub-submit{width:auto;display:inline-flex;align-items:center;gap:7px}.prhub-offer-editor-actions .prhub-secondary-button{width:auto}
@media(max-width:760px){.prhub-module-head{display:grid}.prhub-offer-new{width:100%!important;justify-content:center}.prhub-offer-stats{grid-template-columns:repeat(2,1fr)}.prhub-offer-row{grid-template-columns:40px minmax(0,1fr) auto}.prhub-offer-row>.prhub-wc-chip,.prhub-offer-row>.dashicons:last-child{display:none}.prhub-offer-type-cards{grid-template-columns:1fr}.prhub-offer-editor-actions{display:grid}.prhub-offer-editor-actions .prhub-submit,.prhub-offer-editor-actions .prhub-secondary-button{width:100%}}
/* 0.7.0 Buchungen & Rechnung durch Anbieter */
.prhub-booking-pending-badge{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#fff4e5;color:#8a5a00;font-size:12px;font-weight:800;white-space:nowrap}
.prhub-booking-list{display:grid;gap:9px;margin-top:18px}.prhub-booking-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto 20px;gap:12px;align-items:center;padding:14px 15px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;color:#111827;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.prhub-booking-row:hover{border-color:color-mix(in srgb,var(--prhub-console-accent,var(--prhub-accent)) 42%,#d0d5dd);box-shadow:0 10px 24px rgba(17,24,39,.06);transform:translateY(-1px)}.prhub-booking-icon{display:inline-flex!important;align-items:center;justify-content:center;width:42px!important;height:42px!important;border-radius:12px;background:#f2f4f7;color:var(--prhub-console-accent,var(--prhub-accent));font-size:20px!important}.prhub-booking-main strong,.prhub-booking-main small{display:block}.prhub-booking-main small{margin-top:4px;color:#667085;font-size:12px}.prhub-invoice-status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.prhub-invoice-status-requested{background:#fff5dd;color:#8a5a00}.prhub-invoice-status-sent{background:#eef3ff;color:#294d9b}.prhub-invoice-status-paid{background:#e7f8ee;color:#126b3d}
.prhub-booking-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.prhub-booking-detail-grid>div{border:1px solid #e4e7ec;border-radius:14px;padding:18px;background:#fbfcfd}.prhub-booking-detail-grid h4{margin:0 0 12px}.prhub-booking-detail-grid p{line-height:1.65}.prhub-booking-items{list-style:none;margin:0;padding:0;display:grid;gap:9px}.prhub-booking-items li{display:flex;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid #e4e7ec}.prhub-booking-total{display:flex;justify-content:space-between;gap:12px;padding-top:14px;font-size:16px}.prhub-invoice-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:20px;padding:18px;border-radius:14px;background:#fff9e9;border:1px solid #f4dfa5}.prhub-invoice-action p{margin:5px 0 0;color:#6b5a23;line-height:1.55}.prhub-checkout-note{padding:18px 20px!important;border:1px solid #e4e7ec;border-radius:14px;background:#f8fafc}.prhub-checkout-note h2{margin-top:0}
@media(max-width:760px){.prhub-booking-row{grid-template-columns:40px 1fr}.prhub-booking-row>.prhub-invoice-status,.prhub-booking-row>.dashicons-arrow-right-alt2{grid-column:2}.prhub-booking-detail-grid{grid-template-columns:1fr}.prhub-invoice-action{grid-template-columns:1fr}.prhub-invoice-action .prhub-submit{width:100%}}
@media(min-width:901px){.prhub-console:not(.prhub-console-preview) .prhub-console-stats{grid-template-columns:repeat(4,1fr)}.prhub-console:not(.prhub-console-preview) .prhub-action-grid{grid-template-columns:repeat(4,1fr)}}
/* 0.8.0 Geführter Angebots-Wizard */
.prhub-offer-wizard{padding:0!important;overflow:hidden}.prhub-wizard-head{padding:24px 26px 18px;margin:0!important;border-bottom:1px solid #eaecf0}.prhub-wizard-save-state{display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:700;white-space:nowrap}.prhub-wizard-save-state .dashicons{font-size:16px;width:16px;height:16px;color:#12b76a}.prhub-wizard-save-state.is-error{background:#fff0f0;color:#b42318}.prhub-wizard-save-state.is-error .dashicons{color:#b42318}
.prhub-wizard-progress{display:grid;grid-template-columns:repeat(7,1fr);gap:0;background:#f8fafc;border-bottom:1px solid #eaecf0;padding:0 16px}.prhub-wizard-step{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:84px;padding:10px 5px;border:0;background:transparent;color:#98a2b3;cursor:pointer}.prhub-wizard-step .prhub-step-number{position:absolute;top:8px;right:10px;font-size:10px;font-weight:800;color:#b4bbc6}.prhub-wizard-step>.dashicons{font-size:20px;width:20px;height:20px}.prhub-wizard-step strong{font-size:11px}.prhub-wizard-step:after{content:"";position:absolute;left:12%;right:12%;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:transparent}.prhub-wizard-step.is-active{color:var(--prhub-console-accent)}.prhub-wizard-step.is-active:after{background:var(--prhub-console-accent)}.prhub-wizard-step.is-complete{color:#344054}.prhub-wizard-step.is-complete .prhub-step-number{color:#12b76a}
.prhub-wizard-pane{display:none;padding:30px 30px 20px;min-height:470px}.prhub-wizard-pane.is-active{display:block}.prhub-wizard-pane-head{max-width:760px;margin-bottom:24px}.prhub-wizard-pane-head>span{display:block;color:var(--prhub-console-accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.prhub-wizard-pane-head h4{font-size:26px;line-height:1.2;margin:0 0 8px;color:#101828}.prhub-wizard-pane-head p{margin:0;color:#667085;font-size:14px;line-height:1.55}
.prhub-offer-wizard .prhub-offer-type-cards{grid-template-columns:repeat(3,1fr);gap:14px}.prhub-offer-wizard .prhub-offer-type-card{align-items:flex-start;min-height:112px;padding:18px;border-radius:16px}.prhub-offer-wizard .prhub-offer-type-card>.dashicons{display:flex;align-items:center;justify-content:center;flex:0 0 46px;width:46px;height:46px;font-size:23px;border-radius:13px;background:#f2f4f7}.prhub-offer-wizard .prhub-offer-type-card span:last-child{display:flex;flex-direction:column;gap:5px}.prhub-offer-wizard .prhub-offer-type-card strong{font-size:15px}.prhub-offer-wizard .prhub-offer-type-card small{font-size:12px;color:#667085;line-height:1.45;font-weight:400}.prhub-offer-wizard .prhub-offer-type-card:has(input:checked)>.dashicons{background:color-mix(in srgb,var(--prhub-console-accent) 11%,white)}
.prhub-offer-wizard .prhub-field input,.prhub-offer-wizard .prhub-field textarea{border:1px solid #d0d5dd;border-radius:11px;padding:11px 12px;box-shadow:0 1px 2px rgba(16,24,40,.02)}.prhub-offer-wizard .prhub-field textarea{width:100%;resize:vertical}.prhub-offer-wizard .prhub-field input:focus,.prhub-offer-wizard .prhub-field textarea:focus{border-color:var(--prhub-console-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--prhub-console-accent) 10%,transparent);outline:none}.prhub-offer-wizard .prhub-field small{display:block;margin-top:6px;color:#98a2b3;line-height:1.35}
.prhub-price-mode{margin-bottom:18px}.prhub-switch-row{display:flex;align-items:flex-start;gap:12px;padding:15px 16px;border:1px solid #e4e7ec;border-radius:14px;background:#f9fafb;cursor:pointer}.prhub-switch-row input{margin-top:3px}.prhub-switch-row span{display:flex;flex-direction:column;gap:3px}.prhub-switch-row strong{color:#101828}.prhub-switch-row small{color:#667085}.prhub-variant-builder[hidden],.prhub-grid[hidden]{display:none!important}.prhub-list-builder,.prhub-contact-box{border:1px solid #e4e7ec;border-radius:16px;padding:17px;background:#fbfcfd}.prhub-list-builder-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}.prhub-list-builder-head>div{display:flex;flex-direction:column;gap:2px}.prhub-list-builder-head strong{color:#101828}.prhub-list-builder-head small{color:#667085;font-size:11px}.prhub-small-button{width:auto!important;padding:8px 11px!important;display:inline-flex!important;align-items:center;gap:5px;font-size:12px!important}.prhub-icon-add{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:var(--prhub-console-accent);cursor:pointer}.prhub-repeat-list{display:grid;gap:8px}.prhub-repeat-row{display:grid;grid-template-columns:18px minmax(0,1fr) 130px 110px 32px;gap:8px;align-items:center;padding:9px;border:1px solid #e4e7ec;border-radius:12px;background:#fff}.prhub-repeat-row.prhub-extra-row{grid-template-columns:minmax(0,1fr) 150px 32px}.prhub-repeat-row:not(.prhub-variant-row):not(.prhub-extra-row){grid-template-columns:22px minmax(0,1fr) 32px}.prhub-repeat-row input{min-width:0;width:100%;border:1px solid #d0d5dd;border-radius:9px;padding:8px}.prhub-row-grip{color:#98a2b3;cursor:grab}.prhub-list-check{color:#12b76a}.prhub-repeat-remove{width:30px;height:30px;border:0;border-radius:8px;background:#fff1f1;color:#b42318;font-size:19px;cursor:pointer}.prhub-repeat-empty{padding:17px;text-align:center;border:1px dashed #d0d5dd;border-radius:11px;color:#98a2b3;background:#fff}.prhub-input-suffix{display:flex;align-items:center;border:1px solid #d0d5dd;border-radius:9px;background:#fff;overflow:hidden}.prhub-input-suffix input{border:0!important;border-radius:0!important}.prhub-input-suffix span{padding:0 9px;color:#667085}.prhub-builder-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:18px 0}.prhub-contact-box{margin-top:18px}.prhub-contact-box .prhub-list-builder-head{margin-bottom:8px}
.prhub-media-review-note{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-radius:13px;background:#f5f3ff;border:1px solid #ddd6fe;margin-bottom:16px}.prhub-media-review-note>.dashicons{color:#7c3aed}.prhub-media-review-note strong{display:block;color:#4c1d95}.prhub-media-review-note p{margin:3px 0 0;color:#6d28d9;font-size:12px}.prhub-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:185px;padding:24px;border:2px dashed #cbd5e1;border-radius:18px;background:#f8fafc;text-align:center;cursor:pointer;transition:.15s ease}.prhub-dropzone:hover,.prhub-dropzone.is-over{border-color:var(--prhub-console-accent);background:color-mix(in srgb,var(--prhub-console-accent) 4%,white);transform:translateY(-1px)}.prhub-dropzone>.dashicons{display:flex;align-items:center;justify-content:center;width:52px;height:52px;font-size:26px;border-radius:15px;background:#fff;color:var(--prhub-console-accent);box-shadow:0 5px 18px rgba(16,24,40,.06);margin-bottom:10px}.prhub-dropzone strong{font-size:15px;color:#101828}.prhub-dropzone>span:not(.dashicons){font-size:13px;color:#667085;margin-top:2px}.prhub-dropzone small{font-size:11px;color:#98a2b3;margin-top:7px}.prhub-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.prhub-gallery-empty{grid-column:1/-1;text-align:center;padding:22px;border:1px solid #eaecf0;border-radius:13px;color:#98a2b3}.prhub-gallery-empty .dashicons{font-size:24px;width:24px;height:24px}.prhub-gallery-empty p{margin:6px 0 0}.prhub-gallery-item{position:relative;aspect-ratio:4/3;border-radius:13px;overflow:hidden;background:#f2f4f7;border:1px solid #e4e7ec;cursor:grab}.prhub-gallery-item.is-dragging{opacity:.45}.prhub-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.prhub-cover-chip,.prhub-media-status{position:absolute;top:7px;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:800;line-height:1.2}.prhub-cover-chip{left:7px;background:rgba(17,24,39,.78);color:#fff}.prhub-gallery-item .prhub-media-status{right:7px}.prhub-media-status{display:inline-flex;background:#f2f4f7;color:#475467}.prhub-media-status-pending{background:#fff4d9;color:#8a5a00}.prhub-media-status-approved{background:#ddf7e8;color:#126b3d}.prhub-media-status-rejected{background:#ffe8e8;color:#9b1c1c}.prhub-media-status-none{background:#f2f4f7;color:#667085}.prhub-gallery-remove{position:absolute;right:7px;bottom:7px;width:27px;height:27px;border:0;border-radius:8px;background:rgba(17,24,39,.78);color:#fff;font-size:18px;cursor:pointer}.prhub-drag-handle{position:absolute;left:7px;bottom:7px;color:#fff;background:rgba(17,24,39,.65);padding:4px;border-radius:7px;font-size:15px!important;width:15px!important;height:15px!important}.prhub-video-field{margin-top:18px}.prhub-video-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.prhub-video-input-row>.prhub-media-status{position:static}
.prhub-review-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:18px;align-items:start}.prhub-offer-preview{border:1px solid #e4e7ec;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(16,24,40,.06)}.prhub-preview-media{position:relative;aspect-ratio:16/7;background:#eef2f6}.prhub-preview-media img{width:100%;height:100%;object-fit:cover}.prhub-preview-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#98a2b3}.prhub-preview-placeholder .dashicons{font-size:30px;width:30px;height:30px}.prhub-preview-type{position:absolute;left:14px;top:14px;padding:6px 9px;border-radius:999px;background:rgba(17,24,39,.78);color:#fff;font-size:11px;font-weight:800}.prhub-preview-body{padding:20px}.prhub-preview-kicker{display:block;color:var(--prhub-console-accent);font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.prhub-preview-body h4{font-size:24px;margin:5px 0 7px;color:#101828}.prhub-preview-body>p{color:#667085;margin:0;line-height:1.55}.prhub-preview-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.prhub-preview-meta span,.prhub-preview-variants span{padding:6px 8px;border-radius:8px;background:#f2f4f7;color:#475467;font-size:11px}.prhub-preview-price{display:flex;align-items:baseline;gap:7px;margin-top:18px}.prhub-preview-price small{color:#667085}.prhub-preview-price strong{font-size:26px;color:#101828}.prhub-preview-variants{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.prhub-preview-description{margin-top:18px;padding-top:16px;border-top:1px solid #eaecf0;color:#475467;line-height:1.6;font-size:13px}.prhub-submit-check{position:sticky;top:45px;border:1px solid #e4e7ec;border-radius:16px;padding:18px;background:#fbfcfd}.prhub-submit-check h5{font-size:17px;margin:0 0 13px}.prhub-checklist{display:grid;gap:8px}.prhub-check-item{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:9px;font-size:12px;font-weight:700}.prhub-check-item .dashicons{font-size:16px;width:16px;height:16px}.prhub-check-item.is-ok{background:#ecfdf3;color:#027a48}.prhub-check-item.is-missing{background:#fff6ed;color:#b54708}.prhub-review-actions{display:grid;gap:8px;margin-top:16px}.prhub-review-actions .prhub-submit,.prhub-review-actions .prhub-secondary-button{width:100%}.prhub-submit.is-not-ready{opacity:.72}
.prhub-wizard-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 24px;border-top:1px solid #eaecf0;background:#fbfcfd;position:sticky;bottom:0;z-index:4}.prhub-wizard-footer .prhub-submit,.prhub-wizard-footer .prhub-secondary-button{width:auto!important;display:inline-flex;align-items:center;gap:6px}.prhub-wizard-footer-center{display:flex;justify-content:center;align-items:center;gap:6px;color:#98a2b3;font-size:11px}.prhub-wizard-footer-center .dashicons{font-size:15px;width:15px;height:15px}
.prhub-offer-thumb{display:flex;width:42px;height:42px;border-radius:12px;overflow:hidden;background:#f2f4f7}.prhub-offer-thumb img{width:100%;height:100%;object-fit:cover}
@media(max-width:980px){.prhub-wizard-progress{grid-template-columns:repeat(3,1fr)}.prhub-offer-wizard .prhub-offer-type-cards{grid-template-columns:1fr}.prhub-gallery{grid-template-columns:repeat(3,1fr)}.prhub-builder-grid,.prhub-review-layout{grid-template-columns:1fr}.prhub-submit-check{position:static}.prhub-repeat-row{grid-template-columns:18px minmax(0,1fr) 110px 90px 32px}}
@media(max-width:640px){.prhub-wizard-head{padding:20px}.prhub-wizard-head{display:grid}.prhub-wizard-save-state{justify-self:start}.prhub-wizard-progress{grid-template-columns:repeat(2,1fr);padding:0 8px}.prhub-wizard-pane{padding:22px 16px 16px}.prhub-wizard-pane-head h4{font-size:22px}.prhub-gallery{grid-template-columns:repeat(2,1fr)}.prhub-repeat-row,.prhub-repeat-row.prhub-extra-row,.prhub-repeat-row:not(.prhub-variant-row):not(.prhub-extra-row){grid-template-columns:1fr}.prhub-repeat-row .prhub-row-grip,.prhub-repeat-row .prhub-list-check{display:none}.prhub-repeat-remove{justify-self:end}.prhub-video-input-row{grid-template-columns:1fr}.prhub-wizard-footer{grid-template-columns:1fr 1fr}.prhub-wizard-footer-center{display:none}.prhub-wizard-footer .prhub-submit,.prhub-wizard-footer .prhub-secondary-button{width:100%!important;justify-content:center}}

/* 0.9.0 – Angebots-Wizard: Buchungsdaten */
.prhub-booking-note{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;margin:0 0 18px;border:1px solid #dbe4ff;background:#f5f8ff;border-radius:16px}.prhub-booking-note>.dashicons{color:#4f46e5;font-size:22px;width:22px;height:22px}.prhub-booking-note strong{display:block;margin-bottom:4px}.prhub-booking-note p{margin:0;color:#64748b}.prhub-booking-presets{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;margin-bottom:18px}.prhub-preset-card{appearance:none;border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:14px;text-align:left;cursor:pointer;transition:.16s ease;color:#0f172a}.prhub-preset-card:hover{border-color:#8b5cf6;box-shadow:0 7px 20px rgba(109,40,217,.08);transform:translateY(-1px)}.prhub-preset-card .dashicons{display:block;color:#6d28d9;margin-bottom:9px}.prhub-preset-card strong,.prhub-preset-card small{display:block}.prhub-preset-card small{margin-top:4px;color:#64748b;line-height:1.3}.prhub-booking-field-list{display:grid;gap:12px;margin-top:14px}.prhub-booking-field-row{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:14px}.prhub-booking-field-main{display:grid;grid-template-columns:auto minmax(170px,1.4fr) minmax(130px,.8fr) minmax(150px,.9fr) auto auto;gap:10px;align-items:end}.prhub-booking-field-main .prhub-field{margin:0}.prhub-booking-field-main .prhub-row-grip{align-self:center;color:#94a3b8}.prhub-mini-check{display:flex;align-items:center;gap:6px;min-height:38px;white-space:nowrap}.prhub-booking-options{margin:12px 0 0 28px}.prhub-booking-options textarea{width:100%}.prhub-preview-booking-fields{margin-top:14px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.prhub-preview-booking-fields strong,.prhub-preview-booking-fields span{display:block}.prhub-preview-booking-fields span{margin-top:4px;color:#64748b;font-size:12px}
/* WooCommerce checkout fields */
.prhub-checkout-booking-fields{margin:24px 0;padding:22px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}.prhub-checkout-booking-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.prhub-checkout-booking-head>.dashicons{color:#6d28d9;font-size:24px;width:24px;height:24px}.prhub-checkout-booking-head h3{margin:0 0 4px}.prhub-checkout-booking-head p{margin:0;color:#64748b}.prhub-checkout-offer-fields{padding:16px 0;border-top:1px solid #eef2f7}.prhub-checkout-offer-fields:first-of-type{border-top:0}.prhub-checkout-offer-fields h4{margin:0 0 14px}.prhub-checkout-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.prhub-checkout-field-full{grid-column:1/-1}.prhub-checkout-field label{display:block;font-weight:600;margin-bottom:6px}.prhub-checkout-field input[type=text],.prhub-checkout-field input[type=tel],.prhub-checkout-field input[type=date],.prhub-checkout-field select,.prhub-checkout-field textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px 11px;background:#fff}.prhub-checkout-checkbox{display:flex!important;align-items:flex-start;gap:8px;padding:10px 0}.prhub-checkout-checkbox input{margin-top:3px}.prhub-participant-groups{margin-top:18px}.prhub-participant-title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.prhub-participant-title small{color:#64748b}.prhub-participant-card{padding:14px;margin:10px 0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}.prhub-participant-number{font-weight:700;margin-bottom:12px;color:#334155}.prhub-checkout-data-note{display:flex;gap:8px;align-items:flex-start;margin:16px 0 0;color:#64748b;font-size:13px}.prhub-checkout-data-note .dashicons{color:#6d28d9}.prhub-booking-extra-data{margin:18px 0;padding:18px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.prhub-booking-extra-data>h4{margin-top:0}.prhub-booking-answer-group{padding:14px 0;border-top:1px solid #eef2f7}.prhub-booking-answer-group:first-of-type{border-top:0}.prhub-booking-answer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:10px 0 0}.prhub-booking-answer-list>div{padding:9px 10px;border-radius:10px;background:#f8fafc}.prhub-booking-answer-list dt{font-size:12px;color:#64748b}.prhub-booking-answer-list dd{margin:3px 0 0;font-weight:600}.prhub-booking-participant-answers{display:grid;gap:10px;margin-top:12px}.prhub-booking-participant-answer{padding:12px;border:1px solid #e2e8f0;border-radius:12px}
@media(max-width:1000px){.prhub-booking-presets{grid-template-columns:repeat(2,1fr)}.prhub-booking-field-main{grid-template-columns:auto 1fr 1fr}.prhub-booking-field-main .prhub-mini-check{grid-column:2}.prhub-booking-field-main .prhub-repeat-remove{grid-column:3;grid-row:2;justify-self:end}}
@media(max-width:680px){.prhub-booking-presets{grid-template-columns:1fr}.prhub-booking-field-main{grid-template-columns:1fr}.prhub-booking-field-main .prhub-row-grip{display:none}.prhub-booking-field-main .prhub-mini-check,.prhub-booking-field-main .prhub-repeat-remove{grid-column:auto;grid-row:auto}.prhub-booking-options{margin-left:0}.prhub-checkout-field-grid,.prhub-booking-answer-list{grid-template-columns:1fr}.prhub-participant-title{align-items:flex-start;flex-direction:column}}


/* 0.9.1 Dashboard layout hardening: escape narrow theme/Elementor content columns */
.prhub-console:not(.prhub-console-preview){
    width:min(1180px,calc(100vw - 48px));
    max-width:none;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    box-sizing:border-box;
}
.prhub-console:not(.prhub-console-preview) .prhub-console-main{width:100%;min-width:0;box-sizing:border-box}
.prhub-console:not(.prhub-console-preview) .prhub-dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);align-items:start}
.prhub-console:not(.prhub-console-preview) .prhub-console-form-card{width:100%;box-sizing:border-box}
.prhub-console:not(.prhub-console-preview) .prhub-console-form-card form{width:100%}
.prhub-console:not(.prhub-console-preview) .prhub-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}
.prhub-console:not(.prhub-console-preview) .prhub-field,
.prhub-console:not(.prhub-console-preview) .prhub-field input,
.prhub-console:not(.prhub-console-preview) .prhub-field textarea,
.prhub-console:not(.prhub-console-preview) .prhub-field select{min-width:0;max-width:none;box-sizing:border-box}
.prhub-console:not(.prhub-console-preview) .prhub-field input,
.prhub-console:not(.prhub-console-preview) .prhub-field textarea,
.prhub-console:not(.prhub-console-preview) .prhub-field select{width:100%}
@media(max-width:900px){
    .prhub-console:not(.prhub-console-preview){width:min(100%,calc(100vw - 24px));left:50%;transform:translateX(-50%);border-radius:18px}
    .prhub-console:not(.prhub-console-preview) .prhub-dashboard-grid{grid-template-columns:1fr}
    .prhub-console:not(.prhub-console-preview) .prhub-grid{grid-template-columns:1fr}
    .prhub-console:not(.prhub-console-preview) .prhub-field-full{grid-column:auto}
}
@media(max-width:520px){
    .prhub-console:not(.prhub-console-preview){width:calc(100vw - 12px);border-radius:14px}
}

/* 0.9.2 – Compact, theme-proof provider console */
.prhub-console:not(.prhub-console-preview){
    width:min(1240px,calc(100vw - 40px));
    max-width:none!important;
    margin:18px auto!important;
    left:auto!important;
    transform:none!important;
    display:grid!important;
    grid-template-columns:218px minmax(0,1fr)!important;
    align-items:stretch!important;
    min-height:0!important;
    border-radius:20px;
    overflow:hidden;
}
.prhub-console:not(.prhub-console-preview),
.prhub-console:not(.prhub-console-preview) *{box-sizing:border-box}
.prhub-console:not(.prhub-console-preview)>.prhub-console-sidebar{
    grid-column:1!important;
    grid-row:1!important;
    width:218px!important;
    min-width:218px!important;
    max-width:218px!important;
    margin:0!important;
    float:none!important;
    padding:20px 13px 16px;
    gap:19px;
}
.prhub-console:not(.prhub-console-preview)>.prhub-console-main{
    grid-column:2!important;
    grid-row:1!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:22px 24px 26px!important;
    float:none!important;
    display:block!important;
    background:#f7f9fc;
}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand{gap:3px;padding:0 9px 5px}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand span{font-size:9px;letter-spacing:.1em}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand strong{font-size:14px;line-height:1.25;word-break:break-word}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav{gap:4px}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a,
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot a{padding:9px 10px;border-radius:9px;font-size:12px;line-height:1.2;min-width:0}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav .dashicons,
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot .dashicons{font-size:16px;width:16px;height:16px;flex:0 0 16px}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot{padding-top:12px;gap:3px}
.prhub-console:not(.prhub-console-preview) .prhub-console-main>*{
    max-width:none!important;
    min-width:0!important;
    float:none!important;
}
.prhub-console:not(.prhub-console-preview) .prhub-console-top{
    width:100%!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:18px!important;
    margin:0 0 16px!important;
    padding:0!important;
}
.prhub-console:not(.prhub-console-preview) .prhub-console-top>div{min-width:0;max-width:760px}
.prhub-console:not(.prhub-console-preview) .prhub-console-top .prhub-kicker{font-size:10px;letter-spacing:.1em;color:#7b8494;opacity:1}
.prhub-console:not(.prhub-console-preview) .prhub-console-top h2{font-size:25px;line-height:1.16;margin:3px 0 5px!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-top p{font-size:13px;line-height:1.5;margin:0!important}
.prhub-console:not(.prhub-console-preview) .prhub-status-badge{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;flex:0 0 auto;padding:6px 10px;font-size:11px}
.prhub-console:not(.prhub-console-preview) .prhub-message{width:100%;margin:0 0 14px!important;padding:11px 13px;font-size:12px}
.prhub-console:not(.prhub-console-preview) .prhub-console-stats{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
    margin:0 0 14px!important;
}
.prhub-console:not(.prhub-console-preview) .prhub-console-stats>div{min-width:0;padding:12px 13px;border-radius:13px}
.prhub-console:not(.prhub-console-preview) .prhub-console-stats span{font-size:10px;margin-bottom:3px}
.prhub-console:not(.prhub-console-preview) .prhub-console-stats strong{font-size:13px;line-height:1.3;overflow-wrap:anywhere}
.prhub-console:not(.prhub-console-preview) .prhub-card,
.prhub-console:not(.prhub-console-preview) section.prhub-card,
.prhub-console:not(.prhub-console-preview) aside.prhub-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    float:none!important;
    padding:18px!important;
    border-radius:15px;
}
.prhub-console:not(.prhub-console-preview) .prhub-card h3{font-size:17px;line-height:1.25;margin:0 0 8px;color:#111827}
.prhub-console:not(.prhub-console-preview) .prhub-card>p{font-size:12.5px;line-height:1.55;color:#667085;margin-top:0}
.prhub-console:not(.prhub-console-preview) .prhub-dashboard-grid{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.65fr) minmax(235px,.65fr)!important;
    gap:14px!important;
    align-items:start!important;
    margin:0 0 14px!important;
}
.prhub-console:not(.prhub-console-preview) .prhub-action-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px;margin-top:14px}
.prhub-console:not(.prhub-console-preview) .prhub-action-grid a{min-width:0;padding:11px;border-radius:11px}
.prhub-console:not(.prhub-console-preview) .prhub-action-grid strong{font-size:11.5px}.prhub-console:not(.prhub-console-preview) .prhub-action-grid small{font-size:10.5px}
.prhub-console:not(.prhub-console-preview) .prhub-history-row{grid-template-columns:125px minmax(0,1fr);gap:12px;padding:9px 0;font-size:12px}
/* Profile and security forms */
.prhub-console:not(.prhub-console-preview) .prhub-console-form-card{width:100%!important;max-width:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-form-card form,
.prhub-console:not(.prhub-console-preview) .prhub-login-form{width:100%!important;max-width:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-grid{
    width:100%!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px 16px!important;
}
.prhub-console:not(.prhub-console-preview) .prhub-field{width:100%!important;min-width:0!important;max-width:none!important;gap:6px}
.prhub-console:not(.prhub-console-preview) .prhub-field-full{grid-column:1/-1!important}
.prhub-console:not(.prhub-console-preview) .prhub-field label{font-size:11.5px;line-height:1.25}
.prhub-console:not(.prhub-console-preview) .prhub-field input,
.prhub-console:not(.prhub-console-preview) .prhub-field textarea,
.prhub-console:not(.prhub-console-preview) .prhub-field select{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    min-height:42px!important;
    padding:9px 11px!important;
    border-radius:10px!important;
    font-size:12.5px!important;
}
.prhub-console:not(.prhub-console-preview) .prhub-field textarea{min-height:105px!important}
.prhub-console:not(.prhub-console-preview) .prhub-field small{font-size:10.5px;line-height:1.35}
.prhub-console:not(.prhub-console-preview) .prhub-submit,
.prhub-console:not(.prhub-console-preview) .prhub-button,
.prhub-console:not(.prhub-console-preview) .prhub-secondary-button{min-height:42px;padding:9px 14px;border-radius:10px;font-size:12px}
/* Offers: list and wizard */
.prhub-console:not(.prhub-console-preview) .prhub-offers-module,
.prhub-console:not(.prhub-console-preview) .prhub-offer-wizard{width:100%!important;max-width:none!important;margin:0!important}
.prhub-console:not(.prhub-console-preview) .prhub-module-head{width:100%!important;margin:0 0 14px;gap:14px}
.prhub-console:not(.prhub-console-preview) .prhub-module-head h3{font-size:21px;margin:3px 0 4px}
.prhub-console:not(.prhub-console-preview) .prhub-module-head p{font-size:12.5px;line-height:1.5}
.prhub-console:not(.prhub-console-preview) .prhub-offer-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px}
.prhub-console:not(.prhub-console-preview) .prhub-offer-stats>div{padding:10px 11px}.prhub-console:not(.prhub-console-preview) .prhub-offer-stats strong{font-size:18px}
.prhub-console:not(.prhub-console-preview) .prhub-offer-row{grid-template-columns:38px minmax(0,1fr) auto auto 16px;gap:9px;padding:10px 11px}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-head{padding:18px 20px 14px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{width:100%!important;grid-template-columns:repeat(7,minmax(0,1fr));padding:0 8px}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step{min-width:0;min-height:72px;padding:8px 3px}.prhub-console:not(.prhub-console-preview) .prhub-wizard-step strong{font-size:10px;text-align:center}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane{width:100%!important;max-width:none!important;padding:22px 22px 16px;min-height:380px}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head{max-width:760px;margin-bottom:18px}.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head h4{font-size:22px}
.prhub-console:not(.prhub-console-preview) .prhub-builder-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.prhub-console:not(.prhub-console-preview) .prhub-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-footer{width:100%!important;padding:12px 18px}
/* Bookings */
.prhub-console:not(.prhub-console-preview) .prhub-booking-list,
.prhub-console:not(.prhub-console-preview) .prhub-booking-detail,
.prhub-console:not(.prhub-console-preview) .prhub-booking-extra-data{width:100%!important;max-width:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-row{width:100%!important;max-width:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.prhub-console:not(.prhub-console-preview) .prhub-booking-answer-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}
/* Activity */
.prhub-console:not(.prhub-console-preview) .prhub-console-section-activity .prhub-card{width:100%!important}
/* Avoid theme typography/width rules leaking into the console */
.prhub-console:not(.prhub-console-preview) h1,
.prhub-console:not(.prhub-console-preview) h2,
.prhub-console:not(.prhub-console-preview) h3,
.prhub-console:not(.prhub-console-preview) h4,
.prhub-console:not(.prhub-console-preview) p,
.prhub-console:not(.prhub-console-preview) form,
.prhub-console:not(.prhub-console-preview) table{max-width:none!important}
@media(max-width:1050px){
    .prhub-console:not(.prhub-console-preview){width:min(100%,calc(100vw - 24px));grid-template-columns:190px minmax(0,1fr)!important}
    .prhub-console:not(.prhub-console-preview)>.prhub-console-sidebar{width:190px!important;min-width:190px!important;max-width:190px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .prhub-console:not(.prhub-console-preview) .prhub-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
    .prhub-console:not(.prhub-console-preview){display:block!important;width:min(100%,calc(100vw - 18px));border-radius:16px}
    .prhub-console:not(.prhub-console-preview)>.prhub-console-sidebar{width:100%!important;min-width:0!important;max-width:none!important;padding:14px!important;gap:12px}
    .prhub-console:not(.prhub-console-preview) .prhub-console-brand{padding:0 4px}
    .prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
    .prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a{justify-content:center;padding:9px 6px;font-size:11px}
    .prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot{display:flex!important;justify-content:flex-end;gap:8px;border-top:1px solid rgba(255,255,255,.1);padding-top:10px}
    .prhub-console:not(.prhub-console-preview)>.prhub-console-main{width:100%!important;padding:18px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-console-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .prhub-console:not(.prhub-console-preview) .prhub-dashboard-grid{grid-template-columns:1fr!important}
    .prhub-console:not(.prhub-console-preview) .prhub-grid{grid-template-columns:1fr!important}
    .prhub-console:not(.prhub-console-preview) .prhub-field-full{grid-column:auto!important}
    .prhub-console:not(.prhub-console-preview) .prhub-builder-grid{grid-template-columns:1fr}
    .prhub-console:not(.prhub-console-preview) .prhub-booking-detail-grid{grid-template-columns:1fr}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:560px){
    .prhub-console:not(.prhub-console-preview){width:calc(100vw - 10px);margin:8px auto!important;border-radius:13px}
    .prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav{display:flex!important;overflow-x:auto;gap:6px;padding-bottom:3px;scrollbar-width:thin}
    .prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a{flex:0 0 auto;white-space:nowrap}
    .prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot{justify-content:flex-start}
    .prhub-console:not(.prhub-console-preview)>.prhub-console-main{padding:14px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-console-top{display:grid!important;gap:10px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-console-stats{grid-template-columns:1fr 1fr!important}
    .prhub-console:not(.prhub-console-preview) .prhub-action-grid{grid-template-columns:1fr!important}
    .prhub-console:not(.prhub-console-preview) .prhub-offer-stats{grid-template-columns:1fr 1fr}
    .prhub-console:not(.prhub-console-preview) .prhub-offer-row{grid-template-columns:38px minmax(0,1fr) 16px}.prhub-console:not(.prhub-console-preview) .prhub-offer-row>.prhub-offer-status,.prhub-console:not(.prhub-console-preview) .prhub-offer-row>.prhub-wc-chip{grid-column:2}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{grid-template-columns:repeat(2,minmax(0,1fr))}
    .prhub-console:not(.prhub-console-preview) .prhub-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
    .prhub-console:not(.prhub-console-preview) .prhub-booking-answer-list{grid-template-columns:1fr}
    .prhub-console:not(.prhub-console-preview) .prhub-history-row{grid-template-columns:1fr;gap:3px}
}
.prhub-console:not(.prhub-console-preview) section.prhub-card,
.prhub-console:not(.prhub-console-preview) aside.prhub-card{display:block!important;position:relative!important}

/* === hub.party.reisen 0.9.3 · compact centered offer wizard === */
.prhub-console:not(.prhub-console-preview) .prhub-offer-wizard{overflow:visible!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-head{
    position:relative!important;display:block!important;text-align:center!important;padding:20px 150px 18px!important;min-height:86px;box-sizing:border-box
}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-title{max-width:650px;margin:0 auto}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-title .prhub-kicker{display:block;margin-bottom:3px}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-title h3{margin:0 0 5px!important;font-size:22px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-title p{margin:0!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-head>.prhub-back-link{position:absolute;left:20px;top:28px;white-space:nowrap}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-head>.prhub-wizard-save-state{position:absolute;right:20px;top:24px}

.prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{
    display:flex!important;grid-template-columns:none!important;align-items:stretch!important;gap:0!important;
    overflow-x:auto!important;overflow-y:hidden;padding:12px 16px!important;background:#f7f9fc!important;
    scrollbar-width:thin;scroll-snap-type:x proximity
}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step{
    position:relative!important;flex:1 0 96px!important;min-width:96px!important;min-height:54px!important;height:54px!important;
    display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:6px!important;
    padding:8px 14px 8px 20px!important;margin:0 0 0 -7px!important;border:0!important;border-radius:0!important;
    background:#e9edf3!important;color:#667085!important;clip-path:polygon(0 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,0 100%,13px 50%);
    scroll-snap-align:start;transition:background .16s ease,color .16s ease,transform .16s ease
}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step:first-child{margin-left:0!important;padding-left:14px!important;clip-path:polygon(0 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,0 100%)}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step:last-child{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,13px 50%);padding-right:10px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step:after{display:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step .prhub-step-number{
    position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 21px!important;
    width:21px!important;height:21px!important;border-radius:50%!important;background:#fff!important;color:#667085!important;font-size:10px!important;font-weight:800!important
}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step>.dashicons{display:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step strong{font-size:10.5px!important;line-height:1.15!important;text-align:left!important;white-space:normal!important;color:inherit!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step.is-active{background:var(--prhub-console-accent)!important;color:#fff!important;z-index:3}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step.is-active .prhub-step-number{color:var(--prhub-console-accent)!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step.is-complete{background:#27364b!important;color:#fff!important;z-index:2}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step.is-complete .prhub-step-number{background:#dcfce7!important;color:#147a43!important}

.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane{padding:26px 24px 20px!important;min-height:0!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head{max-width:780px!important;margin:0 auto 22px!important;text-align:center!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head>span{margin-bottom:4px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head h4{font-size:23px!important;margin-bottom:7px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head p{font-size:12.5px!important;max-width:700px;margin:0 auto!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane>*:not(.prhub-wizard-pane-head){max-width:940px;margin-left:auto;margin-right:auto}

.prhub-console:not(.prhub-console-preview) .prhub-offer-type-cards{
    display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:column!important;gap:12px!important;width:100%!important;max-width:880px!important;margin:0 auto!important
}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-card{grid-column:auto!important;min-width:0!important;min-height:96px!important;padding:15px!important;align-items:center!important}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-card>.dashicons{flex-basis:42px!important;width:42px!important;height:42px!important;font-size:21px!important}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-card strong{font-size:14px!important}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-card small{font-size:11px!important}

.prhub-console:not(.prhub-console-preview) .prhub-price-mode{max-width:820px!important;margin:0 auto 16px!important}
.prhub-console:not(.prhub-console-preview) .prhub-price-grid{max-width:820px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:start!important;margin-left:auto!important;margin-right:auto!important}
.prhub-console:not(.prhub-console-preview) .prhub-price-grid .prhub-field label{min-height:21px;display:flex;align-items:center;gap:6px}
.prhub-console:not(.prhub-console-preview) .prhub-price-grid .prhub-field input{height:44px!important;min-height:44px!important}
.prhub-console:not(.prhub-console-preview) .prhub-variant-builder{max-width:820px!important;margin:18px auto 0!important}
.prhub-console:not(.prhub-console-preview) .prhub-variant-column-head{display:grid;grid-template-columns:18px minmax(0,1fr) 130px 110px 32px;gap:8px;align-items:end;padding:0 9px 6px;color:#667085;font-size:10px;font-weight:700}
.prhub-console:not(.prhub-console-preview) .prhub-variant-column-head>span{display:flex;align-items:center;gap:5px;min-width:0}
.prhub-console:not(.prhub-console-preview) .prhub-variant-row{grid-template-columns:18px minmax(0,1fr) 130px 110px 32px!important;align-items:center!important}

.prhub-console:not(.prhub-console-preview) .prhub-field label,
.prhub-console:not(.prhub-console-preview) .prhub-list-builder-head strong,
.prhub-console:not(.prhub-console-preview) .prhub-switch-row strong,
.prhub-console:not(.prhub-console-preview) .prhub-dropzone strong{display:flex;align-items:center;gap:6px}
.prhub-help-tip{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 17px!important;width:17px!important;height:17px!important;border-radius:50%!important;background:#eef2f6!important;color:#475467!important;font:700 10px/1 Arial,sans-serif!important;cursor:help!important;text-transform:none!important;letter-spacing:0!important;vertical-align:middle;outline:none}
.prhub-help-tip:hover,.prhub-help-tip:focus{background:var(--prhub-console-accent,#ef001b)!important;color:#fff!important}
.prhub-help-tip:before,.prhub-help-tip:after{position:absolute;z-index:99999;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .12s ease,transform .12s ease}
.prhub-help-tip:before{content:attr(data-prhub-tooltip);left:50%;bottom:calc(100% + 10px);transform:translate(-50%,5px);width:280px;max-width:min(280px,70vw);padding:10px 12px;border-radius:10px;background:#111827;color:#fff;font:500 11px/1.45 Arial,sans-serif!important;text-align:left;white-space:normal;box-shadow:0 10px 30px rgba(17,24,39,.24)}
.prhub-help-tip:after{content:"";left:50%;bottom:calc(100% + 5px);transform:translateX(-50%);border:5px solid transparent;border-top-color:#111827}
.prhub-help-tip:hover:before,.prhub-help-tip:hover:after,.prhub-help-tip:focus:before,.prhub-help-tip:focus:after{opacity:1;visibility:visible}.prhub-help-tip:hover:before,.prhub-help-tip:focus:before{transform:translate(-50%,0)}

@media(max-width:900px){
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-head{padding:18px 120px 16px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-step{flex-basis:105px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-offer-type-cards{grid-template-columns:repeat(3,minmax(180px,1fr))!important;grid-auto-flow:column!important;overflow-x:auto;padding-bottom:5px}
}
@media(max-width:720px){
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-head{padding:18px 16px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-title{padding-top:34px}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-head>.prhub-back-link{left:16px;top:15px}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-head>.prhub-wizard-save-state{right:16px;top:12px}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{padding:10px 12px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-step{flex:0 0 112px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-price-grid{grid-template-columns:1fr!important}
    .prhub-console:not(.prhub-console-preview) .prhub-variant-column-head{display:none}
}
@media(max-width:520px){
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-head>.prhub-wizard-save-state{position:static!important;display:inline-flex!important;margin-top:10px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-title{padding-top:30px}
    .prhub-console:not(.prhub-console-preview) .prhub-wizard-pane{padding:22px 14px 16px!important}
    .prhub-console:not(.prhub-console-preview) .prhub-offer-type-cards{grid-template-columns:repeat(3,minmax(205px,1fr))!important}
    .prhub-help-tip:before{left:auto;right:-14px;transform:translateY(5px)}
    .prhub-help-tip:hover:before,.prhub-help-tip:focus:before{transform:translateY(0)}
    .prhub-help-tip:after{left:auto;right:0}
}

/* 0.9.4 – Wizard layout polish, YouTube preview and Partyreisen template preview */
.prhub-console:not(.prhub-console-preview) [hidden]{display:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-offer-wizard{overflow:hidden!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-head{padding:16px 20px 14px!important;min-height:70px;box-sizing:border-box}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-title h3{font-size:21px!important}.prhub-console:not(.prhub-console-preview) .prhub-wizard-title p{font-size:12px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{padding:8px 12px!important;overflow:visible!important;scroll-snap-type:none!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step{flex:1 1 0!important;min-width:0!important;height:48px!important;min-height:48px!important;padding:6px 12px 6px 18px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step strong{font-size:10px!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-step .prhub-step-number{width:19px!important;height:19px!important;flex-basis:19px!important;font-size:9px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane{padding:22px 24px 16px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head{margin-bottom:17px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head h4{font-size:21px!important;margin-bottom:5px!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane-head p{font-size:12px!important;line-height:1.45!important}
.prhub-console:not(.prhub-console-preview) .prhub-wizard-pane>*:not(.prhub-wizard-pane-head){max-width:960px}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-cards{max-width:900px!important;gap:14px!important}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-card{min-height:88px!important;padding:13px 14px!important;border-radius:14px!important}
.prhub-console:not(.prhub-console-preview) .prhub-offer-type-card>.dashicons{flex-basis:38px!important;width:38px!important;height:38px!important;font-size:19px!important}
.prhub-console:not(.prhub-console-preview) .prhub-price-mode,.prhub-console:not(.prhub-console-preview) .prhub-price-grid,.prhub-console:not(.prhub-console-preview) .prhub-variant-builder{max-width:860px!important}
.prhub-console:not(.prhub-console-preview) .prhub-price-grid{gap:12px!important}.prhub-console:not(.prhub-console-preview) .prhub-price-grid .prhub-field{display:flex;flex-direction:column;height:100%}.prhub-console:not(.prhub-console-preview) .prhub-price-grid .prhub-field label{min-height:22px!important}.prhub-console:not(.prhub-console-preview) .prhub-price-grid .prhub-field small{min-height:17px}
.prhub-console:not(.prhub-console-preview) .prhub-media-review-note{max-width:900px!important;padding:11px 14px!important;margin-bottom:12px!important}.prhub-console:not(.prhub-console-preview) .prhub-dropzone{max-width:900px!important;min-height:132px!important;padding:18px!important}.prhub-console:not(.prhub-console-preview) .prhub-gallery{max-width:900px!important;margin-top:12px!important}
.prhub-console:not(.prhub-console-preview) .prhub-video-field{max-width:900px!important;margin-top:14px!important}
.prhub-youtube-preview{margin-top:12px;max-width:520px}.prhub-youtube-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:14px;border:1px solid #e2e8f0;background:#0f172a;color:#fff;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.08)}.prhub-youtube-thumb>img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92}.prhub-youtube-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ef001b;color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.24)}.prhub-youtube-play .dashicons{font-size:26px;width:26px;height:26px;line-height:26px}.prhub-youtube-caption{position:absolute;left:12px;right:12px;bottom:12px;display:flex;flex-direction:column;padding:9px 11px;border-radius:10px;background:rgba(15,23,42,.78);backdrop-filter:blur(5px)}.prhub-youtube-caption strong{font-size:12px}.prhub-youtube-caption small{color:rgba(255,255,255,.78);margin-top:2px!important}

/* Booking-data step: one aligned compact row on desktop */
.prhub-console:not(.prhub-console-preview) .prhub-booking-note{max-width:920px!important;margin-bottom:14px!important;padding:13px 15px!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-presets{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;max-width:920px!important;width:100%!important;margin:0 auto 16px!important}
.prhub-console:not(.prhub-console-preview) .prhub-preset-card{flex:1 1 0!important;min-width:0!important;min-height:88px!important;padding:12px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.prhub-console:not(.prhub-console-preview) .prhub-preset-card .dashicons{margin:0 0 6px!important}.prhub-console:not(.prhub-console-preview) .prhub-preset-card strong{font-size:12px!important}.prhub-console:not(.prhub-console-preview) .prhub-preset-card small{font-size:10.5px!important;line-height:1.25!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-field-builder{max-width:920px!important;padding:15px!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-field-list{gap:9px!important;margin-top:10px!important}.prhub-console:not(.prhub-console-preview) .prhub-booking-field-row{padding:11px!important;border-radius:12px!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main{grid-template-columns:18px minmax(210px,1.45fr) minmax(125px,.72fr) minmax(155px,.9fr) 92px 30px!important;gap:8px!important;align-items:end!important}
.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main .prhub-field label{font-size:10.5px!important;min-height:18px;margin-bottom:4px!important}.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main input,.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main select{height:39px!important;min-height:39px!important;padding:7px 8px!important;font-size:12px!important}.prhub-console:not(.prhub-console-preview) .prhub-mini-check{min-height:39px!important;font-size:11px!important;justify-content:center}.prhub-console:not(.prhub-console-preview) .prhub-booking-options{margin:9px 0 0 26px!important}.prhub-console:not(.prhub-console-preview) .prhub-booking-options textarea{min-height:70px!important;font-size:12px!important}

/* Step 7: full Partyreisen/Eventwall-style frontend preview */
.prhub-template-preview-head{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:960px!important;margin:0 auto 10px!important;padding:0 2px}.prhub-template-preview-head>div{display:flex;flex-direction:column;gap:2px}.prhub-template-preview-head strong{font-size:16px;color:#101828}.prhub-template-preview-head small{max-width:700px;color:#667085;font-size:11px;line-height:1.4}.prhub-template-preview-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:10px;font-weight:800;white-space:nowrap}.prhub-template-preview-badge .dashicons{font-size:14px;width:14px;height:14px}
.prhub-console:not(.prhub-console-preview) .prhub-eventwall-preview{max-width:960px!important;width:100%!important;margin:0 auto!important;border:1px solid #dfe4ea!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.07)!important}
.prhub-eventwall-shell{background:#fff;color:#101828}.prhub-eventwall-jumpnav{display:flex;align-items:center;justify-content:center;gap:4px;padding:9px;background:#f8fafc;border-bottom:1px solid #eaecf0}.prhub-eventwall-jumpnav span{padding:5px 8px;border-radius:999px;background:#fff;border:1px solid #e4e7ec;color:#475467;font-size:9px;font-weight:700}
.prhub-eventwall-hero{position:relative;height:300px;background:#e9eef4;overflow:hidden}.prhub-eventwall-hero>img{width:100%;height:100%;object-fit:cover;display:block}.prhub-eventwall-hero .prhub-preview-placeholder{height:100%;min-height:0}.prhub-eventwall-hero:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(15,23,42,.78))}.prhub-eventwall-hero-overlay{position:absolute;left:24px;right:24px;bottom:20px;z-index:2;color:#fff}.prhub-eventwall-hero-overlay .prhub-preview-type{position:static;display:inline-flex;margin-bottom:8px;background:#ef001b}.prhub-eventwall-hero-overlay h3{margin:0 0 5px!important;color:#fff!important;font-size:27px!important;line-height:1.15!important}.prhub-eventwall-hero-overlay p{margin:0!important;max-width:720px;color:rgba(255,255,255,.88)!important;font-size:12px!important}
.prhub-eventwall-thumb-strip{display:flex;gap:7px;padding:9px 12px;background:#fff;border-bottom:1px solid #eaecf0}.prhub-eventwall-mini-thumb{width:58px;height:38px;border-radius:7px;overflow:hidden;border:1px solid #e4e7ec;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:8px;color:#667085}.prhub-eventwall-mini-thumb img{width:100%;height:100%;object-fit:cover}.prhub-eventwall-mini-thumb.is-main{padding:0 7px;width:auto;font-weight:800;background:#111827;color:#fff}
.prhub-eventwall-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #eaecf0;background:#fff}.prhub-eventwall-facts>div{padding:13px 15px;border-right:1px solid #eaecf0;min-width:0}.prhub-eventwall-facts>div:last-child{border-right:0}.prhub-eventwall-facts small,.prhub-eventwall-facts strong{display:block}.prhub-eventwall-facts small{font-size:8px;letter-spacing:.08em;color:#98a2b3;font-weight:800;margin-bottom:4px}.prhub-eventwall-facts strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prhub-eventwall-columns{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:20px;padding:22px}.prhub-eventwall-content{min-width:0}.prhub-eventwall-content section{padding:0 0 22px;margin:0 0 20px;border-bottom:1px solid #eaecf0}.prhub-eventwall-content section:last-child{border-bottom:0;margin-bottom:0}.prhub-eventwall-content h4{font-size:21px!important;margin:5px 0 8px!important}.prhub-eventwall-content p{font-size:12px!important;line-height:1.65!important;color:#475467!important}.prhub-eventwall-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.prhub-eventwall-process>div{padding:11px 9px;border:1px solid #e4e7ec;border-radius:11px;background:#fbfcfd;min-height:78px}.prhub-eventwall-process>div>span{width:23px;height:23px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111827;color:#fff;font-size:10px;font-weight:800;margin-bottom:7px}.prhub-eventwall-process strong{font-size:10.5px;line-height:1.35;display:block}
.prhub-eventwall-inclusions{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;margin-top:12px}.prhub-eventwall-inclusions>div{display:flex;gap:7px;align-items:flex-start;padding:8px 9px;border-radius:9px;background:#f7faf8;font-size:11px;line-height:1.35}.prhub-eventwall-inclusions .dashicons{font-size:15px;width:15px;height:15px;color:#12b76a;flex:0 0 15px}.prhub-eventwall-extras,.prhub-eventwall-bookingdata,.prhub-eventwall-notes{margin-top:13px;padding:12px;border:1px solid #e4e7ec;border-radius:11px;background:#fbfcfd}.prhub-eventwall-extras strong,.prhub-eventwall-bookingdata strong,.prhub-eventwall-notes strong{display:block;font-size:11px;margin-bottom:7px}.prhub-eventwall-extras span,.prhub-eventwall-bookingdata span{display:inline-flex;margin:3px 4px 0 0;padding:5px 7px;border-radius:7px;background:#fff;border:1px solid #e4e7ec;font-size:9px;color:#475467}.prhub-eventwall-notes p{margin:0!important}.prhub-eventwall-empty{color:#98a2b3!important;font-style:italic}
.prhub-eventwall-video{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;align-items:center;padding:12px;border-radius:12px;background:#f8fafc;margin-bottom:20px}.prhub-eventwall-video>a{position:relative;display:block;aspect-ratio:16/9;border-radius:9px;overflow:hidden;background:#111827}.prhub-eventwall-video>a img{width:100%;height:100%;object-fit:cover}.prhub-eventwall-video .prhub-youtube-play{width:40px;height:40px}.prhub-eventwall-video>div strong,.prhub-eventwall-video>div small{display:block}.prhub-eventwall-video>div strong{margin:3px 0;font-size:13px}.prhub-eventwall-video>div small{font-size:10px;color:#667085}
.prhub-eventwall-bookingbox{align-self:start;position:sticky;top:55px;border:1px solid #e4e7ec;border-radius:14px;padding:17px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.07)}.prhub-eventwall-sale{display:block;color:#ef001b;font-size:8px;font-weight:900;letter-spacing:.12em;margin-bottom:7px}.prhub-eventwall-bookingbox h4{font-size:18px!important;line-height:1.25!important;margin:0 0 12px!important}.prhub-eventwall-price-label{display:block;color:#667085;font-size:10px}.prhub-eventwall-price{font-size:26px;font-weight:850;margin:2px 0 12px}.prhub-eventwall-variant-list{display:grid;gap:6px}.prhub-eventwall-variant{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border:1px solid #e4e7ec;border-radius:9px;background:#fff;font-size:10px}.prhub-eventwall-variant.is-selected{border-color:#ef001b;background:#fff7f8}.prhub-eventwall-variant strong{white-space:nowrap}.prhub-eventwall-cta{width:100%;margin-top:12px;padding:11px 13px;border:0;border-radius:9px;background:#ef001b;color:#fff;font-weight:800;font-size:12px;display:flex;justify-content:space-between;cursor:default}.prhub-eventwall-payment-note{display:block;color:#98a2b3;font-size:9px;line-height:1.4;margin-top:8px}.prhub-eventwall-help{margin-top:14px;padding-top:13px;border-top:1px solid #eaecf0}.prhub-eventwall-help strong,.prhub-eventwall-help span,.prhub-eventwall-help small{display:block}.prhub-eventwall-help strong{font-size:12px}.prhub-eventwall-help span{font-size:10px;color:#667085;margin-top:3px}.prhub-eventwall-help small{font-size:9px;color:#ef001b;margin-top:5px;overflow-wrap:anywhere}
.prhub-console:not(.prhub-console-preview) .prhub-submit-check-wide{max-width:960px!important;width:100%!important;margin:12px auto 0!important;position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr) 220px!important;gap:16px!important;align-items:end!important;padding:14px 16px!important}.prhub-submit-check-wide h5{margin-bottom:9px!important}.prhub-submit-check-wide .prhub-checklist{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px!important}.prhub-submit-check-wide .prhub-check-item{padding:7px 8px!important;font-size:10px!important}.prhub-submit-check-wide .prhub-review-actions{margin:0!important;align-self:stretch;display:flex!important;flex-direction:column;justify-content:flex-end}

@media(max-width:1040px){
  .prhub-console:not(.prhub-console-preview) .prhub-wizard-progress{overflow-x:auto!important;scroll-snap-type:x proximity!important}.prhub-console:not(.prhub-console-preview) .prhub-wizard-step{flex:0 0 116px!important;min-width:116px!important}.prhub-console:not(.prhub-console-preview) .prhub-wizard-step strong{white-space:normal!important}
}
@media(max-width:820px){
  .prhub-console:not(.prhub-console-preview) .prhub-booking-presets{overflow-x:auto!important;padding-bottom:5px!important;scroll-snap-type:x proximity}.prhub-console:not(.prhub-console-preview) .prhub-preset-card{flex:0 0 155px!important;scroll-snap-align:start}
  .prhub-console:not(.prhub-console-preview) .prhub-booking-field-main{grid-template-columns:18px minmax(0,1fr) minmax(120px,.7fr)!important}.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main .prhub-field:nth-of-type(3){grid-column:2}.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main .prhub-mini-check{grid-column:3!important;grid-row:2!important}.prhub-console:not(.prhub-console-preview) .prhub-booking-field-main .prhub-repeat-remove{grid-column:3!important;grid-row:2!important;justify-self:end!important;margin-right:0}
  .prhub-eventwall-facts{grid-template-columns:repeat(2,1fr)}.prhub-eventwall-facts>div:nth-child(2){border-right:0}.prhub-eventwall-facts>div:nth-child(-n+2){border-bottom:1px solid #eaecf0}.prhub-eventwall-columns{grid-template-columns:1fr}.prhub-eventwall-bookingbox{position:static}.prhub-submit-check-wide{grid-template-columns:1fr!important}.prhub-submit-check-wide .prhub-checklist{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .prhub-eventwall-hero{height:230px}.prhub-eventwall-hero-overlay{left:16px;right:16px;bottom:14px}.prhub-eventwall-hero-overlay h3{font-size:22px!important}.prhub-eventwall-jumpnav{justify-content:flex-start;overflow-x:auto}.prhub-eventwall-jumpnav span{white-space:nowrap}.prhub-eventwall-facts{grid-template-columns:1fr}.prhub-eventwall-facts>div{border-right:0!important;border-bottom:1px solid #eaecf0}.prhub-eventwall-columns{padding:14px}.prhub-eventwall-process{grid-template-columns:1fr 1fr}.prhub-eventwall-inclusions{grid-template-columns:1fr}.prhub-eventwall-video{grid-template-columns:1fr}.prhub-template-preview-head{align-items:flex-start;flex-direction:column}.prhub-submit-check-wide .prhub-checklist{grid-template-columns:1fr}
}

/* 0.9.5 · Real Eventwall preview bridge */
.prhub-console .prhub-real-preview-details{max-width:960px;margin:18px auto 0;border:1px solid #dfe4ea;border-radius:14px;background:#fff;overflow:hidden}.prhub-console .prhub-real-preview-details>summary{display:flex;align-items:center;gap:11px;padding:14px 16px;cursor:pointer;list-style:none;background:#f8fafc;color:#172033}.prhub-console .prhub-real-preview-details>summary::-webkit-details-marker{display:none}.prhub-console .prhub-real-preview-details>summary>.dashicons{color:#ef1725}.prhub-console .prhub-real-preview-details>summary span:nth-child(2){display:grid;gap:2px}.prhub-console .prhub-real-preview-details>summary strong{font-size:13px}.prhub-console .prhub-real-preview-details>summary small{font-size:11px;font-weight:400;color:#667085}.prhub-console .prhub-real-eventwall-preview{border-top:1px solid #e4e7ec}.prhub-console .prhub-real-eventwall-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;background:#fff}.prhub-console .prhub-real-eventwall-preview-head>span:first-child{display:grid;gap:2px}.prhub-console .prhub-real-eventwall-preview-head strong{font-size:13px}.prhub-console .prhub-real-eventwall-preview-head small{font-size:11px;color:#667085}.prhub-console .prhub-real-eventwall-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#e7f8ee;color:#126b3d;font-size:11px;font-weight:800}.prhub-console .prhub-real-eventwall-pill .dashicons{font-size:14px;width:14px;height:14px}.prhub-console .prhub-real-eventwall-stage{position:relative;max-height:780px;overflow:auto;border-top:1px solid #eef0f3;background:#fff}.prhub-console .prhub-real-eventwall-stage:after{content:"VORSCHAU · NICHT INTERAKTIV";position:sticky;display:block;bottom:10px;width:max-content;margin:0 10px 10px auto;padding:6px 9px;border-radius:999px;background:rgba(17,24,39,.9);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;z-index:50}.prhub-console .prhub-real-eventwall-stage>*{pointer-events:none!important}.prhub-console .prhub-real-eventwall-stage a,.prhub-console .prhub-real-eventwall-stage button,.prhub-console .prhub-real-eventwall-stage input,.prhub-console .prhub-real-eventwall-stage select{pointer-events:none!important}
@media(max-width:760px){.prhub-console .prhub-real-eventwall-preview-head{align-items:flex-start;flex-direction:column}.prhub-console .prhub-real-eventwall-stage{max-height:620px}}

/* hub.party.reisen 0.9.6 sandbox event preview */
.prhub-sandbox-event{--prhub-red:#ef1725;--prhub-ink:#101828;--prhub-muted:#667085;max-width:1180px;margin:28px auto;background:#fff;border:1px solid #e4e7ec;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(16,24,40,.08);color:var(--prhub-ink)}
.prhub-sandbox-ribbon{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:10px 18px;background:#101828;color:#fff;font-size:11px;letter-spacing:.04em}.prhub-sandbox-ribbon span{font-weight:900;color:#fff}.prhub-sandbox-ribbon strong{font-size:10px;color:#d0d5dd}.prhub-sandbox-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:34px 38px 26px;background:linear-gradient(180deg,#fff,#f8fafc)}.prhub-sandbox-head h1{margin:4px 0 8px;font-size:clamp(28px,4vw,46px);line-height:1.05}.prhub-sandbox-head p{margin:0;max-width:760px;color:var(--prhub-muted);font-size:15px;line-height:1.6}.prhub-sandbox-status{padding:7px 11px;border-radius:999px;background:#e7f8ee;color:#126b3d;font-size:11px;font-weight:800;white-space:nowrap}.prhub-sandbox-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding:0 38px 38px}.prhub-sandbox-content{min-width:0}.prhub-sandbox-gallery{margin-bottom:26px}.prhub-sandbox-hero{display:block;width:100%;aspect-ratio:16/8.3;object-fit:cover;border-radius:18px}.prhub-sandbox-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.prhub-sandbox-thumbs img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px}.prhub-sandbox-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:30px}.prhub-sandbox-facts>div{padding:14px 15px;border:1px solid #e4e7ec;border-radius:14px;background:#f8fafc;display:grid;gap:3px}.prhub-sandbox-facts span,.prhub-sandbox-facts small{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#98a2b3;font-weight:700}.prhub-sandbox-facts strong{font-size:14px;color:#172033}.prhub-sandbox-section{padding:26px 0;border-top:1px solid #eef1f4}.prhub-sandbox-section h2{margin:5px 0 14px;font-size:24px}.prhub-sandbox-copy{font-size:15px;line-height:1.75;color:#344054}.prhub-sandbox-copy p{margin:0 0 13px}.prhub-sandbox-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prhub-sandbox-checks>div{display:flex;gap:9px;align-items:flex-start;padding:12px 13px;border-radius:12px;background:#f6fef9;color:#17633d;font-size:13px}.prhub-sandbox-checks>div span{font-weight:900}.prhub-sandbox-extras{display:grid;gap:8px}.prhub-sandbox-extras>div{display:flex;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid #e4e7ec;border-radius:12px}.prhub-sandbox-tags{display:flex;flex-wrap:wrap;gap:8px}.prhub-sandbox-tags span{padding:7px 10px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:11px;font-weight:700}.prhub-sandbox-note{padding:18px 20px!important;margin-top:18px;border:1px solid #fedf89!important;border-radius:14px;background:#fffaeb}.prhub-sandbox-note h2{font-size:16px;margin:0 0 7px}.prhub-sandbox-note p{margin:0;color:#7a2e0e;line-height:1.6}.prhub-sandbox-video{position:relative;width:100%;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#111827}.prhub-sandbox-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.prhub-sandbox-booking{position:relative}.prhub-sandbox-booking-card{position:sticky;top:24px;padding:22px;border:1px solid #dfe4ea;border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(16,24,40,.08)}.prhub-sandbox-booking-card h2{margin:5px 0 10px;font-size:20px}.prhub-sandbox-price{font-size:29px;font-weight:900;margin:10px 0 18px}.prhub-sandbox-price small{font-size:12px;font-weight:600;color:#667085}.prhub-sandbox-variants{display:grid;gap:8px;margin:16px 0}.prhub-sandbox-variants>strong{font-size:12px;color:#475467}.prhub-sandbox-variants>div{display:flex;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid #eaecf0;border-radius:10px;font-size:12px}.prhub-sandbox-disabled-button{width:100%;border:0;border-radius:12px;padding:13px 14px;background:#ef1725;color:#fff;font-weight:800;opacity:.72;cursor:not-allowed}.prhub-sandbox-safe{display:flex;gap:7px;align-items:flex-start;margin:12px 0 0;font-size:10px;line-height:1.45;color:#667085}.prhub-sandbox-booking-card hr{border:0;border-top:1px solid #eaecf0;margin:18px 0}.prhub-sandbox-booking-card>small{display:block;color:#98a2b3;margin-bottom:3px}.prhub-preview-access{max-width:760px;margin:40px auto;padding:28px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;text-align:center}.prhub-preview-access h2{margin-top:0}
@media(max-width:980px){.prhub-sandbox-layout{grid-template-columns:1fr;padding:0 22px 28px}.prhub-sandbox-booking-card{position:static}.prhub-sandbox-head{padding:28px 22px 22px}.prhub-sandbox-facts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.prhub-sandbox-ribbon{align-items:flex-start;flex-direction:column}.prhub-sandbox-head{flex-direction:column}.prhub-sandbox-facts,.prhub-sandbox-checks{grid-template-columns:1fr}.prhub-sandbox-thumbs{grid-template-columns:repeat(3,1fr)}}
.prhub-console .prhub-full-preview-action{max-width:960px;margin:12px auto 0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #dfe4ea;border-radius:12px;background:#f8fafc}.prhub-console .prhub-full-preview-action a{display:inline-flex;align-items:center;gap:6px}.prhub-console .prhub-full-preview-action small{color:#667085;font-size:10px;text-align:right}@media(max-width:700px){.prhub-console .prhub-full-preview-action{align-items:flex-start;flex-direction:column}.prhub-console .prhub-full-preview-action small{text-align:left}}

/* hub.party.reisen 0.9.7 · standalone sandbox booking engine */
.prhub-booking-engine-card{margin:18px 0 0;padding:16px;border:1px solid #dfe4ea;border-radius:14px;background:#f8fafc;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.prhub-booking-engine-card h3{margin:5px 0 8px!important;font-size:18px!important;color:#101828}.prhub-booking-engine-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#101828;color:#fff;font-size:9px;font-weight:900;letter-spacing:.07em}.prhub-booking-engine-intro{margin:0 0 14px!important;font-size:11px;line-height:1.55;color:#667085}.prhub-booking-engine-form{display:grid;gap:11px}.prhub-booking-engine-field{display:grid;gap:5px;margin:0!important}.prhub-booking-engine-field>span{font-size:10px;font-weight:800;color:#475467}.prhub-booking-engine-field input,.prhub-booking-engine-field select,.prhub-booking-engine-field textarea{width:100%;min-height:40px;padding:9px 10px!important;border:1px solid #d0d5dd!important;border-radius:9px!important;background:#fff!important;color:#101828!important;font:inherit!important;font-size:12px!important;box-shadow:none!important}.prhub-booking-engine-field textarea{min-height:76px;resize:vertical}.prhub-booking-engine-field input:focus,.prhub-booking-engine-field select:focus,.prhub-booking-engine-field textarea:focus{outline:2px solid rgba(239,23,37,.14)!important;border-color:#ef1725!important}.prhub-booking-engine-button{width:100%;border:0;border-radius:10px;padding:12px 14px;background:#ef1725;color:#fff;font-weight:900;font-size:12px;cursor:pointer}.prhub-booking-engine-button:hover{filter:brightness(.96)}.prhub-booking-engine-safe{margin:10px 0 0!important;font-size:9.5px;line-height:1.45;color:#667085}.prhub-booking-engine-summary{display:grid;gap:7px;margin:12px 0;padding:10px;border-radius:10px;background:#fff;border:1px solid #eaecf0}.prhub-booking-engine-summary>div,.prhub-booking-engine-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;font-size:11px}.prhub-booking-engine-summary>div+div{padding-top:7px;border-top:1px solid #eef1f4}.prhub-booking-engine-summary strong,.prhub-booking-engine-summary-row strong{white-space:nowrap}.prhub-booking-engine-summary-row{margin:8px 0;color:#475467}.prhub-booking-engine-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.prhub-booking-engine-fieldset{display:grid;gap:9px;padding-top:10px;border-top:1px solid #e4e7ec}.prhub-booking-engine-fieldset h4{margin:0!important;font-size:12px!important}.prhub-booking-participant{display:grid;gap:8px;padding:10px;border-radius:10px;background:#fff;border:1px solid #eaecf0}.prhub-booking-participant>strong{font-size:11px}.prhub-booking-engine-warning{padding:9px 10px;margin:10px 0;border-radius:9px;background:#fffaeb;border:1px solid #fedf89;color:#7a2e0e;font-size:10px;line-height:1.45}.prhub-booking-test-consent{display:flex!important;align-items:flex-start;gap:8px;margin:0!important;padding:9px 10px;border-radius:9px;background:#fff;border:1px solid #eaecf0;font-size:10px;line-height:1.45;color:#475467}.prhub-booking-test-consent input{width:15px!important;height:15px!important;min-height:0!important;margin:1px 0 0!important;flex:0 0 15px}.prhub-booking-engine-error{padding:9px 10px;margin:12px 0;border-radius:9px;background:#fef3f2;border:1px solid #fecdca;color:#b42318;font-size:10px;font-weight:700}.prhub-booking-engine-card.is-success{text-align:center;background:#f6fef9;border-color:#abefc6}.prhub-booking-engine-success-icon{width:42px;height:42px;margin:0 auto 8px;display:grid;place-items:center;border-radius:50%;background:#12b76a;color:#fff;font-size:24px;font-weight:900}.prhub-booking-engine-card.is-success .prhub-booking-engine-summary{text-align:left}.prhub-booking-engine-card.is-checkout{background:#f8fafc}
.prhub-table-scroll{overflow-x:auto;max-width:100%}.prhub-vendor-booking-table{width:100%;border-collapse:collapse;font-size:12px}.prhub-vendor-booking-table th{text-align:left;padding:9px 10px;border-bottom:1px solid #e4e7ec;color:#667085;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.prhub-vendor-booking-table td{padding:11px 10px;border-bottom:1px solid #eef1f4;vertical-align:top;color:#344054}.prhub-vendor-booking-table td small{display:block;margin-top:3px;color:#98a2b3}.prhub-booking-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important}
@media(max-width:720px){.prhub-booking-engine-grid{grid-template-columns:1fr}.prhub-booking-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prhub-vendor-booking-table{min-width:720px}}
.prhub-console .prhub-admin-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-weight:800;font-size:10px;white-space:nowrap}.prhub-console .prhub-admin-status.prhub-status-approved{background:#e7f8ee;color:#126b3d}.prhub-console .prhub-admin-status.prhub-status-rejected{background:#ffeded;color:#9b1c1c}.prhub-console .prhub-admin-status.prhub-status-pending{background:#fff5dd;color:#8a5a00}.prhub-empty-state{display:grid;place-items:center;gap:7px;padding:28px 18px;text-align:center;border:1px dashed #d0d5dd;border-radius:14px;background:#f8fafc;color:#667085}.prhub-empty-state>.dashicons{font-size:28px;width:28px;height:28px}.prhub-empty-state strong{color:#344054}.prhub-empty-state small{max-width:520px;line-height:1.5}
.prhub-booking-details{margin:0 0 6px}.prhub-booking-details>summary{cursor:pointer;font-weight:800;font-size:10px;color:#344054;white-space:nowrap}.prhub-booking-details-body{min-width:230px;max-width:360px;margin-top:8px;padding:10px;border:1px solid #e4e7ec;border-radius:10px;background:#fff;box-shadow:0 10px 26px rgba(16,24,40,.08);font-size:10px;line-height:1.45}.prhub-booking-details-body p{margin:0 0 9px!important}.prhub-booking-details-body dl{display:grid;grid-template-columns:minmax(80px,.8fr) minmax(100px,1.2fr);gap:4px 8px;margin:5px 0 10px}.prhub-booking-details-body dt{font-weight:700;color:#667085}.prhub-booking-details-body dd{margin:0;color:#101828}.prhub-booking-detail-participant{padding-top:7px;margin-top:7px;border-top:1px solid #eef1f4}
@media(min-width:981px){.prhub-booking-engine-card.is-checkout{max-height:72vh;overflow:auto;scrollbar-width:thin}}
@media(max-width:980px){.prhub-booking-engine-card.is-checkout{max-height:none;overflow:visible}}

/* hub.party.reisen 0.9.8 · polished sandbox event page */
body.prhub-preview-page .entry-title,
body.prhub-preview-page h1.entry-title,
body.prhub-preview-page .page-title,
body.prhub-preview-page .elementor-page-title,
body.prhub-preview-page .wp-block-post-title{display:none!important}
body.prhub-preview-page .entry-content,
body.prhub-preview-page .site-main,
body.prhub-preview-page .content-area{max-width:none!important;width:100%!important}
body.prhub-preview-page .entry-content{margin-top:0!important}
.prhub-sandbox-event{max-width:1240px;margin:18px auto 34px;border-radius:20px}
.prhub-sandbox-ribbon{padding:9px 22px}.prhub-sandbox-ribbon span{letter-spacing:.07em}.prhub-sandbox-ribbon strong{font-weight:700}
.prhub-sandbox-head{padding:28px 34px 22px}.prhub-sandbox-head h1{font-size:clamp(30px,3.6vw,44px)}
.prhub-sandbox-layout{grid-template-columns:minmax(0,1fr) 350px;gap:30px;padding:0 34px 38px}
.prhub-sandbox-gallery{margin-bottom:18px}.prhub-sandbox-hero-wrap{position:relative}.prhub-sandbox-hero{aspect-ratio:16/8.5;border-radius:16px;transition:opacity .18s ease}.prhub-sandbox-photo-count{position:absolute;right:12px;bottom:12px;padding:6px 9px;border-radius:999px;background:rgba(16,24,40,.8);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(4px)}
.prhub-sandbox-thumbs{display:flex;gap:8px;margin-top:9px;overflow-x:auto;padding-bottom:2px}.prhub-sandbox-thumb{appearance:none;border:2px solid transparent!important;background:transparent!important;padding:0!important;border-radius:10px!important;overflow:hidden;cursor:pointer;flex:0 0 86px;opacity:.72;transition:.16s ease}.prhub-sandbox-thumb img{display:block;width:100%;height:58px;aspect-ratio:auto;object-fit:cover;border-radius:8px}.prhub-sandbox-thumb:hover,.prhub-sandbox-thumb.is-active{opacity:1;border-color:#ef1725!important}.prhub-sandbox-thumb:focus-visible{outline:3px solid rgba(239,23,37,.2);outline-offset:2px}
.prhub-sandbox-facts{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden;gap:0;background:#fff}.prhub-sandbox-facts>div{border:0;border-right:1px solid #e4e7ec;border-radius:0;background:#fff;min-height:74px;align-content:center}.prhub-sandbox-facts>div:last-child{border-right:0}.prhub-sandbox-facts strong{font-size:13px;line-height:1.35}.prhub-sandbox-facts small{margin-top:3px;text-transform:none;letter-spacing:0}
.prhub-sandbox-section{padding:24px 0}.prhub-sandbox-section h2{font-size:23px;margin-bottom:11px}.prhub-sandbox-section-intro{margin:-4px 0 14px;color:#667085;font-size:13px;line-height:1.55}
.prhub-sandbox-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.prhub-sandbox-process>div{min-height:104px;padding:14px 13px;border:1px solid #e4e7ec;border-radius:13px;background:#fbfcfd}.prhub-sandbox-process>div>span{display:grid;place-items:center;width:28px;height:28px;margin-bottom:10px;border-radius:50%;background:#101828;color:#fff;font-size:11px;font-weight:900}.prhub-sandbox-process strong{font-size:12px;line-height:1.4;color:#344054}
.prhub-sandbox-organizer{margin-top:5px}.prhub-sandbox-organizer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}.prhub-sandbox-organizer-grid>div{display:grid;gap:3px;padding:12px 13px;border:1px solid #e4e7ec;border-radius:11px;background:#f8fafc;min-width:0}.prhub-sandbox-organizer-grid span{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#98a2b3;font-weight:800}.prhub-sandbox-organizer-grid strong{font-size:12px;overflow-wrap:anywhere}
.prhub-sandbox-booking-card{top:22px;padding:20px;border-radius:16px}.admin-bar .prhub-sandbox-booking-card{top:54px}.prhub-sandbox-booking-card>h2{font-size:19px!important;line-height:1.25}.prhub-sandbox-price{margin:7px 0 8px;font-size:30px}.prhub-sandbox-booking-card>.prhub-booking-engine-card{margin-top:12px}.prhub-sandbox-safe{padding:9px 10px;border-radius:9px;background:#f8fafc;margin-top:12px}
.prhub-booking-engine-card{padding:14px;background:#fff}.prhub-booking-engine-card.is-success{padding:17px 14px;text-align:left}.prhub-booking-engine-card.is-success .prhub-booking-engine-success-icon{margin:0 0 9px}.prhub-booking-engine-card.is-success>.prhub-booking-engine-badge{margin-bottom:6px}.prhub-booking-engine-card.is-success h3{text-align:left;font-size:20px!important}.prhub-booking-success-lead{margin:0 0 12px!important;color:#475467;font-size:11px;line-height:1.5}.prhub-booking-number{display:grid;gap:2px;padding:10px 11px;margin:10px 0;border:1px solid #abefc6;border-radius:10px;background:#fff}.prhub-booking-number small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#667085;font-weight:800}.prhub-booking-number strong{font-size:14px;overflow-wrap:anywhere}.prhub-booking-success-summary{margin-top:9px}.prhub-booking-nextsteps{display:grid;gap:7px;margin-top:11px;padding:10px 11px;border-radius:10px;background:#fff;border:1px solid #d1fadf;text-align:left}.prhub-booking-nextsteps>strong{font-size:11px}.prhub-booking-nextsteps>span{display:flex;align-items:flex-start;gap:7px;font-size:10px;color:#475467;line-height:1.35}.prhub-booking-nextsteps b{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:#e7f8ee;color:#087443;font-size:9px}
@media(max-width:1050px){.prhub-sandbox-layout{grid-template-columns:minmax(0,1fr) 320px;gap:22px;padding-left:24px;padding-right:24px}.prhub-sandbox-head{padding-left:24px;padding-right:24px}.prhub-sandbox-process{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.prhub-sandbox-layout{grid-template-columns:1fr}.prhub-sandbox-booking-card{position:static}.prhub-sandbox-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.prhub-sandbox-facts>div:nth-child(2){border-right:0}.prhub-sandbox-facts>div:nth-child(-n+2){border-bottom:1px solid #e4e7ec}.prhub-sandbox-organizer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.prhub-sandbox-event{border-left:0;border-right:0;border-radius:0;margin-top:8px}.prhub-sandbox-layout{padding:0 16px 24px}.prhub-sandbox-head{padding:22px 16px 18px}.prhub-sandbox-ribbon{padding:8px 14px}.prhub-sandbox-facts{grid-template-columns:1fr}.prhub-sandbox-facts>div{border-right:0!important;border-bottom:1px solid #e4e7ec!important}.prhub-sandbox-facts>div:last-child{border-bottom:0!important}.prhub-sandbox-process,.prhub-sandbox-organizer-grid{grid-template-columns:1fr}.prhub-sandbox-checks{grid-template-columns:1fr}.prhub-sandbox-thumb{flex-basis:72px}.prhub-sandbox-thumb img{height:48px}}
body.prhub-preview-page .entry-header:has(.entry-title),body.prhub-preview-page .page-header:has(.page-title){display:none!important}

/* ========================================================================
 * 0.9.9 – Partyreisen Eventwall Frontend Adapter
 * Visuelle Struktur aus der Partyreisen Eventwall v0.1.449, aber vollständig
 * mit Hub-Daten und der eigenen Hub Booking Engine. Keine externen Writes.
 * ====================================================================== */
body.prhub-preview-page .entry-content > .prhub-party-event,
body.prhub-preview-page .wp-block-post-content > .prhub-party-event,
body.prhub-preview-page .elementor-widget-shortcode .prhub-party-event{width:min(1180px,calc(100vw - 32px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}
body.prhub-preview-page .entry-content:has(.prhub-party-event),
body.prhub-preview-page article:has(.prhub-party-event),
body.prhub-preview-page .site-main:has(.prhub-party-event){max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}

.prhub-party-event{--prh-red:#e30613;--prh-dark:#111827;--prh-soft:#f6f7f9;--prh-border:rgba(16,24,40,.08);width:min(1180px,calc(100vw - 32px));max-width:1180px;margin:18px auto 52px;padding:0;color:#202733;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}
.prhub-party-event,.prhub-party-event *{box-sizing:border-box}
.prhub-party-sandboxbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 10px;padding:7px 12px;border-radius:9px;background:#111827;color:#fff;font-size:9px;line-height:1.25;letter-spacing:.055em;text-transform:uppercase}.prhub-party-sandboxbar span{font-weight:1000}.prhub-party-sandboxbar strong{color:#d0d5dd;font-size:8px;font-weight:750;text-align:right}

.prhub-party-heroband{position:relative;margin:0 0 10px;padding:24px 26px 18px;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fff8f8 58%,#f8fafc 100%);border:1px solid rgba(227,6,19,.12);box-shadow:0 13px 34px rgba(16,24,40,.07);overflow:visible;text-align:center}
.prhub-party-herohead{position:relative;max-width:900px;margin:0 auto}.prhub-party-hero-kicker{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 8px;padding:6px 13px;border-radius:5px;background:var(--prh-red);color:#fff;font-size:9px;font-weight:1000;line-height:1;text-transform:uppercase;letter-spacing:.08em;transform:rotate(-3deg);box-shadow:0 7px 18px rgba(227,6,19,.17)}
.prhub-party-herohead h1{margin:0 auto 5px;color:var(--prh-red);font-size:clamp(35px,4.6vw,64px);line-height:.96;font-weight:1000;letter-spacing:-.045em;text-wrap:balance}.prhub-party-hero-meta{display:block;margin:0 auto;color:#0f172a;font-size:clamp(17px,2vw,27px);line-height:1.1;font-weight:900;letter-spacing:-.02em;text-wrap:balance}.prhub-party-hero-subline{display:block;max-width:760px;margin:8px auto 0;color:#667085;font-size:12px;line-height:1.45;font-weight:650}.prhub-party-status{position:absolute;right:14px;top:12px;padding:5px 8px;border-radius:999px;background:#e7f8ee;color:#126b3d;font-size:8px;font-weight:900}

.prhub-party-nav{position:sticky;top:7px;z-index:40;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;align-items:center;margin:0 auto 12px;padding:5px;border:1px solid rgba(0,0,0,.07);border-radius:13px;background:rgba(247,247,249,.94);box-shadow:0 6px 18px rgba(16,24,40,.05);backdrop-filter:blur(12px)}.admin-bar .prhub-party-nav{top:39px}.prhub-party-nav a{display:flex;min-height:34px;align-items:center;justify-content:center;padding:6px 8px;border:1px solid rgba(0,0,0,.05);border-radius:8px;background:#fff;color:#354052;text-decoration:none!important;font-size:10px;font-weight:900;white-space:nowrap}.prhub-party-nav a:hover{color:var(--prh-red);border-color:rgba(227,6,19,.18)}.prhub-party-nav .prhub-party-nav-book{background:var(--prh-red);border-color:var(--prh-red);color:#fff!important}

.prhub-party-main{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.prhub-party-left{min-width:0}
.prhub-party-gallery{position:relative;overflow:hidden;border-radius:16px;background:#101218;box-shadow:0 12px 30px rgba(16,24,40,.13)}.prhub-party-slide{display:none;position:relative;margin:0;aspect-ratio:16/9;min-height:250px;background:#101218}.prhub-party-slide.is-active{display:block}.prhub-party-slide img{display:block;width:100%;height:100%;object-fit:cover}.prhub-party-slide figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:3px;padding:30px 18px 14px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.72));text-shadow:0 2px 9px rgba(0,0,0,.7)}.prhub-party-slide figcaption strong{font-size:18px;font-style:italic;font-weight:1000}.prhub-party-slide figcaption small{max-width:82%;font-size:10px;line-height:1.35;font-weight:750}.prhub-party-gprev,.prhub-party-gnext{position:absolute;top:50%;z-index:3;width:34px;height:34px;border:0!important;border-radius:999px!important;transform:translateY(-50%);background:rgba(255,255,255,.86)!important;color:#333!important;font-size:23px!important;line-height:1!important;padding:0!important;cursor:pointer}.prhub-party-gprev{left:10px}.prhub-party-gnext{right:10px}.prhub-party-gdots{position:absolute;left:50%;bottom:9px;z-index:4;display:flex;gap:5px;transform:translateX(-50%)}.prhub-party-gdot{display:grid!important;place-items:center!important;width:15px!important;height:15px!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important}.prhub-party-gdot span{display:block;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 1px 3px rgba(0,0,0,.5)}.prhub-party-gdot.is-active span{width:8px;height:8px;background:#fff}.prhub-party-gallery-empty{aspect-ratio:16/8.4;display:grid;place-items:center;background:#f2f4f7;border:1px dashed #d0d5dd;box-shadow:none}.prhub-party-gallery-empty>div{display:grid;gap:4px;text-align:center;color:#667085}.prhub-party-gallery-empty strong{color:#344054}

.prhub-party-video{margin-top:12px}.prhub-party-media-caption{display:block;margin:0 0 5px;font-size:10px;font-weight:900;color:#101828}.prhub-party-video iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:7px;background:#111;box-shadow:0 8px 22px rgba(16,24,40,.08)}
.prhub-party-route{margin:12px 0 0;padding:13px 15px;border:1px solid var(--prh-border);border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(16,24,40,.04)}.prhub-party-route h2,.prhub-party-steps h2,.prhub-party-services h2,.prhub-party-extras h2,.prhub-party-bookingdata h2,.prhub-party-organizer h2{margin:0 0 7px!important;color:var(--prh-dark)!important;font-size:18px!important;line-height:1.2!important}.prhub-party-routefacts{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 8px}.prhub-party-routefacts span{display:flex;gap:4px;align-items:baseline;padding:5px 7px;border-radius:7px;background:#f7f8fa;color:#475467;font-size:9.5px}.prhub-party-routefacts b{color:#101828}.prhub-party-routefacts small{color:#667085}.prhub-party-routecopy,.prhub-party-routecopy p{margin:0;color:#505965;font-size:11.5px;line-height:1.55}.prhub-party-routecopy p+p{margin-top:8px}
.prhub-party-steps{margin:12px 0;padding:13px 14px 14px;border-radius:13px;background:var(--prh-soft);border:1px solid rgba(0,0,0,.05)}.prhub-party-steps-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.prhub-party-step{display:flex;align-items:center;gap:7px;min-height:58px;padding:9px;border:1px solid rgba(0,0,0,.06);border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.03)}.prhub-party-step b{display:grid;place-items:center;width:21px;height:21px;flex:0 0 21px;border-radius:999px;background:var(--prh-red);color:#fff;font-size:9px;font-weight:1000}.prhub-party-step em{color:#303846;font-style:normal;font-size:9.5px;line-height:1.28;font-weight:850}
.prhub-party-services{margin-top:12px;padding:14px 15px;border:1px solid var(--prh-border);border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(16,24,40,.04)}.prhub-party-services-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0;padding:0;list-style:none}.prhub-party-services-list li{display:flex;align-items:flex-start;gap:7px;color:#202733;font-size:10.5px;line-height:1.4;font-weight:700}.prhub-party-services-list li>span{flex:0 0 auto;color:var(--prh-red);font-size:14px;font-weight:1000}.prhub-party-empty{margin:0;color:#667085;font-size:11px}
.prhub-party-extras,.prhub-party-bookingdata,.prhub-party-organizer{margin-top:12px;padding:14px 15px;border:1px solid var(--prh-border);border-radius:13px;background:#fff}.prhub-party-extras>div{display:grid;gap:6px}.prhub-party-extras>div>span{display:flex;justify-content:space-between;gap:12px;padding:7px 9px;border:1px solid #eaecf0;border-radius:8px;font-size:10px}.prhub-party-extras em{color:var(--prh-red);font-style:normal;font-weight:900}.prhub-party-bookingdata>p,.prhub-party-organizer>p{margin:0 0 9px;color:#667085;font-size:10.5px;line-height:1.45}.prhub-party-bookingdata>div{display:flex;flex-wrap:wrap;gap:5px}.prhub-party-bookingdata>div>span{display:flex;gap:3px;align-items:center;padding:5px 7px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:9px;font-weight:800}.prhub-party-bookingdata small{color:#98a2b3}.prhub-party-notice{margin-top:12px;padding:12px 14px;border:1px solid #fedf89;border-radius:12px;background:#fffaeb}.prhub-party-notice h2{margin:0 0 5px!important;font-size:13px!important;color:#7a2e0e!important}.prhub-party-notice p{margin:0;color:#7a2e0e;font-size:10px;line-height:1.45}.prhub-party-section-kicker{display:block;margin-bottom:3px;color:#98a2b3;font-size:8px;font-weight:900;letter-spacing:.08em}.prhub-party-organizer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.prhub-party-organizer-grid>span{display:grid;gap:2px;padding:7px 8px;border-radius:8px;background:#f8fafc;color:#344054;font-size:9px;overflow-wrap:anywhere}.prhub-party-organizer-grid b{color:#98a2b3;font-size:8px;text-transform:uppercase;letter-spacing:.04em}

.prhub-party-booking{position:relative}.prhub-party-booking-card{position:sticky;top:58px;padding:16px 15px;border:1px solid rgba(227,6,19,.13);border-radius:16px;background:#fff;text-align:center;box-shadow:0 15px 38px rgba(16,24,40,.11)}.admin-bar .prhub-party-booking-card{top:90px}.prhub-party-booking-kicker{margin-bottom:8px;color:#6b7280;font-size:8px;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;font-weight:850}.prhub-party-booking-card>h2{margin:0 0 5px!important;color:var(--prh-red)!important;font-size:17px!important;line-height:1.14!important}.prhub-party-booking-date{margin:0 0 9px;color:#475467;font-size:9px;font-weight:800}.prhub-party-price-label{font-size:9px;color:#333}.prhub-party-price{margin:2px 0 9px;color:var(--prh-red);font-size:22px;line-height:1;font-weight:1000}.prhub-party-booking-facts{list-style:none;margin:0 0 10px;padding:6px 0;text-align:left;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.prhub-party-booking-facts li{position:relative;padding:4px 0 4px 14px;color:#333;font-size:8.8px;line-height:1.3}.prhub-party-booking-facts li:before{content:'✓';position:absolute;left:0;top:3px;color:var(--prh-red);font-weight:1000}.prhub-party-booking-facts strong{color:#111}.prhub-party-providerbox{display:grid;gap:2px;margin-top:10px;padding:9px 10px;border-radius:9px;background:#f8fafc;text-align:left}.prhub-party-providerbox small{color:#98a2b3;font-size:7.5px;text-transform:uppercase;letter-spacing:.05em;font-weight:900}.prhub-party-providerbox strong{color:#101828;font-size:10px}.prhub-party-providerbox span{color:#667085;font-size:8px}.prhub-party-help{display:grid;gap:2px;margin-top:9px;padding:10px;border-radius:10px;background:#fafafa;border:1px solid rgba(16,24,40,.06)}.prhub-party-help strong{font-size:10px}.prhub-party-help span,.prhub-party-help a{font-size:8.5px;color:#667085}.prhub-party-help a{color:var(--prh-red);font-weight:800;text-decoration:none}

/* Hub Booking Engine im Partyreisen-Ticketbox-Look */
.prhub-party-booking-card .prhub-booking-engine-card{margin:8px 0 0;padding:9px;border-radius:9px;background:#fff;border:1px solid rgba(227,6,19,.13);box-shadow:none;text-align:left}.prhub-party-booking-card .prhub-booking-engine-badge{padding:3px 6px;font-size:7px;background:#111827}.prhub-party-booking-card .prhub-booking-engine-card h3{margin:4px 0 5px!important;font-size:12px!important}.prhub-party-booking-card .prhub-booking-engine-intro{margin-bottom:7px!important;font-size:8.5px;line-height:1.4}.prhub-party-booking-card .prhub-booking-engine-form{gap:6px}.prhub-party-booking-card .prhub-booking-engine-field{gap:3px}.prhub-party-booking-card .prhub-booking-engine-field>span{font-size:8px;color:var(--prh-red)}.prhub-party-booking-card .prhub-booking-engine-field input,.prhub-party-booking-card .prhub-booking-engine-field select,.prhub-party-booking-card .prhub-booking-engine-field textarea{min-height:34px!important;padding:6px 8px!important;border-radius:6px!important;font-size:9px!important}.prhub-party-booking-card .prhub-booking-engine-button{min-height:37px;border-radius:6px;padding:8px 10px;background:var(--prh-red);font-size:9px;text-transform:none}.prhub-party-booking-card .prhub-booking-engine-summary-row{font-size:8.5px}.prhub-party-booking-card .prhub-booking-engine-safe{margin-top:6px!important;font-size:7.5px}.prhub-party-booking-card .prhub-booking-engine-warning,.prhub-party-booking-card .prhub-booking-engine-error{margin:6px 0;padding:6px 7px;font-size:8px}.prhub-party-booking-card .prhub-booking-engine-summary{gap:5px;margin:7px 0;padding:7px}.prhub-party-booking-card .prhub-booking-engine-summary>div,.prhub-party-booking-card .prhub-booking-engine-summary-row{font-size:8.5px}.prhub-party-booking-card .prhub-booking-engine-grid{gap:6px}.prhub-party-booking-card .prhub-booking-engine-fieldset{gap:6px;padding-top:7px}.prhub-party-booking-card .prhub-booking-engine-fieldset h4{font-size:9px!important}.prhub-party-booking-card .prhub-booking-participant{gap:5px;padding:7px}.prhub-party-booking-card .prhub-booking-participant>strong{font-size:8.5px}.prhub-party-booking-card .prhub-booking-test-consent{padding:6px 7px;font-size:8px}.prhub-party-booking-card .prhub-booking-engine-card.is-success{padding:10px}.prhub-party-booking-card .prhub-booking-engine-success-icon{width:30px;height:30px;margin:0 0 5px;font-size:16px}.prhub-party-booking-card .prhub-booking-engine-card.is-success h3{font-size:13px!important}.prhub-party-booking-card .prhub-booking-success-lead{font-size:8px}.prhub-party-booking-card .prhub-booking-number{padding:7px}.prhub-party-booking-card .prhub-booking-number small{font-size:7px}.prhub-party-booking-card .prhub-booking-number strong{font-size:9.5px}.prhub-party-booking-card .prhub-booking-nextsteps{padding:7px}.prhub-party-booking-card .prhub-booking-nextsteps>strong{font-size:8.5px}.prhub-party-booking-card .prhub-booking-nextsteps>span{font-size:7.5px}.prhub-party-booking-card .prhub-booking-nextsteps b{width:14px;height:14px;flex-basis:14px;font-size:7px}

.prhub-party-mobile-sticky{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:9999;min-height:48px;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:var(--prh-red);color:#fff!important;text-decoration:none!important;text-align:center;font-size:12px;font-weight:1000;box-shadow:0 12px 30px rgba(0,0,0,.24)}

@media(max-width:1040px){.prhub-party-main{grid-template-columns:minmax(0,1fr) 300px;gap:14px}.prhub-party-event{width:min(1000px,calc(100vw - 28px))}.prhub-party-nav a{font-size:9.5px}.prhub-party-steps-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.prhub-party-event{width:min(760px,calc(100vw - 24px));margin-top:10px;padding-bottom:72px}.prhub-party-main{display:flex;flex-direction:column}.prhub-party-left{order:1;width:100%}.prhub-party-booking{order:2;width:100%}.prhub-party-booking-card{position:relative;top:auto!important}.prhub-party-nav{position:relative;top:auto!important;display:flex;overflow-x:auto;justify-content:flex-start}.prhub-party-nav a{flex:0 0 auto;padding-left:12px;padding-right:12px}.prhub-party-mobile-sticky{display:flex}.prhub-party-organizer-grid{grid-template-columns:1fr 1fr}.prhub-party-booking-card .prhub-booking-engine-card.is-checkout{max-height:none;overflow:visible}}
@media(max-width:640px){body.prhub-preview-page .entry-content > .prhub-party-event,body.prhub-preview-page .wp-block-post-content > .prhub-party-event,body.prhub-preview-page .elementor-widget-shortcode .prhub-party-event,.prhub-party-event{width:100%!important;max-width:none!important;margin-top:5px!important}.prhub-party-event{padding:0 9px 82px}.prhub-party-sandboxbar{margin-left:3px;margin-right:3px;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 8px}.prhub-party-sandboxbar strong{text-align:left}.prhub-party-heroband{padding:12px 12px 13px;border-radius:18px;margin-bottom:8px}.prhub-party-status{position:static;display:inline-flex;margin-top:8px}.prhub-party-hero-kicker{font-size:8px;padding:5px 10px}.prhub-party-herohead h1{font-size:clamp(26px,8.5vw,36px);line-height:1}.prhub-party-hero-meta{font-size:clamp(14px,4.5vw,19px)}.prhub-party-hero-subline{font-size:10px}.prhub-party-nav{margin:5px 0 8px;padding:4px;gap:5px}.prhub-party-nav a{min-height:36px;padding:7px 10px;font-size:10px}.prhub-party-gallery{border-radius:13px}.prhub-party-slide{min-height:0;aspect-ratio:1/1}.prhub-party-slide figcaption{padding:28px 12px 10px}.prhub-party-slide figcaption strong{font-size:15px}.prhub-party-slide figcaption small{max-width:95%;font-size:9px}.prhub-party-gprev,.prhub-party-gnext{width:38px;height:38px}.prhub-party-route,.prhub-party-steps,.prhub-party-services,.prhub-party-extras,.prhub-party-bookingdata,.prhub-party-organizer{border-radius:12px;padding:12px}.prhub-party-steps-list{grid-template-columns:1fr}.prhub-party-step{min-height:0}.prhub-party-services-list{grid-template-columns:1fr}.prhub-party-organizer-grid{grid-template-columns:1fr}.prhub-party-booking-card{padding:15px 13px}.prhub-party-booking-card>h2{font-size:18px!important}.prhub-party-price{font-size:23px}.prhub-party-booking-card .prhub-booking-engine-grid{grid-template-columns:1fr}}

/* ========================================================================
 * 0.9.10 – Partyreisen Frontend Feinschliff
 * Näher an Eventwall v0.1.449: größere Inhaltsfläche, klarere Ticketbox,
 * klickbare YouTube-Vorschau und deutlichere Veranstalter-Zuordnung.
 * ====================================================================== */
body.prhub-preview-page .entry-content > .prhub-party-event,
body.prhub-preview-page .wp-block-post-content > .prhub-party-event,
body.prhub-preview-page .elementor-widget-shortcode .prhub-party-event{
  width:min(1320px,calc(100vw - 36px))!important;
  max-width:1320px!important;
}
.prhub-party-event{
  width:min(1320px,calc(100vw - 36px));
  max-width:1320px;
  margin:18px auto 54px;
  padding:0 24px;
}
.prhub-party-heroband{
  margin-bottom:18px;
  padding:34px 28px 22px;
  border-radius:30px;
  box-shadow:0 18px 48px rgba(16,24,40,.08);
}
.prhub-party-hero-kicker{
  position:absolute;
  left:50%;
  top:-8px;
  margin:0;
  padding:7px 16px;
  transform:translateX(-250px) rotate(-8deg);
  font-size:11px;
  letter-spacing:.1em;
}
.prhub-party-herohead h1{
  margin:10px auto 8px;
  font-size:clamp(42px,5.4vw,84px);
  line-height:.96;
}
.prhub-party-hero-meta{
  font-size:clamp(22px,2.55vw,40px);
  line-height:1.1;
  font-weight:800;
}
.prhub-party-hero-subline{
  margin-top:9px;
  font-size:13px;
}
.prhub-party-status{right:18px;top:16px}
.prhub-party-nav{
  max-width:1120px;
  margin:0 auto 20px;
  padding:8px;
  gap:8px;
  border-radius:999px;
  box-shadow:0 8px 24px rgba(16,24,40,.06);
}
.prhub-party-nav a{
  min-height:38px;
  padding:8px 13px;
  border-radius:999px;
  font-size:11px;
}
.prhub-party-main{
  grid-template-columns:minmax(0,1fr) 380px;
  gap:40px;
}
.prhub-party-gallery{
  border-radius:22px;
  box-shadow:0 20px 54px rgba(16,24,40,.16);
}
.prhub-party-slide{min-height:360px}
.prhub-party-slide figcaption{padding:56px 22px 22px}
.prhub-party-slide figcaption strong{font-size:23px}
.prhub-party-slide figcaption small{font-size:12px}
.prhub-party-gprev,.prhub-party-gnext{width:42px;height:42px;font-size:28px!important}
.prhub-party-route{
  margin:18px 0 12px;
  padding:20px 22px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(16,24,40,.05);
}
.prhub-party-route h2,.prhub-party-steps h2,.prhub-party-services h2,.prhub-party-extras h2,.prhub-party-bookingdata h2,.prhub-party-organizer h2{
  font-size:24px!important;
}
.prhub-party-routefacts{gap:8px;margin-bottom:12px}
.prhub-party-routefacts span{padding:7px 10px;font-size:11px}
.prhub-party-routecopy,.prhub-party-routecopy p{font-size:15px;line-height:1.6}
.prhub-party-steps{
  margin:14px 0;
  padding:15px 17px 17px;
  border-radius:18px;
}
.prhub-party-steps-list{gap:8px}
.prhub-party-step{min-height:64px;gap:8px;padding:10px 11px;border-radius:13px;align-items:flex-start}
.prhub-party-step b{width:27px;height:27px;flex-basis:27px;font-size:12px}
.prhub-party-step em{font-size:12.5px;line-height:1.22}
.prhub-party-services,.prhub-party-extras,.prhub-party-bookingdata,.prhub-party-organizer{
  margin-top:18px;
  padding:20px 22px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(16,24,40,.05);
}
.prhub-party-services-list{gap:12px 28px}
.prhub-party-services-list li{font-size:14px;line-height:1.45}
.prhub-party-services-list li>span{font-size:18px}
.prhub-party-extras>div>span{padding:10px 12px;font-size:12px}
.prhub-party-bookingdata>p,.prhub-party-organizer>p{font-size:12px}
.prhub-party-bookingdata>div>span{padding:7px 10px;font-size:10px}
.prhub-party-notice{margin-top:18px;padding:16px 18px;border-radius:16px}
.prhub-party-notice h2{font-size:16px!important}
.prhub-party-notice p{font-size:12px}
.prhub-party-organizer-grid{gap:9px}
.prhub-party-organizer-grid>span{padding:10px 11px;font-size:11px}

/* YouTube: erst Vorschaubild, Player nur nach aktiver Nutzeraktion laden. */
.prhub-party-video{margin-top:16px}
.prhub-party-media-caption{margin-bottom:7px;font-size:12px}
.prhub-party-youtube{display:grid;gap:7px}
.prhub-party-youtube-poster{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#101218!important;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(16,24,40,.12);
  text-align:left;
}
.prhub-party-youtube-poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.prhub-party-youtube-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.58))}
.prhub-party-youtube-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:66px;height:48px;border-radius:14px;transform:translate(-50%,-50%);background:#e30613;color:#fff;font-size:25px;line-height:1;padding-left:4px;box-shadow:0 12px 28px rgba(0,0,0,.28)}
.prhub-party-youtube-copy{position:absolute;left:18px;right:18px;bottom:15px;display:grid;gap:2px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.65)}
.prhub-party-youtube-copy b{font-size:15px}
.prhub-party-youtube-copy small{font-size:10px;color:#f2f4f7}
.prhub-party-youtube-poster:hover .prhub-party-youtube-play{transform:translate(-50%,-50%) scale(1.06)}
.prhub-party-youtube-frame{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:12px;background:#101218;box-shadow:0 12px 30px rgba(16,24,40,.12)}
.prhub-party-youtube-fallback{font-size:10px;color:#667085;text-align:right}
.prhub-party-youtube-fallback a{color:var(--prh-red);font-weight:800;text-decoration:none}

/* Ticketbox enger am aktuellen Partyreisen-Template. */
.prhub-party-booking-card{
  top:22px;
  padding:28px 26px;
  border-radius:24px;
  box-shadow:0 24px 64px rgba(16,24,40,.14);
}
.admin-bar .prhub-party-booking-card{top:54px}
.prhub-party-booking-kicker{font-size:11px;letter-spacing:.28em;margin-bottom:14px}
.prhub-party-booking-card>h2{font-size:25px!important;margin-bottom:9px!important}
.prhub-party-booking-date{font-size:11px;margin-bottom:12px}
.prhub-party-price-label{font-size:13px}
.prhub-party-price{font-size:30px;margin:6px 0 18px}
.prhub-party-booking-facts{margin-bottom:14px;padding:9px 0}
.prhub-party-booking-facts li{padding:7px 0 7px 21px;font-size:11px;line-height:1.4}
.prhub-party-booking-facts li:before{top:6px}
.prhub-party-booking-card .prhub-booking-engine-card{margin-top:12px;padding:13px;border-radius:12px}
.prhub-party-booking-card .prhub-booking-engine-badge{font-size:8px}
.prhub-party-booking-card .prhub-booking-engine-card h3{font-size:15px!important}
.prhub-party-booking-card .prhub-booking-engine-intro{font-size:10px!important}
.prhub-party-booking-card .prhub-booking-engine-form{gap:9px}
.prhub-party-booking-card .prhub-booking-engine-field>span{font-size:10px}
.prhub-party-booking-card .prhub-booking-engine-field input,
.prhub-party-booking-card .prhub-booking-engine-field select,
.prhub-party-booking-card .prhub-booking-engine-field textarea{min-height:44px!important;padding:9px 10px!important;border-radius:9px!important;font-size:11px!important}
.prhub-party-booking-card .prhub-booking-engine-button{min-height:46px;border-radius:9px;padding:11px 13px;font-size:11px}
.prhub-party-booking-card .prhub-booking-engine-summary-row,.prhub-party-booking-card .prhub-booking-engine-summary>div{font-size:10px}
.prhub-party-booking-card .prhub-booking-engine-safe{font-size:9px}
.prhub-party-booking-card .prhub-booking-nextsteps>strong{font-size:10px}
.prhub-party-booking-card .prhub-booking-nextsteps>span{font-size:9px}
.prhub-party-booking-card .prhub-booking-number strong{font-size:11px}

/* Veranstalter und Plattform-Rolle sofort erfassbar. */
.prhub-party-providerbox{
  position:relative;
  gap:4px;
  margin-top:14px;
  padding:13px 14px 12px;
  border:1px solid rgba(16,24,40,.08);
  border-left:4px solid var(--prh-red);
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 22px rgba(16,24,40,.05);
}
.prhub-party-providerbox.is-external{background:#fff8f8;border-color:rgba(227,6,19,.14);border-left-color:var(--prh-red)}
.prhub-party-providerbox.is-partyreisen{background:#f8fafc;border-left-color:#111827}
.prhub-party-provider-label{display:block;color:#667085;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:1000}
.prhub-party-providerbox strong{font-size:13px;line-height:1.25}
.prhub-party-provider-relation{display:inline-flex;width:max-content;max-width:100%;margin-top:2px;padding:4px 7px;border-radius:999px;background:#111827;color:#fff!important;font-size:8px!important;font-weight:900;letter-spacing:.03em}
.prhub-party-providerbox.is-external .prhub-party-provider-relation{background:var(--prh-red)}
.prhub-party-providerbox>small{margin-top:3px;color:#667085!important;font-size:8px!important;line-height:1.35;text-transform:none!important;letter-spacing:0!important;font-weight:600!important}
.prhub-party-help{margin-top:13px;padding:14px;border-radius:14px}
.prhub-party-help strong{font-size:12px}.prhub-party-help span,.prhub-party-help a{font-size:10px}

.prhub-booking-restart{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:42px;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid var(--prh-red);
  border-radius:9px;
  background:#fff;
  color:var(--prh-red)!important;
  text-decoration:none!important;
  text-align:center;
  font-size:10px;
  font-weight:1000;
}
.prhub-booking-restart:hover{background:#fff5f6}

@media(max-width:1100px){
  .prhub-party-hero-kicker{transform:translateX(-210px) rotate(-8deg)}
  .prhub-party-main{grid-template-columns:minmax(0,1fr) 340px;gap:24px}
  .prhub-party-event{width:min(1040px,calc(100vw - 28px));padding-left:20px;padding-right:20px}
  body.prhub-preview-page .entry-content > .prhub-party-event,
  body.prhub-preview-page .wp-block-post-content > .prhub-party-event,
  body.prhub-preview-page .elementor-widget-shortcode .prhub-party-event{width:min(1040px,calc(100vw - 28px))!important}
}
@media(max-width:900px){
  .prhub-party-event{width:min(760px,calc(100vw - 24px));padding:0 18px 96px}
  .prhub-party-heroband{padding:28px 18px 18px}
  .prhub-party-hero-kicker{top:-6px;transform:translateX(-170px) rotate(-7deg)}
  .prhub-party-nav{position:relative;top:auto;max-width:100%;margin-bottom:18px;border-radius:16px;padding:8px}
  .prhub-party-main{display:flex;flex-direction:column;gap:20px}
  .prhub-party-booking-card{position:relative;top:auto!important;padding:22px 20px}
  .prhub-party-slide{min-height:300px}
  .prhub-party-steps-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .prhub-party-event{padding:0 9px 92px}
  .prhub-party-heroband{padding:24px 14px 16px;border-radius:20px}
  .prhub-party-hero-kicker{left:18px;top:-8px;transform:rotate(-7deg);max-width:calc(100% - 36px);font-size:9px}
  .prhub-party-status{position:static;margin-top:8px}
  .prhub-party-herohead h1{margin-top:18px;font-size:clamp(30px,10vw,46px)}
  .prhub-party-hero-meta{font-size:clamp(16px,5vw,22px);line-height:1.18}
  .prhub-party-nav{margin:6px 0 10px;padding:5px;gap:6px}
  .prhub-party-nav a{min-height:38px;padding:7px 12px;font-size:12px}
  .prhub-party-slide{min-height:0;aspect-ratio:1/1}
  .prhub-party-route,.prhub-party-services,.prhub-party-extras,.prhub-party-bookingdata,.prhub-party-organizer{padding:17px;border-radius:17px}
  .prhub-party-route h2,.prhub-party-steps h2,.prhub-party-services h2,.prhub-party-extras h2,.prhub-party-bookingdata h2,.prhub-party-organizer h2{font-size:22px!important}
  .prhub-party-routecopy,.prhub-party-routecopy p{font-size:14px}
  .prhub-party-steps{padding:13px}.prhub-party-steps-list{grid-template-columns:1fr}.prhub-party-step{min-height:0}
  .prhub-party-services-list{grid-template-columns:1fr}
  .prhub-party-organizer-grid{grid-template-columns:1fr}
  .prhub-party-booking-card{padding:22px 16px;border-radius:20px}
  .prhub-party-booking-card>h2{font-size:23px!important}
  .prhub-party-youtube-copy{left:12px;right:12px;bottom:10px}.prhub-party-youtube-copy b{font-size:13px}.prhub-party-youtube-copy small{font-size:9px}.prhub-party-youtube-play{width:58px;height:42px;font-size:21px}
}

/* ========================================================================
 * 0.10.0 – gemeinsames Partyreisen-Frontend + Booking Engine Hardening
 * ====================================================================== */
.prhub-frontend-template{--prhub-safe:#12b76a;--prhub-warn:#f79009}
.prhub-party-mobile-offerbar{display:none}
.prhub-hold-timer{display:flex;align-items:center;justify-content:center;gap:5px;margin:8px 0 10px;padding:8px 9px;border:1px solid #d1fadf;border-radius:9px;background:#f6fef9;color:#087443;font-size:9px;font-weight:750;line-height:1.2;text-align:center}
.prhub-hold-timer strong{font-variant-numeric:tabular-nums;font-size:11px;color:#05603a}.prhub-hold-timer-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 3px rgba(18,183,106,.12)}
.prhub-hold-timer.is-urgent{border-color:#fedf89;background:#fffaeb;color:#93370d}.prhub-hold-timer.is-urgent strong{color:#b54708}.prhub-hold-timer.is-urgent .prhub-hold-timer-dot{background:#f79009;box-shadow:0 0 0 3px rgba(247,144,9,.13)}
.prhub-hold-timer.is-expired{border-color:#fecdca;background:#fef3f2;color:#b42318}.prhub-hold-timer.is-expired strong{color:#b42318}.prhub-hold-timer.is-expired .prhub-hold-timer-dot{background:#d92d20}
.prhub-booking-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.prhub-booking-action{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 9px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054!important;text-decoration:none!important;font-size:10px;font-weight:800;line-height:1.2}.prhub-booking-action:hover{border-color:#98a2b3;background:#f8fafc}.prhub-booking-action.is-danger{border-color:#fecdca;color:#b42318!important;background:#fff8f7}.prhub-booking-action.is-danger:hover{background:#fef3f2}
.prhub-booking-timeline{display:grid;gap:7px;margin-top:12px;padding-top:10px;border-top:1px solid #eaecf0}.prhub-booking-timeline>strong{font-size:11px}.prhub-booking-timeline>span{display:grid;grid-template-columns:100px 1fr;gap:8px;color:#475467;font-size:10px;line-height:1.4}.prhub-booking-timeline>span b{color:#667085;font-size:9px;font-weight:800}
.prhub-party-mobile-sticky{transition:opacity .18s ease,transform .18s ease}.prhub-party-mobile-sticky.is-near-booking{opacity:.12;pointer-events:none;transform:translateY(8px)}

@media(max-width:900px){
  .prhub-party-mobile-offerbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 14px;padding:12px 13px;border:1px solid rgba(227,6,19,.13);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(16,24,40,.08)}
  .prhub-party-mobile-offerbar>span{display:grid;grid-template-columns:auto auto;align-items:end;gap:1px 6px;min-width:0}.prhub-party-mobile-offerbar small{font-size:9px;color:#667085}.prhub-party-mobile-offerbar strong{font-size:20px;line-height:1;color:var(--prh-red)}.prhub-party-mobile-offerbar em{grid-column:1/-1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:9px;font-style:normal}.prhub-party-mobile-offerbar a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 13px;border-radius:999px;background:var(--prh-red);color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:950}
  .prhub-party-booking{scroll-margin-top:18px}.prhub-party-booking-card{box-shadow:0 18px 46px rgba(16,24,40,.11)}
}
@media(max-width:640px){
  .prhub-party-event{padding-bottom:100px}
  .prhub-party-sandboxbar{font-size:7.5px!important;line-height:1.25}.prhub-party-sandboxbar strong{font-size:7px!important}
  .prhub-party-heroband{margin-bottom:7px!important;padding:20px 12px 13px!important;border-radius:17px!important}.prhub-party-herohead h1{margin-top:16px!important;font-size:clamp(29px,9.2vw,42px)!important}.prhub-party-hero-meta{font-size:clamp(15px,4.7vw,20px)!important}.prhub-party-hero-subline{display:block;max-width:92%;margin-left:auto;margin-right:auto;line-height:1.35}
  .prhub-party-nav{scrollbar-width:none}.prhub-party-nav::-webkit-scrollbar{display:none}.prhub-party-nav a{min-height:34px!important;padding:6px 10px!important;font-size:10px!important}
  .prhub-party-gallery{border-radius:14px!important;box-shadow:0 12px 34px rgba(16,24,40,.13)!important}.prhub-party-slide{aspect-ratio:4/3!important}.prhub-party-slide figcaption{padding:32px 12px 10px!important}.prhub-party-gprev,.prhub-party-gnext{width:34px!important;height:34px!important;font-size:22px!important}
  .prhub-party-mobile-offerbar{position:relative;margin-top:9px;padding:10px 11px}.prhub-party-mobile-offerbar strong{font-size:18px}.prhub-party-mobile-offerbar a{min-height:38px;padding:8px 11px;font-size:9px}
  .prhub-party-video{margin-top:10px}.prhub-party-youtube-poster,.prhub-party-youtube-frame{border-radius:10px!important}.prhub-party-youtube-fallback{font-size:8px;text-align:left}
  .prhub-party-route,.prhub-party-steps,.prhub-party-services,.prhub-party-extras,.prhub-party-bookingdata,.prhub-party-organizer{margin-top:10px!important;padding:13px!important;border-radius:13px!important;box-shadow:0 7px 20px rgba(16,24,40,.04)!important}.prhub-party-route h2,.prhub-party-steps h2,.prhub-party-services h2,.prhub-party-extras h2,.prhub-party-bookingdata h2,.prhub-party-organizer h2{font-size:18px!important}.prhub-party-routecopy,.prhub-party-routecopy p{font-size:12px!important;line-height:1.55!important}.prhub-party-routefacts{display:grid;grid-template-columns:1fr 1fr}.prhub-party-routefacts span{font-size:9px}
  .prhub-party-steps-list{gap:6px!important}.prhub-party-step{display:grid;grid-template-columns:24px 1fr;min-height:0!important;padding:8px 9px!important;border-radius:10px!important}.prhub-party-step b{width:24px!important;height:24px!important;flex-basis:24px!important;font-size:10px!important}.prhub-party-step em{font-size:10.5px!important;line-height:1.3!important}
  .prhub-party-services-list{gap:8px!important}.prhub-party-services-list li{font-size:11px!important}.prhub-party-extras>div>span{padding:8px 9px!important;font-size:10px!important}.prhub-party-bookingdata>div{gap:5px!important}.prhub-party-bookingdata>div>span{padding:6px 8px!important;font-size:9px!important}
  .prhub-party-booking-card{padding:17px 13px!important;border-radius:16px!important}.prhub-party-booking-card>h2{font-size:20px!important}.prhub-party-price{font-size:25px!important}.prhub-party-booking-facts li{font-size:10px!important}.prhub-party-booking-card .prhub-booking-engine-card{padding:11px!important}.prhub-party-booking-card .prhub-booking-engine-field input,.prhub-party-booking-card .prhub-booking-engine-field select,.prhub-party-booking-card .prhub-booking-engine-field textarea{min-height:43px!important;font-size:12px!important}.prhub-party-booking-card .prhub-booking-engine-button{min-height:46px!important;font-size:11px!important}.prhub-hold-timer{font-size:9px}.prhub-hold-timer strong{font-size:12px}
  .prhub-party-mobile-sticky{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));min-height:52px;border-radius:14px;font-size:11px;box-shadow:0 10px 28px rgba(16,24,40,.28)}
  .prhub-booking-timeline>span{grid-template-columns:1fr;gap:1px}.prhub-booking-actions{display:grid;grid-template-columns:1fr}.prhub-booking-action{min-height:38px}
}

/* 0.11.0 · Assisted offer intake */
.prhub-create-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 18px}.prhub-create-choice{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;padding:18px;border:1px solid #dfe3e8;border-radius:17px;background:#fff;text-decoration:none!important;color:#101828!important;box-shadow:0 5px 16px rgba(16,24,40,.035);transition:.16s ease}.prhub-create-choice:hover{transform:translateY(-1px);border-color:#b8c0cc;box-shadow:0 10px 24px rgba(16,24,40,.07)}.prhub-create-choice.is-assisted{border-color:color-mix(in srgb,var(--prhub-console-accent) 35%,#dfe3e8);background:linear-gradient(135deg,color-mix(in srgb,var(--prhub-console-accent) 4%,white),#fff 58%)}.prhub-create-choice-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:15px;background:#f2f4f7}.prhub-create-choice.is-assisted .prhub-create-choice-icon{background:color-mix(in srgb,var(--prhub-console-accent) 10%,white);color:var(--prhub-console-accent)}.prhub-create-choice-icon .dashicons{font-size:25px;width:25px;height:25px}.prhub-create-choice span>small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3;font-size:9px;font-weight:800;margin:1px 0 4px}.prhub-create-choice span>strong{display:block;font-size:17px;line-height:1.25;margin-bottom:6px}.prhub-create-choice span>em{display:block;font-style:normal;color:#667085;font-size:12px;line-height:1.5;min-height:36px}.prhub-create-choice span>b{display:block;margin-top:10px;color:var(--prhub-console-accent);font-size:12px}.prhub-assisted-list{margin-top:22px;padding-top:20px;border-top:1px solid #eaecf0}.prhub-assisted-list-head h4{margin:3px 0 5px;font-size:17px}.prhub-assisted-list-head p{margin:0 0 12px;color:#667085;font-size:12px}.prhub-assisted-rows{display:grid;gap:8px}.prhub-assisted-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e4e7ec;border-radius:13px;background:#fff;text-decoration:none!important;color:#101828!important}.prhub-assisted-row:hover{border-color:#c9cfd8;background:#fcfcfd}.prhub-assisted-row-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:#f4f3ff;color:#6941c6}.prhub-assisted-row-main strong{display:block;font-size:13px}.prhub-assisted-row-main small{display:block;color:#667085;font-size:10px;margin-top:2px}.prhub-intake-status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap;background:#f2f4f7;color:#475467}.prhub-intake-status.is-new{background:#fff5dd;color:#8a5a00}.prhub-intake-status.is-in_progress{background:#eef3ff;color:#294d9b}.prhub-intake-status.is-waiting_info,.prhub-intake-status.is-changes_requested{background:#fff0f0;color:#b42318}.prhub-intake-status.is-ready_vendor{background:#f4f3ff;color:#6941c6}.prhub-intake-status.is-vendor_approved,.prhub-intake-status.is-closed{background:#e7f8ee;color:#126b3d}
.prhub-intake-form-card{padding:0!important;overflow:hidden}.prhub-intake-head{padding:24px 26px 18px;margin:0!important;border-bottom:1px solid #eaecf0;align-items:center}.prhub-intake-head>div{flex:1}.prhub-intake-head h3{margin-top:3px}.prhub-intake-time{display:flex;align-items:center;gap:6px;white-space:nowrap;padding:8px 11px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:11px;font-weight:800}.prhub-intake-time .dashicons{font-size:15px;width:15px;height:15px}.prhub-intake-form-card>form{padding:0 26px 26px}.prhub-intake-promise{display:flex;gap:11px;align-items:flex-start;margin:20px 26px;padding:14px 16px;border:1px solid #d1fadf;border-radius:14px;background:#ecfdf3;color:#05603a}.prhub-intake-promise>.dashicons{margin-top:2px}.prhub-intake-promise strong{font-size:13px}.prhub-intake-promise p{margin:3px 0 0;font-size:11px;line-height:1.5}.prhub-intake-section{display:flex;gap:11px;align-items:center;margin:23px 0 13px}.prhub-intake-step{display:flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#111827;color:#fff;font-size:12px;font-weight:900}.prhub-intake-section h4{margin:0;font-size:16px}.prhub-intake-section p{margin:2px 0 0;color:#667085;font-size:11px}.prhub-intake-grid{gap:12px 14px}.prhub-intake-form-card textarea{width:100%;box-sizing:border-box;border:1px solid #d0d5dd;border-radius:11px;padding:11px 12px;resize:vertical}.prhub-intake-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:135px;padding:20px;border:1.5px dashed #cbd5e1;border-radius:15px;background:#fbfcfd;text-align:center;cursor:pointer}.prhub-intake-dropzone:hover{border-color:var(--prhub-console-accent);background:color-mix(in srgb,var(--prhub-console-accent) 2%,white)}.prhub-intake-dropzone>.dashicons{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#fff;color:var(--prhub-console-accent);font-size:21px;box-shadow:0 4px 13px rgba(16,24,40,.07);margin-bottom:9px}.prhub-intake-dropzone strong{font-size:13px}.prhub-intake-dropzone small{margin-top:4px;color:#98a2b3;font-size:10px}.prhub-intake-dropzone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.prhub-intake-contact{display:flex;gap:11px;align-items:flex-start;padding:13px 14px;border-radius:13px;background:#f8fafc;border:1px solid #e4e7ec;margin-top:15px}.prhub-intake-contact>.dashicons{color:var(--prhub-console-accent)}.prhub-intake-contact strong{font-size:12px}.prhub-intake-contact p{font-size:10px;color:#667085;margin:2px 0 0}.prhub-intake-submit{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid #eaecf0}.prhub-intake-submit .prhub-submit,.prhub-intake-submit .prhub-secondary-button{width:auto}.prhub-intake-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:18px;align-items:start}.prhub-intake-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:16px}.prhub-intake-progress>div{display:grid;gap:5px;padding:10px;border-radius:11px;background:#f8fafc;color:#98a2b3;font-size:10px}.prhub-intake-progress span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#e4e7ec;font-weight:900}.prhub-intake-progress .is-active{background:#f4f3ff;color:#5b21b6}.prhub-intake-progress .is-active span{background:#6941c6;color:#fff}.prhub-intake-progress .is-done{background:#ecfdf3;color:#05603a}.prhub-intake-progress .is-done span{background:#12b76a;color:#fff}.prhub-intake-party-message{display:flex;gap:10px;padding:14px;border:1px solid #d6bbfb;border-radius:13px;background:#f9f5ff;color:#53389e;margin-bottom:14px}.prhub-intake-party-message p{margin:3px 0 0;line-height:1.5}.prhub-intake-summary-card{border:1px solid #e4e7ec;border-radius:14px;padding:15px;margin-bottom:12px}.prhub-intake-summary-card h4{margin:0 0 11px}.prhub-intake-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0}.prhub-intake-summary>div{padding:9px;border-radius:10px;background:#f8fafc}.prhub-intake-summary dt{color:#98a2b3;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.prhub-intake-summary dd{margin:3px 0 0;font-size:12px;font-weight:700;color:#344054}.prhub-intake-text{margin-top:12px}.prhub-intake-text strong,.prhub-intake-links>strong{font-size:11px}.prhub-intake-text p{font-size:12px;color:#475467;line-height:1.55}.prhub-intake-links{display:grid;gap:4px;margin-top:12px}.prhub-intake-links a{font-size:11px;overflow-wrap:anywhere}.prhub-intake-files{display:grid;gap:7px}.prhub-intake-files>a{display:grid;grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:9px 10px;border:1px solid #e4e7ec;border-radius:10px;text-decoration:none;color:#344054}.prhub-intake-files>a:hover{background:#f8fafc}.prhub-intake-files strong{display:block;font-size:11px}.prhub-intake-files small{display:block;font-size:9px;color:#98a2b3}.prhub-intake-next-card{position:sticky;top:45px;padding:18px;border:1px solid #e4e7ec;border-radius:15px;background:#fbfcfd}.prhub-intake-next-card>.dashicons{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#f4f3ff;color:#6941c6;font-size:21px;margin-bottom:10px}.prhub-intake-next-card h4{margin:0 0 6px}.prhub-intake-next-card>p{color:#667085;font-size:11px;line-height:1.5}.prhub-intake-next-card form{margin-top:9px}.prhub-intake-next-card .prhub-submit,.prhub-intake-next-card .prhub-secondary-button{width:100%;justify-content:center;box-sizing:border-box}.prhub-intake-change-box{margin-top:10px;border-top:1px solid #e4e7ec;padding-top:10px}.prhub-intake-change-box summary{cursor:pointer;font-size:11px;font-weight:800}.prhub-intake-change-box textarea{width:100%;box-sizing:border-box;margin-top:8px;border:1px solid #d0d5dd;border-radius:10px;padding:9px}
@media(max-width:900px){.prhub-create-choice-grid,.prhub-intake-detail-grid{grid-template-columns:1fr}.prhub-intake-next-card{position:static}.prhub-intake-progress{grid-template-columns:1fr 1fr}}@media(max-width:620px){.prhub-create-choice-grid{grid-template-columns:1fr}.prhub-create-choice{grid-template-columns:44px minmax(0,1fr);padding:14px}.prhub-create-choice-icon{width:44px;height:44px}.prhub-assisted-row{grid-template-columns:38px minmax(0,1fr) 16px}.prhub-assisted-row .prhub-intake-status{grid-column:2}.prhub-intake-head{display:grid;padding:18px}.prhub-intake-time{justify-self:start}.prhub-intake-promise{margin:14px 18px}.prhub-intake-form-card>form{padding:0 18px 20px}.prhub-intake-summary{grid-template-columns:1fr 1fr}.prhub-intake-progress{grid-template-columns:1fr}.prhub-intake-submit{display:grid}.prhub-intake-submit .prhub-submit,.prhub-intake-submit .prhub-secondary-button{width:100%}}

/* 0.12.0 · Anbieterangebote nur lesen */
.prhub-offers-readonly .prhub-info{margin:12px 0 18px}.prhub-offer-admin-managed{display:inline-flex;align-items:center;gap:6px;background:#eefcf2;color:#17743b;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.prhub-vendor-offer-review .prhub-module-head{align-items:flex-start}.prhub-readonly-offer-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px}.prhub-readonly-hero{border-radius:14px;overflow:hidden;margin-bottom:12px;background:#eef2f6}.prhub-readonly-hero img{width:100%;height:auto;display:block}.prhub-readonly-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0}.prhub-readonly-facts>div{border:1px solid #e1e7ee;border-radius:10px;padding:10px;background:#fafbfd}.prhub-readonly-facts span{display:block;color:#7d8998;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.prhub-readonly-facts strong{display:block;margin-top:4px}.prhub-readonly-section{padding:16px 0;border-top:1px solid #edf0f3}.prhub-readonly-section h4{margin:0 0 8px}.prhub-readonly-section ul{margin:0;padding-left:20px}.prhub-readonly-sidecard,.prhub-readonly-feedback{border:1px solid #e1e7ee;border-radius:12px;padding:14px;background:#fff;margin-bottom:12px}.prhub-readonly-sidecard>.dashicons{color:var(--prhub-accent,#ef0b18)}.prhub-readonly-sidecard small,.prhub-readonly-sidecard strong{display:block}.prhub-readonly-sidecard strong{font-size:16px;margin:4px 0}.prhub-readonly-preview{width:100%;justify-content:center;margin-bottom:12px}.prhub-readonly-feedback h4{margin:0 0 6px}.prhub-readonly-feedback textarea{width:100%;box-sizing:border-box;margin:8px 0}.prhub-readonly-feedback .prhub-secondary-button{width:100%;justify-content:center}
@media(max-width:820px){.prhub-readonly-offer-grid{grid-template-columns:1fr}.prhub-readonly-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* 0.12.1 · gebrandetes Firmenportal */
.prhub-company-logo{display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border:1px solid rgba(16,24,40,.08);box-shadow:0 6px 18px rgba(16,24,40,.08)}
.prhub-company-logo img{display:block;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:5px}
.prhub-company-logo.is-fallback{background:linear-gradient(145deg,#fff,#f6f7f9);color:#e30613;font-weight:900;letter-spacing:.04em}
.prhub-company-logo.is-sidebar{width:58px;height:58px;flex:0 0 58px;border-radius:15px;border-color:rgba(255,255,255,.13);box-shadow:none}.prhub-company-logo.is-sidebar img{padding:6px}.prhub-company-logo.is-sidebar.is-fallback{background:#fff}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand{display:flex!important;align-items:center;gap:10px!important;padding:0 7px 7px!important}.prhub-console:not(.prhub-console-preview) .prhub-console-brand>div{display:grid;gap:2px;min-width:0}.prhub-console:not(.prhub-console-preview) .prhub-console-brand>div>span{font-size:8px}.prhub-console:not(.prhub-console-preview) .prhub-console-brand>div>strong{font-size:13px}.prhub-console:not(.prhub-console-preview) .prhub-console-brand small{font-size:8px;color:rgba(255,255,255,.45);line-height:1.2}
.prhub-company-welcome{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 14px;padding:19px 20px;border:1px solid #e4e7ec;border-radius:17px;background:linear-gradient(120deg,#fff 0%,#fff 64%,#fff5f6 100%);box-shadow:0 8px 24px rgba(16,24,40,.04)}
.prhub-company-welcome-identity{display:flex;align-items:center;gap:15px;min-width:0}.prhub-company-logo.is-welcome{width:74px;height:74px;flex:0 0 74px;border-radius:18px}.prhub-company-welcome-identity>div{min-width:0}.prhub-company-eyebrow{display:block;margin-bottom:4px;color:#e30613;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.prhub-company-welcome h1{margin:0!important;color:#111827!important;font-size:25px!important;line-height:1.12!important}.prhub-company-welcome p{margin:5px 0 0!important;color:#667085;font-size:12px;line-height:1.5}.prhub-company-welcome-status{display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid #b7e4ca;border-radius:13px;background:#ecfdf3;color:#05603a;white-space:nowrap}.prhub-company-welcome-status>.dashicons{font-size:22px;width:22px;height:22px}.prhub-company-welcome-status small,.prhub-company-welcome-status strong{display:block}.prhub-company-welcome-status small{font-size:8px;text-transform:uppercase;letter-spacing:.08em}.prhub-company-welcome-status strong{font-size:12px}
.prhub-company-contact-card{background:linear-gradient(180deg,#fff,#fbfcfd)!important}.prhub-company-contact-card h3{font-size:19px!important}
.prhub-profile-brand-head{display:flex;align-items:center;gap:15px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eaecf0}.prhub-company-logo.is-profile{width:72px;height:72px;flex:0 0 72px;border-radius:17px}.prhub-profile-brand-head h3{margin:2px 0 4px!important;font-size:21px!important}.prhub-profile-brand-head p{margin:0;color:#667085;font-size:12px;line-height:1.5}
.prhub-logo-upload-panel{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;align-items:center;margin:0 0 18px;padding:14px;border:1px solid #e4e7ec;border-radius:14px;background:#f8fafc}.prhub-company-logo.is-upload{width:76px;height:76px;border-radius:16px}.prhub-logo-upload-panel label{display:block;margin-bottom:6px}.prhub-logo-upload-panel input[type=file]{display:block;width:100%;max-width:420px;font-size:12px}.prhub-logo-upload-panel small{display:block;margin-top:5px;color:#667085;font-size:10px}.prhub-logo-remove{display:flex!important;align-items:center;gap:6px;margin-top:8px!important;font-size:10px;color:#b42318}
@media(max-width:900px){.prhub-company-welcome{align-items:flex-start}.prhub-company-welcome-status{align-self:flex-start}.prhub-console:not(.prhub-console-preview) .prhub-console-brand{max-width:360px}.prhub-company-logo.is-sidebar{width:48px;height:48px;flex-basis:48px}}
@media(max-width:620px){.prhub-company-welcome{display:grid;padding:16px}.prhub-company-welcome-identity{align-items:flex-start}.prhub-company-logo.is-welcome{width:58px;height:58px;flex-basis:58px;border-radius:14px}.prhub-company-welcome h1{font-size:21px!important}.prhub-company-welcome-status{justify-self:start}.prhub-logo-upload-panel{grid-template-columns:1fr}.prhub-profile-brand-head{align-items:flex-start}.prhub-company-logo.is-profile{width:58px;height:58px;flex-basis:58px}}


/* 0.13.0 Durchführung & Absage */
.prhub-party-cancelled-banner{max-width:1180px;margin:14px auto 0;display:flex;gap:12px;align-items:flex-start;padding:14px 18px;border:1px solid #f3a9ad;background:#fff4f5;border-radius:12px;color:#8c1019}.prhub-party-cancelled-banner .dashicons{color:#e30613}.prhub-party-cancelled-banner strong{display:block;font-size:16px}.prhub-party-cancelled-banner p{margin:3px 0 0}.prhub-party-nav-book.is-disabled{opacity:.7;cursor:not-allowed}.prhub-booking-engine-card.is-blocked{border-color:#f1aeb3;background:#fff7f7}.prhub-booking-engine-card.is-blocked .prhub-booking-engine-badge{background:#e30613;color:#fff}.prhub-fulfillment-list{display:grid;gap:14px;margin-top:18px}.prhub-fulfillment-card{border:1px solid #dde2e8;border-radius:14px;padding:18px;background:#fff}.prhub-fulfillment-card-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.prhub-fulfillment-card-head h4{margin:2px 0 4px}.prhub-fulfillment-card-head small,.prhub-fulfillment-card-head span{color:#667085}.prhub-fulfillment-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:14px 0}.prhub-fulfillment-facts>span{background:#f6f8fa;border-radius:9px;padding:10px}.prhub-fulfillment-facts small{display:block;color:#667085}.prhub-fulfillment-actions{display:grid;gap:10px}.prhub-fulfillment-actions>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.prhub-fulfillment-actions textarea{width:100%;min-height:64px}.prhub-console-section-fulfillment .prhub-card>h3{font-size:22px}@media(max-width:720px){.prhub-fulfillment-card-head{flex-direction:column}.prhub-fulfillment-facts,.prhub-fulfillment-actions>div{grid-template-columns:1fr}}

/* 0.13.1 Konditionsanzeige im Anbieterportal */
@media(min-width:1050px){.prhub-fulfillment-facts{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* 0.14.5 · AGB im Checkout / Anbieterportal */
.prhub-booking-legal-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;margin-top:14px;border:1px solid #dfe4ea;border-radius:12px;background:#f8fafc}.prhub-booking-legal-card>div:first-child{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:8px;align-items:center}.prhub-booking-legal-card .dashicons{grid-row:1/3;color:#e30613}.prhub-booking-legal-card strong,.prhub-booking-legal-card small{display:block}.prhub-booking-legal-card small{color:#667085;font-size:11px}.prhub-booking-legal-links{display:flex;gap:10px;flex-wrap:wrap}.prhub-booking-legal-links a{font-size:12px;font-weight:700;color:#e30613;text-decoration:none}.prhub-booking-agb-consent{margin-top:10px!important}.prhub-booking-engine-warning.is-legal{margin-top:14px;background:#fff7ed;border-color:#fed7aa}.prhub-legal-vendor-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.prhub-legal-vendor-card>.dashicons{font-size:30px;width:30px;height:30px;color:#e30613}.prhub-legal-vendor-card strong,.prhub-legal-vendor-card small{display:block}.prhub-legal-vendor-card small{margin-top:3px;color:#667085}.prhub-legal-vendor-card p{margin:7px 0 0;color:#475467;font-size:13px}.prhub-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border:1px solid #d0d5dd;border-radius:9px;text-decoration:none!important;font-weight:700;color:#344054;background:#fff}
@media(max-width:640px){.prhub-booking-legal-card{align-items:flex-start;flex-direction:column}.prhub-legal-vendor-card{grid-template-columns:36px minmax(0,1fr)}.prhub-legal-vendor-card>.prhub-secondary-button{grid-column:2;justify-self:start}}
.prhub-booking-success-legal{display:flex;align-items:center;gap:10px;margin:14px 0;padding:11px 12px;border-radius:10px;background:#f2fbf6;border:1px solid #b7e4ca}.prhub-booking-success-legal>.dashicons{color:#0f8a4b}.prhub-booking-success-legal>div{min-width:0;flex:1}.prhub-booking-success-legal strong,.prhub-booking-success-legal small{display:block}.prhub-booking-success-legal small{color:#667085}.prhub-booking-success-legal>a{font-weight:700;color:#0f8a4b;text-decoration:none}

/* 0.18.0 · B2B-Partnerprogramm / Affiliate & Gutschriften */
.prhub-partner-portal,.prhub-partner-dashboard{max-width:1180px;margin:0 auto}.prhub-partner-portal-head,.prhub-partner-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:22px 24px;border:1px solid #e4e7ec;border-radius:18px;background:#fff}.prhub-partner-portal-head{justify-content:flex-start}.prhub-partner-portal-head>.dashicons{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--prhub-accent);color:#fff;font-size:26px}.prhub-partner-portal-head small,.prhub-partner-dashboard-head small{display:block;color:var(--prhub-accent);font-size:10px;font-weight:850;letter-spacing:.1em}.prhub-partner-portal-head h2,.prhub-partner-dashboard-head h2{margin:3px 0 5px;color:#111827}.prhub-partner-portal-head p,.prhub-partner-dashboard-head p{margin:0;color:#667085}.prhub-partner-switch{display:flex;gap:7px;margin:0 0 16px;padding:5px;border:1px solid #e4e7ec;border-radius:12px;background:#f8fafc;width:max-content}.prhub-partner-switch a{padding:9px 14px;border-radius:9px;color:#475467;text-decoration:none;font-weight:750}.prhub-partner-switch a.is-active{background:#fff;color:#111827;box-shadow:0 2px 9px rgba(17,24,39,.08)}
.prhub-partner-registration select,.prhub-partner-login select{width:100%;min-height:50px;padding:12px 14px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;color:#111827;font:inherit}.prhub-partner-consents{display:grid;gap:10px;margin:18px 0;padding:15px 16px;border:1px solid #e4e7ec;border-radius:13px;background:#f8fafc}.prhub-partner-consents label{display:flex;align-items:flex-start;gap:9px;color:#344054;font-size:12px;line-height:1.5}.prhub-partner-consents input{margin-top:2px}
.prhub-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.prhub-kpi-grid>div{padding:15px 16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.prhub-kpi-grid span{display:block;color:#667085;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.prhub-kpi-grid strong{display:block;margin-top:5px;color:#111827;font-size:21px}.prhub-partner-dashboard .prhub-admin-grid-2{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-bottom:16px}.prhub-partner-dashboard>.prhub-card{margin-bottom:16px}
.prhub-partner-link-list{display:grid;gap:12px}.prhub-partner-link-list article{padding:13px;border:1px solid #e4e7ec;border-radius:12px;background:#fafbfd}.prhub-partner-link-list article>div:first-child{margin-bottom:9px}.prhub-partner-link-list article small,.prhub-partner-link-list article strong{display:block}.prhub-partner-link-list article small{color:#667085}.prhub-partner-link-row{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;align-items:center;margin-top:7px}.prhub-partner-link-row span{font-size:11px;font-weight:750;color:#475467}.prhub-partner-link-row input{width:100%;min-height:36px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;padding:7px 9px;font-size:11px;color:#344054}.prhub-partner-profile-dl{display:grid;gap:0;margin:0}.prhub-partner-profile-dl>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;padding:9px 0;border-bottom:1px solid #edf0f3}.prhub-partner-profile-dl>div:last-child{border-bottom:0}.prhub-partner-profile-dl dt{color:#667085;font-size:11px}.prhub-partner-profile-dl dd{margin:0;color:#111827;font-weight:650;font-size:12px;overflow-wrap:anywhere}
.prhub-table-scroll{overflow-x:auto}.prhub-partner-dashboard table.widefat{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e4e7ec;border-radius:12px;overflow:hidden;background:#fff;font-size:12px}.prhub-partner-dashboard table.widefat th,.prhub-partner-dashboard table.widefat td{padding:10px 11px;border-bottom:1px solid #edf0f3;text-align:left;white-space:nowrap}.prhub-partner-dashboard table.widefat th{background:#f8fafc;color:#475467;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.prhub-partner-dashboard table.widefat tbody tr:last-child td{border-bottom:0}
@media(max-width:900px){.prhub-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prhub-partner-dashboard .prhub-admin-grid-2{grid-template-columns:1fr}.prhub-partner-dashboard-head{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.prhub-partner-portal-head{align-items:flex-start;padding:17px}.prhub-partner-portal-head>.dashicons{width:40px;height:40px;font-size:22px}.prhub-partner-switch{width:100%;box-sizing:border-box}.prhub-partner-switch a{flex:1;text-align:center}.prhub-kpi-grid{grid-template-columns:1fr 1fr}.prhub-partner-link-row,.prhub-partner-profile-dl>div{grid-template-columns:1fr}.prhub-partner-link-row{gap:3px}}
.prhub-partner-consents a{color:var(--prhub-accent);font-weight:750}.prhub-partner-terms{max-width:980px;margin:0 auto}.prhub-partner-terms-head{padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid #e4e7ec}.prhub-partner-terms-head small{display:block;color:var(--prhub-accent);font-size:10px;font-weight:850;letter-spacing:.08em}.prhub-partner-terms-head h2{margin:4px 0 5px}.prhub-partner-terms-head p{margin:0;color:#667085}.prhub-partner-terms-body{color:#344054;font-size:13px;line-height:1.7}.prhub-partner-terms-body p{margin:0 0 13px}

/* -------------------------------------------------------------------------- */
/* 0.18.35 · hub.party.reisen public partner domain                           */
/* -------------------------------------------------------------------------- */
.prhub-hub-domain-body{margin:0;background:#f4f7fb;color:#111827;font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.prhub-hub-domain-body *{box-sizing:border-box}
.prhub-hub-domain-shell{min-height:100vh;display:flex;flex-direction:column}
.prhub-hub-domain-header{width:min(1220px,calc(100% - 32px));margin:18px auto 0;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 12px 34px rgba(15,23,42,.07)}
.prhub-hub-brand{display:flex;align-items:center;gap:12px;color:#111827;text-decoration:none;min-width:0}
.prhub-hub-brand img{display:block;max-width:180px;max-height:44px;width:auto;height:auto}
.prhub-hub-brand span{display:flex;flex-direction:column;line-height:1.15;border-left:1px solid #e5e7eb;padding-left:12px}
.prhub-hub-brand strong{font-size:15px}.prhub-hub-brand small{font-size:11px;color:#64748b;margin-top:4px}
.prhub-hub-domain-nav{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}
.prhub-hub-domain-nav a{color:#475569;text-decoration:none;font-size:13px;font-weight:700;padding:9px 11px;border-radius:10px;white-space:nowrap}
.prhub-hub-domain-nav a:hover,.prhub-hub-domain-nav a.is-active{background:#fff1f2;color:#b91c1c}
.prhub-hub-domain-nav .prhub-hub-nav-cta{background:#e30613;color:#fff}.prhub-hub-domain-nav .prhub-hub-nav-cta:hover,.prhub-hub-domain-nav .prhub-hub-nav-cta.is-active{background:#b91c1c;color:#fff}
.prhub-hub-domain-nav .prhub-hub-admin-link{border-left:1px solid #e5e7eb;border-radius:0;margin-left:5px;padding-left:14px;color:#0f172a}
.prhub-hub-domain-main{width:min(1180px,calc(100% - 32px));margin:32px auto;flex:1}
.prhub-hub-domain-footer{width:min(1180px,calc(100% - 32px));margin:0 auto 24px;border-top:1px solid #dbe2ea;padding:18px 4px;color:#64748b;font-size:12px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.prhub-hub-domain-footer nav{display:flex;gap:16px;flex-wrap:wrap}.prhub-hub-domain-footer a{color:#64748b;text-decoration:none}.prhub-hub-domain-footer a:hover{color:#e30613}
.prhub-hub-home-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:center;background:linear-gradient(135deg,#fff 0%,#fff 48%,#fff5f5 100%);border:1px solid #e5e7eb;border-radius:28px;padding:48px;box-shadow:0 22px 60px rgba(15,23,42,.08);overflow:hidden;position:relative}
.prhub-hub-home-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(227,6,19,.10),rgba(227,6,19,0) 68%);right:-80px;top:-120px;pointer-events:none}
.prhub-hub-home-copy{position:relative;z-index:1}.prhub-hub-home-copy .prhub-kicker{display:inline-block;font-size:12px;letter-spacing:.13em;font-weight:900;color:#b91c1c;margin-bottom:12px}
.prhub-hub-home-copy h1{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.035em;margin:0 0 20px;color:#0f172a;max-width:720px}
.prhub-hub-home-copy>p{font-size:18px;line-height:1.65;color:#475569;max-width:700px;margin:0 0 24px}
.prhub-hub-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 22px}.prhub-hub-home-actions .prhub-submit,.prhub-hub-home-actions .prhub-secondary-button{display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:13px 17px;border-radius:12px;font-weight:800}
.prhub-hub-home-actions .prhub-submit{background:#e30613;color:#fff;border:1px solid #e30613}.prhub-hub-home-actions .prhub-secondary-button{background:#fff;color:#111827;border:1px solid #dbe2ea}
.prhub-hub-trustline{display:flex;gap:14px;flex-wrap:wrap;color:#475569;font-size:12px;font-weight:700}.prhub-hub-trustline span{background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:7px 10px}
.prhub-hub-login-panel{position:relative;z-index:1}.prhub-hub-login-panel .prhub-card{margin:0;box-shadow:none;border:1px solid #e5e7eb;border-radius:20px;background:#fff;padding:28px}.prhub-hub-login-panel .prhub-partner-login h3{font-size:25px;margin-top:0}
.prhub-hub-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.prhub-hub-feature-grid article{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px}.prhub-hub-feature-grid article>.dashicons{width:42px;height:42px;border-radius:12px;background:#fff1f2;color:#e30613;display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:15px}.prhub-hub-feature-grid h3{font-size:17px;margin:0 0 7px}.prhub-hub-feature-grid p{margin:0;color:#64748b;line-height:1.55;font-size:13px}
.prhub-hub-login-required{max-width:640px;margin:0 auto}.prhub-hub-login-required>.prhub-message{margin-bottom:14px}
.prhub-partner-hub-section .prhub-partner-dashboard-head{border-radius:20px;background:#111827;color:#fff;padding:24px 26px;margin-bottom:14px}.prhub-partner-hub-section .prhub-partner-dashboard-head h2{color:#fff}.prhub-partner-hub-section .prhub-partner-dashboard-head p{color:#cbd5e1}
.prhub-partner-hub-localnav{display:flex;gap:6px;overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:7px;margin:0 0 18px}.prhub-partner-hub-localnav a{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;text-decoration:none;color:#475569;font-weight:750;font-size:13px;padding:10px 12px;border-radius:10px}.prhub-partner-hub-localnav a:hover,.prhub-partner-hub-localnav a.is-active{background:#fff1f2;color:#b91c1c}
.prhub-hub-partner-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.prhub-hub-partner-action-grid a{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;text-decoration:none;color:#111827;display:flex;flex-direction:column;gap:5px}.prhub-hub-partner-action-grid a>.dashicons{color:#e30613;font-size:22px;margin-bottom:5px}.prhub-hub-partner-action-grid strong{font-size:14px}.prhub-hub-partner-action-grid small{color:#64748b;line-height:1.45}
.prhub-hub-affiliate-code-card h3{font-size:44px;letter-spacing:.12em;margin:6px 0 12px;color:#b91c1c}
.prhub-hub-empty{max-width:640px;margin:60px auto;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:36px;text-align:center}.prhub-hub-empty>.dashicons{font-size:42px;width:42px;height:42px;color:#e30613}.prhub-hub-empty .prhub-submit{display:inline-block;margin-top:12px;text-decoration:none}
@media(max-width:980px){.prhub-hub-domain-header{align-items:flex-start;flex-direction:column}.prhub-hub-domain-nav{justify-content:flex-start}.prhub-hub-home-hero{grid-template-columns:1fr;padding:34px}.prhub-hub-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prhub-hub-partner-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.prhub-hub-domain-header,.prhub-hub-domain-main,.prhub-hub-domain-footer{width:calc(100% - 20px)}.prhub-hub-domain-header{margin-top:10px;border-radius:15px}.prhub-hub-brand img{max-width:135px}.prhub-hub-brand span{display:none}.prhub-hub-domain-nav{width:100%;overflow:auto;flex-wrap:nowrap;justify-content:flex-start}.prhub-hub-domain-nav .prhub-hub-admin-link{display:none}.prhub-hub-domain-main{margin:18px auto}.prhub-hub-home-hero{padding:24px 18px;border-radius:20px}.prhub-hub-home-copy h1{font-size:36px}.prhub-hub-home-copy>p{font-size:16px}.prhub-hub-feature-grid{grid-template-columns:1fr}.prhub-hub-partner-action-grid{grid-template-columns:1fr}.prhub-hub-domain-footer{flex-direction:column;align-items:flex-start}.prhub-partner-hub-localnav{border-radius:12px}}

/* Partner-Login: Passwort vergessen / erstmals festlegen */
.prhub-partner-login-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px}.prhub-partner-login-actions .prhub-submit{margin:0}.prhub-partner-forgot-link{color:var(--prhub-accent);font-weight:750;text-decoration:none}.prhub-partner-forgot-link:hover{text-decoration:underline}.prhub-partner-password-card{max-width:660px;margin:0 auto}.prhub-partner-password-card>p{color:#475467;line-height:1.65}.prhub-partner-password-note{display:flex;align-items:flex-start;gap:8px;margin-top:22px!important;padding:12px 14px;border-radius:12px;background:#f8fafc;color:#667085!important;font-size:12px;line-height:1.5!important}.prhub-partner-password-note .dashicons{color:var(--prhub-accent);flex:0 0 auto}.prhub-hub-login-panel .prhub-partner-login-actions{justify-content:flex-start}@media(max-width:620px){.prhub-partner-login-actions{align-items:stretch;flex-direction:column}.prhub-partner-login-actions .prhub-submit,.prhub-partner-login-actions .prhub-partner-forgot-link{text-align:center;width:100%;box-sizing:border-box}.prhub-partner-login-actions .prhub-partner-forgot-link{padding:10px}}

/* 0.18.41 – Affiliate-Code permanent im Partner-/Anbieterportal */
.prhub-console-code{margin:12px 14px 4px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:10px}.prhub-console-code small{color:#aeb8c8;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.prhub-console-code code{font-size:18px;font-weight:800;color:#fff;background:#e30613;border-radius:8px;padding:5px 9px;letter-spacing:.08em}.prhub-console-top-badges{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.prhub-affiliate-code-global{display:flex;align-items:center;gap:8px;background:#fff4f4;border:1px solid #fecaca;border-radius:999px;padding:7px 11px;color:#991b1b}.prhub-affiliate-code-global small{font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.prhub-affiliate-code-global code{font-size:15px;font-weight:900;color:#e30613;background:transparent;letter-spacing:.08em}.prhub-hub-header-code{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #fecaca;background:#fff4f4;border-radius:999px;color:#991b1b;white-space:nowrap}.prhub-hub-header-code small{font-size:9px;text-transform:uppercase;letter-spacing:.06em}.prhub-hub-header-code code{font-size:13px;font-weight:900;color:#e30613;background:transparent;letter-spacing:.07em}.prhub-vendor-code-hero{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:10px 0 16px}.prhub-vendor-code-hero code{display:inline-block;font-size:34px;line-height:1;font-weight:900;letter-spacing:.12em;color:#fff;background:#e30613;padding:13px 17px;border-radius:14px}.prhub-vendor-code-hero span{font-size:13px;color:#64748b}.prhub-code-inline{display:inline-block;padding:6px 10px;border-radius:8px;background:#111827;color:#fff;font-weight:800;letter-spacing:.08em}.prhub-console-section-affiliate .prhub-card,.prhub-console-section-referrals .prhub-card{margin-bottom:16px}
@media(max-width:980px){.prhub-hub-header-code small{display:none}.prhub-console-top-badges{justify-content:flex-start}.prhub-console-code{margin-left:8px;margin-right:8px}.prhub-hub-domain-nav{gap:6px;flex-wrap:wrap}}

/* 0.18.42 – aktueller Provisionssaldo seit letzter Auszahlung */
.prhub-commission-kpi{background:linear-gradient(145deg,#fff 0%,#fff8f8 100%)!important;border-color:#fecaca!important}
.prhub-commission-kpi strong{color:#b91c1c!important;font-size:17px!important}
.prhub-commission-kpi small{display:block;margin-top:5px;color:#667085;font-size:10px;line-height:1.4}
.prhub-payout-hint{display:flex;align-items:flex-start;gap:10px;margin:-4px 0 20px;padding:11px 13px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;color:#475467}
.prhub-payout-hint>.dashicons{color:#e30613;margin-top:1px;flex:0 0 auto}
.prhub-payout-hint strong,.prhub-payout-hint small{display:block}.prhub-payout-hint strong{font-size:12px;color:#111827}.prhub-payout-hint small{margin-top:2px;font-size:10px;line-height:1.45;color:#667085}
.prhub-kpi-grid .prhub-commission-kpi small{display:block;margin-top:5px;color:#667085;font-size:11px;line-height:1.4}
@media(max-width:620px){.prhub-payout-hint{margin-top:0}}

/* 0.18.44 · Kompaktere Übersicht & Profilseite im Anbieterbereich */
.prhub-company-welcome-compact{align-items:flex-start}
.prhub-company-welcome-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.prhub-quick-chip{display:flex;flex-direction:column;gap:2px;padding:10px 13px;border-radius:13px;border:1px solid #e4e7ec;background:#fff;min-width:140px}
.prhub-quick-chip small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#667085;font-weight:800}
.prhub-quick-chip strong{font-size:13px;color:#111827;line-height:1.35}
.prhub-quick-chip-status{border-color:#b7e4ca;background:#ecfdf3}
.prhub-console-stats-compact{grid-template-columns:repeat(5,minmax(0,1fr))}
.prhub-overview-grid{grid-template-columns:minmax(0,1.8fr) minmax(290px,.9fr);align-items:start}
.prhub-access-card,.prhub-profile-sidecard{background:linear-gradient(180deg,#fff,#fbfcfd);border:1px solid #e4e7ec;border-radius:18px;padding:18px;box-shadow:0 5px 18px rgba(17,24,39,.03)}
.prhub-access-card h3,.prhub-profile-sidecard h4{margin:0 0 14px;font-size:20px;color:#111827}
.prhub-meta-list{display:grid;gap:12px;margin:0 0 10px}
.prhub-meta-list>div{padding:12px 13px;border-radius:14px;background:#f8fafc;border:1px solid #eaecf0}
.prhub-meta-list span{display:block;margin-bottom:4px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#667085}
.prhub-meta-list strong{display:block;font-size:14px;line-height:1.45;color:#111827;word-break:break-word}
.prhub-meta-list strong a{color:#111827;text-decoration:none}
.prhub-meta-list strong a:hover{color:var(--prhub-console-accent)}
.prhub-muted-note{margin:6px 0 0;color:#667085;font-size:12px;line-height:1.55}
.prhub-profile-shell{padding:22px}
.prhub-profile-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:18px;align-items:start;margin-bottom:18px}
.prhub-profile-meta{display:grid;gap:10px}
.prhub-profile-meta>div{padding:12px 14px;border-radius:15px;background:#f8fafc;border:1px solid #e4e7ec}
.prhub-profile-meta span{display:block;margin-bottom:4px;color:#667085;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.prhub-profile-meta strong{display:block;color:#111827;font-size:14px;line-height:1.45;word-break:break-word}
.prhub-profile-form{display:grid;gap:18px}
.prhub-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,340px);gap:18px;align-items:start}
.prhub-profile-main{display:grid;gap:18px}
.prhub-section-block{padding:18px;border:1px solid #e4e7ec;border-radius:18px;background:#fff}
.prhub-section-block-head{margin-bottom:14px}
.prhub-section-block-head h4{margin:0 0 4px;font-size:19px;color:#111827}
.prhub-section-block-head p{margin:0;color:#667085;font-size:12px;line-height:1.55}
.prhub-grid-compact{gap:14px 18px}
.prhub-grid-compact .prhub-field input{min-height:46px}
.prhub-section-block .prhub-logo-upload-panel{margin-bottom:14px}
.prhub-form-actions{display:flex;justify-content:flex-end}
.prhub-form-actions .prhub-submit{margin-top:0}
@media(max-width:1100px){.prhub-console-stats-compact{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.prhub-overview-grid,.prhub-profile-header,.prhub-profile-layout{grid-template-columns:1fr}.prhub-company-welcome-meta{justify-content:flex-start}.prhub-profile-shell{padding:18px}.prhub-form-actions{justify-content:stretch}.prhub-form-actions .prhub-submit{width:100%}}
@media(max-width:640px){.prhub-console-stats-compact{grid-template-columns:1fr}.prhub-quick-chip{min-width:0;width:100%}.prhub-company-welcome-meta{width:100%}}


/* 0.18.45 · Helleres Dashboard, klarere linke Navigation und schmale Hero-Grafik */
.prhub-console:not(.prhub-console-preview){background:#fff;border:1px solid #e5edf6;box-shadow:0 22px 70px rgba(15,23,42,.08)!important}
.prhub-console:not(.prhub-console-preview)>.prhub-console-sidebar{background:linear-gradient(180deg,#fbfdff 0%,#f3f7fc 100%)!important;border-right:1px solid #e5edf6;color:#0f172a}
.prhub-console:not(.prhub-console-preview)>.prhub-console-main{background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%)!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand{padding:12px!important;border:1px solid #e5edf6;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand span{color:#64748b!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand strong{color:#0f172a!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-brand small{color:#94a3b8!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav{gap:8px!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a,
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot a{padding:12px 13px!important;border-radius:14px!important;border:1px solid transparent;color:#334155!important;background:transparent;font-weight:700}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a:hover,
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot a:hover{background:#fff!important;border-color:#e5edf6;color:#0f172a!important;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a.is-active{background:linear-gradient(135deg,#fff5f5 0%,#ffffff 100%)!important;border-color:#fecaca!important;color:#991b1b!important;box-shadow:0 10px 24px rgba(227,6,19,.10)}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a.is-active .dashicons{color:#e30613!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav a.is-active{box-shadow:0 10px 24px rgba(227,6,19,.10)!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar nav .dashicons,
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot .dashicons{color:#e30613!important}
.prhub-console:not(.prhub-console-preview) .prhub-console-sidebar-foot{border-top:1px solid #e5edf6!important}
.prhub-console-code{margin:0 0 2px!important;padding:11px 12px!important;border:1px solid #e5edf6!important;border-radius:16px!important;background:linear-gradient(135deg,#ffffff 0%,#fff5f5 100%)!important;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.prhub-console-code small{color:#64748b!important}
.prhub-console-code code{background:#e30613!important;color:#fff!important;border-radius:10px!important}
.prhub-console-top{margin-bottom:12px!important}
.prhub-console-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(240px,.85fr);gap:18px;align-items:center;margin:0 0 16px;padding:20px 22px;border:1px solid #e5edf6;border-radius:22px;background:linear-gradient(120deg,#ffffff 0%,#fff8f8 54%,#eef6ff 100%);overflow:hidden;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.prhub-console-hero:before,.prhub-console-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.prhub-console-hero:before{width:180px;height:180px;right:-52px;top:-74px;background:radial-gradient(circle,rgba(227,6,19,.11) 0%,rgba(227,6,19,0) 70%)}
.prhub-console-hero:after{width:220px;height:220px;right:120px;bottom:-140px;background:radial-gradient(circle,rgba(37,99,235,.10) 0%,rgba(37,99,235,0) 70%)}
.prhub-console-hero>*{position:relative;z-index:1}
.prhub-console-hero-copy h1{margin:5px 0 8px;font-size:34px;line-height:1.05;color:#0f172a}
.prhub-console-hero-copy p{margin:0;max-width:760px;color:#475467;line-height:1.6}
.prhub-console-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.prhub-console-hero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid transparent;text-decoration:none!important;font-weight:800;font-size:12px;transition:.15s ease}
.prhub-console-hero-btn.is-primary{background:#e30613;color:#fff;box-shadow:0 12px 24px rgba(227,6,19,.18)}
.prhub-console-hero-btn.is-primary:hover{transform:translateY(-1px);filter:brightness(.98)}
.prhub-console-hero-btn.is-secondary{background:rgba(255,255,255,.82);border-color:#e5edf6;color:#0f172a}
.prhub-console-hero-btn.is-secondary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.06)}
.prhub-console-hero-visual{display:grid;gap:10px;justify-items:end}
.prhub-console-hero-badge{min-width:190px;padding:12px 14px;border-radius:16px;border:1px solid #e5edf6;background:rgba(255,255,255,.84);backdrop-filter:blur(6px);box-shadow:0 8px 22px rgba(15,23,42,.04)}
.prhub-console-hero-badge small{display:block;margin-bottom:4px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}
.prhub-console-hero-badge strong{display:block;font-size:14px;line-height:1.4;color:#0f172a}
.prhub-console-stats>div,.prhub-access-card,.prhub-profile-sidecard,.prhub-section-block,.prhub-console .prhub-card{border-color:#e5edf6!important;box-shadow:0 8px 24px rgba(15,23,42,.035)!important}
.prhub-action-grid a{border-color:#e5edf6!important;background:linear-gradient(180deg,#fff,#fcfdff)!important}
.prhub-action-grid a:hover{box-shadow:0 10px 24px rgba(15,23,42,.05)}
.prhub-console-stats-compact{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.prhub-overview-grid{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr)!important}
@media(max-width:1100px){.prhub-console-hero{grid-template-columns:1fr}.prhub-console-hero-visual{justify-items:start}.prhub-console-stats-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.prhub-console:not(.prhub-console-preview){grid-template-columns:1fr!important}.prhub-console:not(.prhub-console-preview)>.prhub-console-sidebar{width:auto!important;max-width:none!important;min-width:0!important;border-right:0;border-bottom:1px solid #e5edf6}.prhub-console-hero{padding:18px}.prhub-overview-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.prhub-console-hero-copy h1{font-size:28px}.prhub-console-hero-actions{display:grid;grid-template-columns:1fr}.prhub-console-hero-btn{width:100%}.prhub-console-hero-badge{min-width:0;width:100%}.prhub-console-stats-compact{grid-template-columns:1fr!important}}

/* 0.18.46 · Einstellbares Dashboard-Hero */
.prhub-console-hero{min-height:var(--prhub-dashboard-hero-height,150px)}
.prhub-console-hero.is-has-image{background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.28) 72%,rgba(255,255,255,.12) 100%),var(--prhub-dashboard-hero-image)!important;background-size:cover!important;background-position:var(--prhub-dashboard-hero-position,center center)!important;background-repeat:no-repeat!important}
.prhub-console-hero.is-has-image:before{background:radial-gradient(circle,rgba(227,6,19,.09) 0%,rgba(227,6,19,0) 70%)}
.prhub-console-hero.is-has-image:after{background:radial-gradient(circle,rgba(37,99,235,.08) 0%,rgba(37,99,235,0) 70%)}
@media(max-width:720px){.prhub-console-hero.is-has-image{background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 60%,rgba(255,255,255,.58) 100%),var(--prhub-dashboard-hero-image)!important}}

/* 0.18.47 · Dashboard-Hero echte Vollbreite + proportionale Höhe */
.prhub-hub-domain-body{overflow-x:hidden}
.prhub-dashboard-hero-fullbleed{
    width:100vw;
    max-width:100vw;
    margin:0 0 24px calc(50% - 50vw);
    padding:0;
    overflow:hidden;
    background:#f7f9fc;
    border-top:1px solid #e5edf6;
    border-bottom:1px solid #e5edf6;
}
.prhub-dashboard-hero-fullbleed.is-has-image{line-height:0}
.prhub-dashboard-hero-img{
    display:block;
    width:100%;
    max-width:none!important;
    height:auto!important;
    margin:0;
    padding:0;
    border:0;
    object-fit:contain;
}
.prhub-dashboard-hero-fullbleed.is-default{display:flex;align-items:center;justify-content:center;aspect-ratio:4/1;min-height:120px;background:linear-gradient(110deg,#fff 0%,#fff5f6 45%,#eef6ff 100%)}
.prhub-dashboard-hero-default{display:grid;gap:5px;text-align:center;padding:20px 24px}
.prhub-dashboard-hero-default span{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#e30613}
.prhub-dashboard-hero-default strong{font-size:clamp(24px,3.2vw,48px);line-height:1.05;color:#0f172a}
.prhub-dashboard-hero-default small{font-size:clamp(11px,1.2vw,16px);color:#64748b}
.prhub-dashboard-welcome-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 14px;padding:14px 16px;border:1px solid #e5edf6;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.035)}
.prhub-dashboard-welcome-strip h1{margin:2px 0 4px!important;font-size:24px!important;line-height:1.15!important;color:#0f172a!important}
.prhub-dashboard-welcome-strip p{margin:0!important;color:#64748b;font-size:12px;line-height:1.45}
.prhub-dashboard-welcome-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.prhub-dashboard-welcome-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #e5edf6;border-radius:999px;background:#fff;color:#334155;text-decoration:none;font-size:11px;font-weight:800}
.prhub-dashboard-welcome-actions a:hover{border-color:#fecaca;background:#fff5f5;color:#991b1b}
@media(max-width:720px){
    .prhub-dashboard-hero-fullbleed{margin-bottom:16px}
    .prhub-dashboard-welcome-strip{display:grid;padding:13px}
    .prhub-dashboard-welcome-actions{justify-content:flex-start}
    .prhub-dashboard-welcome-strip h1{font-size:21px!important}
}

/* 0.18.48 · Hub-Navigation und Firmenportal grundlegend vereinfacht */
.prhub-hub-domain-header{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    width:min(1240px,calc(100% - 32px));
    padding:12px 16px 10px;
}
.prhub-hub-domain-headrow{display:flex;align-items:center;justify-content:space-between;gap:22px;min-width:0}
.prhub-hub-domain-headrow .prhub-hub-brand{flex:0 1 auto}
.prhub-hub-company-portal{
    display:flex;align-items:center;justify-content:space-between;gap:18px;
    min-width:min(520px,48vw);max-width:650px;padding:8px 10px;
    border:1px solid #e5edf6;border-radius:15px;background:linear-gradient(135deg,#fff 0%,#fffafb 100%);
    color:#0f172a;text-decoration:none!important;box-shadow:0 5px 16px rgba(15,23,42,.035)
}
.prhub-hub-company-portal:hover{border-color:#fecaca;box-shadow:0 8px 22px rgba(227,6,19,.07)}
.prhub-hub-company-identity{display:flex;align-items:center;gap:10px;min-width:0}
.prhub-company-logo.is-header{width:42px;height:42px;flex:0 0 42px;border-radius:11px;box-shadow:none}
.prhub-company-logo.is-header img{padding:4px}
.prhub-hub-company-fallback{display:grid!important;place-items:center;width:42px!important;height:42px!important;flex:0 0 42px;border-radius:11px;background:#fff1f2;color:#e30613;font-size:21px!important}
.prhub-hub-company-identity>div{min-width:0;display:grid;grid-template-columns:1fr;line-height:1.15}
.prhub-hub-company-identity small{font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#e30613}
.prhub-hub-company-identity strong{margin-top:2px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#0f172a}
.prhub-hub-company-identity span{margin-top:2px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#64748b}
.prhub-hub-company-identity em{margin-top:2px;font-size:8px;font-style:normal;color:#94a3b8}
.prhub-hub-company-code{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding-left:14px;border-left:1px solid #e5edf6}
.prhub-hub-company-code small{font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.prhub-hub-company-code code{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:7px 9px;border-radius:9px;background:#e30613;color:#fff;font-size:15px;font-weight:900;letter-spacing:.09em}
.prhub-hub-domain-nav{width:100%;justify-content:flex-start;gap:4px;padding-top:8px;border-top:1px solid #eef2f6}
.prhub-hub-domain-nav a{padding:8px 12px;font-size:12px}
.prhub-hub-domain-nav-spacer{flex:1 1 auto}
.prhub-hub-domain-nav .prhub-hub-logout{color:#64748b}
.prhub-hub-domain-nav .prhub-hub-logout:hover{background:#f8fafc;color:#0f172a}
.prhub-hub-domain-main{width:min(1180px,calc(100% - 32px));margin:24px auto}

/* Im echten Hub übernimmt die obere Navigation die komplette Seitensteuerung. */
.prhub-console.prhub-console-hub-main{display:block;min-height:0;max-width:1180px;overflow:visible;border:0;background:transparent;box-shadow:none!important}
.prhub-console.prhub-console-hub-main>.prhub-console-main{padding:0;background:transparent!important}
.prhub-console.prhub-console-hub-main .prhub-console-stats-compact{margin:0}
.prhub-console-section-affiliates>.prhub-card,
.prhub-console-section-billing>.prhub-card,
.prhub-console-section-tutorials>.prhub-card,
.prhub-console-section-profile>.prhub-card,
.prhub-console-section-legal>.prhub-card{margin-bottom:16px}
.prhub-hub-section-heading{margin:0 0 14px;padding:2px 2px 0}
.prhub-hub-section-heading h2{margin:3px 0 5px!important;color:#0f172a!important;font-size:25px!important;line-height:1.15!important}
.prhub-hub-section-heading h3{margin:3px 0 5px!important;color:#0f172a!important}
.prhub-hub-section-heading p{margin:0!important;max-width:820px;color:#64748b;font-size:12px;line-height:1.55}
.prhub-hub-section-heading.is-compact{margin-bottom:12px}
.prhub-tutorial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.prhub-tutorial-card{display:flex!important;align-items:flex-start;gap:12px;min-height:112px;margin:0!important;padding:17px!important;color:#0f172a;text-decoration:none!important}
.prhub-tutorial-card>.dashicons{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#fff1f2;color:#e30613;font-size:19px}
.prhub-tutorial-card strong,.prhub-tutorial-card small{display:block}
.prhub-tutorial-card strong{font-size:13px;line-height:1.3}
.prhub-tutorial-card small{margin-top:5px;color:#64748b;font-size:10px;line-height:1.45}
.prhub-tutorial-card:hover{border-color:#fecaca!important;transform:translateY(-1px)}
.prhub-settings-security{margin-top:16px!important}
.prhub-settings-security>.prhub-dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:18px;align-items:start}
.prhub-partner-kpi-compact{grid-template-columns:repeat(5,minmax(0,1fr))}
.prhub-partner-hub-section>.prhub-hub-section-heading{margin-top:0}
.prhub-partner-hub-section>.prhub-card{margin-bottom:16px}

@media(max-width:1000px){
    .prhub-hub-domain-headrow{align-items:stretch;flex-direction:column}
    .prhub-hub-company-portal{width:100%;max-width:none;min-width:0}
    .prhub-hub-domain-nav{overflow:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:2px}
    .prhub-hub-domain-nav-spacer{min-width:18px}
    .prhub-tutorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .prhub-partner-kpi-compact{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
    .prhub-hub-domain-header,.prhub-hub-domain-main,.prhub-hub-domain-footer{width:calc(100% - 20px)}
    .prhub-hub-domain-header{display:grid!important;align-items:stretch!important;flex-direction:initial!important;padding:10px;margin-top:10px}
    .prhub-hub-domain-headrow{gap:9px}
    .prhub-hub-brand img{max-width:132px}
    .prhub-hub-brand span{display:flex}
    .prhub-hub-brand strong{font-size:12px}.prhub-hub-brand small{font-size:9px}
    .prhub-hub-company-portal{padding:7px 8px;gap:8px}
    .prhub-company-logo.is-header,.prhub-hub-company-fallback{width:36px!important;height:36px!important;flex-basis:36px}
    .prhub-hub-company-identity strong,.prhub-hub-company-identity span{max-width:170px}
    .prhub-hub-company-code{padding-left:8px;gap:5px}
    .prhub-hub-company-code small{display:none}
    .prhub-hub-company-code code{min-width:48px;padding:6px 7px;font-size:13px}
    .prhub-hub-domain-nav a{padding:8px 10px;font-size:11px}
    .prhub-console-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .prhub-settings-security>.prhub-dashboard-grid{grid-template-columns:1fr}
    .prhub-partner-kpi-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
    .prhub-hub-brand span{display:none}
    .prhub-hub-company-identity span,.prhub-hub-company-identity em{display:none}
    .prhub-hub-company-identity strong{max-width:150px}
    .prhub-tutorial-grid{grid-template-columns:1fr}
    .prhub-console-stats-compact,.prhub-partner-kpi-compact{grid-template-columns:1fr!important}
}
.prhub-dashboard-structure-preview{padding:14px;border:1px solid #e5edf6;border-radius:20px;background:#f8fbff}
.prhub-preview-hub-headrow{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px;border:1px solid #e5edf6;border-radius:14px;background:#fff}
.prhub-preview-hub-brand{display:grid}.prhub-preview-hub-brand strong{font-size:14px}.prhub-preview-hub-brand small{font-size:9px;color:#64748b}
.prhub-preview-company-portal{display:flex;align-items:center;gap:9px;padding:7px 9px;border:1px solid #e5edf6;border-radius:12px;background:#fffafa}
.prhub-preview-company-portal>div{display:grid}.prhub-preview-company-portal small{font-size:8px;color:#e30613;text-transform:uppercase;font-weight:900}.prhub-preview-company-portal strong{font-size:11px}.prhub-preview-company-portal span{font-size:8px;color:#64748b}.prhub-preview-company-portal code{margin-left:7px;padding:6px 8px;border-radius:8px;background:#e30613;color:#fff;font-weight:900}
.prhub-preview-mainnav{display:flex;gap:5px;margin:8px 0 12px;padding-bottom:8px;border-bottom:1px solid #e5edf6}.prhub-preview-mainnav a{padding:7px 9px;border-radius:8px;font-size:9px;font-weight:800;color:#475569}.prhub-preview-mainnav a.is-active{background:#fff1f2;color:#b91c1c}


/* 0.18.49 · Header einzeilig, 5 KPI auf Laptop/Desktop, schlanker Partner-Hero */
@media(min-width:761px){
    .prhub-hub-domain-header{
        width:min(1480px,calc(100% - 24px));
        padding:10px 14px 9px;
        gap:8px;
    }
    .prhub-hub-domain-headrow{
        display:grid;
        grid-template-columns:minmax(285px,.82fr) minmax(0,1.7fr);
        align-items:center;
        gap:16px;
    }
    .prhub-hub-domain-headrow .prhub-hub-brand{min-width:0}
    .prhub-hub-company-portal{
        width:100%;
        max-width:none;
        min-width:0;
        box-sizing:border-box;
    }
    .prhub-hub-company-identity{min-width:0}
    .prhub-hub-company-identity strong,.prhub-hub-company-identity span{max-width:none}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
        gap:10px;
    }
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact>div{
        min-width:0;
        padding:13px 14px;
    }
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact span{
        font-size:10px;
        line-height:1.25;
    }
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact strong{
        font-size:15px;
        white-space:nowrap;
    }
}
@media(min-width:761px) and (max-width:980px){
    .prhub-hub-domain-headrow{grid-template-columns:minmax(250px,.72fr) minmax(0,1.55fr);gap:10px}
    .prhub-hub-brand img{max-width:170px}
    .prhub-hub-brand strong{font-size:14px}
    .prhub-hub-brand small{font-size:9px}
    .prhub-hub-company-portal{padding:7px 8px;gap:9px}
    .prhub-company-logo.is-header,.prhub-hub-company-fallback{width:38px!important;height:38px!important;flex-basis:38px}
    .prhub-hub-company-identity span{font-size:9px}
    .prhub-hub-company-identity em{display:none}
    .prhub-hub-company-code{padding-left:9px;gap:6px}
    .prhub-hub-company-code small{font-size:7px}
    .prhub-hub-company-code code{min-width:48px;padding:6px 7px;font-size:13px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{gap:8px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact>div{padding:11px 10px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact span{font-size:9px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact strong{font-size:14px}
    .prhub-console.prhub-console-hub-main .prhub-commission-kpi small{font-size:8px}
}
@media(max-width:760px){
    .prhub-hub-domain-headrow{align-items:stretch;flex-direction:column}
    .prhub-hub-company-portal{width:100%;max-width:none;min-width:0}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:480px){
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{grid-template-columns:1fr!important}
}


/* 0.18.50 · Dashboard verdichtet: Login in Einstellungen, 4 KPI + optimierter Laptop-Header */
@media(min-width:761px){
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{
        grid-template-columns:repeat(4,minmax(0,1fr))!important;
        gap:12px;
    }
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact>div{
        min-height:82px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        padding:14px 16px;
    }
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact span{
        font-size:10px;
        line-height:1.3;
    }
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact strong{
        margin-top:4px;
        font-size:17px;
        line-height:1.15;
        white-space:nowrap;
    }
    .prhub-hub-domain-headrow{
        grid-template-columns:minmax(330px,.92fr) minmax(0,1.55fr);
        gap:14px;
    }
    .prhub-hub-brand img{flex:0 0 auto}
    .prhub-hub-brand span{min-width:132px}
    .prhub-hub-brand strong{white-space:nowrap}
    .prhub-hub-company-portal{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        gap:12px;
    }
}
@media(min-width:761px) and (max-width:980px){
    .prhub-hub-domain-headrow{
        grid-template-columns:minmax(306px,.92fr) minmax(0,1.62fr);
        gap:10px;
    }
    .prhub-hub-brand{gap:9px}
    .prhub-hub-brand img{max-width:158px}
    .prhub-hub-brand span{min-width:129px;padding-left:10px}
    .prhub-hub-brand strong{font-size:13px;white-space:nowrap}
    .prhub-hub-brand small{font-size:8px;line-height:1.25}
    .prhub-hub-company-portal{padding:7px 9px;gap:9px}
    .prhub-hub-company-identity{gap:8px}
    .prhub-hub-company-identity strong{font-size:11px}
    .prhub-hub-company-code{padding-left:9px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{gap:10px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact>div{padding:12px 13px}
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact strong{font-size:16px}
}
@media(max-width:760px){
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:9px;
    }
}
@media(max-width:480px){
    .prhub-console.prhub-console-hub-main .prhub-console-stats-compact{grid-template-columns:1fr!important}
}
.prhub-dashboard-structure-preview .prhub-console-stats-compact{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

/* 0.18.63 · Affiliate Angebots- & Contentzentrale im Partnerportal */
.prhub-aff-offer-cards{display:grid;gap:12px;margin-top:16px}.prhub-aff-offer-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.prhub-aff-offer-card-main{display:flex;align-items:center;gap:12px;min-width:0}.prhub-aff-offer-card-main>img{width:64px;height:64px;object-fit:cover;border:1px solid #e4e7ec;border-radius:12px;background:#f8fafc}.prhub-aff-offer-card-main>.dashicons{display:grid;place-items:center;width:54px;height:54px;border-radius:12px;background:#fff1f2;color:#e30613}.prhub-aff-offer-card-main h4{margin:2px 0 4px;color:#101828;font-size:16px}.prhub-aff-offer-card-main p{margin:0;color:#667085;font-size:10px}.prhub-aff-offer-card-main small{color:#98a2b3;font-size:9px}.prhub-aff-offer-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.prhub-aff-offer-badges span{padding:4px 6px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:8px;font-weight:750}.prhub-aff-offer-card-actions{display:flex;gap:7px;align-items:center;flex:0 0 auto}.prhub-aff-offer-card-actions .prhub-submit,.prhub-aff-offer-card-actions .prhub-secondary-button{min-height:36px;padding:8px 11px;font-size:9px;text-decoration:none}.prhub-aff-product-detail{display:grid;gap:14px}.prhub-aff-product-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px!important}.prhub-aff-product-hero-main{display:flex;gap:13px;align-items:center;min-width:0}.prhub-aff-product-detail-thumb{width:76px!important;height:76px!important;object-fit:cover;border:1px solid #e4e7ec;border-radius:14px}.prhub-aff-product-hero h3{margin:3px 0 4px!important;font-size:23px!important;letter-spacing:0!important;color:#101828!important}.prhub-aff-product-hero p{margin:0;color:#667085;font-size:10px}.prhub-aff-product-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.prhub-aff-product-meta span{padding:5px 7px;border-radius:8px;background:#f2f4f7;color:#475467;font-size:9px}.prhub-aff-product-hero-actions{display:flex;gap:7px;align-items:center}.prhub-aff-product-hero-actions .prhub-submit,.prhub-aff-product-hero-actions .prhub-secondary-button{min-height:38px;padding:8px 11px;font-size:9px}.prhub-aff-qr-panel{display:grid;grid-template-columns:120px minmax(140px,1fr);gap:12px;align-items:center;position:absolute;right:18px;top:86px;z-index:20;width:min(360px,calc(100% - 36px));padding:12px;border:1px solid #d0d5dd;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(16,24,40,.16)}.prhub-aff-product-hero{position:relative}.prhub-aff-qr-panel[hidden]{display:none}.prhub-aff-qr-panel [data-prhub-qr] svg{display:block;width:120px;height:120px}.prhub-aff-qr-panel p{font-size:10px}.prhub-aff-qr-panel .prhub-mini-button{grid-column:2}.prhub-aff-partner-tabs{display:flex;gap:5px;overflow-x:auto;padding:6px;border:1px solid #e4e7ec;border-radius:12px;background:#fff}.prhub-aff-partner-tabs a{display:block;padding:8px 10px;border-radius:8px;color:#475467;text-decoration:none;white-space:nowrap;font-size:9px;font-weight:800}.prhub-aff-partner-tabs a:hover{background:#f8fafc}.prhub-aff-partner-tabs a.is-active{background:#fff1f2;color:#b42318}.prhub-aff-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.prhub-aff-link-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.prhub-aff-link-copy input,.prhub-aff-link-table input{min-height:36px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:7px 9px;color:#344054;font-size:9px}.prhub-aff-link-copy button,.prhub-aff-link-table button,.prhub-aff-seo-link-grid button,.prhub-aff-file-list button{border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:7px 9px;color:#344054;font-size:9px;font-weight:750;cursor:pointer}.prhub-aff-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.prhub-aff-resource-grid a{display:grid;grid-template-columns:34px 1fr;gap:3px 8px;align-items:center;padding:10px;border:1px solid #e4e7ec;border-radius:11px;color:#344054;text-decoration:none}.prhub-aff-resource-grid .dashicons{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff1f2;color:#e30613}.prhub-aff-resource-grid strong{font-size:10px}.prhub-aff-resource-grid small{font-size:8px;color:#667085}.prhub-aff-facts p{margin:4px 0;font-size:10px}.prhub-aff-link-table{display:grid;gap:7px;margin-top:12px}.prhub-aff-link-table>div{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:7px;align-items:center}.prhub-aff-link-table strong{font-size:9px;color:#475467}.prhub-aff-content-stack{display:grid;gap:10px}.prhub-aff-content-card{border:1px solid #e4e7ec;border-radius:13px;background:#fff;overflow:hidden}.prhub-aff-content-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-bottom:1px solid #edf0f3;background:#fafbfd}.prhub-aff-content-card-head>strong{font-size:10px;color:#344054}.prhub-aff-content-card-head>div{display:flex;gap:5px}.prhub-mini-button{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:5px 7px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#344054;font-size:8px;font-weight:750;cursor:pointer}.prhub-mini-button .dashicons{font-size:13px;width:13px;height:13px}.prhub-mini-button.is-copied,[data-prhub-copy-value].is-copied{border-color:#abefc6!important;background:#ecfdf3!important;color:#067647!important}.prhub-aff-copy-content{padding:12px;color:#344054;font-size:10px;line-height:1.6}.prhub-aff-copy-content p{margin:0 0 8px}.prhub-aff-copy-content p:last-child{margin-bottom:0}.prhub-aff-seo-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.prhub-aff-seo-link-grid>div{padding:10px;border:1px solid #e4e7ec;border-radius:10px;background:#fafbfd}.prhub-aff-seo-link-grid small,.prhub-aff-seo-link-grid strong{display:block}.prhub-aff-seo-link-grid small{color:#667085;font-size:8px}.prhub-aff-seo-link-grid strong{margin:3px 0 7px;color:#101828;font-size:9px;overflow-wrap:anywhere}.prhub-aff-seo-link-grid p{font-size:8px;color:#667085;margin:7px 0 0}.prhub-aff-linktexts{margin-top:10px;padding:9px;border:1px solid #e4e7ec;border-radius:9px}.prhub-aff-linktexts strong{font-size:9px}.prhub-aff-linktexts p{font-size:9px}.prhub-aff-email-meta{display:grid;gap:7px;margin-top:10px}.prhub-aff-email-meta>span{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:7px;align-items:center;padding:7px;border:1px solid #e4e7ec;border-radius:9px}.prhub-aff-email-meta small{color:#667085;font-size:8px}.prhub-aff-email-meta strong{font-size:9px}.prhub-aff-email-meta button{border:1px solid #d0d5dd;border-radius:7px;background:#fff;padding:5px 7px;font-size:8px;cursor:pointer}.prhub-aff-download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.prhub-aff-download-grid article{border:1px solid #e4e7ec;border-radius:11px;overflow:hidden;background:#fff}.prhub-aff-download-grid article>img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f2f4f7}.prhub-aff-download-grid article>div{display:grid;gap:5px;padding:8px}.prhub-aff-download-grid strong{font-size:9px}.prhub-aff-download-grid small{font-size:8px;color:#667085}.prhub-aff-download-grid .prhub-secondary-button{justify-content:center;text-align:center;font-size:8px}.prhub-aff-file-list{display:grid;gap:7px;margin-top:10px}.prhub-aff-file-list article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px;border:1px solid #e4e7ec;border-radius:10px}.prhub-aff-file-list article>.dashicons{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#fff1f2;color:#e30613}.prhub-aff-file-list small,.prhub-aff-file-list strong,.prhub-aff-file-list a{display:block}.prhub-aff-file-list small{color:#667085;font-size:8px}.prhub-aff-file-list strong{font-size:10px}.prhub-aff-file-list a{margin-top:2px;font-size:8px}.prhub-aff-file-list>.prhub-secondary-button{font-size:8px}.prhub-back-link{font-size:9px;font-weight:750;color:#475467;text-decoration:none}
@media(max-width:900px){.prhub-aff-offer-card,.prhub-aff-product-hero{align-items:flex-start;flex-direction:column}.prhub-aff-offer-card-actions,.prhub-aff-product-hero-actions{width:100%;flex-wrap:wrap}.prhub-aff-overview-grid,.prhub-aff-seo-link-grid{grid-template-columns:1fr}.prhub-aff-resource-grid{grid-template-columns:1fr 1fr}.prhub-aff-download-grid{grid-template-columns:1fr 1fr}.prhub-aff-qr-panel{position:static;width:100%;margin-top:10px}}
@media(max-width:620px){.prhub-aff-offer-card-actions>*{flex:1}.prhub-aff-product-hero-main{align-items:flex-start}.prhub-aff-product-detail-thumb{width:58px!important;height:58px!important}.prhub-aff-resource-grid,.prhub-aff-download-grid{grid-template-columns:1fr}.prhub-aff-link-table>div{grid-template-columns:1fr}.prhub-aff-email-meta>span{grid-template-columns:1fr}.prhub-aff-file-list article{grid-template-columns:34px 1fr}.prhub-aff-file-list article>:last-child{grid-column:2}.prhub-aff-qr-panel{grid-template-columns:100px 1fr}.prhub-aff-qr-panel [data-prhub-qr] svg{width:100px;height:100px}}

/* 0.18.64 · Affiliate-Freigabeworkflow im Partnerportal */
.prhub-aff-portal-subnav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 14px}.prhub-aff-portal-subnav a{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 12px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;color:#344054;text-decoration:none}.prhub-aff-portal-subnav a>.dashicons{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#f2f4f7;color:#667085;font-size:16px}.prhub-aff-portal-subnav a>span:last-child{display:grid;gap:1px}.prhub-aff-portal-subnav strong{font-size:10px}.prhub-aff-portal-subnav small{color:#98a2b3;font-size:8px}.prhub-aff-portal-subnav a:hover{border-color:#f1b3b8;background:#fffafb}.prhub-aff-portal-subnav a.is-active{border-color:#f2a7ad;background:#fff5f6;color:#b42318;box-shadow:0 4px 14px rgba(227,6,19,.05)}.prhub-aff-portal-subnav a.is-active>.dashicons{background:#ffe4e7;color:#e30613}.prhub-aff-offer-card.is-approved{border-left:3px solid #12b76a}.prhub-aff-offer-card.is-available{border-left:3px solid #d0d5dd}.prhub-aff-offer-badges span{display:inline-flex;align-items:center;gap:3px}.prhub-aff-offer-badges .dashicons{width:12px;height:12px;font-size:12px}.prhub-aff-offer-badges .is-pending{background:#fffaeb;color:#b54708}.prhub-aff-offer-badges .is-rejected{background:#fef3f2;color:#b42318}.prhub-aff-request-form{margin:0}.prhub-aff-request-form .prhub-submit{white-space:nowrap}.prhub-aff-offer-card-actions button[disabled]{opacity:.62;cursor:not-allowed}.prhub-aff-empty-state{margin-top:12px;padding:14px;border:1px dashed #d0d5dd;border-radius:11px;background:#fafbfd;color:#475467}.prhub-aff-empty-state strong{display:block;color:#344054;font-size:11px}.prhub-aff-empty-state p{margin:4px 0 0;font-size:9px}.prhub-message.prhub-success{border-color:#abefc6;background:#ecfdf3;color:#067647}
@media(max-width:700px){.prhub-aff-portal-subnav{grid-template-columns:1fr}.prhub-aff-offer-card-actions .prhub-aff-request-form{width:100%}.prhub-aff-offer-card-actions .prhub-aff-request-form .prhub-submit{width:100%}}

/* 0.18.65 – Affiliate-Programm-Infos */
.prhub-aff-offer-card{align-items:flex-start}.prhub-aff-offer-card-main{width:100%;align-items:flex-start}.prhub-aff-offer-card-body{display:grid;gap:8px;min-width:0}.prhub-aff-offer-card-body>small{color:#98a2b3;font-size:9px;text-transform:uppercase;letter-spacing:.05em}.prhub-aff-offer-card-body h4{margin:0;color:#101828;font-size:17px}.prhub-aff-offer-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.prhub-aff-offer-kpis>div{padding:9px 10px;border:1px solid #e4e7ec;border-radius:10px;background:#fafbfd}.prhub-aff-offer-kpis small,.prhub-aff-offer-kpis strong{display:block}.prhub-aff-offer-kpis small{color:#667085;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.prhub-aff-offer-kpis strong{margin-top:3px;color:#101828;font-size:10px;line-height:1.35}.prhub-aff-product-meta strong{margin-right:4px}.prhub-aff-overview-grid .prhub-aff-overview-wide{grid-column:1/-1}.prhub-aff-program-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.prhub-aff-program-facts>div{position:relative;display:grid;gap:3px;padding:12px 12px 12px 46px;border:1px solid #e4e7ec;border-radius:12px;background:#fafbfd}.prhub-aff-program-facts .dashicons{position:absolute;left:12px;top:12px;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#fff1f2;color:#e30613;font-size:14px}.prhub-aff-program-facts small,.prhub-aff-program-facts strong{display:block}.prhub-aff-program-facts small{color:#667085;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.prhub-aff-program-facts strong{color:#101828;font-size:10px;line-height:1.4}.prhub-aff-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.prhub-aff-rule-grid article{display:grid;gap:4px;padding:11px;border:1px solid #e4e7ec;border-radius:11px;background:#fff}.prhub-aff-rule-grid small{color:#667085;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.prhub-aff-rule-grid strong{color:#101828;font-size:10px;line-height:1.5}.prhub-aff-offer-card-actions{align-self:stretch;justify-content:center;min-width:220px}.prhub-aff-offer-card-actions .prhub-submit,.prhub-aff-offer-card-actions .prhub-secondary-button{width:100%;justify-content:center;text-align:center}
@media(max-width:900px){.prhub-aff-offer-kpis,.prhub-aff-program-facts,.prhub-aff-rule-grid{grid-template-columns:1fr 1fr}.prhub-aff-offer-card-actions{min-width:0;width:100%}}
@media(max-width:620px){.prhub-aff-offer-kpis,.prhub-aff-program-facts,.prhub-aff-rule-grid{grid-template-columns:1fr}}
