/*
Theme Name: TPKmedya Yazılım Firması
Theme URI: https://www.tpkmedya.com.tr
Author: TPK Medya Ekibi
Description: TPK Medya Elementor Teması
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: tpkmedya
*/

body {
    margin: 0;
    padding: 0;
	overflow-x:hidden;
    
}

.mrl-catwrap { width: 100%; }
.mrl-catlist { display: flex; flex-direction: column; gap: 10px; }

.mrl-catitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border: 1px solid #e9e9ee;
    border-radius: 14px;
    padding: 7px 14px;
    background: #fff;
    transition: transform .08s ease, box-shadow .08s ease;
}

.mrl-catitem:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.mrl-catname{
  font-size:13px;
  font-weight:600;
  color:#111;
}

.mrl-catcount{
  margin-left:auto;
  margin-right:10px;
  font-size:11px;
  font-weight:700;
  color:#111;
  background:#f2f3f6;
  border-radius:10px;
  padding:6px 10px;
  min-width:34px;
  text-align:center;
}



.mrl-catchev{
  width:10px; height:10px;
  border-right:2px solid #777;
  border-bottom:2px solid #777;
  transform: rotate(-45deg);
  margin-left:6px;
}


.mrl-depth-1 { padding-left:24px; }
.mrl-depth-2 { padding-left:34px; }
.mrl-depth-3 { padding-left:44px; }


.elementor-269 .elementor-element.elementor-element-839202b {
   
    --margin-left: 258px !important;
  
}


