/* Pastell ana site header ile WordPress blog uyumu */
body.pastell-blog {
  font-family: Manrope, "Open Sans", sans-serif;
}

body.pastell-blog #fl-header {
  display: none !important;
}

body.pastell-blog header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
}

body.pastell-blog #fl-blog-container {
  padding-top: 132px;
}

@media (max-width: 1279.98px) {
  body.pastell-blog #fl-blog-container {
    padding-top: 72px;
  }
}

body.pastell-blog.green-bar-hidden #fl-blog-container {
  padding-top: 96px;
}

@media (max-width: 1279.98px) {
  body.pastell-blog.green-bar-hidden #fl-blog-container {
    padding-top: 72px;
  }
}

/* Blog içerik CTA */
.pastell-blog-cta {
  margin: 2rem 0;
  padding: 1.5rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f8faf9 0%, #ffffff 55%, #f0f9f6 100%);
}

.pastell-blog-cta--inline {
  margin: 2.25rem 0;
}

.pastell-blog-cta--footer {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

.pastell-blog-cta--shortcode {
  margin: 1.5rem 0;
  padding: 0;
  border: 0;
  background: none;
}

.pastell-blog-cta__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #024430;
}

.pastell-blog-cta__title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
  color: #024430;
}

.pastell-blog-cta__lead {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 500;
  color: #4b5563;
}

.pastell-blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pastell-blog-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pastell-blog-cta__btn--primary {
  background: #024430;
  color: #e0f1f4 !important;
}

.pastell-blog-cta__btn--primary:hover {
  background: #035a48;
  color: #fff !important;
}

.pastell-blog-cta__btn--secondary {
  background: #fff;
  color: #024430 !important;
  border: 1px solid #cbd5e1;
}

.pastell-blog-cta__btn--secondary:hover {
  border-color: #024430;
  color: #024430 !important;
}

.pastell-blog-cta__btn--whatsapp {
  background: #25d366;
  color: #fff !important;
}

.pastell-blog-cta__btn--whatsapp:hover {
  background: #1ebe57;
  color: #fff !important;
}

.pastell-blog-cta__btn--whatsapp-outline {
  border-color: #25d366;
  color: #128c7e !important;
}

.pastell-blog-cta__btn--whatsapp-outline:hover {
  background: #ecfdf3;
}

/* ── Blog tipografi (Tulip serif yerine Manrope) ── */
body.pastell-blog .fl-post-content,
body.pastell-blog .entry-content,
body.pastell-blog .fl-post-excerpt,
body.pastell-blog .fl-post-header h2 {
  font-family: Manrope, "Open Sans", system-ui, sans-serif;
}

body.pastell-blog .fl-post-content,
body.pastell-blog .entry-content {
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 500;
  color: #374151;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

body.pastell-blog .fl-post-content h2,
body.pastell-blog .entry-content h2 {
  margin: 2.25rem 0 1rem;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 800;
  color: #024430;
  letter-spacing: -0.02em;
}

body.pastell-blog .fl-post-content h3,
body.pastell-blog .entry-content h3 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #024430;
}

body.pastell-blog .fl-post-content p,
body.pastell-blog .entry-content p {
  margin: 0 0 1.15rem;
}

body.pastell-blog .fl-post-content ul,
body.pastell-blog .fl-post-content ol,
body.pastell-blog .entry-content ul,
body.pastell-blog .entry-content ol {
  margin: 0 0 1.25rem 1.25rem;
  padding: 0;
}

body.pastell-blog .fl-post-content li,
body.pastell-blog .entry-content li {
  margin-bottom: 0.5rem;
}

body.pastell-blog .fl-post-content strong,
body.pastell-blog .entry-content strong {
  font-weight: 800;
  color: #024430;
}

body.pastell-blog .fl-post-content a:not(.pastell-blog-cta__btn),
body.pastell-blog .entry-content a:not(.pastell-blog-cta__btn) {
  color: #024430;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Blog SSS akordeon ── */
body.pastell-blog .pastell-blog-faq {
  margin: 2.5rem auto;
  max-width: 46rem;
}

body.pastell-blog .pastell-blog-faq > h2 {
  text-align: center !important;
  margin-bottom: 1.25rem !important;
}

body.pastell-blog .pastell-blog-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.pastell-blog .pastell-blog-faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(2, 68, 48, 0.04);
}

body.pastell-blog .pastell-blog-faq__item[open] {
  border-color: #b8dfd4;
  box-shadow: 0 4px 16px rgba(2, 68, 48, 0.08);
}

body.pastell-blog .pastell-blog-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #024430;
  cursor: pointer;
  list-style: none;
}

body.pastell-blog .pastell-blog-faq__q::-webkit-details-marker {
  display: none;
}

body.pastell-blog .pastell-blog-faq__q::after {
  content: "+";
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: #e8f5f0;
  color: #024430;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.75rem;
  text-align: center;
}

body.pastell-blog .pastell-blog-faq__item[open] .pastell-blog-faq__q::after {
  content: "−";
}

body.pastell-blog .pastell-blog-faq__a {
  padding: 0 1.15rem 1.1rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
}

body.pastell-blog .pastell-blog-faq__a p {
  margin: 0;
}

