/* R.S Films Group — Overview Executive UI v23.2.8
   Scope: Artist Overview + Admin Overview only.
   No functional selectors outside overview containers are changed. */

:root{
  --ov-ink:#0b1c27;
  --ov-muted:#6f7f8a;
  --ov-line:#dce4e9;
  --ov-line-soft:#e9eef1;
  --ov-panel:#ffffff;
  --ov-canvas:#f7f9fa;
  --ov-gold:#c89a3d;
  --ov-gold-dark:#967022;
  --ov-gold-soft:#f7efdf;
  --ov-green:#28765b;
  --ov-shadow:0 12px 34px rgba(15,31,42,.075);
  --ov-shadow-soft:0 5px 16px rgba(15,31,42,.055);
}

/* =========================
   MASTER OVERVIEW CANVAS
   ========================= */
.artist-portal .rsx-overview,
.admin-shell .rsx-admin-overview{
  position:relative;
  isolation:isolate;
  gap:14px!important;
  padding:16px!important;
  border:1px solid var(--ov-line)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 96% 0%,rgba(200,154,61,.075),transparent 22%),
    linear-gradient(180deg,#fafbfc 0%,#f6f8f9 100%)!important;
  box-shadow:0 18px 46px rgba(15,31,42,.06)!important;
  overflow:clip;
}
.artist-portal .rsx-overview:before,
.admin-shell .rsx-admin-overview:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg,var(--ov-gold),rgba(200,154,61,.15) 38%,transparent 72%);
  z-index:2;
  pointer-events:none;
}

/* =========================
   ARTIST — COMMAND HEADER
   ========================= */
