<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.gunluk-ilanlar-filtresi {
    display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
    background-color: #f4f7fa; padding: 16px 20px; border: 1px solid #dce3ec;
    border-radius: 12px; margin-bottom: 24px; font-family: "Segoe UI", sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.gunluk-ilanlar-filtresi form {
    display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
    width: 100%;
}

.gunluk-ilanlar-filtresi select,
.gunluk-ilanlar-filtresi button,
.gunluk-ilanlar-filtresi a {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    flex: 1 1 auto;
    min-width: 90px;
}

.gunluk-ilanlar-filtresi button {
    background-color: #c62828;
    color: white;
    font-weight: 500;
    border: none;
}
.gunluk-ilanlar-filtresi button:hover {
    background-color: #a91f1f;
}

.gunluk-ilanlar-filtresi a.onceki-gun,
.gunluk-ilanlar-filtresi a.sonraki-gun {
    background: #eaeaea;
    color: #1e1e1e;
    font-weight: 500;
    border: 1px solid #ccc;
}

.bugun-gun {
    background: #e53935 !important;
    color: white !important;
    border: none !important;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.bugun-gun:hover {
    background: #c62828 !important;
    color: #fff !important;
}

.ilan-listesi {
    display: grid;
    gap: 16px;
}

.ilan-karti {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #c62828;
    padding: 14px 20px;
    border-radius: 10px;
    transition: box-shadow 0.2s ease;
}

.ilan-karti:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}

.ilan-logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 6px;
}

.ilan-karti a {
    font-size: 16px;
    font-weight: bold;
    color: #c62828;
    text-decoration: none;
}

.ilan-karti a:hover {
    color: #8b0000;
}

.ilan-karti .ilan-tarih {
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
}

@media (max-width: 600px) {
  .gunluk-ilanlar-filtresi {
    flex-direction: column;
    align-items: stretch;
  }

  .gunluk-ilanlar-filtresi form {
    flex-direction: column;
    align-items: stretch;
  }

  .gunluk-ilanlar-filtresi select,
  .gunluk-ilanlar-filtresi button,
  .gunluk-ilanlar-filtresi a {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    padding: 12px;
  }

  .ilan-karti {
    flex-direction: row !important; /* LOGO yanda kalsÄ±n */
    align-items: center !important;
    padding: 14px 12px;
  }

  .ilan-logo img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .ilan-karti a {
    font-size: 15px;
  }
}
/* MasaĆ¼stĆ¼ gĆ¶rĆ¼nĆ¼m iĆ§in varsayÄ±lan baÅlÄ±k stilleri */
.gunluk-ozet h2,
.gunluk-baslik {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-family: "Segoe UI", sans-serif;
}

/* Mobil gĆ¶rĆ¼nĆ¼mde de kalÄ±n ve bĆ¼yĆ¼k gĆ¶rĆ¼nmesi iĆ§in */
@media (max-width: 600px) {
  .gunluk-ozet h2,
  .gunluk-baslik {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 10px;
    text-align: left;
  }
}
.gunun-paylas-kutusu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gunun-paylas-kutusu .etiket {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
  color: #222;
}
.gunun-paylas-kutusu .ikonlar {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.gunun-paylas-kutusu .ikonlar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s ease;
}
.paylas-facebook { background-color: #3b5998; }
.paylas-twitter { background-color: #000; }
.paylas-whatsapp { background-color: #25d366; }

.gunun-paylas-kutusu .ikonlar a:hover {
  opacity: 0.85;
}

</pre></body></html>