/* Ultra-kompakt, header satırında kalacak şekilde */
.tgm360-force-inline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  max-width: 100% !important;
}

/* Form */
.tgm360-search-form {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

/* Input ve buton boyutları kompakt */
.tgm360-search-field {
  padding: 6px 10px;
  font-size: 13px;
  width: 170px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 4px;
  line-height: 1.2;
  height: 30px;
}

.tgm360-search-submit {
  padding: 0 10px;
  height: 30px;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  background: #d7263d; /* sitenin kırmızısı */
  transition: filter .2s ease;
}
.tgm360-search-submit:hover { filter: brightness(0.9); }

/* Header içi taşmaları engelle */
.header-left .tgm360-force-inline,
.bn-header-left .tgm360-force-inline { white-space: nowrap !important; }

/* Küçük ekran: daha da daralt */
@media(max-width: 992px){
  .tgm360-search-field { width: 160px; }
}
@media(max-width: 768px){
  .tgm360-search-field { width: 140px; }
  .tgm360-search-submit { font-size: 12px; height: 28px; }
}
