.elementor-8491 .elementor-element.elementor-element-2e39f23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:32px;--margin-bottom:32px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8491 .elementor-element.elementor-element-a472610 img{width:100%;border-radius:12px 12px 12px 12px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8491 .elementor-element.elementor-element-d38221f{text-align:center;}.elementor-8491 .elementor-element.elementor-element-d38221f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:600;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8491 .elementor-element.elementor-element-79adec5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-8491:not(.elementor-motion-effects-element-type-background), body.elementor-page-8491 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}@media(min-width:768px){.elementor-8491 .elementor-element.elementor-element-2e39f23{--content-width:900px;}}/* Start custom CSS for container, class: .elementor-element-2e39f23 */.list-post-content {
  --bg: #f8fafc;
  --surface: #ffffff;
  --text: #1e293b;
  --muted: #64748b;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --border: #e2e8f0;
  --success-bg: #f0fdf4;
  background: var(--bg);
  color: var(--text);
  line-height: 1.8;
  padding: 0 24px;
  counter-reset: software-counter;
}
.list-post-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #0f172a;
}
.list-post-content h2 {
  margin-top: 55px;
  font-size: 30px;
  border-bottom: 2px solid var(--border);
  padding-bottom: 12px;
}
.list-post-content h3 {
  margin-top: 35px;
  font-size: 24px;
  color: #0f172a;
}
.list-post-content h3.product-heading {
  counter-increment: software-counter;
  display: flex;
  align-items: center;
  gap: 14px;
}
.list-post-content h3.product-heading::before {
  content: counter(software-counter);
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-post-content h3.faq-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.list-post-content h3.faq-heading::before {
  content: "Q";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--surface);
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-post-content p {
  font-size: 17px;
  color: #334155;
}
.list-post-content a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.list-post-content a:hover {
  color: var(--primary-dark);
}
.list-post-content .quick-answer-box,
.list-post-content .final-verdict-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  margin: 35px 0;
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}
.list-post-content .quick-answer-title,
.list-post-content .final-verdict-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 20px;
  color: #0f172a;
}
.list-post-content .quick-answer-list {
  padding-left: 25px;
}
.list-post-content .quick-answer-list li {
  margin: 14px 0;
  padding-left: 8px;
}
.list-post-content .product-cta-box {
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 25px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.list-post-content .product-cta-label {
  font-weight: 700;
  margin: 0;
  color: #1e3a8a;
}
.list-post-content .product-cta-button {
  background: var(--primary);
  color: white !important;
  padding: 12px 22px;
  border-radius: 10px;
  white-space: nowrap;
  transition: .2s;
}
.list-post-content .product-cta-button:hover {
  background: var(--primary-dark);
}
.list-post-content ul {
  padding-left: 25px;
}
.list-post-content li {
  margin-bottom: 10px;
}
.list-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0;
  background: white;
  border-radius: 14px;
  overflow: hidden;
}
.list-post-content th {
  background: #0f172a;
  color: white;
  padding: 16px;
  text-align: left;
}
.list-post-content td {
  padding: 15px;
  border-bottom: 1px solid var(--border);
  color: #334155;
}
.list-post-content tr:last-child td {
  border-bottom: none;
}
.list-post-content .final-verdict-box {
  background: var(--success-bg);
  border-color: #bbf7d0;
}
.list-post-content .final-verdict-box p:last-child {
  margin-bottom: 0;
}
@media(max-width:700px) {
  .list-post-content {
    padding: 0 15px;
  }
  .list-post-content h1 {
    font-size: 32px;
  }
  .list-post-content .product-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .list-post-content table {
    display: block;
    overflow-x: auto;
  }
}
/* Read more / read less */
.list-post-content .software-description {
  max-height: 145px;
  overflow: hidden;
  position: relative;
  transition: max-height .3s ease;
}
.list-post-content .software-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #f8fafc);
}
.list-post-content .software-description.expanded {
  max-height: 2000px;
}
.list-post-content .software-description.expanded::after {
  display: none;
}
.list-post-content .read-more-btn {
  margin-top: 10px;
  margin-bottom: 30px;
  background: none;
  border: none;
  color: #2563eb;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 8px;
  transition: background .2s, color .2s;
}
.list-post-content .read-more-btn:hover {
  background: var(--primary-dark);
  color: #ffffff;
}/* End custom CSS */