/* Arama sayfasi ek bilesenleri: bos-sonuc ekrani, filtre cipleri, liste gorunumu.
 *
 * NEDEN AYRI DOSYA: Boxcar sablonundaki karsilik gelen siniflar (.error-section, .error-btn,
 * .tag-list, .tag-sec, .list-items) MPT'nin AKTIF style.css'inde YOK - minify sirasinda
 * dusmusler, yalnizca yuklenmeyen style-yedek.css'te duruyorlar. Sablon markup'i oldugu gibi
 * kullanilsaydi bloklar TAMAMEN CIPLAK cikacakti.
 *
 * Renk degiskenleri kategori.css'te tanimli ama o dosya Search sayfasinda YUKLENMIYOR
 * (yalnizca Category.cshtml:42). Bu yuzden her kullanimda fallback veriliyor. */

/* ---------------------------------------------------------------- bos sonuc */
.mpt-sy {
  padding: 56px 20px 64px;
  text-align: center;
}

.mpt-sy-ic {
  max-width: 560px;
  margin: 0 auto;
}

.mpt-sy-gorsel {
  max-width: 220px;
  height: auto;
  opacity: .85;
  margin-bottom: 26px;
}

.mpt-sy-baslik {
  font-size: 26px;
  line-height: 1.25;
  color: var(--mpt-ink, #17233a);
  margin: 0 0 10px;
}

.mpt-sy-terim {
  font-size: 17px;
  font-weight: 600;
  color: var(--mpt-accent, #203f69);
  margin: 0 0 12px;
  word-break: break-word;
}

.mpt-sy-aciklama {
  font-size: 15px;
  line-height: 1.7;
  color: var(--mpt-muted, #7a7f92);
  margin: 0 0 24px;
}

.mpt-sy-btn {
  display: inline-block;
  padding: 13px 30px;
  border: 1px solid var(--mpt-accent, #203f69);
  border-radius: 10px;
  color: var(--mpt-accent, #203f69);
  font-weight: 600;
  font-size: 14px;
  transition: background-color .2s ease, color .2s ease;
}

.mpt-sy-btn:hover,
.mpt-sy-btn:focus-visible {
  background: var(--mpt-accent, #203f69);
  color: #fff;
}

.mpt-sy-oneri {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--mpt-line, #e6e8ee);
}

.mpt-sy-oneri-baslik {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mpt-muted, #7a7f92);
  margin: 0 0 16px;
}

.mpt-sy-cipler {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mpt-sy-cipler a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--mpt-line, #e6e8ee);
  border-radius: 999px;
  font-size: 13.5px;
  color: var(--mpt-ink, #17233a);
  transition: border-color .2s ease, color .2s ease;
}

.mpt-sy-cipler a:hover,
.mpt-sy-cipler a:focus-visible {
  border-color: var(--mpt-accent, #203f69);
  color: var(--mpt-accent, #203f69);
}

.mpt-sy-cip-adet {
  font-size: 11.5px;
  color: var(--mpt-muted, #7a7f92);
  background: #f4f5f8;
  border-radius: 999px;
  padding: 1px 8px;
}

/* ------------------------------------------------------------ filtre cipleri */
.mpt-ak {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 20px;
}

.mpt-ak-baslik {
  font-size: 12.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--mpt-muted, #7a7f92);
  white-space: nowrap;
}

.mpt-ak-liste {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mpt-ak-cip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--mpt-line, #e6e8ee);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  color: var(--mpt-ink, #17233a);
  line-height: 1.2;
  transition: border-color .2s ease, background-color .2s ease;
}

.mpt-ak-cip:hover,
.mpt-ak-cip:focus-visible {
  border-color: var(--mpt-accent, #203f69);
  background: #f7f9fc;
}

.mpt-ak-kademe {
  font-size: 11px;
  color: var(--mpt-muted, #7a7f92);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.mpt-ak-deger {
  font-weight: 600;
  word-break: break-word;
}

.mpt-ak-x {
  font-size: 17px;
  line-height: 1;
  color: var(--mpt-muted, #7a7f92);
  margin-left: 2px;
}

.mpt-ak-cip:hover .mpt-ak-x {
  color: var(--mpt-accent, #203f69);
}

.mpt-ak-temizle {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mpt-accent, #203f69);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------------ liste gorunumu */
.mpt-liste-satir {
  border: 1px solid var(--mpt-line, #e6e8ee);
  border-radius: 12px;
  margin-bottom: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mpt-liste-satir:hover {
  border-color: var(--mpt-accent, #203f69);
  box-shadow: 0 4px 18px rgba(23, 35, 58, .07);
}

.mpt-liste-satir > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  color: inherit;
}

.mpt-liste-gorsel {
  flex: 0 0 120px;
  margin: 0;
}

.mpt-liste-gorsel img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.mpt-liste-icerik {
  flex: 1 1 auto;
  min-width: 0;
}

.mpt-liste-kod {
  font-size: 16px;
  margin: 0 0 5px;
  color: var(--mpt-accent, #203f69);
}

.mpt-liste-ad {
  font-size: 14px;
  color: var(--mpt-muted, #7a7f92);
  line-height: 1.55;
}

.mpt-liste-ozet {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--mpt-ink, #17233a);
}

.mpt-liste-ozet span {
  color: var(--mpt-muted, #7a7f92);
  margin-right: 4px;
}

.mpt-liste-btn {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid var(--mpt-line, #e6e8ee);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mpt-accent, #203f69);
  white-space: nowrap;
}

.mpt-liste-satir:hover .mpt-liste-btn {
  border-color: var(--mpt-accent, #203f69);
  background: var(--mpt-accent, #203f69);
  color: #fff;
}

@media (max-width: 575px) {
  .mpt-sy { padding: 36px 14px 44px; }
  .mpt-sy-baslik { font-size: 21px; }
  .mpt-sy-gorsel { max-width: 160px; margin-bottom: 18px; }

  .mpt-liste-satir > a { flex-wrap: wrap; gap: 14px; padding: 14px; }
  .mpt-liste-gorsel { flex-basis: 88px; }
  .mpt-liste-gorsel img { width: 88px; height: 88px; }
  .mpt-liste-btn { width: 100%; text-align: center; }
}
