
      .bcpt-tabs { margin:0; font-family:inherit; }
      .bcpt-tabs-nav {
        background:#EDEDED; width:100vw; position:relative;
        left:50%; right:50%; margin-left:-50vw; margin-right:-50vw;
        overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none;
      }
      .bcpt-tab-panel .tab-content { display:block !important; }
      .bcpt-tabs-nav::-webkit-scrollbar { display:none; }
      .bcpt-tabs-nav-inner {
        display:flex; align-items:stretch; max-width:1440px; margin:0 auto; width:100%;
      }
      @media (max-width:768px) {
        .bcpt-tabs-nav-inner { display:flex; align-items:stretch; width:max-content; min-width:100%; }
      }
      .bcpt-tab-btn {
        display:flex; flex-direction:column; align-items:center; justify-content:center;
        gap:8px; flex:1 0 auto; min-width:100px; min-height:106px; background:none;
        border:none; border-bottom:6px solid transparent; cursor:pointer; font-size:14px;
        font-weight:400; color:#BEBEBE; transition:all 0.2s; padding:8px 12px;
        box-sizing:border-box; white-space:nowrap;
      }
      .bcpt-tab-btn:hover { color:#999; }
      .bcpt-tab-btn.is-active { color:#EF6526; font-weight:700; border-bottom:6px solid #EF6526; }
      .bcpt-tab-icon { width:30px; height:30px; object-fit:contain; flex-shrink:0; }
      .bcpt-tab-btn.is-active .bcpt-icon-inactive { display:none; }
      .bcpt-tab-btn:not(.is-active) .bcpt-icon-active { display:none; }
      .bcpt-tab-btn span { font-size:16px; line-height:1.2; text-align:center; white-space:nowrap; font-family:'Matritsa',sans-serif; }
      .bcpt-tabs-content { padding:40px 20px; max-width:1100px; margin:0 auto; overflow-x:hidden; box-sizing:border-box; width:100%; }
      .bcpt-tab-panel { display:none; line-height:1.7; color:#333; word-wrap:break-word; overflow-wrap:break-word; word-break:break-word; }
      .bcpt-tab-panel h2, .bcpt-tab-panel h3 { color:#F5671F; }
      .bcpt-tab-panel.is-active { display:block; }
      .bcpt-tab-panel img:not(.slick-slide img):not(.bcpt-photo-slide img):not(.bcpt-qa-answer-text img):not(.bcpt-ugc-photo img) { max-width:100% !important; height:auto !important; }
      .bcpt-tab-panel[data-tab="installation"] img:not(.slick-slide img):not(.bcpt-photo-slide img) { height:250px !important; width:auto !important; max-width:100% !important; object-fit:contain; }
      .bcpt-tab-panel iframe:not(.bcpt-modal-iframe):not(.slick-slide iframe) { max-width:100% !important; width:100% !important; box-sizing:border-box; }
      .bcpt-tab-panel table:not(.bcpt-compat-table):not(.technical-table):not(.bcpt-spec-table) { max-width:100%; width:100%; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; box-sizing:border-box; }
      .bcpt-tab-panel .technical-table { width:100%; border-collapse:collapse; margin:0 0 24px 0; font-size:15px; }
      .bcpt-tab-panel .technical-th { background:#fafafa; font-weight:700; text-align:left; padding:14px 20px; border:1px solid #e5e7eb; color:#111827; text-transform:uppercase; font-size:13px; letter-spacing:0.5px; }
      .bcpt-tab-panel .technical-td { padding:14px 20px; border:1px solid #e5e7eb; color:#1a1a1a; vertical-align:middle; }
      .bcpt-tab-panel .technical-td:first-child { font-weight:700; color:#111827; width:23%; background:#fafafa; }
      .bcpt-tab-panel .bcpt-iframe-wrap { position:relative; padding-bottom:56.25%; height:0; overflow:hidden; width:100%; }
      .bcpt-tab-panel .bcpt-iframe-wrap iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }
      .bcpt-media { max-width:970px; margin:0 auto; }
      .bcpt-media-heading { font-size:32px; text-transform: uppercase;font-weight:900; margin:0 0 0 0; color:#1a1a1a; text-align:center; letter-spacing: -0.02em; font-family:'Matritsa',sans-serif; }
      .bcpt-media-section { margin-bottom:3rem; position:relative; }
      .bcpt-media-section:last-child { margin-bottom:0; }
      .bcpt-video-slide { padding:0 6px; position:relative; box-sizing:border-box; }
      .bcpt-video-thumb { position:relative; width:100%; padding-bottom:75%; overflow:hidden; cursor:pointer; background-size:cover; background-position:center; border-radius:10px; }
      .bcpt-video-play-btn { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor:pointer; transition:transform 0.2s; opacity:0.9; z-index:2; pointer-events:none; }
      .bcpt-video-thumb:hover .bcpt-video-play-btn { transform:translate(-50%,-50%) scale(1.1); opacity:1; }
      .bcpt-video-play-btn svg { display:block; width:60px; height:60px; }
      .bcpt-video-title { position:absolute; bottom:16px; left:50%; transform:translateX(-50%); color:#fff; font-size:14px; font-weight:600; text-shadow:0 1px 4px rgba(0,0,0,0.6); z-index:2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:90%; text-align:center; pointer-events:none; }
      .bcpt-photo-slide { padding:0 4px; cursor:pointer; }
      .bcpt-photo-slide img { width:100%; height:160px; object-fit:cover; border-radius:10px; display:block; transition:opacity 0.2s,transform 0.2s; max-width:100%; }
      .bcpt-photo-slide:hover img { opacity:0.85; transform:scale(1.02); }
      .bcpt-video-carousel .slick-prev,.bcpt-video-carousel .slick-next,
      .bcpt-photo-carousel .slick-prev,.bcpt-photo-carousel .slick-next { background:none !important; border:none !important; box-shadow:none !important; width:30px; height:30px; z-index:1; }
      .bcpt-video-carousel .slick-prev,.bcpt-photo-carousel .slick-prev { left:-30px; }
      .bcpt-video-carousel .slick-next,.bcpt-photo-carousel .slick-next { right:-30px; }
      .bcpt-video-carousel .slick-prev:before,.bcpt-photo-carousel .slick-prev:before { content:"‹"; color:#344B59; font-size:32px; background-image:none; }
      .bcpt-video-carousel .slick-next:before,.bcpt-photo-carousel .slick-next:before { content:"›"; color:#344B59; font-size:32px; background-image:none; }
      #bcpt-video-modal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.9); z-index:999999; align-items:center; justify-content:center; }
      #bcpt-video-modal.is-open { display:flex; }
      #bcpt-video-modal .bcpt-modal-inner { width:90%; max-width:960px; position:relative; }
      #bcpt-video-modal .bcpt-modal-close { position:absolute; top:-44px; right:0; background:none; border:none; color:#fff; font-size:32px; cursor:pointer; padding:4px 10px; line-height:1; }
      #bcpt-video-modal .bcpt-modal-frame-wrap { position:relative; padding-bottom:56.25%; height:0; background:#000; border-radius:8px; overflow:hidden; }
      #bcpt-video-modal iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }
      #bcpt-photo-lightbox { display:none; position:fixed; inset:0; z-index:999998; background:rgba(0,0,0,0.92); align-items:center; justify-content:center; padding:16px; }
      #bcpt-photo-lightbox.is-open { display:flex; }
      #bcpt-lb-overlay { position:absolute; inset:0; cursor:pointer; }
      #bcpt-lb-inner { position:relative; max-width:1100px; width:100%; display:flex; align-items:center; justify-content:center; max-height:90vh; }
      #bcpt-lb-img { max-width:calc(100% - 140px); max-height:85vh; object-fit:contain; border-radius:8px; position:relative; z-index:1; user-select:none; display:block; }
      #bcpt-lb-close,#bcpt-lb-prev,#bcpt-lb-next { z-index:10; background:rgba(255,255,255,0.15); border:none; color:#fff; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background 0.2s; }
      #bcpt-lb-close:hover,#bcpt-lb-prev:hover,#bcpt-lb-next:hover { background:rgba(255,255,255,0.35); }
      #bcpt-lb-close { position:absolute; top:-12px; right:-12px; width:44px; height:44px; font-size:28px; line-height:1; }
      #bcpt-lb-prev,#bcpt-lb-next { position:absolute; top:50%; transform:translateY(-50%); width:52px; height:52px; font-size:36px; line-height:1; }
      #bcpt-lb-prev { left:12px; }
      #bcpt-lb-next { right:12px; }
      #bcpt-lb-counter { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); background:rgba(0,0,0,0.6); color:#fff; font-size:14px; padding:6px 20px; border-radius:999px; z-index:10; white-space:nowrap; }
      .bcpt-compatibility { max-width:970px; margin:0 auto; padding:20px 0; }
      .bcpt-compatibility-html { max-width:970px; margin:0 auto; padding:20px 0; }
      .bcpt-compat-heading { font-size:32px; font-weight:900; margin:0 0 2rem; color:#1a1a1a; text-align:center; letter-spacing:0.5px; font-family:'Matritsa',sans-serif; }
      .bcpt-compat-table-wrap { background:#f5f5f5; padding:30px; border-radius:4px; overflow-x:auto; -webkit-overflow-scrolling:touch; }
      .bcpt-compat-table { width:100%; border-collapse:collapse; font-size:15px; background:transparent; }
      .bcpt-compat-table thead tr { border-bottom:1px solid #d4d4d4; }
      .bcpt-compat-table thead th { padding:18px 16px; text-align:center; font-weight:700; font-family:Spoiler,sans-serif; text-transform:uppercase; font-size:18px; letter-spacing:1px; color:#1a1a1a; background:transparent; border-right:1px solid #d4d4d4; }
      .bcpt-compat-table thead th:last-child { border-right:none; }
      .bcpt-compat-table tbody td { padding:20px 16px; text-align:center; border-bottom:1px solid #d4d4d4; border-right:1px solid #d4d4d4; color:#1a1a1a; font-size:15px; vertical-align:middle; }
      .bcpt-compat-table tbody td:last-child { border-right:none; }
      .bcpt-compat-table tbody tr:last-child td { border-bottom:none; }
      .bcpt-compat-toggle-wrap { display:flex; justify-content:center; margin-top:20px; }
      .bcpt-compat-toggle { display:inline-flex; align-items:center; gap:6px; background:none; border:none; color:#EF6526; font-weight:700; font-size:15px; cursor:pointer; padding:8px 16px; border-radius:4px; transition:background 0.2s; }
      .bcpt-compat-toggle:hover { background:rgba(239,101,38,0.08); }
      .bcpt-compat-rich-text { max-width:970px; margin:24px auto 0; padding:24px 30px; background:#fff; border-radius:4px; font-size:15px; line-height:1.7; color:#1a1a1a; }
      .bcpt-compat-rich-text p { margin:0 0 12px; }
      .bcpt-compat-rich-text p:last-child { margin-bottom:0; }
      .bcpt-compat-rich-text ul,.bcpt-compat-rich-text ol { padding-left:20px; margin:0 0 12px; }
      .bcpt-compat-rich-text h1,.bcpt-compat-rich-text h2,.bcpt-compat-rich-text h3 { color:#F5671F; margin:0 0 12px; }
      .bcpt-tab-panel .bcpt-spec-table { display:table !important; width:100% !important; max-width:100% !important; border-collapse:collapse !important; margin:0 auto !important; background:#fff !important; table-layout:auto !important; overflow:visible !important; font-size:15px !important; }
      .bcpt-tab-panel .bcpt-spec-table td,.bcpt-tab-panel .bcpt-spec-table th { padding:14px 20px !important; border:1px solid #e5e7eb !important; text-align:left !important; vertical-align:middle !important; color:#1a1a1a !important; font-size:15px !important; line-height:1.5 !important; width:auto !important; min-width:0 !important; word-break:normal !important; overflow-wrap:break-word !important; background:#fff !important; }
      .bcpt-tab-panel .bcpt-spec-table td:first-child,.bcpt-tab-panel .bcpt-spec-table th:first-child { font-weight:700 !important; color:#111827 !important; width:50% !important; background:#fafafa !important; }
      .bcpt-reviews-wrap { max-width:1024px; margin:0 auto; padding:16px 0; }
      .bcpt-reviews-title { font-size:32px; font-weight:900; text-transform:uppercase; text-align:center; color:#111827; letter-spacing:-0.02em; margin:0 0 24px 0; font-family:'Matritsa',sans-serif; }
      .bcpt-reviews-btn-wrap { display:flex; justify-content:center; margin-bottom:24px; }
      .bcpt-reviews-btn { background:#EF6526; color:#fff; font-weight:700; font-family:'Matritsa',sans-serif; text-transform:uppercase; letter-spacing:0.05em; padding:16px 64px; border:none; border-radius:0px; cursor:pointer; font-size:14px; transition:background 0.2s; }
      .bcpt-reviews-btn:hover { background:#d65520; }
      .bcpt-review-form { background:#fff; padding:24px; margin-top:24px; }
      .bcpt-review-form-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
      .bcpt-review-form-title { font-size:20px; font-weight:700; color:#1f2937; margin:0; }
      .bcpt-review-form-close { background:none !important; border:none !important; outline:none !important; box-shadow:none !important; color:#9ca3af; cursor:pointer; padding:4px; display:none; align-items:center; justify-content:center; font-size:24px; line-height:1; }
      .bcpt-review-form-intro { font-size:14px; color:#4b5563; margin:0 0 20px 0; }
      .bcpt-review-field { margin-bottom:20px; }
      .bcpt-review-field label { display:block; font-size:14px; font-weight:500; color:#374151; margin-bottom:8px; }
      .bcpt-review-field input,.bcpt-review-field textarea { width:100%; border:1px solid #d1d5db; border-radius:8px; padding:10px 12px; font-size:14px; font-family:inherit; box-sizing:border-box; }
      .bcpt-review-field input:focus,.bcpt-review-field textarea:focus { outline:none; border-color:#EF6526; box-shadow:0 0 0 2px rgba(239,101,38,0.2); }
      .bcpt-review-field textarea { resize:vertical; min-height:120px; }
      .bcpt-review-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
      @media (max-width:640px) { .bcpt-review-grid { grid-template-columns:1fr; } }
      .bcpt-star-input { display:flex; gap:4px; }
      .bcpt-star-input button { background:none; border:none; padding:0; cursor:pointer; transition:transform 0.1s; }
      .bcpt-star-input button:hover { transform:scale(1.15); }
      .bcpt-star { width:28px; height:28px; display:block; }
      .bcpt-star-sm { width:18px; height:18px; }
      .bcpt-star-filled { color:#EF6526; fill:#EF6526; }
      .bcpt-star-empty { color:#d1d5db; fill:#d1d5db; }
      .bcpt-review-submit { display:inline-flex; align-items:center; gap:8px; background:#EF6526; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; padding:12px 48px; border:none; border-radius:6px; cursor:pointer; font-size:14px; transition:background 0.2s; }
      .bcpt-review-submit:hover:not(:disabled) { background:#d65520; }
      .bcpt-review-submit:disabled { background:#d1d5db; cursor:not-allowed; }
      .bcpt-review-list { display:flex; flex-direction:column; gap:16px; }
      .bcpt-review-item { background:#f3f4f6; border-radius:6px; padding:24px; display:flex; align-items:flex-start; gap:24px; }
      @media (max-width:640px) { .bcpt-review-item { flex-direction:column; gap:12px; } }
      .bcpt-review-avatar { width:80px; height:80px; border-radius:50%; background:#d1d5db; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
      .bcpt-review-body { flex:1; min-width:0; }
      .bcpt-review-name { font-weight:700; color:#111827; font-size:16px; margin:0; }
      .bcpt-review-date { font-size:14px; color:#6b7280; margin:4px 0 12px 0; }
      .bcpt-review-text { color:#374151; line-height:1.6; margin:0; }
      .bcpt-review-rating { flex-shrink:0; display:flex; gap:2px; }
      .bcpt-review-empty { display:flex; flex-direction:column; align-items:center; padding:48px 0; color:#9ca3af; text-align:center; }
      .bcpt-review-loading { text-align:center; padding:32px; color:#6b7280; }
      .bcpt-review-toast { position:fixed; top:20px; right:20px; background:#10b981; color:#fff; padding:12px 20px; border-radius:8px; font-size:14px; font-weight:500; box-shadow:0 4px 12px rgba(0,0,0,0.15); z-index:1000000; animation:bcptSlideIn 0.3s ease-out; }
      .bcpt-review-toast.error { background:#ef4444; }
      @keyframes bcptSlideIn { from { transform:translateX(120%); } to { transform:translateX(0); } }
      .bcpt-user-photos-wrap { max-width:1024px; margin:0 auto; padding:16px 0; }
      .bcpt-user-photos-title { font-size:32px; font-weight:900; text-transform:uppercase; text-align:center; color:#111827; letter-spacing:-0.02em; margin:0 0 32px 0; font-family:'Matritsa',sans-serif; }
      #bcpt-ugc-container { min-height:200px; }
      .bcpt-ugc-loading { text-align:center; padding:32px; color:#6b7280; }
      .bcpt-ugc-grid {
        display:grid;
        grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
        gap:8px;
        padding:8px 0;
      }
      .bcpt-ugc-photo {
        aspect-ratio:1 / 1;
        overflow:hidden;
        border-radius:6px;
        background:#f3f4f6;
        cursor:pointer;
      }
      .bcpt-ugc-photo img {
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
        transition:transform 0.2s ease, opacity 0.2s ease;
      }
      .bcpt-ugc-photo:hover img {
        transform:scale(1.05);
        opacity:0.88;
      }
      @media (max-width:600px) {
        .bcpt-tabs-content { padding:24px 16px; }
        .bcpt-compat-heading { font-size:1.5rem; }
        .bcpt-compat-table-wrap { padding:15px; }
        .bcpt-compat-table thead th,.bcpt-compat-table tbody td { padding:12px 8px; font-size:13px; }
        .bcpt-compat-rich-text { padding:16px 15px; }
        #bcpt-lb-img { max-width:100%; }
        #bcpt-lb-prev { left:4px; }
        #bcpt-lb-next { right:4px; }
        .bcpt-ugc-grid { grid-template-columns:repeat(auto-fill, minmax(120px, 1fr)); gap:6px; }
      }
      .bcpt-qa-wrap { max-width:1024px; margin:0 auto; padding:16px 0; }
      .bcpt-qa-title { font-size:32px; font-weight:900; text-transform:uppercase; text-align:center; color:#111827; letter-spacing:-0.02em; margin:0 0 32px 0; font-family:'Matritsa',sans-serif; }
      .bcpt-qa-item { border:1px solid #e5e7eb; border-radius:4px; padding:20px; margin-bottom:16px; display:flex; gap:20px; align-items:flex-start; background:#fff; }
      .bcpt-qa-votes { display:flex; flex-direction:column; align-items:center; gap:4px; flex-shrink:0; min-width:70px; }
      .bcpt-qa-vote-btn { background:none; border:none; cursor:pointer; padding:4px; color:#EF6526; transition:transform 0.15s; }
      .bcpt-qa-vote-btn:hover { transform:scale(1.2); }
      .bcpt-qa-vote-btn.down { color:#9ca3af; }
      .bcpt-qa-vote-count { font-size:14px; color:#374151; font-weight:500; }
      .bcpt-qa-body { flex:1; min-width:0; }
      .bcpt-qa-q-row { display:flex; align-items:flex-start; gap:12px; margin-bottom:12px; }
      .bcpt-qa-badge { background:#e5e7eb; color:#374151; width:32px; height:32px; border-radius:4px; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; flex-shrink:0; font-family:'Matritsa',sans-serif; }
      .bcpt-qa-badge.a { background:#EF6526; color:#fff; }
      .bcpt-qa-q-text { font-weight:700; text-transform:uppercase; color:#111827; font-size:15px; line-height:1.4; margin:4px 0 0 0; font-family:'Matritsa',sans-serif; }
      .bcpt-qa-no-answer { color:#374151; margin:12px 0; font-size:14px; }
      .bcpt-qa-answer-now { display:inline-block; border:2px solid #EF6526; color:#EF6526; padding:8px 20px; font-weight:600; background:transparent; cursor:pointer; font-size:14px; transition:all 0.2s; font-family:'Matritsa',sans-serif; text-transform:lowercase; }
      .bcpt-qa-answer-now:hover { background:#EF6526; color:#fff; }
      .bcpt-qa-answer-item { border-radius:6px; display:flex; gap:12px; align-items:flex-start; margin-bottom:12px; }
      .bcpt-qa-answer-text { color:#374151; margin:0; font-size:15px; line-height:1.6; margin-top:4px; word-break:break-word; overflow-wrap:break-word; }
      .bcpt-qa-answer-text p { margin:0 0 8px 0; }
      .bcpt-qa-answer-text p:last-child { margin-bottom:0; }
      .bcpt-qa-answer-text a { color:#EF6526 !important; text-decoration:underline !important; cursor:pointer !important; pointer-events:auto !important; word-break:break-word; }
      .bcpt-qa-answer-text a:hover { color:#d65520 !important; text-decoration:underline !important; }
      .bcpt-qa-answer-text img { max-width:100% !important; height:auto !important; border-radius:8px !important; margin:8px 0 !important; display:block !important; }
      .bcpt-qa-answer-text ul,.bcpt-qa-answer-text ol { padding-left:20px; margin:4px 0; }
      .bcpt-qa-answer-text strong { font-weight:700; }
      .bcpt-qa-answer-text em { font-style:italic; }
      .bcpt-qa-answer-meta { font-size:12px; color:#6b7280; margin-top:6px; }
      .bcpt-qa-ask-section { background:#ededed; padding:32px; border-radius:4px; margin-top:32px; }
      .bcpt-qa-ask-title { font-weight:600; color:#111827; margin:0 0 12px 0; font-size:16px; }
      .bcpt-qa-ask-title .req { color:#ef4444; }
      .bcpt-qa-textarea { width:100%; min-height:180px; border:1px solid #d1d5db; border-radius:4px; padding:14px; font-size:14px; font-family:inherit; box-sizing:border-box; background:#fff; resize:vertical; }
      .bcpt-qa-textarea:focus { outline:none; border-color:#EF6526; }
      .bcpt-qa-input { width:100%; border:1px solid #d1d5db; border-radius:4px; padding:10px 12px; font-size:14px; box-sizing:border-box; background:#fff; margin-top:8px; font-family:inherit; }
      @media (max-width:600px) { .bcpt-qa-input-row { grid-template-columns:1fr; } }
      .bcpt-qa-input:focus { outline:none; border-color:#EF6526; }
      .bcpt-qa-notify { display:flex; align-items:center; gap:8px; margin:16px 0; font-size:14px; color:#374151; }
      .bcpt-qa-submit { width:100%; background:#EF6526; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; padding:16px; border:none; border-radius:4px; cursor:pointer; font-size:14px; transition:background 0.2s; font-family:'Matritsa',sans-serif; }
      .bcpt-qa-submit:hover:not(:disabled) { background:#d65520; }
      .bcpt-qa-submit:disabled { background:#d1d5db; cursor:not-allowed; }
      .bcpt-qa-back { color:#111827; text-decoration:none; font-size:14px; display:inline-block; cursor:pointer; font-weight:500; }
      .bcpt-qa-back:hover { color:#EF6526; }
      .bcpt-qa-answer-view-top { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:20px; gap:16px; }
      .bcpt-qa-no-answer-italic { font-style:italic; color:#111827; font-weight:500; margin:20px 0; }
      .bcpt-qa-loading { text-align:center; padding:32px; color:#6b7280; }
      .bcpt-posting-as { font-size:14px; color:#6b7280; margin:8px 0 16px 0; padding:10px 14px; background:#f3f4f6; border-radius:6px; border-left:3px solid #EF6526; display:none; }
      .bcpt-posting-as strong { color:#111827; }
      .bcpt-qa-pending-notice { display:none; background:#fef3c7; border:1px solid #f59e0b; border-radius:8px; padding:16px 20px; margin-bottom:24px; font-size:14px; color:#92400e; display:flex; align-items:flex-start; gap:10px; }

      /* ═══════════════════════════════════════════════════════════ */
      /*  Storefront Content Blocks                                  */
      /*  — Above Product Options                                    */
      /*  — Above Add to Cart                                        */
      /* ═══════════════════════════════════════════════════════════ */

      /* ── Above Options Block (default with background) ─────────── */
      .bcpt-above-options {
        background-color: #F4F4F4;
        padding: 15px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        border-radius: 4px;
      }
      .bcpt-above-options p { margin: 0 0 8px 0; }
      .bcpt-above-options h2,.bcpt-above-options h3 {
          font-family: Roboto;
          font-size: 28px;
          font-weight: 700;
          line-height: 1.4;
          text-transform: none;
          color: #f56721;
          margin-top: 0;
      }
      .bcpt-above-options p:last-child { margin-bottom: 0; }
      .bcpt-above-options img { max-width: 100%; height: auto; display: block; }
      .bcpt-above-options a { color: #EF6526; text-decoration: underline; }
      .bcpt-above-options a:hover { color: #d65520; }
      .bcpt-above-options ul,
      .bcpt-above-options ol { padding-left: 20px; margin: 0 0 8px 0; }
      .bcpt-above-options strong { font-weight: 700; }
      .bcpt-above-options em { font-style: italic; }

      /* Image-only variant — clean, no background/padding */
      .bcpt-above-options--no-style {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
      }
      .bcpt-above-options--no-style a { text-decoration: none; }
      .bcpt-above-options--no-style img { width: 100%; }


      /* ── Above Cart Block (default with background) ────────────── */
      .above_add_to_cart {
        background-color: #F4F4F4;
        padding: 15px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        border-radius: 4px;
      }
      .above_add_to_cart p { margin: 0 0 8px 0; }
      .above_add_to_cart h2,.above_add_to_cart h3 {
          font-family: Roboto;
          font-size: 28px;
          font-weight: 700;
          line-height: 1.4;
          text-transform: none;
          color: #f56721;
          margin-top: 0;
      }
      .above_add_to_cart p:last-child { margin-bottom: 0; }
      .above_add_to_cart img { max-width: 100%; height: auto; display: block; }
      .above_add_to_cart a { color: #EF6526; text-decoration: underline; }
      .above_add_to_cart a:hover { color: #d65520; }
      .above_add_to_cart ul,
      .above_add_to_cart ol { padding-left: 20px; margin: 0 0 8px 0; }
      .above_add_to_cart strong { font-weight: 700; }
      .above_add_to_cart em { font-style: italic; }

      /* Image-only variant — clean, no background/padding */
      .above_add_to_cart--no-style {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
      }
      .above_add_to_cart--no-style a { text-decoration: none; }
      .above_add_to_cart--no-style img { width: 100%; }


      /* ── Responsive spacing ────────────────────────────────────── */
      @media (max-width: 768px) {
        .bcpt-above-options { margin-bottom: 12px; padding: 12px; }
        .above_add_to_cart    { margin-bottom: 10px; padding: 12px; }
        .bcpt-above-options--no-style,
        .above_add_to_cart--no-style { padding: 0; }
      }
      .blog-section-title h3 b{color:#1A1A1A;}

      /* ── Compatibility "see more", CSS-only ─────────────────────── */
      .bcpt-compat-expand {
        position:absolute; width:1px; height:1px; opacity:0;
        pointer-events:none; clip:rect(0 0 0 0); overflow:hidden;
      }
      tr.bcpt-compat-extra { display:none; }
      .bcpt-compat-expand:checked ~ .bcpt-compat-table-wrap tr.bcpt-compat-extra {
        display:table-row;
      }
      .bcpt-compat-toggle [data-compat-less] { display:none; }
      .bcpt-compat-expand:checked ~ .bcpt-compat-table-wrap .bcpt-compat-toggle [data-compat-more] { display:none; }
      .bcpt-compat-expand:checked ~ .bcpt-compat-table-wrap .bcpt-compat-toggle [data-compat-less] { display:inline; }
      .bcpt-compat-expand:checked ~ .bcpt-compat-table-wrap .bcpt-compat-toggle-icon {
        transform:rotate(180deg);
      }
      .bcpt-compat-expand:focus-visible ~ .bcpt-compat-table-wrap .bcpt-compat-toggle {
        outline:2px solid #EF6526; outline-offset:2px;
      }
  