.auth-links{display:flex;justify-content:space-between;margin-top:16px;font-size:13px;color:var(--primary-2)}


/* Owner Store product flow */
.product-flow-steps{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}
.product-flow-steps span{display:inline-flex;align-items:center;padding:.45rem .7rem;border:1px solid var(--border,#141720);border-radius:999px;font-size:.78rem;color:var(--muted,#9da3b1);background:var(--surface,#2B313F)}
.product-flow-steps span.active{color:#fff;border-color:rgba(130,88,220,.65);background:rgba(110,70,190,.18)}
.product-flow-note{display:flex;flex-direction:column;gap:.3rem;padding:.8rem 1rem;border:1px solid var(--border,#141720);border-radius:12px;background:rgba(43,49,63,.55)}
.product-flow-note span{color:var(--muted,#9da3b1);font-size:.9rem}
.owner-content-manager .owner-content-row{align-items:center}
.owner-content-manager .owner-content-row>div{min-width:0}
.owner-content-manager .owner-content-row span{display:block}


/* =========================================================
   OWNER PRODUCT EDITOR UX V2
   ========================================================= */

.owner-content-manager{
  gap:18px;
}

.owner-content-overview{
  display:grid;
  grid-template-columns:1.8fr .8fr .6fr;
  gap:10px;
}

.owner-content-overview-item{
  padding:14px 15px;
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,255,255,.02);
  min-width:0;
}

.owner-content-overview-label{
  display:block;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:5px;
}

.owner-content-overview-item strong{
  display:block;
  overflow-wrap:anywhere;
}

.owner-readiness-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.owner-readiness-card{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:14px;
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,255,255,.02);
}

.owner-readiness-card.is-ready{
  border-color:rgba(69,196,138,.3);
  background:rgba(69,196,138,.06);
}

.owner-readiness-card.is-error{
  border-color:rgba(235,111,115,.3);
  background:rgba(235,111,115,.06);
}

.owner-readiness-icon{
  width:34px;
  height:34px;
  min-width:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--deep);
  color:var(--primary-2);
  font-weight:900;
}

.owner-readiness-card.is-ready .owner-readiness-icon{
  color:var(--success);
}

.owner-readiness-card.is-error .owner-readiness-icon{
  color:#ff9b9e;
}

.owner-readiness-card strong,
.owner-readiness-card small{
  display:block;
}

.owner-readiness-card small{
  color:var(--muted);
  margin-top:3px;
  line-height:1.45;
}

.owner-content-list-section,
.owner-content-form{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:15px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(255,255,255,.02);
}

.owner-section-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.owner-section-title h3{
  margin:0;
}

.owner-section-title p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}

.owner-content-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.owner-content-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:13px;
  background:var(--surface);
}

.owner-content-row.is-invalid{
  border-color:rgba(235,111,115,.3);
}

.owner-content-row-main{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}

.owner-content-icon{
  width:38px;
  height:38px;
  min-width:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(139,92,246,.1);
  color:var(--primary-2);
}

.owner-content-icon svg{
  width:18px;
  height:18px;
}

.owner-content-row-copy{
  min-width:0;
}

.owner-content-row-copy strong,
.owner-content-row-copy span,
.owner-content-row-copy small{
  display:block;
  overflow-wrap:anywhere;
}

.owner-content-row-copy span{
  color:var(--muted);
  font-size:12px;
  margin-top:3px;
}

.owner-content-valid{
  color:var(--success);
  font-size:11px;
  margin-top:4px;
}

.owner-content-invalid{
  color:#ff9b9e;
  font-size:11px;
  margin-top:4px;
}

.owner-content-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:5px;
  min-height:150px;
  padding:20px;
  border:1px dashed var(--border);
  border-radius:14px;
}

.owner-content-empty-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(139,92,246,.1);
  color:var(--primary-2);
}

.owner-content-empty-icon svg{
  width:22px;
  height:22px;
}

.owner-content-empty strong{
  color:var(--text);
}

.owner-content-empty p{
  max-width:420px;
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}

.owner-content-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.owner-content-form-grid .full{
  grid-column:1/-1;
}

.owner-context-field[hidden]{
  display:none!important;
}

