.elementor-709 .elementor-element.elementor-element-190deb1{--display:flex;}/* Start custom CSS *//* === UXO Disposal (Знешкодження ВНП) — картки + фото збоку === */
.dm-uxo{
  --brand:#6694ba;
  --ink:#0f1c2b;
  --muted:#5b667a;
  --accent-a:#1fcf90;
  --accent-b:#ff8a3d;
  background:linear-gradient(180deg,#f1f6fb 0%,#f8fbfe 100%);
  font-family:Inter,system-ui,sans-serif;
  padding:56px 0;
}

/* контейнер */
.dm-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* заголовок */
.dm-uxo h2{ margin:0 0 6px; font-weight:800; color:var(--ink) }
.dm-uxo .dm-lead{ margin:0 0 28px; color:#425b72; max-width:880px }

/* двоколонка */
.dm-uxo-wrap{
  display:grid;
  gap:28px;
  align-items:flex-start;
}
@media(min-width:992px){
  .dm-uxo-wrap{
    grid-template-columns:1fr 460px;
  }
}

/* картка */
.dm-uxo-card{
  position:relative; overflow:hidden;
  border:1px solid #dbe5f0; border-radius:18px; background:#fff;
  box-shadow:0 10px 28px rgba(16,24,40,.06),0 2px 6px rgba(16,24,40,.04);
  padding:26px 28px; margin-bottom:24px;
}
.dm-uxo-card::before{
  content:""; position:absolute; left:0; right:0; top:0; height:4px;
  border-top-left-radius:inherit; border-top-right-radius:inherit;
  background:linear-gradient(90deg,var(--brand) 0%,#9bbdd9 100%);
}
.dm-uxo-card.dm-emph::before{
  background:linear-gradient(90deg,var(--accent-a) 0%,var(--accent-b) 100%);
}

/* шапка */
.dm-uxo-head{ display:flex; gap:12px; align-items:flex-start; margin-bottom:10px }
.dm-uxo-ico{
  width:42px; height:42px; flex:0 0 42px;
  border-radius:12px; display:grid; place-items:center;
  color:var(--brand); background:rgba(102,148,186,.12); border:1px solid rgba(102,148,186,.25);
}
.dm-uxo-card.dm-emph .dm-uxo-ico{
  color:var(--accent-a); background:rgba(23,147,108,.1); border-color:rgba(23,147,108,.25);
}
.dm-uxo-title{ margin:0; font:700 20px/1.25 Inter,system-ui,sans-serif; color:var(--ink) }
.dm-uxo-sub{ margin:4px 0 0; color:var(--muted); font-size:15px }

/* списки */
.dm-uxo-list{ list-style:none; margin:14px 0 0; padding:0; display:grid; gap:10px }
.dm-uxo-list li{ display:flex; gap:10px; align-items:flex-start }
.dm-uxo-li-ico{
  width:34px; height:34px; flex:0 0 34px;
  display:grid; place-items:center; border-radius:10px;
  background:rgba(23,147,108,.08); border:1px solid rgba(23,147,108,.2); color:var(--accent-a);
}
.dm-uxo-list p{ margin:0; color:#2a2f3a }

/* фото блок */
.dm-uxo-media{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.dm-uxo-main{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #dbe5f0;
  background:#fff;
  box-shadow:0 10px 28px rgba(16,24,40,.06),0 2px 6px rgba(16,24,40,.04);
}
.dm-uxo-main img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.dm-uxo-main figcaption{
  padding:10px 14px;
  font-size:14px;
  color:#5b667a;
  text-align:center;
  background:#fff;
}

/* галерея */
.dm-uxo-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
@media(min-width:768px){
  .dm-uxo-gallery{ grid-template-columns:repeat(3,1fr); }
}
.dm-uxo-thumb{
  border-radius:12px;
  overflow:hidden;
  border:1px solid #dbe5f0;
  background:#fff;
  box-shadow:0 6px 14px rgba(16,24,40,.05);
}
.dm-uxo-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* примітка */
.dm-uxo-note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:12px;
  background:#f9fafc;
  border:1px dashed #d6e1ec;
  color:#2a2f3a;
}/* End custom CSS */