/* Back-office page — interactive inbox hero + feature stories */

.back-office-page {
  --bo-special: hsl(48 43% 58%);
  --bo-special-hover: lch(93.14 0.5 282);
  --bo-special-selected: lch(91.04% 0.5 282 / 1);
  --bo-text: hsl(240 10% 3.9%);
  --bo-muted: hsl(240 3.8% 46.1%);
  --bo-border: hsl(240 5.9% 90%);
  --bo-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 5%);
  --bo-shadow-brand: 0 1px 2px rgb(0 0 0 / 8%);
  --bo-header-offset: 72px;
  --bo-sidebar-bg: hsl(240 0% 96%);
  --bo-inset-radius: 12px;
  --bo-max-width: 1316px;
  --bo-font:
    Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji";
}

/* ── Static inbox hero ── */

.back-office-page .bo-inbox-hero {
  padding-top: 48px;
  padding-bottom: 80px;
}

.back-office-page .bo-inbox-hero .container-default {
  margin-bottom: 28px;
}

.back-office-page .bo-inbox-hero-copy {
  max-width: 900px;
}

.back-office-page .bo-inbox-hero-copy .display-2 {
  max-width: 600px;
  margin-bottom: 12px;
}

.back-office-page .bo-inbox-hero-copy .para-2 {
  max-width: 640px;
}

.back-office-page .bo-inbox-hero-stage {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: clip;
}

.back-office-page .bo-inbox-hero .bo-app-frame {
  position: relative;
  flex-shrink: 0;
  width: 800px;
  max-width: min(1300px, calc(100vw - 10%));
  height: min(640px, 72vh);
}

.back-office-page .bo-inbox-hero-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 40%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, var(--sidebar) 92%);
  border-radius: 0 0 var(--bo-inset-radius) var(--bo-inset-radius);
}

/* ── App frame (matches Lockii sidebar-layout + SidebarInset) ── */

.back-office-page .bo-app-frame {
  display: flex;
  flex: 1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--bo-sidebar-bg);
  border-radius: var(--bo-inset-radius);
}

.back-office-page .bo-app-sidebar {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 48px;
  padding: 8px 4px;
  background: var(--bo-sidebar-bg);
}

.back-office-page .bo-app-sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 8px;
}

.back-office-page .bo-app-sidebar-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--bo-special);
  border-radius: 8px;
}

.back-office-page .bo-app-sidebar-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.back-office-page .bo-app-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  margin: 0 auto;
  color: hsl(240 5.3% 26.1%);
  border-radius: 8px;
}

.back-office-page .bo-app-sidebar-item.is-active {
  color: hsl(240 5.9% 10%);
  background: hsl(240 4.8% 95.9%);
}

.back-office-page .bo-app-sidebar-icon {
  width: 16px;
  height: 16px;
}

.back-office-page .bo-app-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 8px 8px 8px 8px;
}

.back-office-page .bo-app-inset {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: var(--bo-inset-radius);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

/* ── Inbox inside SidebarInset ── */

.back-office-page .bo-inbox-app {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  font-family: var(--bo-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--bo-text);
  background: #fff;
}

/* Reset Webflow global heading styles inside the inbox recreation */
.back-office-page .bo-inbox-app h1,
.back-office-page .bo-inbox-app h2,
.back-office-page .bo-inbox-app h3 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.back-office-page .bo-inbox-app h1.bo-inbox-header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--bo-text);
}

.back-office-page .bo-inbox-app h2.bo-inbox-detail-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bo-text);
  letter-spacing: -0.025em;
}

.back-office-page .bo-inbox-app h3.bo-inbox-item-title,
.back-office-page .bo-inbox-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}

.back-office-page .bo-inbox-app h3.bo-inbox-empty-title,
.back-office-page .bo-inbox-app h3.bo-inbox-detail-empty-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #111827;
}

.back-office-page .bo-inbox-app button {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  appearance: none;
}

.back-office-page .bo-inbox-header {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--bo-border);
}

