.notice,
.m2-notice,
.alert {
  display: none !important;
}

.m2-chip-more {
  display: inline-block;
}

.m2-chip-more > summary {
  list-style: none;
  cursor: pointer;
}

.m2-chip-more > summary::-webkit-details-marker {
  display: none;
}

.m2-chip-more[open] > .m2-chip-row {
  margin-top: 8px;
}

.wc-admin-route .wc-neo-content {
  display: grid;
  gap: 14px;
  align-content: start;
}

.wc-admin-route .m2-content {
  margin-top: 0;
  display: grid;
  gap: 14px;
}

.wc-admin-route .m2-card {
  margin-bottom: 0;
}

.wc-admin-route .m2-grid {
  margin-bottom: 0;
}

.wc-admin-route .m2-row-between {
  gap: 10px;
}

.wc-admin-route .m2-topbar-sub {
  max-width: 76ch;
}

.wc-admin-route .m2-chip-row {
  row-gap: 8px;
}

.wc-admin-route .wc-admin-hub-nav {
  position: sticky;
  top: 8px;
  z-index: 5;
}

.wc-admin-route .m2-form-grid .m2-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
}

.wc-admin-route input[type="checkbox"],
.wc-admin-route .m2-form-grid .m2-checkbox-label input[type="checkbox"],
.wc-admin-route .m2-table td > input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  margin: 0;
  border: 1.5px solid rgba(127, 155, 241, 0.85);
  border-radius: 3px;
  background: rgba(8, 18, 37, 0.9);
  box-shadow: none;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  transform: none !important;
}

.wc-admin-route input[type="checkbox"]:checked,
.wc-admin-route .m2-form-grid .m2-checkbox-label input[type="checkbox"]:checked,
.wc-admin-route .m2-table td > input[type="checkbox"]:checked {
  border-color: #6ef1d9;
  background: #6ef1d9;
}

.wc-admin-route input[type="checkbox"]::after,
.wc-admin-route .m2-form-grid .m2-checkbox-label input[type="checkbox"]::after,
.wc-admin-route .m2-table td > input[type="checkbox"]::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 2px solid #062037;
  border-bottom: 2px solid #062037;
  transform: rotate(-45deg) translateY(-1px);
  opacity: 0;
}

.wc-admin-route input[type="checkbox"]:checked::after,
.wc-admin-route .m2-form-grid .m2-checkbox-label input[type="checkbox"]:checked::after,
.wc-admin-route .m2-table td > input[type="checkbox"]:checked::after {
  opacity: 1;
}

.wc-neo-mobile-tab-form {
  margin: 0;
  display: flex;
}

.wc-neo-mobile-tab-btn {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}

.wc-neo-mobile-tab-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.m2-brand-logo-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 6px;
  display: inline-block;
}

@media (max-width: 900px) {
  .wc-neo-sidebar,
  .wc-neo-overlay,
  .wc-neo-main-head,
  .wc-neo-topbar {
    display: none !important;
  }

  .wc-neo-content-wrap {
    padding-top: 12px;
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .wc-admin-route .m2-row-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .wc-admin-route .m2-row-between .m2-btn,
  .wc-admin-route .m2-row-between .m2-chip-link {
    width: 100%;
  }
}
