/* ============================================================
   inline-cleanup.css — "Inline Stiller" temizliği
   HTML etiketleri üzerine gömülü statik font/boyut tanımlarının
   yerini alan class'lar. Her class, kaldırdığı style="" ile
   birebir aynı değerleri taşır.
   ============================================================ */

.text-bold { font-weight: bold; }
.fs-9 { font-size: 9px; }

/* pages/coupon/order-progress.html */
.op-amount-badge { font-size: 16px; padding: 2px; color: white; }
.op-big-number { font-size: 29px; }
.op-small-label { font-size: 16.5px; }
.op-info-link { cursor: pointer; display: block; margin-bottom: 8px; font-size: 12px; color: #555; text-decoration: underline; }
.op-fine-print { font-size: 11px; opacity: 0.8; }

/* pages/coupon/_index.html */
.coupon-hint-text { text-align: center; font-size: 12px; color: var(--color-brand); opacity: 0.8; padding: 6px 0 4px; }

/* pages/iddaa/etkinlik/_index.html */
.event-mini-note { font-size: 10px; background: #FFF; height: 241px; }

/* pages/iddaa/filter.html */
.filter-label-md { font-size: 16px; }
.filter-changed-mark { color: red; font-weight: bold; }

/* pages/piyango/results, pages/sans-oyunlari/results (paylaşılan) */
.result-note-text { font-size: 14px; color: black; }


.bet-row-note { opacity: 0.5; font-size: 9px; color: #000; font-weight: bold; }
.bet-row-meta { padding-bottom: 3px; font-size: 11px; }
.bet-row-summary { margin-top: 7px; font-size: 12px; padding-right: 5px; height: 10px; }

/* pages/yardim-merkezi/bize-yazin/destek.html + widgets/live-support (paylaşılan) */
.support-title { font-weight: bold; font-size: 14px; margin-bottom: 10px; }
.support-subtitle { font-weight: bold; margin-top: 10px; text-align: center; }
.support-note { font-size: 9px; margin-left: 4px; }
.support-loading { margin-top: 5px; position: relative; display: block; font-size: 16px; }

/* widgets/home/popular-tipsters/_index.html */
.tipster-score { font-size: 12px; color: var(--color-muted); }

/* widgets/iddaa/event/statistics/_index.html + raw.html (paylaşılan) */
.stat-value-xl { font-size: x-large; }

/* widgets/iddaa/event/tips/_index.html */
.tip-comment { font-size: 12px; color: #333; margin-bottom: 5px; }

/* widgets/live-support/_index.html */
.ls-header-title { display: block; font-size: 16px; }
.ls-voting-title { font-size: 12px; font-weight: 600; color: #808080; }
.ls-close-btn { float: right; font-size: 16px; cursor: pointer; }
.ls-close-icon-lg { font-size: 17px; }