@media screen and (min-width: 992px) {
  .back-office-page .bo-inbox-header {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.back-office-page .bo-inbox-header-left {
  display: flex;
  gap: 4px;
  align-items: center;
  min-width: 0;
}

@media screen and (min-width: 992px) {
  .back-office-page .bo-inbox-header-left {
    gap: 8px;
  }
}

.back-office-page .bo-inbox-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back-office-page .bo-inbox-header-actions {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-right: -8px;
}

.back-office-page .bo-inbox-header-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--bo-text);
  cursor: default;
  background: transparent;
  border: none;
  border-radius: 6px;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.back-office-page .bo-inbox-header-btn:hover {
  background: hsl(240 4.8% 95.9%);
}

.back-office-page .bo-inbox-header-btn-icon {
  width: 16px;
  height: 16px;
}

.back-office-page .bo-inbox-body {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.back-office-page .bo-inbox-list-pane {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 320px;
  min-width: 320px;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid var(--bo-border);
}

.back-office-page .bo-inbox-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
  padding: 12px;
  overflow: hidden hidden;
}

/* ── Inbox list items (InboxItemRow) ── */

.back-office-page .bo-inbox-item {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 8px;
  margin: 4px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.back-office-page .bo-inbox-item:active {
  background: var(--bo-special-selected);
}

.back-office-page .bo-inbox-item:hover {
  background: var(--bo-special-hover);
}

.back-office-page .bo-inbox-item.is-disabled {
  cursor: default;
  opacity: 1;
}

.back-office-page .bo-inbox-item.is-disabled:hover,
.back-office-page .bo-inbox-item.is-disabled:active {
  background: transparent;
}

.back-office-page .bo-inbox-item.is-selected {
  background: var(--bo-special-selected);
  border-color: hsl(240 5.9% 90%);
}

.back-office-page .bo-inbox-item.is-selected .bo-inbox-item-title {
  color: #000;
}

.back-office-page .bo-inbox-item.is-selected .bo-inbox-item-subtitle {
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-item.is-unread {
  color: #6b7280;
}

.back-office-page .bo-inbox-item-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--bo-special);
  border-radius: 999px;
}

/* Read icon — matches inbox.tsx: bg-gray-200 + text-gray-500 icon */
.back-office-page .bo-inbox-item-icon.is-read {
  background: #e5e7eb;
}

.back-office-page .bo-inbox-item-icon-svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.back-office-page .bo-inbox-item-icon.is-read .bo-inbox-item-icon-svg {
  color: #6b7280;
}

.back-office-page .bo-inbox-item-content {
  flex: 1;
  min-width: 0;
}

.back-office-page .bo-inbox-item-title-row {
  margin-bottom: 4px;
}

.back-office-page .bo-inbox-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back-office-page
  .bo-inbox-item.is-read:not(.is-selected)
  .bo-inbox-item-title {
  color: rgb(0 0 0 / 50%);
}

.back-office-page .bo-inbox-item-subtitle {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.4;
  color: var(--bo-muted);
  white-space: nowrap;
}

.back-office-page
  .bo-inbox-item.is-read:not(.is-selected)
  .bo-inbox-item-subtitle {
  color: rgb(107 114 128 / 70%);
}

.back-office-page .bo-inbox-item-time {
  flex-shrink: 0;
  font-size: 12px;
  color: #6b7280;
}

/* ── Empty states ── */

.back-office-page .bo-inbox-empty,
.back-office-page .bo-inbox-detail-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 48px 24px;
  text-align: center;
}

.back-office-page .bo-inbox-empty-icon,
.back-office-page .bo-inbox-detail-empty-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: #9ca3af;
}

.back-office-page .bo-inbox-empty-title,
.back-office-page .bo-inbox-detail-empty-title {
  margin-bottom: 8px;
}

