
:root {
  --mwp-bg: #06153e;
  --mwp-bg-soft: #0c225d;
  --mwp-surface: rgba(255,255,255,.92);
  --mwp-surface-2: #ffffff;
  --mwp-line: rgba(12, 28, 68, 0.1);
  --mwp-text: #13213f;
  --mwp-muted: #667085;
  --mwp-primary: #0f49c7;
  --mwp-primary-2: #174fcf;
  --mwp-gold: #d9a62b;
  --mwp-gold-2: #f1cf69;
  --mwp-primary-soft: #edf4ff;
  --mwp-good: #12b76a;
  --mwp-warn: #f79009;
  --mwp-shadow: 0 22px 60px rgba(4, 18, 48, 0.16);
  --mwp-shadow-soft: 0 16px 36px rgba(8, 20, 48, 0.08);
  --mwp-radius: 24px;
  --mwp-sidebar: linear-gradient(180deg, #06153e 0%, #0b2464 60%, #081a47 100%);
}
.mwp-shell { max-width: 1440px; margin: 26px auto; padding: 0 18px 42px; color: var(--mwp-text); }
.mwp-shell-premium {
  background:
    radial-gradient(circle at top right, rgba(241, 207, 105, .18), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,0));
}
.mwp-app-grid { display:grid; grid-template-columns: 300px minmax(0,1fr); gap: 20px; align-items:start; }
.mwp-app-content { min-width: 0; }
.mwp-sidebar {
  position: sticky; top: 22px; min-height: calc(100vh - 60px); border-radius: 30px; padding: 24px 18px; background: var(--mwp-sidebar);
  box-shadow: 0 28px 70px rgba(3, 15, 46, .35); color:#fff; border:1px solid rgba(255,255,255,.08);
}
.mwp-sidebar-brand { display:flex; align-items:center; gap:14px; padding: 6px 8px 22px; border-bottom:1px solid rgba(255,255,255,.1); margin-bottom:18px; }
.mwp-sidebar-brand img { width:64px; height:64px; object-fit:contain; border-radius:18px; background: rgba(255,255,255,.06); padding:4px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.mwp-sidebar-brand strong { display:block; font-size:22px; line-height:1.1; color:#fff; }
.mwp-sidebar-brand span { display:block; margin-top:4px; color: rgba(255,255,255,.7); font-size:13px; }
.mwp-sidebar-nav { display:grid; gap:8px; margin-top:10px; }
.mwp-side-link { display:flex; align-items:center; min-height:48px; padding: 0 16px; border-radius: 16px; color: rgba(255,255,255,.86); text-decoration:none; font-weight:700; border:1px solid transparent; background: rgba(255,255,255,.03); }
.mwp-side-link:hover, .mwp-side-link.is-active { background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)); color:#fff; border-color: rgba(241,207,105,.35); }
.mwp-sidebar-footer { margin-top: 20px; padding-top: 18px; border-top:1px solid rgba(255,255,255,.1); }
.mwp-side-link.is-logout { color: #ffeab0; }
.mwp-topbar,.mwp-login-card,.mwp-panel,.mwp-stat-card { background: var(--mwp-surface-2); border: 1px solid var(--mwp-line); box-shadow: var(--mwp-shadow-soft); border-radius: var(--mwp-radius); }
.mwp-topbar { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; padding:26px; margin-bottom:18px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.95)); box-shadow: var(--mwp-shadow); }
.mwp-brand { display:inline-flex; align-items:center; gap:8px; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--mwp-primary); font-weight:800; margin-bottom:8px; }
.mwp-topbar h2,.mwp-login-card h2,.mwp-panel-head h3,.mwp-task-card h4 { margin:0; line-height:1.15; }
.mwp-topbar h2 { font-size: 34px; }
.mwp-topbar p,.mwp-login-card p,.mwp-meta,.mwp-stat-card span,.mwp-inline-notice,.mwp-mini-card,.mwp-history-list li span,.mwp-note-box { color:var(--mwp-muted); }
.mwp-topbar-actions { display:flex; gap:10px; flex-wrap:wrap; }
.mwp-card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-bottom:18px; }
.mwp-stat-card { padding:20px 22px; position:relative; overflow:hidden; }
.mwp-stat-card:before { content:''; position:absolute; inset:auto -20px -38px auto; width:120px; height:120px; border-radius:50%; background: radial-gradient(circle, rgba(15,73,199,.12), transparent 70%); }
.mwp-stat-card span { display:block; font-size:13px; margin-bottom:10px; }
.mwp-stat-card strong { font-size:34px; line-height:1; color:#0d1f4c; }
.mwp-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(320px,1fr); gap:18px; }
.mwp-main-col,.mwp-side-col { display:grid; gap:18px; align-content:start; }
.mwp-panel { padding:24px; margin-bottom:18px; }
.mwp-panel-head { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:16px; }
.mwp-task-stack,.mwp-mini-stack { display:grid; gap:14px; }
.mwp-task-card,.mwp-mini-card { border:1px solid #e8edf7; border-radius:20px; background:#fbfcff; }
.mwp-task-card { padding:18px; }
.mwp-mini-card { padding:14px; }
.mwp-task-head { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:10px; }
.mwp-badge { display:inline-flex; align-items:center; justify-content:center; min-height:32px; padding:6px 12px; border-radius:999px; font-size:12px; font-weight:800; white-space:nowrap; }
.mwp-badge.is-good { background:rgba(18,183,106,.14); color:#067647; }
.mwp-badge.is-warn { background:rgba(247,144,9,.14); color:#b54708; }
.mwp-badge.is-neutral { background:#eef2f7; color:#344054; }
.mwp-progress { width:100%; height:12px; border-radius:999px; background:#edf1f7; overflow:hidden; margin:12px 0 16px; }
.mwp-progress span { display:block; height:100%; border-radius:999px; background:linear-gradient(90deg,#0f49c7,#2b6df5,#e6c15c); }
.mwp-inline-form,.mwp-admin-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.mwp-inline-form .is-wide, .mwp-admin-form textarea, .mwp-admin-form label:has(textarea) { grid-column:1 / -1; }
.mwp-inline-form label,.mwp-admin-form label { display:grid; gap:6px; font-size:13px; font-weight:700; }
.mwp-inline-form input,.mwp-inline-form select,.mwp-inline-form textarea,.mwp-admin-form input,.mwp-admin-form select,.mwp-admin-form textarea { width:100%; border:1px solid #d9dfeb; border-radius:14px; background:#fff; min-height:46px; padding:10px 12px; font-size:14px; box-sizing:border-box; color:#10234e; }
.mwp-inline-form textarea,.mwp-admin-form textarea { min-height:90px; resize:vertical; }
.mwp-btn { appearance:none; border:0; border-radius:14px; min-height:46px; padding:0 18px; background:linear-gradient(180deg,var(--mwp-gold-2),var(--mwp-gold)); color:#122242; font-weight:800; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; box-shadow: 0 12px 30px rgba(217,166,43,.28); }
.mwp-btn-soft { background:var(--mwp-primary-soft); color:var(--mwp-primary); box-shadow:none; }
.mwp-btn-outline { background:transparent; border:1px solid #cfd7e7; color:var(--mwp-text); box-shadow:none; }
.mwp-note-box,.mwp-inline-notice { border:1px solid #dbe5ff; background:#f4f8ff; border-radius:16px; padding:12px 14px; }
.mwp-inline-notice { margin:0 0 18px; }
.mwp-table-wrap { overflow:auto; }
.mwp-table { width:100%; border-collapse:collapse; min-width:760px; }
.mwp-table th,.mwp-table td { border-bottom:1px solid var(--mwp-line); padding:12px 10px; vertical-align:top; text-align:left; }
.mwp-table th { font-size:12px; text-transform:uppercase; letter-spacing:.04em; color:var(--mwp-muted); }
.mwp-history-list { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.mwp-history-list li { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:10px 0; border-bottom:1px solid var(--mwp-line); }
.mwp-shell-login { max-width: 920px; }
.mwp-login-card { max-width:520px; margin:70px auto; padding:34px; text-align:left; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(252,252,255,.96)); }
.mwp-login-brandmark { display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.mwp-login-brandmark img { width:120px; height:120px; object-fit:contain; filter: drop-shadow(0 18px 40px rgba(5,16,46,.18)); }
#mwp-login-form { margin-top:18px; }
#mwp-login-form label { display:block; margin-bottom:8px; font-weight:700; }
#mwp-login-form input[type="text"], #mwp-login-form input[type="password"] { width:100%; min-height:50px; padding:12px 14px; border:1px solid #d9dfeb; border-radius:14px; margin-top:8px; box-sizing:border-box; }
#mwp-login-form .login-remember { margin:10px 0 16px; }
#mwp-login-form .button-primary { width:100%; min-height:50px; border:0; border-radius:14px; background:linear-gradient(180deg,var(--mwp-gold-2),var(--mwp-gold)); color:#122242; font-weight:800; }
.mwp-tabbar { display:none; }
html { scroll-behavior:smooth; }
@media (max-width:1180px){ .mwp-app-grid{grid-template-columns:1fr;} .mwp-sidebar{position:relative; min-height:auto;} .mwp-card-grid{grid-template-columns:1fr 1fr;} .mwp-layout{grid-template-columns:1fr;} }
@media (max-width:700px){ .mwp-card-grid,.mwp-inline-form,.mwp-admin-form{grid-template-columns:1fr;} .mwp-topbar{flex-direction:column; align-items:stretch;} .mwp-shell{padding-inline:12px;} .mwp-stat-card strong{font-size:28px;} .mwp-topbar h2{font-size:28px;} .mwp-sidebar-brand strong{font-size:20px;} }


.mwp-sidebar-nav .mwp-side-link,
.mwp-sidebar-footer .mwp-side-link { color:#ffffff !important; }
.mwp-sidebar-nav .mwp-side-link:hover,
.mwp-sidebar-nav .mwp-side-link.is-active,
.mwp-sidebar-footer .mwp-side-link:hover { color:#ffffff !important; }
.mwp-sidebar-nav .mwp-side-link { box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }

.mwp-topbar-centered { text-align:center; align-items:center; justify-content:center; }
.mwp-topbar-centered .mwp-topbar-copy { width:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.mwp-topbar-centered .mwp-brand,
.mwp-topbar-centered h2,
.mwp-topbar-centered p { text-align:center; }
.mwp-topbar-actions-centered { justify-content:center; }

.mwp-shell-login.mwp-login-shell-centered {
  min-height: calc(100vh - 160px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mwp-shell-login .mwp-login-card {
  width:100%;
  max-width:560px;
  margin:0 auto;
}
.mwp-login-card { position:relative; overflow:hidden; }
.mwp-login-card:before {
  content:'';
  position:absolute;
  inset:-120px auto auto -80px;
  width:240px;
  height:240px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(15,73,199,.10), transparent 68%);
  pointer-events:none;
}
.mwp-login-card:after {
  content:'';
  position:absolute;
  inset:auto -80px -120px auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(217,166,43,.12), transparent 68%);
  pointer-events:none;
}
.mwp-login-card > * { position:relative; z-index:1; }
.mwp-login-card h2 { font-size: 46px; margin-bottom: 10px; }
.mwp-login-card p { font-size:16px; line-height:1.8; max-width: 440px; }
#mwp-login-form .login-username,
#mwp-login-form .login-password { margin-bottom:16px; }
#mwp-login-form input[type="text"],
#mwp-login-form input[type="password"] { background:#f8fbff; }
#mwp-login-form .button-primary:hover { filter:brightness(1.02); transform:translateY(-1px); }

body.mwp-portal-login-page .entry-title,
body.mwp-portal-login-page .page-title,
body.mwp-portal-login-page .wp-block-post-title,
body.mwp-portal-login-page h1.entry-title,
body.mwp-portal-login-page .elementor-widget-theme-post-title,
body.mwp-portal-login-page .elementor-page-title { display:none !important; }

body.mwp-portal-login-page .site-main,
body.mwp-portal-login-page .entry-content,
body.mwp-portal-login-page .elementor-widget-container { width:100%; }

.mwp-panel-head h3 { font-size: 24px; }
.mwp-stat-card { transition: transform .18s ease, box-shadow .18s ease; }
.mwp-stat-card:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(8,20,48,.12); }
.mwp-table tbody tr:hover { background: #fafcff; }
.mwp-side-link.is-active { position:relative; }
.mwp-side-link.is-active:before {
  content:'';
  position:absolute;
  left:10px;
  top:10px;
  bottom:10px;
  width:4px;
  border-radius:999px;
  background: linear-gradient(180deg, var(--mwp-gold-2), var(--mwp-gold));
}

@media (max-width:700px){
  .mwp-login-card h2 { font-size: 34px; }
  .mwp-login-card p { font-size:15px; }
  .mwp-shell-login.mwp-login-shell-centered { min-height: auto; }
}

.mwp-admin-wrap { margin: 18px 20px 0 2px; }
.mwp-admin-wrap .mwp-admin-header { margin-top: 12px; }
.mwp-admin-tabs { display:flex; flex-wrap:wrap; gap:10px; margin: 0 0 18px; }
.mwp-admin-tabs .mwp-tab { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 16px; border-radius:999px; text-decoration:none; font-weight:800; background:#fff; color:var(--mwp-text); border:1px solid var(--mwp-line); box-shadow: var(--mwp-shadow-soft); }
.mwp-admin-tabs .mwp-tab.is-active { background:linear-gradient(180deg,var(--mwp-gold-2),var(--mwp-gold)); color:#122242; border-color:rgba(217,166,43,.45); }
.mwp-admin-wrap .mwp-panel { margin-bottom: 18px; }
.mwp-admin-wrap .mwp-card-grid { margin-top: 0; }

.mwp-search-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 16px}
.mwp-search-form input[type="search"]{min-width:280px;flex:1;max-width:560px;border:1px solid #d9dfeb;border-radius:14px;background:#fff;min-height:46px;padding:10px 12px;font-size:14px;color:#10234e;box-sizing:border-box}
.mwp-table-actions{display:flex;gap:8px;flex-wrap:wrap}
.mwp-table-actions form{margin:0}
.mwp-form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.mwp-admin-form small{display:block;color:var(--mwp-muted);font-weight:600;margin-top:4px}
@media (max-width:700px){.mwp-search-form input[type="search"]{min-width:100%}.mwp-table-actions,.mwp-form-actions{flex-direction:column;align-items:stretch}}

.mwp-bullets{margin:0;padding-left:18px;display:grid;gap:8px;color:var(--mwp-text)}
.mwp-bullets li{margin:0;line-height:1.55}
.mwp-stat-card small{display:block;margin-top:8px;color:var(--mwp-muted);font-size:12px;line-height:1.45;font-weight:600}


.mwp-filter-form{display:flex;flex-wrap:wrap;gap:12px;align-items:end;margin:0 0 14px}.mwp-filter-form label{display:flex;flex-direction:column;gap:6px;min-width:150px;font-size:13px;color:#5f6b85}.mwp-filter-form input,.mwp-filter-form select{min-height:44px;padding:10px 12px;border:1px solid #cad3e2;border-radius:14px;background:#fff}.mwp-inline-details{margin-top:10px}.mwp-inline-details summary{cursor:pointer;color:#1c56d6;font-weight:700}.mwp-detail-grid{display:grid;gap:8px;margin-top:10px;padding:12px;border:1px solid #e2e8f3;border-radius:14px;background:#f8fbff}.mwp-detail-grid div{font-size:14px;line-height:1.6}.mwp-search-form{margin-bottom:14px}@media (max-width: 900px){.mwp-filter-form label{min-width:calc(50% - 6px)} .mwp-detail-grid{font-size:13px}}.mwp-assignee-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.mwp-check-item{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border:1px solid #d9dfeb;border-radius:12px;background:#fff}.mwp-check-item input{margin-top:3px}.mwp-check-item span{font-weight:700;color:#10234e}.mwp-check-item small{display:block;color:#667085;font-size:12px;line-height:1.4}.mwp-inline-assign{margin-top:10px;padding-top:10px;border-top:1px dashed #d9dfeb}.mwp-inline-assign .mwp-assignee-list{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.mwp-assignee-list,.mwp-inline-assign .mwp-assignee-list{grid-template-columns:1fr}}

/* v4.3 layout refinement */
.mwp-shell { max-width: min(1760px, calc(100vw - 32px)); width: 100%; }
.mwp-app-grid { grid-template-columns: 320px minmax(0, 1fr); gap: 24px; }
.mwp-app-content { width: 100%; }
.mwp-panel-wide { width: 100%; }
.mwp-admin-form { grid-template-columns: repeat(2, minmax(320px, 1fr)); align-items: start; }
.mwp-admin-form > label { align-content: start; }
.mwp-admin-form select,
.mwp-admin-form input,
.mwp-admin-form textarea { align-self: start; }

.mwp-multi-select {
  width: 100%;
  min-height: 160px;
  padding: 12px;
  border: 1px solid #d8e0ef;
  border-radius: 16px;
  background: #fff;
  color: #10234e;
  font-size: 14px;
  box-sizing: border-box;
}
.mwp-multi-select option {
  padding: 10px 12px;
  line-height: 1.5;
  white-space: normal;
}
.mwp-field-help {
  display: block;
  margin-top: 8px;
  color: var(--mwp-muted);
  font-size: 12px;
  font-weight: 600;
}

.mwp-task-board { display: grid; gap: 16px; }
.mwp-bulk-assign {
  border: 1px solid #dce5f4;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfdff, #f5f8ff);
  padding: 18px 20px;
  box-shadow: var(--mwp-shadow-soft);
}
.mwp-bulk-assign-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}
.mwp-bulk-assign-head strong { display:block; font-size:18px; color:#10234e; margin-bottom:4px; }
.mwp-bulk-assign-head p { margin:0; color:var(--mwp-muted); font-size:13px; max-width:760px; }
.mwp-bulk-assign-grid { display:grid; grid-template-columns: minmax(320px, 560px); gap:14px; }

.mwp-table-wrap { overflow-x: auto; }
.mwp-table-tasks { min-width: 1150px; table-layout: fixed; }
.mwp-table-tasks th, .mwp-table-tasks td { padding: 16px 12px; }
.mwp-table-tasks thead th { position: sticky; top: 0; background: #f8fbff; z-index: 2; }
.mwp-col-check { width: 52px; text-align: center; }
.mwp-person-cell { display:grid; gap:6px; }
.mwp-person-cell strong { color:#10234e; font-size:15px; }
.mwp-person-cell span { color:var(--mwp-muted); font-size:12px; line-height:1.45; }
.mwp-task-title { font-size: 16px; font-weight: 800; color: #10234e; margin-bottom: 8px; line-height: 1.45; }
.mwp-assigned-names { color:#10234e; line-height:1.6; white-space:normal; }
.mwp-priority-chip { display:inline-flex; align-items:center; min-height:30px; padding:6px 10px; border-radius:999px; background:#f5f7fb; color:#344054; font-weight:700; }
.mwp-inline-details { margin-top: 4px; }
.mwp-inline-details summary { list-style:none; display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; background:#eef4ff; color:#1b55d9; font-weight:800; }
.mwp-inline-details summary::-webkit-details-marker { display:none; }
.mwp-detail-grid {
  display:grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px 16px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #dbe5f4;
  border-radius: 18px;
  background: #fbfdff;
}
.mwp-detail-grid div { font-size:14px; line-height:1.7; word-break:break-word; }

.mwp-panel .mwp-search-form,
.mwp-panel .mwp-filter-form { width: 100%; }
.mwp-panel .mwp-search-form input[type="search"] { max-width: none; }

@media (max-width: 1280px) {
  .mwp-shell { max-width: calc(100vw - 20px); }
  .mwp-app-grid { grid-template-columns: 290px minmax(0, 1fr); }
}
@media (max-width: 1080px) {
  .mwp-app-grid { grid-template-columns: 1fr; }
  .mwp-bulk-assign-head { flex-direction: column; }
  .mwp-bulk-assign-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mwp-detail-grid { grid-template-columns: 1fr; }
  .mwp-admin-form { grid-template-columns: 1fr; }
  .mwp-multi-select { min-height: 120px; }
}


/* v4.4 desktop full-width and cleaner task assignment layout */
@media (min-width: 1200px) {
  .mwp-shell.mwp-shell-premium {
    max-width: none !important;
    width: auto !important;
    margin-left: calc(50% - 50vw + 24px) !important;
    margin-right: calc(50% - 50vw + 24px) !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mwp-app-grid {
    grid-template-columns: 320px minmax(0, 1fr) !important;
    gap: 28px !important;
  }
}

.mwp-bulk-assign {
  overflow: hidden;
}
.mwp-bulk-assign-grid {
  grid-template-columns: minmax(360px, 620px) auto !important;
  align-items: end;
}
.mwp-bulk-assign-grid > div:last-child {
  justify-self: start;
}
.mwp-bulk-assign .mwp-btn {
  min-width: 220px;
}
.mwp-multi-select {
  min-height: 120px;
  line-height: 1.55;
}
.mwp-multi-select option {
  white-space: normal;
}

.mwp-admin-form {
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr) !important;
  gap: 16px !important;
}
.mwp-admin-form > label {
  min-height: 0;
}
.mwp-admin-form .mwp-check-item,
.mwp-admin-form .mwp-assignee-card {
  min-height: 0;
}

.mwp-panel {
  overflow: hidden;
}
.mwp-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.mwp-table-tasks {
  width: 100%;
  min-width: 1260px !important;
  table-layout: fixed;
}
.mwp-table-tasks th:nth-child(1), .mwp-table-tasks td:nth-child(1) { width: 52px; }
.mwp-table-tasks th:nth-child(2), .mwp-table-tasks td:nth-child(2) { width: 170px; }
.mwp-table-tasks th:nth-child(3), .mwp-table-tasks td:nth-child(3) { width: 320px; }
.mwp-table-tasks th:nth-child(4), .mwp-table-tasks td:nth-child(4) { width: 220px; }
.mwp-table-tasks th:nth-child(5), .mwp-table-tasks td:nth-child(5) { width: 130px; }
.mwp-table-tasks th:nth-child(6), .mwp-table-tasks td:nth-child(6) { width: 140px; }
.mwp-table-tasks th:nth-child(7), .mwp-table-tasks td:nth-child(7) { width: 120px; }
.mwp-table-tasks th:nth-child(8), .mwp-table-tasks td:nth-child(8) { width: 120px; }

.mwp-person-cell strong,
.mwp-task-title,
.mwp-assigned-names {
  word-break: normal !important;
  overflow-wrap: anywhere;
}
.mwp-person-cell span {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.mwp-inline-details summary {
  margin-bottom: 4px;
}
.mwp-detail-grid {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  padding: 14px 16px;
}

@media (max-width: 1199px) {
  .mwp-shell.mwp-shell-premium {
    max-width: calc(100vw - 20px) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 980px) {
  .mwp-bulk-assign-grid,
  .mwp-admin-form {
    grid-template-columns: 1fr !important;
  }
  .mwp-bulk-assign .mwp-btn {
    width: 100%;
  }
}
