.help-center-shell {
  width: 100%;
  max-width: var(--page-width, 1180px);
  margin: 18px auto 34px;
  padding: 0 var(--page-gutter, 18px);
  box-sizing: border-box;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, .08);
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 99, 235, .16), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(56, 189, 248, .12), transparent 24%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 52%, #f8fafc 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.help-hero--category {
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  align-items: center;
}

.help-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-hero__copy h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: #0f172a;
}

.help-hero__copy p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.7;
}

.help-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.help-hero__stat {
  min-width: 140px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(148, 163, 184, .25);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.help-hero__stat strong {
  display: block;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.help-hero__stat span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: .92rem;
}

.help-hero__surface {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(148, 163, 184, .24);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
}

.help-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
}

.help-eyebrow {
  margin: 0 0 8px !important;
  color: #2563eb !important;
  font-size: .78rem !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.help-search {
  display: grid;
  gap: 12px;
}

.help-search__label {
  display: block;
  color: #0f172a;
  font-size: .98rem;
  font-weight: 700;
}

.help-search__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.help-search__field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.help-search__icon {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1;
}

.help-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 15px 0;
  font-size: 1rem;
  color: #0f172a;
  outline: none;
}

.help-search button,
.help-card-link,
.help-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 850;
  text-decoration: none;
}

.help-search button {
  min-height: 54px;
  color: #fff;
  background: #0f172a;
  cursor: pointer;
  min-width: 142px;
  box-shadow: 0 14px 26px rgba(15, 23, 42, .18);
}

.help-search-shortcuts {
  display: grid;
  gap: 10px;
  padding-top: 6px;
  border-top: 1px solid rgba(148, 163, 184, .2);
}

.help-search-shortcuts__title {
  color: #64748b;
  font-size: .93rem;
  font-weight: 700;
}

.help-search-shortcuts__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-search-shortcuts__links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 700;
}

.help-search-shortcuts__links a:hover {
  background: #dbeafe;
}

.help-section {
  margin-top: 28px;
}

.help-section--main {
  margin-top: 0;
}

.help-section__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 16px;
}

.help-section__head h2,
.help-aside h2,
.help-aside h3 {
  margin: 0;
  color: #0f172a;
  letter-spacing: -.03em;
}

.help-section__head p:not(.help-eyebrow) {
  margin: 6px 0 0;
  color: #64748b;
}

.help-link {
  color: #1d4ed8;
  background: #eff6ff;
}

.help-category-grid,
.help-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.help-article-list--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-article-list--single {
  grid-template-columns: 1fr;
}

.help-category-card,
.help-article-card,
.help-aside,
.help-article-page {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.help-category-card {
  overflow: hidden;
}

.help-category-card__image {
  display: block;
  background: #e2e8f0;
}

.help-category-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.help-category-card__body,
.help-article-card {
  padding: 20px;
}

.help-category-card h3,
.help-article-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.help-category-card h3 a,
.help-article-card h3 a,
.help-breadcrumb a,
.help-aside-nav a {
  color: #0f172a;
  text-decoration: none;
}

.help-category-card h3 a:hover,
.help-article-card h3 a:hover,
.help-breadcrumb a:hover,
.help-aside-nav a:hover {
  color: #1d4ed8;
}

.help-category-card p,
.help-article-card p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.65;
}

.help-count {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #1e3a8a;
  background: #dbeafe;
  font-weight: 800;
  font-size: .83rem;
}

.help-card-link {
  margin-top: 14px;
  padding: 10px 0;
  color: #1d4ed8;
  background: transparent;
  justify-content: flex-start;
}

.help-empty-state {
  padding: 28px;
  border-radius: 24px;
  color: #64748b;
  background: #fff;
  border: 1px dashed rgba(100, 116, 139, .35);
}

.help-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: #64748b;
  font-size: .94rem;
}

.help-breadcrumb strong {
  color: #0f172a;
}

