.ingatlan-container {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-family: 'Segoe UI', Roboto, sans-serif;
  max-width: 1080px;
  margin: 2rem auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ingatlan-container h3 {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 0.3rem;
}

.ingatlan-container h4 {
  font-size: 16px;
  color: #1e293b;
  margin-top: 1rem;
}

.ingatlan-container p {
  color: #475569;
  line-height: 1.6;
}

.ingatlan-container ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}

.ingatlan-container .arlista li {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px 10px;
  margin: 4px 0;
  font-size: 14px;
}

.faker-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.faker-grid > div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: all 0.2s ease;
}

.faker-grid > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faker-grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.faker-grid h5 {
  font-size: 15px;
  color: #0f172a;
  margin: 0 0 2px;
}

.faker-grid strong {
  color: #007bff;
  font-weight: 700;
}

.faker-grid div {
  font-size: 13px;
  color: #475569;
}
.hirek-blokk {
  margin-top: 40px;
  background: #f9fafb;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Segoe UI', Roboto, sans-serif;
}
.hirek-blokk h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #0f172a;
}
.hirek-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.hirek-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all .2s ease;
}
.hirek-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.hirek-card h4 {
  font-size: 16px;
  margin: 0 0 8px;
}
.hirek-card h4 a {
  color: #0f172a;
  text-decoration: none;
}
.hirek-card h4 a:hover {
  text-decoration: underline;
}
.hirek-card p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 10px;
}
.hirek-card .meta {
  font-size: 12px;
  color: #64748b;
}