.back-office-page .bo-inbox-empty-text,
.back-office-page .bo-inbox-detail-empty-text {
  max-width: 384px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

/* ── Detail pane ── */

.back-office-page .bo-inbox-detail-pane {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.back-office-page .bo-inbox-detail-scroll {
  flex: 1;
  min-height: 0;
  overflow: hidden auto;
}

.back-office-page .bo-inbox-detail-scroll.is-locked {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.back-office-page
  .bo-inbox-detail-scroll.is-locked
  .bo-inbox-detail-panel-return {
  flex: 1;
  min-height: 0;
}

.back-office-page .bo-inbox-detail-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 896px;
  padding: 32px 24px;
  margin: 0 auto;
  animation: bo-detail-enter 0.35s ease both;
}

.back-office-page .bo-inbox-detail-panel-return {
  gap: 10px;
  height: 100%;
  max-height: 100%;
  padding: 20px 24px 16px;
  overflow: hidden;
}

.back-office-page .bo-inbox-detail-panel-return > .bo-inbox-detail-heading-row,
.back-office-page .bo-inbox-detail-panel-return > .bo-inbox-detail-actions,
.back-office-page .bo-inbox-detail-panel-return > .bo-inbox-return-status-card,
.back-office-page .bo-inbox-detail-panel-return > .bo-inbox-detail-body {
  flex-shrink: 0;
  padding-block: 6px;
}

@media screen and (min-width: 640px) {
  .back-office-page .bo-inbox-detail-panel {
    padding: 32px;
  }
}

.back-office-page .bo-inbox-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.back-office-page .bo-inbox-button-group {
  display: inline-flex;
  align-items: stretch;
}

.back-office-page .bo-inbox-button-group .bo-inbox-chip-button {
  margin-right: -1px;
  border-radius: 0;
}

.back-office-page .bo-inbox-button-group .bo-inbox-chip-button:first-child {
  border-radius: 6px 0 0 6px;
}

.back-office-page .bo-inbox-button-group > .bo-inbox-chip-button:last-child {
  margin-right: 0;
  border-radius: 0 6px 6px 0;
}

.back-office-page .bo-inbox-button-group .bo-inbox-chip-button:only-child {
  border-radius: 6px;
}

.back-office-page .bo-inbox-chip-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--bo-text);
  white-space: nowrap;
  cursor: default;
  background: #fff;
  border: 1px solid var(--bo-border);
  box-shadow: var(--bo-shadow-xs);
}

/* Match Button outline: [&_svg]:size-4 [&_svg]:shrink-0 */
.back-office-page .bo-inbox-chip-button svg {
  display: block;
  flex-shrink: 0;
  width: 16px;
  max-width: 16px;
  height: 16px;
  max-height: 16px;
  pointer-events: none;
}

.back-office-page .bo-inbox-chip-button-icon-only {
  width: 36px;
  min-width: 36px;
  padding: 0;
}

.back-office-page .bo-inbox-chip-button:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.back-office-page .bo-inbox-more-menu-wrap {
  position: relative;
}

.back-office-page .bo-inbox-more-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 20;
  min-width: 196px;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--bo-border);
  border-radius: 8px;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 8%),
    0 2px 4px -2px rgb(0 0 0 / 6%);
}

.back-office-page .bo-inbox-more-menu-item {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.25;
  color: var(--bo-text);
  text-align: left;
  cursor: default;
  background: transparent;
  border: none;
  border-radius: 6px;
}

.back-office-page .bo-inbox-more-menu-item:hover {
  background: hsl(240 4.8% 95.9%);
}

.back-office-page .bo-inbox-more-menu-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-detail-heading-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.back-office-page .bo-inbox-issue-badge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: hsl(0 72% 51%);
  background: hsl(0 86% 97%);
  border: 1px solid hsl(0 93% 82%);
  border-radius: 999px;
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-inbox-issue-badge-icon {
  width: 14px;
  height: 14px;
}

.back-office-page .bo-inbox-auto-banner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: linear-gradient(
    135deg,
    hsl(141 84% 93%) 0%,
    hsl(142 76% 96%) 100%
  );
  border: 1px solid hsl(141 79% 85%);
  border-radius: 12px;
}

.back-office-page .bo-inbox-auto-banner-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  color: hsl(142 76% 26%);
}

.back-office-page .bo-inbox-auto-banner-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: hsl(142 76% 22%);
}

.back-office-page .bo-inbox-auto-banner-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: hsl(142 40% 28%);
}

.back-office-page .bo-inbox-resolution-footer {
  margin-top: 8px;
}

.back-office-page .bo-inbox-resolution-applied {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.back-office-page .bo-inbox-approved-state-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--bo-special);
  cursor: default;
  background: #fff;
  border: 1px solid var(--bo-special);
  border-radius: 6px;
  opacity: 1;
}

.back-office-page .bo-inbox-resolution-byline {
  margin: 0;
  font-size: 14px;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-approval-spinner {
  animation: bo-inbox-spin 0.8s linear infinite;
}

@keyframes bo-inbox-spin {
  to {
    transform: rotate(360deg);
  }
}

.back-office-page .bo-inbox-return-status-card {
  overflow: hidden;
  background: hsl(0 86% 97% / 60%);
  border: 1px solid var(--bo-border);
  border-radius: 12px;
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-inbox-return-status-segment {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}

.back-office-page .bo-inbox-return-status-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.back-office-page .bo-inbox-return-status-icon-danger {
  color: #fff;
  background: hsl(0 72% 51%);
}

.back-office-page .bo-inbox-return-status-icon-svg {
  width: 20px;
  height: 20px;
}

.back-office-page .bo-inbox-return-status-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: hsl(0 72% 40%);
}

.back-office-page .bo-inbox-return-status-subtitle {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-return-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  padding: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bo-border);
  border-radius: 12px;
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-inbox-return-column-title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--bo-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.back-office-page .bo-inbox-return-form {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.back-office-page .bo-inbox-return-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.back-office-page .bo-inbox-return-form-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
  padding: 0;
}

.back-office-page .bo-inbox-return-form-title {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-return-form-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.back-office-page .bo-inbox-return-form-icon-issue {
  color: hsl(0 72% 51%);
}

.back-office-page .bo-inbox-return-form-icon-success {
  color: hsl(142 71% 45%);
}

.back-office-page .bo-inbox-return-form-prompt {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--bo-text);
}

.back-office-page .bo-inbox-return-form-description {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-photo-section {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.back-office-page .bo-inbox-photo-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-photo-grid-clip {
  max-height: 108px;
  margin-right: -14px;
  margin-bottom: -14px;
  overflow: hidden;
}

.back-office-page .bo-inbox-photo-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
  padding-right: 140px;
}

.back-office-page .bo-inbox-photo {
  position: relative;
  flex: 0 0 280px;
  width: 280px;
  height: 280px;
  overflow: hidden;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.back-office-page .bo-inbox-photo-image {
  object-fit: cover;
}

.back-office-page .bo-inbox-photo-issue {
  border: 2px solid hsl(0 72% 51%);
}

.back-office-page .bo-inbox-detail-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.back-office-page .bo-inbox-detail-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.back-office-page .bo-inbox-detail-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.back-office-page .bo-inbox-detail-label {
  flex-shrink: 0;
  width: 72px;
  min-width: 72px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--bo-text);
  white-space: nowrap;
  background: #fff;
  border: 1px solid var(--bo-border);
  border-radius: 999px;
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-inbox-chip-success {
  color: hsl(142 72% 26%);
  background: hsl(141 84% 93%);
  border-color: hsl(141 50% 85%);
}

.back-office-page .bo-inbox-chip-success .bo-inbox-chip-icon {
  color: inherit;
}

.back-office-page .bo-inbox-chip-icon {
  display: block;
  flex-shrink: 0;
  width: 14px;
  max-width: 14px;
  height: 14px;
  max-height: 14px;
  color: var(--bo-muted);
  pointer-events: none;
}

.back-office-page .bo-inbox-chip-arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-detail-body {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
  color: var(--bo-text);
}

.back-office-page .bo-inbox-detail-note {
  margin: 0;
  font-size: 14px;
  color: var(--bo-muted);
}

.back-office-page .bo-inbox-alert {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
}

.back-office-page .bo-inbox-alert-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #dc2626;
}

.back-office-page .bo-inbox-alert-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #991b1b;
}

.back-office-page .bo-inbox-alert-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #7f1d1d;
}

.back-office-page .bo-inbox-approval-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  padding-top: 0;
}

.back-office-page .bo-inbox-approve-btn,
.back-office-page .bo-inbox-reject-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 6px;
}

.back-office-page .bo-inbox-approve-btn {
  color: #fff;
  cursor: pointer;
  background: var(--bo-special);
  border: 1px solid color-mix(in srgb, var(--bo-special) 75%, white);
  box-shadow:
    var(--bo-shadow-brand),
    inset 0 1px 0 rgb(255 255 255 / 15%);
}

.back-office-page .bo-inbox-reject-btn {
  color: var(--bo-text);
  background: #fff;
  border: 1px solid var(--bo-border);
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-inbox-approval-icon {
  width: 16px;
  height: 16px;
}

/* ── Page sections ── */

.back-office-page .bo-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.back-office-page .bo-section .display-2 {
  margin-bottom: 16px;
}

.back-office-page .bo-section .para-2 {
  max-width: 560px;
  margin-bottom: 40px;
}

.back-office-page .bo-section .container-large-18 {
  width: 100%;
  max-width: none;
}

.back-office-page .bo-feature-stories {
  padding-top: 32px;
  padding-bottom: 64px;
}

.back-office-page .bo-feature-stories + .featured-customer-stories-section {
  padding-top: 48px;
  padding-bottom: 96px;
}

.back-office-page .bo-pocket-section {
  padding-top: 140px;
}

.back-office-page .bo-feature-strip {
  padding-top: 80px;
  padding-bottom: 80px;
}

.back-office-page .bo-feature-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  width: 100%;
}

.back-office-page .bo-feature-strip-copy {
  max-width: 500px;
}

.back-office-page .bo-feature-strip-copy.is-copy-right {
  justify-self: end;
  text-align: right;
}

.back-office-page .bo-feature-strip-copy.is-copy-right .display-2,
.back-office-page .bo-feature-strip-copy.is-copy-right .para-2 {
  text-align: right;
}

.back-office-page .bo-feature-strip-copy .display-2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.15;
}

.back-office-page .bo-feature-strip-copy .para-2 {
  max-width: none;
}

.back-office-page .bo-feature-strip-visual.is-flipped {
  justify-self: start;
  order: -1;
}

.back-office-page .bo-feature-strip-visual {
  justify-self: end;
  width: 100%;
  max-width: 480px;
  padding: 32px 24px;
}

.back-office-page .bo-feature-strip-visual.is-flipped {
  justify-self: start;
}

.back-office-page .bo-feature-notif-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.back-office-page .bo-feature-notif.mapp-notif {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: none;
  padding: 16px 18px;
  overflow: hidden;
  pointer-events: none;
  background: rgb(255 255 255 / 72%);
  border: none;
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 72%),
    inset 1px 0 0 rgb(255 255 255 / 42%),
    0 1px 2px rgb(0 0 0 / 4%),
    0 10px 28px rgb(0 0 0 / 7%);
  isolation: isolate;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px) saturate(1.45);
  backdrop-filter: blur(20px) saturate(1.45);
  transform: none;
  animation: none;
}

.back-office-page .bo-feature-notif.mapp-notif::before {
  position: absolute;
  inset: 0;
  padding: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    152deg,
    rgb(255 255 255 / 98%) 0%,
    rgb(255 255 255 / 52%) 16%,
    rgb(0 0 0 / 8%) 58%,
    rgb(0 0 0 / 4%) 100%
  );
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.back-office-page .bo-feature-notif.mapp-notif::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 95%) 0%,
    rgb(255 255 255 / 35%) 72%,
    transparent 100%
  );
}

.back-office-page .bo-feature-notif .mapp-notif-title {
  position: relative;
  z-index: 1;
}

.back-office-page .bo-feature-notif .mapp-notif-body {
  position: relative;
  z-index: 1;
}

.back-office-page .bo-feature-notif .mapp-notif-icon {
  z-index: 1;
  width: 44px;
  height: 44px;
}

.back-office-page .bo-feature-visual {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 88px;
  padding: 16px;
  background: hsl(240 4.8% 95.9% / 70%);
  border: 1px solid var(--bo-border);
  border-radius: 12px;
}

.back-office-page .bo-feature-visual-empty {
  align-items: center;
  justify-content: center;
  color: var(--bo-muted);
}

.back-office-page .bo-feature-visual-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  opacity: 0.45;
}

.back-office-page .bo-feature-visual-label {
  font-size: 13px;
  font-weight: 500;
}

.back-office-page .bo-feature-mini-row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--bo-border);
  border-radius: 8px;
}

.back-office-page .bo-feature-mini-row.is-dimmed {
  opacity: 0.55;
}

.back-office-page .bo-feature-mini-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
}

.back-office-page .bo-feature-mini-icon svg {
  width: 14px;
  height: 14px;
}

.back-office-page .bo-feature-mini-icon-booking {
  color: #fff;
  background: var(--bo-special);
}

.back-office-page .bo-feature-mini-icon-alert {
  color: #fff;
  background: hsl(0 72% 51%);
}

.back-office-page .bo-feature-mini-icon-change {
  color: #fff;
  background: hsl(240 5% 34%);
}

.back-office-page .bo-feature-mini-icon-auto {
  color: #fff;
  background: hsl(142 71% 45%);
}

.back-office-page .bo-feature-mini-text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
  color: var(--bo-text);
  white-space: nowrap;
}

.back-office-page .bo-feature-mini-title {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--bo-text);
}

.back-office-page .bo-feature-mini-subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--bo-muted);
}

.back-office-page .bo-feature-visual-alert,
.back-office-page .bo-feature-visual-auto {
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.back-office-page .bo-feature-strip-visual.is-maintenance,
.back-office-page .bo-feature-strip-visual.is-approval,
.back-office-page .bo-feature-strip-visual.is-automation {
  max-width: 420px;
  padding: 16px 8px 24px;
}

.back-office-page .bo-feature-auto-applied-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  padding: 8px 4px;
  pointer-events: none;
}

.back-office-page .bo-feature-auto-applied-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: hsl(142 72% 26%);
  background: hsl(141 84% 93%);
  border: 1px solid hsl(141 50% 85%);
  border-radius: 999px;
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-feature-auto-applied-chip-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: hsl(142 76% 26%);
}

.back-office-page .bo-feature-auto-applied-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.back-office-page .bo-feature-auto-applied-visual .bo-inbox-detail-row {
  width: 100%;
}

.back-office-page .bo-feature-maintenance-visual {
  position: relative;
  width: 100%;
  min-height: 260px;
}

.back-office-page .bo-feature-maintenance-chip {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: hsl(0 72% 51%);
  background: hsl(0 86% 97%);
  border: 1px solid hsl(0 93% 82%);
  border-radius: 999px;
  box-shadow: var(--bo-shadow-xs);
}

.back-office-page .bo-feature-maintenance-chip-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.back-office-page .bo-feature-maintenance-photos {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 4 / 3;
  margin: 28px auto 0;
}

.back-office-page .bo-feature-maintenance-photo {
  position: absolute;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 14px;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 6%),
    0 14px 36px rgb(0 0 0 / 12%);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.back-office-page .bo-feature-maintenance-photo-back {
  top: 0;
  left: 0;
  z-index: 1;
  width: 74%;
  height: 80%;
  transform: rotate(-5deg);
}

.back-office-page .bo-feature-maintenance-photo-front {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 74%;
  height: 80%;
  transform: rotate(4deg);
}

.back-office-page
  .bo-feature-maintenance-photos:hover
  .bo-feature-maintenance-photo-back {
  box-shadow:
    0 1px 2px rgb(0 0 0 / 6%),
    0 18px 42px rgb(0 0 0 / 14%);
  transform: rotate(-8deg) translate(-8px, -6px);
}

.back-office-page
  .bo-feature-maintenance-photos:hover
  .bo-feature-maintenance-photo-front {
  box-shadow:
    0 1px 2px rgb(0 0 0 / 6%),
    0 20px 44px rgb(0 0 0 / 16%);
  transform: rotate(7deg) translate(8px, 6px);
}

.back-office-page .bo-feature-change-approval {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --pull-x: 0px;
  --pull-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;

  display: flex;
  justify-content: center;
  width: 100%;
  padding: 28px 8px 20px;
  touch-action: none;
}

.back-office-page .bo-feature-change-approve-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  perspective: 900px;
}

.back-office-page .bo-feature-change-approve-glow {
  position: absolute;
  inset: -28px -36px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--bo-special) 52%, transparent) 0%,
    color-mix(in srgb, var(--bo-special) 22%, transparent) 42%,
    transparent 74%
  );
  filter: blur(14px);
  animation: bo-approve-glow-pulse 3.2s ease-in-out infinite;
}

.back-office-page .bo-feature-change-approve {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  padding: 0 28px;
  overflow: hidden;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  cursor: default;
  background:
    radial-gradient(
      circle 120px at var(--mouse-x) var(--mouse-y),
      color-mix(in srgb, white 22%, var(--bo-special)) 0%,
      var(--bo-special) 72%
    ),
    var(--bo-special);
  border: 1px solid color-mix(in srgb, var(--bo-special) 75%, white);
  border-radius: 10px;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--bo-special) 28%, white),
    0 14px 36px color-mix(in srgb, var(--bo-special) 38%, transparent),
    inset 0 1px 0 rgb(255 255 255 / 22%);
  transform: translate3d(var(--pull-x), var(--pull-y), 0) rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease;
  will-change: transform;
}

.back-office-page .bo-feature-change-approve-icon {
  width: 20px;
  height: 20px;
}

@keyframes bo-approve-glow-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-office-page .bo-feature-change-approve,
  .back-office-page .bo-feature-change-approve-glow,
  .back-office-page .bo-feature-maintenance-photo {
    transform: none;
    transition: none;
    animation: none;
  }

  .back-office-page .bo-feature-maintenance-photo-back {
    transform: rotate(-5deg);
  }

  .back-office-page .bo-feature-maintenance-photo-front {
    transform: rotate(4deg);
  }
}

.back-office-page .bo-feature-approval-actions {
  display: flex;
  gap: 8px;
}

.back-office-page .bo-feature-approval-deny,
.back-office-page .bo-feature-approval-approve {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
}

.back-office-page .bo-feature-approval-deny {
  color: var(--bo-text);
  background: #fff;
  border: 1px solid var(--bo-border);
}

.back-office-page .bo-feature-approval-approve {
  color: #fff;
  background: var(--bo-special);
  border: 1px solid color-mix(in srgb, var(--bo-special) 75%, white);
}

.back-office-page .bo-feature-approval-check {
  width: 14px;
  height: 14px;
}

.back-office-page .bo-reporting-features {
  width: 100%;
  max-width: none;
}

.back-office-page .bo-reporting-feature-grid.feature-grid-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.back-office-page .bo-reporting-screenshot {
  width: 108%;
  max-width: none;
  padding: 0;
  margin: 0 -4% 56px;
}

.back-office-page .bo-reporting-screenshot-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 3589 / 1588;
  overflow: hidden;
}

.back-office-page .bo-reporting-screenshot-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.back-office-page .bo-reporting-screenshot-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, var(--sidebar) 92%);
}

.back-office-page .bo-reporting-intro .display-2,
.back-office-page .bo-reporting-intro .para-2 {
  max-width: none;
}

.back-office-page .content-title {
  width: 100%;
  max-width: none;
  margin-top: 80px;
}

