.elementor-341 .elementor-element.elementor-element-95a6177{--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;}/* Start custom CSS for html, class: .elementor-element-0a4f9b6 *//* =========================================
   LabZone Emergency Social Box - Final CSS
   ========================================= */

.lz-emergency-social-box{
  margin-top:40px;
  padding:28px 24px;
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(15, 61, 110, 0.08);
  text-align:center;
}

.lz-emergency-social-box h2{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.3;
  color:#103b69;
}

.lz-emergency-social-box p{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.7;
  color:#53657a;
}

.lz-emergency-social-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.lz-social{
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  text-decoration:none;
  color:#ffffff;
  font-size:20px;
  transition:transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.lz-social:hover{
  transform:translateY(-3px);
  opacity:0.95;
  box-shadow:0 12px 24px rgba(0,0,0,0.12);
}

.lz-social.facebook{
  background:#1877f2;
}

.lz-social.x{
  background:#111111;
}

.lz-social.instagram{
  background:#e4405f;
}

.lz-social.youtube{
  background:#ff0000;
}

.lz-social.pinterest{
  background:#e60023;
}

@media (max-width:767px){
  .lz-emergency-social-box{
    padding:22px 16px;
  }

  .lz-emergency-social-box h2{
    font-size:24px;
  }

  .lz-social{
    width:48px;
    height:48px;
    font-size:18px;
  }
}/* End custom CSS */