/* Standalone configurator shell for /order (no site chrome) */
.co-embed-body {
  margin: 0;
  background: #f3f3f1;
  min-height: 100vh;
  font-family: "BioSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.co-embed-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: #1a1a1a;
  color: #fff;
}

.co-embed-back,
.co-embed-done {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #666;
  padding: 6px 10px;
  white-space: nowrap;
}

.co-embed-back:hover,
.co-embed-done:hover {
  color: #fff;
  border-color: #fb6b5a;
  background: #fb6b5a;
  text-decoration: none;
}

.co-embed-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.co-embed-app {
  min-height: calc(100vh - 48px);
}

.co-embed-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 12px 40px;
}

/* Kill shopping-chrome spacing that expects site header / product side rail */
.co-embed-content .product_details,
.co-embed-content .product_sidebar {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}

.co-embed-content .section_title {
  display: none !important;
}

.co-embed-content .mt-90,
.co-embed-content .mt-100,
.co-embed-content .mt-57,
.co-embed-content .mt-150,
.co-embed-content .mt-10 {
  margin-top: 0 !important;
}

/* Never show site chrome leftovers (header / footer / sticky / subheader) */
.co-embed-body .header_area,
.co-embed-body .header_bottom,
.co-embed-body .main_menu,
.co-embed-body .sticky-div,
.co-embed-body .footer_area,
.co-embed-body .footer_widgets,
.co-embed-body .subheader,
.co-embed-body .legacy-shop-banner,
.co-embed-body .subscription_popup,
.co-embed-body #hex-live-widget,
.co-embed-body .hex-live-widget,
.co-embed-body .page-view-counter {
  display: none !important;
}

.co-embed-loading {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  background: #fff;
  text-align: center;
}

.co-embed-loading.is-done {
  display: none !important;
}

.co-embed-loading__photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fb6b5a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.co-embed-loading__name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.co-embed-loading__name span {
  font-weight: 400;
  color: #728086;
  font-size: 13px;
}

.co-embed-loading__joke {
  margin: 0 auto;
  max-width: 420px;
  min-height: 3.2em;
  font-size: 14px;
  line-height: 1.45;
  color: #444;
  transition: opacity 0.25s ease;
}

.co-embed-loading__joke.is-fading {
  opacity: 0;
}

@media (max-width: 767px) {
  .co-embed-bar {
    flex-wrap: wrap;
  }

  .co-embed-title {
    order: -1;
    flex: 0 0 100%;
  }
}
