/* EasyHeartCheck License Portal — User */
.ehc-user-portal {
    max-width: 980px;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
}
.ehc-user-portal label {
    display: block;
    font-weight: 700;
    margin: 16px 0 6px;
}
.ehc-user-portal input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.ehc-user-portal button {
    margin-top: 14px;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}
.ehc-user-message {
    padding: 12px 14px;
    border-radius: 8px;
    background: #eef7ee;
    border: 1px solid #b9dfb9;
    margin: 12px 0;
}
.ehc-user-error {
    background: #fff1f0;
    border-color: #ffccc7;
}
.ehc-user-small {
    font-size: 13px;
    color: #666;
    margin-top: 14px;
}
.ehc-user-dashboard {
    margin-top: 10px;
}
.ehc-user-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 14px;
    margin: 14px 0;
    background: #fafafa;
}
.ehc-user-table-scroll {
    overflow-x: auto;
}
.ehc-user-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.ehc-user-table th,
.ehc-user-table td {
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
.ehc-user-table th {
    background: #f2f4f7;
}
.ehc-user-good {
    color: #0a5c2b;
    font-weight: 700;
}
.ehc-user-bad {
    color: #8a2424;
    font-weight: 700;
}
.ehc-action-list {
    margin-left: 20px;
}


.ehc-action-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    margin: 12px 0;
    background: #fff;
}
.ehc-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.ehc-action-form {
    display: inline-block;
    margin: 0;
}
.ehc-action-form button {
    background: #1f2937;
    color: #fff;
}

/* EHC Portal v0.5 signup/account */
.ehc-signup-wrap input[type="text"],
.ehc-signup-wrap input[type="email"],
.ehc-signup-wrap input[type="url"],
.ehc-signup-wrap select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    font-size: 15px;
}
.ehc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media(max-width:760px){
    .ehc-form-grid { grid-template-columns: 1fr; }
}
.ehc-consents label {
    display: block;
    font-weight: 600;
    margin: 10px 0;
}
.ehc-step {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 18px;
}
.ehc-pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e5e7eb;
    font-size: 13px;
}
.ehc-pill.active {
    background: #111827;
    color: #fff;
}
.ehc-pill.done {
    background: #d1fadf;
    color: #05603a;
}
.ehc-account-banner {
    margin-bottom: 14px;
}


/* EHC Portal v0.6.3-dev2 */
.ehc-primary-pay-button,
.ehc-user-portal .ehc-primary-pay-button {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    padding: 16px 22px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    background: #0f766e;
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 118, 110, .22);
}
.ehc-pay-callout {
    padding: 12px 14px;
    border-radius: 10px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    font-weight: 700;
}
.ehc-user-card h3,
.ehc-user-card h4 {
    margin-top: 0;
}

/* EHC Portal v0.9.4a — mobile account rendering fix
   Targets the public/user Account page opened from email links. */
.ehc-account-wrap,
.ehc-user-portal,
.ehc-user-dashboard,
.ehc-user-card,
.ehc-action-box {
    box-sizing: border-box;
}
.ehc-account-wrap {
    width: 100%;
    max-width: 100%;
}
.ehc-user-portal {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.ehc-user-table td,
.ehc-user-table th,
.ehc-user-card,
.ehc-user-message,
.ehc-user-small,
.ehc-pay-callout {
    overflow-wrap: anywhere;
    word-break: normal;
}
.ehc-user-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ehc-user-table-scroll .ehc-user-table {
    min-width: 680px;
}
.ehc-email-change-form,
.ehc-action-form {
    max-width: 100%;
}
.ehc-email-change-form input[type="email"],
.ehc-email-change-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .ehc-user-portal {
        padding: 14px;
        border-radius: 12px;
        border-left: 0;
        border-right: 0;
    }
    .ehc-user-dashboard {
        margin-top: 0;
    }
    .ehc-user-dashboard h3 {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 12px;
    }
    .ehc-user-card {
        padding: 12px;
        margin: 12px 0;
        border-radius: 12px;
    }
    .ehc-user-card h3,
    .ehc-user-card h4 {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 8px;
    }
    .ehc-user-message {
        padding: 11px 12px;
        font-size: 14px;
        line-height: 1.35;
    }
    .ehc-user-small {
        font-size: 12.5px;
        line-height: 1.35;
    }
    .ehc-user-card > .ehc-user-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }
    .ehc-user-card > .ehc-user-table th,
    .ehc-user-card > .ehc-user-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 0;
        padding: 8px;
    }
    .ehc-user-card > .ehc-user-table tr {
        display: block;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-bottom: 8px;
        overflow: hidden;
        background: #fff;
    }
    .ehc-user-card > .ehc-user-table th {
        background: #f2f4f7;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .02em;
    }
    .ehc-user-card > .ehc-user-table td {
        font-size: 14px;
        border-top: 0;
    }
    .ehc-user-table-scroll {
        padding-bottom: 6px;
        border-radius: 10px;
    }
    .ehc-user-table-scroll .ehc-user-table th,
    .ehc-user-table-scroll .ehc-user-table td {
        font-size: 13px;
        padding: 8px;
        white-space: normal;
    }
    .ehc-action-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ehc-action-form {
        display: block;
        width: 100%;
    }
    .ehc-action-form button,
    .ehc-user-portal button,
    .ehc-primary-pay-button,
    .ehc-user-portal .ehc-primary-pay-button {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 8px;
        padding: 13px 14px;
        font-size: 15px;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }
    .ehc-email-change-form {
        display: block;
        width: 100%;
    }
    .ehc-email-change-form p {
        margin: 10px 0;
    }
}

