/* HSware Template 1: Purple Software Portal */
.hssw-template-template1 {
  background: transparent !important;
  color: var(--hssw-text, #17204a) !important;
  border-radius: 28px;
  padding: 18px;
}

.hssw-template-template1 .hssw-post-header,
.hssw-template-template1 .hssw-card,
.hssw-template-template1 .hssw-dl-top,
.hssw-template-template1 .hssw-dl-bottom,
.hssw-template-template1 .hssw-side-card {
  background: var(--hssw-card, #fff) !important;
  border-color: var(--hssw-border, #e7edf8) !important;
}

.hssw-template-template1 .hssw-post-hero {
  background: var(--hssw-hero-bg, linear-gradient(135deg, #1a0a35, #2d1258)) !important;
}

.hssw-template-template1 .hssw-title,
.hssw-template-template1 .hssw-title-meta,
.hssw-template-template1 .hssw-title-meta strong,
.hssw-template-template1 .hssw-title-meta span {
  color: #fff !important;
}

.hssw-template-template1 .hssw-hero-icon,
.hssw-template-template1 .hssw-sh-ic {
  background: linear-gradient(135deg, var(--hssw-primary, #5b35f5), var(--hssw-secondary, #26b9ff)) !important;
  color: #fff !important;
}

.hssw-template-template1 .hssw-badge {
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.22) !important;
}

.hssw-template-template1 .hssw-btn-acc,
.hssw-template-template1 .hssw-btn-red {
  background: linear-gradient(135deg, var(--hssw-button, #5b35f5), var(--hssw-acc, #7c3aed)) !important;
  color: #fff !important;
}

.hssw-template-template1 .hssw-btn-outline {
  border-color: var(--hssw-button, #5b35f5) !important;
  color: var(--hssw-button, #5b35f5) !important;
}

.hssw-template-template1.hssw-card-style-flat .hssw-card,
.hssw-template-template1.hssw-card-style-flat .hssw-side-card {
  box-shadow: none !important;
}

.hssw-template-template1.hssw-card-style-outline .hssw-card,
.hssw-template-template1.hssw-card-style-outline .hssw-side-card {
  box-shadow: none !important;
  border-width: 2px !important;
}

.hssw-template-template1.hssw-download-style-clean .hssw-dl-top,
.hssw-template-template1.hssw-download-style-clean .hssw-dl-bottom {
  background: var(--hssw-card, #fff) !important;
}

.hssw-template-template1.hssw-download-style-outline .hssw-dl-top,
.hssw-template-template1.hssw-download-style-outline .hssw-dl-bottom {
  background: transparent !important;
  border: 2px solid var(--hssw-border, #e7edf8) !important;
}

.hssw-template-template1.hssw-sidebox-style-solid .hssw-side-card h3 {
  background: var(--hssw-hero-bg, linear-gradient(135deg, #1a0a35, #2d1258));
  color: #fff !important;
  margin: -18px -18px 14px !important;
  padding: 13px 16px;
}

.hssw-template-template1.hssw-sidebox-style-outline .hssw-side-card {
  box-shadow: none !important;
  border-width: 2px !important;
}

.hssw-template-template1.hssw-category-style-list .hssw-side-cat {
  border-radius: 8px;
}

.hssw-template-template1.hssw-category-style-soft .hssw-side-cat {
  background: color-mix(in srgb, var(--hssw-acc, #7c3aed) 8%, #fff);
}

.hssw-template-template1.hssw-posttype-style-badge .hssw-spec-cell,
.hssw-template-template1.hssw-posttype-style-panel .hssw-platform-cell {
  border-left: 4px solid var(--hssw-acc, #7c3aed);
}

@media (max-width: 900px) {
  .hssw-template-template1 {
    padding: 10px;
    border-radius: 18px;
  }
}

/* HSware v7.3 approved single frontend design - matches the provided purple portal mockup */
.hssw-template-template1{
  --hssw-acc:#6d3df5 !important;
  --hssw-acc-alt:#2f70b2 !important;
  --hssw-button:#6d3df5 !important;
  --hssw-bg:#f4f6fb !important;
  --hssw-card:#ffffff !important;
  --hssw-border:#e7edf8 !important;
  --hssw-text:#121833 !important;
  --hssw-text-strong:#263056 !important;
  --hssw-text-medium:#59657e !important;
  --hssw-text-subtle:#8993a8 !important;
  /* Outer HSware canvas must stay transparent so the WordPress theme/background palette controls the page background. */
  background:transparent !important;
  padding:18px !important;
  border-radius:24px !important;
  font-family:inherit !important;
}
.hssw-template-template1 *{font-family:inherit !important;}
.hssw-template-template1 .hssw-post-header{
  border:0 !important;border-radius:18px !important;overflow:visible !important;box-shadow:0 16px 42px rgba(43,38,101,.08) !important;background:transparent !important;margin-bottom:18px !important;
}
.hssw-template-template1 .hssw-post-hero{
  position:relative !important;display:flex !important;align-items:center !important;gap:32px !important;padding:34px 42px 44px !important;border-radius:18px 18px 0 0 !important;background:linear-gradient(135deg,#11164a 0%,#17125a 48%,#2e1065 100%) !important;min-height:150px !important;
}
.hssw-template-template1 .hssw-hero-icon{
  width:132px !important;height:132px !important;min-width:132px !important;border-radius:26px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:4.2rem !important;line-height:1 !important;background:linear-gradient(135deg,#27c4ff 0%,#6d3df5 70%,#4d2dd4 100%) !important;box-shadow:0 22px 52px rgba(109,61,245,.38), inset 0 1px 0 rgba(255,255,255,.24) !important;filter:none !important;color:#fff !important;
}
.hssw-template-template1 .hssw-hero-body{min-width:0;flex:1;}
.hssw-template-template1 .hssw-badges{gap:10px !important;margin:0 0 14px !important;}
.hssw-template-template1 .hssw-badge{
  border:0 !important;border-radius:999px !important;background:rgba(123,92,255,.86) !important;color:#fff !important;padding:7px 16px !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.09em !important;text-transform:uppercase !important;text-decoration:none !important;
}
.hssw-template-template1 .hssw-title{font-size:clamp(30px,4vw,46px) !important;line-height:1.05 !important;font-weight:900 !important;color:#fff !important;letter-spacing:-.04em !important;margin:0 0 16px !important;text-shadow:none !important;}
.hssw-template-template1 .hssw-title-meta{font-size:14px !important;color:rgba(255,255,255,.82) !important;font-weight:700 !important;gap:12px !important;}
.hssw-template-template1 .hssw-title-meta strong{color:#fff !important;font-weight:900 !important;}
.hssw-template-template1 .hssw-safe-card{margin-left:auto;min-width:238px;border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:18px 24px;color:#fff;display:grid;grid-template-columns:38px 1fr;column-gap:12px;align-items:center;background:rgba(255,255,255,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.hssw-template-template1 .hssw-safe-icon{grid-row:1 / span 2;width:38px;height:38px;border-radius:12px;background:#fff;color:#11164a;display:flex;align-items:center;justify-content:center;font-size:20px}.hssw-template-template1 .hssw-safe-card strong{font-size:16px;font-weight:900}.hssw-template-template1 .hssw-safe-card small{color:rgba(255,255,255,.72);font-weight:600}
.hssw-template-template1 .hssw-spec-strip{position:relative;margin-top:-28px;margin-left:18px;margin-right:18px;z-index:2;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;background:#fff !important;border:1px solid var(--hssw-border) !important;border-radius:12px !important;box-shadow:0 16px 38px rgba(43,38,101,.08) !important;overflow:hidden !important;}
.hssw-template-template1 .hssw-spec-cell{padding:20px 30px !important;border-right:1px solid #edf2f7 !important;display:grid !important;grid-template-columns:42px 1fr !important;gap:14px !important;align-items:center !important;}
.hssw-template-template1 .hssw-spec-cell:before{content:"";width:42px;height:42px;border-radius:12px;background:#f4f1ff;border:1px solid #e8e2ff;grid-row:1 / span 2}.hssw-template-template1 .hssw-spec-k{font-size:11px !important;letter-spacing:.08em !important;color:#8a96ac !important;font-weight:900 !important;text-transform:uppercase !important}.hssw-template-template1 .hssw-spec-v{font-size:16px !important;color:#121833 !important;font-weight:900 !important;}
.hssw-template-template1 .hssw-body{display:grid !important;grid-template-columns:minmax(0,1fr) 360px !important;gap:28px !important;align-items:start !important;}
.hssw-template-template1 .hssw-no-sb{display:block !important}.hssw-template-template1 .hssw-main{display:grid !important;gap:14px !important;}
.hssw-template-template1 .hssw-card,.hssw-template-template1 .hssw-dl-top,.hssw-template-template1 .hssw-dl-bottom,.hssw-template-template1 .hssw-side-card{background:#fff !important;border:1px solid #e7edf8 !important;border-radius:16px !important;box-shadow:0 12px 34px rgba(30,41,59,.04) !important;padding:24px !important;overflow:hidden !important;}
.hssw-template-template1 .hssw-overview-card{display:grid !important;grid-template-columns:minmax(0,1fr) 360px !important;column-gap:30px !important;align-items:start !important;}.hssw-template-template1 .hssw-overview-card .hssw-sh{grid-column:1 / -1}.hssw-template-template1 .hssw-overview-card .hssw-feat-img{grid-column:2;grid-row:2 / span 3;margin:0 !important;max-width:360px !important}.hssw-template-template1 .hssw-overview-card .hssw-prose,.hssw-template-template1 .hssw-overview-card .hssw-overview-list,.hssw-template-template1 .hssw-overview-card .hssw-also,.hssw-template-template1 .hssw-overview-card .hssw-guide-link{grid-column:1}.hssw-template-template1 .hssw-feat-img img{width:100% !important;border-radius:12px !important;border:1px solid #e7edf8 !important;box-shadow:0 10px 26px rgba(30,41,59,.08) !important;}
.hssw-template-template1 .hssw-sh{display:flex !important;align-items:center !important;gap:14px !important;margin:0 0 14px !important;color:#121833 !important;font-size:22px !important;line-height:1.2 !important;font-weight:900 !important;border:0 !important;padding:0 !important;}.hssw-template-template1 .hssw-sh-ic{width:38px !important;height:38px !important;border-radius:12px !important;background:#f3efff !important;color:#6d3df5 !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:18px !important;box-shadow:none !important;}
.hssw-template-template1 .hssw-prose{color:#59657e !important;font-size:15px !important;line-height:1.85 !important;font-weight:500 !important;}.hssw-template-template1 .hssw-overview-list{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin:18px 0 0 !important;padding:0 !important;list-style:none !important}.hssw-template-template1 .hssw-overview-list li{border:1px solid #e9edf7 !important;border-radius:999px !important;background:#fbfcff !important;padding:8px 14px !important;color:#59657e !important;font-size:13px !important;font-weight:700 !important;margin:0 !important;}
.hssw-template-template1 .hssw-dl-top,.hssw-template-template1 .hssw-dl-bottom{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;padding:18px 24px !important;}.hssw-template-template1 .hssw-dl-info strong{font-size:20px !important;color:#121833 !important;font-weight:900 !important}.hssw-template-template1 .hssw-dl-info span{color:#7b879d !important;font-weight:600 !important}.hssw-template-template1 .hssw-dl-btns{display:flex !important;align-items:center !important;gap:12px !important}.hssw-template-template1 .hssw-btn{min-height:48px !important;border-radius:9px !important;padding:13px 24px !important;font-weight:900 !important;text-decoration:none !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border:1px solid transparent !important}.hssw-template-template1 .hssw-btn-acc,.hssw-template-template1 .hssw-btn-red{background:linear-gradient(135deg,#6d3df5,#7c3aed) !important;color:#fff !important}.hssw-template-template1 .hssw-btn-outline{background:#fff !important;color:#6d3df5 !important;border-color:#dcd5ff !important;}
.hssw-template-template1 .hssw-req-table,.hssw-template-template1 .hssw-cmp{width:100% !important;border-collapse:collapse !important}.hssw-template-template1 .hssw-req-table td,.hssw-template-template1 .hssw-cmp td,.hssw-template-template1 .hssw-cmp th{border:1px solid #e7edf8 !important;padding:11px 14px !important;font-size:13px !important}.hssw-template-template1 .hssw-cmp th{background:#f3efff !important;color:#121833 !important;font-weight:900 !important}.hssw-template-template1 .hssw-req-table td:first-child{font-weight:900;color:#121833;width:220px;background:#fafbff}.hssw-template-template1 .hssw-setup-grid,.hssw-template-template1 .hssw-platform-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important}.hssw-template-template1 .hssw-setup-cell,.hssw-template-template1 .hssw-platform-cell{background:#fbfcff !important;border:1px solid #e7edf8 !important;border-radius:12px !important;padding:14px !important}.hssw-template-template1 .hssw-setup-k,.hssw-template-template1 .hssw-platform-k{font-size:11px !important;color:#8993a8 !important;text-transform:uppercase !important;font-weight:900}.hssw-template-template1 .hssw-setup-v,.hssw-template-template1 .hssw-platform-v{font-weight:900;color:#121833 !important;}
.hssw-template-template1 .hssw-screenshot-grid,.hssw-template-template1 .hssw-related-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:12px !important}.hssw-template-template1 .hssw-shot,.hssw-template-template1 .hssw-related-card{border:1px solid #e7edf8 !important;border-radius:12px !important;background:#fff !important;overflow:hidden !important;margin:0 !important}.hssw-template-template1 .hssw-shot img{width:100% !important;height:110px !important;object-fit:cover !important;display:block !important}.hssw-template-template1 .hssw-shot figcaption{font-size:12px;color:#59657e;padding:8px 10px;font-weight:700}.hssw-template-template1 .hssw-faq-static{border:1px solid #e7edf8 !important;border-radius:12px !important;background:#fbfcff !important;padding:16px !important;margin:0 0 10px !important;}.hssw-template-template1 .hssw-faq-static h3{margin:0 0 8px !important;color:#121833 !important;font-size:16px !important}.hssw-template-template1 .hssw-faq-static div{color:#59657e !important;line-height:1.8 !important}
.hssw-template-template1 .hssw-sidebar{display:grid !important;gap:18px !important}.hssw-template-template1 .hssw-side-card{padding:24px !important}.hssw-template-template1 .hssw-side-card h3{font-size:22px !important;font-weight:900 !important;margin:0 0 18px !important;color:#121833 !important}.hssw-template-template1 .hssw-side-card ul{margin:0 !important;padding:0 !important;list-style:none !important}.hssw-template-template1 .hssw-side-card li{display:flex !important;justify-content:space-between !important;gap:14px !important;padding:11px 0 !important;border-bottom:1px solid #e7edf8 !important;color:#8993a8 !important}.hssw-template-template1 .hssw-side-card li strong{color:#121833 !important;text-align:right}.hssw-template-template1 .hssw-rating-big{font-size:44px !important;line-height:1 !important;color:#121833 !important;font-weight:900 !important}.hssw-template-template1 .hssw-stars{color:#f7b500 !important;font-size:22px !important;letter-spacing:3px !important}.hssw-template-template1 .hssw-side-btn{width:100% !important;margin:8px 0 !important}.hssw-template-template1 .hssw-share-links{display:flex !important;gap:12px !important;flex-wrap:wrap}.hssw-template-template1 .hssw-share-links a,.hssw-template-template1 .hssw-share-links button{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#6d3df5 !important;text-decoration:none !important;border:1px solid #e2e8f0;cursor:pointer}.hssw-template-template1 .hssw-share-link-icon{font-size:15px;font-weight:900}.hssw-template-template1 .hssw-comment-form-wrap textarea,.hssw-template-template1 .hssw-comment-form-wrap input{border:1px solid #e7edf8 !important;border-radius:10px !important;background:#fff !important}.hssw-template-template1 .hssw-comment-submit{background:#6d3df5 !important;color:#fff !important;border:0 !important;border-radius:8px !important;font-weight:900 !important;padding:11px 20px !important}.hssw-template-template1 .hssw-feedback-card{display:none !important}.hssw-template-template1 summary,.hssw-template-template1 .hssw-accordion-toggle,.hssw-template-template1 .hssw-collapse,.hssw-template-template1 .hssw-toggle{display:none !important}.hssw-template-template1 details > *{display:block !important}.hssw-template-template1 details{display:block !important}.hssw-template-template1 details:not([open]) > *{display:block !important}
@media(max-width:1100px){.hssw-template-template1 .hssw-body{grid-template-columns:1fr !important}.hssw-template-template1 .hssw-overview-card{grid-template-columns:1fr !important}.hssw-template-template1 .hssw-overview-card .hssw-feat-img{grid-column:1;grid-row:auto;max-width:100% !important}.hssw-template-template1 .hssw-safe-card{display:none}.hssw-template-template1 .hssw-spec-strip{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.hssw-template-template1 .hssw-screenshot-grid,.hssw-template-template1 .hssw-related-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media(max-width:680px){.hssw-template-template1{padding:10px !important}.hssw-template-template1 .hssw-post-hero{padding:24px !important;display:block !important}.hssw-template-template1 .hssw-hero-icon{width:96px !important;height:96px !important;min-width:96px !important;font-size:3rem !important;margin-bottom:18px}.hssw-template-template1 .hssw-spec-strip{grid-template-columns:1fr !important;margin-left:0;margin-right:0}.hssw-template-template1 .hssw-dl-top,.hssw-template-template1 .hssw-dl-bottom{display:block !important}.hssw-template-template1 .hssw-dl-btns{margin-top:14px;display:grid !important}.hssw-template-template1 .hssw-setup-grid,.hssw-template-template1 .hssw-platform-grid,.hssw-template-template1 .hssw-screenshot-grid,.hssw-template-template1 .hssw-related-grid{grid-template-columns:1fr !important}}

/* HSware v7.3.3 reference-matching fixes: width, icons, alignment, safe card, responsive behavior */
.hssw-template-template1{
  width:min(1180px, calc(100vw - 32px)) !important;
  max-width:min(1180px, calc(100vw - 32px)) !important;
  margin-top:0 !important;
  margin-bottom:32px !important;
  margin-left:50% !important;
  transform:translateX(-50%) !important;
  overflow:visible !important;
}
.hssw-template-template1 .hssw-post-hero{
  align-items:center !important;
  flex-wrap:nowrap !important;
}
.hssw-template-template1 .hssw-hero-body{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  column-gap:28px !important;
  align-items:center !important;
}
.hssw-template-template1 .hssw-hero-body > .hssw-badges,
.hssw-template-template1 .hssw-hero-body > .hssw-title,
.hssw-template-template1 .hssw-hero-body > .hssw-title-meta{
  grid-column:1 !important;
}
.hssw-template-template1 .hssw-safe-card{
  grid-column:2 !important;
  grid-row:1 / span 3 !important;
  display:grid !important;
  justify-self:end !important;
  align-self:center !important;
  margin-left:0 !important;
}
.hssw-template-template1 .hssw-spec-cell:before{display:none !important;content:none !important;}
.hssw-template-template1 .hssw-spec-cell{
  grid-template-columns:46px minmax(0,1fr) !important;
  min-height:78px !important;
}
.hssw-template-template1 .hssw-spec-icon{
  width:46px !important;
  height:46px !important;
  border-radius:14px !important;
  background:#f4f1ff !important;
  border:1px solid #e6e0ff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#6d3df5 !important;
  font-size:20px !important;
  line-height:1 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8) !important;
}
.hssw-template-template1 .hssw-spec-icon-size:before{content:"▣";font-weight:900;}
.hssw-template-template1 .hssw-spec-icon-type:before{content:"⬡";font-weight:900;}
.hssw-template-template1 .hssw-spec-icon-platform:before{content:"⊞";font-weight:900;}
.hssw-template-template1 .hssw-spec-icon-installer:before{content:"⇩";font-weight:900;}
.hssw-template-template1 .hssw-spec-text{display:flex !important;flex-direction:column !important;gap:2px !important;min-width:0 !important;}
.hssw-template-template1 .hssw-spec-v{overflow-wrap:anywhere !important;}
.hssw-template-template1 .hssw-overview-card{
  grid-template-columns:minmax(0,1fr) minmax(260px,360px) !important;
}
.hssw-template-template1 .hssw-overview-list{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
  align-items:stretch !important;
  justify-items:stretch !important;
  text-align:left !important;
}
.hssw-template-template1 .hssw-overview-list li{
  position:relative !important;
  width:100% !important;
  border-radius:14px !important;
  padding:11px 14px 11px 44px !important;
  line-height:1.55 !important;
  text-align:left !important;
  color:#4f5f7a !important;
  background:#fbfdff !important;
}
.hssw-template-template1 .hssw-overview-list li:before{
  content:"✓" !important;
  position:absolute !important;
  left:13px !important;
  top:11px !important;
  width:22px !important;
  height:22px !important;
  border-radius:999px !important;
  background:#6d3df5 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:12px !important;
  font-weight:900 !important;
}
.hssw-template-template1 .hssw-dl-bottom .hssw-btn-red,
.hssw-template-template1 .hssw-side-card .hssw-btn-red{
  background:linear-gradient(135deg,#6d3df5,#7c3aed) !important;
  color:#fff !important;
}
.hssw-template-template1 .hssw-main,
.hssw-template-template1 .hssw-sidebar,
.hssw-template-template1 .hssw-card,
.hssw-template-template1 .hssw-side-card{
  min-width:0 !important;
}
.hssw-template-template1 .hssw-comparison-wrap,
.hssw-template-template1 table{
  max-width:100% !important;
}
@media(max-width:1180px){
  .hssw-template-template1{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
  }
  .hssw-template-template1 .hssw-body{grid-template-columns:minmax(0,1fr) 320px !important;gap:20px !important;}
  .hssw-template-template1 .hssw-safe-card{min-width:210px !important;padding:14px 16px !important;}
}
@media(max-width:980px){
  .hssw-template-template1 .hssw-body{grid-template-columns:1fr !important;}
  .hssw-template-template1 .hssw-overview-card{grid-template-columns:1fr !important;}
  .hssw-template-template1 .hssw-overview-card .hssw-feat-img{grid-column:1 !important;grid-row:auto !important;max-width:100% !important;width:100% !important;}
  .hssw-template-template1 .hssw-safe-card{display:grid !important;}
  .hssw-template-template1 .hssw-spec-strip{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:760px){
  .hssw-template-template1{width:calc(100vw - 16px) !important;max-width:calc(100vw - 16px) !important;padding:10px !important;border-radius:18px !important;}
  .hssw-template-template1 .hssw-post-hero{display:flex !important;flex-direction:column !important;align-items:flex-start !important;padding:24px !important;gap:18px !important;}
  .hssw-template-template1 .hssw-hero-body{display:block !important;width:100% !important;}
  .hssw-template-template1 .hssw-safe-card{display:grid !important;width:100% !important;margin-top:18px !important;min-width:0 !important;}
  .hssw-template-template1 .hssw-spec-strip{grid-template-columns:1fr !important;margin-left:0 !important;margin-right:0 !important;margin-top:10px !important;}
  .hssw-template-template1 .hssw-spec-cell{border-right:0 !important;border-bottom:1px solid #edf2f7 !important;}
  .hssw-template-template1 .hssw-spec-cell:last-child{border-bottom:0 !important;}
  .hssw-template-template1 .hssw-dl-top,
  .hssw-template-template1 .hssw-dl-bottom{display:grid !important;grid-template-columns:1fr !important;align-items:stretch !important;}
  .hssw-template-template1 .hssw-dl-btns{display:grid !important;grid-template-columns:1fr !important;width:100% !important;margin-top:12px !important;}
  .hssw-template-template1 .hssw-btn{width:100% !important;white-space:normal !important;text-align:center !important;}
  .hssw-template-template1 .hssw-setup-grid,
  .hssw-template-template1 .hssw-platform-grid,
  .hssw-template-template1 .hssw-screenshot-grid,
  .hssw-template-template1 .hssw-related-grid{grid-template-columns:1fr !important;}
}


/* HSware v7.3.4 overview flow + duplicate-detail cleanup
   The overview must read vertically: heading -> intro -> centered image -> image text -> second paragraph -> points.
   No more right-side image grid creating dead blank space. Humanity may recover. */
.hssw-template-template1 .hssw-overview-card{
  display:block !important;
  grid-template-columns:none !important;
}
.hssw-template-template1 .hssw-overview-card .hssw-sh,
.hssw-template-template1 .hssw-overview-card .hssw-prose,
.hssw-template-template1 .hssw-overview-card .hssw-also,
.hssw-template-template1 .hssw-overview-card .hssw-guide-link,
.hssw-template-template1 .hssw-overview-card .hssw-overview-list,
.hssw-template-template1 .hssw-overview-card .hssw-feat-img{
  grid-column:auto !important;
  grid-row:auto !important;
}
.hssw-template-template1 .hssw-overview-card .hssw-prose,
.hssw-template-template1 .hssw-overview-card .hssw-prose p,
.hssw-template-template1 .hssw-overview-card .hssw-also,
.hssw-template-template1 .hssw-overview-card .hssw-guide-link{
  text-align:left !important;
}
.hssw-template-template1 .hssw-overview-card .hssw-feat-img{
  display:block !important;
  width:100% !important;
  max-width:min(720px, 100%) !important;
  margin:22px auto 18px !important;
  clear:both !important;
}
.hssw-template-template1 .hssw-overview-card .hssw-feat-img img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:var(--hssw-img-max-height, 420px) !important;
  object-fit:contain !important;
  margin:0 auto !important;
}
.hssw-template-template1 .hssw-image-text,
.hssw-template-template1 .hssw-feat-img figcaption{
  max-width:min(720px, 100%) !important;
  margin:10px auto 0 !important;
  text-align:left !important;
  color:#59657e !important;
  font-weight:600 !important;
  line-height:1.65 !important;
}
.hssw-template-template1 .hssw-technical-card:empty{
  display:none !important;
}
@media(max-width:980px){
  .hssw-template-template1 .hssw-overview-card{display:block !important;}
  .hssw-template-template1 .hssw-overview-card .hssw-feat-img{max-width:100% !important;width:100% !important;}
}
@media(max-width:760px){
  .hssw-template-template1 .hssw-overview-card .hssw-feat-img{margin:16px auto 14px !important;}
  .hssw-template-template1 .hssw-overview-card .hssw-feat-img img{max-height:none !important;}
}


/* HSware v7.3.5: let the WordPress theme/global background show behind the post. */
.hssw-template-template1{
  background: transparent !important;
}


/* HSware v7.3.10: override old template screenshot grid. One screenshot per row, large and readable. */
.hssw-template-template1 .hssw-screenshot-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:18px !important;
}
.hssw-template-template1 .hssw-shot{
  width:100% !important;
  max-width:100% !important;
}
.hssw-template-template1 .hssw-shot img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  background:#f8fafc !important;
}
.hssw-template-template1 .hssw-shot figcaption{
  font-size:14px !important;
  line-height:1.6 !important;
  padding:12px 14px !important;
}


/* HSware v7.3.13: full-width responsive frontend breakout.
   The post canvas now uses the screen width instead of sitting as a narrow column with sad black gutters. */
.hssw-post.hssw-template-template1{
  width:min(1920px, calc(100vw - 32px)) !important;
  max-width:min(1920px, calc(100vw - 32px)) !important;
  margin-top:0 !important;
  margin-bottom:42px !important;
  margin-left:50% !important;
  margin-right:0 !important;
  transform:translateX(-50%) !important;
  padding:clamp(10px, 1.15vw, 22px) !important;
  border-radius:24px !important;
  overflow:visible !important;
  background:transparent !important;
}
.hssw-post.hssw-template-template1 .hssw-post-header,
.hssw-post.hssw-template-template1 .hssw-body{
  width:100% !important;
  max-width:100% !important;
}
.hssw-post.hssw-template-template1 .hssw-body.hssw-with-sb{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(340px, 400px) !important;
  gap:clamp(18px, 2vw, 34px) !important;
  align-items:start !important;
}
.hssw-post.hssw-template-template1 .hssw-body.hssw-no-sb{
  display:block !important;
}
.hssw-post.hssw-template-template1 .hssw-post-hero{
  width:100% !important;
}
.hssw-post.hssw-template-template1 .hssw-spec-strip{
  width:auto !important;
}
.hssw-post.hssw-template-template1 .hssw-main,
.hssw-post.hssw-template-template1 .hssw-sidebar{
  min-width:0 !important;
  max-width:100% !important;
}
.hssw-post.hssw-template-template1 .hssw-card,
.hssw-post.hssw-template-template1 .hssw-side-card,
.hssw-post.hssw-template-template1 .hssw-dl-top,
.hssw-post.hssw-template-template1 .hssw-dl-bottom{
  max-width:100% !important;
}
@media (min-width: 1600px){
  .hssw-post.hssw-template-template1 .hssw-body.hssw-with-sb{
    grid-template-columns:minmax(0, 1fr) 420px !important;
  }
  .hssw-post.hssw-template-template1 .hssw-card,
  .hssw-post.hssw-template-template1 .hssw-side-card{
    border-radius:18px !important;
  }
}
@media (max-width: 1180px){
  .hssw-post.hssw-template-template1{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    padding:10px !important;
  }
  .hssw-post.hssw-template-template1 .hssw-body.hssw-with-sb{
    grid-template-columns:minmax(0, 1fr) 320px !important;
    gap:20px !important;
  }
}
@media (max-width: 980px){
  .hssw-post.hssw-template-template1 .hssw-body.hssw-with-sb{
    grid-template-columns:1fr !important;
  }
}
@media (max-width: 760px){
  .hssw-post.hssw-template-template1{
    width:calc(100vw - 12px) !important;
    max-width:calc(100vw - 12px) !important;
    padding:6px !important;
    border-radius:14px !important;
    margin-bottom:28px !important;
  }
  .hssw-post.hssw-template-template1 .hssw-card,
  .hssw-post.hssw-template-template1 .hssw-side-card,
  .hssw-post.hssw-template-template1 .hssw-dl-top,
  .hssw-post.hssw-template-template1 .hssw-dl-bottom{
    padding:16px !important;
    border-radius:14px !important;
  }
}

/* HSware v7.3.15: move User Rating out of the sidebar and into the hero trust/effects area. */
.hssw-template-template1 .hssw-hero-body > .hssw-hero-trust{
  grid-column:2 !important;
  grid-row:1 / span 3 !important;
  justify-self:end !important;
  align-self:center !important;
  display:grid !important;
  gap:10px !important;
  min-width:238px !important;
  max-width:300px !important;
}
.hssw-template-template1 .hssw-hero-trust .hssw-safe-card{
  grid-column:auto !important;
  grid-row:auto !important;
  display:grid !important;
  justify-self:stretch !important;
  align-self:auto !important;
  margin-left:0 !important;
  min-width:0 !important;
  width:100% !important;
}
.hssw-template-template1 .hssw-hero-rating-card{
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) !important;
  column-gap:12px !important;
  align-items:center !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:12px !important;
  padding:14px 16px !important;
  color:#fff !important;
  background:rgba(255,255,255,.08) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.hssw-template-template1 .hssw-hero-rating-icon{
  grid-row:1 / span 2 !important;
  width:38px !important;
  height:38px !important;
  border-radius:12px !important;
  background:#fff !important;
  color:#f7b500 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:20px !important;
  font-weight:900 !important;
}
.hssw-template-template1 .hssw-hero-rating-card strong{font-size:16px !important;font-weight:900 !important;line-height:1.15 !important;color:#fff !important;}
.hssw-template-template1 .hssw-hero-rating-card small{font-size:12px !important;color:rgba(255,255,255,.74) !important;font-weight:700 !important;line-height:1.35 !important;}
.hssw-template-template1 .hssw-hero-rating-card small span{color:#f7b500 !important;letter-spacing:1px !important;white-space:nowrap !important;}
.hssw-template-template1 .hssw-sidebar .hssw-side-card.center:has(.hssw-rating-big){display:none !important;}
@media(max-width:1180px){
  .hssw-template-template1 .hssw-hero-body > .hssw-hero-trust{min-width:210px !important;max-width:260px !important;}
}
@media(max-width:760px){
  .hssw-template-template1 .hssw-hero-body > .hssw-hero-trust{display:grid !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin-top:18px !important;}
}
