
/* FPE Frontend (1.3.6) – same modern minimal slider */
.fpe-preview-root{max-width:100%;margin:12px 0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;}
.fpe-controls{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap;box-sizing:border-box;max-width:100%;overflow:hidden;}
.fpe-label-text,.fpe-input-text,.fpe-label-size,.fpe-slider,.fpe-size-value{display:inline-block;vertical-align:middle;}
.fpe-input-text{min-width:180px;flex:1 1 380px;padding:6px 10px;border:1px solid #ddd;border-radius:8px;background:transparent;box-sizing:border-box;}
.fpe-slider{flex:0 1 240px;width:240px;max-width:min(240px,32vw);min-width:120px;box-sizing:border-box;overflow:hidden;appearance:none;-webkit-appearance:none;height:6px;background:#D3D3D3;border-radius:999px;outline:none;}
.fpe-size-value{font-weight:600;min-width:48px;text-align:left;}
.fpe-slider::-webkit-slider-runnable-track{height:6px;background:#D3D3D3;border-radius:999px;}
.fpe-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#111;border:none;margin-top:-5px;}
.fpe-slider::-moz-range-track{height:6px;background:#D3D3D3;border-radius:999px;}
.fpe-slider::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#111;}
.fpe-slider::-ms-track{height:6px;background:transparent;border-color:transparent;color:transparent;}
.fpe-slider::-ms-fill-lower,.fpe-slider::-ms-fill-upper{background:#D3D3D3;border-radius:999px;}
.fpe-slider::-ms-thumb{width:16px;height:16px;border-radius:50%;background:#111;border:none;}
@media (min-width: 769px){.fpe-controls{flex-wrap:nowrap;}.fpe-label-text,.fpe-label-size{white-space:nowrap;}}
.fpe-variations-list{display:flex;flex-direction:column;gap:12px;}
.fpe-variation-item{background:transparent;}
.fpe-variation-label{font-weight:700;margin-bottom:6px;color:#111;}
.fpe-variation-preview img{max-width:100%;height:auto;display:none;background:transparent;border:none;}
.fpe-img-skeleton{display:inline-block;padding:4px 6px;border:1px dashed #ddd;border-radius:8px;color:#777;font-size:12px;background:transparent;}
.fpe-divider{border:0;border-top:1px solid #D3D3D3;margin:4px 0;}
.entry-content .fpe-preview-root .fpe-controls{display:flex !important;align-items:center !important;gap:12px !important;flex-wrap:nowrap !important;}
.entry-content .fpe-preview-root .fpe-label-text,.entry-content .fpe-preview-root .fpe-label-size{display:inline-block !important;white-space:nowrap !important;text-align:left !important;letter-spacing:normal !important;word-spacing:normal !important;text-justify:auto !important;}
.entry-content .fpe-preview-root .fpe-input-text{flex:1 1 380px !important;min-width:180px !important;padding:6px 10px !important;border:1px solid #ddd !important;border-radius:8px !important;background:transparent !important;}
.entry-content .fpe-preview-root .fpe-slider{flex:0 1 240px !important;width:240px !important;max-width:min(240px,32vw) !important;appearance:none !important;-webkit-appearance:none !important;height:6px !important;background:#D3D3D3 !important;border-radius:999px !important;outline:none !important;}
.entry-content .fpe-preview-root .fpe-slider::-webkit-slider-runnable-track{height:6px;background:#D3D3D3;border-radius:999px;}
.entry-content .fpe-preview-root .fpe-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#111;border:none;margin-top:-5px;}
.entry-content .fpe-preview-root .fpe-slider::-moz-range-track{height:6px;background:#D3D3D3;border-radius:999px;}
.entry-content .fpe-preview-root .fpe-slider::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#111;}
.entry-content .fpe-preview-root .fpe-size-value{font-weight:600;min-width:48px;}
@media (max-width: 921px){
  .entry-content .fpe-preview-root .fpe-controls{display:grid !important;grid-template-columns:auto 1fr auto;grid-template-rows:50px 50px 50px;grid-template-areas:"labelText labelText labelText" "input input input" "sizeLabel slider sizeVal";gap:8px 12px;align-items:center;}
  .entry-content .fpe-preview-root .fpe-label-text{grid-area:labelText;}
  .entry-content .fpe-preview-root .fpe-input-text{grid-area:input;height:50px !important;min-height:50px !important;line-height:normal !important;padding:5px 9px !important;box-sizing:border-box !important;flex:initial !important;}
  .entry-content .fpe-preview-root .fpe-label-size{grid-area:sizeLabel;height:50px !important;display:flex;align-items:center;}
  .entry-content .fpe-preview-root .fpe-slider{grid-area:slider;width:100% !important;max-width:380px !important;height:4px !important;margin:0 !important;}
  .entry-content .fpe-preview-root .fpe-size-value{grid-area:sizeVal;height:50px !important;display:flex;align-items:center;}
  .entry-content .fpe-preview-root .fpe-slider::-webkit-slider-runnable-track{height:4px;}
  .entry-content .fpe-preview-root .fpe-slider::-moz-range-track{height:4px;}
  .entry-content .fpe-preview-root .fpe-slider::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;}
  .entry-content .fpe-preview-root .fpe-slider::-moz-range-thumb{width:14px;height:14px;}
}
