html body #booking-drawer {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body.booking-active #bottom-nav > #bytes-builder-btn.booking-owner-nav-hidden {
  display: none !important;
  pointer-events: none !important;
}

html body #booking-drawer .booking-dashboard-header {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) 40px !important;
  grid-template-rows: 40px !important;
  align-items: center !important;
  gap: 10px !important;
}

html body #booking-drawer .booking-dashboard-header-title {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: stretch !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body #booking-drawer .booking-dashboard-header-button {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.07) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body #booking-drawer .booking-dashboard-back-button {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body #booking-drawer .booking-dashboard-controls-button {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

html body #booking-drawer .booking-dashboard-header-button[hidden] {
  visibility: hidden !important;
}

html body #booking-drawer .booking-dashboard-header-button i {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: 15px !important;
}

html body #booking-drawer .booking-dashboard-controls-button.is-active {
  border-color: #050505 !important;
  background: #050505 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body #booking-drawer .booking-dashboard-controls-button.is-active i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body #booking-drawer > div:nth-child(2),
html body #mobile-booking-owner-panel,
html body #mobile-booking-owner-panel > div {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body #mobile-booking-owner-panel {
  color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-owner-panel > div:first-child {
  padding: 18px 18px 10px !important;
  border-bottom: 0 !important;
}

html body #mobile-booking-owner-panel > div:first-child > div:first-child {
  margin-bottom: 7px !important;
  color: var(--text-secondary) !important;
  -webkit-text-fill-color: var(--text-secondary) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 9px !important;
  font-weight: 780 !important;
  letter-spacing: 0.18em !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-owner-panel > div:first-child > div:nth-child(2) {
  max-width: 320px !important;
  margin: 0 !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-owner-panel > div:first-child > div:nth-child(3) {
  display: none !important;
}

html body #mobile-booking-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body #mobile-booking-stats-grid > div {
  min-width: 0 !important;
  padding: 12px 12px 11px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 14px !important;
  background: #fbfbfb !important;
  box-shadow: none !important;
}

html body #mobile-booking-stats-grid > div:nth-child(2),
html body #mobile-booking-stats-grid > div:last-child {
  border-right: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html body #mobile-booking-stats-grid > div:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html body #mobile-booking-stats-grid > div > div:first-child {
  margin-bottom: 6px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  font-weight: 780 !important;
  letter-spacing: 0.12em !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-stat-revenue,
html body #mobile-booking-stat-average,
html body #mobile-booking-stat-confirmed,
html body #mobile-booking-stat-customers {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-stat-revenue-sub,
html body #mobile-booking-stat-average-sub,
html body #mobile-booking-stat-confirmed-sub,
html body #mobile-booking-stat-customers-sub {
  margin-top: 4px !important;
  color: rgba(5, 5, 5, 0.7) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.7) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 9px !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-owner-panel > div:nth-child(2) {
  padding: 8px 18px 0 !important;
}

html body #mobile-booking-owner-panel > div:nth-child(3) {
  top: 0 !important;
  z-index: 6 !important;
  padding: 10px 18px 0 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03) !important;
}

html body #mobile-booking-owner-panel > div:nth-child(3) > div:first-child {
  display: none !important;
}

html body #mobile-booking-owner-panel > div:nth-child(3) > div:first-child > div:first-child {
  display: none !important;
}

html body #mobile-booking-owner-panel [id^="booking-tab-"] {
  min-height: 32px !important;
  padding: 0 8px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: rgba(5, 5, 5, 0.62) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.62) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 9px !important;
  font-weight: 740 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #mobile-booking-owner-panel [id^="booking-tab-"].is-active {
  border-color: #050505 !important;
  background: #050505 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 820 !important;
}

html body #mobile-all-bookings-list,
html body #mobile-pending-list,
html body #mobile-today-list,
html body #mobile-services-list,
html body #mobile-images-gallery {
  gap: 0 !important;
  padding: 0 18px 96px !important;
}

