input#woocommerce-product-search-field-1 {
    height: 50px;
    padding-left: 25px;
    border-color: #fdb71c;
    border-width: 2px;
	  z-index: top; 
}
.footer-widgets bdi {
    display: none !important;
}
.large-9 ul {
    padding: 0px 0px 0px 25px;
}


/* ── BASE ─────────────────────────────────────────────────── */
.bpblog {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #444;
  max-width: 780px;
  margin: 0 auto;
}
.bpblog p {
  color: #555;
  margin-bottom: 18px;
  line-height: 1.75;
}
.bpblog strong { color: #2A2A2A; font-weight: 600; }
.bpblog a { color: #F5A623; text-decoration: none; }
.bpblog a:hover { color: #d48c0e; text-decoration: underline; }
.bpblog code {
  font-family: 'JetBrains Mono', monospace;
  background: rgba(245,166,35,0.12);
  color: #b87300;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.83em;
}
 
/* ── HEADER IMAGE ─────────────────────────────────────────── */
.bpblog .bp-hero-img {
  width: 100%;
  border-radius: 4px;
  display: block;
  margin: 0 0 32px;
}
 
/* ── PRODUCT BADGES ───────────────────────────────────────── */
.bpblog .bp-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}
.bpblog .bp-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 8px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #2A2A2A;
}
.bpblog .bp-badge .bp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F5A623;
  flex-shrink: 0;
}
.bpblog .bp-badge.bp-badge-green .bp-dot { background: #3aad5e; }
.bpblog .bp-badge.bp-badge-blue .bp-dot  { background: #3a7fd4; }
 
/* ── VIDEO EMBED ──────────────────────────────────────────── */
.bpblog .bp-video-wrap {
  position: relative;
  background: #111;
  border: 1px solid #e2e2e2;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin: 32px 0 0;
}
.bpblog .bp-video-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.bpblog .bp-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bpblog .bp-video-caption {
  padding: 11px 16px;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #9B9B9B;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 48px;
}
.bpblog .bp-video-caption::before {
  content: '▶';
  color: #F5A623;
  font-size: 10px;
  flex-shrink: 0;
}
 
/* ── SECTION HEADINGS ─────────────────────────────────────── */
.bpblog .bp-h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #2A2A2A !important;
  margin: 52px 0 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  letter-spacing: -0.2px !important;
  line-height: 1.1 !important;
}
.bpblog .bp-h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #F5A623;
  border-radius: 2px;
  flex-shrink: 0;
}
.bpblog .bp-sublabel {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #F5A623;
  margin: 28px 0 12px;
  display: block;
}
 
/* ── STAT / CALLOUT BOX ───────────────────────────────────── */
.bpblog .bp-callout {
  background: rgba(245,166,35,0.09);
  border: 1px solid rgba(245,166,35,0.32);
  border-radius: 3px;
  padding: 22px 24px;
  margin: 20px 0 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.bpblog .bp-callout-stat {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #F5A623;
  line-height: 1;
  flex-shrink: 0;
}
.bpblog .bp-callout-body strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 5px;
}
.bpblog .bp-callout-body p {
  font-size: 14px;
  color: #888;
  margin: 0 !important;
  line-height: 1.55;
}
 
/* ── CARD GRIDS ───────────────────────────────────────────── */
.bpblog .bp-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 32px;
}
.bpblog .bp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0 32px;
}
.bpblog .bp-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 16px 0 32px;
}
 
/* ── CARD — left border style (ports, features) ───────────── */
.bpblog .bp-card {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-left: 3px solid #F5A623;
  padding: 15px 17px;
  border-radius: 2px;
}
.bpblog .bp-card .bp-card-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #F5A623;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  font-weight: 500;
  display: block;
}
.bpblog .bp-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.5;
  margin: 0 !important;
}
 