.field-help{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}

.owner-upload-status{
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:11px;
  color:var(--muted);
  font-size:12px;
  background:var(--deep);
}

.owner-publish-panel{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:16px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(139,92,246,.045);
}

.owner-publish-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.owner-publish-head h3{
  margin:4px 0 3px;
}

.owner-publish-head p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}

.owner-publish-state{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid var(--border);
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.owner-publish-state.is-ready{
  color:var(--success);
  border-color:rgba(69,196,138,.25);
  background:rgba(69,196,138,.08);
}

.owner-publish-state.is-waiting{
  color:var(--muted);
  background:rgba(255,255,255,.025);
}

.owner-publish-checklist{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.owner-publish-checklist>div{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 11px;
  border:1px solid var(--border);
  border-radius:11px;
  color:var(--muted);
  font-size:12px;
  background:var(--surface);
}

.owner-publish-checklist>div.done{
  color:var(--success);
  border-color:rgba(69,196,138,.25);
}

.owner-publish-button:disabled{
  opacity:.55;
  cursor:not-allowed;
  transform:none!important;
}

.owner-published-panel{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 15px;
  border:1px solid rgba(69,196,138,.25);
  border-radius:14px;
  background:rgba(69,196,138,.06);
}

.owner-published-panel strong{
  color:var(--success);
}

.owner-published-panel span{
  color:var(--muted);
  font-size:12px;
}

@media(max-width:700px){
  .owner-content-overview,
  .owner-readiness-grid,
  .owner-content-form-grid{
    grid-template-columns:1fr;
  }

  .owner-content-form-grid .full{
    grid-column:auto;
  }

  .owner-publish-checklist{
    grid-template-columns:1fr;
  }

  .owner-publish-head{
    flex-direction:column;
  }

  .owner-content-row{
    align-items:flex-start;
  }

  .owner-content-row .button{
    flex:0 0 auto;
  }
}


/* Global request progress / anti-spam feedback */
#jyyr-request-progress{
  position:fixed;
  inset:0 0 auto 0;
  width:100%;
  height:3px;
  z-index:99999;
  pointer-events:none;
  opacity:0;
  overflow:hidden;
  background:transparent;
}

#jyyr-request-progress .jyyr-request-progress-bar{
  width:42%;
  height:100%;
  transform:translateX(-120%);
  transform-origin:left center;
  background:#8b5cf6;
  box-shadow:0 0 12px rgba(139,92,246,.45);
}

#jyyr-request-progress.active{
  opacity:1;
}

#jyyr-request-progress.active .jyyr-request-progress-bar{
  animation:jyyrRequestLoading 1.05s ease-in-out infinite;
}

#jyyr-request-progress.done{
  opacity:1;
}

#jyyr-request-progress.done .jyyr-request-progress-bar{
  width:100%;
  transform:translateX(0);
  animation:none;
  transition:transform .18s ease,width .18s ease;
}

@keyframes jyyrRequestLoading{
  0%{transform:translateX(-120%);}
  50%{transform:translateX(105%);}
  100%{transform:translateX(245%);}
}

button[aria-busy="true"]{
  cursor:wait;
}

/* PROFILE PAGE FINAL UIUX START */

.profile-page{
  min-width:0;
}

.profile-page-header{
  align-items:flex-end;
}

.profile-page-header .header-actions{
  flex:0 0 auto;
}

.profile-page-header .header-actions .button{
  gap:8px;
}

.profile-page-header .header-actions svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
}

.profile-hero{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:0;
  padding:22px 24px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(139,92,246,.11),
      transparent 34%
    ),
    var(--surface);
}

.profile-identity{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}

.profile-avatar{
  width:78px;
  height:78px;
  min-width:78px;
  display:grid;
  place-items:center;
  border-radius:24px;
  border:1px solid rgba(167,139,250,.32);
  background:
    linear-gradient(
      135deg,
      rgba(139,92,246,.22),
      rgba(167,139,250,.08)
    );
  color:var(--primary-2);
  font-size:20px;
  font-weight:900;
  box-shadow:var(--shadow-sm);
}

.profile-identity-copy{
  min-width:0;
}

