/**
 * E-Sevai Customers — world elevation polish (#15)
 * Teal/ink depth · card lift · no purple theme
 */

@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@700;800;900&family=Outfit:wght@600;700;800&display=swap");

body.esevai-mode #esCustSection.es-cust-world.active-section {
  --cu-ink: #0b1220;
  --cu-teal: #0f766e;
  --cu-elev: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 16px 40px rgba(15, 23, 42, 0.1);
  --cu-elev-hover: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 22px 48px rgba(15, 118, 110, 0.16);
  background:
    radial-gradient(ellipse 70% 40% at 12% 0%, rgba(20, 184, 166, 0.14), transparent 55%),
    linear-gradient(180deg, #e8f7f2 0%, #f4f7f6 42%, #ffffff 100%) !important;
  min-height: calc(100vh - 110px);
  padding: 8px 12px 40px !important;
  font-family: "Outfit", "Catamaran", system-ui, sans-serif;
}

body.esevai-mode #esCustSection.es-cust-world .es-cust-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.esevai-mode #esCustSection .es-cust-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(125deg, #042f2e 0%, #0f766e 48%, #14b8a6 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(15, 118, 110, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.esevai-mode #esCustSection .es-cust-header__title {
  margin: 0;
  font-family: "Catamaran", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 900;
}

body.esevai-mode #esCustSection .es-cust-header__sub {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
}

body.esevai-mode #esCustSection .es-cust-header__btn {
  min-height: 46px;
  border: none;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 900;
  background: #fff;
  color: #0f766e;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

body.esevai-mode #esCustSection .es-cust-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 118, 110, 0.12);
  box-shadow: var(--cu-elev);
}

body.esevai-mode #esCustSection #esCustSearch {
  flex: 1 1 280px;
  min-width: 220px;
  width: auto !important;
  padding: 14px 16px 14px 44px !important;
  border-radius: 14px !important;
  border: 2px solid #e2e8f0 !important;
  background: #fff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

body.esevai-mode #esCustSection #esCustSearch:focus {
  border-color: #14b8a6 !important;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18) !important;
}

body.esevai-mode #esCustSection .es-cust-search-wrap {
  position: relative;
  flex: 1 1 280px;
  min-width: 220px;
}

body.esevai-mode #esCustSection .es-cust-search-wrap::before {
  content: "⌕";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 16px;
  font-weight: 900;
  pointer-events: none;
  z-index: 1;
}

body.esevai-mode #esCustSection .es-cust-add-btn {
  min-height: 48px;
  border: none;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 900;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.28);
}

body.esevai-mode #esCustSection #esCustTypeFilter {
  display: flex;
  gap: 8px;
  margin: 0 0 16px !important;
  flex-wrap: wrap;
  align-items: center;
}

body.esevai-mode #esCustSection .es-cust-filter-chip {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body.esevai-mode #esCustSection .es-cust-filter-chip:hover {
  transform: translateY(-1px);
  border-color: #0f766e;
  color: #0f766e;
}

body.esevai-mode #esCustSection .es-cust-filter-chip.is-active {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.28);
}

body.esevai-mode #esCustSection #esCustFilterCount {
  margin-left: auto !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #0f766e !important;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 6px 12px;
}

body.esevai-mode #esCustSection #esCustGrid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 16px !important;
}

body.esevai-mode #esCustSection .es-crm-card-hit,
body.esevai-mode #esCustSection .es-cu-card {
  position: relative;
  padding: 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

body.esevai-mode #esCustSection .es-crm-card-hit::before,
body.esevai-mode #esCustSection .es-cu-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #14b8a6, #0f766e);
}

body.esevai-mode #esCustSection .es-crm-card-hit:hover,
body.esevai-mode #esCustSection .es-cu-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(15, 118, 110, 0.35) !important;
  box-shadow: var(--cu-elev-hover) !important;
}

body.esevai-mode #esCustSection .es-cu-card.is-due::before {
  background: linear-gradient(180deg, #fb7185, #be123c);
}

body.esevai-mode #esCustSection .es-cu-card.is-due {
  border-color: rgba(251, 113, 133, 0.35) !important;
  background: linear-gradient(180deg, #fff1f2 0%, #ffffff 55%) !important;
}

body.esevai-mode #esCustSection .es-cu-card__name {
  font-family: "Catamaran", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

body.esevai-mode #esCustSection .es-crm-badge--direct {
  background: #ecfeff !important;
  color: #0e7490 !important;
  border: 1px solid #a5f3fc;
  border-radius: 999px;
  padding: 3px 8px;
  font-weight: 900;
}

body.esevai-mode #esCustSection .es-crm-badge--agent {
  background: #ecfdf5 !important;
  color: #047857 !important;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 3px 8px;
  font-weight: 900;
}

body.esevai-mode #esCustSection .es-cu-card__phone {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
}

body.esevai-mode #esCustSection .es-cu-card__foot {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

body.esevai-mode #esCustSection .es-cu-bal {
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

body.esevai-mode #esCustSection .es-cu-bal b {
  font-size: 1.05rem;
  font-weight: 1000;
}

