/* ===== MIKROTONI MIDDLE CONTENT FIX ===== */

.mk-v3-content{
  max-width:1180px!important;
  margin:0 auto!important;
  padding:65px 24px 90px!important;
  overflow:visible!important;
}

/* seksionet */
.mk-v3-content section{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border-radius:24px;
}

/* imazhet */
.mk-v3-content img{
  display:block;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  margin-left:auto;
  margin-right:auto;
}

/* grafika / imazhe produktesh */
.mk-v3-content figure,
.mk-v3-content .elementor-widget-image,
.mk-v3-content [class*="image"]{
  max-width:100%!important;
}

/* foto të mëdha */
.mk-v3-content img:not([width="24"]):not([width="32"]):not([width="48"]){
  border-radius:20px;
}

/* grid / kolona */
.mk-v3-content [style*="display:grid"],
.mk-v3-content [class*="grid"]{
  gap:28px!important;
}

/* karta */
.mk-v3-content [class*="card"]{
  border-radius:20px!important;
  border:1px solid #e3edf7!important;
  box-shadow:0 12px 35px rgba(14,45,80,.08)!important;
}

/* tituj */
.mk-v3-content h2{
  font-size:36px!important;
  line-height:1.2!important;
  letter-spacing:-.7px;
  margin-bottom:20px!important;
}

.mk-v3-content h3{
  font-size:24px!important;
  line-height:1.3!important;
}

/* tekst */
.mk-v3-content p{
  line-height:1.75!important;
}

/* butona */
.mk-v3-content a[class*="btn"],
.mk-v3-content a[class*="button"],
.mk-v3-content button{
  border-radius:11px!important;
}

/* mos lejo grafika të dalin jashtë faqes */
.mk-v3-content svg,
.mk-v3-content video,
.mk-v3-content iframe{
  max-width:100%!important;
}

/* Elementor leftovers */
.mk-v3-content .elementor,
.mk-v3-content .e-con,
.mk-v3-content .elementor-element{
  max-width:100%!important;
}

/* Mobile */
@media(max-width:767px){

  .mk-v3-content{
    padding:40px 16px 60px!important;
  }

  .mk-v3-content section{
    border-radius:16px;
  }

  .mk-v3-content h2{
    font-size:28px!important;
  }

  .mk-v3-content h3{
    font-size:21px!important;
  }

  .mk-v3-content [style*="grid-template-columns"]{
    grid-template-columns:1fr!important;
  }

  .mk-v3-content img{
    max-height:none!important;
  }
}

/* ===== FIX SVG / ICONS ===== */

.mk-v3-content svg{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  min-width:0!important;
  min-height:0!important;
  display:inline-block!important;
  object-fit:contain!important;
  flex:0 0 48px!important;
}

/* ikonat brenda kartave */
.mk-v3-content [class*="icon"] svg,
.mk-v3-content [class*="card"] svg{
  width:42px!important;
  height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
}

/* SVG brenda butonave */
.mk-v3-content a svg,
.mk-v3-content button svg{
  width:20px!important;
  height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
}

/* siguri kunder grafikave qe dalin jashte */
.mk-v3-content svg *{
  transform-origin:center;
}

