.elementor-2129 .elementor-element.elementor-element-c0753b6{--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:138px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2129 .elementor-element.elementor-element-8dd7b9f img{height:500px;}.elementor-2129 .elementor-element.elementor-element-1aa6b5f1{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2129 .elementor-element.elementor-element-57ce9382{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-197c9ab6 *//* ---------- LS Business Suite Blog Styles (Dark Mode) ---------- */
:root {
  --accent: #FF6A00;
  --bg: #000;
  --text: #E9E9E9;
  --muted: #999;
  --card-bg: #111;
  --max-width: 1100px;
}

body {
  background: var(--bg);
}

.ls-blog {
  color: var(--text);
  font-family: "Inter", system-ui;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 30px 18px;
}

.ls-blog-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
}

.ls-blog-hero-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  opacity: 0.88;
}

.ls-blog-hero-inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.ls-badge {
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.ls-blog-title {
  margin: 8px 0;
  font-size: 1.9rem;
  font-weight: 800;
}

.ls-blog-meta {
  font-size: 0.85rem;
  color: var(--muted);
}

h2 {
  font-size: 1.3rem;
  margin-top: 26px;
  color: #fff;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}

/* Bullet points */
.ls-points {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.ls-points li {
  background: #0D0D0D;
  margin: 10px 0;
  padding: 14px;
  border-radius: 12px;
  border-left: 4px solid var(--accent);
  transition: .3s ease;
}

.ls-points li:hover {
  transform: translateX(6px);
}

/* Grid */
.ls-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin-top: 14px;
}

.ls-card {
  background: var(--card-bg);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #222;
}

.ls-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #fff;
}

.ls-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

th, td {
  border: 1px solid #222;
  padding: 12px;
  font-size: 0.95rem;
}

thead th {
  background: #111;
  color: #fff;
}

/* Call-to-action */
.ls-cta {
  background: rgba(255,106,0,0.08);
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.btn-primary {
  display: inline-block;
  background: var(--accent);
  padding: 12px 18px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ls-blog-title {
    font-size: 1.5rem;
  }
  .ls-blog-hero-img {
    height: 200px;
  }
  .ls-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */