
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: #1f2937; background: #ffffff; }
    .fpb-page * { box-sizing: border-box; }
    .fpb-page a { color: #0f4c81; text-decoration: none; }
    .fpb-page a:hover { text-decoration: underline; }
    .fpb-page img { max-width: 100%; height: auto; }
    .fpb-page p { font-size: 16px; line-height: 1.7; }
    .fpb-page table th, .fpb-page table td { vertical-align: top; }
    .fpb-product-frame {
      position: relative;
      overflow: hidden;
      background: #ffffff;
    }
    .fpb-product-frame img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .fpb-main-crop {
      aspect-ratio: 1 / 1;
    }
    .fpb-main-crop img {
      transform: none;
      transform-origin: center center;
    }
    .fpb-detail-crop {
      aspect-ratio: 1 / 1;
    }
    .fpb-detail-crop img {
      object-fit: cover;
      transform: scale(1.18) translate(1%, 3%);
      transform-origin: center center;
    }
    .fpb-cover-tl {
      position: absolute;
      left: 12px;
      top: 10px;
      width: 128px;
      height: 48px;
      background: #ffffff;
      border-radius: 4px;
      pointer-events: none;
    }
    .fpb-cover-br {
      position: absolute;
      right: 10px;
      bottom: 8px;
      width: 172px;
      height: 58px;
      background: #ffffff;
      border-radius: 4px;
      pointer-events: none;
    }
  