.widget_og_rehber_widget { width: 100%; min-height: 0 !important; height: auto !important; }
.og-rehber-widget { width: 100%; overflow: hidden; border: 1px solid rgba(143,116,255,.22); border-radius: 4px; background: radial-gradient(circle at 50% 0%, rgba(111,66,193,.13), transparent 42%), linear-gradient(180deg, rgba(18,23,36,.98), rgba(10,13,21,.98)); }
.og-rehber-widget__title { margin: 0; padding: 14px 16px; border-bottom: 1px solid rgba(110,220,255,.16); background: linear-gradient(90deg, rgba(92,54,177,.12), rgba(30,198,255,.06), rgba(92,54,177,.12)); color: #fff; font-size: 16px; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.og-rehber-widget__list { display: flex; flex-direction: column; padding: 8px; }
.og-rehber-widget__item { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: stretch; min-height: 48px; padding: 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #f7f8ff; font-size: 13px; font-weight: 800; line-height: 1.35; }
.og-rehber-widget__item:last-child { border-bottom: 0; }
.og-rehber-widget__game:hover, .og-rehber-widget__game:focus { background: rgba(108,92,231,.14); color: #7fe8ff; outline: none; }
.og-rehber-widget__empty { padding: 14px 12px; color: #9da2b1; font-size: 12px; text-align: center; }


/* 1.1.0 - Oyun adı / durum iki eşit alan */
.og-rehber-widget__game,
.og-rehber-widget__status {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 11px 10px;
    text-align: center;
    overflow-wrap: anywhere;
}
.og-rehber-widget__game {
    border-right: 1px solid rgba(255,255,255,.08);
    color: #f7f8ff;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}
.og-rehber-widget__status {
    color: #c7cbd8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
}
.og-rehber-widget__item--completed .og-rehber-widget__status { color: #8ff0b1; }
.og-rehber-widget__item--ongoing .og-rehber-widget__status { color: #7fe8ff; }
.og-rehber-widget__item--upcoming .og-rehber-widget__status { color: #d7c5ff; }
@media (max-width: 480px) {
    .og-rehber-widget__game { font-size: 12px; padding: 10px 7px; }
    .og-rehber-widget__status { font-size: 10px; padding: 10px 7px; }
}