body.esevai-mode #esCustSection .es-cu-bal b.is-due {
  color: #be123c;
}

body.esevai-mode #esCustSection .es-cu-bal b.is-ok {
  color: #059669;
}

body.esevai-mode #esCustSection .es-cu-card__hint {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  color: #0f766e;
}

body.esevai-mode #esCustSection .es-cu-card .btn-esevai {
  border-radius: 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 6px 16px rgba(15, 118, 110, 0.2);
}

body.esevai-mode #esCustSection .es-cu-card .btn-secondary,
body.esevai-mode #esCustSection .es-cu-card .btn-danger {
  border-radius: 10px !important;
  min-width: 36px;
}

body.esevai-mode #esCustSection .es-cu-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  border-radius: 18px;
  border: 2px dashed #99d5c8;
  background: #f0fdfa;
  color: #0f766e;
  font-weight: 800;
}

/* KPI strip */
body.esevai-mode #esCustSection .es-cu-health {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin: 0 auto 14px;
  max-width: 1320px;
}

body.esevai-mode #esCustSection .es-cu-kpi {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 16px;
  padding: 12px 14px;
  background: linear-gradient(160deg, #ffffff 0%, #f0fdfa 100%);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  font: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.esevai-mode #esCustSection .es-cu-kpi:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.14);
}

body.esevai-mode #esCustSection .es-cu-kpi span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.esevai-mode #esCustSection .es-cu-kpi b {
  display: block;
  margin-top: 4px;
  font-size: 1.25rem;
  font-weight: 1000;
  color: #0f172a;
}

body.esevai-mode #esCustSection .es-cu-kpi--warn {
  background: linear-gradient(160deg, #fffbeb, #fef3c7);
  border-color: #fde68a;
}

body.esevai-mode #esCustSection .es-cu-kpi--danger {
  background: linear-gradient(160deg, #fff1f2, #ffe4e6);
  border-color: #fecdd3;
}

body.esevai-mode #esCustSection .es-cu-kpi--danger b {
  color: #be123c;
}

/* Recent billed */
body.esevai-mode #esCustSection .es-cu-recent {
  max-width: 1320px;
  margin: 0 auto 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 118, 110, 0.12);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.esevai-mode #esCustSection .es-cu-recent__k {
  font-size: 11px;
  font-weight: 900;
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

body.esevai-mode #esCustSection .es-cu-recent__row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

body.esevai-mode #esCustSection .es-cu-recent__chip {
  flex: 0 0 auto;
  border: 1px solid #99f6e4;
  background: #f0fdfa;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

body.esevai-mode #esCustSection .es-cu-recent__chip b {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #0f172a;
}

body.esevai-mode #esCustSection .es-cu-recent__chip small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}

/* Tools row */
body.esevai-mode #esCustSection .es-cu-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 118, 110, 0.12);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.esevai-mode #esCustSection .es-cu-sort,
body.esevai-mode #esCustSection .es-cu-tool {
  min-height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 8px 12px;
  background: #fff;
  font-weight: 800;
  font-size: 12px;
  color: #334155;
  cursor: pointer;
}

body.esevai-mode #esCustSection .es-cu-tool:hover,
body.esevai-mode #esCustSection .es-cu-sort:focus {
  border-color: #0f766e;
  color: #0f766e;
}

body.esevai-mode #esCustSection .es-cu-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #475569;
  cursor: pointer;
}

body.esevai-mode #esCustSection .es-cu-kbhint {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
}

/* Card extras */
body.esevai-mode #esCustSection .es-cu-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

body.esevai-mode #esCustSection .es-cu-card__name {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

body.esevai-mode #esCustSection .es-cu-card__name:hover {
  color: #0f766e;
  text-decoration: underline;
}

body.esevai-mode #esCustSection .es-cu-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
}

body.esevai-mode #esCustSection .es-cu-pin {
  border: 1px solid #e2e8f0;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  color: #94a3b8;
}

body.esevai-mode #esCustSection .es-cu-pin.is-on {
  color: #d97706;
  border-color: #fcd34d;
  background: #fffbeb;
}

body.esevai-mode #esCustSection .es-cu-card.is-pinned {
  border-color: rgba(217, 119, 6, 0.35) !important;
}

body.esevai-mode #esCustSection .es-cu-card__phone {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

body.esevai-mode #esCustSection .es-cu-card__phone:hover {
  color: #0f766e;
}

body.esevai-mode #esCustSection .es-cu-card__note,
body.esevai-mode #esCustSection .es-cu-card__bday {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

body.esevai-mode #esCustSection .es-cu-card__meta {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 8px;
}

body.esevai-mode #esCustSection .es-cu-card__meta > div span,
body.esevai-mode #esCustSection .es-cu-bal-btn span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
}

body.esevai-mode #esCustSection .es-cu-card__meta > div b {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 900;
  color: #0f172a;
}

body.esevai-mode #esCustSection .es-cu-bal-btn {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  border-radius: 12px;
  padding: 8px 10px;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

body.esevai-mode #esCustSection .es-cu-bal-btn b {
  display: block;
  margin-top: 2px;
  font-size: 1.05rem;
  font-weight: 1000;
}

