/*
 * Değerlenir — ilanlar page styles
 * Loaded only by ilanlar.html. Shared header rules live in degerle-header.css.
 */

.degerle-listing-page {
  background: #f7f8fb;
  color: #061541;
}

.degerle-listing-section {
  padding-top: 28px;
}

.degerle-listing-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding: 34px 38px;
  border-radius: 18px;
  background: linear-gradient(105deg, #061541 0%, #09255b 58%, #ff7a1a 145%);
  color: #ffffff;
}

.degerle-listing-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #ffb077;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.degerle-listing-hero h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
}

.degerle-listing-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}

.degerle-listing-hero .tf-btn {
  flex-shrink: 0;
  background: #ffffff;
  color: #061541;
  border-color: #ffffff;
}

.degerle-listing-title {
  margin-bottom: 26px;
}

.degerle-listing-sidebar .widget-box,
.degerle-listing-sidebar .widget-filter-search {
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 21, 65, 0.07);
}

.degerle-listing-category-box {
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
}

.degerle-listing-category-box .card-body {
  padding: 16px 18px;
}

.degerle-listing-category-box .list-group-item {
  border-color: rgba(6, 21, 65, 0.07);
  background: transparent;
}

.degerle-listing-category-box .list-group-item:first-child {
  border-top: 0;
}

.degerle-listing-category-box .list-group-item:last-child {
  border-bottom: 0;
}

.degerle-listing-category-box a {
  color: #061541;
}

.degerle-listing-category-box a:hover {
  color: #ff7a1a;
}

.degerle-listing-filter-form {
  padding: 18px;
}

.degerle-listing-filter-form #filtrele {
  margin: 0;
}

.degerle-listing-filter-form .filtrem {
  padding: 0;
  border: 1px solid rgba(6, 21, 65, 0.08);
  border-radius: 13px;
  background: #fbfcfe;
  overflow: hidden;
}

.degerle-listing-filter-form .filtrem:not(:last-child) {
  margin-bottom: 10px;
}

.degerle-listing-filter-form .filtrealan {
  min-height: 50px;
  padding: 13px 15px;
  border: 0;
  background: #ffffff;
  color: #061541;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.degerle-listing-filter-form .toggle-icon::before {
  content: "⌄";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f1f4f8;
  color: #061541;
  font-style: normal;
  transition: transform 180ms ease;
}

.degerle-listing-filter-form .filtrealan[aria-expanded="true"] .toggle-icon::before {
  transform: rotate(180deg);
}

.degerle-listing-filter-form .filtrediv {
  padding: 0 13px 13px;
}

.degerle-listing-filter-form .form-group {
  margin: 0;
}

.degerle-listing-filter-form label {
  display: block;
  margin: 0 0 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.degerle-listing-filter-form .form-control,
.degerle-listing-filter-form select {
  width: 100%;
  min-height: 45px;
  padding: 10px 13px;
  border: 1px solid rgba(6, 21, 65, 0.1);
  border-radius: 11px;
  background-color: #ffffff;
  color: #061541;
  font-size: 14px;
  font-weight: 700;
}

.degerle-listing-filter-form .row {
  margin-left: -6px;
  margin-right: -6px;
}

.degerle-listing-filter-form .row > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.degerle-listing-filter-form .degerle-filter-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

.degerle-listing-filter-form .btn-filter-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 13px;
  background: #061541;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}

.degerle-listing-filter-form .btn-filter-submit:hover {
  background: #ff7a1a;
}

.homelengo-box {
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(6, 21, 65, 0.07);
}

.homelengo-box .archive-top .images-style {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.homelengo-box.list-style-1 {
  margin-bottom: 22px;
  background: #ffffff;
}

.homelengo-box.list-style-1 .archive-top .images-style {
  border-radius: 14px;
}

.degerle-listing-desc {
  margin: 12px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.archive-bottom .desc {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 8px 0 12px;
  color: #667085;
}

.flag-tag.primary {
  background: #ff7a1a;
}

.flag-tag.style-1 {
  background: #061541;
}

@media (max-width: 991px) {
  .degerle-listing-page {
  padding-top: 82px;
  }

  .degerle-listing-hero {
  align-items: flex-start;
  flex-direction: column;
  }

  .degerle-listing-hero h1 {
  font-size: 34px;
  }
}

@media (max-width: 575px) {
  .degerle-listing-hero {
  padding: 26px 22px;
  border-radius: 14px;
  }

  .degerle-listing-hero h1 {
  font-size: 29px;
  }

  .box-title-listing {
  gap: 18px;
  }
}

/* Page utility classes */
.degerle-card-body-lg {
  font-size: 17px;
}