:root{--navy:#111827;--navy2:#172033;--bg:#f4f6f9;--card:#fff;--text:#182033;--muted:#6b7280;--line:#e5e7eb;--blue:#2159d6;--blue2:#1648b8;--green:#11845b;--red:#c23b45;--soft:#eef3ff;--radius:16px;--shadow:0 10px 30px rgba(16,24,40,.07)}*{box-sizing:border-box}html,body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);font-size:15px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,var(--navy),var(--navy2));color:#fff;padding:22px 14px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.logo{display:flex;gap:11px;align-items:center;padding:0 8px 24px}.logo strong{display:block;font-size:17px}.logo small{display:block;color:#9ca3af;margin-top:3px}.brand-mark{width:56px;height:56px;border-radius:17px;background:linear-gradient(135deg,#3773ff,#123ca8);display:grid;place-items:center;color:#fff;font-weight:800;letter-spacing:-1px;box-shadow:0 10px 20px rgba(33,89,214,.25)}.brand-mark.small{width:40px;height:40px;border-radius:12px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;gap:12px;align-items:center;padding:11px 13px;border-radius:10px;color:#cbd5e1;font-weight:600}.nav-item span{width:20px;text-align:center;color:#9fb5e9}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.09);color:#fff}.nav-item.active span{color:#75a3ff}.sidebar-footer{margin-top:auto;padding-top:20px}.user-pill{border-top:1px solid rgba(255,255,255,.09);padding:18px 8px 0;display:flex;gap:10px;align-items:center}.user-pill>span{width:36px;height:36px;border-radius:50%;background:#2b3852;display:grid;place-items:center;font-weight:700}.user-pill strong,.user-pill a{display:block}.user-pill a{font-size:12px;color:#9ca3af;margin-top:2px}.main{min-width:0}.topbar{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:800;color:#8a93a5;margin:0 0 4px}.company-switch select{border:0;background:transparent;font-weight:750;font-size:16px;color:var(--text);padding:0 22px 0 0;max-width:420px}.date-chip{background:#f4f6fa;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#667085;font-size:13px}.content{padding:28px 32px 60px;max-width:1600px}.page-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.page-title h1{font-size:29px;line-height:1.1;margin:0;letter-spacing:-.02em}.hero-strip{background:linear-gradient(120deg,#163c8f,#2767df);color:#fff;padding:28px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);margin-bottom:20px}.hero-strip h2{font-size:27px;margin:8px 0 6px}.hero-strip p{margin:0;color:#dbe7ff;max-width:720px}.badge{display:inline-flex;background:#edf3ff;color:#2459c5;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.hero-strip .badge{background:rgba(255,255,255,.14);color:#fff}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.kpi{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.kpi span,.kpi small{display:block;color:var(--muted)}.kpi span{font-weight:700}.kpi strong{display:block;font-size:27px;margin:12px 0 4px;letter-spacing:-.02em}.danger-kpi strong{color:var(--red)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel h3{margin:0 0 5px;font-size:18px}.panel p{margin:0;color:var(--muted);line-height:1.55}.panel-head>a{color:var(--blue);font-weight:700;font-size:13px}.number-preview{font-size:38px;font-weight:800;letter-spacing:-.03em;margin:24px 0 6px}.muted{color:var(--muted)!important}.check-list{list-style:none;padding:6px 0 0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;color:#43506a}.check-list li{padding:6px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7dce5;background:#fff;color:#293245;border-radius:10px;padding:10px 14px;font-weight:750;cursor:pointer}.btn:hover{border-color:#b9c2d0}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue2)}.btn.light{background:#fff;color:#1c4dad;border-color:#fff}.btn.full{width:100%}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.search{display:flex;gap:8px;min-width:min(620px,70%)}.search input{flex:1}.table-panel{padding:0;overflow:hidden}table{width:100%;border-collapse:collapse}th{text-align:left;background:#fafbfc;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:13px 16px;border-bottom:1px solid var(--line)}td{padding:14px 16px;border-bottom:1px solid #edf0f4;vertical-align:top}tbody tr:hover{background:#fbfcff}td small{display:block;color:#8a93a5;margin-top:3px}.cell-title{font-weight:700}.right{text-align:right}.desc-cell{max-width:620px;line-height:1.4}.link-btn{color:var(--blue);font-weight:750}.empty{text-align:center;color:var(--muted);padding:40px}.form-panel{max-width:1050px}.section-head{border-bottom:1px solid var(--line);padding-bottom:12px;margin:2px 0 18px}.section-head:not(:first-child){margin-top:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid h3{margin:10px 0 0}.span2{grid-column:span 2}label{display:block;font-size:13px;font-weight:700;color:#4b5563}input,select,textarea{width:100%;border:1px solid #d5dae3;border-radius:10px;padding:10px 12px;background:#fff;color:var(--text);outline:none;margin-top:6px}input:focus,select:focus,textarea:focus{border-color:#6893ed;box-shadow:0 0 0 3px rgba(33,89,214,.09)}textarea{resize:vertical}label small{display:block;color:var(--muted);font-weight:400;margin-top:5px}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.inline-fields{display:grid;grid-template-columns:120px 1fr;gap:8px}.number-settings{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:14px;align-items:end}.number-live{background:#f2f6ff;border:1px solid #dce7ff;border-radius:12px;padding:12px 14px}.number-live span{display:block;color:#68748a;font-size:11px;text-transform:uppercase;font-weight:800}.number-live strong{display:block;margin-top:5px;font-size:19px;color:#174bb4}.alert{border-radius:12px;padding:12px 14px;margin:0 0 16px;border:1px solid}.alert.success{background:#ecfdf5;border-color:#b8eed6;color:#087451}.alert.danger{background:#fff1f2;border-color:#ffd1d6;color:#a22935}.setup-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#eaf0ff,#f6f7fb 52%)}.setup-card{width:min(780px,calc(100% - 32px));background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 25px 80px rgba(31,41,55,.13);padding:34px}.setup-card>.brand-mark{margin-bottom:18px}.setup-card h1{font-size:31px;margin:0 0 4px}.setup-card>p{margin:0 0 24px}.login-card{width:min(440px,calc(100% - 32px))}.login-card label{margin-bottom:14px}.mysql-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.import-card{position:relative;padding-top:26px}.import-card .step{position:absolute;right:18px;top:18px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eff4ff;color:#2355bd;font-weight:800}.import-card form{margin-top:18px;display:flex;flex-direction:column;gap:12px}.import-card input[type=file]{padding:14px;background:#fafbfc}.preview-panel{margin-top:16px}.preview-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.preview-meta span{background:#f5f7fa;border:1px solid var(--line);padding:7px 10px;border-radius:8px;font-size:12px;color:#667085}.info-panel{margin-top:16px;background:#fbfcff}.coming{text-align:center;padding:58px 25px;max-width:820px;margin:30px auto}.coming h2{font-size:27px;margin:13px 0 8px}.coming p{max-width:600px;margin:0 auto 22px}code{background:#f3f4f6;padding:2px 5px;border-radius:5px}@media(max-width:1050px){.app-shell{grid-template-columns:86px 1fr}.sidebar{padding:20px 10px}.logo div,.nav-item:not(.active){font-size:0}.logo{justify-content:center}.nav-item{justify-content:center}.nav-item span{font-size:18px}.sidebar-footer{display:none}.kpi-grid{grid-template-columns:1fr 1fr}.number-settings{grid-template-columns:1fr 1fr}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:static;height:auto}.sidebar nav,.sidebar-footer{display:none}.logo{justify-content:flex-start;padding-bottom:0}.logo div{display:block;font-size:initial}.topbar{position:static;padding:15px 18px;height:auto}.content{padding:20px 16px}.kpi-grid,.grid-2,.form-grid,.number-settings{grid-template-columns:1fr}.span2{grid-column:auto}.hero-strip{align-items:flex-start;gap:20px;flex-direction:column}.toolbar{align-items:stretch;flex-direction:column}.search{min-width:0;width:100%}.table-panel{overflow:auto}.number-settings{display:grid}.mysql-grid{grid-template-columns:1fr}}
/* 0.2.0 */
.btn.compact{padding:8px 12px}.btn.danger{color:#a22935;border-color:#efc4c9;background:#fff7f8}.btn.danger:hover{background:#fff0f2}.alert.info{background:#eef6ff;border-color:#c9dfff;color:#24538d}.small-alert{font-size:12px;margin-top:12px}.inline-actions{display:flex;gap:8px;align-items:center}.split-actions{justify-content:space-between}.split-actions>div{display:flex;gap:8px}.form-panel.wide{max-width:none}.settings-stack{display:grid;gap:16px}.settings-split{align-items:start}.file-current{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fafbfc}.file-current .inline-actions{margin-top:10px}.hint{margin-top:10px!important}.checkbox-label{display:flex;gap:9px;align-items:center;padding-top:25px}.checkbox-label input{width:auto;margin:0}.checkbox-label small{display:inline;margin:0}.sticky-save{position:sticky;bottom:16px;display:flex;justify-content:flex-end;z-index:5}.sticky-save .btn{box-shadow:0 12px 30px rgba(33,89,214,.25)}.status-pill{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;background:#f0f2f5;color:#596274}.status-pill.success,.status-pill.open,.status-pill.active,.status-pill.paid{background:#e9f8f1;color:#087451}.status-pill.draft,.status-pill.paused,.status-pill.partial{background:#fff5dc;color:#855f00}.status-pill.overdue,.status-pill.cancelled,.status-pill.cancelled_doc,.status-pill.ended{background:#fff0f1;color:#a22935}.status-pill.neutral{background:#f1f3f5;color:#68707c}.invoice-workspace{display:grid;grid-template-columns:minmax(660px,1fr) minmax(430px,.72fr);gap:18px;align-items:start}.invoice-editor{max-width:none}.invoice-editor fieldset{border:0;padding:0;margin:0;min-width:0}.invoice-editor fieldset:disabled{opacity:.78}.preview-wrap{position:sticky;top:100px}.preview-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:#68748a;font-size:12px}.invoice-paper{aspect-ratio:210/297;background:#fff center top/100% 100% no-repeat;border:1px solid #d7dce5;box-shadow:0 16px 38px rgba(31,41,55,.12);position:relative;overflow:hidden}.invoice-content{padding:21% 9% 9%;font-size:clamp(8px,.75vw,12px);line-height:1.42}.preview-recipient{width:55%;min-height:16%;margin-bottom:1%}.preview-meta-box{text-align:right;margin-top:-13%;margin-bottom:10%}.preview-meta-box h2{font-size:1.55em;margin:0 0 .6em}.preview-intro,.preview-footer{white-space:normal;margin:2.5% 0}.preview-items{font-size:.92em;margin-top:3%}.preview-items th,.preview-items td{padding:.6em .5em;background:transparent}.preview-totals{margin:4% 0 0 auto;width:48%}.preview-totals div{display:flex;justify-content:space-between;padding:.35em 0}.preview-totals .grand{border-top:2px solid #333;margin-top:.4em;padding-top:.7em;font-size:1.1em}.item-rows{display:grid;gap:12px;margin-bottom:12px}.item-row{display:grid;grid-template-columns:1.3fr .55fr 2fr .55fr .65fr .8fr .55fr 36px;gap:8px;padding:12px;background:#f8f9fb;border:1px solid var(--line);border-radius:12px;align-items:end}.item-row label{font-size:11px}.item-row input,.item-row select,.item-row textarea{padding:8px;margin-top:4px}.item-desc textarea{min-height:58px}.remove-row{width:36px;height:36px;border:1px solid #efc4c9;border-radius:9px;background:#fff;color:#a22935;font-size:22px;cursor:pointer}.remove-row:hover{background:#fff0f2}
@media(max-width:1350px){.invoice-workspace{grid-template-columns:1fr}.preview-wrap{position:static;max-width:720px}.invoice-content{font-size:11px}.item-row{grid-template-columns:1fr 1fr 2fr 1fr}.item-row .item-service{grid-column:span 2}.remove-row{align-self:end}}
@media(max-width:760px){.inline-actions,.split-actions,.split-actions>div{flex-wrap:wrap}.item-row{grid-template-columns:1fr 1fr}.item-row .item-service,.item-row .item-desc{grid-column:span 2}.preview-wrap{overflow:auto}.invoice-paper{min-width:600px}}
.profile-content{position:relative}.profile-meta{font-size:.9em;line-height:1.5}.profile-meta div{display:flex;gap:.7em}.profile-title{font-size:1.2em;margin:3% 0 1%;border-bottom:1px solid #555;padding-bottom:.8%}.profile-table thead{border-top:1px solid #555;border-bottom:1px solid #555}.profile-table tbody{border-bottom:1px solid #555}.profile-table th,.profile-table td{border-bottom:0!important}.profile-first_media .invoice-content{padding:20% 9% 10%}.profile-first_media .preview-recipient{min-height:21%;margin-bottom:0}.profile-first_media .fm-meta{position:absolute;top:23%;right:9%;width:42%}.profile-first_media .fm-meta div{justify-content:space-between}.profile-first_media .profile-title{margin-top:18%}.profile-first_media .profile-table thead{border-top:0}.profile-first_media .profile-table th:first-child{width:72%}.fm-totals{width:47%}.profile-advanta .invoice-content{padding:19% 11% 10%}.profile-advanta .preview-recipient{min-height:13%}.profile-advanta .adv-meta{margin-top:9%;width:58%}.profile-advanta .adv-meta div{justify-content:space-between}.profile-advanta .adv-title{margin-top:7%}.service-date-note{font-size:.85em;margin-bottom:1%}.profile-advanta .adv-table th:nth-child(1){width:8%}.profile-advanta .adv-table th:nth-child(2){width:62%}.profile-advanta .adv-table th:nth-child(3){width:12%}.profile-advanta .adv-table th:nth-child(4){width:18%}.profile-advanta .adv-totals{width:100%;margin-top:2%}.profile-advanta .adv-totals .grand{border-top:0}.reverse-note{margin-top:2.5%;font-size:.9em}.profile-table small{font-size:.8em;text-transform:none;font-weight:500}
.import-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.review-badge{display:inline-flex;margin-left:7px;padding:4px 8px;border-radius:999px;background:#fff5dc;color:#855f00;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}@media(max-width:1100px){.import-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.import-grid{grid-template-columns:1fr}}

/* 0.3.0 - First Media Referenzlayout Rechnung 71092 */
.invoice-paper{container-type:inline-size}
.profile-first_media .invoice-content{
  position:absolute;inset:0;padding:69.29cqw 9.524cqw 0;
  font-family:"Open Sans",Arial,Helvetica,sans-serif;font-size:1.68cqw;line-height:2.016cqw;color:#1d1d1f;
}
.profile-first_media .fm-sender{
  position:absolute;left:9.524cqw;top:15.24%;font-size:1.344cqw;line-height:1.78cqw;font-weight:400;white-space:nowrap;
}
.profile-first_media .preview-recipient{
  position:absolute;left:9.524cqw;top:17.35%;width:52cqw;min-height:0;margin:0;
  font-size:1.68cqw;line-height:2.016cqw;font-weight:400;
}
.profile-first_media .preview-recipient strong{font-weight:400}
.profile-first_media .fm-meta{
  position:absolute;left:63.74cqw;right:auto;top:34.59%;width:26.52cqw;
  font-size:1.68cqw;line-height:2.016cqw;font-weight:400;
}
.profile-first_media .fm-meta div{display:grid;grid-template-columns:17.82cqw 1fr;gap:0;justify-content:initial}
.profile-first_media .fm-meta span{font-weight:400;text-align:left}
.profile-first_media .profile-title{
  position:absolute;left:9.524cqw;top:46.25%;margin:0;padding:0;border:0;
  font-size:1.996cqw;line-height:2.72cqw;font-weight:700;letter-spacing:0;
}
.profile-first_media .profile-table{
  width:100%;margin:0;border-collapse:collapse;font-size:1.663cqw;line-height:2cqw;color:#1d1d1f;
}
.profile-first_media .profile-table thead{border-top:.095cqw solid #333;border-bottom:.095cqw solid #333}
.profile-first_media .profile-table tbody{border-bottom:.095cqw solid #333}
.profile-first_media .profile-table th,.profile-first_media .profile-table td{
  border:0!important;background:transparent!important;color:#1d1d1f!important;letter-spacing:0;text-transform:none;font-weight:400;
}
.profile-first_media .profile-table th{padding:.90cqw 0 .44cqw}
.profile-first_media .profile-table td{padding:0;line-height:2cqw;vertical-align:top}
.profile-first_media .profile-table th:nth-child(1),.profile-first_media .profile-table td:nth-child(1){width:75.91%;text-align:left}
.profile-first_media .profile-table th:nth-child(2),.profile-first_media .profile-table td:nth-child(2){width:6.56%;text-align:center!important}
.profile-first_media .profile-table th:nth-child(3),.profile-first_media .profile-table td:nth-child(3){width:17.53%;text-align:right!important}
.profile-first_media .fm-totals{
  width:33.333cqw;margin:.76cqw 0 0 auto;font-size:1.68cqw;line-height:2.49cqw;
}
.profile-first_media .fm-totals>div{display:flex;justify-content:space-between;gap:2cqw;padding:0;line-height:2.49cqw}
.profile-first_media .fm-totals>div:not(.grand) strong{font-weight:400}
.profile-first_media .fm-totals .grand{border-top:.095cqw solid #333;margin:0;padding:.10cqw 0 0;font-size:1em;font-weight:700}
.profile-first_media .preview-intro{display:none}
.profile-first_media .preview-footer{
  width:59.62cqw;max-width:59.62cqw;margin:1.80cqw 0 0;padding:0;
  white-space:pre-line;font-size:1.68cqw;line-height:1.848cqw;color:#1d1d1f;
}

/* 0.3.0 SEPA-QR in der Live-Vorschau */
.preview-sepa-qr{position:absolute;text-align:center;font-size:.55em;line-height:1.15;width:17%;z-index:2}.preview-sepa-qr svg{display:block;width:100%;height:auto}.preview-sepa-qr small{display:block;margin-top:3%;font-size:1em}.profile-first_media .preview-sepa-qr{right:9%;top:64%}.profile-advanta .preview-sepa-qr{right:10%;top:64%}.profile-standard .preview-sepa-qr{right:8%;bottom:8%}

/* 0.3.1 Sicherheit */
.login-secondary{margin-top:10px}.security-grid{display:grid;gap:16px}.security-state{display:flex;gap:14px;align-items:center;padding:14px 16px;border-radius:12px;margin:12px 0 18px}.security-state strong{font-size:14px}.security-state span{color:#5f6878;font-size:13px}.security-state.ok{background:#ebf8f1;border:1px solid #bde8d2;color:#087451}.security-state.warn{background:#fff7e3;border:1px solid #efd69a;color:#7c5a00}.security-inline-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;margin-top:14px}.security-inline-form .btn{margin-bottom:1px}.security-danger{margin-top:18px;border-top:1px solid var(--line);padding-top:14px}.security-danger summary{cursor:pointer;font-weight:700;color:#9a2b38}.twofa-setup{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:center}.totp-qr{width:190px;height:190px;background:#fff;padding:8px;border:1px solid var(--line);border-radius:10px}.totp-qr svg{width:100%;height:100%}.secret-code{display:block;margin-top:8px;padding:9px 10px;background:#f4f6f8;border-radius:8px;word-break:break-all}.recovery-box{margin-top:20px;padding:16px;border:2px solid #d8a92f;background:#fff9e9;border-radius:12px}.recovery-box h4{margin:0 0 5px}.recovery-codes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.recovery-codes code{padding:9px;background:#fff;border:1px solid #e8d59c;border-radius:7px;text-align:center;font-weight:800}.security-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:10px 0 18px}.security-facts>div{padding:13px;background:#f7f8fa;border:1px solid var(--line);border-radius:10px}.security-facts span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#7a8495;margin-bottom:5px}.security-facts strong{font-size:14px}.btn:disabled{opacity:.45;cursor:not-allowed}.table-wrap{overflow:auto}@media(max-width:900px){.security-inline-form{grid-template-columns:1fr}.twofa-setup{grid-template-columns:1fr}.security-facts{grid-template-columns:1fr 1fr}.recovery-codes{grid-template-columns:1fr 1fr}}@media(max-width:520px){.security-facts,.recovery-codes{grid-template-columns:1fr}}
/* 0.3.2 manueller Zahlungsabgleich */
.manual-steps{margin:18px 0 0;padding-left:22px;color:#43506a;line-height:1.75}.manual-steps li{padding-left:5px}.invoice-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.invoice-actions form{margin:0}.payment-summary{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;padding:12px 14px;border:1px solid var(--line);background:#f8fafc;border-radius:11px;font-size:12px;color:#5d6677}.payment-summary strong{color:var(--text)}
.invoice-send-box{margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#f8fbff}.invoice-send-box .section-head{margin-top:0}.invoice-send-box .form-actions{justify-content:flex-end;margin-top:12px}

.cancellation-box{background:#fff8f8;border-color:#efc9cd}.cancellation-box textarea{margin-top:6px}

/* =============================================================
   RechnungsLotse 0.7 UI – gemeinsame Designsprache TerminLotse
   Nur Oberfläche: Rechnungs-/PDF-/Versandlogik bleibt unberührt.
   ============================================================= */
.rl-new-ui{--rl-navy:#004160;--rl-navy2:#00334b;--rl-orange:#df8124;--rl-bg:#f1f4f7;--rl-line:#dfe6eb;--rl-text:#172033;--rl-muted:#718096;background:var(--rl-bg)}
.rl-new-ui .rl-app{min-height:100vh}.rl-new-ui .rl-main{min-width:0}.rl-new-ui .rl-content{padding:36px max(32px,4.2vw) 70px;max-width:none;margin:0 auto}.rl-new-ui .content{max-width:none}
.rl-header{height:96px;background:rgba(255,255,255,.98);border-bottom:1px solid #dbe4e9;box-shadow:0 4px 18px rgba(0,65,96,.07);display:flex;align-items:center;padding:0 34px;gap:32px;position:sticky;top:0;z-index:100}
.rl-brand{display:flex;align-items:center;gap:16px;min-width:315px}.rl-brand img{width:145px;height:62px;object-fit:contain;object-position:left center;display:block}.rl-brand-copy{border-left:1px solid #d8e0e5;padding-left:16px}.rl-brand-copy strong{font-size:21px;color:var(--rl-navy);display:block;letter-spacing:-.03em}.rl-brand-copy span{font-size:9px;letter-spacing:.12em;color:var(--rl-orange);font-weight:800;white-space:nowrap}
.rl-topnav{display:flex;align-items:stretch;justify-content:center;gap:4px;flex:1;height:100%}.topnav-item,.rl-more>summary{display:flex;align-items:center;gap:6px;padding:0 12px;height:100%;font-size:13px;font-weight:720;color:#526777;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap}.topnav-item:hover,.topnav-item.active,.rl-more>summary:hover,.rl-more>summary.active{background:#f0f6f8;color:var(--rl-navy);border-bottom-color:var(--rl-orange)}.nav-icon{width:15px;height:15px;display:inline-flex}.nav-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topnav-item:first-child .nav-icon svg{fill:currentColor;stroke:none}.rl-more{position:relative;height:100%}.rl-more>summary{list-style:none}.rl-more>summary::-webkit-details-marker{display:none}.rl-more-pop{display:none;position:absolute;right:0;top:82px;background:#fff;border:1px solid #dde5ea;border-radius:14px;box-shadow:0 16px 38px rgba(23,32,51,.15);padding:8px;min-width:220px}.rl-more[open] .rl-more-pop{display:block}.rl-more-pop .topnav-item{height:auto;padding:11px 13px;border:0;border-radius:9px;justify-content:flex-start}.rl-more-pop .topnav-item:hover,.rl-more-pop .topnav-item.active{background:#eef5f8;color:var(--rl-navy)}
.rl-user-area{display:flex;align-items:center;gap:10px;margin-left:auto}.rl-company-mini{min-width:145px;text-align:right}.rl-company-mini small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8b98a6;font-weight:800}.rl-company-mini .company-switch select{font-size:13px;max-width:150px;text-align:right;color:var(--rl-navy);padding-right:18px}.rl-avatar{width:42px;height:42px;border-radius:50%;background:var(--rl-navy);color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 7px 18px rgba(0,65,96,.18)}.rl-logout{border:1px solid #d9e2e7;border-radius:10px;padding:9px 12px;font-size:12px;color:#637586;background:#fff}.rl-logout:hover{border-color:#b9c9d2;color:var(--rl-navy)}
.rl-new-ui .page-title{margin:0 0 24px}.rl-new-ui .page-title h1{color:var(--rl-navy)}.rl-new-ui .btn.primary{background:var(--rl-navy);border-color:var(--rl-navy)}.rl-new-ui .btn.primary:hover{background:var(--rl-navy2)}
.rl-welcome{height:258px;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:52% 48%;background:linear-gradient(110deg,#f8fbfc,#eef5f8);box-shadow:0 10px 30px rgba(0,65,96,.08);border:1px solid #dce7eb;margin-bottom:24px}.rl-welcome-copy{padding:38px 48px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.rl-welcome-kicker{font-size:10px;color:var(--rl-orange);font-weight:900;letter-spacing:.12em}.rl-welcome h1{font-size:33px;line-height:1.08;color:var(--rl-navy);letter-spacing:-.035em;margin:7px 0 8px}.rl-welcome p{font-size:16px;line-height:1.5;color:#39566b;max-width:600px;margin:0 0 20px}.rl-orange-btn{align-self:flex-start;background:var(--rl-orange);color:#fff;border-radius:10px;padding:12px 20px;font-weight:800;box-shadow:0 10px 20px rgba(223,129,36,.18)}.rl-orange-btn:hover{filter:brightness(.96)}.rl-welcome-image{background-image:linear-gradient(90deg,#eef5f8 0%,rgba(238,245,248,.18) 22%,rgba(238,245,248,0) 52%),url('rechnungslotse-segelschiff.jpg');background-size:cover;background-position:center right;position:relative}.rl-welcome-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,65,96,.06))}
.rl-dashboard-head{display:flex;justify-content:space-between;align-items:end;margin:8px 0 16px}.rl-dashboard-head h2{font-size:26px;color:var(--rl-navy);margin:0 0 3px}.rl-dashboard-head p{margin:0;color:#7b8b99}.rl-domain-chip{background:#e8eef2;color:#6b7e8d;border-radius:999px;padding:8px 13px;font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace}
.rl-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.rl-kpi-card{background:#fff;border:1px solid #dfe6eb;border-radius:16px;padding:19px;display:flex;gap:14px;align-items:center;box-shadow:0 8px 22px rgba(17,31,45,.05);transition:.18s}.rl-kpi-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,31,45,.09)}.rl-kpi-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;flex:0 0 52px}.rl-kpi-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rl-kpi-card.blue .rl-kpi-icon{background:#e9f3f8;color:#075579}.rl-kpi-card.green .rl-kpi-icon{background:#ebf8f1;color:#168655}.rl-kpi-card.orange .rl-kpi-icon{background:#fff2e5;color:#df8124}.rl-kpi-card.red .rl-kpi-icon{background:#fff0f1;color:#c43f4c}.rl-kpi-card span{display:block;color:#6d7e8c;font-size:12px;font-weight:750}.rl-kpi-card strong{display:block;color:var(--rl-navy);font-size:21px;margin:4px 0 2px;letter-spacing:-.02em}.rl-kpi-card small{color:#8a98a5;font-size:11px}
.rl-dash-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(300px,.75fr);gap:16px}.rl-card{background:#fff;border:1px solid #dfe6eb;border-radius:16px;padding:20px;box-shadow:0 8px 22px rgba(17,31,45,.05)}.rl-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.rl-card-head h3{font-size:17px;color:var(--rl-navy);margin:0 0 4px}.rl-card-head p{font-size:12px;color:#82909d;margin:0}.rl-card-head>a{font-size:12px;color:#1e6788;font-weight:800}.rl-side-stack{display:grid;gap:16px;align-content:start}.rl-table{border-top:1px solid #e7ecef}.rl-row{display:grid;grid-template-columns:1fr 1.6fr .9fr .9fr .8fr;gap:10px;align-items:center;padding:12px 4px;border-bottom:1px solid #edf0f2;font-size:12px}.rl-row:hover{background:#fafcfd}.rl-row-head{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#8996a2;font-weight:800}.rl-status{font-style:normal;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.rl-status.paid{background:#e7f7ed;color:#14824c}.rl-status.open{background:#e9f3fb;color:#1d6590}.rl-status.overdue{background:#fff0f1;color:#b93846}.rl-status.partial{background:#fff4e8;color:#bd6e1f}.rl-empty{padding:28px;text-align:center;color:#8b98a5;font-size:13px}.rl-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.rl-quick-grid a{border:1px solid #e1e7eb;border-radius:11px;padding:12px 10px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:760;color:#385268;background:#fbfcfd}.rl-quick-grid a:hover{background:#eef5f8;color:var(--rl-navy);border-color:#d2e0e6}.rl-quick-grid span{width:31px;height:31px;border-radius:9px;background:#eaf3f7;color:var(--rl-navy);display:grid;place-items:center}.rl-quick-grid svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rl-overview-list{display:grid;gap:0}.rl-overview-list>div{display:flex;justify-content:space-between;align-items:center;padding:11px 2px;border-bottom:1px solid #edf0f2;font-size:12px;color:#53697b}.rl-overview-list>div:last-child{border-bottom:0}.rl-overview-list strong{color:var(--rl-navy);font-size:13px}
@media(max-width:1280px){.rl-header{padding:0 20px;gap:15px}.rl-brand{min-width:245px}.rl-brand img{width:120px}.rl-brand-copy{display:none}.topnav-item,.rl-more>summary{padding:0 8px;font-size:12px}.rl-company-mini{display:none}.rl-welcome-copy{padding:32px}.rl-welcome h1{font-size:29px}}
@media(max-width:980px){.rl-header{height:auto;min-height:84px;flex-wrap:wrap;padding:12px 18px}.rl-topnav{order:3;width:100%;overflow:auto;height:46px;justify-content:flex-start}.topnav-item,.rl-more>summary{height:46px}.rl-more-pop{top:46px}.rl-content{padding:22px 18px 50px!important}.rl-welcome{grid-template-columns:1fr;height:auto}.rl-welcome-image{height:190px}.rl-kpi-row{grid-template-columns:1fr 1fr}.rl-dash-grid{grid-template-columns:1fr}}
@media(max-width:620px){.rl-brand img{width:110px}.rl-user-area .rl-logout{display:none}.rl-welcome-copy{padding:25px}.rl-welcome h1{font-size:26px}.rl-kpi-row{grid-template-columns:1fr}.rl-quick-grid{grid-template-columns:1fr}.rl-row{grid-template-columns:1fr 1fr}.rl-row span:nth-child(3),.rl-row span:nth-child(5){display:none}}

/* RechnungsLotse 0.7.2 – gemeinsame Designsprache mit TerminLotse */
.rl-header{height:82px;padding:0 max(28px,4.2vw);gap:30px}
.rl-product-brand{min-width:285px;max-width:285px;gap:0}
.rl-product-brand img{width:285px;height:66px;object-fit:contain;object-position:left center;display:block}
.rl-topnav{height:82px;justify-content:flex-start;gap:2px}
.topnav-item,.rl-more>summary{height:82px;padding:0 11px;font-size:13px}
.rl-more-pop{top:72px}
.rl-user-area{gap:14px;white-space:nowrap}.rl-company-mini{min-width:125px}.rl-company-mini small{text-transform:none;font-size:10px;letter-spacing:.04em;color:#8997a3}.rl-company-mini .company-switch select{font-size:13px;font-weight:800;max-width:145px}.rl-avatar{display:none}.rl-logout{padding:9px 14px;font-size:12px}
.rl-sailing-hero{height:230px;border-radius:18px;background-image:url('rechnungslotse-hero-sailing.jpg');background-size:cover;background-position:center 53%;box-shadow:0 9px 26px rgba(0,65,96,.08);border:1px solid #dbe5ea;margin:0 0 24px;overflow:hidden}
.rl-page-heading{display:flex;align-items:center;gap:12px}.rl-heading-icon{width:34px;height:34px;flex:0 0 34px;display:block}.rl-new-ui .page-title{align-items:center;margin:0 0 22px}.rl-new-ui .page-title h1{margin:0;font-size:29px;color:var(--rl-navy)}
.rl-dashboard-head{align-items:center;margin:2px 0 16px}.rl-dashboard-heading{align-items:center}.rl-dashboard-heading>div{display:block}.rl-dashboard-head h2{margin:0 0 3px}.rl-dashboard-head p{margin:0}
.rl-kpi-card.orange .rl-kpi-icon svg{stroke-width:1.9}
@media(max-width:1380px){.rl-header{padding:0 22px;gap:16px}.rl-product-brand{min-width:245px;max-width:245px}.rl-product-brand img{width:245px}.topnav-item,.rl-more>summary{padding:0 8px;font-size:12px}.rl-company-mini{min-width:105px}.rl-company-mini .company-switch select{max-width:118px}}
@media(max-width:1120px){.rl-company-mini small{display:none}.rl-company-mini{min-width:90px}.rl-product-brand{min-width:220px;max-width:220px}.rl-product-brand img{width:220px}.nav-icon{display:none}}
@media(max-width:980px){.rl-header{height:auto;min-height:78px}.rl-product-brand{min-width:220px;max-width:220px}.rl-topnav{height:46px}.topnav-item,.rl-more>summary{height:46px}.rl-sailing-hero{height:180px}.rl-company-mini{display:block}.rl-user-area{margin-left:auto}}
@media(max-width:620px){.rl-product-brand{min-width:185px;max-width:185px}.rl-product-brand img{width:185px}.rl-company-mini{display:none}.rl-sailing-hero{height:145px;border-radius:14px}.rl-heading-icon{width:29px;height:29px;flex-basis:29px}.rl-new-ui .page-title h1{font-size:24px}}

/* RechnungsLotse 0.7.3 – eigenes Icon-System in Navy/Blau/Orange */
.rl-ico{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.rl-ico .accent{stroke:var(--rl-orange)!important;fill:none}
.rl-ico .accent-fill{fill:var(--rl-orange)!important;stroke:var(--rl-orange)!important}
.rl-ico .soft{stroke:#5aa9e6!important}
.rl-ico .euro,.rl-ico .xml{font-family:Arial,sans-serif;font-weight:800;fill:currentColor;stroke:none}
.rl-ico .euro{font-size:10px}.rl-ico .xml{font-size:8px;fill:#fff}
.rl-ico .white{fill:#fff!important}.rl-ico .white-line{stroke:#fff!important}
.nav-icon{width:23px;height:23px;flex:0 0 23px}
.nav-icon .rl-ico{stroke-width:2.15}
.topnav-item,.rl-more>summary{gap:8px}
.rl-kpi-icon{width:62px;height:62px;flex-basis:62px;border-radius:17px}
.rl-kpi-icon .rl-ico{width:38px;height:38px;stroke-width:2.15}
.rl-quick-grid span{width:42px;height:42px;border-radius:11px}
.rl-quick-grid span .rl-ico{width:29px;height:29px;stroke-width:2.15}
.rl-more-pop .nav-icon{width:25px;height:25px}
@media(max-width:1120px){.nav-icon{display:inline-flex;width:20px;height:20px;flex-basis:20px}.topnav-item,.rl-more>summary{padding-left:8px;padding-right:8px}}
@media(max-width:900px){.nav-icon{display:none}}


/* RechnungsLotse 0.7.4 – Navigation wie TerminLotse: weich abgerundete Tabs */
.rl-topnav{
  align-items:center;
  height:82px;
  gap:5px;
}
.topnav-item,.rl-more>summary{
  height:48px;
  padding:0 13px;
  border:0;
  border-radius:11px;
  position:relative;
  background:transparent;
  transition:background .16s ease,color .16s ease,box-shadow .16s ease;
}
.topnav-item:hover,.rl-more>summary:hover{
  background:#f2f6f8;
  color:var(--rl-navy);
}
.topnav-item.active,.rl-more>summary.active{
  background:#eef4f7;
  color:var(--rl-navy);
  box-shadow:0 1px 2px rgba(0,65,96,.03);
}
.topnav-item.active:after,.rl-more>summary.active:after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:2px;
  height:4px;
  background:var(--rl-orange);
  border-radius:999px;
}
.rl-more{height:auto;align-self:center}
.rl-more-pop{top:54px}
.rl-more-pop .topnav-item{
  height:auto;
  min-height:44px;
  border-radius:10px;
}
.rl-more-pop .topnav-item.active:after{display:none}
@media(max-width:1380px){
  .topnav-item,.rl-more>summary{height:46px;padding:0 10px;border-radius:10px}
}
@media(max-width:980px){
  .rl-topnav{height:52px;align-items:center;padding:2px 0}
  .topnav-item,.rl-more>summary{height:42px;border-radius:9px}
  .rl-more-pop{top:46px}
}

/* RechnungsLotse 0.7.6 – aktive Navigation 1:1 wie TerminLotse
   Wichtig: KEIN separater ::after-Balken. Der orange Akzent ist die
   untere Border des abgerundeten Tabs und läuft dadurch an den Ecken hoch. */
.rl-topnav{
  display:flex;
  align-items:center;
  gap:5px;
  height:82px;
}
.topnav-item,.rl-more>summary{
  box-sizing:border-box;
  height:auto;
  min-height:45px;
  padding:12px 13px;
  border:0;
  border-bottom:3px solid transparent;
  border-radius:9px;
  background:transparent;
  color:#506273;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}
.topnav-item:hover,.topnav-item.active,.rl-more>summary:hover,.rl-more>summary.active{
  background:#eef5f8;
  color:#004160;
  border-bottom-color:#d8842f;
}
.topnav-item.active:after,.rl-more>summary.active:after{
  content:none !important;
  display:none !important;
}
.rl-more{height:auto;align-self:center}
.rl-more-pop{top:50px}
.rl-more-pop .topnav-item{
  height:auto;
  min-height:42px;
  padding:10px 12px;
  border:0;
  border-radius:9px;
  justify-content:flex-start;
}
.rl-more-pop .topnav-item:hover,.rl-more-pop .topnav-item.active{
  background:#f0f3f7;
  color:#273449;
  border:0;
}
@media(max-width:980px){
  .rl-topnav{height:46px;align-items:center}
  .topnav-item,.rl-more>summary{min-height:40px;height:40px;padding:9px 11px;border-radius:9px}
  .rl-more-pop{top:44px}
}

/* RechnungsLotse 0.8.6 – linke Navigation im bestehenden Familienlook */
.rl-leftnav-app{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh;background:#f4f7f9}
.rl-sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #dbe4e9;box-shadow:5px 0 22px rgba(0,65,96,.055);display:flex;flex-direction:column;padding:22px 16px 18px;z-index:120;overflow-y:auto}
.rl-side-brand{display:flex;align-items:center;min-height:66px;padding:0 8px 18px;border-bottom:1px solid #edf1f3;margin-bottom:14px}
.rl-side-brand img{display:block;width:205px;max-width:100%;height:auto}
.rl-sidenav{display:flex;flex-direction:column;gap:5px}
.rl-side-item,.rl-side-more>summary{box-sizing:border-box;min-height:48px;padding:10px 12px;border:0;border-left:4px solid transparent;border-radius:11px;display:flex;align-items:center;gap:11px;color:#506273;font-size:14px;font-weight:720;line-height:1.15;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease;list-style:none}
.rl-side-more>summary::-webkit-details-marker{display:none}
.rl-side-item:hover,.rl-side-item.active,.rl-side-more>summary:hover,.rl-side-more>summary.active{background:#eef5f8;color:#004160;border-left-color:#d8842f}
.rl-side-item .nav-icon,.rl-side-more>summary .nav-icon{width:25px;height:25px;flex:0 0 25px;display:inline-flex}
.rl-side-item .rl-ico,.rl-side-more>summary .rl-ico{stroke-width:2.05}
.rl-side-more{margin:0}.rl-side-chevron{margin-left:auto;font-size:22px;line-height:1;transition:transform .15s ease}.rl-side-more[open] .rl-side-chevron{transform:rotate(90deg)}
.rl-side-subnav{display:flex;flex-direction:column;gap:3px;padding:5px 0 3px 14px}.rl-side-subnav .rl-side-item{min-height:43px;font-size:13px;padding:8px 10px}.rl-side-subnav .nav-icon{width:22px;height:22px;flex-basis:22px}
.rl-side-footer{margin-top:auto;border-top:1px solid #edf1f3;padding:15px 8px 0;display:grid;gap:12px}.rl-side-company small{display:block;color:#8997a3;font-size:10px;font-weight:800;margin-bottom:3px}.rl-side-company .company-switch select{width:100%;max-width:none;font-size:13px;font-weight:800;color:#004160;background:#f7f9fa;border-radius:9px;padding:8px 28px 8px 9px}.rl-side-logout{display:flex;align-items:center;justify-content:center;border:1px solid #d9e2e7;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:700;color:#637586;background:#fff}.rl-side-logout:hover{border-color:#b9c9d2;color:#004160;background:#f7fafb}
.rl-leftnav-main{min-width:0}.rl-leftnav-ui .rl-content{padding:28px max(28px,3.2vw) 70px}.rl-leftnav-ui .rl-sailing-hero{height:220px;margin-bottom:24px}.rl-leftnav-ui .page-title{margin-top:0}
@media(max-width:1080px){.rl-leftnav-app{grid-template-columns:214px minmax(0,1fr)}.rl-sidebar{padding-left:12px;padding-right:12px}.rl-side-brand img{width:180px}.rl-side-item,.rl-side-more>summary{font-size:13px;padding-left:9px;padding-right:9px}.rl-leftnav-ui .rl-content{padding:22px 20px 55px}}
@media(max-width:760px){.rl-leftnav-app{display:block}.rl-sidebar{position:relative;height:auto;min-height:0;border-right:0;border-bottom:1px solid #dbe4e9;padding:12px}.rl-side-brand{min-height:0;padding:4px 6px 10px;margin-bottom:9px}.rl-side-brand img{width:190px}.rl-sidenav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.rl-side-more{grid-column:1/-1}.rl-side-subnav{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:0}.rl-side-footer{display:flex;align-items:end;gap:10px}.rl-side-company{flex:1}.rl-side-logout{min-width:100px}.rl-leftnav-ui .rl-sailing-hero{height:150px}.rl-leftnav-ui .rl-content{padding:16px 12px 40px}}
/* RechnungsLotse 0.8.8 – Sidebar-Logo tatsächlich vergrößern */
.rl-leftnav-app{grid-template-columns:285px minmax(0,1fr)!important}
.rl-sidebar{padding-left:18px!important;padding-right:18px!important}
.rl-side-brand{padding-left:4px!important;padding-right:4px!important}
.rl-side-brand img{width:245px!important;max-width:none!important;height:auto!important}
@media(max-width:1080px){
  .rl-leftnav-app{grid-template-columns:245px minmax(0,1fr)!important}
  .rl-side-brand img{width:215px!important}
}
@media(max-width:760px){
  .rl-leftnav-app{display:block!important}
  .rl-side-brand img{width:220px!important;max-width:100%!important}
}
