
.gtc-article-tools {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0;
  padding-top: .9rem;
  border-top: 1px solid rgba(139, 154, 185, .18);
}

.gtc-report-button,
.gtc-solution-button,
.gtc-button {
  border: 1px solid rgba(126, 148, 190, .25);
  border-radius: 9px;
  background: rgba(18, 23, 37, .95);
  color: #dce7f7;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.gtc-report-button {
  padding: .7rem .9rem;
}

.gtc-report-button:hover,
.gtc-report-button:focus-visible,
.gtc-solution-button:hover,
.gtc-solution-button:focus-visible {
  border-color: #69d5ff;
  background: rgba(37, 49, 78, .98);
  color: #fff;
}

.gtc-modal[hidden] {
  display: none !important;
}

.gtc-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.gtc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 10, .78);
  backdrop-filter: blur(5px);
}

.gtc-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 1.2rem;
  border: 1px solid rgba(121, 144, 190, .28);
  border-radius: 14px;
  background: #121622;
  color: #dbe4f3;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .55);
}

.gtc-modal__dialog h2 {
  margin: 0 2rem .4rem 0;
  color: #fff;
  font-size: 1.25rem;
}

.gtc-modal__intro {
  margin: 0 0 1rem;
  color: #9daac0;
}

.gtc-modal__close {
  position: absolute;
  top: .65rem;
  right: .75rem;
  border: 0;
  background: transparent;
  color: #aab6ca;
  font-size: 1.7rem;
  cursor: pointer;
}

.gtc-report-form {
  display: grid;
  gap: .85rem;
}

.gtc-report-form label {
  display: grid;
  gap: .38rem;
  color: #e7edf8;
  font-weight: 800;
}

.gtc-report-form select,
.gtc-report-form input,
.gtc-report-form textarea {
  width: 100%;
  border: 1px solid rgba(120, 141, 180, .28);
  border-radius: 8px;
  background: #0d111b;
  color: #e7edf8;
  padding: .7rem .75rem;
  font: inherit;
  font-weight: 500;
}

.gtc-report-form textarea {
  resize: vertical;
  min-height: 130px;
}

.gtc-report-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  margin-top: .25rem;
}

.gtc-button {
  padding: .68rem .9rem;
}

.gtc-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #70d6ff, #9e65ff);
  color: #08101c;
}

.gtc-button--secondary {
  background: rgba(28, 34, 50, .95);
}

.gtc-toast {
  position: fixed;
  z-index: 100000;
  right: 1rem;
  bottom: 1rem;
  max-width: min(430px, calc(100vw - 2rem));
  padding: .8rem 1rem;
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 14px 45px rgba(0, 0, 0, .45);
  transform: translateY(20px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.gtc-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.gtc-toast.is-success {
  border-color: rgba(79, 219, 151, .5);
  background: #123526;
}

.gtc-toast.is-error {
  border-color: rgba(255, 104, 122, .5);
  background: #421821;
}

.gtc-topic-solved-badge {
  display: inline-flex;
  align-items: center;
  margin-left: .65rem;
  padding: .28rem .52rem;
  border: 1px solid rgba(72, 219, 143, .38);
  border-radius: 999px;
  background: rgba(35, 154, 95, .14);
  color: #69eca5;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
}

.gtc-solution-post {
  border-color: rgba(72, 219, 143, .58) !important;
  box-shadow: 0 0 0 1px rgba(72, 219, 143, .12), 0 16px 45px rgba(0, 0, 0, .25);
}

.gtc-solution-banner {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1rem;
  padding: .72rem .85rem;
  border: 1px solid rgba(72, 219, 143, .35);
  border-radius: 9px;
  background: rgba(35, 154, 95, .12);
  color: #c9f8dc;
}

.gtc-solution-banner strong {
  color: #69eca5;
}

.gtc-solution-button {
  margin-top: .7rem;
  padding: .58rem .76rem;
  font-size: .78rem;
}

.gtc-solution-button.is-remove {
  border-color: rgba(255, 187, 76, .38);
  color: #ffd486;
}


.gtc-solution-jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  min-height: 38px;
  margin: 0;
  padding: .58rem .78rem;
  border: 1px solid rgba(83, 190, 139, .42);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(27, 50, 43, .98), rgba(34, 42, 55, .98));
  color: #dffbee !important;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.gtc-solution-jump:hover,
.gtc-solution-jump:focus-visible {
  color: #fff !important;
  border-color: rgba(105, 236, 165, .62);
  background: linear-gradient(135deg, rgba(34, 70, 57, .99), rgba(44, 51, 67, .99));
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  transform: translateY(-1px);
  outline: 0;
}

.gtc-solution-jump i {
  color: #69eca5;
}

.gtc-solution-button:disabled,
.gtc-report-button:disabled,
.gtc-button:disabled {
  opacity: .55;
  cursor: wait;
}

body.gtc-modal-open {
  overflow: hidden;
}

@media (max-width: 620px) {
  .gtc-report-form__actions {
    flex-direction: column-reverse;
  }

  .gtc-report-form__actions .gtc-button {
    width: 100%;
  }

  .gtc-topic-solved-badge {
    display: flex;
    width: max-content;
    margin: .5rem 0 0;
  }

  .gtc-solution-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: .2rem;
  }
}


