/* RO Referanslar v1.0.0 — logo grid (tema panosu + shortcode + widget).
   Boyut sınıfı logo yüksekliğini belirler; grid kolonları otomatik. */
.ro-ref-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));border:1px solid #dbe2ea;border-right:0;border-bottom:0}
.ro-ref-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin:0;padding:18px 14px;background:#fff;border-right:1px solid #dbe2ea;border-bottom:1px solid #dbe2ea;text-decoration:none}
.ro-ref-logo img{width:auto;max-width:100%;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .18s ease,opacity .18s ease}
.ro-ref-logo:hover img,.ro-ref-logo:focus-visible img{filter:none;opacity:1}
.ro-ref-kucuk .ro-ref-logo img{height:44px}
.ro-ref-orta .ro-ref-logo img{height:64px}
.ro-ref-buyuk .ro-ref-logo img{height:88px}
.ro-ref-ad{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}
.ro-ref-gizli-baslik{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}
@media (max-width:767px){
  .ro-ref-grid{grid-template-columns:repeat(2,1fr)}
  .ro-ref-buyuk .ro-ref-logo img{height:64px}
}
