/* Turkey Live Rates v1.0 */
.tlr{font-family:Arial,"Noto Sans Arabic",sans-serif;max-width:980px;margin:20px auto;color:#202124}
.tlr-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}
.tlr-head h2{margin:0 0 7px;font-size:26px}
.tlr-status{font-size:13px}
.tlr-status span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#21a366;margin-left:6px}
.tlr-status.offline span{background:#d93025}
.tlr-time{font-size:13px;color:#666}
.tlr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.tlr-card{border:1px solid #e3e5e8;border-radius:14px;padding:16px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.tlr-name{display:flex;align-items:center;gap:9px;font-weight:700;font-size:17px;margin-bottom:12px}
.tlr-icon{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:21px}
.tlr-icon.bracelet{border:2px solid #c79b32}
.tlr-icon.coin{border:2px solid #c79b32;font-size:14px}
.flag{font-size:24px;line-height:1}
.tlr-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f0f1f2;padding:9px 0 0;margin-top:9px}
.tlr-row span{color:#666;font-size:14px}
.tlr-row strong{font-size:16px}
.tlr-note{text-align:center;color:#777;font-size:12px;margin-top:14px}
@media(max-width:760px){.tlr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tlr-head{display:block}.tlr-time{margin-top:8px}}
@media(max-width:470px){.tlr-grid{grid-template-columns:1fr}.tlr-head h2{font-size:22px}}
