.ilt a {
  font-size: 13px !important;
  color:#fff !important;

}


.ra-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    /*background:rgb(0 0 0 / 75%);
    backdrop-filter: blur(26px) saturate(150%) brightness(.95);
    -webkit-backdrop-filter: blur(26px) saturate(150%) brightness(.95);*/
    background:#00000073;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    height: 1080px;
    z-index:2147483649 !important;
}

.ra-overlay.active{display:flex;}
.ra-panel {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    background:#63636d8c;
    border-radius: 5px;
    border: 1px solid rgba(148, 163, 184, .35);
    box-shadow: 0 32px 120px rgba(0, 0, 0, .9);
    color: #e5e7eb;
    overflow: hidden;
    top: 2px;
}
/*.ra-close{position:absolute;top:10px;right:10px;background:#0f172a;color:#fff;border:none;padding:8px 12px;border-radius:10px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.2);}*/
.ra-searchbar{padding:12px;border-bottom:1px solid #e5e7eb;background: #484848bf !important;position:sticky;top:0;z-index:2;}
.ra-input-wrap{position:relative;display:flex;align-items:center;    border: 1px solid #ffffff;}
.ra-search{flex:1;width:100%;padding:14px 16px;border:1px solid #cbd5e1;border-radius:10px;font-size:18px;  color:#ffffff !important;}
.ra-clear{position:absolute;right:10px;background:#e2e8f0;border:1px solid #cbd5e1;color:#0f172a;width:32px;height:34px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;}
.ra-clear:hover{filter:brightness(.98);}
.ra-head{display:grid;grid-template-columns:2fr 3fr 2fr 1fr;gap:10px;padding:10px 16px;background: rgb(0 0 0 / 64%);font-weight:700;color:#0f172a;border-bottom:1px solid #e5e7eb;}
.ra-results{max-height:60vh;overflow:auto;background:#fff;scroll-behavior:smooth; font-weight: 400 !important;
    font-size:13px !important;}
.ra-row{display:grid;grid-template-columns:2fr 3fr 2fr 1fr;gap:10px;padding:12px 16px;border-bottom:1px dashed #e2e8f0;align-items:center;}
.ra-row:hover{background:#f9fafb;}
/* kapsayıcı */
.ra-person img{
  width: 50px !important;              /* biraz büyüttük */ 
  height: 65px !important;
  border-radius: 10px !important;
  padding-top: 7px;
  object-fit: inherit !important;        /* EN KRİTİK SATIR */
 /* object-position: center !important;*/
  
  /* blur önleme */
  image-rendering: auto !important;
  image-rendering: crisp-edges !important;
  image-rendering: -webkit-optimize-contrast;

  /* kalite hissi */
  background-color: #2a2a2a;
  
  /* retina netlik */
  transform: translateZ(0);
  backface-visibility: hidden;

  /* kenar yumuşatma */
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15);
}
.ra-empty {
    padding: 18px 28px 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #484848bf !important;
}
/* Hover business card - Kallyas style */
.ra-avatar-wrap{position:relative;display:flex;align-items:center;gap:10px;}
.ra-card{position:absolute;left:52px;top:-6px;z-index:5;min-width:560px;max-width:600px;padding:18px 20px;border-radius:12px;background:#c92a2a;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 50px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;}
.ra-avatar-wrap:hover .ra-card,.ra-avatar-wrap:focus-within .ra-card{opacity:1;visibility:visible;transform:translateY(0);}
.ra-card-wrap{display:grid;grid-template-columns:1fr 1.6fr;gap:18px;align-items:center;}
.ra-left{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;}
.ra-left-logo{width:110px;height:110px;border-radius:999px;background:#e94b4b;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 6px 16px rgba(0,0,0,.2);}
.ra-left-logo img{width:84px;height:auto;opacity:.95;filter:grayscale(1) brightness(.2) invert(1);}
.ra-left-title{font-weight:700;text-align:center;line-height:1.2;}
.ra-right .row{display:flex;align-items:center;gap:10px;margin:6px 0;}
.ra-right i{width:20px;text-align:center;opacity:.9;}
.ra-right a{color:#fff;text-decoration:underline;}

/* v11 launcher icon styling */
.ra-open.ra-launcher{
  background:transparent; border:none; padding:0; cursor:pointer; line-height:0;
}
.ra-launcher .elementor-icon{ width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; background:rgba(15,23,42,.8); box-shadow:0 8px 18px rgba(0,0,0,.25); }
.ra-launcher svg {
    width: 31px !important;
    height: 32px!important;
    fill: #ffffff !important;
    
    left: -5px !important;
    top: -3px !important;
}
.ra-launcher:hover .elementor-icon{ filter:brightness(1.05); }

/* === RA v11 UI – final multi search style === */

/* OVERLAY */
.ra-overlay{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:none;
  align-items:center;
  justify-content:center;
  padding:40px 16px;
  /*background:rgb(0 0 0 / 75%);
  backdrop-filter:blur(26px) saturate(150%) brightness(.95);
  -webkit-backdrop-filter:blur(26px) saturate(150%) brightness(.95);*/
}
.ra-overlay.active{display:flex;}

/* PANEL */
.ra-panel{
 
  width:100%;
  max-width:1280px;
  background:#63636d8c;
  border-radius:5px;
  border:1px solid rgba(148,163,184,.35);
  box-shadow:0 32px 120px rgba(0,0,0,.9);
  color:#e5e7eb;
  overflow:hidden;
  top: 132px !important;
  backdrop-filter:blur(26px);
}

/* SEARCHBAR + INPUT */
.ra-searchbar{
  position:relative;
  padding:18px 28px 10px;
  background: #484848bf;
  background:transparent;
  display:block;
}
.ra-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
       max-width: calc(100% - 40px);
    margin-right: auto;
    border-radius: 5px;
        border: 1px solid #ffffff;
    padding: 0 14px;
    background: transparent;
    color: #fff !important;
    
}
.ra-input-wrap:focus-within{
  border-color:#8f8f8f;
  box-shadow:0 0 0 1px #8f8f8f;
}
#ra-search{
  flex:1;
  width:100%;
  padding:11px 0 11px;
  border:0;
  outline:none;
  background:transparent;
  font-size:17px;
  color:#ffffff !important;
}
#ra-search::placeholder{color:8f8f8f;}
.ra-clear{display:none !important;}

/* ESC BUTTON 
.ra-close{
  position:absolute;
  top:18px;
  right:26px;
  border-radius:5px;
 
  padding:7px 14px;
  color:#e5e7eb;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:6px;
  cursor:pointer;

  font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
   
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--atu-spot-muted);
    background: rgba(0, 0, 0, 0.4);
}*/

.ra-close {
    position: absolute;
    top: 23px;
    right: 12px;
    /* background: #0f172a; */
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    /* box-shadow: 0 4px 14px rgba(0, 0, 0, .2); */
}
.ra-close:hover{
  background:rgba(255,255,255,0.06);
  color:#ffffff;
  transform:translateY(-1px);
  border-radius:999px;
}


/*.ra-close::before{
  content:'ESC ile kapat';
}
.ra-close::after{
  content:'✕';
  font-size:14px;
}*/

/* INFO BAR – 4 COLUMNS */
.ra-info-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 12px 28px 14px;
    background: #817f7f;
    border-bottom: 1px solid rgb(255 255 255 / 55%);
    background: rgb(0 0 0 / 64%);
    color: #fff;
}
.ra-info-col{font-size:14px;color:#ffffff;}
.ra-info-label{
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:13px;
  color:#ffffff;
  margin-bottom:4px;
}
.ra-info-value{
  font-size:20px;
  font-weight:600;
}
.ra-info-text{
  font-size:14px;
  line-height:1.5;
}

/* HEAD + ROWS */
.ra-head {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr 1fr;
    gap: 10px;
    padding: 12px 28px 10px;
    font-weight: 500;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    /* background: rgba(8, 10, 18, .98); */
    background: rgb(0 0 0 / 64%);
    color: #fff;
}
.ra-results{
  max-height:60vh;
  overflow-y:auto;
  
  background:rgba(8,10,18,.98);
    background: rgba(0, 0, 0, 0.36);
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}
.ra-row {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr 1fr;
    gap: 10px;
    padding: 10px 28px;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    background: transparent;
}
.ra-row:hover {
    background: #a91d025e;
}
.ra-empty{
  padding:18px 28px 20px;
  text-align:center;
  font-size:16px;
  color:#ffffff;
   background: #484848bf;
}



/* LAUNCHER ICON CLEAN */
.ra-open.ra-launcher{
  background:transparent;
  border:none;
  padding:0;
  margin:0;
  line-height:0;
  cursor:pointer;
}
.ra-launcher .elementor-icon{
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ra-launcher svg{
  width:22px;
  height:22px;
  fill:#ffffff;
}

/* MOBILE */
@media (max-width: 768px){
  .ra-overlay{
    align-items:stretch;
    justify-content:flex-start;
    padding:0;
  }
  .ra-panel{
    max-width:none;
    width:100%;
    height:100vh;
    border-radius:0;
     margin-top:0;
  }
  .ra-searchbar{
    padding:12px 16px 8px;
  }
  .ra-input-wrap{
    max-width:100%;
  }
  .ra-close{
    top:10px;
    right:12px;
    transform:scale(.9);
  }
  .ra-results{
    max-height:calc(100vh - 220px);
  }
  .ra-info-bar{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:10px;
  }
}


/* ================================
   MOBILE FIX — SADECE MOBİL
   DESKTOP ASLA BOZULMAZ
================================ */
@media (max-width: 768px){

  /* overlay full screen */
  .ra-overlay{
    align-items:stretch !important;
    justify-content:flex-start !important;
    padding:0 !important;
    height:100vh !important;
  }

  /* panel full screen */
  .ra-panel{
    position:relative !important;
    width:100% !important;
    height:100vh !important;
    max-width:none !important;
    border-radius:0 !important;
    margin:0 !important;
    top:0 !important;
  }

  /* üst arama alanı */
  .ra-searchbar{
    padding:10px 12px !important;
  }

  /* info bar 2 kolon */
  .ra-info-bar{
    grid-template-columns:repeat(2,1fr) !important;
    row-gap:10px !important;
    font-size:12px !important;
  }

  /* tablo başlığı gizle */
  .ra-head{
    display:none !important;
  }

  /* sonuç alanı tam kaydırılabilir */
  .ra-results{
    max-height:calc(100vh - 240px) !important;
    overflow-y:auto !important;
  }

  /* satırlar kart gibi */
  .ra-row{
    grid-template-columns:1fr !important;
    gap:6px !important;
    padding:12px !important;
    border-radius:10px !important;
    margin:8px !important;
    background:rgba(255,255,255,0.06) !important;
  }

  /* kişi alanı */
  .ra-person{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
  }

  .ra-person img{
    width:52px !important;
    height:52px !important;
    border-radius:50% !important;
    object-fit:cover !important;
  }

}
