:root{
  --hcm-night:#0F1724;
  --hcm-slate:#233044;
  --hcm-steel:#4a6080;
  --hcm-blue:#5b7a9e;
  --hcm-fog:#e8edf2;
  --hcm-off:#F7F8FA;
  --hcm-white:#ffffff;
  --hcm-line:rgba(15,23,36,.12);
  --hcm-line-dark:rgba(255,255,255,.10);
  --hcm-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --hcm-sans:"DM Sans",Arial,Helvetica,system-ui,sans-serif;
}
.hcm-shell{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:76px 0;background:linear-gradient(180deg,#fff 0%,var(--hcm-off) 100%);color:var(--hcm-night);font-family:var(--hcm-sans);-webkit-font-smoothing:antialiased}.hcm-shell *{box-sizing:border-box}.hcm-wrap{width:min(1480px,94vw);margin:0 auto}.hcm-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--hcm-steel);margin-bottom:14px}.hcm-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:64px;align-items:start;margin-bottom:34px}.hcm-head h1{font-family:var(--hcm-serif);font-size:clamp(38px,4vw,62px);line-height:1.04;letter-spacing:-.03em;font-weight:300;margin:0;color:var(--hcm-night)}.hcm-head-copy{border-left:1px solid var(--hcm-line);padding-left:34px}.hcm-head-copy p{font-size:15px;line-height:1.75;color:var(--hcm-slate);margin:0 0 14px}.hcm-note{font-size:12px!important;line-height:1.65!important;color:var(--hcm-steel)!important}.hcm-kpis{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--hcm-line);border-bottom:1px solid var(--hcm-line);margin:34px 0 26px}.hcm-kpi{padding:22px 26px;text-align:center;border-right:1px solid var(--hcm-line)}.hcm-kpi:last-child{border-right:0}.hcm-kpi strong{display:block;font-family:var(--hcm-serif);font-size:34px;font-weight:300;line-height:1;color:var(--hcm-night);margin-bottom:8px}.hcm-kpi span{display:block;font-size:11px;line-height:1.45;color:var(--hcm-steel)}.hcm-tools{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:0 0 24px}.hcm-search{flex:1;max-width:520px}.hcm-search input{width:100%;height:48px;border:1px solid var(--hcm-line);background:#fff;border-radius:3px;padding:0 16px;font:14px var(--hcm-sans);color:var(--hcm-night);outline:none}.hcm-search input:focus{border-color:rgba(74,96,128,.55);box-shadow:0 0 0 4px rgba(91,122,158,.10)}.hcm-open{border:1px solid var(--hcm-line);background:#fff;color:var(--hcm-steel);font:700 10px var(--hcm-sans);letter-spacing:.14em;text-transform:uppercase;padding:15px 18px;border-radius:3px;cursor:pointer}.hcm-filter-grid{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px}.hcm-filter{border:1px solid var(--hcm-line);background:rgba(255,255,255,.82);color:var(--hcm-steel);font:700 10px var(--hcm-sans);letter-spacing:.13em;text-transform:uppercase;border-radius:3px;padding:10px 13px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.hcm-filter:hover,.hcm-filter.is-active{background:var(--hcm-night);border-color:var(--hcm-night);color:#fff}.hcm-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.hcm-case-list{background:#fff;border:1px solid var(--hcm-line);border-radius:4px;box-shadow:0 18px 48px rgba(15,23,36,.07);overflow:hidden}.hcm-case{border-bottom:1px solid var(--hcm-line)}.hcm-case:last-child{border-bottom:0}.hcm-case.is-hidden{display:none}.hcm-case-button{width:100%;border:0;background:#fff;color:var(--hcm-night);display:grid;grid-template-columns:64px minmax(260px,1fr) minmax(300px,.70fr) 24px;gap:22px;align-items:center;text-align:left;padding:26px 34px;cursor:pointer;font-family:var(--hcm-sans)}.hcm-case-button:hover{background:var(--hcm-off)}.hcm-case-num{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(74,96,128,.58);font-weight:700}.hcm-case-title{font-family:var(--hcm-serif);font-size:24px;font-weight:400;line-height:1.17;color:var(--hcm-night);margin:0}.hcm-case-meta{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-start}.hcm-case-meta span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--hcm-steel);border:1px solid rgba(15,23,36,.12);padding:5px 7px;border-radius:2px;background:#fff}.hcm-case-teaser{font-size:13px;line-height:1.55;color:var(--hcm-slate);margin:0;max-width:300px}.hcm-plus{width:22px;height:22px;position:relative;border:1px solid rgba(74,96,128,.35);border-radius:2px;flex:0 0 22px}.hcm-plus:before,.hcm-plus:after{content:"";position:absolute;left:5px;right:5px;top:10px;height:1px;background:var(--hcm-steel)}.hcm-plus:after{transform:rotate(90deg)}.hcm-case.is-open .hcm-plus:after{display:none}.hcm-case-body{padding:0 34px 36px;background:#fff}.hcm-case-body-inner{border-top:1px solid var(--hcm-line);padding-top:30px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:42px}.hcm-facts{display:grid;gap:14px;align-content:start}.hcm-fact{border-bottom:1px solid var(--hcm-line);padding-bottom:12px}.hcm-fact b{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--hcm-steel);margin-bottom:5px}.hcm-fact span{display:block;font-size:14px;line-height:1.5;color:var(--hcm-night)}.hcm-detail h3{font-family:var(--hcm-serif);font-size:24px;font-weight:300;line-height:1.15;margin:0 0 16px;color:var(--hcm-night)}.hcm-detail p{font-size:15px;line-height:1.74;color:var(--hcm-slate);margin:0 0 16px}.hcm-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--hcm-line);margin:24px 0;width:100%;overflow:hidden}.hcm-detail-item{padding:20px 22px;border-right:1px solid var(--hcm-line);min-width:0;overflow-wrap:break-word;word-break:normal;hyphens:auto}.hcm-detail-item:last-child{border-right:0}.hcm-detail-item b{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--hcm-steel);margin-bottom:8px}.hcm-detail-item span{display:block;font-size:14px;line-height:1.7;color:var(--hcm-slate);min-width:0;overflow-wrap:break-word;hyphens:auto}.hcm-quote{margin:24px 0 0;padding:24px 26px;background:var(--hcm-off);border-left:3px solid var(--hcm-steel)}.hcm-quote blockquote{font-family:var(--hcm-serif);font-size:22px;line-height:1.35;font-weight:300;color:var(--hcm-night);margin:0 0 12px}.hcm-quote cite{display:block;font-style:normal;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--hcm-steel)}.hcm-case-cta{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.hcm-btn-dark,.hcm-btn-light,.hcm-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;border-radius:3px;font:700 10px var(--hcm-sans);letter-spacing:.14em;text-transform:uppercase;line-height:1.2;white-space:nowrap}.hcm-btn-dark{background:var(--hcm-night);color:#fff!important;padding:14px 18px;border:1px solid var(--hcm-night)}.hcm-btn-dark:hover{background:var(--hcm-slate);color:#fff!important}.hcm-btn-light{background:#fff;color:var(--hcm-night)!important;padding:14px 18px;border:1px solid rgba(255,255,255,.9)}.hcm-btn-light:hover{background:var(--hcm-fog);color:var(--hcm-night)!important}.hcm-btn-ghost{background:transparent;color:var(--hcm-steel)!important;padding:13px 16px;border:1px solid var(--hcm-line)}.hcm-btn-ghost:hover{color:var(--hcm-night)!important;border-color:rgba(15,23,36,.28)}.hcm-side{position:sticky;top:28px;display:grid;gap:16px;min-width:0}.hcm-side-card{background:var(--hcm-night);color:#fff;border-radius:4px;padding:28px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 48px rgba(15,23,36,.14)}.hcm-side-card .hcm-eyebrow{color:rgba(255,255,255,.64);margin-bottom:12px}.hcm-side-card h2{font-family:var(--hcm-serif);font-size:31px;line-height:1.08;font-weight:300;margin:0 0 14px;color:#fff}.hcm-side-card p{font-size:13px;line-height:1.7;color:rgba(255,255,255,.72);margin:0 0 20px}.hcm-contact-row{display:grid;gap:10px;margin-top:16px}.hcm-phone{display:flex;align-items:center;justify-content:center;gap:8px;height:42px;border:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.86)!important;text-decoration:none!important;font-size:12px;letter-spacing:.04em}.hcm-phone:hover{border-color:rgba(255,255,255,.48);color:#fff!important}.hcm-callback{display:flex;align-items:center;justify-content:center;gap:8px;height:44px;background:rgba(255,255,255,.04);color:#fff!important;text-decoration:none!important;font:700 10px var(--hcm-sans);letter-spacing:.14em;text-transform:uppercase}.hcm-callback:before{content:"";width:8px;height:8px;border-radius:50%;background:#5b7a9e;box-shadow:0 0 0 5px rgba(91,122,158,.15)}.hcm-source{font-size:11px;line-height:1.65;color:var(--hcm-steel);margin-top:22px}.hcm-empty{display:none;padding:28px 30px;background:#fff;border:1px solid var(--hcm-line);color:var(--hcm-slate);font-size:14px;line-height:1.65}.hcm-empty.is-visible{display:block}.hcm-mobile-cta{display:none;margin-top:22px}.hcm-footer-cta{margin-top:34px;background:var(--hcm-night);color:#fff;border-radius:4px;padding:36px 38px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.hcm-footer-cta h2{font-family:var(--hcm-serif);font-size:clamp(28px,3vw,42px);font-weight:300;line-height:1.1;margin:0 0 10px;color:#fff!important}.hcm-footer-cta p{margin:0;color:rgba(255,255,255,.80)!important;line-height:1.65}.hcm-footer-cta .hcm-eyebrow{color:rgba(255,255,255,.64)!important;margin-bottom:10px}.hcm-footer-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px}@media(max-width:1080px){.hcm-head{grid-template-columns:1fr;gap:22px}.hcm-head-copy{border-left:0;border-top:1px solid var(--hcm-line);padding-left:0;padding-top:24px}.hcm-layout{grid-template-columns:1fr}.hcm-side{position:static}.hcm-side-card{display:none}.hcm-mobile-cta{display:block}.hcm-case-button{grid-template-columns:48px minmax(0,1fr) auto}.hcm-case-teaser{grid-column:2 / 3;max-width:none}.hcm-case-meta{grid-column:2 / 3}.hcm-plus{grid-column:3;grid-row:1 / 4}.hcm-case-body{padding-left:78px}.hcm-case-body-inner{grid-template-columns:1fr}.hcm-facts{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.hcm-shell{padding:54px 0}.hcm-kpis{grid-template-columns:1fr}.hcm-kpi{border-right:0;border-bottom:1px solid var(--hcm-line)}.hcm-kpi:last-child{border-bottom:0}.hcm-tools{flex-direction:column;align-items:stretch}.hcm-search{max-width:none}.hcm-open{width:100%}.hcm-case-button{grid-template-columns:1fr auto;padding:22px}.hcm-case-num{grid-column:1}.hcm-case-title{font-size:22px;grid-column:1}.hcm-case-meta,.hcm-case-teaser{grid-column:1 / 3}.hcm-plus{grid-column:2;grid-row:1 / 3}.hcm-case-body{padding:0 22px 28px}.hcm-case-body-inner{padding-top:22px}.hcm-facts{grid-template-columns:1fr}.hcm-detail-grid{grid-template-columns:1fr}.hcm-detail-item{border-right:0;border-bottom:1px solid var(--hcm-line)}.hcm-detail-item:last-child{border-bottom:0}.hcm-footer-cta{grid-template-columns:1fr;padding:30px 24px}.hcm-footer-actions{justify-content:flex-start}.hcm-head h1{font-size:36px}}

/* Rückruf Formular im Mandatskompetenz Plugin */
.hcm-callback-open{cursor:pointer}.hcm-callback-open.hcm-btn-ghost{font:700 10px var(--hcm-sans);letter-spacing:.14em;text-transform:uppercase}.hcm-callback{border:0;appearance:none;-webkit-appearance:none}.hcm-modal-lock{overflow:hidden}.hcm-modal[hidden]{display:none!important}.hcm-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:28px;font-family:var(--hcm-sans)}.hcm-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,36,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hcm-modal-panel{position:relative;width:min(620px,100%);max-height:calc(100vh - 56px);overflow:auto;background:#fff;border:1px solid rgba(15,23,36,.12);box-shadow:0 28px 90px rgba(15,23,36,.34);padding:34px}.hcm-modal-close{position:absolute;right:18px;top:14px;width:34px;height:34px;border:1px solid rgba(15,23,36,.12);background:#fff;color:var(--hcm-steel);font-size:24px;line-height:1;cursor:pointer}.hcm-modal-close:hover{color:var(--hcm-night);border-color:rgba(15,23,36,.28)}.hcm-modal-head{padding-right:38px;margin-bottom:24px}.hcm-modal-head h2{font-family:var(--hcm-serif);font-weight:300;font-size:34px;line-height:1.1;color:var(--hcm-night);margin:0 0 12px}.hcm-modal-head p{font-size:14px;line-height:1.7;color:var(--hcm-slate);margin:0}.hcm-callback-form{display:grid;gap:14px}.hcm-form-grid,.hcm-phone-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hcm-phone-row{grid-template-columns:150px 1fr}.hcm-callback-form label{display:grid;gap:7px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--hcm-steel);font-weight:700}.hcm-callback-form input,.hcm-callback-form select,.hcm-callback-form textarea{width:100%;border:1px solid rgba(15,23,36,.14)!important;background:#fff!important;border-radius:2px!important;color:var(--hcm-night)!important;font:14px/1.4 var(--hcm-sans)!important;letter-spacing:0!important;text-transform:none!important;padding:12px 13px!important;box-shadow:none!important;outline:none!important}.hcm-callback-form textarea{resize:vertical;min-height:112px}.hcm-callback-form input:focus,.hcm-callback-form select:focus,.hcm-callback-form textarea:focus{border-color:rgba(74,96,128,.55)!important;box-shadow:0 0 0 4px rgba(91,122,158,.10)!important}.hcm-hp{position:absolute!important;left:-9999px!important;height:1px;width:1px;overflow:hidden}.hcm-consent{display:flex!important;grid-template-columns:18px 1fr!important;align-items:flex-start;gap:10px!important;font-size:12px!important;letter-spacing:0!important;text-transform:none!important;color:var(--hcm-slate)!important;font-weight:400!important;line-height:1.5}.hcm-consent input{width:16px!important;height:16px!important;min-width:16px!important;margin-top:1px;padding:0!important}.hcm-form-submit{height:46px;border:1px solid var(--hcm-night);background:var(--hcm-night);color:#fff;font:700 10px var(--hcm-sans);letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.hcm-form-submit:hover{background:var(--hcm-slate)}.hcm-form-submit:disabled{opacity:.62;cursor:wait}.hcm-form-status{min-height:20px;margin:0;font-size:13px;line-height:1.55}.hcm-form-status.is-success{color:#1f6b45}.hcm-form-status.is-error{color:#9a3b33}@media(max-width:720px){.hcm-modal{padding:16px;align-items:flex-start}.hcm-modal-panel{max-height:calc(100vh - 32px);padding:26px 20px}.hcm-form-grid,.hcm-phone-row{grid-template-columns:1fr}.hcm-modal-head h2{font-size:28px}}


/* v4 layout correction: wider content field, equal detail columns, robust text wrapping */
.hcm-shell .hcm-wrap{width:min(1480px,94vw)!important;margin-left:auto!important;margin-right:auto!important;}
.hcm-shell .hcm-layout{grid-template-columns:minmax(0,1fr) 320px!important;gap:34px!important;}
.hcm-shell .hcm-case-list{min-width:0!important;}
.hcm-shell .hcm-case-button{grid-template-columns:64px minmax(260px,1fr) minmax(300px,.70fr) 24px!important;padding-left:34px!important;padding-right:34px!important;}
.hcm-shell .hcm-case-body{padding-left:34px!important;padding-right:34px!important;}
.hcm-shell .hcm-case-body-inner{grid-template-columns:280px minmax(0,1fr)!important;gap:42px!important;}
.hcm-shell .hcm-detail{min-width:0!important;}
.hcm-shell .hcm-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;overflow:hidden!important;}
.hcm-shell .hcm-detail-item{min-width:0!important;overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto!important;padding:20px 22px!important;}
.hcm-shell .hcm-detail-item span{display:block!important;min-width:0!important;max-width:100%!important;overflow-wrap:break-word!important;hyphens:auto!important;}
@media(max-width:1180px){
  .hcm-shell .hcm-layout{grid-template-columns:1fr!important;}
  .hcm-shell .hcm-side{display:none!important;}
  .hcm-shell .hcm-mobile-cta{display:block!important;}
  .hcm-shell .hcm-case-body-inner{grid-template-columns:1fr!important;}
  .hcm-shell .hcm-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:820px){
  .hcm-shell .hcm-case-button{grid-template-columns:1fr 24px!important;padding:22px!important;}
  .hcm-shell .hcm-case-num,.hcm-shell .hcm-case-title,.hcm-shell .hcm-case-teaser,.hcm-shell .hcm-case-meta{grid-column:1!important;}
  .hcm-shell .hcm-plus{grid-column:2!important;grid-row:1 / 3!important;}
  .hcm-shell .hcm-case-body{padding-left:22px!important;padding-right:22px!important;}
  .hcm-shell .hcm-detail-grid{grid-template-columns:1fr!important;}
  .hcm-shell .hcm-detail-item{border-right:0!important;border-bottom:1px solid var(--hcm-line)!important;}
  .hcm-shell .hcm-detail-item:last-child{border-bottom:0!important;}
  .hcm-shell .hcm-facts{grid-template-columns:1fr!important;}
}


/* v5: symmetrische Außenkanten, breiteres Mittelfeld, schmalere Kontaktspalte */
.hcm-shell{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  overflow-x:hidden !important;
}
.hcm-wrap{
  width:min(1320px, calc(100vw - 112px)) !important;
  max-width:1320px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.hcm-shell .hcm-layout{
  grid-template-columns:minmax(0,1fr) 280px !important;
  gap:28px !important;
}
.hcm-shell .hcm-side-card{padding:26px 24px !important;}
.hcm-shell .hcm-side-card h2{font-size:28px !important;}
.hcm-shell .hcm-case-button{
  grid-template-columns:56px minmax(300px,1fr) minmax(220px,.54fr) 24px !important;
}
.hcm-shell .hcm-case-body-inner{
  grid-template-columns:240px minmax(0,1fr) !important;
  gap:36px !important;
}
.hcm-shell .hcm-detail-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
}
.hcm-shell .hcm-detail-item{
  min-width:0 !important;
  max-width:none !important;
  overflow:visible !important;
  padding:20px 22px !important;
}
.hcm-shell .hcm-detail-item span,
.hcm-shell .hcm-detail-item b{
  min-width:0 !important;
  max-width:100% !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  hyphens:auto !important;
}
@media(max-width:1080px){
  .hcm-wrap{width:min(100% - 48px, 980px) !important;}
  .hcm-shell .hcm-layout{grid-template-columns:1fr !important;}
  .hcm-shell .hcm-side{display:none !important;}
  .hcm-shell .hcm-case-button{grid-template-columns:48px minmax(0,1fr) 24px !important;}
  .hcm-shell .hcm-case-body-inner{grid-template-columns:1fr !important;}
}
@media(max-width:720px){
  .hcm-wrap{width:calc(100% - 32px) !important;}
  .hcm-shell .hcm-detail-grid{grid-template-columns:1fr !important;}
}



/* v6: ruhige Öffnung ohne Sprung. Die Kopfzeile behält ihre Höhe; Detailbereich fährt weich auf. */
.hcm-shell .hcm-case-button,
.hcm-shell .hcm-case-title,
.hcm-shell .hcm-case-teaser,
.hcm-shell .hcm-case-meta,
.hcm-shell .hcm-case-num,
.hcm-shell .hcm-plus{
  transition: opacity .28s ease, transform .28s ease, background .28s ease, border-color .28s ease;
}
.hcm-shell .hcm-case.is-open .hcm-case-button{
  background:#fff!important;
  border-bottom:0!important;
}
.hcm-shell .hcm-case.is-open .hcm-case-title{
  opacity:.42;
}
.hcm-shell .hcm-case.is-open .hcm-case-teaser{
  opacity:.18;
}
.hcm-shell .hcm-case.is-open .hcm-case-meta{
  opacity:.08!important;
  pointer-events:none!important;
}
.hcm-shell .hcm-case.is-open .hcm-case-num{
  opacity:.34;
}
.hcm-shell .hcm-case.is-open .hcm-plus{
  opacity:.78;
}
.hcm-shell .hcm-case-body{
  display:block!important;
  max-height:0;
  opacity:0;
  overflow:hidden;
  visibility:hidden;
  padding-top:0!important;
  padding-bottom:0!important;
  transition:max-height .36s cubic-bezier(.22,1,.36,1), opacity .22s ease, padding .28s ease, visibility 0s linear .36s;
}
.hcm-shell .hcm-case.is-open .hcm-case-body{
  max-height:2200px;
  opacity:1;
  visibility:visible;
  padding-top:0!important;
  padding-bottom:36px!important;
  transition:max-height .42s cubic-bezier(.22,1,.36,1), opacity .24s ease .06s, padding .28s ease, visibility 0s;
}
.hcm-shell .hcm-case-body-inner{
  transform:translateY(10px);
  transition:transform .34s cubic-bezier(.22,1,.36,1);
}
.hcm-shell .hcm-case.is-open .hcm-case-body-inner{
  transform:translateY(0);
}
@media(max-width:720px){
  .hcm-shell .hcm-case.is-open .hcm-case-body{padding-bottom:28px!important;}
}
