.elementor-989440 .elementor-element.elementor-element-fd467c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-989440 .elementor-element.elementor-element-fd467c4{--width:80%;}}/* Start custom CSS for shortcode, class: .elementor-element-c6f5bec *//* Sitemap kapsayıcı */
.sitemap-html {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #1e293b; /* koyu gri */
}

/* Başlıklar */
.sitemap-html h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 20px 0 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 6px;
  color: #0f172a;
}
.sitemap-html h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 8px;
  color: #334155;
}

/* Liste yapısı */
.sitemap-html ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 sütun */
  gap: 12px 40px;
}
.sitemap-html li {
  position: relative;
  padding-left: 18px;
}

/* Küçük ok ikonları */
.sitemap-html li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #64748b;
}

/* Link stilleri */
.sitemap-html a {
  text-decoration: none;
  color: #0f172a;
  border-bottom: 1px dashed transparent;
  transition: all 0.2s ease;
}
.sitemap-html a:hover {
  color: #0ea5e9; /* mavi hover */
  border-bottom-color: #0ea5e9;
}

/* Alt listeler */
.sitemap-html li ul {
  margin-top: 6px;
  padding-left: 12px;
  border-left: 1px solid #e2e8f0;
  grid-column: 1 / -1; /* alt listeler tek sütunda */
}

/* Mobilde tek sütun */
@media (max-width: 768px) {
  .sitemap-html ul {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */