/* Profile-only presentation. Product and cart styles come from all-prod-shoppers. */

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
  padding-top: 90%;
}

.seller-live-store-top #landinAsocContainer > .live-deals-notice {
  grid-column: 1 / -1;
  grid-row: 4;
}

.live-deals-notice {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 84px;
  box-sizing: border-box;
  margin: 14px 0 0;
  padding: 16px 22px;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  background: #f8fbff;
  text-align: left;
}

.live-deals-notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: #e5f0ff;
  color: #1688f0;
  font-size: 26px;
}

.live-deals-notice-content h4 {
  margin: 0 0 3px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.live-deals-notice-content p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.mdp-profile-products-error {
  width: min(760px, calc(100% - 28px));
  margin: 20px auto;
  padding: 14px 16px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fef2f2;
  color: #991b1b;
  font: 600 14px/1.4 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .live-deals-notice {
    gap: 12px;
    min-height: 72px;
    padding: 14px 16px;
  }

  .live-deals-notice-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 21px;
  }

  .live-deals-notice-content h4 {
    font-size: 15px;
  }

  .live-deals-notice-content p {
    font-size: 12px;
  }
}