/* ── CARD — top border style (why-it-fits, highlights) ───── */
.bpblog .bp-card-top {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-top: 3px solid #F5A623;
  padding: 18px 18px 20px;
  border-radius: 2px;
}
.bpblog .bp-card-top h5 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: #2A2A2A !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
}
.bpblog .bp-card-top p {
  font-size: 14px;
  color: #555;
  margin: 0 !important;
  line-height: 1.6;
}
 
/* ── CARD — bottom border style (SIM modes, stat tiles) ───── */
.bpblog .bp-card-btm {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #F5A623;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
}
.bpblog .bp-card-btm .bp-card-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2A2A2A;
  display: block;
  margin-bottom: 6px;
}
.bpblog .bp-card-btm p {
  font-size: 13px;
  color: #777;
  margin: 0 !important;
  line-height: 1.5;
}
 
/* ── FEATURE CARDS WITH LIST (software features) ─────────── */
.bpblog .bp-feature-card {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  padding: 17px;
  border-radius: 2px;
}
.bpblog .bp-feature-card h5 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #2A2A2A !important;
  margin: 0 0 10px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #F5A623 !important;
  display: inline-block !important;
  line-height: 1.3 !important;
}
.bpblog .bp-feature-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bpblog .bp-feature-card ul li {
  font-size: 13px !important;
  color: #555 !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #ebebeb !important;
  line-height: 1.5 !important;
  display: flex !important;
  gap: 7px !important;
  align-items: flex-start !important;
  list-style: none !important;
}
.bpblog .bp-feature-card ul li:last-child { border-bottom: none !important; }
.bpblog .bp-feature-card ul li::before {
  content: '·' !important;
  color: #F5A623 !important;
  flex-shrink: 0 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}
 
/* ── STYLED LIST ──────────────────────────────────────────── */
.bpblog .bp-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 24px !important;
}
.bpblog .bp-list li {
  padding: 9px 0 9px 22px !important;
  border-bottom: 1px solid #ebebeb !important;
  font-size: 15px !important;
  color: #555 !important;
  position: relative !important;
  line-height: 1.6 !important;
  list-style: none !important;
}
.bpblog .bp-list li:last-child { border-bottom: none !important; }
.bpblog .bp-list li::before {
  content: '›' !important;
  position: absolute !important;
  left: 0 !important;
  color: #F5A623 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
 
/* ── BLOCKQUOTE ───────────────────────────────────────────── */
.bpblog .bp-blockquote {
  background: #f7f7f7;
  border-left: 4px solid #F5A623;
  padding: 18px 22px;
  margin: 20px 0 28px;
  border-radius: 0 3px 3px 0;
}
.bpblog .bp-blockquote .bp-bq-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F5A623;
  margin-bottom: 8px;
  display: block;
}
.bpblog .bp-blockquote p {
  font-size: 15px;
  color: #555;
  margin: 0 !important;
  font-style: italic;
  line-height: 1.65;
}
 