.back-office-page .content-title-grid .display-2,
.back-office-page .content-title-grid .para-2 {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .back-office-page {
    --bo-header-offset: 64px;
  }

  .back-office-page .bo-inbox-hero-stage {
    justify-content: flex-start;
    padding-left: 5%;
    overflow-x: clip;
  }

  .back-office-page .bo-inbox-hero .bo-app-frame {
    width: 1000px;
    min-width: 1000px;
    max-width: none;
    height: min(640px, 72vh);
    min-height: 480px;
  }

  .back-office-page .bo-app-sidebar {
    display: none;
  }

  /* List anchored left, detail extends off-screen */
  .back-office-page .bo-inbox-body {
    flex-direction: row;
    overflow: hidden;
  }

  .back-office-page .bo-inbox-list-pane {
    flex-shrink: 0;
    width: 320px;
    min-width: 320px;
    height: 100%;
    max-height: none;
    border-right: 1px solid var(--bo-border);
    border-bottom: none;
  }

  .back-office-page .bo-inbox-detail-pane {
    flex: 1 0 auto;
    min-width: 480px;
    overflow: hidden;
  }

  .back-office-page .bo-inbox-detail-panel {
    padding: 20px 16px;
  }

  .back-office-page .bo-inbox-detail-empty {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .back-office-page .bo-reporting-feature-grid.feature-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .back-office-page .bo-inbox-hero-copy :is(.display-1, .para-1),
  .back-office-page .bo-pocket-section :is(.display-2, .para-2),
  .back-office-page
    .bo-section.section-large-7
    > .container-default
    > div:first-child
    :is(.display-2, .para-2),
  .back-office-page .content-title-grid :is(.display-2, .para-2),
  .back-office-page
    .bo-feature-strip-copy:not(.is-copy-right)
    :is(.display-2, .para-2),
  .back-office-page
    .bo-reporting-feature-grid
    :is(.subheading-regular-6, .para-2),
  .back-office-page .bento-grid-wrapper :is(.subheading-regular-7, .para-2) {
    text-align: left;
  }

  .back-office-page .bo-reporting-feature-grid .flex-block-12 {
    align-self: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .back-office-page .bo-section .para-2 {
    max-width: none;
  }

  .back-office-page .bo-inbox-hero {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .back-office-page .bo-feature-stories {
    padding-bottom: 40px;
  }

  .back-office-page .bo-feature-stories + .featured-customer-stories-section {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .back-office-page .bo-pocket-section {
    padding-top: 96px;
  }

  .back-office-page .bo-feature-strip {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .back-office-page .bo-feature-strip-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .back-office-page .bo-feature-strip-copy {
    max-width: none;
  }

  .back-office-page .bo-feature-strip-copy.is-copy-right {
    justify-self: stretch;
    text-align: left;
  }

  .back-office-page .bo-feature-strip-copy.is-copy-right .display-2,
  .back-office-page .bo-feature-strip-copy.is-copy-right .para-2 {
    text-align: left;
  }

  .back-office-page .bo-feature-strip-copy .display-2 {
    font-size: 28px;
  }

  .back-office-page .bo-feature-strip-visual,
  .back-office-page .bo-feature-strip-visual.is-flipped {
    justify-self: stretch;
    order: 0;
    max-width: none;
    padding: 24px 16px;
  }

  .back-office-page .bo-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .back-office-page .bo-section.section-large-7.bo-reporting-section {
    padding-right: 0;
    padding-left: 0;
  }

  .back-office-page
    .bo-section.section-large-7.bo-reporting-section
    .container-default {
    width: 100%;
    max-width: none;
  }

  .back-office-page .bo-reporting-screenshot {
    width: 100%;
    margin: 0 0 40px;
  }

  .back-office-page .bo-scale-copy {
    display: none;
  }

  .back-office-page .content-title {
    margin-top: 56px;
  }

  .back-office-page .bo-reporting-feature-grid.feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .back-office-page .feature-card-4.row.noright,
  .back-office-page .feature-card-4.row.bottom {
    flex-flow: column;
  }

  /* Left-align titles and body copy on mobile */
  .back-office-page .bo-inbox-hero-copy :is(.display-1, .para-1),
  .back-office-page .bo-section :is(.display-2, .para-2),
  .back-office-page .bo-feature-strip-copy :is(.display-2, .para-2),
  .back-office-page .content-title-grid :is(.display-2, .para-2),
  .back-office-page
    .bo-reporting-feature-grid
    :is(.subheading-regular-6, .para-2),
  .back-office-page .bento-grid-wrapper :is(.subheading-regular-7, .para-2) {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .back-office-page .bo-reporting-feature-grid .flex-block-12 {
    align-self: flex-start;
    text-align: left;
  }

  .back-office-page .content-title-grid .column-regular-5.column-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .back-office-page .content-title .buttons-row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
  }

  .back-office-page .content-title .button-row-left,
  .back-office-page .content-title .button-row-right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .back-office-page .content-title .button-row-left .btn-primary {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .back-office-page .content-title .button-row-right .link-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .back-office-page .bo-inbox-hero-copy :is(.display-1, .para-1),
  .back-office-page .bo-section :is(.display-2, .para-2),
  .back-office-page .bo-feature-strip-copy :is(.display-2, .para-2),
  .back-office-page .content-title-grid :is(.display-2, .para-2),
  .back-office-page
    .bo-reporting-feature-grid
    :is(.subheading-regular-6, .para-2),
  .back-office-page .bento-grid-wrapper :is(.subheading-regular-7, .para-2) {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .back-office-page .content-title-grid .column-regular-5.column-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .back-office-page .content-title .buttons-row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
  }

  .back-office-page .content-title .button-row-left,
  .back-office-page .content-title .button-row-right,
  .back-office-page .content-title .button-row-right.extra.r {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .back-office-page .content-title .button-row-left .btn-primary {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .back-office-page .content-title .button-row-right .link-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-office-page .bo-inbox-item,
  .back-office-page .bo-inbox-detail-panel {
    animation: none;
  }

  .back-office-page .bo-feature-change-approve-glow {
    animation: none;
  }
}

@keyframes bo-detail-enter {
  from {
    opacity: 0;
    transform: translateX(12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
