/* ══════════════════════════════════════════════════════════════
   COMPONENT: Split Content (text overrides inside .split layouts)
   Used on: home-security, security-cameras, doorbell-cameras,
            smart-home, location pages
   ══════════════════════════════════════════════════════════════ */

.split-content .section-label { margin-bottom: 12px; }
.split-content .section-title { margin-bottom: 16px; }
.split-content p {
  font-size: 16px; color: var(--gray-600); line-height: 1.7;
  margin-bottom: 20px;
}
.split-content .btn { margin-top: 8px; }