/* ── Üst slider/banner kapalı — sadece kart listesi ── */
body.pastell-blog .fl-featured,
body.pastell-blog .fl-banners {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Menü kapalıyken overlay tıklamayı engellemesin */
body.pastell-blog:not(.pastell-menu-open) .overlay {
  display: none !important;
  pointer-events: none !important;
}

/* Kart linkleri — tıklanabilir ve üstte */
body.pastell-blog .fl-post a {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

/* Tulip fl-picture içindeki gereksiz başlık metnini gizle */
body.pastell-blog .fl-post .fl-picture > a {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

body.pastell-blog .fl-post .fl-picture img {
  display: block;
  text-indent: 0;
}

body.pastell-blog #fl-blogposts {
  position: relative;
  z-index: 1;
}

/* ── Blog liste — Tulip flex/grid çakışmasını düzelt ── */
body.pastell-blog #fl-content.fl-container {
  max-width: 1180px;
  padding: 2rem 1.25rem 3rem;
}

body.pastell-blog #fl-blogposts,
body.pastell-blog #fl-blogposts.fl-full-width {
  width: 100% !important;
}

body.pastell-blog .posts-loop {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  width: 100% !important;
  margin: 0;
  padding: 0;
  justify-content: stretch !important;
  align-content: start !important;
  flex-flow: unset !important;
}

@media (min-width: 720px) {
  body.pastell-blog .posts-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 2rem;
  }
}

body.pastell-blog .fl-post,
body.pastell-blog .fl-post.grid {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  margin: 0 0 0 !important;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(2, 68, 48, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.pastell-blog .fl-post.grid:hover {
  transform: translateY(-2px);
  border-color: #b8dfd4;
  box-shadow: 0 10px 24px rgba(2, 68, 48, 0.1);
}

body.pastell-blog .fl-post .fl-picture {
  display: block;
  overflow: hidden;
  margin-bottom: 0 !important;
  aspect-ratio: 16 / 10;
  background: #f3f4f6;
}

body.pastell-blog .fl-post .fl-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.pastell-blog .fl-post.grid:hover .fl-picture img {
  transform: scale(1.03);
}

body.pastell-blog .fl-post-header {
  padding: 1.35rem 1.35rem 0.65rem;
  max-width: none !important;
  margin: 0 !important;
}

body.pastell-blog .fl-post-header h2,
body.pastell-blog .fl-post-header h3.title {
  font-family: Manrope, "Open Sans", sans-serif !important;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 800;
  color: #024430 !important;
  margin: 0 0 0.75rem !important;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  body.pastell-blog .fl-post-header h2,
  body.pastell-blog .fl-post-header h3.title {
    font-size: 1.35rem;
    line-height: 1.4;
  }
}

body.pastell-blog .fl-post-header h2 a,
body.pastell-blog .fl-post-header h3.title a {
  color: inherit !important;
  text-decoration: none;
}

body.pastell-blog .fl-post-header h2 a:hover,
body.pastell-blog .fl-post-header h3.title a:hover {
  color: #469408 !important;
}

body.pastell-blog .fl-meta-wrap {
  margin-top: 0.25rem;
}

body.pastell-blog .fl-meta.category {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e86f3c !important;
  line-height: 1.5;
}

body.pastell-blog .fl-meta.category a {
  color: inherit !important;
  text-decoration: none;
}

body.pastell-blog .fl-meta.category a:hover {
  color: #c45a2c !important;
}

body.pastell-blog .fl-post-excerpt {
  padding: 0 1.35rem 0.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
  flex: 1;
}

body.pastell-blog .fl-post-excerpt p {
  margin: 0;
}

body.pastell-blog .fl-article-footer,
body.pastell-blog .fl-article-footer.fl-flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 1.35rem 1.35rem;
  margin-top: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  border-top: 1px solid #f1f5f9;
}

body.pastell-blog .fl-post.grid .fl-read-more,
body.pastell-blog .fl-read-more.button,
body.pastell-blog .fl-read-more a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: none !important;
  text-overflow: unset !important;
  overflow: visible !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 0.5rem !important;
  background: #024430 !important;
  color: #e0f1f4 !important;
  font-family: Manrope, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.pastell-blog .fl-read-more.button:hover,
body.pastell-blog .fl-read-more a:hover {
  background: #035a48 !important;
  color: #fff !important;
}

/* Liste sayfasında paylaşım satırını gizle — kartı sadeleştirir */
body.pastell-blog .posts-loop .fl-sharing {
  display: none !important;
}

/* CTA — tema stillerini ezmek için */
body.pastell-blog .pastell-blog-cta__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
}

body.pastell-blog a.pastell-blog-cta__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.75rem;
  padding: 0.85rem 1.25rem !important;
  border-radius: 0.5rem !important;
  font-family: Manrope, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.pastell-blog a.pastell-blog-cta__btn--primary {
  background: #024430 !important;
  color: #e0f1f4 !important;
  border: 0 !important;
}

body.pastell-blog a.pastell-blog-cta__btn--secondary {
  background: #fff !important;
  color: #024430 !important;
  border: 1px solid #cbd5e1 !important;
}

body.pastell-blog a.pastell-blog-cta__btn--whatsapp {
  background: #25d366 !important;
  color: #fff !important;
  border: 0 !important;
}

body.pastell-blog a.pastell-blog-cta__btn--whatsapp-outline {
  background: #fff !important;
  color: #128c7e !important;
  border: 1px solid #25d366 !important;
}
