/* panel/style.css çıkarımı — ilan-taslak / RTE (+ vitrin tema: vitrin-taslak-light.css) */
.ilan-bbcode-preview-pane.ilan-rte-preview-root,
.ilan-taslak-body.rte {
  word-wrap: break-word;
}

.ilan-bbcode-preview-pane .ilan-rte-h2,
.ilan-taslak-body.rte .ilan-rte-h2 {
  margin: 0.4em 0 0.35em;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.ilan-bbcode-preview-pane .ilan-rte-h3,
.ilan-taslak-body.rte .ilan-rte-h3 {
  margin: 0.5em 0 0.3em;
  font-size: 1.12rem;
  font-weight: 700;
  color: #e2e8f0;
}

.ilan-bbcode-preview-pane .ilan-rte-align,
.ilan-taslak-body.rte .ilan-rte-align {
  margin: 0.5em 0;
}

.ilan-bbcode-preview-pane .ilan-rte-hr,
.ilan-taslak-body.rte .ilan-rte-hr {
  border: 0;
  border-top: 1px solid rgba(248, 250, 252, 0.15);
  margin: 1em 0;
}

.ilan-bbcode-preview-pane .ilan-rte-ul,
.ilan-taslak-body.rte .ilan-rte-ul {
  margin: 0.5em 0;
  padding-left: 1.35em;
}

.ilan-bbcode-preview-pane .ilan-rte-li,
.ilan-taslak-body.rte .ilan-rte-li {
  margin: 0.25em 0;
}

.ilan-bbcode-preview-pane .ilan-rte-pre,
.ilan-taslak-body.rte .ilan-rte-pre {
  margin: 0.75em 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
  font-size: 13px;
}

.ilan-bbcode-preview-pane .ilan-rte-pre code,
.ilan-taslak-body.rte .ilan-rte-pre code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.ilan-bbcode-preview-pane .ilan-rte-quote,
.ilan-taslak-body.rte .ilan-rte-quote {
  margin: 0.75em 0;
  padding: 12px 14px 12px 16px;
  border-left: 4px solid rgba(56, 189, 248, 0.55);
  background: rgba(15, 23, 42, 0.65);
  border-radius: 0 8px 8px 0;
}

.ilan-bbcode-preview-pane .ilan-rte-quote-author,
.ilan-taslak-body.rte .ilan-rte-quote-author {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: rgba(248, 250, 252, 0.55);
  margin-bottom: 8px;
}

.ilan-bbcode-preview-pane .ilan-rte-quote-body,
.ilan-taslak-body.rte .ilan-rte-quote-body {
  font-size: 14px;
}

.ilan-bbcode-preview-pane .ilan-rte-u,
.ilan-taslak-body.rte .ilan-rte-u {
  text-decoration: underline;
}

.ilan-bbcode-preview-pane .ilan-rte-a,
.ilan-taslak-body.rte .ilan-rte-a {
  color: #7dd3fc;
  text-decoration: underline;
}

.ilan-bbcode-preview-pane .ilan-rte-a:hover,
.ilan-taslak-body.rte .ilan-rte-a:hover {
  color: #bae6fd;
}
/* İlan taslak önizleme (ilan-taslak.php) */
.ilan-taslak-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.ilan-taslak-topbar {
  flex-wrap: wrap;
  gap: 12px;
}

.ilan-taslak-title {
  margin: 0;
}

.ilan-taslak-preview {
  padding: 0;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(248, 250, 252, 0.08);
}

.ilan-taslak-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

@media (max-width: 720px) {
  .ilan-taslak-hero {
    grid-template-columns: 1fr;
  }
}

.ilan-taslak-cover-wrap {
  background: #0f172a;
  min-height: 200px;
}

.ilan-taslak-cover-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
}