.help-layout {
  display: grid;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.help-layout--sidebar-left {
  grid-template-columns: 280px minmax(0, 1fr);
}

.help-layout--article-3col {
  grid-template-columns: 260px minmax(0, 1fr) 290px;
}


.help-sidebar-left {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.help-sidebar-left .help-aside {
  position: static;
}

.help-aside--related {
  margin-top: 0;
}

.help-aside {
  padding: 20px;
  position: sticky;
  top: 96px;
}

.help-aside-block + .help-aside-block {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, .25);
}

.help-aside h2 {
  font-size: 1.15rem;
}

.help-aside h3 {
  font-size: .95rem;
  margin-bottom: 10px;
}

.help-aside-nav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.help-aside-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 14px;
  color: #475569;
  background: #f8fafc;
}

.help-aside-nav a span {
  display: block;
  min-width: 0;
}

.help-aside-nav a small {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(219, 234, 254, .8);
  color: #1e3a8a;
  font-size: .76rem;
  font-weight: 800;
}

.help-aside-nav a.is-active,
.help-aside-nav a:hover {
  color: #1d4ed8;
  background: #eff6ff;
}

.help-article-page {
  padding: clamp(22px, 4vw, 42px);
}

.help-article-page__head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(148, 163, 184, .25);
}

.help-article-page__head h1 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  color: #0f172a;
}

.help-article-page__head p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.help-article-content {
  padding-top: 22px;
  color: #1f2937;
  line-height: 1.78;
  font-size: 1.02rem;
}

.help-article-content :first-child {
  margin-top: 0;
}

.help-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.help-feedback {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;

}

.help-feedback__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

.help-feedback__actions {
    display: flex;
    justify-content: center;
    gap: 12px;

}

.help-feedback__actions form {
  margin: 0;
}

.help-feedback__button {
  min-width: 86px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, .42);
  background: #fff;
  color: #166534;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.help-feedback__actions form:last-child .help-feedback__button {
  color: #92400e;
}

.help-feedback__button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
  border-color: rgba(37, 99, 235, .35);
}

.help-feedback__button.is-selected {
  color: #fff;
  background: #0f172a;
  border-color: #0f172a;
}

.help-feedback__button:disabled {
  cursor: default;
  opacity: 1;
}

.help-feedback__summary,
.help-feedback__notice,
.help-feedback__support {
  margin: 14px 0 0;
}

.help-feedback__summary {
  color: #334155;
  font-size: .98rem;
}

.help-feedback__notice {
  color: #1d4ed8;
  font-weight: 700;
}

.help-feedback__support {
  color: #0f172a;
  font-size: 1rem;
}

