/* GTA Game — wspólny widget Szukam ekipy 1.1.9 */
.gtlfg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 40px;
  padding: .65rem .9rem;
  border: 1px solid rgba(116, 143, 183, .38);
  border-radius: 10px;
  color: #edf3fb !important;
  -webkit-text-fill-color: currentColor !important;
  background: linear-gradient(135deg, #202a3a 0%, #2a2438 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .20);
  font-size: .83rem;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.gtlfg-btn:hover,
.gtlfg-btn:focus-visible {
  color: #fff !important;
  border-color: rgba(97, 199, 232, .55);
  background: linear-gradient(135deg, #2b3b4d 0%, #42324f 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
  transform: translateY(-1px);
}

.gtlfg-btn--primary {
  color: #f5f8fd !important;
  border-color: rgba(101, 194, 226, .48);
  background: linear-gradient(135deg, #294153 0%, #42304f 100%);
}

.gtlfg-btn--primary:hover,
.gtlfg-btn--primary:focus-visible {
  color: #fff !important;
  border-color: rgba(97, 199, 232, .62);
  background: linear-gradient(135deg, #334f63 0%, #50395e 100%);
}

.gtlfg-widget {
  margin: 0 0 .85rem;
  overflow: hidden;
  border: 1px solid var(--gtx-border, rgba(154,173,216,.16));
  border-radius: 14px;
  background: var(--gtx-surface, rgba(17,21,33,.92));
}

.gtlfg-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  padding: .68rem .8rem;
  border-bottom: 1px solid var(--gtx-border, rgba(154,173,216,.16));
  background: rgba(255,255,255,.025);
}

.gtlfg-widget__header h2 {
  margin: 0;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gtlfg-widget__header a {
  font-size: .68rem;
  font-weight: 800;
}

.gtlfg-widget__body {
  display: grid;
  gap: .45rem;
  padding: .7rem;
}

.gtlfg-widget__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .4rem;
}

.gtlfg-widget__stats a {
  padding: .55rem;
  border: 1px solid rgba(154,173,216,.12);
  border-radius: 9px;
  text-align: center;
  background: rgba(255,255,255,.02);
}

.gtlfg-widget__stats strong {
  display: block;
  color: var(--gtx-cyan, #58ddff);
  font-size: 1.1rem;
}

.gtlfg-widget__stats span {
  color: var(--gtx-muted, #9aa4ba);
  font-size: .65rem;
}

.gtlfg-widget__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .4rem;
}

.gtlfg-quick-link i {
  color: var(--gtx-yellow, #ffd65a) !important;
  background: rgba(255,214,90,.09) !important;
}

.gtx-sidebar--right .gtlfg-widget {
  width: 100%;
  margin-bottom: 1.25rem;
}

.gtx-sidebar--right .gtlfg-widget__actions .gtlfg-btn {
  min-width: 0;
  padding-inline: .55rem;
  font-size: .76rem;
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .gtx-sidebar--right .gtlfg-widget__actions {
    grid-template-columns: 1fr;
  }
}
