selector .tvs-author-grid{
  display:grid;
  grid-template-columns:repeat(var(--cols), minmax(0,1fr));
  gap:24px;
}

selector .tvs-author-card{
  background:#fff;
  border-radius:22px;
  padding:28px 22px;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

selector .tvs-author-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

selector .tvs-author-avatar{
  width:190px;
  height:190px;
  border-radius:22px;
  overflow:hidden;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}

selector .tvs-author-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

selector .tvs-author-avatar--empty{
  width:100%;
  height:100%;
}

selector .tvs-author-name{
  font-weight:800;
  font-size:20px;
  line-height:1.2;
  color:#0b2a6b;
  text-align:center;
}

selector .tvs-author-title{
  font-size:15px;
  color:#6b7280;
  margin-top:8px;
  text-align:center;
}

@media (max-width:768px){
  selector .tvs-author-grid{ grid-template-columns:repeat(1, minmax(0,1fr)); }
  selector .tvs-author-avatar{ width:240px; height:240px; }
}

.orj-locked{
  padding:14px 16px;
  border:1px solid #eee;
  border-radius:14px;
  background:#fff;
}
.orj-locked__text{ font-weight:600; margin-bottom:10px; }
.orj-locked__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.orj-locked__btn{
  padding:10px 14px; border-radius:12px; text-decoration:none;
  background:#ff6b7a; color:#fff; border:1px solid #ff6b7a; font-weight:600;
}
.orj-locked__btn.is-outline{ background:transparent; color:#ff6b7a; }


.orj-locked,
.orj-acf-value{
  display: flex;
  align-items: center;
  gap: 6px;
}

.orj-acf-title{
  font-weight: 600;
  white-space: nowrap;
}

.orj-locked__text-link,
.orj-acf-data{
  white-space: nowrap;
}

.orj-locked,
.orj-acf-value{
  display: flex;
  align-items: center;
  gap: 6px;
}

.orj-acf-title{
  font-weight: 600;
  white-space: nowrap;
}

.orj-locked__text-link,
.orj-acf-data{
  white-space: nowrap;
}

.orj-locked p,
.orj-acf-value p{
  margin: 0;
}

.acf-login-required{
  display:inline-block;
  padding:6px 14px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:12px;
  text-decoration:none;
  white-space:nowrap;

  margin:0 auto;       /* yatay ortalama */
}
.acf-login-required:hover{ background:#f5f5f5; }

.acf-member-link img{
  display:inline-block;
  max-width:120px;
  height:auto;
  margin:0 auto;       /* yatay ortalama */
}

.acf-login-center{
  display:flex;
  justify-content:center;
  align-items:center;
}

.danismanlik-firmalari-logos{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.danismanlik-firmalari-logos .firma-logo img{
  height:48px;
  width:auto;
  display:block;
}