.help-feedback__support a {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.help-feedback__support a:hover {
  text-decoration: underline;
}

.help-search-sticky{position:sticky;top:82px;z-index:5}.help-live-results{position:absolute;left:24px;right:24px;top:calc(100% - 18px);background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 18px 46px rgba(15,23,42,.14);border-radius:20px;padding:14px;z-index:20}.help-live-group{display:grid;gap:8px;margin:8px 0 12px}.help-live-group a{display:grid;gap:3px;padding:10px 12px;border-radius:14px;background:#f8fafc;text-decoration:none;color:#0f172a}.help-live-group span{font-size:.88rem;color:#64748b}.help-live-suggestions{border-top:1px solid rgba(148,163,184,.24);padding-top:10px}.help-live-suggestions button,.help-tag,.help-tag-cloud a{border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:6px 10px;font-weight:800;text-decoration:none;display:inline-flex;margin:3px;cursor:pointer}.help-suggestions{padding:16px 18px;border:1px solid rgba(37,99,235,.14);background:#eff6ff;border-radius:18px;margin-bottom:18px}.help-suggestions a{margin-left:8px;color:#1d4ed8;font-weight:800}.help-category-tree .help-subcategory-link{margin-left:18px;padding-left:22px;position:relative;background:#fff}.help-category-tree .help-subcategory-link:before{content:'';width:1em;height:1em;background:currentColor;-webkit-mask:url('/images/icons/arrow-turn.svg') center/contain no-repeat;mask:url('/images/icons/arrow-turn.svg') center/contain no-repeat;position:absolute;left:8px;color:#94a3b8}.help-sidebar-left{display:grid;gap:18px}.help-subcategory-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.help-subcategory-list a{border-radius:999px;background:#f8fafc;color:#334155;padding:7px 10px;text-decoration:none;font-size:.9rem;font-weight:700}.help-card-meta,.help-article-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;color:#64748b;font-size:.92rem}.help-feedback-text{width:100%;margin-top:12px}.help-feedback-text label{display:grid;gap:8px;color:#334155;font-weight:800}.help-feedback-text textarea{width:100%;border:1px solid rgba(100,116,139,.28);border-radius:14px;padding:12px;resize:vertical}.help-feedback__submit{margin-top:10px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-weight:850;padding:11px 18px;cursor:pointer}.help-aside--related{border-color:rgba(37,99,235,.18);box-shadow:0 18px 50px rgba(37,99,235,.08)}

.help-tree-item{display:grid;gap:6px}.help-tree-link{display:flex!important;align-items:center;justify-content:space-between;gap:10px}.help-tree-meta{display:inline-flex;align-items:center;gap:7px}.help-tree-caret{font-weight:900;transition:transform .16s ease}.help-tree-item.is-open>.help-tree-link .help-tree-caret{transform:rotate(90deg)}.help-tree-children{display:grid;gap:6px;margin-left:14px;padding-left:12px;border-left:2px solid rgba(148,163,184,.24)}.help-tree-level-1 .help-tree-link{background:#fff}.help-tree-level-2 .help-tree-link{font-size:.94rem;padding-left:16px}.help-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:900;letter-spacing:.02em}.help-status-badge--new{background:#dcfce7;color:#166534}.help-status-badge--changed{background:#fef3c7;color:#92400e}.help-card-badges{display:flex;gap:7px;margin-bottom:8px}.help-article-actions{display:flex;justify-content:flex-start;margin-top:14px}.help-copy-page-link{border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:850;padding:9px 13px;cursor:pointer}.help-article-content h2,.help-article-content h3,.help-article-content h4{scroll-margin-top:110px}.help-heading-copy{margin-left:8px;border:0;background:transparent;cursor:pointer;font-size:.85em;opacity:.55}.help-heading-copy:hover{opacity:1}


.help-inline-box{display:grid;gap:8px;margin:18px 0;padding:16px 18px;border-radius:18px;border:1px solid rgba(15,23,42,.1);background:#f8fafc;box-shadow:0 12px 32px rgba(15,23,42,.04)}
.help-inline-box strong{display:flex;align-items:center;gap:8px;color:#0f172a;font-size:1rem}.help-inline-box div>:first-child{margin-top:0}.help-inline-box div>:last-child{margin-bottom:0}
.help-inline-box--tip{background:#f0fdf4;border-color:rgba(22,101,52,.18)}.help-inline-box--important{background:#fffbeb;border-color:rgba(146,64,14,.22)}.help-inline-box--note{background:#eff6ff;border-color:rgba(29,78,216,.2)}
.help-feedback__actions--three{grid-template-columns:repeat(3,minmax(0,1fr))}.help-feedback__actions--three .help-feedback__button{width:100%}.help-status-badge--pinned{background:#ede9fe;color:#5b21b6}

/* Premium feedback card */
.help-feedback {
  position: relative;
  max-width: 620px;
  margin: 42px auto 0;
  padding: 28px 30px;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

.help-feedback::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 74px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #2563eb;
}

.help-feedback__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.25;
  letter-spacing: -.03em;
}

.help-feedback__header h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin: 14px auto 0;
  background: rgba(148, 163, 184, .45);
}

.help-feedback__actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  margin-top: 22px;
}

.help-feedback__actions--three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.help-feedback__actions form {
  margin: 0;
}

.help-feedback__button {
  min-width: 132px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, .28);
  background: #fff;
  color: #0f172a;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.help-feedback__button:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .45);
  box-shadow: 0 14px 28px rgba(37, 99, 235, .12);
}

.help-feedback__button.is-selected {
  color: #fff;
  background: #0f172a;
  border-color: #0f172a;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .2);
}

.help-feedback__summary {
  margin-top: 18px;
  color: #475569;
  font-size: .98rem;
}

.help-feedback__notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 850;
}

.help-feedback__support {
  margin-top: 18px;
  color: #334155;
  font-size: 1rem;
}

.help-feedback__support a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  color: #1d4ed8;
  font-weight: 900;
  text-decoration: none;
}

.help-feedback__support a:hover {
  text-decoration: underline;
}

.help-feedback-text {
  max-width: 520px;
  margin: 18px auto 0;
  text-align: left;
}

.help-feedback-text label {
  color: #334155;
  font-weight: 850;
}

.help-feedback-text textarea {
  min-height: 110px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.help-feedback__submit {
  min-height: 46px;
  margin-top: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .16);
}

/* Premium centered feedback form refinement */
.help-feedback {
  overflow: hidden;
}

.help-feedback__actions--three {
  align-items: start;
}

.help-feedback__actions--three form {
  display: contents;
}

.help-feedback__actions--three .help-feedback__button {
  width: 100%;
  min-height: 58px;
  white-space: normal;
}

.help-feedback__actions--three .help-feedback-text {
  grid-column: 1 / -1;
  width: min(100%, 520px);
  margin: 22px auto 0;
  padding: 22px;
  text-align: center;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.help-feedback__actions--three .help-feedback-text label {
  display: block;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

.help-feedback__actions--three .help-feedback-text textarea {
  display: block;
  width: 100%;
  max-width: 440px;
  min-height: 120px;
  margin: 12px auto 0;
  padding: 14px 16px;
  border: 2px solid rgba(37, 99, 235, .26);
  border-radius: 20px;
  color: #0f172a;
  background: #fff;
  outline: none;
  resize: vertical;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 25px rgba(15, 23, 42, .05);
}

.help-feedback__actions--three .help-feedback-text textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.help-feedback__actions--three .help-feedback__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  margin: 14px auto 0;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0f172a;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .18);
}

.help-feedback__actions--three .help-feedback__submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, .22);
}