body.esevai-mode #esCustSection .es-cu-bal-btn b.is-due {
  color: #be123c;
}

body.esevai-mode #esCustSection .es-cu-bal-btn b.is-ok {
  color: #059669;
}

body.esevai-mode #esCustSection .es-cu-card__acts {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Table view */
body.esevai-mode #esCustSection #esCustGrid.es-cu-grid--table {
  display: block !important;
}

body.esevai-mode #esCustSection .es-cu-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.14);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

body.esevai-mode #esCustSection .es-cu-table__head,
body.esevai-mode #esCustSection .es-cu-table__row {
  display: grid;
  grid-template-columns: 40px minmax(120px, 1.4fr) 110px 90px 90px 90px minmax(140px, 1fr);
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
}

body.esevai-mode #esCustSection .es-cu-table__head {
  background: #0f766e;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.esevai-mode #esCustSection .es-cu-table__row {
  border-top: 1px solid #e2e8f0;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

body.esevai-mode #esCustSection .es-cu-table__row.is-due {
  background: #fff1f2;
}

body.esevai-mode #esCustSection .es-cu-table__row.is-pinned {
  background: #fffbeb;
}

body.esevai-mode #esCustSection .es-cu-table__name,
body.esevai-mode #esCustSection .es-cu-table__phone,
body.esevai-mode #esCustSection .es-cu-table__due {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  color: #0f172a;
}

body.esevai-mode #esCustSection .es-cu-table__due {
  color: #be123c;
}

body.esevai-mode #esCustSection .es-cu-table__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

body.esevai-mode #esCustSection .es-cu-table__acts button {
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

/* Due / phone modals */
.es-cu-due-card,
.es-cu-phone-card {
  max-width: 560px;
  width: min(94vw, 560px);
  padding: 18px 18px 14px;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
}

.es-cu-due-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.es-cu-due-head p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  color: #be123c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.es-cu-due-head h3 {
  margin: 4px 0 0;
  font-size: 1.25rem;
  font-weight: 1000;
  color: #0f172a;
}

.es-cu-due-total {
  margin-top: 8px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.es-cu-due-total span {
  font-size: 10px;
  font-weight: 800;
  color: #9f1239;
  text-transform: uppercase;
}

.es-cu-due-total b {
  font-size: 1.35rem;
  font-weight: 1000;
  color: #be123c;
}

.es-cu-due-x {
  border: none;
  background: #f1f5f9;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  flex: 0 0 auto;
}

.es-cu-due-body {
  max-height: min(55vh, 420px);
  overflow: auto;
  margin-bottom: 12px;
}

.es-cu-due-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

.es-cu-roster {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.es-cu-roster__row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  border: 1px solid #fecdd3;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
  font: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.es-cu-roster__row:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(190, 18, 60, 0.12);
  border-color: #fb7185;
}

.es-cu-roster__n {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff1f2;
  color: #be123c;
  font-size: 12px;
  font-weight: 900;
  flex: 0 0 auto;
}

.es-cu-roster__meta {
  flex: 1 1 auto;
  min-width: 0;
}

.es-cu-roster__meta b {
  display: block;
  font-size: 14px;
  font-weight: 1000;
  color: #0f172a;
}

.es-cu-roster__meta small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}

.es-cu-roster__amt {
  font-size: 15px;
  font-weight: 1000;
  color: #be123c;
  white-space: nowrap;
}

.es-cu-bills {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.es-cu-bill {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  background: #f8fafc;
}

.es-cu-bill__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 900;
}

.es-cu-bill__top span {
  color: #be123c;
}

.es-cu-bill__sub {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.4;
}

.es-cu-note,
.es-cu-empty-mini {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.45;
}

.es-cu-empty-mini {
  padding: 16px;
  text-align: center;
  background: #f8fafc;
  border-radius: 12px;
}

.es-cu-phone-num {
  margin: 8px 0 14px;
  font-size: 1.35rem;
  font-weight: 1000;
  color: #0f172a;
  letter-spacing: 0.04em;
}

.es-cu-phone-acts {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.es-cu-phone-acts a,
.es-cu-phone-acts button {
  flex: 1 1 120px;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 900;
}

.es-cu-dup-warn {
  margin: 4px 0 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.es-cu-extra-fields {
  margin: 8px 0 4px;
}

@media (max-width: 720px) {
  body.esevai-mode #esCustSection .es-cust-header__btn {
    width: 100%;
  }

  body.esevai-mode #esCustSection .es-cu-kbhint {
    display: none;
  }

  body.esevai-mode #esCustSection .es-cu-card__meta {
    grid-template-columns: 1fr 1fr;
  }

  body.esevai-mode #esCustSection .es-cu-table__head,
  body.esevai-mode #esCustSection .es-cu-table__row {
    grid-template-columns: 32px 1fr 80px;
  }

  body.esevai-mode #esCustSection .es-cu-table__head span:nth-child(n + 4),
  body.esevai-mode #esCustSection .es-cu-table__row > :nth-child(n + 4) {
    display: none;
  }

  body.esevai-mode #esCustSection .es-cu-table__acts {
    display: none;
  }
}