@media (max-width: 420px) {
    .ehc-user-portal {
        padding: 12px;
    }
    .ehc-user-card {
        padding: 10px;
    }
    .ehc-user-table-scroll .ehc-user-table {
        min-width: 600px;
    }
}

/* EHC Portal v0.9.4d — structural mobile fix for public Account page
   This does not rely on converting tables in media queries; the Account page now renders
   key/value rows and license/device cards that fit narrow screens by default. */
.ehc-account-mobile-v2,
.ehc-account-mobile-v2 * {
    box-sizing: border-box;
}
.ehc-account-mobile-v2 {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
}
.ehc-account-mobile-v2 .ehc-user-portal,
.ehc-account-mobile-v2.ehc-user-portal {
    width: min(100%, 980px);
    max-width: 100%;
}
.ehc-kv-list {
    display: grid;
    gap: 8px;
    width: 100%;
}
.ehc-kv-row {
    display: grid;
    grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 9px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    min-width: 0;
}
.ehc-kv-key {
    font-weight: 800;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 12px;
    min-width: 0;
}
.ehc-kv-value {
    color: #111827;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
}
.ehc-license-card-list {
    display: grid;
    gap: 12px;
    width: 100%;
}
.ehc-mini-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    width: 100%;
    min-width: 0;
}
.ehc-mini-card-title {
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 10px;
    color: #111827;
    overflow-wrap: anywhere;
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
    html, body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    .fusion-body .ehc-account-mobile-v2,
    .post-content .ehc-account-mobile-v2,
    .entry-content .ehc-account-mobile-v2,
    .ehc-account-mobile-v2 {
        width: 100% !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
    .ehc-account-mobile-v2 .ehc-user-portal,
    .ehc-account-mobile-v2.ehc-user-portal {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 12px !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .ehc-account-mobile-v2 .ehc-user-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 12px !important;
        margin: 12px 0 !important;
    }
    .ehc-kv-row {
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 10px;
    }
    .ehc-kv-key {
        font-size: 11px;
    }
    .ehc-kv-value {
        font-size: 14px;
        line-height: 1.35;
    }
    .ehc-account-mobile-v2 .ehc-action-buttons {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .ehc-account-mobile-v2 .ehc-action-form,
    .ehc-account-mobile-v2 .ehc-action-form button,
    .ehc-account-mobile-v2 button,
    .ehc-account-mobile-v2 input,
    .ehc-account-mobile-v2 select,
    .ehc-account-mobile-v2 textarea,
    .ehc-account-mobile-v2 .ehc-primary-pay-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .ehc-account-mobile-v2 h2 {
        font-size: 23px !important;
        line-height: 1.15 !important;
    }
    .ehc-account-mobile-v2 h3 {
        font-size: 21px !important;
        line-height: 1.18 !important;
    }
    .ehc-account-mobile-v2 h4 {
        font-size: 17px !important;
        line-height: 1.2 !important;
    }
}


/* EHC Portal v0.9.6 — Account self-service command center */
.ehc-account-self-service-v096 .ehc-command-center {
    background: #f8fafc;
    border-color: #dbe3ef;
}
.ehc-command-center-head h4 {
    margin-bottom: 4px;
}
.ehc-command-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.ehc-command-tile {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #d6dde8 !important;
    background: #fff !important;
    color: #111827 !important;
    border-radius: 14px !important;
    padding: 14px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    cursor: pointer;
}
.ehc-command-tile:hover,
.ehc-command-tile:focus {
    border-color: #111827 !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .10);
    outline: none;
}
.ehc-command-tile strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.ehc-command-tile span,
.ehc-command-tile em {
    display: block;
    font-size: 12.5px;
    line-height: 1.35;
    color: #64748b;
    font-style: normal;
}
.ehc-command-tile em {
    margin-top: 8px;
    color: #334155;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.ehc-command-tile.is-disabled {
    opacity: .65;
    cursor: default;
}
.ehc-referral-code {
    display: inline-block;
    font-size: 1.35em;
    letter-spacing: .03em;
    padding: 8px 12px;
    border-radius: 12px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
}
.ehc-user-modal-open {
    overflow: hidden;
}
.ehc-user-modal[hidden] {
    display: none !important;
}
.ehc-user-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.ehc-user-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .62);
}
.ehc-user-modal-panel {
    position: relative;
    width: min(100%, 560px);
    max-height: calc(100vh - 36px);
    overflow: auto;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .30);
}
.ehc-user-modal-panel h3 {
    margin: 0 38px 10px 0;
    line-height: 1.2;
}
.ehc-user-modal-x {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    font-size: 22px !important;
    line-height: 1 !important;
}
.ehc-modal-form {
    display: block !important;
    width: 100% !important;
}
.ehc-modal-form label {
    display: block;
    margin: 12px 0 6px;
}
.ehc-user-portal input[type="text"],
.ehc-user-portal textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    box-sizing: border-box;
}
.ehc-user-portal textarea {
    resize: vertical;
}
.ehc-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}
.ehc-secondary-button {
    background: #e5e7eb !important;
    color: #111827 !important;
}
.ehc-primary-action-button {
    background: #111827 !important;
    color: #fff !important;
    font-weight: 800;
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
    .ehc-command-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .ehc-command-tile {
        padding: 13px !important;
    }
    .ehc-user-modal {
        align-items: flex-end;
        padding: 0;
    }
    .ehc-user-modal-panel {
        width: 100%;
        max-height: 92vh;
        border-radius: 18px 18px 0 0;
        padding: 18px;
    }
    .ehc-modal-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .ehc-modal-actions button {
        width: 100% !important;
    }
}