.help-feedback__actions--three .help-negative-feedback.is-open .help-feedback__button {
  border-color: rgba(37, 99, 235, .45);
  background: #eff6ff;
  color: #1d4ed8;
}

/* Inline help boxes inside help articles */
.help-inline-box {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-left-width: 5px;
  border-radius: 20px;
  color: #0f172a;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.help-inline-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  font-size: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.help-inline-box__content strong {
  display: block;
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
}

.help-inline-box__content > div {
  color: #334155;
  line-height: 1.7;
}

.help-inline-box__content > div > :first-child {
  margin-top: 0;
}

.help-inline-box__content > div > :last-child {
  margin-bottom: 0;
}

.help-inline-box--tip {
  border-left-color: #2563eb;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
}

.help-inline-box--important {
  border-left-color: #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
}

.help-inline-box--note {
  border-left-color: #64748b;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}


/* Final fix: Pages overview status badges in dark mode */
html.admin-theme-dark .admin-content .pages-admin-status.is-active{
    background: rgba(20, 184, 116, .22) !important;
    color: #86efac !important;
    border: 1px solid rgba(134, 239, 172, .38) !important;
    box-shadow: none !important;
}

html.admin-theme-dark .admin-content .pages-admin-status.is-inactive{
    background: rgba(244, 63, 94, .20) !important;
    color: #fda4af !important;
    border: 1px solid rgba(253, 164, 175, .38) !important;
    box-shadow: none !important;
}

html.admin-theme-dark .admin-content .pages-admin-status.is-active,
html.admin-theme-dark .admin-content .pages-admin-status.is-inactive{
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    opacity: 1 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

html.admin-theme-dark .admin-content .pages-admin-status.is-active *,
html.admin-theme-dark .admin-content .pages-admin-status.is-inactive *{
    opacity: 1 !important;
    color: inherit !important;
    text-shadow: none !important;
    -webkit-text-fill-color: currentColor !important;
}

html.admin-theme-dark .admin-content .pages-admin-status.is-active span{
    background: #22c55e !important;
}

html.admin-theme-dark .admin-content .pages-admin-status.is-inactive span{
    background: #fb7185 !important;
}

.help-inline-box__icon-img{display:block;width:24px;height:24px;object-fit:contain}

.help-feedback-icon-img,.drag-icon-img{display:inline-block;width:1em;height:1em;object-fit:contain;vertical-align:-.15em}