.ilan-taslak-hero-text {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.ilan-taslak-headline {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ilan-taslak-price {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #86efac;
}

.ilan-taslak-price--bos {
  color: rgba(248, 250, 252, 0.45);
  font-weight: 600;
  font-size: 1rem;
}

.ilan-taslak-price-cur {
  font-weight: 800;
  opacity: 0.9;
}

.ilan-taslak-extras {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(226, 232, 240, 0.88);
}

.ilan-taslak-extras-k {
  font-weight: 600;
  color: rgba(148, 163, 184, 0.95);
  margin-right: 6px;
}

.ilan-taslak-body {
  padding: 22px 24px 28px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(248, 250, 252, 0.92);
  border-top: 1px solid rgba(248, 250, 252, 0.08);
}

.ilan-taslak-body.rte a {
  color: #7dd3fc;
  text-decoration: underline;
}

.ilan-taslak-body.rte strong {
  font-weight: 700;
  color: #fff;
}

.ilan-taslak-empty {
  margin: 0;
}

.ilan-taslak-gallery {
  padding: 0 24px 24px;
  border-top: 1px solid rgba(248, 250, 252, 0.06);
}

.ilan-taslak-gallery-kicker {
  margin: 18px 0 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(248, 250, 252, 0.5);
}

.ilan-taslak-thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ilan-taslak-thumb {
  width: 120px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(248, 250, 252, 0.1);
  background: #0f172a;
}

.ilan-taslak-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* İlan taslak v2 (profesyonel sade önizleme) */
.ilan-taslak-v2 .ilan-taslak-topbar {
  justify-content: space-between;
}

.ilan-taslak-topbar-actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ilan-taslak-inline-form {
  margin: 0;
}

.ilan-taslak-v2 .btn.is-disabled {
  opacity: .55;
  cursor: not-allowed;
}

.ilan-taslak-v2 .ilan-taslak-showcase {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

/* Panel ilan önizleme — vitrin (#ilan-vitrin-root.vitrin-light) hariç koyu tema */
.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-showcase {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.95);
}

.ilan-taslak-v2 .ilan-taslak-vitrin-tabbed {
  min-width: 0;
}

.ilan-taslak-v2 .ilan-taslak-showcase-split {
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 981px) {
  .ilan-taslak-v2 .ilan-taslak-vitrin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.82fr) minmax(260px, 0.78fr);
    gap: 0 14px;
    align-items: start;
  }

  .ilan-taslak-v2 .ilan-taslak-col-main {
    min-width: 0;
    grid-column: 1;
    display: flex;
    flex-direction: column;
  }

  .ilan-taslak-v2 .ilan-taslak-col-specs {
    min-width: 0;
    grid-column: 2;
    align-self: start;
    display: block;
  }

  .ilan-taslak-v2 .ilan-taslak-col-sidebar {
    min-width: 0;
    grid-column: 3;
    position: sticky;
    top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .ilan-taslak-v2 .ilan-taslak-content--specs {
    padding: 10px 12px;
  }

  .ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-content--specs {
    border-left: 1px solid rgba(148, 163, 184, 0.16);
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabbed {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabs {
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding-top: 0;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabs .ilan-taslak-tab-nav {
    margin-bottom: 1rem;
    padding: 0 2px;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabs .ilan-taslak-tab-head {
    margin-bottom: -1px;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabs .ilan-taslak-tab-panel[data-ilan-tab-panel="detaylar"] {
    display: none !important;
  }

  .ilan-taslak-v2 .ilan-taslak-spec-list--mobile,
  .ilan-taslak-v2 .ilan-taslak-sidebar--mobile {
    display: none !important;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile {
    display: none !important;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head {
    display: block;
    flex: 0 1 min(340px, 44%);
    min-width: 0;
    margin: 0;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-head-summary__inner {
    align-items: flex-end;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-card__top {
    justify-content: flex-end;
    width: 100%;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-card__identity {
    align-items: flex-end;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-card__name-row {
    justify-content: flex-end;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-card__license {
    text-align: right;
    align-self: flex-end;
  }

  .ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-head-summary__address {
    text-align: right;
    justify-content: flex-end;
  }

  .ilan-taslak-v2 .ilan-taslak-col-specs .ilan-taslak-spec-line--pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .ilan-taslak-v2 .ilan-taslak-col-specs .ilan-taslak-spec-line--full .ilan-taslak-spec-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* Başlık + breadcrumb sol; galeri özeti sağ. */
.ilan-taslak-v2 .ilan-taslak-showcase-head {
  padding: 8px 20px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.ilan-taslak-v2 .ilan-taslak-showcase-head__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-taslak-showcase-head__title-col {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ilan-taslak-v2 .ilan-taslak-showcase-head .ilan-taslak-headline {
  margin: 0;
  min-width: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.38rem);
  font-weight: 800;
  line-height: 1.22;
}

.ilan-taslak-v2 .ilan-taslak-sidebar-block {
  width: 100%;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-gallery-head-summary--head .ilan-gallery-head-summary__inner {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ilan-taslak-v2 .ilan-gallery-head-summary {
  flex: 0 1 min(340px, 44%);
  min-width: 0;
  margin: 0;
}

.ilan-taslak-v2 .ilan-gallery-head-summary__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__top {
  justify-content: flex-end;
  width: 100%;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__identity {
  align-items: flex-end;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__name-row {
  justify-content: flex-end;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__name {
  text-align: right;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__license {
  align-self: flex-end;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__logo {
  width: 52px;
  height: 52px;
}

.ilan-taslak-v2 .ilan-gallery-head-summary__address {
  margin: 0;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

.ilan-taslak-v2 .ilan-gallery-head-summary--mobile {
  display: none;
}

@media (max-width: 980px) {
  .ilan-taslak-v2 .ilan-gallery-head-summary--head {
    display: none !important;
  }

  .ilan-taslak-v2 .ilan-taslak-col-specs,
  .ilan-taslak-v2 .ilan-taslak-col-sidebar,
  .ilan-taslak-v2 .ilan-gallery-head-summary--sidebar,
  .ilan-taslak-v2 .ilan-taslak-spec-list--desk,
  .ilan-taslak-v2 .ilan-taslak-sidebar--desk {
    display: none !important;
  }
}

@media (min-width: 981px) {
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile {
    display: none !important;
  }
}

.ilan-taslak-v2 .ilan-taslak-showcase-head .gb-breadcrumb {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
}

.gb-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  white-space: nowrap;
}

.gb-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.gb-breadcrumb__link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #94a3b8;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gb-breadcrumb__link:hover,
.gb-breadcrumb__link:focus-visible {
  color: #93c5fd;
  outline: none;
}

.gb-breadcrumb__plain {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #cbd5e1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(100%, 38vw);
}

.gb-breadcrumb__chevron {
  flex-shrink: 0;
  margin: 0 8px;
  width: 16px;
  height: 16px;
  color: #64748b;
}

.gb-breadcrumb__item--current {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #f1f5f9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(100%, 42vw);
}

.ilan-taslak-v2 .ilan-taslak-media-stage {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.ilan-taslak-v2 .ilan-taslak-cover-wrap {
  position: relative;
  min-height: 260px;
  max-height: 520px;
  overflow: hidden;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-cover-wrap {
  background: #0b1220;
}

.ilan-taslak-v2 .ilan-taslak-cover-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(260px, 58vw, 520px);
  max-height: 520px;
  object-fit: cover;
}

.ilan-taslak-v2 .ilan-taslak-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(15, 23, 42, 0.72);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ilan-taslak-v2 .ilan-taslak-nav-prev { left: 12px; }
.ilan-taslak-v2 .ilan-taslak-nav-next { right: 12px; }

.ilan-taslak-v2 .ilan-taslak-media-counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  color: #e2e8f0;
  background: rgba(2, 6, 23, 0.66);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  padding: 5px 10px;
}

/* Mobil: tek satır yatay kaydırma */
.ilan-taslak-v2 .ilan-taslak-thumb-row {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 10px 14px 10px;
  border-top: 1px solid rgba(248, 250, 252, 0.09);
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ilan-taslak-v2 .ilan-taslak-thumb-row::-webkit-scrollbar {
  display: none;
}

.ilan-taslak-v2 .ilan-taslak-thumb-btn {
  width: 108px;
  height: 76px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  padding: 0;
  background: #0f172a;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

/* Masaüstü: 2 satır + yatay kaydırma (scrollbar gizli) */
@media (min-width: 981px) {
  .ilan-taslak-v2 .ilan-taslak-thumb-row {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 76px);
    grid-auto-columns: 108px;
    align-content: start;
    gap: 10px;
    padding: 10px 14px 10px;
    scrollbar-width: none;
  }

  .ilan-taslak-v2 .ilan-taslak-thumb-row::-webkit-scrollbar {
    display: none;
  }

  .ilan-taslak-v2 .ilan-taslak-thumb-btn {
    flex: unset;
  }
}

.ilan-taslak-v2 .ilan-taslak-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilan-taslak-v2 .ilan-taslak-thumb-btn.is-active {
  border-color: rgba(250, 204, 21, 0.75);
  box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.24);
}

.ilan-taslak-v2 .ilan-taslak-content {
  padding: 18px 20px 24px;
  border-left: 0;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-content {
  background: rgba(15, 23, 42, 0.75);
}

.ilan-taslak-v2 .ilan-taslak-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
  margin: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.ilan-taslak-v2 .ilan-taslak-showcase-head .ilan-taslak-gallery-address {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #cbd5e1;
  line-height: 1.35;
}

/* Premium galeri vitrin kartı (ilan.php) */
.ilan-taslak-v2 .ilan-gallery-card.ilan-taslak-contact-card {
  margin-top: 1px;
  margin-bottom: 0;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 28px rgba(15, 23, 42, 0.07);
  color: #0f172a;
  font-family: inherit;
}

.ilan-taslak-v2 .ilan-gallery-card--actions-only {
  padding: 14px 16px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-title--desktop {
  display: none;
  align-items: center;
  margin: 0 0 12px;
  padding: 0 2px 0;
  border-bottom: none;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-align: left;
}

.ilan-taslak-v2 .ilan-taslak-sidebar--desk .ilan-gallery-card__contact-title--desktop {
  display: flex;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-title--desktop span {
  min-width: 0;
}

@media (min-width: 981px) {
  .ilan-taslak-v2 .ilan-taslak-sidebar--desk .ilan-gallery-card__contact-title--desktop {
    margin: 0 0 14px;
    padding: 0 2px 0;
  }
}

.ilan-taslak-v2 .ilan-gallery-card--actions-only .ilan-gallery-card__actions {
  margin-top: 0;
}

.ilan-taslak-v2 .ilan-gallery-card__contacts-wrap {
  margin-top: 14px;
  padding-top: 0;
  border-top: none;
}

.ilan-taslak-v2 .ilan-gallery-card__contacts-label {
  display: none;
}

.ilan-taslak-v2 .ilan-gallery-card__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ilan-taslak-v2 .ilan-gallery-card__contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-main {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-role {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 1px 6px;
  border-radius: 4px;
  background: #f1f5f9;
  font-size: 10px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #475569;
  line-height: 1.3;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
  word-break: break-word;
  text-align: left;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-phone {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  width: auto;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: none;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-phone i {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: #64748b;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-phone > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  color: inherit;
}

.ilan-taslak-v2 a.ilan-gallery-card__contact-phone:hover,
.ilan-taslak-v2 a.ilan-gallery-card__contact-phone:active {
  color: #334155;
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: none;
  text-decoration: none;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-phone--static {
  cursor: default;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-wa {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 40px;
  min-width: 40px;
  min-height: 38px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #d1fae5;
  background: #ecfdf5;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #047857;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: none;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-wa i {
  font-size: 1.125rem;
  color: inherit;
}

.ilan-taslak-v2 .ilan-gallery-card__contact-wa > span {
  display: none;
}

.ilan-taslak-v2 a.ilan-gallery-card__contact-wa:hover,
.ilan-taslak-v2 a.ilan-gallery-card__contact-wa:active {
  background: #ecfdf5;
  border-color: #d1fae5;
  box-shadow: none;
  text-decoration: none;
  color: #047857;
}

.ilan-taslak-v2 .ilan-taslak-contact-price {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  font-weight: 900;
  color: #86efac;
  line-height: 1.15;
}

.ilan-taslak-v2 .ilan-gallery-card__top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-gallery-card__logo {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.08);
}

.ilan-taslak-v2 .ilan-gallery-card__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ilan-taslak-v2 .ilan-gallery-card__identity {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ilan-taslak-v2 .ilan-gallery-card__name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-gallery-card__name {
  margin: 0;
  font-size: clamp(1.125rem, 2.2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-decoration: none;
}

.ilan-taslak-v2 a.ilan-gallery-card__name:hover {
  color: #1d4ed8;
}

.ilan-taslak-v2 .ilan-gallery-card__verified {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: #2563eb;
  cursor: help;
}

.ilan-taslak-v2 .ilan-gallery-card__verified:focus {
  outline: none;
}

.ilan-taslak-v2 .ilan-gallery-card__verified:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
  border-radius: 999px;
}

.ilan-taslak-v2 .ilan-gallery-card__verified-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.ilan-taslak-v2 .ilan-gallery-card__verified-tip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.ilan-taslak-v2 .ilan-gallery-card__verified-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0f172a;
}

.ilan-taslak-v2 .ilan-gallery-card__verified:hover .ilan-gallery-card__verified-tip,
.ilan-taslak-v2 .ilan-gallery-card__verified:focus-visible .ilan-gallery-card__verified-tip {
  opacity: 1;
  visibility: visible;
}

.ilan-taslak-v2 .ilan-gallery-card__license {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin-top: 0;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.ilan-taslak-v2 .ilan-gallery-card__license-head {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #475569;
  line-height: 1.3;
}

.ilan-taslak-v2 .ilan-gallery-card__license-head i {
  color: #64748b;
  font-size: 12px;
}

.ilan-taslak-v2 .ilan-gallery-card__license-no {
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0.02em;
  line-height: 1.35;
  word-break: break-all;
}

.ilan-taslak-v2 .ilan-gallery-card__address {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.65;
  text-align: center;
}

.ilan-taslak-v2 .ilan-gallery-card__address > i {
  flex-shrink: 0;
  margin-top: 3px;
  color: #94a3b8;
  font-size: 13px;
}

.ilan-taslak-v2 .ilan-gallery-card__address > span {
  min-width: 0;
  word-break: break-word;
}

.ilan-taslak-v2 .ilan-gallery-head-summary .ilan-gallery-card__address {
  margin: 0;
}

.ilan-taslak-v2 .ilan-gallery-card__actions {
  margin-top: 18px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ilan-taslak-v2 .ilan-gallery-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  min-width: 0;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.ilan-taslak-v2 .ilan-gallery-card__btn > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ilan-taslak-v2 .ilan-gallery-card__btn--phone {
  flex: 1 1 auto;
  min-width: 0;
  color: #334155;
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: none;
}

.ilan-taslak-v2 .ilan-gallery-card__btn--phone:hover:not(.is-disabled),
.ilan-taslak-v2 .ilan-gallery-card__btn--phone:active:not(.is-disabled) {
  transform: none;
  border-color: #e2e8f0;
  background: #ffffff;
  box-shadow: none;
  color: #334155;
}

.ilan-taslak-v2 .ilan-gallery-card__btn--wa {
  flex: 0 0 auto;
  width: 40px;
  min-width: 40px;
  padding: 0;
  gap: 0;
  color: #047857;
  background: #ecfdf5;
  border-color: #d1fae5;
}

.ilan-taslak-v2 .ilan-gallery-card__btn--wa i {
  font-size: 1.125rem;
}

.ilan-taslak-v2 .ilan-gallery-card__btn--wa:hover:not(.is-disabled),
.ilan-taslak-v2 .ilan-gallery-card__btn--wa:active:not(.is-disabled) {
  transform: none;
  background: #ecfdf5;
  border-color: #d1fae5;
  box-shadow: none;
  color: #047857;
}

.ilan-taslak-v2 .ilan-gallery-card__btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ilan-taslak-v2 .ilan-taslak-description {
  width: 100%;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-taslak-tab-nav {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  max-width: 100%;
  overflow: hidden;
}

.ilan-taslak-v2 .ilan-taslak-tab-head {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -1px;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.ilan-taslak-v2 .ilan-taslak-tab-item {
  margin-inline-end: 0.5rem;
}

.ilan-taslak-v2 .ilan-taslak-tab-item:last-child {
  margin-inline-end: 0;
}

.ilan-taslak-v2 .ilan-taslak-tab-btn {
  display: inline-block;
  margin: 0;
  padding: 1rem;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0.5rem 0.5rem 0 0;
  background: transparent;
  color: #9ca3af;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.ilan-taslak-v2 .ilan-taslak-tab-btn:hover {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

.ilan-taslak-v2 .ilan-taslak-tab-btn.is-active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

.ilan-taslak-v2 .ilan-taslak-tab-btn:focus {
  outline: none;
}

.ilan-taslak-v2 .ilan-taslak-tab-btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.ilan-taslak-v2 .ilan-taslak-tab-content {
  width: 100%;
  min-width: 0;
}

@media (min-width: 981px) {
  .ilan-taslak-v2 .ilan-taslak-tab-btn[data-ilan-tab-btn="detaylar"] {
    display: none;
  }
}

.ilan-taslak-v2 .ilan-taslak-tab-panel {
  display: block;
}

.ilan-taslak-v2 .ilan-taslak-tab-panel[hidden] {
  display: none !important;
}

.ilan-taslak-v2 .ilan-taslak-description .ilan-taslak-body {
  border-top: 0;
  padding: 10px 20px 22px;
}

.ilan-taslak-v2 .ilan-taslak-donanim {
  padding: 14px 20px 22px;
}

.ilan-taslak-v2 .ilan-taslak-ekspertiz {
  padding: 14px 20px 22px;
}

.ilan-taslak-v2 .ilan-taslak-konum {
  padding: 14px 20px 22px;
}

.ilan-taslak-v2 .ilan-taslak-konum-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 16px;
  align-items: stretch;
}

.ilan-taslak-v2 .ilan-taslak-konum-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-konum-info {
  background: rgba(15, 23, 42, 0.55);
}

.ilan-taslak-v2 .ilan-taslak-konum-name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-konum-name {
  color: #ffffff;
}

.ilan-taslak-v2 .ilan-taslak-konum-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-konum-address {
  color: #cbd5e1;
}

.ilan-taslak-v2 .ilan-taslak-konum-address i {
  margin-top: 2px;
  color: #38bdf8;
}

.ilan-taslak-v2 .ilan-taslak-konum-map {
  position: relative;
  width: 100%;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-konum-map {
  background: rgba(15, 23, 42, 0.55);
}

.ilan-taslak-v2 .ilan-taslak-konum-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

.ilan-taslak-v2 .ilan-taslak-konum-open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  color: #38bdf8;
  text-decoration: none;
}

.ilan-taslak-v2 .ilan-taslak-konum-open:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .ilan-taslak-v2 .ilan-taslak-konum-grid {
    grid-template-columns: 1fr;
  }

  .ilan-taslak-v2 .ilan-taslak-konum-map,
  .ilan-taslak-v2 .ilan-taslak-konum-map iframe {
    min-height: 220px;
  }
}

.ilan-taslak-v2 .ilan-taslak-ekspertiz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.ilan-taslak-v2 .ilan-taslak-ekspertiz-col {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  padding: 12px;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-ekspertiz-col {
  background: rgba(15, 23, 42, 0.55);
}

.ilan-taslak-v2 .ilan-taslak-ekspertiz-col h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-ekspertiz-col h4 {
  color: #ffffff;
}

.ilan-taslak-v2 .ilan-taslak-ekspertiz-col ul {
  margin: 0;
  padding-left: 18px;
}

.ilan-taslak-v2 .ilan-taslak-ekspertiz-col li {
  margin: 0 0 6px;
  font-size: 13px;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-ekspertiz-col li {
  color: #e2e8f0;
}

.ilan-taslak-v2 .ilan-taslak-donanim h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-donanim h3 {
  color: #ffffff;
}

.ilan-taslak-v2 .ilan-taslak-donanim-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ilan-taslak-v2 .ilan-taslak-donanim-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  font-size: 12px;
  font-weight: 700;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-donanim-chip {
  background: rgba(30, 41, 59, 0.7);
  color: #e2e8f0;
}

.ilan-taslak-v2 .ilan-taslak-spec-list {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ilan-taslak-v2 .ilan-taslak-spec-line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.22);
  align-items: start;
}

.ilan-taslak-v2 .ilan-taslak-spec-line:last-child {
  border-bottom: 0;
}

.ilan-taslak-v2 .ilan-taslak-spec-line--full {
  grid-template-columns: 1fr;
}

.ilan-taslak-v2 .ilan-taslak-spec-line--full .ilan-taslak-spec-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ilan-taslak-v2 .ilan-taslak-spec-line--pair .ilan-taslak-spec-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-taslak-spec-line--pair .ilan-taslak-spec-row:first-child {
  padding-right: 8px;
  border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.ilan-taslak-v2 .ilan-taslak-spec-line--pair .ilan-taslak-spec-row:last-child {
  padding-left: 8px;
  justify-content: space-between;
  gap: 8px;
}

.ilan-taslak-v2 .ilan-taslak-spec-line--pair .ilan-taslak-spec-row:last-child .ilan-taslak-spec-val {
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
}

.ilan-taslak-v2 .ilan-taslak-spec-line--pair .ilan-taslak-spec-val {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ilan-taslak-v2 .ilan-taslak-spec-report {
  margin: -2px 0 4px;
  padding: 2px 8px 12px;
  text-align: center;
}

.ilan-taslak-v2 .ilan-taslak-spec-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #ef4444;
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.ilan-taslak-v2 .ilan-taslak-spec-report-link:hover {
  opacity: 1;
  color: #dc2626;
  text-decoration: none;
}

.ilan-taslak-v2 .ilan-taslak-spec-report-link:focus-visible {
  outline: 2px solid rgba(239, 68, 68, 0.45);
  outline-offset: 2px;
  border-radius: 4px;
}

.ilan-taslak-v2 .ilan-taslak-spec-report-link i {
  font-size: 0.72rem;
}

.ilan-taslak-v2 .ilan-taslak-spec-row {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 6px 8px;
  min-width: 0;
}

.ilan-taslak-v2 .ilan-taslak-spec-key {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-spec-key {
  color: #cbd5e1;
}

.ilan-taslak-v2 .ilan-taslak-spec-ico {
  flex: 0 0 auto;
  width: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  opacity: 0.9;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-spec-ico {
  color: #7dd3fc;
}

.ilan-taslak-v2 .ilan-taslak-spec-val {
  text-align: right;
  word-break: break-word;
  min-width: 0;
}

.ilan-taslak-v2:not(.vitrin-light) .ilan-taslak-spec-val {
  color: #ffffff;
}

.ilan-taslak-v2 .ilan-taslak-spec-val--fiyat {
  font-weight: 800;
}

@media (max-width: 520px) {
  .ilan-taslak-v2 .ilan-taslak-spec-line {
    grid-template-columns: 1fr;
  }
}

.ilan-taslak-v2 .ilan-taslak-muayene-help-wrap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
}

.ilan-taslak-v2 .ilan-taslak-help-btn {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.ilan-taslak-v2 .ilan-taslak-help-pop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(320px, 72vw);
  background: rgba(2, 6, 23, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 10px;
  padding: 10px 12px;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  z-index: 5;
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.45);
}

.ilan-taslak-v2 .ilan-preview-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.ilan-taslak-v2 .badge-soft {
  background: rgba(250, 204, 21, 0.14);
  color: #fde68a;
  border: 1px solid rgba(250, 204, 21, 0.22);
}

.ilan-taslak-v2 .ilan-preview-specs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 6px;
}

.ilan-taslak-v2 .ilan-preview-specs div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 11px;
}

.ilan-taslak-v2 .ilan-preview-specs small {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 5px;
  font-size: 12px;
}

.ilan-taslak-v2 .ilan-preview-specs strong {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 980px) {
  .ilan-taslak-v2 .ilan-taslak-showcase {
    gap: 12px;
  }
  .ilan-taslak-v2 .ilan-taslak-vitrin-tabbed {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .ilan-taslak-v2 .ilan-taslak-col-main {
    display: block;
    min-width: 0;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabs {
    width: 100%;
    min-width: 0;
  }

  .ilan-taslak-v2 .ilan-taslak-vitrin-tabs .ilan-taslak-tab-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .ilan-taslak-v2 .ilan-taslak-col-main .ilan-taslak-showcase-split {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .ilan-taslak-v2 .ilan-taslak-showcase-head {
    padding: 8px 10px 10px;
  }
  .ilan-taslak-v2 .ilan-taslak-showcase-head__main {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .ilan-taslak-v2 .ilan-taslak-showcase-head__title-col {
    gap: 6px;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--desktop {
    display: none !important;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile {
    display: block;
    flex: none;
    max-width: none;
    width: 100%;
    margin: 14px auto 0;
    align-self: center;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-head-summary__inner {
    align-items: center;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-card__top {
    justify-content: center;
    width: 100%;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-card__identity {
    align-items: center;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-card__name-row {
    justify-content: center;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-card__license {
    align-self: center;
  }
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-card__name,
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-head-summary__address,
  .ilan-taslak-v2 .ilan-gallery-head-summary--mobile .ilan-gallery-card__address {
    text-align: center;
    justify-content: center;
  }
  .ilan-taslak-v2 .ilan-taslak-showcase-head .gb-breadcrumb {
    display: none;
  }
  .gb-breadcrumb__link,
  .gb-breadcrumb__plain,
  .gb-breadcrumb__item--current {
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
  }
  .ilan-taslak-v2 .ilan-gallery-card__actions {
    gap: 8px;
  }

  .ilan-taslak-v2 .ilan-gallery-card__btn {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
    gap: 6px;
  }

  .ilan-taslak-v2 .ilan-gallery-card__btn--wa,
  .ilan-taslak-v2 .ilan-gallery-card__contact-wa {
    width: 40px;
    min-width: 40px;
    padding: 0;
    gap: 0;
  }

  .ilan-taslak-v2 .ilan-taslak-thumb-row {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 8px 8px;
    scrollbar-width: none;
  }

  .ilan-taslak-v2 .ilan-taslak-thumb-row::-webkit-scrollbar {
    display: none;
  }
  .ilan-taslak-v2 .ilan-taslak-content {
    padding: 14px 10px 18px;
  }

  .ilan-taslak-v2 .ilan-taslak-spec-key {
    text-align: left;
    justify-self: start;
    justify-content: flex-start;
  }

  .ilan-taslak-v2 .ilan-taslak-spec-val {
    text-align: right;
  }

  .ilan-taslak-v2 .ilan-taslak-tab-nav {
    margin-bottom: 0.75rem;
  }

  .ilan-taslak-v2 .ilan-taslak-tab-head {
    flex-wrap: nowrap;
  }

  .ilan-taslak-v2 .ilan-taslak-tab-btn {
    padding: 0.75rem 0.625rem;
    font-size: 0.8125rem;
  }

  .ilan-taslak-v2 .ilan-taslak-description .ilan-taslak-body {
    padding: 10px 10px 18px;
  }
  .ilan-taslak-v2 .ilan-taslak-donanim {
    padding: 12px 10px 18px;
  }
  .ilan-taslak-v2 .ilan-taslak-ekspertiz {
    padding: 12px 10px 18px;
  }
  .ilan-taslak-v2 .ilan-gallery-card.ilan-taslak-contact-card {
    padding: 16px;
    border-radius: 20px;
  }

  .ilan-taslak-v2 .ilan-gallery-card__btn > span {
    white-space: nowrap;
    font-size: 11px;
  }
  .ilan-taslak-v2 .ilan-preview-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* İlan sayfası — resmi bilgilendirme (footer) */
.ilan-vitrin-notice {
  margin: 24px 0 8px;
  width: 100%;
  min-width: 0;
}

.ilan-vitrin-notice__inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ilan-vitrin-notice__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 15px;
}

.ilan-vitrin-notice__body {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.7;
}

.ilan-vitrin-notice__body p {
  margin: 0 0 10px;
}

.ilan-vitrin-notice__body p:last-child {
  margin-bottom: 0;
}

.ilan-vitrin-notice__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #334155;
}

.ilan-vitrin-notice__body a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ilan-vitrin-notice__body a:hover {
  color: #1d4ed8;
}

@media (max-width: 380px) {
  .ilan-taslak-v2 .ilan-taslak-tab-btn {
    padding: 0.625rem 0.375rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 640px) {
  .ilan-vitrin-notice {
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .ilan-vitrin-notice__inner {
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }

  .ilan-vitrin-notice__body {
    font-size: 12px;
    line-height: 1.65;
  }
}

.ilan-kapora-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 11px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.14), rgba(34, 197, 94, 0.08));
  border: 1px solid rgba(250, 204, 21, 0.35);
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}
.ilan-kapora-banner i {
  color: #b45309;
  flex-shrink: 0;
}

.ilan-vitrin-shell .gb-site-footer {
  margin-top: 24px;
}


/* EİDS rozeti — ilan sayfası altı (Ticaret Bakanlığı doğrulaması) */
.ilan-vitrin-eids {
  margin: 24px 0 0;
  width: 100%;
  min-width: 0;
}

.ilan-vitrin-eids__inner {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.ilan-vitrin-eids__head {
  margin: 0;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.ilan-vitrin-eids__body {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
}

.ilan-vitrin-eids__logo {
  flex: 0 0 auto;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.ilan-vitrin-eids__text {
  min-width: 0;
}

.ilan-vitrin-eids__lead {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
}

.ilan-vitrin-eids__note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #475569;
}

.ilan-vitrin-eids__note a {
  color: #0f766e;
  font-weight: 600;
}

@media (max-width: 640px) {
  .ilan-vitrin-eids__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ilan-vitrin-eids__logo {
    width: 78px;
  }
}