/* v0.9.9f overlap-aware: only push EHC account if Avada menu overlaps it */
@media (max-width: 1024px) {
  .ehc-account-wrap,
  .ehc-user-portal {
    margin-top: var(--ehc-awb-menu-overlap-push, 0px) !important;
    
  }
}

/* v0.9.11: EasyHeartCheck Support Assistant MVP */
.ehc-assistant-card {
  margin-top: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  padding: 18px;
}

.ehc-assistant-title {
  font-size: 18px;
  font-weight: 800;
  color: #172033;
  margin: 0;
}

.ehc-assistant-subtitle {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  margin: 4px 0 12px;
}

.ehc-assistant-input-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin: 12px 0;
}

.ehc-assistant-input {
  flex: 1;
  min-height: 44px;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
}

.ehc-assistant-send {
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  background: #0f172a;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.ehc-assistant-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.ehc-assistant-chip {
  border: 1px solid #d7dce5;
  border-radius: 999px;
  padding: 7px 10px;
  background: #f8fafc;
  color: #172033;
  font-size: 13px;
  cursor: pointer;
}

.ehc-assistant-answer {
  display: none;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 14px;
  margin-top: 12px;
  color: #172033;
  font-size: 14px;
  line-height: 1.55;
}

.ehc-assistant-answer.is-visible {
  display: block;
}

.ehc-assistant-answer h5 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
}

.ehc-assistant-answer p {
  margin: 8px 0;
}

.ehc-assistant-answer ul {
  margin: 8px 0 8px 18px;
  padding: 0;
}

.ehc-assistant-disclaimer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
  color: #64748b;
  font-size: 12px;
}

@media (max-width: 640px) {
  .ehc-assistant-input-row {
    flex-direction: column;
  }

  .ehc-assistant-send {
    min-height: 42px;
  }
}

/* v0.9.10b: device support placeholder disabled/grey state */
.ehc-command-tile.is-disabled.ehc-device-support-placeholder {
  background: #f1f5f9 !important;
  border-color: #d7dce5 !important;
  color: #64748b !important;
  opacity: 0.68 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
}

.ehc-command-tile.is-disabled.ehc-device-support-placeholder strong,
.ehc-command-tile.is-disabled.ehc-device-support-placeholder span,
.ehc-command-tile.is-disabled.ehc-device-support-placeholder em {
  color: #64748b !important;
}

/* v0.9.12a: Support Assistant listbox UI */
.ehc-assistant-select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin: 10px 0 12px;
}

