/* SER-OS — touch shell styles (mobile + tablet; desktop unaffected) */

:is(html.ser-mobile, html.ser-tablet) {
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  --ser-mobile-tabbar-h: 64px;
  --ser-mobile-tabbar-clearance: 48px;
  /* Matches MOBILE_SUMMARY_BAR_H — Case Summary dock on consultation screens. */
  --ser-mobile-summary-dock-h: 72px;
}

:is(html.ser-mobile, html.ser-tablet) body {
  overflow-x: hidden;
  background: #FAFAFA;
}

/* iOS Safari auto-zooms focused fields when font-size < 16px */
:is(html.ser-mobile, html.ser-tablet) input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
:is(html.ser-mobile, html.ser-tablet) textarea,
:is(html.ser-mobile, html.ser-tablet) select {
  font-size: 16px !important;
}

:is(html.ser-mobile, html.ser-tablet) #root,
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-page-content {
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-tabbar button:active,
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-fab:active,
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-filter-chip:active {
  opacity: 0.88;
  transform: scale(0.98);
}

/* Bottom tab bar — fixed overlay; content scrolls beneath when scrolling */
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 65;
  height: calc(var(--ser-mobile-tabbar-h) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  box-shadow: 0 -2px 12px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-tabbar.is-floating {
  border-top-color: transparent;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow:
    0 -6px 28px rgba(15, 23, 42, 0.12),
    0 -1px 0 rgba(15, 23, 42, 0.05);
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-tabbar.is-floating::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0) 0%,
    rgba(250, 250, 250, 0.72) 100%
  );
}

/* Workspace Nav — one component, all breakpoints (no footer tab bar). */
.ser-workspace-nav-tabs {
  display: none;
}

.ser-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ser-mobile-filter-scroll::-webkit-scrollbar {
  display: none;
}

.ser-workspace-list--compact {
  min-width: 0;
}

.ser-workspace-nav--compact .ser-workspace-nav-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0 12px;
  border-top: 1px solid #F0F1F4;
}

.ser-workspace-nav-tab {
  all: unset;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 8px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #9CA8B8;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.ser-workspace-nav-tab.is-active {
  color: #1F3A60;
  font-weight: 600;
}

.ser-workspace-nav-tab.is-active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: #1F3A60;
  border-radius: 2px 2px 0 0;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-list-body {
  padding: 8px 16px calc(
    var(--ser-mobile-tabbar-h)
    + var(--ser-mobile-tabbar-clearance)
    + env(safe-area-inset-bottom, 0px)
  );
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-topbar button {
  min-width: 44px;
  min-height: 44px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-topbar-title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-topbar--case {
  border-bottom-color: #E8ECF0;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-topbar-meta {
  padding-left: 52px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-left: 0;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-save-status {
  font-variant-numeric: tabular-nums;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-bottom-actions button {
  min-height: 44px;
  white-space: nowrap;
}

:is(html.ser-mobile, html.ser-tablet) .ser-banner-cta {
  min-height: 44px;
}

/* Case Summary — fixed dock + bottom sheet on consultation screens */
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 70;
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-dock-nav-btn {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 auto;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #FFFFFF;
  color: #1F3A60;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-dock-nav-btn:active {
  background: #F0F4F8;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-dock-open-btn {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #F0F4F8;
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-dock-label {
  font-size: 14px;
  font-weight: 500;
  color: #1F3A60;
  flex-shrink: 0;
  white-space: nowrap;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-dock-total {
  font-size: 15px;
  font-weight: 600;
  color: #1F3A60;
  font-feature-settings: "tnum";
  flex-shrink: 0;
  margin-left: auto;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  overscroll-behavior: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-sheet {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  z-index: 81;
  width: min(384px, 92vw);
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  background: #FFFFFF;
  border-radius: 0;
  border-left: 1px solid #E5E7EB;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  padding-top: env(safe-area-inset-top, 0px);
  touch-action: pan-y;
  box-sizing: border-box;
  box-shadow: -8px 0 28px rgba(15, 23, 42, 0.16);
  animation: ser-summary-sheet-in 0.22s ease-out both;
}
@keyframes ser-summary-sheet-in {
  from { opacity: 0.96; transform: translateX(100%); }
  to   { opacity: 1; transform: translateX(0); }
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-sheet-handle {
  display: none; /* right drawer — close button used instead */
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-summary-sheet-grabber {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #D1D5DB;
}

/* List screens */
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-list-screen {
  background: #FAFAFA;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-list-toolbar {
  background: #FFFFFF;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-filter-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-filter-scroll::-webkit-scrollbar {
  display: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-topbar {
  background: #FFFFFF;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-topbar-logo img {
  max-height: 38px;
  object-fit: contain;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 248px;
  max-width: min(88vw, 300px);
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  padding: 8px;
  z-index: 80;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-user {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px 8px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #1F3A60;
  line-height: 1.25;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-role {
  font-size: 13px;
  font-weight: 500;
  color: #6B7A8F;
  line-height: 1.3;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-section {
  padding: 8px 12px 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9CA8B8;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-divider {
  height: 1px;
  background: #E5E7EB;
  margin: 6px 4px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-item {
  all: unset;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #1F3A60;
  -webkit-tap-highlight-color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-item:active {
  background: #F3F4F6;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-item--selected {
  background: #F0F4F8;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-item--danger {
  color: #A35854;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-check {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-profile-menu-item--selected .ser-mobile-profile-menu-check {
  color: #1F3A60;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-filter-chip {
  -webkit-tap-highlight-color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-toolbar-icon-btn:active {
  opacity: 0.9;
  transform: scale(0.97);
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-case-card {
  transition: transform 120ms ease, box-shadow 120ms ease;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-case-card:active {
  transform: scale(0.995);
}

/* Horizontal scroll containers for wide tables/compare views */
:is(html.ser-mobile, html.ser-tablet) .ser-mobile-hscroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-hscroll::-webkit-scrollbar {
  height: 4px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-mobile-hscroll::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.18);
  border-radius: 999px;
}

/* Compare overlay — see /compare.css for full styles (desktop + @media mobile).
   Only overrides that need the touch-shell scope go here. */

:is(html.ser-mobile, html.ser-tablet) .ser-compare-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 12px;
  margin: 0 -2px;
  scrollbar-width: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-carousel::-webkit-scrollbar {
  display: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-carousel-card {
  flex: 0 0 min(86vw, 300px);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  min-width: 0;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-carousel-hint {
  font-size: 12px;
  color: #6B7A8F;
  text-align: center;
  margin: 0 0 12px;
  letter-spacing: -0.1px;
  padding-top: 16px;
}

/* Stack layout only — tablet uses the side-by-side table in compare.css */
html.ser-mobile .ser-compare-attrs--stack {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
}

html.ser-tablet .ser-compare-attrs--table {
  display: block;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-row {
  padding: 12px 14px;
  border-bottom: 1px solid #F0F1F4;
  background: #FFFFFF;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-row:last-child {
  border-bottom: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-row--highlight {
  background: #EFE7D4;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6B7A8F;
  margin-bottom: 8px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-values {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-values::-webkit-scrollbar {
  display: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-cell {
  flex: 0 0 min(44vw, 168px);
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #1F3A60;
  letter-spacing: -0.15px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-cell--price {
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: "tnum";
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-attr-name {
  font-size: 11px;
  font-weight: 500;
  color: #9CA8B8;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 71;
  bottom: calc(var(--ser-mobile-summary-dock-h, 72px) + env(safe-area-inset-bottom, 0px));
  padding: 0 12px 8px;
  pointer-events: none;
  box-sizing: border-box;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-bar-inner {
  pointer-events: auto;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.06);
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-meta {
  font-size: 12px;
  color: #6B7A8F;
  margin-bottom: 8px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-meta strong {
  color: #1F3A60;
  font-weight: 600;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  scrollbar-width: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chips::-webkit-scrollbar {
  display: none;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: #F0F4F8;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 6px 10px 6px 6px;
  max-width: min(72vw, 260px);
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip-thumb {
  width: 40px;
  height: 34px;
  border-radius: 6px;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #F0EDE6 0%, #E5E2D9 100%);
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip-text {
  min-width: 0;
  line-height: 1.25;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip-title {
  font-size: 13px;
  font-weight: 500;
  color: #1F3A60;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip-sub {
  font-size: 11px;
  color: #6B7A8F;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip-remove {
  all: unset;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6B7A8F;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-chip-remove:active {
  background: rgba(15, 23, 42, 0.06);
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-actions .ser-compare-clear-btn {
  all: unset;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #6B7A8F;
  padding: 10px 12px;
  min-height: 44px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-actions .ser-compare-clear-btn:active {
  opacity: 0.85;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-actions button[class],
:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-actions .ser-compare-primary-wrap {
  flex: 1;
  min-width: 0;
}

:is(html.ser-mobile, html.ser-tablet) .ser-compare-selection-actions .ser-compare-primary-wrap button {
  width: 100%;
  min-height: 44px;
  justify-content: center;
  white-space: nowrap;
}

/* PDF review — paper fits viewport width */
:is(html.ser-mobile, html.ser-tablet) #ser-pdf-paper {
  max-width: 100%;
  overflow-x: hidden;
}

:is(html.ser-mobile, html.ser-tablet) .pdf-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 16px !important;
}

:is(html.ser-mobile, html.ser-tablet) .pdf-grid-2 {
  grid-template-columns: minmax(0, 1fr) !important;
}

:is(html.ser-mobile, html.ser-tablet) .pdf-grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 16px !important;
}

:is(html.ser-mobile, html.ser-tablet) .pdf-field-span2 {
  grid-column: auto !important;
}

/* Modal footer stacks on narrow screens */
:is(html.ser-mobile, html.ser-tablet) .ser-modal-footer {
  flex-direction: column-reverse !important;
  align-items: stretch !important;
}

:is(html.ser-mobile, html.ser-tablet) .ser-modal-footer button {
  width: 100%;
  justify-content: center;
}

/* Catalog cards — package 2-col grid + density on mobile only */
html.ser-mobile .ser-catalog-grid--package {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-body {
  padding: 12px !important;
  gap: 8px !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-blurb,
html.ser-mobile .ser-catalog-card--package .ser-catalog-card-details-link {
  display: none !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-tag-category {
  display: none !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-price-block {
  padding-top: 8px !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-price {
  font-size: 18px !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-price-label {
  font-size: 11px !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-selected {
  left: 8px !important;
  top: 8px !important;
  width: 24px !important;
  height: 24px !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-compare {
  left: auto !important;
  right: 6px !important;
  top: 6px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-tags {
  left: 8px !important;
  bottom: 8px !important;
}

html.ser-mobile .ser-catalog-card--package .ser-catalog-card-tag-venue {
  height: 20px !important;
  line-height: 20px !important;
  font-size: 10px !important;
  padding: 0 6px !important;
}

/* Casket — 1-col mobile, slightly tighter body */
html.ser-mobile .ser-catalog-card--casket .ser-catalog-card-body {
  padding: 14px !important;
}
