/* ============================================
   FIREBLADE.PL — DARK THEME DLA WYSZUKIWANIA
   ============================================ */

/* TŁO LEWEJ KOLUMNY (dopasowane do layoutu Fireblade.pl) */
.search-wrapper,
.gsc-results-wrapper-visible,
.gsc-control-cse,
.gsc-above-wrapper-area,
.gsc-above-wrapper-area-container,
.gsc-results,
.gsc-webResult,
.gsc-result,
.gsc-table-result {
  background: #1a1a1a !important; /* identyczne jak tło lewej kolumny */
  border: none !important;
  padding: 0 ;
}

/* NAGŁÓWEK "Wyniki wyszukiwania" 
.page h2 {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #222;
}
*/

.page h4 {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #222;
  width: 90%;
  display: block;
}

/* ZAKŁADKI "Sieć" i "Zdjęcia" */
.gsc-tabsArea {
  background: #1a1a1a !important;
  border-bottom: 1px solid #222 !important;
}

.gsc-tabHeader {
  background: #1a1a1a !important;
  color: #ccc !important;
  border: none !important;
  padding: 8px 14px !important;
}

.gsc-tabHeader.gsc-tabhActive {
  background: #ff3535 !important;
  color: #fff !important;
  border-radius: 4px 4px 0 0 !important;
}

/* POJEDYNCZY WYNIK */
.gsc-webResult,
.gsc-result {
  background: #1a1a1a !important;
  border-bottom: 1px solid #222 !important;
  padding: 12px 0 !important;
}

/* TYTUŁY WYNIKÓW */
.gsc-webResult .gs-title,
.gsc-results .gs-title {
  color: #ff3535 !important;
  font-weight: 600;
  font-size: 18px;
}

.gsc-webResult .gs-title:hover {
  color: #ff5555 !important;
}

/* OPISY */
.gs-snippet {
  color: #ddd !important;
  font-size: 15px;
  line-height: 1.5;
}

/* URL POD TYTUŁEM */
.gs-visibleUrl {
  color: #999 !important;
}

/* INPUT GOOGLE */
.gsc-input-box {
  background: #222 !important;
  border: 1px solid #444 !important;
}

input.gsc-input {
  background: #222 !important;
  color: #eee !important;
}

/* PRZYCISK SZUKAJ */
.gsc-search-button {
  background: #ff3535 !important;
  border: none !important;
}

.gsc-search-button:hover {
  background: #ff5555 !important;
}

/* PAGINACJA */
.gsc-cursor-page {
  background: #222 !important;
  color: #eee !important;
  border-radius: 4px;
  padding: 4px 8px;
}

.gsc-cursor-page:hover {
  background: #333 !important;
}

.gsc-cursor-current-page {
  background: #ff3535 !important;
  color: #fff !important;
}


/* MINIATURY OBRAZKÓW */
.gsc-thumbnail-inside,
.gsc-url-top {
  background: #1a1a1a !important;
}





