@charset "UTF-8";
/* ================================================= */
/* כותרות באזור header (רקע כהה) */
/* ================================================= */
.page-header .entry-title,
.page-title {
  color: #ffffff !important;
}

.breadcrumb-trail,
.breadcrumb-trail a {
  color: #e0e0e0 !important;
}

/* ================================================= */
/* עמודי כתבה (single post) */
/* ================================================= */
.single-post .entry-title,
.single-post .entry-title a {
  color: #222222 !important;
}

.single-post .breadcrumb-trail,
.single-post .breadcrumb-trail a,
.single-post .cat-links,
.single-post .cat-links a,
.single-post .post-categories,
.single-post .post-categories a {
  color: #444444 !important;
}

.single-post .entry-meta,
.single-post .entry-meta a {
  color: #666666 !important;
}

/* ================================================= */
/* דפי קטגוריה */
/* ================================================= */
.archive.category .entry-title,
.archive.category .entry-title a {
  color: #222222 !important;
}

.archive.category .cat-links,
.archive.category .cat-links a,
.archive.category .post-categories,
.archive.category .post-categories a {
  color: #444444 !important;
}

/* ================================================= */
/* דפי קטגוריה - מראה מגזיני */
/* ================================================= */
.archive.category article,
.archive.category .post-item,
.archive.category .blog-post-single-outer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.archive.category .post-thumbnail img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/* ================================================= */
/* תיקון כללי - שלא יהיו טקסטים לבנים על רקע לבן */
/* ================================================= */
body,
.site,
.content-area {
  color: #222222;
}