/* 06 LAB SERVICES — native Divi modules, scoped under .cdt-lab-services only. */
.cdt-lab-services, .cdt-lab-services * { box-sizing: border-box; }

.cdt-lab-services { padding: 6.5rem 24px !important; background: linear-gradient(180deg, #f6f5fc, #ffffff); }
.cdt-tag { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: #5b39f2; background: #fff; border: 1px solid #e7e4f5; padding: .35rem .9rem; border-radius: 999px; margin: 0 auto 1rem !important; }
.cdt-heading h2 { text-align: center; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 700; color: #1c1836; margin: 0 auto 2.5rem; max-width: 700px; }
.cdt-lab-slider { max-width: 1180px; margin: 0 auto !important; }

/* Slide content styling — targets whatever Divi renders inside our custom class */
.cdt-lab-card, [class*="cdt-lab-card"] { background: rgba(255,255,255,.9) !important; border: 1px solid #e7e4f5; border-radius: 24px; padding: 28px !important; box-shadow: 0 24px 60px -34px rgba(28,24,54,.35); }
.cdt-lab-card h2, .cdt-lab-card h3, .cdt-lab-card [class*="title"] { font-size: 1.18rem !important; color: #1c1836 !important; }
.cdt-lab-card p, .cdt-lab-card [class*="content"] { font-size: .9rem !important; color: #635f78 !important; }
.cdt-lab-card img { border-radius: 18px; object-fit: cover; }