/* ── SETUP STEPS (two columns) ────────────────────────────── */
.bpblog .bp-setup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0 30px;
}
.bpblog .bp-setup-opt {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 20px;
}
.bpblog .bp-setup-opt h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #2A2A2A !important;
  margin: 0 0 12px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e2e2e2 !important;
  line-height: 1.3 !important;
}
.bpblog .bp-setup-opt h4 .bp-rec { color: #F5A623; font-size: 11px; }
.bpblog .bp-step {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.bpblog .bp-step-n {
  background: #F5A623;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
}
.bpblog .bp-step p {
  font-size: 13.5px;
  color: #555;
  margin: 0 !important;
  line-height: 1.5;
}
 
/* ── WORKFLOW STEPS (numbered rows) ───────────────────────── */
.bpblog .bp-workflow {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden;
  margin: 16px 0 26px;
}
.bpblog .bp-wf-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 18px;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  transition: background 0.15s;
}
.bpblog .bp-wf-step:last-child { border-bottom: none; }
.bpblog .bp-wf-step:hover { background: #f7f7f7; }
.bpblog .bp-wf-step .bp-wf-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: rgba(245,166,35,0.28);
  width: 32px;
  flex-shrink: 0;
  line-height: 1;
}
.bpblog .bp-wf-step p {
  font-size: 15px;
  color: #555;
  margin: 0 !important;
  line-height: 1.5;
}
 
/* ── TABLES ───────────────────────────────────────────────── */
/* Use case / comparison table */
.bpblog .bp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 36px;
  font-size: 14px;
}
.bpblog .bp-table thead tr { background: #2A2A2A; }
.bpblog .bp-table thead th {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.bpblog .bp-table thead th:first-child { border-left: 3px solid #F5A623; }
.bpblog .bp-table tbody tr { border-bottom: 1px solid #e2e2e2; transition: background 0.12s; }
.bpblog .bp-table tbody tr:hover { background: #f7f7f7; }
.bpblog .bp-table tbody td { padding: 12px 16px; color: #555; vertical-align: top; line-height: 1.5; }
.bpblog .bp-table tbody td:first-child { font-weight: 600; color: #2A2A2A; }
 
/* Specs table */
.bpblog .bp-specs {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 32px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden;
}
.bpblog .bp-specs tbody tr { border-bottom: 1px solid #e2e2e2; }
.bpblog .bp-specs tbody tr:last-child { border-bottom: none; }
.bpblog .bp-specs tbody tr:nth-child(even) { background: #f7f7f7; }
.bpblog .bp-specs tbody td { padding: 11px 16px; vertical-align: top; }
.bpblog .bp-specs tbody td:first-child {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #9B9B9B;
  width: 38%;
  letter-spacing: 0.2px;
}
.bpblog .bp-specs tbody td:last-child { color: #2A2A2A; font-weight: 500; }
.bpblog .bp-spec-pending {
  color: #F5A623;
  font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
}
 
/* ── NOTE BOX ─────────────────────────────────────────────── */
.bpblog .bp-note {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 13px 16px;
  font-size: 13px;
  color: #9B9B9B;
  margin: 0 0 32px;
  font-style: italic;
  line-height: 1.6;
}
 
/* ── OUTBOUND LINK BOX ────────────────────────────────────── */
.bpblog .bp-outbound {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 14px 18px;
  margin: 0 0 36px;
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bpblog .bp-outbound::before {
  content: '↗';
  color: #F5A623;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.bpblog .bp-outbound a { color: #F5A623; font-weight: 600; }
.bpblog .bp-outbound a:hover { text-decoration: underline; }
 
/* ── CTA BLOCK ────────────────────────────────────────────── */
.bpblog .bp-cta {
  background: #2A2A2A;
  border-radius: 4px;
  padding: 44px 36px;
  margin-top: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bpblog .bp-cta::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.bpblog .bp-cta h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.5px !important;
  position: relative;
}
.bpblog .bp-cta p {
  font-size: 15px !important;
  color: rgba(255,255,255,0.55) !important;
  max-width: 440px;
  margin: 0 auto 24px !important;
  position: relative;
}
.bpblog .bp-cta-btn {
  display: inline-block;
  background: #F5A623;
  color: #1a1a1a !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 34px;
  border-radius: 2px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
  position: relative;
}
.bpblog .bp-cta-btn:hover {
  background: #ffc04a !important;
  color: #1a1a1a !important;
  transform: translateY(-1px);
  text-decoration: none !important;
}
.bpblog .bp-cta-sub {
  font-size: 13px !important;
  color: rgba(255,255,255,0.32) !important;
  margin: 14px 0 0 !important;
}
 
/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 600px) {
  .bpblog .bp-grid-2,
  .bpblog .bp-grid-3,
  .bpblog .bp-grid-auto,
  .bpblog .bp-setup-grid { grid-template-columns: 1fr; }
  .bpblog .bp-callout { flex-direction: column; gap: 10px; }
  .bpblog .bp-callout-stat { font-size: 44px; }
  .bpblog .bp-cta { padding: 28px 20px; }
  .bpblog .bp-h2 { font-size: 23px !important; }
  .bpblog .bp-table tbody td:first-child { white-space: normal; }
}
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');