/* Quick + custom mobile shell synced to local VNUTI UI screens. */

body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) .content-area,
body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) article,
body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) .hentry,
body.vnuti-staff-page:has(.vnuti-ui-shell.app-screen) #primary {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: #eef3f0 !important;
}

.vnuti-ui-shell.app-screen {
  width: min(100vw, 430px) !important;
  max-width: 430px !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  background: #fff !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12) !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick.app-screen {
  width: 100% !important;
  min-height: 100vh !important;
  padding: 0 0 112px !important;
  background: #fff !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  touch-action: pan-y !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__hero.hero.topbar {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: end !important;
  width: 100% !important;
  height: 112px !important;
  margin: 0 !important;
  padding: 12px 16px 18px !important;
  overflow: hidden !important;
  border-radius: 0 0 18px 18px !important;
  background: linear-gradient(124deg, rgba(39, 105, 55, 0.98) 0 43%, rgba(74, 137, 83, 0.88) 43% 64%, rgba(54, 124, 66, 0.97) 64% 100%) !important;
  color: #fff !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__hero.hero.topbar::after {
  position: absolute !important;
  inset: -40px -80px auto auto !important;
  width: 210px !important;
  height: 180px !important;
  content: "" !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  transform: rotate(-35deg) !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__back.back-btn {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  width: 36px !important;
  height: 36px !important;
  place-items: center !important;
  color: #fff !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__back.back-btn::before {
  content: none !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__back.back-btn svg {
  width: 32px !important;
  height: 32px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__back.back-btn::after {
  content: none !important;
  display: none !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__address.location-btn {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 46px !important;
  gap: 11px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #050706 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  text-align: left !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__address svg {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 auto !important;
  color: #3d6b3e !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__address span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__tabs.mode-tabs {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 12px !important;
  margin: 12px 13px 14px !important;
  padding: 0 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__tabs.mode-tabs button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  height: 44px !important;
  gap: 7px !important;
  padding: 0 10px !important;
  border: 1px solid #d8dadd !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #8f9296 !important;
  box-shadow: 0 1px 4px rgba(18, 30, 40, 0.03) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__tabs.mode-tabs button.is-active {
  border: 2px solid #3d6b3e !important;
  background: #f5fbf6 !important;
  color: #3d6b3e !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__tabs.mode-tabs .profile-icon,
.vnuti-ui-shell.app-screen .vnuti-quick__tabs.mode-tabs .profile-icon svg {
  display: inline-flex !important;
  width: 17px !important;
  height: 17px !important;
  align-items: center !important;
  justify-content: center !important;
  color: currentColor !important;
  flex: 0 0 auto !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters.filters {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 13px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick[data-active-panel="custom"] .vnuti-quick__filters.filters {
  grid-template-columns: minmax(0, 1fr) 112px !important;
  gap: 8px !important;
  padding: 0 13px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  height: 42px !important;
  gap: 8px !important;
  justify-content: center !important;
  padding: 0 11px !important;
  border: 1px solid #e2e7e4 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #818a96 !important;
  box-shadow: 0 2px 8px rgba(31, 49, 37, 0.05) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter.is-active,
.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter:focus-within {
  border-color: #3f7848 !important;
  background: #f1faf3 !important;
  color: #3f7848 !important;
  box-shadow: inset 0 0 0 1px rgba(63, 120, 72, 0.22), 0 4px 12px rgba(63, 120, 72, 0.09) !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-search {
  justify-content: space-between !important;
  padding-left: 13px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-mode {
  justify-content: center !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 1px !important;
  line-height: 1.05 !important;
  text-align: left !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-copy strong {
  display: block !important;
  overflow: hidden !important;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-copy small {
  display: block !important;
  overflow: hidden !important;
  max-width: 58px !important;
  color: #7d8a82 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter.is-active .filter-copy small {
  color: #3f7848 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-search input {
  min-width: 0 !important;
  width: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #4c5661 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter-search input::placeholder {
  color: #818a96 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter svg,
.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter span[aria-hidden="true"] {
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 auto !important;
  color: #74828d !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter.is-active svg,
.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter.is-active span[aria-hidden="true"],
.vnuti-ui-shell.app-screen .vnuti-quick__filters .filter:focus-within svg {
  color: #3f7848 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__sheet.quick-sheet {
  position: fixed !important;
  inset: 0 !important;
  z-index: 80 !important;
  display: grid !important;
  align-items: end !important;
  background: rgba(18, 30, 22, 0.44) !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__sheet.quick-sheet[hidden] {
  display: none !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 430px) !important;
  margin: 0 auto !important;
  max-height: min(76vh, 620px) !important;
  overflow-y: auto !important;
  padding: 30px 18px max(20px, env(safe-area-inset-bottom)) !important;
  border-radius: 26px 26px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -18px 48px rgba(22, 37, 28, 0.2) !important;
  -webkit-overflow-scrolling: touch !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__handle {
  position: absolute !important;
  top: 11px !important;
  left: 50% !important;
  width: 46px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #d9e7dd !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 38px !important;
  gap: 12px !important;
  align-items: start !important;
  margin-bottom: 18px !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__header h2 {
  margin: 0 0 4px !important;
  color: #2f6f3b !important;
  font-size: 21px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__header p {
  margin: 0 !important;
  color: #77827b !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__close {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border: 1px solid #d9eadf !important;
  border-radius: 50% !important;
  background: #f2f8f4 !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__close svg {
  width: 19px !important;
  height: 19px !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__options {
  display: grid !important;
  gap: 11px !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 22px !important;
  gap: 8px 12px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 13px 14px !important;
  border: 1px solid #e1e8e3 !important;
  border-radius: 15px !important;
  background: #fdfefd !important;
  color: #263a2b !important;
  text-align: left !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option::after {
  display: grid !important;
  width: 21px !important;
  height: 21px !important;
  place-items: center !important;
  border: 2px solid #c9d8ce !important;
  border-radius: 50% !important;
  color: #fff !important;
  content: "" !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option.is-selected {
  border-color: #3f7848 !important;
  background: #f1faf3 !important;
  color: #2f6f3b !important;
  box-shadow: inset 0 0 0 1px rgba(63, 120, 72, 0.16) !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option.is-selected::after {
  border-color: #38c96b !important;
  background: #38c96b !important;
  content: "✓" !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option strong,
.vnuti-ui-shell.app-screen .quick-sheet__option span {
  display: block !important;
  grid-column: 1 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option strong {
  font-size: 15.5px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option span {
  color: #7c877f !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__option--date {
  grid-template-columns: minmax(0, 1fr) auto 22px !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__options--filter {
  gap: 12px !important;
}

.vnuti-ui-shell.app-screen .quick-sheet__options--filter .quick-sheet__option {
  min-height: 72px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-cats,
.vnuti-ui-shell.app-screen .categories {
  display: none !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-products.staff-list,
.vnuti-ui-shell.app-screen .vnuti-quick-custom-list.staff-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 15px 18px 36px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product.staff-card,
.vnuti-ui-shell.app-screen .vnuti-staff-card.staff-card {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #263142 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(34, 42, 54, 0.14) !important;
  cursor: pointer !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product.staff-card {
  grid-template-columns: 160px minmax(0, 1fr) !important;
  min-height: 187px !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card.staff-card {
  grid-template-columns: 160px minmax(0, 1fr) !important;
  min-height: 158px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-media,
.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__media.staff-media {
  width: 160px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #e8ded0 !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-media {
  min-height: 187px !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__media.staff-media {
  min-height: 158px !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-media img,
.vnuti-ui-shell.app-screen .vnuti-quick-product .vnuti-quick-product__image,
.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__image {
  display: block !important;
  width: 160px !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #edf4ee !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-info,
.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__body.staff-info {
  min-width: 0 !important;
  padding: 13px 11px 11px 17px !important;
  background: #fff !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-info {
  display: flex !important;
  flex-direction: column !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-info h2,
.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__body h2 {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #3d6b3e !important;
  font-size: 21px !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-info h2 {
  margin: 2px 0 0 !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__body h2 {
  margin: 14px 0 0 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .price,
.vnuti-ui-shell.app-screen .vnuti-staff-card .price {
  display: block !important;
  margin-top: 2px !important;
  color: #f23336 !important;
  font-size: 12.8px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__meta.staff-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin: 0 !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .code {
  display: inline-block !important;
  margin: 0 !important;
  color: #3d6b3e !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .day-badge,
.vnuti-ui-shell.app-screen .vnuti-staff-card [data-availability-badge] {
  display: none !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__desc.bio {
  margin: 2px 0 0 !important;
  overflow: hidden !important;
  color: #858b95 !important;
  font-size: 12.8px !important;
  line-height: 1.25 !important;
  font-style: italic !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__tiny.metric {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 15px 0 0 !important;
  color: #838c96 !important;
  font-size: 11.2px !important;
  font-style: italic !important;
}

.vnuti-ui-shell.app-screen .vnuti-staff-card .vnuti-staff-card__tiny.metric svg {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 auto !important;
  color: #3d6b3e !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .availability,
.vnuti-ui-shell.app-screen .vnuti-staff-card .availability {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(58px, 1fr) auto !important;
  align-items: center !important;
  column-gap: 8px !important;
  min-height: 40px !important;
  margin-top: 17px !important;
  padding: 7px 9px !important;
  border: 1px solid #d8ecdc !important;
  border-radius: 10px !important;
  background: #f3fbf5 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick-product .staff-info .availability {
  margin-top: auto !important;
}

.vnuti-ui-shell.app-screen .availability .soon {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: rgba(61, 107, 62, 0.74) !important;
  font-size: clamp(7px, 2.1vw, 9px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .availability .soon svg {
  display: none !important;
}

.vnuti-ui-shell.app-screen .availability .soon::before {
  width: 7px !important;
  height: 7px !important;
  flex: 0 0 auto !important;
  border-radius: 50% !important;
  background: #36c96b !important;
  box-shadow: 0 0 0 2px rgba(54, 201, 107, 0.16) !important;
  content: "" !important;
}

.vnuti-ui-shell.app-screen .availability .soon span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .availability .time {
  justify-self: end !important;
  color: #3d6b3e !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.app-screen .availability .today {
  display: none !important;
}

.vnuti-ui-shell.app-screen .availability.is-book-now {
  border-color: #d8ecdc !important;
  background: #f3fbf5 !important;
}

.vnuti-ui-shell.app-screen .availability.is-book-now .soon,
.vnuti-ui-shell.app-screen .availability.is-book-now .time {
  color: #3d6b3e !important;
}

.vnuti-ui-shell.app-screen .availability.is-book-now .soon::before {
  background: #36c96b !important;
  box-shadow: 0 0 0 2px rgba(54, 201, 107, 0.16) !important;
}

.vnuti-ui-shell.app-screen .availability.is-book-later {
  border-color: #f4d99a !important;
  background: #fff8e8 !important;
}

.vnuti-ui-shell.app-screen .availability.is-book-later .soon,
.vnuti-ui-shell.app-screen .availability.is-book-later .time {
  color: #8a6425 !important;
}

.vnuti-ui-shell.app-screen .availability.is-book-later .soon::before {
  background: #f2b72f !important;
  box-shadow: 0 0 0 2px rgba(242, 183, 47, 0.18) !important;
}

.vnuti-ui-shell.app-screen .availability.is-unavailable {
  border-color: rgba(122, 135, 144, 0.18) !important;
  background: #f7f8f8 !important;
}

.vnuti-ui-shell.app-screen .availability.is-unavailable .soon,
.vnuti-ui-shell.app-screen .availability.is-unavailable .time {
  color: #7a8790 !important;
}

.vnuti-ui-shell.app-screen .availability.is-unavailable .soon::before {
  background: #9aa4ab !important;
  box-shadow: 0 0 0 2px rgba(154, 164, 171, 0.16) !important;
}

.vnuti-ui-shell.app-screen .vnuti-quick__empty,
.vnuti-ui-shell.app-screen .custom-search-empty {
  margin: 16px 18px 0 !important;
  padding: 14px !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #6f7681 !important;
  box-shadow: 0 4px 16px rgba(34, 42, 54, 0.08) !important;
}

.vnuti-ui-shell.app-screen .custom-search-empty strong,
.vnuti-ui-shell.app-screen .custom-search-empty span {
  display: block !important;
}

.vnuti-ui-shell.app-screen .vnuti-code-search-notice {
  margin: 8px 13px 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #f4d99a !important;
  border-radius: 10px !important;
  background: #fff8e8 !important;
  color: #8a6425 !important;
  box-shadow: 0 6px 16px rgba(48, 62, 52, 0.08) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.vnuti-ui-shell.app-screen .vnuti-code-search-notice[hidden] {
  display: none !important;
}

@media (max-width: 390px) {
  .vnuti-ui-shell.app-screen .vnuti-quick__filters.filters {
    grid-template-columns: minmax(0, 1fr) 104px !important;
  }

  .vnuti-ui-shell.app-screen .vnuti-quick[data-active-panel="custom"] .vnuti-quick__filters.filters {
    grid-template-columns: minmax(0, 1fr) 104px !important;
  }

  .vnuti-ui-shell.app-screen .vnuti-quick-products.staff-list,
  .vnuti-ui-shell.app-screen .vnuti-quick-custom-list.staff-list {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
}