.gtc-topic-list-badge {
  display: inline-flex;
  align-items: center;
  margin-left: .45rem;
  padding: .16rem .4rem;
  border: 1px solid rgba(72, 219, 143, .35);
  border-radius: 999px;
  background: rgba(35, 154, 95, .12);
  color: #69eca5;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .035em;
  text-transform: uppercase;
  vertical-align: middle;
}


.gtc-article-tools--inline {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border-top: 0;
}

.gtc-article-tools--inline .gtc-report-button {
  min-height: 34px;
  padding: .48rem .68rem;
  font-size: .75rem;
}

.gtc-reported-url[hidden] {
  display: none !important;
}

.gtx-news-card--single .gtc-article-tools {
  margin-left: auto;
}

@media (max-width: 620px) {
  .gtc-article-tools,
  .gtc-article-tools--inline {
    width: 100%;
  }

  .gtc-report-button {
    width: 100%;
  }
}


/* GTA Game Community 1.1.4 */
body.gtx-site .gtx-forum-shell .gtc-unanswered,
body.gtx-site .gtx-forum-shell .gtc-forum-search-panel {
  clear: both;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,205,64,.24);
  border-radius: 13px;
  background: rgba(15,19,31,.94);
  box-sizing: border-box;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered > header {
  display: grid;
  grid-template-columns: minmax(0,1fr) 32px;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  padding: .78rem 1rem;
  border-bottom: 1px solid rgba(154,173,216,.14);
  background: linear-gradient(90deg,rgba(255,205,64,.09),rgba(164,92,255,.06));
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__heading {
  min-width: 0;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered h2,
body.gtx-site .gtx-forum-shell .gtc-forum-search-panel h2 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

body.gtx-site .gtx-forum-shell .gtc-kicker {
  display: block;
  margin-bottom: .15rem;
  color: #ffd94a;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__scope {
  display: block;
  margin-top: .2rem;
  color: #8fa0bc;
  font-size: .7rem;
  font-weight: 600;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__scope[hidden] {
  display: none;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__count {
  display: grid;
  place-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  justify-self: end;
  border-radius: 999px;
  color: #09101b !important;
  background: #ffd94a !important;
  font-weight: 900;
  line-height: 1;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__list {
  display: grid;
  width: 100%;
  min-width: 0;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__item {
  display: grid;
  gap: .24rem;
  min-width: 0;
  padding: .7rem 1rem;
  border-bottom: 1px solid rgba(154,173,216,.10);
  text-decoration: none !important;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__item:last-child {
  border-bottom: 0;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__item:hover {
  background: rgba(88,221,255,.07);
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__title {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #eaf3ff;
  font-weight: 800;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem .7rem;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #8897b0;
  font-size: .74rem;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__category {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  min-width: 0;
  color: #79d8ff;
  font-weight: 700;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__category[hidden] {
  display: none;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__category-label {
  color: #9aa9c0;
  font-weight: 600;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__details {
  min-width: 0;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__empty {
  margin: 0;
  padding: .85rem 1rem;
  color: #92a1b8;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search-panel {
  border-color: rgba(88,221,255,.22);
}

body.gtx-site .gtx-forum-shell .gtc-forum-search-panel > header {
  display: block;
  min-width: 0;
  padding: .72rem 1rem;
  border-bottom: 1px solid rgba(154,173,216,.14);
  background: linear-gradient(90deg,rgba(88,221,255,.08),rgba(164,92,255,.06));
}

body.gtx-site .gtx-forum-shell .gtc-forum-search-panel__body {
  display: block;
  width: 100%;
  min-width: 0;
  padding: .7rem 1rem;
  box-sizing: border-box;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 46px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search > .gtc-forum-search__query {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 .85rem !important;
  float: none !important;
  color: #eaf3ff !important;
  border: 1px solid rgba(126,148,190,.30) !important;
  border-right: 0 !important;
  border-radius: 8px 0 0 8px !important;
  background: #101521 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search > .gtc-forum-search__query:focus {
  outline: 0 !important;
  border-color: rgba(88,221,255,.62) !important;
  box-shadow: inset 0 0 0 1px rgba(88,221,255,.12) !important;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search > .gtc-forum-search__submit {
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  color: #edf3fb !important;
  -webkit-text-fill-color: currentColor !important;
  border: 1px solid rgba(116,143,183,.38) !important;
  border-radius: 0 8px 8px 0 !important;
  background: linear-gradient(135deg,#202a3a 0%,#2a2438 100%) !important;
  box-shadow: 0 7px 18px rgba(0,0,0,.18) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease !important;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search > .gtc-forum-search__submit:hover,
body.gtx-site .gtx-forum-shell .gtc-forum-search > .gtc-forum-search__submit:focus-visible {
  color: #fff !important;
  border-color: rgba(97,199,232,.55) !important;
  background: linear-gradient(135deg,#2b3b4d 0%,#42324f 100%) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.25) !important;
  filter: none !important;
  outline: 0 !important;
}

.gtc-forum-search-source,
.gtc-forum-search-origin {
  display: none !important;
}

@media (max-width: 520px) {
  body.gtx-site .gtx-forum-shell .gtc-unanswered > header,
  body.gtx-site .gtx-forum-shell .gtc-unanswered__item,
  body.gtx-site .gtx-forum-shell .gtc-unanswered__empty,
  body.gtx-site .gtx-forum-shell .gtc-forum-search-panel > header,
  body.gtx-site .gtx-forum-shell .gtc-forum-search-panel__body {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

.gtc-helpful-button { display:inline-flex; align-items:center; gap:.42rem; margin:.7rem .45rem 0 0; padding:.52rem .7rem; border:1px solid rgba(126,148,190,.25); border-radius:9px; color:#cbd8ea; background:rgba(18,23,37,.95); font:inherit; font-size:.78rem; font-weight:800; cursor:pointer; }
.gtc-helpful-button strong { min-width:1.25rem; padding:.08rem .32rem; border-radius:999px; background:rgba(154,173,216,.12); text-align:center; }
.gtc-helpful-button:hover { border-color:#69d5ff; color:#fff; }
.gtc-helpful-button.is-active { border-color:rgba(255,217,74,.55); color:#ffe878; background:rgba(117,91,7,.24); }
.gtc-helpful-button:disabled { opacity:.55; cursor:wait; }


.gtc-notification-center { position:relative; display:inline-flex; align-items:center; margin-right:.5rem; z-index:1400; }
.gtc-notification-toggle { position:relative; display:grid; place-items:center; width:44px; height:44px; border:1px solid rgba(154,173,216,.22); border-radius:13px; color:#eef2ff; background:rgba(10,13,22,.72); cursor:pointer; box-shadow:0 10px 28px rgba(0,0,0,.22); }
.gtc-notification-toggle:hover,.gtc-notification-toggle[aria-expanded="true"] { border-color:rgba(88,221,255,.52); background:rgba(19,24,39,.96); }
.gtc-notification-toggle b { position:absolute; top:-5px; right:-6px; min-width:19px; height:19px; padding:0 4px; border:2px solid #111522; border-radius:999px; color:#08101c; background:#ffdc50; font-size:.64rem; line-height:15px; text-align:center; }
.gtc-notification-popover { position:absolute; top:calc(100% + .65rem); right:0; width:min(390px,calc(100vw - 2rem)); max-height:min(70vh,560px); overflow:hidden; border:1px solid rgba(88,221,255,.24); border-radius:14px; color:#dce2ef; background:rgba(15,19,31,.99); box-shadow:0 24px 70px rgba(0,0,0,.55); }
.gtc-notification-popover > header { display:flex; align-items:center; justify-content:space-between; gap:.75rem; padding:.8rem .9rem; border-bottom:1px solid rgba(154,173,216,.14); }
.gtc-notification-readall { border:0; color:#70d6ff; background:transparent; font-size:.7rem; font-weight:800; cursor:pointer; }
.gtc-notification-list { max-height:480px; overflow:auto; }
.gtc-notification-item { display:flex; gap:.7rem; padding:.78rem .9rem; border-bottom:1px solid rgba(154,173,216,.1); color:inherit!important; text-decoration:none!important; }
.gtc-notification-item:hover { background:rgba(88,221,255,.06); }
.gtc-notification-item.is-unread { background:linear-gradient(90deg,rgba(88,221,255,.1),rgba(164,92,255,.06)); }
.gtc-notification-icon { display:grid; place-items:center; width:34px; height:34px; flex:0 0 34px; border-radius:10px; background:rgba(154,173,216,.1); }
.gtc-notification-copy { display:grid; min-width:0; gap:.14rem; }
.gtc-notification-copy strong { color:#f3f7ff; font-size:.8rem; }
.gtc-notification-copy small { color:#a3afc2; font-size:.72rem; }
.gtc-notification-copy time { color:#6f809d; font-size:.66rem; }
.gtc-notification-empty { margin:0; padding:1.2rem; color:#8997ad; text-align:center; }
.gtc-notification-center.is-mobile { position:fixed; right:1rem; bottom:1rem; z-index:100001; margin:0; }
.gtc-notification-center.is-mobile .gtc-notification-popover { position:fixed; right:1rem; bottom:4.7rem; top:auto; }


@media (min-width:768px) { body .gtx-account { display:flex !important; align-items:center; } }


/* GTA Game Community 1.1.5: układ akcji posta i zgłoszeń newsów. */
body.gtx-site .gtx-forum-shell .gtc-post-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  width: 100%;
  margin-top: .7rem;
}

body.gtx-site .gtx-forum-shell .gtc-post-actions__left,
body.gtx-site .gtx-forum-shell .gtc-post-actions__right {
  display: flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}

body.gtx-site .gtx-forum-shell .gtc-post-actions__right {
  margin-left: auto;
  justify-content: flex-end;
}

body.gtx-site .gtx-forum-shell .gtc-post-actions .gtc-helpful-button,
body.gtx-site .gtx-forum-shell .gtc-post-actions .gtc-solution-button,
body.gtx-site .gtx-forum-shell .gtc-post-actions .gtc-solution-jump {
  margin: 0;
}

.gtx-news-card--single > .gtc-article-tools--news {
  margin: 0 1.3rem 1rem;
  padding-top: .9rem;
}

.gtx-news-card--single > .gtc-article-tools--news .gtc-report-button {
  width: auto;
  min-height: 40px;
  padding: .7rem .9rem;
  white-space: nowrap;
}

@media (max-width: 620px) {
  body.gtx-site .gtx-forum-shell .gtc-post-actions {
    align-items: stretch;
  }

  body.gtx-site .gtx-forum-shell .gtc-post-actions__left,
  body.gtx-site .gtx-forum-shell .gtc-post-actions__right {
    flex: 1 1 auto;
  }

  body.gtx-site .gtx-forum-shell .gtc-post-actions__right {
    justify-content: flex-end;
  }

  .gtx-news-card--single > .gtc-article-tools--news {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .gtx-news-card--single > .gtc-article-tools--news .gtc-report-button {
    width: 100%;
    white-space: normal;
  }
}


/* GTA Game Community 1.2.3: pozycja rozwiązania i akcje posta. */
.gtc-unanswered__loading {
  padding: .9rem 1rem;
  color: #9fb0c9;
  font-size: .84rem;
}

body.gtx-site .gtx-forum-shell .gtc-post-actions__left {
  flex-wrap: wrap;
}

body.gtx-site .gtx-forum-shell .gtc-helpful-button {
  order: 10;
  min-width: 42px;
  min-height: 38px;
  justify-content: center;
  gap: .38rem;
  padding: .48rem .58rem;
  margin: 0;
}

body.gtx-site .gtx-forum-shell .gtc-helpful-button .gtc-helpful-icon {
  font-size: 1.15rem;
  line-height: 1;
}

body.gtx-site .gtx-forum-shell .gtc-helpful-button strong {
  min-width: 1.15rem;
  padding: 0;
  background: transparent;
  font-size: .78rem;
}

body.gtx-site .gtx-forum-shell .gtc-solution-button {
  order: 30;
}


/* 1.2.3: oznaczenie rozwiązania pozostaje przy prawej krawędzi posta. */
body.gtx-site .gtx-forum-shell .gtc-post-actions__right .gtc-solution-button {
  order: initial;
  margin-left: auto;
}


/* GTA Game Community 1.2.5 — bardziej zwarta sekcja forum. */
body.gtx-site .gtx-forum-shell .gtc-unanswered,
body.gtx-site .gtx-forum-shell .gtc-forum-search-panel {
  margin-bottom: .62rem;
  border-radius: 10px;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered > header {
  grid-template-columns: minmax(0, 1fr) 27px;
  gap: .55rem;
  padding: .48rem .72rem;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered h2,
body.gtx-site .gtx-forum-shell .gtc-forum-search-panel h2 {
  font-size: .84rem;
  line-height: 1.15;
}

body.gtx-site .gtx-forum-shell .gtc-kicker {
  margin-bottom: .08rem;
  font-size: .54rem;
  line-height: 1;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__scope {
  margin-top: .1rem;
  font-size: .64rem;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__count {
  width: 26px;
  min-width: 26px;
  height: 26px;
  font-size: .72rem;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__item {
  gap: .12rem;
  padding: .43rem .72rem;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__title {
  font-size: .78rem;
  line-height: 1.2;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__meta {
  gap: .2rem .5rem;
  font-size: .64rem;
  line-height: 1.2;
}

body.gtx-site .gtx-forum-shell .gtc-unanswered__empty {
  padding: .55rem .72rem;
  font-size: .72rem;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search-panel > header {
  padding: .46rem .72rem;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search-panel__body {
  padding: .46rem .72rem;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search {
  grid-template-columns: minmax(0, 1fr) 40px !important;
  height: 34px !important;
}

body.gtx-site .gtx-forum-shell .gtc-forum-search input,
body.gtx-site .gtx-forum-shell .gtc-forum-search button {
  min-height: 34px !important;
  height: 34px !important;
}


/* GTA Game Community 1.2.6 — akcje posta dopasowane do ciemnego motywu. */
body.gtx-site .gtx-forum-shell :is(
  .gtc-helpful-button,
  .gtc-solution-button,
  .gtc-report-button,
  .gtc-button
) {
  color: #e0e8f3 !important;
  border: 1px solid rgba(116, 143, 182, .32) !important;
  background: linear-gradient(135deg, rgba(27, 35, 50, .98), rgba(34, 29, 47, .98)) !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .15) !important;
  text-shadow: none !important;
}

body.gtx-site .gtx-forum-shell :is(
  .gtc-helpful-button,
  .gtc-solution-button,
  .gtc-report-button,
  .gtc-button
):hover,
body.gtx-site .gtx-forum-shell :is(
  .gtc-helpful-button,
  .gtc-solution-button,
  .gtc-report-button,
  .gtc-button
):focus-visible {
  color: #fff !important;
  border-color: rgba(103, 205, 238, .52) !important;
  background: linear-gradient(135deg, rgba(35, 47, 65, .99), rgba(47, 37, 62, .99)) !important;
  box-shadow: 0 9px 20px rgba(0, 0, 0, .20) !important;
}

body.gtx-site .gtx-forum-shell .gtc-helpful-button.is-active,
body.gtx-site .gtx-forum-shell .gtc-solution-button.is-remove {
  color: #f4f8fc !important;
  border-color: rgba(109, 211, 177, .48) !important;
  background: linear-gradient(135deg, rgba(36, 63, 61, .98), rgba(43, 48, 65, .98)) !important;
}


/* GTA Game Community 1.2.8 — tylko jeden status rozwiązania przy tytule. */
body.gtx-site #forum-viewforum .gtx-thread-pages .gtc-topic-list-badge,
body.gtx-site .forum-viewforum .gtx-thread-pages .gtc-topic-list-badge,
body.gtx-site #forum-viewforum td:last-child .gtc-topic-list-badge,
body.gtx-site .forum-viewforum td:last-child .gtc-topic-list-badge {
  display: none !important;
}


/* GTA Game Community 1.3.7: spójna lupa wyszukiwarki i skrót do rozwiązania. */
@media (max-width: 620px) {
  body.gtx-site .gtx-forum-shell .gtc-solution-jump {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}