.ehc-assistant-select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  background: #ffffff;
  color: #172033;
  padding: 8px 10px;
  font-size: 14px;
}

.ehc-assistant-select:focus,
.ehc-assistant-input:focus {
  outline: 2px solid rgba(15, 23, 42, 0.18);
  outline-offset: 1px;
}

.ehc-assistant-chips {
  display: none !important;
}

@media (max-width: 640px) {
  .ehc-assistant-select-row {
    grid-template-columns: 1fr;
  }
}

/* v0.9.14b: assistant language selector */
.ehc-assistant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.ehc-assistant-head .ehc-assistant-title {
  margin: 0;
}

.ehc-assistant-lang {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid #d7dce5;
  border-radius: 999px;
  background: #ffffff;
  color: #172033;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.ehc-assistant-lang:focus {
  outline: 2px solid rgba(15, 23, 42, 0.18);
  outline-offset: 1px;
}

/* v0.9.14c: portal language selector on signup */
.ehc-portal-langbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}

.ehc-portal-langbar label {
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
}

.ehc-portal-lang-select {
  min-height: 34px;
  border: 1px solid #d7dce5;
  border-radius: 999px;
  background: #ffffff;
  color: #172033;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
}

.ehc-portal-lang-select:focus {
  outline: 2px solid rgba(15, 23, 42, 0.18);
  outline-offset: 1px;
}

/* v0.9.14d: account portal language selector */
.ehc-portal-langbar-account {
  margin-bottom: 14px !important;
}

/* v0.9.14d: hide duplicate language selector inside assistant box */
.ehc-assistant-head .ehc-assistant-lang {
  display: none !important;
}

.ehc-assistant-head {
  justify-content: flex-start !important;
}

/* v0.9.15b: signup language top right */
.ehc-signup-wrap {
  position: relative;
}

.ehc-signup-wrap .ehc-portal-langbar {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.ehc-signup-wrap .ehc-portal-langbar label {
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

.ehc-signup-wrap .ehc-portal-lang-select {
  min-height: 34px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .ehc-signup-wrap .ehc-portal-langbar {
    position: static;
    justify-content: flex-end;
    margin-bottom: 12px !important;
  }
}

/* v0.9.15c: signup language no overlap */
.ehc-signup-wrap {
  position: relative;
}

.ehc-signup-wrap .ehc-portal-langbar {
  position: static !important;
  top: auto !important;
  right: auto !important;
  z-index: auto !important;
  width: 100%;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

.ehc-signup-wrap .ehc-portal-langbar label {
  font-size: 13px !important;
  line-height: 1.25 !important;
  color: #64748b !important;
  font-weight: 700 !important;
  margin: 0 !important;
  white-space: nowrap;
}

.ehc-signup-wrap .ehc-portal-lang-select {
  flex: 0 0 auto;
  min-width: 150px;
  min-height: 42px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .ehc-signup-wrap .ehc-portal-langbar {
    justify-content: flex-end !important;
    margin-bottom: 14px !important;
  }

  .ehc-signup-wrap .ehc-portal-langbar label {
    font-size: 12px !important;
  }

  .ehc-signup-wrap .ehc-portal-lang-select {
    min-width: 120px;
  }
}

/* v0.9.15d: signup language account style */
.ehc-signup-wrap .ehc-portal-langbar.ehc-portal-langbar-account {
  position: static !important;
  top: auto !important;
  right: auto !important;
  z-index: auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.ehc-signup-wrap .ehc-portal-langbar.ehc-portal-langbar-account label {
  margin: 0 !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #64748b !important;
}

.ehc-signup-wrap .ehc-portal-langbar.ehc-portal-langbar-account .ehc-portal-lang-select {
  flex: 0 0 auto !important;
  min-width: 150px !important;
  max-width: 220px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

@media (max-width: 640px) {
  .ehc-signup-wrap .ehc-portal-langbar.ehc-portal-langbar-account {
    justify-content: flex-end !important;
    margin-bottom: 14px !important;
  }

  .ehc-signup-wrap .ehc-portal-langbar.ehc-portal-langbar-account label {
    font-size: 12px !important;
  }

  .ehc-signup-wrap .ehc-portal-langbar.ehc-portal-langbar-account .ehc-portal-lang-select {
    min-width: 120px !important;
  }
}

/* v0.9.20j: assistant send button secondary gray */
.ehc-assistant-send {
  background: #e5e7eb !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: none !important;
}

.ehc-assistant-send:hover,
.ehc-assistant-send:focus {
  background: #cbd5e1 !important;
  color: #0f172a !important;
}