.artist-portal .rsx-overview .rsx-command-hero{
  min-height:128px!important;
  padding:24px 26px!important;
  border:1px solid var(--ov-line)!important;
  border-radius:18px!important;
  background:linear-gradient(128deg,#fff 0%,#fff 58%,#fbf6eb 100%)!important;
  color:var(--ov-ink)!important;
  box-shadow:var(--ov-shadow-soft)!important;
}
.artist-portal .rsx-overview .rsx-command-hero:before{
  height:3px!important;
  background:linear-gradient(90deg,var(--ov-gold),rgba(200,154,61,.18) 55%,transparent 90%)!important;
}
.artist-portal .rsx-overview .rsx-command-hero:after{
  width:330px!important;
  height:330px!important;
  right:-120px!important;
  top:-190px!important;
  background:radial-gradient(circle,rgba(200,154,61,.13),rgba(200,154,61,0) 67%)!important;
}
.artist-portal .rsx-overview .rsx-command-hero .rsx-eyebrow{
  color:var(--ov-gold-dark)!important;
}
.artist-portal .rsx-overview .rsx-command-hero h2{
  max-width:760px;
  margin:8px 0 7px!important;
  color:var(--ov-ink)!important;
  font-size:30px!important;
  line-height:1.07!important;
  letter-spacing:-.035em!important;
}
.artist-portal .rsx-overview .rsx-command-hero p{
  color:var(--ov-muted)!important;
  font-size:12.5px!important;
}
.artist-portal .rsx-overview .rsx-command-actions{
  gap:9px!important;
  flex:none;
}
.artist-portal .rsx-overview .rsx-command-actions button{
  height:42px!important;
  min-width:122px;
  justify-content:space-between;
  padding:0 14px!important;
  border:1px solid #d8e0e5!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#152733!important;
  box-shadow:0 2px 8px rgba(18,36,48,.035)!important;
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.artist-portal .rsx-overview .rsx-command-actions button:hover{
  border-color:#c8b27f!important;
  transform:translateY(-1px);
  box-shadow:0 7px 16px rgba(18,36,48,.07)!important;
}
.artist-portal .rsx-overview .rsx-command-actions button:first-child{
  background:linear-gradient(180deg,#d2a84f,#c49636)!important;
  border-color:#bf8e31!important;
  color:#17120a!important;
  box-shadow:0 7px 15px rgba(183,133,41,.16)!important;
}

/* =========================
   ARTIST — KPI CARDS
   ========================= */
.artist-portal .rsx-overview .rsx-kpis{
  gap:10px!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.artist-portal .rsx-overview .rsx-kpis article{
  position:relative;
  min-height:106px!important;
  padding:17px 18px 16px!important;
  border:1px solid var(--ov-line)!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#fff,#fcfdfe)!important;
  box-shadow:var(--ov-shadow-soft)!important;
  overflow:hidden;
}
.artist-portal .rsx-overview .rsx-kpis article:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:#d9e1e5;
}
.artist-portal .rsx-overview .rsx-kpis article:nth-child(1):before,
.artist-portal .rsx-overview .rsx-kpis article:nth-child(4):before{background:var(--ov-gold)}
.artist-portal .rsx-overview .rsx-kpis article:nth-child(2):before{background:#b7c8d1}
.artist-portal .rsx-overview .rsx-kpis article:nth-child(3):before{background:#9dbfaf}
.artist-portal .rsx-overview .rsx-kpis span{font-size:8.5px!important;letter-spacing:1.5px!important;color:#788791!important}
.artist-portal .rsx-overview .rsx-kpis strong{margin:9px 0 7px!important;font-size:28px!important;color:#0a1c27!important}
.artist-portal .rsx-overview .rsx-kpis small{font-size:10.5px!important;color:#7b8892!important}

/* =========================
   ARTIST — PERFORMANCE + PIPELINE
   ========================= */
.artist-portal .rsx-overview .rsx-overview-main{
  gap:12px!important;
  grid-template-columns:minmax(0,2.2fr) minmax(310px,.8fr)!important;
}
.artist-portal .rsx-overview .rsx-performance,
.artist-portal .rsx-overview .rsx-catalog-health,
.artist-portal .rsx-overview .rsx-surface{
  border:1px solid var(--ov-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:var(--ov-shadow-soft)!important;
}
.artist-portal .rsx-overview .rsx-performance{overflow:hidden!important}
.artist-portal .rsx-overview .rsx-performance-head{
  min-height:84px;
  padding:19px 20px 15px!important;
  align-items:center!important;
  background:linear-gradient(180deg,#fff,#fcfdfd)!important;
  border-bottom:1px solid var(--ov-line-soft)!important;
}
.artist-portal .rsx-overview .rsx-performance-head h2{
  font-size:20px!important;
  margin:6px 0 3px!important;
}
.artist-portal .rsx-overview .rsx-performance-head p{font-size:10.8px!important}
.artist-portal .rsx-overview .rsx-live-pill{
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
  align-self:flex-start!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:#edf7f2!important;
  border:1px solid #d1eadf!important;
  color:var(--ov-green)!important;
  white-space:nowrap!important;
}
.artist-portal .rsx-overview .rsx-analytics-controls{
  gap:9px!important;
  padding:11px 18px!important;
  background:#f7f9fa!important;
  border-bottom:1px solid var(--ov-line-soft)!important;
}
.artist-portal .rsx-overview .rsx-segments{
  background:#e9eef1!important;
  padding:3px!important;
}
.artist-portal .rsx-overview .rsx-segments button.active{
  background:#102531!important;
  box-shadow:0 3px 8px rgba(10,27,38,.16)!important;
}
.artist-portal .rsx-overview .rsx-summary-strip{
  gap:8px!important;
  padding:10px 12px!important;
  background:#fafbfc!important;
  border-bottom:1px solid var(--ov-line-soft)!important;
}
.artist-portal .rsx-overview .rsx-summary-strip>div{
  min-height:74px;
  padding:13px 15px!important;
  border:1px solid #e4eaee!important;
  border-radius:11px!important;
  background:#fff!important;
}
.artist-portal .rsx-overview .rsx-summary-strip strong{font-size:21px!important;margin:5px 0 3px!important}
.artist-portal .rsx-overview .rsx-summary-strip span{font-size:9.5px!important}
.artist-portal .rsx-overview .rsx-performance .rsx-empty{
  min-height:150px!important;
  margin:12px!important;
  border:1px dashed #d6dee3!important;
  border-radius:13px!important;
  background:linear-gradient(145deg,#fff,#fafcfd)!important;
}
.artist-portal .rsx-overview .rsx-performance .rsx-empty strong{font-size:14px!important}
.artist-portal .rsx-overview .rsx-performance .rsx-empty small{max-width:520px;font-size:10.5px!important;line-height:1.55}
.artist-portal .rsx-overview .rsx-performance.is-compact .rsx-chart-card{min-height:220px!important}
.artist-portal .rsx-overview .rsx-analytics-workspace{min-height:230px!important}

.artist-portal .rsx-overview .rsx-catalog-health{
  padding:18px!important;
}
.artist-portal .rsx-overview .rsx-catalog-health h3{
  margin:7px 0 14px!important;
  font-size:19px!important;
}
.artist-portal .rsx-overview .rsx-pipeline{gap:7px!important}
.artist-portal .rsx-overview .rsx-pipeline>button{
  min-height:58px!important;
  padding:8px 10px!important;
  border-color:#e1e7eb!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#fff,#fafcfd)!important;
  box-shadow:0 2px 7px rgba(16,34,46,.025);
}
.artist-portal .rsx-overview .rsx-pipeline>button:hover{
  background:#fffdf8!important;
  border-color:#d4bb87!important;
  box-shadow:0 6px 14px rgba(16,34,46,.06);
}
.artist-portal .rsx-overview .rsx-health-note{
  margin-top:10px!important;
  padding:12px 13px!important;
  border:1px solid #e1e7eb!important;
  border-radius:11px!important;
  background:#f8fafb!important;
  color:#243640!important;
}

/* =========================
   ARTIST — LOWER WORKSPACE
   ========================= */
.artist-portal .rsx-overview .rsx-bottom-grid{
  gap:12px!important;
  grid-template-columns:minmax(0,1.6fr) minmax(300px,.75fr)!important;
}
.artist-portal .rsx-overview .rsx-recent-catalogue,
.artist-portal .rsx-overview .rsx-money-card,
.artist-portal .rsx-overview .rsx-activity{
  padding:17px!important;
}
.artist-portal .rsx-overview .rsx-release-mini{
  min-height:58px!important;
  border-top-color:#edf1f3!important;
}
.artist-portal .rsx-overview .rsx-balance-hero{
  margin:10px 0!important;
  padding:16px!important;
  border:1px solid #eadfc9!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#fffaf0,#fff)!important;
  box-shadow:none!important;
}
.artist-portal .rsx-overview .rsx-balance-hero strong{font-size:29px!important}

/* =========================
   ADMIN — COMMAND CENTRE
   ========================= */
.admin-shell .rsx-admin-overview .rsx-admin-command{
  min-height:126px!important;
  padding:23px 25px!important;
  border:1px solid var(--ov-line)!important;
  border-radius:18px!important;
  background:linear-gradient(128deg,#fff 0%,#fff 60%,#f7f1e6 100%)!important;
  color:var(--ov-ink)!important;
  box-shadow:var(--ov-shadow-soft)!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-command h2{
  margin:7px 0 6px!important;
  color:var(--ov-ink)!important;
  font-size:28px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-command p{
  color:var(--ov-muted)!important;
  font-size:11.5px!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-health{
  width:210px!important;
  padding:13px 14px!important;
  border:1px solid #d9e7df!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#f6fbf8,#fff)!important;
  box-shadow:0 4px 12px rgba(25,80,58,.04)!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-health b{font-size:8.7px!important;color:#2b765a!important}
.admin-shell .rsx-admin-overview .rsx-admin-health span{font-size:9px!important;color:#74847d!important}

/* Admin KPIs become individual operational cards. */
.admin-shell .rsx-admin-overview .rsx-admin-kpis{
  gap:10px!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-kpis button{
  position:relative;
  min-height:106px!important;
  padding:16px 17px!important;
  border:1px solid var(--ov-line)!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#fff,#fcfdfe)!important;
  box-shadow:var(--ov-shadow-soft)!important;
  overflow:hidden;
}
.admin-shell .rsx-admin-overview .rsx-admin-kpis button:before{
  content:"";
  position:absolute;
  left:0;top:0;width:100%;height:3px;
  background:#d9e1e5;
}
.admin-shell .rsx-admin-overview .rsx-admin-kpis button:nth-child(1):before,
.admin-shell .rsx-admin-overview .rsx-admin-kpis button:nth-child(4):before{background:var(--ov-gold)}
.admin-shell .rsx-admin-overview .rsx-admin-kpis button:nth-child(2):before{background:#b7c8d1}
.admin-shell .rsx-admin-overview .rsx-admin-kpis button:nth-child(3):before{background:#9dbfaf}
.admin-shell .rsx-admin-overview .rsx-admin-kpis span{font-size:8.4px!important;letter-spacing:1.4px!important}
.admin-shell .rsx-admin-overview .rsx-admin-kpis strong{font-size:28px!important;margin:8px 0 6px!important;color:#0a1c27!important}
.admin-shell .rsx-admin-overview .rsx-admin-kpis small{font-size:9.6px!important}
.admin-shell .rsx-admin-overview .rsx-admin-kpis svg{top:16px!important;right:15px!important;color:#a47b2b!important}

/* Admin release flow — cleaner boxed stages, less empty strip feel. */
.admin-shell .rsx-admin-overview .rsx-admin-pipeline{
  border:1px solid var(--ov-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:var(--ov-shadow-soft)!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-pipeline header{
  height:58px!important;
  padding:0 18px!important;
  background:linear-gradient(180deg,#fff,#fcfdfe)!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-pipeline>div{
  gap:8px!important;
  padding:12px!important;
  background:#f8fafb!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-pipeline>div>span{
  min-height:70px;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  border:1px solid #e2e8ec;
  border-radius:11px;
  background:#fff;
  box-shadow:0 2px 7px rgba(15,31,42,.025);
}
.admin-shell .rsx-admin-overview .rsx-admin-pipeline>div b{font-size:23px!important}
.admin-shell .rsx-admin-overview .rsx-admin-pipeline>div small{margin-top:4px;font-size:9px!important}
.admin-shell .rsx-admin-overview .rsx-admin-pipeline>div i{display:none!important}

/* Admin main workspace */
.admin-shell .rsx-admin-overview .rsx-admin-main-grid{
  gap:12px!important;
  grid-template-columns:minmax(0,1.9fr) minmax(300px,.68fr)!important;
}
.admin-shell .rsx-admin-overview .rsx-performance,
.admin-shell .rsx-admin-overview .rsx-surface,
.admin-shell .rsx-admin-overview .admin-queue{
  border:1px solid var(--ov-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:var(--ov-shadow-soft)!important;
}
.admin-shell .rsx-admin-overview .rsx-performance{overflow:hidden!important}
.admin-shell .rsx-admin-overview .rsx-performance-head{
  min-height:82px;
  padding:18px 20px 14px!important;
  align-items:center!important;
  background:linear-gradient(180deg,#fff,#fcfdfd)!important;
}
.admin-shell .rsx-admin-overview .rsx-live-pill{
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
  align-self:flex-start!important;
  display:inline-flex!important;
  padding:6px 9px!important;
  white-space:nowrap!important;
}
.admin-shell .rsx-admin-overview .rsx-analytics-controls{padding:11px 18px!important;gap:9px!important;background:#f7f9fa!important}
.admin-shell .rsx-admin-overview .rsx-summary-strip{gap:8px!important;padding:10px 12px!important;background:#fafbfc!important}
.admin-shell .rsx-admin-overview .rsx-summary-strip>div{padding:13px 15px!important;border:1px solid #e4eaee!important;border-radius:11px!important;background:#fff!important}
.admin-shell .rsx-admin-overview .rsx-performance .rsx-empty{min-height:145px!important;margin:12px!important}
.admin-shell .rsx-admin-overview .rsx-performance.is-compact .rsx-chart-card{min-height:215px!important}
.admin-shell .rsx-admin-overview .rsx-analytics-workspace{min-height:225px!important}

.admin-shell .rsx-admin-overview .rsx-admin-actions{
  padding:18px!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-actions h3{margin:6px 0 10px!important;font-size:18px!important}
.admin-shell .rsx-admin-overview .rsx-admin-actions button{
  min-height:55px!important;
  padding:7px 0!important;
  grid-template-columns:36px 1fr 15px!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-actions button>b{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#f6f1e7;
  color:#8a6825!important;
  font-size:17px!important;
}
.admin-shell .rsx-admin-overview .rsx-admin-queues{gap:12px!important}
.admin-shell .rsx-admin-overview .admin-queue{overflow:hidden!important}

/* =========================
   RESPONSIVE — OVERVIEW ONLY
   ========================= */
@media(max-width:1280px){
  .artist-portal .rsx-overview .rsx-overview-main,
  .admin-shell .rsx-admin-overview .rsx-admin-main-grid{grid-template-columns:1fr!important}
  .artist-portal .rsx-overview .rsx-catalog-health{display:block!important}
  .artist-portal .rsx-overview .rsx-pipeline{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .artist-portal .rsx-overview .rsx-health-note{grid-column:1/-1}
}

@media(max-width:1000px){
  .artist-portal .rsx-overview,
  .admin-shell .rsx-admin-overview{padding:12px!important;border-radius:20px!important}
  .artist-portal .rsx-overview .rsx-command-hero,
  .admin-shell .rsx-admin-overview .rsx-admin-command{padding:20px!important;align-items:flex-start!important;flex-direction:column!important}
  .admin-shell .rsx-admin-overview .rsx-admin-health{width:100%!important}
  .artist-portal .rsx-overview .rsx-kpis,
  .admin-shell .rsx-admin-overview .rsx-admin-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .artist-portal .rsx-overview .rsx-bottom-grid{grid-template-columns:1fr!important}
  .artist-portal .rsx-overview .rsx-activity{grid-column:auto!important}
  .admin-shell .rsx-admin-overview .rsx-admin-queues{grid-template-columns:1fr!important}
}

@media(max-width:760px){
  .artist-portal .rsx-overview,
  .admin-shell .rsx-admin-overview{
    gap:10px!important;
    padding:9px!important;
    border-radius:16px!important;
  }
  .artist-portal .rsx-overview .rsx-command-hero h2{font-size:24px!important}
  .admin-shell .rsx-admin-overview .rsx-admin-command h2{font-size:23px!important}
  .artist-portal .rsx-overview .rsx-command-actions{width:100%;display:grid!important;grid-template-columns:1fr!important}
  .artist-portal .rsx-overview .rsx-command-actions button{width:100%!important;min-width:0!important}
  .artist-portal .rsx-overview .rsx-kpis,
  .admin-shell .rsx-admin-overview .rsx-admin-kpis{grid-template-columns:1fr!important;gap:8px!important}
  .artist-portal .rsx-overview .rsx-kpis article,
  .admin-shell .rsx-admin-overview .rsx-admin-kpis button{min-height:91px!important}
  .artist-portal .rsx-overview .rsx-pipeline{grid-template-columns:1fr!important}
  .artist-portal .rsx-overview .rsx-analytics-controls,
  .admin-shell .rsx-admin-overview .rsx-analytics-controls{align-items:stretch!important;flex-direction:column!important}
  .artist-portal .rsx-overview .rsx-segments,
  .admin-shell .rsx-admin-overview .rsx-segments{margin-left:0!important;overflow:auto!important}
  .artist-portal .rsx-overview .rsx-filter-button,
  .admin-shell .rsx-admin-overview .rsx-filter-button{justify-content:center!important}
  .admin-shell .rsx-admin-overview .rsx-admin-pipeline>div{grid-template-columns:1fr 1fr!important}
}

@media(max-width:460px){
  .admin-shell .rsx-admin-overview .rsx-admin-pipeline>div{grid-template-columns:1fr!important}
  .artist-portal .rsx-overview .rsx-summary-strip,
  .admin-shell .rsx-admin-overview .rsx-summary-strip{grid-template-columns:1fr!important}
}

/* =========================
   ADMIN OVERVIEW QUEUES — v23.2.9 polish
   Scope: bottom Overview queue cards only.
   ========================= */
.admin-shell .rsx-admin-overview .admin-queue .panel-pro-head{
  min-height:60px!important;
  margin:0!important;
  padding:14px 16px 13px!important;
  align-items:center!important;
  border-bottom:1px solid var(--ov-line-soft)!important;
  background:linear-gradient(180deg,#fff,#fcfdfe)!important;
  box-sizing:border-box!important;
}
.admin-shell .rsx-admin-overview .admin-queue .panel-pro-head>div{
  min-width:0!important;
}
.admin-shell .rsx-admin-overview .admin-queue .panel-pro-head p{
  margin:0 0 4px!important;
  line-height:1.15!important;
  color:var(--ov-gold-dark)!important;
  letter-spacing:1.35px!important;
  font-size:8.5px!important;
  font-weight:850!important;
}
.admin-shell .rsx-admin-overview .admin-queue .panel-pro-head h3{
  margin:0!important;
  line-height:1.25!important;
  font-size:15px!important;
  color:var(--ov-ink)!important;
  overflow-wrap:anywhere!important;
}
.admin-shell .rsx-admin-overview .admin-queue .panel-pro-head>b{
  flex:0 0 auto!important;
  margin-left:12px!important;
}
.admin-shell .rsx-admin-overview .admin-queue .queue-row{
  min-height:66px!important;
  padding:10px 14px!important;
}
.admin-shell .rsx-admin-overview .admin-queue .queue-avatar{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  overflow:hidden!important;
  border:1px solid #e1e7eb!important;
  background:#eef2f5!important;
  border-radius:10px!important;
}
.admin-shell .rsx-admin-overview .admin-queue .queue-avatar.queue-artwork{
  padding:0!important;
  background:#fff!important;
}
.admin-shell .rsx-admin-overview .admin-queue .queue-avatar.queue-artwork img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:9px!important;
}
.admin-shell .rsx-admin-overview .admin-queue .queue-row>div{
  min-width:0!important;
}
.admin-shell .rsx-admin-overview .admin-queue .queue-row>div>strong,
.admin-shell .rsx-admin-overview .admin-queue .queue-row>div>small{
  overflow-wrap:anywhere!important;
}

@media(max-width:760px){
  .admin-shell .rsx-admin-overview .admin-queue .panel-pro-head{
    min-height:58px!important;
    padding:13px 14px 12px!important;
  }
  .admin-shell .rsx-admin-overview .admin-queue .queue-row{
    align-items:flex-start!important;
    flex-wrap:wrap!important;
    padding:11px 12px!important;
  }
  .admin-shell .rsx-admin-overview .admin-queue .queue-row>div{
    flex:1 1 calc(100% - 56px)!important;
  }
  .admin-shell .rsx-admin-overview .admin-queue .queue-row>em{
    margin-left:54px!important;
  }
}
