/* Sensio Diagnostics — corecții de afișare peste build-ul generat.
   Încărcat din templates/home.php, după CSS-ul principal. */

/* ---------------------------------------------------------------
   1. MENIU MOBIL — blocul de conturi adăugat prin sensio-fixes.js
--------------------------------------------------------------- */
.sensio-mobile-accounts {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid #edf2f5;
}
.sensio-acc-group {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4f9fd;
  border: 1px solid #e3edf5;
}
.sensio-acc-group.sensio-acc-specialist {
  background: #f3fbf5;
  border-color: #dcefe1;
}
.sensio-acc-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1570bf;
  margin-bottom: 10px;
}
.sensio-acc-specialist .sensio-acc-title { color: #2f8f4e; }

/* butoane reale, nu linkuri simple */
.sensio-acc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.sensio-acc-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 12px !important;
  border-radius: 12px;
  font-size: 13px !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  border-bottom: 0 !important;
  transition: transform .15s ease, box-shadow .15s ease;
}
.sensio-acc-link.is-primary {
  background: linear-gradient(135deg, #1064c4, #1e86e8);
  color: #fff !important;
  box-shadow: 0 8px 18px #1064c433;
}
.sensio-acc-link.is-ghost {
  background: #fff;
  color: #1a4f7d !important;
  border: 1px solid #cfe1f0 !important;
}
.sensio-acc-specialist .sensio-acc-link.is-primary {
  background: linear-gradient(135deg, #2c8b4b, #46ad63);
  box-shadow: 0 8px 18px #2c8b4b30;
}
.sensio-acc-specialist .sensio-acc-link.is-ghost {
  color: #256b40 !important;
  border-color: #cfe7d6 !important;
}
.sensio-acc-link:active { transform: scale(.97); }

/* linia dublă de sub ultimul link din meniu */
.mobile-nav > a:last-of-type { border-bottom: 0 !important; }

/* ---------------------------------------------------------------
   2. HERO — cardul „Ecosistem Sensio" pe telefon
   Build-ul îl lăsa la 420–442px lățime, rotit, cu trei carduri
   plutitoare poziționate absolut în afara marginilor (right:-20px,
   left:-30px). Pe ecrane de telefon ieșea din pagină, iar textul
   „De la recoltare până la rezultat" era tăiat.
   Soluție: cardul curge pe lățimea ecranului, fără rotire și fără
   scalare, iar cardurile plutitoare se așază dedesubt, în coloană.
--------------------------------------------------------------- */
@media (max-width: 780px) {
  .hero-system {
    transform: none !important;
    margin: 18px 0 44px !important;
    min-height: 0 !important;
    display: block !important;
  }
  .main-diagnostic-card {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 430px !important;
    margin: 0 auto !important;
    transform: none !important;
    border-radius: 28px !important;
    padding: 24px 22px 30px !important;
  }
  /* cardurile plutitoare devin listă sub card */
  .floating-card {
    position: static !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 0 !important;
    animation: none !important;
    transform: none !important;
    inset: auto !important;
    box-sizing: border-box !important;
  }
  .mini-progress { bottom: 24px !important; }

  /* Banda derulantă se lipea de ultimul card de deasupra.
     Marginea de jos a hero-system se colapsa prin grilă, așa că punem
     padding (care nu se colapsează) plus o margine pe bandă. */
  .hero-grid    { padding-bottom: 12px !important; }
  .hero-marquee { margin-top: 30px !important; }
}

/* ---------------------------------------------------------------
   3. TELEFON — titluri mai calme și carduri mai puțin înalte
   Build-ul folosea dimensiuni gândite pentru desktop, care pe
   ecrane mici lăsau spații goale mari.
--------------------------------------------------------------- */
@media (max-width: 780px) {
  .hero h1            { font-size: clamp(38px, 11.5vw, 54px) !important; }
  .section-heading h2 { font-size: clamp(31px, 8.6vw, 40px) !important; }
  .cta-panel h2       { font-size: clamp(29px, 8.2vw, 38px) !important; }
  .audience-card      { min-height: 0 !important; padding: 30px 24px 26px !important; }
  .audience-photo     { position: static !important; width: 100% !important;
                        height: 168px !important; margin-top: 22px !important; }
  .world-map          { height: 360px !important; }
  .cta-panel          { padding: 58px 22px !important; }
  .section            { padding: 62px 0 !important; }
}

/* Pragul din build era 440px, dar telefoanele Android late raportează
   460–480px lățime CSS și rămâneau pe stilul de tabletă. */
@media (max-width: 520px) {
  .hero h1            { font-size: clamp(34px, 10.8vw, 46px) !important; }
  .audience-card h2   { font-size: clamp(27px, 8vw, 34px) !important; }
  .audience-card      { min-height: 0 !important; }
  .world-map          { height: 320px !important; }
  .main-diagnostic-card { min-height: 400px !important; padding: 22px 18px 28px !important; }
  /* legenda hărții era ascunsă complet; o readucem, sub hartă */
  .map-legend         { display: flex !important; flex-wrap: wrap; gap: 8px 14px;
                        margin-top: 12px; font-size: 10.5px; }
}

/* ---------------------------------------------------------------
   4. Sigla — proporție corectă pentru emblema Sensio
--------------------------------------------------------------- */
.brand-mark img { object-fit: contain; padding: 2px; }

/* ---------------------------------------------------------------
   4b. ANTET — butoanele de cont
   Erau plate, gri-albăstrui, la 12px. Le facem o pereche clară:
   „Pacienți" discret cu contur, „Specialiști" plin, ca acțiune primară.
--------------------------------------------------------------- */
.nav-actions { gap: 10px !important; }

.account-trigger {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  height: 44px;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
  line-height: 1;
  transition: transform .22s cubic-bezier(.4,0,.2,1), box-shadow .22s ease,
              background .22s ease, border-color .22s ease;
}
.account-trigger span { margin-left: 0 !important; font-size: 10px; opacity: .75; }

/* Pacienți — discret, cu contur */
.account-trigger.patient-trigger {
  background: #fff !important;
  color: #0f57ad !important;
  border: 1px solid #cadff2 !important;
  box-shadow: 0 1px 2px rgba(16,68,124,.05);
}
.account-trigger.patient-trigger:hover {
  border-color: #7fb4e4 !important;
  background: #f5faff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(16,68,124,.12);
}

/* Specialiști — acțiune principală */
.account-trigger.specialist-trigger {
  background: linear-gradient(135deg, #0d5cbb, #1b86e6) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 6px 18px rgba(13,92,187,.28);
}
.account-trigger.specialist-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(13,92,187,.36);
}
.account-trigger.specialist-trigger span { opacity: .85; }

/* butonul de meniu, aliniat ca înălțime cu restul */
.menu-toggle { width: 44px !important; height: 44px !important; border-radius: 14px !important; }

/* buton folosit în antetul paginilor legale */
.sensio-btn {
  display: inline-flex; align-items: center; gap: 7px;
  height: 44px; padding: 0 20px; border-radius: 999px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.sensio-btn-ghost {
  background: #fff; color: #0f57ad; border: 1px solid #cadff2;
}
.sensio-btn-ghost:hover {
  border-color: #7fb4e4; background: #f5faff;
  transform: translateY(-1px); box-shadow: 0 6px 16px rgba(16,68,124,.12);
}

@media (max-width: 1100px) {
  .sensio-btn { height: 40px; padding: 0 16px; font-size: 12.5px; }
}

/* ---------------------------------------------------------------
   4c. SUBSOL
   Rândul de jos era scris la 8px — practic imposibil de citit, iar
   linkurile legale nu se distingeau ca fiind linkuri.
--------------------------------------------------------------- */
.footer-links a,
.footer-contact a,
.footer-contact p { font-size: 12.5px !important; }

.footer-links h4,
.footer-contact h4 { letter-spacing: .12em; }

.footer-contact-button {
  align-items: center;
  border-radius: 999px !important;
  padding: 11px 20px !important;
  font-size: 12.5px;
  font-weight: 700;
  border-color: rgba(140,196,224,.42) !important;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.footer-contact-button:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(180,220,240,.7) !important;
  transform: translateY(-1px);
}

.footer-bottom {
  font-size: 11.5px !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 25px !important;
  padding-top: 26px !important;
}
.footer-bottom > div {
  gap: 0 !important;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 6px;
}
/* separator discret între linkurile legale */
.footer-bottom > div > a {
  position: relative;
  padding: 4px 15px;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease;
}
.footer-bottom > div > a:first-child { padding-left: 0; }
.footer-bottom > div > a + a::before {
  content: "";
  position: absolute; left: 0; top: 50%;
  width: 1px; height: 11px;
  transform: translateY(-50%);
  background: rgba(152,188,207,.28);
}
.footer-bottom > div > a:hover { color: #cfe6f7; }

@media (max-width: 780px) {
  .footer-bottom > div > a { padding: 4px 12px; }
  .footer-bottom > div > a:first-child { padding-left: 0; }
}

/* ---------------------------------------------------------------
   4d. PAGINILE LEGALE — spațiu sub antetul fix
--------------------------------------------------------------- */
.sensio-legal-main { padding: 132px 0 90px; }
@media (max-width: 780px) { .sensio-legal-main { padding: 104px 0 64px; } }

/* ---------------------------------------------------------------
   5. DIAGRAMA „Medicul rămâne în centrul deciziei"
   Build-ul o lăsa ca șir flex: pastilele și etichetele se așezau
   decalat, iar PACIENTUL rămânea fără etichetă.
   O aliniem pe două coloane: pastilă | ce face.
--------------------------------------------------------------- */
.medical-boundary {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px 16px;
  justify-content: start;
}
.medical-boundary > span,
.medical-boundary > b {
  justify-self: stretch;
  min-width: 132px;
  text-align: center;
  margin: 0 !important;
}
.medical-boundary > i {
  justify-self: start;
  font-style: normal;
  margin: 0 !important;
}
@media (max-width: 520px) {
  .medical-boundary { gap: 10px 12px; }
  .medical-boundary > span,
  .medical-boundary > b { min-width: 112px; font-size: 11px !important; }
  .medical-boundary > i { font-size: 12px !important; }
}

/* ---------------------------------------------------------------
   6. Cercul central din cardul „Acces centralizat"
   Avea doar litera „S"; îl înlocuim cu emblema Sensio (prin JS),
   ca să se înțeleagă că e Sensio Diagnostics.
--------------------------------------------------------------- */
.sensio-portal-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sensio-portal-mark img {
  width: 62%;
  height: 62%;
  object-fit: contain;
  display: block;
}
.sensio-portal-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  white-space: nowrap;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6f8598;
}

/* ---------------------------------------------------------------
   7. HERO PE TELEFON — cele trei carduri devin o listă îngrijită
--------------------------------------------------------------- */
@media (max-width: 780px) {
  .floating-card {
    background: #fff !important;
    border: 1px solid #e4edf4 !important;
    border-left: 3px solid #1e86e8 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 16px #1f5b9a12 !important;
    padding: 12px 15px !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  .floating-card:nth-of-type(3) { border-left-color: #46ad63 !important; }
  .floating-card:nth-of-type(4) { border-left-color: #17b3a3 !important; }
}

/* ---------------------------------------------------------------
   8. CATALOG PREMIUM — filtre, rezultate, carduri și detalii
--------------------------------------------------------------- */
.sensio-catalog-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 16px 0 22px;
  padding: 14px 17px;
  color: #486479;
  background: linear-gradient(135deg, #f4f9fe, #f4fbf8);
  border: 1px solid #dceaf3;
  border-radius: 16px;
  font-size: 12px;
}
.sensio-catalog-info span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.sensio-catalog-info i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #1486d6, #20aa8f);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.sensio-catalog-info b { color: #174d7a; }

.sensio-category-select { display: none; }

.sensio-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 18px;
  padding: 14px 17px;
  background: rgba(255,255,255,.78);
  border: 1px solid #e0eaf2;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(26,72,111,.045);
}
.sensio-results-bar > div {
  display: grid;
  gap: 2px;
}
.sensio-results-bar span {
  color: #203f5b;
  font-size: 13px;
  font-weight: 650;
}
.sensio-results-bar strong {
  color: #086bbb;
  font-size: 19px;
  font-weight: 850;
}
.sensio-results-bar small {
  color: #718599;
  font-size: 11.5px;
}
.sensio-results-bar button {
  padding: 9px 13px;
  color: #1b5e91;
  background: #f0f7fc;
  border: 1px solid #d2e4f1;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 750;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.sensio-results-bar button:hover {
  background: #e7f3fb;
  border-color: #a9cce4;
  transform: translateY(-1px);
}

.catalog .test-card.sensio-card-collapsed {
  display: none !important;
}

.catalog .test-card {
  display: flex !important;
  flex-direction: column;
  min-height: 350px;
  border-radius: 23px !important;
  transition: transform .25s cubic-bezier(.2,.8,.2,1),
              box-shadow .25s ease, border-color .25s ease !important;
}
.catalog .test-card:hover {
  transform: translateY(-5px);
  border-color: #b9d6e9 !important;
  box-shadow: 0 19px 44px rgba(26,78,123,.12) !important;
}
.catalog .test-card > p {
  color: #617487;
  line-height: 1.6;
}
.catalog .test-card .test-meta {
  margin-top: auto !important;
}
.catalog .test-card .test-meta button {
  min-width: 95px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease,
              transform .2s ease;
}
.catalog .test-card .test-meta button:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #126fc6, #159eaa) !important;
  border-color: transparent !important;
  transform: translateY(-1px);
}

.sensio-load-more {
  display: grid;
  justify-items: center;
  gap: 11px;
  margin-top: 30px;
}
.sensio-load-more[hidden] { display: none !important; }
.sensio-load-more span {
  color: #788b9d;
  font-size: 11.5px;
}
.sensio-load-more button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  color: #0c579a;
  background: #fff;
  border: 1px solid #c9deed;
  border-radius: 999px;
  box-shadow: 0 9px 25px rgba(32,85,129,.08);
  font-size: 13px;
  font-weight: 780;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sensio-load-more button:hover {
  transform: translateY(-2px);
  border-color: #8ebbd9;
  box-shadow: 0 13px 30px rgba(32,85,129,.13);
}
.sensio-load-more button b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #1978ca, #17a897);
  border-radius: 50%;
  font-size: 12px;
}

html.sensio-dialog-open { overflow: hidden; }
.sensio-test-dialog {
  width: min(760px, calc(100% - 28px));
  max-width: 760px;
  max-height: min(90vh, 860px);
  overflow: auto;
  padding: 0;
  color: #102b45;
  background: transparent;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 35px 110px rgba(2,29,51,.34);
}
.sensio-test-dialog::backdrop {
  background: rgba(5,25,43,.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.sensio-dialog-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(27px, 5vw, 48px);
  background:
    radial-gradient(circle at 100% 0, rgba(37,190,172,.14), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(28,107,202,.11), transparent 36%),
    #fff;
}
.sensio-dialog-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  color: #36566f;
  background: rgba(241,247,251,.92);
  border: 1px solid #d7e5ee;
  border-radius: 13px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.sensio-dialog-close:hover { background: #e8f3fa; }
.sensio-dialog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: #1763a0;
  background: #eef7fd;
  border: 1px solid #d4e7f4;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.sensio-dialog-kicker span {
  width: 7px;
  height: 7px;
  background: #1eb09d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(30,176,157,.12);
}
.sensio-dialog-shell h2 {
  max-width: 630px;
  margin: 20px 48px 12px 0;
  color: #0b3b70;
  font-size: clamp(28px, 4.5vw, 43px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.sensio-dialog-description {
  max-width: 650px;
  margin: 0;
  color: #5c7084;
  font-size: 15px;
  line-height: 1.68;
}
.sensio-dialog-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 26px;
}
.sensio-dialog-facts > div {
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 108px;
  padding: 17px;
  background: rgba(248,251,253,.88);
  border: 1px solid #e0eaf1;
  border-radius: 16px;
}
.sensio-dialog-facts small {
  color: #7690a3;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}
.sensio-dialog-facts strong {
  color: #164f7e;
  font-size: 15px;
  line-height: 1.35;
}
.sensio-dialog-facts span {
  color: #748596;
  font-size: 11px;
  line-height: 1.4;
}
.sensio-dialog-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 21px 0;
  padding: 17px;
  background: linear-gradient(135deg, #0b365f, #0f5279);
  border-radius: 17px;
}
.sensio-dialog-flow span {
  display: grid;
  gap: 3px;
  color: #e4f0f7;
  font-size: 10.5px;
  text-align: center;
}
.sensio-dialog-flow b {
  color: #6de0cf;
  font-size: 9px;
  letter-spacing: .08em;
}
.sensio-dialog-flow i {
  color: rgba(205,232,243,.48);
  font-style: normal;
}
.sensio-dialog-notice {
  padding: 16px 18px;
  color: #38556b;
  background: #f2f8fc;
  border: 1px solid #dbe9f2;
  border-left: 4px solid #22a99b;
  border-radius: 14px;
}
.sensio-dialog-notice b {
  display: block;
  margin-bottom: 4px;
  color: #164f7e;
  font-size: 12px;
}
.sensio-dialog-notice p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.55;
}
.sensio-dialog-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.sensio-dialog-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 780;
  text-decoration: none;
}
.sensio-dialog-primary {
  color: #fff;
  background: linear-gradient(135deg, #146dc4, #159eaa);
  box-shadow: 0 10px 25px rgba(20,109,196,.22);
}
.sensio-dialog-secondary {
  color: #165b8f;
  background: #fff;
  border: 1px solid #cbdfea;
}
.sensio-dialog-privacy {
  margin: 12px 0 0;
  color: #7b8d9d;
  font-size: 10.5px;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .sensio-catalog-info {
    display: grid;
    gap: 9px;
    margin-top: 12px;
  }
  .sensio-category-select {
    display: grid;
    gap: 6px;
    margin: 15px 0 18px;
  }
  .sensio-category-select > span {
    color: #71869a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .sensio-category-select select {
    width: 100%;
    min-height: 50px;
    padding: 0 42px 0 15px;
    color: #164f7e;
    background: #fff;
    border: 1px solid #cfe0ec;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
  }
  .catalog[data-sensio-catalog] .category-tabs { display: none !important; }
  .catalog .catalog-tools { gap: 13px !important; }
  .catalog .sample-filters {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    flex-wrap: nowrap !important;
    scrollbar-width: thin;
  }
  .catalog .sample-filters button { flex: 0 0 auto; }
  .sensio-results-bar {
    align-items: flex-start;
    padding: 13px 14px;
  }
  .sensio-results-bar button {
    padding: 8px 10px;
    white-space: nowrap;
  }
  .catalog .test-card { min-height: 0; }
}

@media (max-width: 560px) {
  .sensio-test-dialog {
    width: calc(100% - 16px);
    max-height: 94vh;
    border-radius: 21px;
  }
  .sensio-dialog-shell { padding: 25px 18px 22px; }
  .sensio-dialog-close {
    top: 12px;
    right: 12px;
    width: 37px;
    height: 37px;
  }
  .sensio-dialog-shell h2 {
    margin-right: 35px;
    font-size: clamp(27px, 8vw, 35px);
  }
  .sensio-dialog-facts { grid-template-columns: 1fr; }
  .sensio-dialog-facts > div { min-height: 0; }
  .sensio-dialog-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
  }
  .sensio-dialog-flow i { display: none; }
  .sensio-dialog-actions { display: grid; }
  .sensio-dialog-actions a { width: 100%; }
}