html body .mobile-owner-booking-row {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: transparent !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-time {
  min-width: 0 !important;
  padding-top: 2px !important;
}

html body .mobile-owner-booking-time strong {
  display: block !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif !important;
  font-size: 22px !important;
  line-height: 0.95 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-time span {
  display: block !important;
  margin-top: 6px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-main {
  min-width: 0 !important;
}

html body .mobile-owner-booking-titleline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin-bottom: 7px !important;
}

html body .mobile-owner-booking-titleline h3 {
  min-width: 0 !important;
  margin: 0 !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-status {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(34, 197, 94, 0.26) !important;
  background: rgba(34, 197, 94, 0.08) !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  letter-spacing: 0.02em !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-row.is-pending .mobile-owner-booking-status {
  border-color: rgba(249, 115, 22, 0.28) !important;
  background: rgba(249, 115, 22, 0.09) !important;
}

html body .mobile-owner-booking-row.is-rejected .mobile-owner-booking-status,
html body .mobile-owner-booking-row.is-cancelled .mobile-owner-booking-status,
html body .mobile-owner-booking-row.is-canceled .mobile-owner-booking-status {
  border-color: rgba(148, 163, 184, 0.3) !important;
  background: rgba(148, 163, 184, 0.1) !important;
}

html body .mobile-owner-booking-customer {
  margin-bottom: 10px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 760 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

html body .mobile-owner-booking-meta span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 31px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 999px !important;
  background: #fafafa !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 720 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-meta i {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: 11px !important;
}

html body .mobile-owner-booking-actions {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin-top: 11px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

html body .mobile-owner-booking-actions button {
  width: auto !important;
  min-width: 118px !important;
  min-height: 36px !important;
  margin-left: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 10px !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-weight: 780 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-booking-actions button *,
html body .mobile-owner-booking-actions button i,
html body .mobile-owner-booking-actions button span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-weight: 780 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button,
html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button *,
html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button i,
html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body .mobile-owner-booking-actions.is-split button {
  flex: 1 1 0 !important;
  margin-left: 0 !important;
}

html body .mobile-owner-booking-actions button.is-secondary {
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  background: transparent !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

html body .mobile-owner-booking-actions button.is-secondary *,
html body .mobile-owner-booking-actions button.is-secondary i,
html body .mobile-owner-booking-actions button.is-secondary span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-weight: 760 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button.is-secondary,
html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button.is-secondary *,
html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button.is-secondary i,
html body #booking-drawer #mobile-booking-owner-panel .mobile-owner-booking-actions button.is-secondary span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

html body .mobile-owner-bookings-empty {
  min-height: 42vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 48px 20px 64px !important;
}

html body .mobile-owner-bookings-empty-icon {
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
  background: rgba(15, 23, 42, 0.05) !important;
  color: rgba(5, 5, 5, 0.64) !important;
}

html body .mobile-owner-bookings-empty h3 {
  margin: 0 0 8px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: 21px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body .mobile-owner-bookings-empty p {
  max-width: 282px !important;
  margin: 0 !important;
  color: rgba(5, 5, 5, 0.62) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.62) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 760 !important;
}

html body #mobile-all-bookings-list > div[onclick^="showOwnerBookingDetailsModal"],
html body #mobile-pending-list > div[onclick^="showOwnerBookingDetailsModal"],
html body #mobile-today-list > div[onclick^="showOwnerBookingDetailsModal"] {
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body #mobile-all-bookings-list > div[onclick^="showOwnerBookingDetailsModal"] > div[style*="position:absolute"],
html body #mobile-pending-list > div[onclick^="showOwnerBookingDetailsModal"] > div[style*="position:absolute"],
html body #mobile-today-list > div[onclick^="showOwnerBookingDetailsModal"] > div[style*="position:absolute"] {
  display: none !important;
}

html body #mobile-all-bookings-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child,
html body #mobile-pending-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child,
html body #mobile-today-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child {
  gap: 11px !important;
}

html body #mobile-all-bookings-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child > div:first-child,
html body #mobile-pending-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child > div:first-child,
html body #mobile-today-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child > div:first-child {
  min-width: 54px !important;
}

html body #mobile-all-bookings-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child > div:first-child > div:first-child,
html body #mobile-pending-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child > div:first-child > div:first-child,
html body #mobile-today-list > div[onclick^="showOwnerBookingDetailsModal"] > div:first-of-type > div:first-child > div:first-child > div:first-child {
  font-size: 24px !important;
  font-weight: 900 !important;
}

html body #mobile-all-bookings-list > div[onclick^="showOwnerBookingDetailsModal"] button,
html body #mobile-pending-list > div[onclick^="showOwnerBookingDetailsModal"] button,
html body #mobile-today-list > div[onclick^="showOwnerBookingDetailsModal"] button {
  width: auto !important;
  min-width: 132px !important;
  min-height: 34px !important;
  margin-left: auto !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 10px !important;
}

html body #booking-drawer #mobile-booking-owner-panel #mobile-services-list {
  display: block !important;
  padding: 0 20px 18px !important;
}

html body .mobile-owner-service-row {
  display: block !important;
  padding: 16px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-service-main {
  min-width: 0 !important;
}

html body .mobile-owner-service-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

html body .mobile-owner-service-title-wrap {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

html body .mobile-owner-service-title {
  margin: 0 0 8px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-service-meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

html body .mobile-owner-service-meta span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 999px !important;
  background: #fafafa !important;
  color: rgba(5, 5, 5, 0.72) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.72) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-service-menu {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06) !important;
}

html body .mobile-owner-service-description {
  margin: 10px 0 0 !important;
  color: rgba(5, 5, 5, 0.58) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-service-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

html body .mobile-owner-service-stats div {
  min-width: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 14px !important;
  background: #fbfbfb !important;
}

html body .mobile-owner-service-stats strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-service-stats span {
  display: block !important;
  color: rgba(5, 5, 5, 0.55) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.55) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-service-latest {
  margin-top: 10px !important;
  color: rgba(5, 5, 5, 0.54) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.54) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

html body .mobile-owner-services-empty {
  min-height: 34vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 40px 20px !important;
  text-align: center !important;
}

html body .mobile-owner-services-empty-icon {
  width: 54px !important;
  height: 54px !important;
  margin-bottom: 16px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 17px !important;
  background: rgba(15, 23, 42, 0.05) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .mobile-owner-services-empty h3 {
  margin: 0 0 7px !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
}

html body .mobile-owner-services-empty p {
  max-width: 260px !important;
  margin: 0 !important;
  color: rgba(5, 5, 5, 0.58) !important;
  -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 760 !important;
}

@media (max-width: 390px) {
  html body #mobile-booking-owner-panel > div:first-child > div:nth-child(2) {
    font-size: 20px !important;
  }
}
