/* ======================================================
   SECURITYWHOLESALERS RESOLUTION SIMULATOR PRO
   FULL PROFESSIONAL TOOL STYLING
   Version: v3.6 CSS
====================================================== */

/* ===== TOOL WRAPPER (75% WIDTH CENTERED) ===== */

.entry-content .sw-tool-wrap {
  width: 75% !important;
  max-width: none !important;
  margin: 45px auto !important;
  padding: 32px !important;

  background: #ffffff;
  border-radius: 20px;

  font-family: Arial, sans-serif;
  color: #111;

  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
}

/* Mobile responsiveness */
@media (max-width: 900px) {
  .entry-content .sw-tool-wrap {
    width: 95% !important;
    padding: 18px !important;
  }
}

/* ===== HEADER ===== */

.sw-tool-header {
  margin-bottom: 25px;
}

.sw-tool-header h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #000;
}

.sw-tool-header p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* ===== CONTROL PANEL ===== */

.sw-controls {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;

  margin-top: 25px;
  padding: 20px;

  background: #f7f9fc;
  border: 1px solid #e3e6ec;
  border-radius: 16px;
}

/* Each control block */
.sw-control {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
}

/* Labels */
.sw-control label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

/* Select + slider styling */
.sw-control select,
.sw-control input[type="range"] {
  width: 100% !important;
  padding: 10px 12px;

  font-size: 14px;
  border-radius: 10px;

  border: 1px solid #cfd6df;
  background: #fff;

  transition: border 0.2s ease;
}

.sw-control select:focus,
.sw-control input[type="range"]:focus {
  outline: none;
  border-color: #0073aa;
}

/* Distance readout */
.sw-distance-readout {
  font-size: 13px;
  font-weight: 600;
  color: #0073aa;
  margin-top: 2px;
}

/* ===== OUTPUT STACK ===== */

.sw-stack {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Each MP preview row */
.sw-row {
  border-radius: 18px;
  padding: 20px;

  border: 1px solid #e2e2e2;
  background: #fff;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/* Headings */
.sw-row h3 {
  margin: 0 0 14px 0;
  font-size: 20px;
  font-weight: 800;
  color: #000;
}

/* Canvas preview */
.sw-row canvas {
  width: 100% !important;
  height: auto !important;

  display: block;
  border-radius: 14px;

  border: 1px solid #cfcfcf;
  background: #000;
}

/* Pixel density label */
.sw-pixel-info {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

/* ===== RECOMMENDATION BOX ===== */

.sw-recommend-box {
  margin-top: 40px;
  padding: 22px;

  border-radius: 16px;
  background: #eef6ff;
  border: 1px solid #cce2ff;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.sw-recommend-box h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 800;
  color: #003a66;
}

.sw-recommend-box p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #222;
}

/* ===== NICE SLIDER LOOK ===== */

.sw-control input[type="range"] {
  accent-color: #0073aa;
  cursor: pointer;
}

/* ===== SMALL FOOTER SPACING ===== */

.sw-tool-wrap * {
  box-sizing: border-box;
}