.profile-identity-copy h2{
  margin:4px 0 5px;
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.03em;
  overflow-wrap:anywhere;
}

.profile-identity-copy p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  overflow-wrap:anywhere;
}

.profile-dot{
  display:inline-block;
  margin:0 5px;
}

.profile-stat-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--border);
  width:100%;
  min-width:0;
}

.profile-stat-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:0;
  padding:12px 8px;
  text-align:center;
  border-left:0;
  border-top:0;
  overflow:hidden;
}

.profile-stat-card:nth-child(3n+2),
.profile-stat-card:nth-child(3n+3){
  border-left:1px solid var(--border);
}

.profile-stat-card:nth-child(n+4){
  border-top:1px solid var(--border);
}

.profile-stat-icon{
  width:34px;
  height:34px;
  min-width:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(139,92,246,.09);
  color:var(--primary-2);
}

.profile-stat-icon svg{
  width:17px;
  height:17px;
}

.profile-stat-card span,
.profile-stat-card strong{
  display:block;
  width:100%;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.profile-stat-card span{
  color:var(--muted);
  font-size:11px;
  line-height:1.2;
}

.profile-stat-card strong{
  margin-top:2px;
  color:var(--text);
  font-size:14px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.profile-content-grid{
  margin-top:24px;
}

.profile-account-panel,
.profile-login-panel{
  min-width:0;
}

/* PROFILE ACCOUNT COMPACT UX V1 */

.profile-account-panel{
  padding:18px;
}

.profile-account-head{
  min-width:0;
}

.profile-account-head .profile-section-heading{
  margin-bottom:10px;
}

.profile-account-head .profile-section-heading p{
  max-width:58ch;
}

.profile-account-view{
  border-top:1px solid var(--border);
}

.profile-detail-section{
  padding:12px 0 2px;
}

.profile-detail-section + .profile-detail-section{
  margin-top:2px;
  border-top:1px solid var(--border);
}

.profile-detail-kicker{
  margin-bottom:2px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.profile-detail-list{
  margin:0;
}

.profile-detail-row{
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-width:0;
  padding:11px 0;
  border-bottom:1px solid var(--border);
}

.profile-detail-row:last-child{
  border-bottom:0;
}

.profile-detail-row dt{
  color:var(--muted);
  font-size:12px;
}

.profile-detail-row dd{
  min-width:0;
  margin:0;
  color:var(--text);
  font-size:13px;
  font-weight:650;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.profile-detail-value-muted{
  color:var(--muted-strong)!important;
  font-weight:500!important;
}

.profile-detail-bio{
  line-height:1.6;
  white-space:pre-wrap;
}

.profile-edit-disclosure{
  margin-top:12px;
}

.profile-account-edit-summary{
  width:max-content;
  max-width:100%;
  list-style:none;
  justify-content:center;
}

.profile-account-edit-summary::-webkit-details-marker{
  display:none;
}

.profile-account-edit-summary .icon{
  width:15px;
  height:15px;
}

.profile-edit-disclosure[open] .profile-account-edit-summary{
  border-color:rgba(167,139,250,.32);
  background:rgba(139,92,246,.07);
}

.profile-edit-disclosure .profile-form{
  margin-top:12px;
  padding-top:14px;
  border-top:1px solid var(--border);
}

.profile-bio-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.profile-bio-help strong{
  color:var(--muted-strong);
}

@media(max-width:600px){
  .profile-detail-row{
    grid-template-columns:1fr;
    gap:4px;
    align-items:start;
    padding:10px 0;
  }

  .profile-account-edit-summary{
    width:100%;
  }

  .profile-bio-help{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
}


.profile-section-heading{
  margin-bottom:18px;
}

.profile-section-heading h2{
  margin:4px 0 5px;
  font-size:20px;
  line-height:1.2;
}

.profile-section-heading p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  max-width:62ch;
}

.profile-form{
  gap:15px;
}

.profile-form .field-help{
  margin-top:0;
}

.profile-form input[readonly]{
  color:var(--muted-strong);
  cursor:not-allowed;
}

.profile-form input[readonly]:focus{
  border-color:var(--border-strong);
}

.profile-form-actions{
  display:flex;
  justify-content:flex-end;
  padding-top:3px;
}

.profile-form-actions .button{
  min-width:170px;
}

.profile-form-actions .button[aria-busy="true"]{
  pointer-events:none;
}

.profile-side-column{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-width:0;
}

.profile-security-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:13px;
  padding:16px;
  background:
    linear-gradient(
      135deg,
      rgba(139,92,246,.07),
      rgba(139,92,246,.02)
    );
  border:1px solid rgba(167,139,250,.18);
  border-radius:var(--radius-lg);
}

.profile-security-icon{
  width:42px;
  height:42px;
  min-width:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:var(--primary-2);
  background:rgba(139,92,246,.1);
}

.profile-security-icon svg{
  width:19px;
  height:19px;
}

.profile-security-copy{
  min-width:0;
}

.profile-security-copy h2{
  margin:3px 0 4px;
  font-size:17px;
}

.profile-security-copy p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

.profile-security-action{
  white-space:nowrap;
}

.profile-login-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.profile-login-item{
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  padding:12px;
  border:1px solid var(--border);
  border-radius:13px;
  background:var(--panel);
}

.profile-login-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:var(--muted);
  background:rgba(255,255,255,.035);
}

.profile-login-item[data-login-status="SUCCESS"] .profile-login-icon{
  color:var(--success);
  background:rgba(69,196,138,.08);
}

.profile-login-item[data-login-status="FAILED"] .profile-login-icon{
  color:#ff9b9e;
  background:rgba(235,111,115,.08);
}

.profile-login-copy{
  min-width:0;
}

.profile-login-copy strong,
.profile-login-copy span,
.profile-login-copy small{
  display:block;
  min-width:0;
  overflow-wrap:anywhere;
}

.profile-login-copy strong{
  font-size:13px;
}

.profile-login-copy span{
  margin-top:3px;
  color:var(--muted-strong);
  font-size:12px;
}

.profile-login-copy span,
.profile-login-copy small{
  display:inline;
  min-width:0;
  overflow-wrap:anywhere;
}

.profile-login-copy small::before{
  content:' · ';
}

.profile-login-copy small{
  margin-top:2px;
  color:var(--muted);
  font-size:11px;
}

.profile-login-time{
  min-width:0;
  max-width:150px;
  color:var(--muted);
  font-size:11px;
  text-align:right;
  line-height:1.45;
  overflow-wrap:anywhere;
}

@media(max-width:860px){
  .profile-security-card{
    grid-template-columns:auto minmax(0,1fr);
  }

  .profile-security-action{
    grid-column:2;
    justify-self:start;
  }
}

@media(max-width:600px){
  .profile-page-header{
    align-items:flex-start;
  }

  .profile-page-header .header-actions{
    width:100%;
  }

  .profile-page-header .header-actions .button{
    width:100%;
  }

  .profile-hero{
    padding:18px;
  }

  .profile-identity{
    align-items:flex-start;
    gap:14px;
  }


  .profile-avatar{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:18px;
  }

  .profile-stat-grid{
    gap:0;
    margin-top:16px;
    padding-top:14px;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .profile-stat-card{
    min-height:0;
    padding:11px 5px;
  }

  .profile-stat-icon{
    width:32px;
    height:32px;
    min-width:32px;
  }

  .profile-stat-card span{
    font-size:10px;
  }

  .profile-stat-card strong{
    font-size:13px;
  }

  .profile-content-grid{
    margin-top:18px;
  }

  .profile-account-panel,
  .profile-login-panel{
    padding:16px;
  }

  .profile-form-actions{
    justify-content:stretch;
  }

  .profile-form-actions .button{
    width:100%;
  }

  .profile-security-card{
    grid-template-columns:auto minmax(0,1fr);
    align-items:start;
  }

  .profile-security-action{
    grid-column:2;
    width:100%;
    justify-content:center;
  }

  .profile-login-item{
    grid-template-columns:38px minmax(0,1fr);
    align-items:start;
  }

  .profile-login-icon{
    width:38px;
    height:38px;
  }

  .profile-login-time{
    grid-column:2;
    max-width:none;
    text-align:left;
    padding-top:2px;
  }
}

@media(max-width:380px){
  .profile-identity{
    flex-direction:column;
  }

  .profile-avatar{
    width:56px;
    height:56px;
    min-width:56px;
  }

}

/* PROFILE PAGE FINAL UIUX END */

/* =========================================================
   OWNER USERS TABLE & FILTER UX
   ========================================================= */

.owner-users-toolbar{
  padding:16px;
}

.owner-users-filter{
  display:grid;
  grid-template-columns:
    minmax(0,1fr)
    minmax(150px,180px)
    minmax(150px,180px)
    auto
    auto;
  align-items:end;
  gap:12px;
  min-width:0;
  margin:0;
}

.owner-users-filter-field{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
}

.owner-users-filter-field>span{
  color:var(--muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.owner-users-filter-field input,
.owner-users-filter-field .jyyr-select-trigger{
  width:100%;
  min-width:0;
  height:44px;
  padding:0 12px;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  background:var(--deep);
  color:var(--text);
  outline:0;
  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    background .16s ease;
}

.owner-users-filter-field input::placeholder{
  color:#6f7480;
}

.owner-users-filter-field input:hover,
.owner-users-filter-field .jyyr-select-trigger:hover{
  border-color:var(--border-strong);
}

.owner-users-filter-field input:focus,
.owner-users-filter-field .jyyr-select-trigger:focus-visible{
  border-color:var(--primary-2);
  box-shadow:0 0 0 3px rgba(167,139,250,.10);
}

.owner-users-filter-submit,
.owner-users-filter-reset{
  min-width:104px;
  height:44px;
  white-space:nowrap;
}

.owner-users-filter-submit>.icon{
  width:17px;
  height:17px;
  max-width:17px;
  max-height:17px;
}

.owner-users-table{
  width:100%;
  min-width:860px;
  table-layout:fixed;
}

.owner-users-col-user{
  width:28%;
}

.owner-users-col-role{
  width:10%;
}

.owner-users-col-status{
  width:11%;
}

.owner-users-col-balance{
  width:12%;
}

.owner-users-col-orders{
  width:8%;
}

.owner-users-col-registered{
  width:17%;
}

.owner-users-col-action{
  width:14%;
}

.owner-users-table th,
.owner-users-table td{
  vertical-align:middle;
}

.owner-users-table th:nth-child(7),
.owner-users-table td:nth-child(7){
  text-align:right;
}

.owner-users-table td:first-child{
  min-width:0;
  white-space:normal;
}

.owner-users-username,
.owner-users-email{
  display:block;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.owner-users-table td:nth-child(2),
.owner-users-table td:nth-child(3),
.owner-users-table td:nth-child(4),
.owner-users-table td:nth-child(5),
.owner-users-table td:nth-child(6){
  white-space:nowrap;
}

.owner-users-table .status-badge{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.owner-users-table .table-actions{
  justify-content:flex-end;
}

@media(max-width:980px){
  .owner-users-filter{
    grid-template-columns:
      minmax(0,1fr)
      minmax(150px,1fr)
      minmax(150px,1fr);
  }

  .owner-users-search{
    grid-column:1/-1;
  }

  .owner-users-filter-submit,
  .owner-users-filter-reset{
    width:100%;
  }
}

@media(max-width:600px){
  .owner-users-toolbar{
    padding:12px;
  }

  .owner-users-filter{
    grid-template-columns:minmax(0,1fr);
    gap:10px;
  }

  .owner-users-search{
    grid-column:auto;
  }

  .owner-users-filter-submit,
  .owner-users-filter-reset{
    width:100%;
  }

  .owner-users-table{
    min-width:0;
    width:100%;
    table-layout:fixed;
  }

  .owner-users-table td:first-child{
    white-space:normal;
  }

  .owner-users-username{
    white-space:normal;
    overflow-wrap:anywhere;
  }

  .owner-users-email{
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .owner-users-table td:nth-child(2),
  .owner-users-table td:nth-child(3),
  .owner-users-table td:nth-child(4),
  .owner-users-table td:nth-child(5),
  .owner-users-table td:nth-child(6){
    white-space:normal;
  }

  .owner-users-table .status-badge{
    white-space:normal;
  }
}
