/* ==== Prophetic News — layout preserved from your working version ==== */
.cr-feed { gap:1rem; }
.cr-card {
  /* force the card background */
  background-color:#E3D4AD !important;
  background-image:none !important;
  border:1px solid #cbbda3;
  padding:1rem;
  box-shadow:0 2px 6px rgba(0,0,0,.06);
  border-radius:10px;
  position:relative;
  isolation:isolate; /* keep overlays behind */
}
/* kill any theme overlays on the card */
.cr-card::before,
.cr-card::after{
  content:none !important;
  background:none !important;
  box-shadow:none !important;
}

/* if theme adds inner wrappers, make them transparent */
.cr-card > * { background:transparent !important; }
.cr-card .elementor, 
.cr-card .elementor-widget-container,
.cr-card .elementor-container,
.cr-card .elementor-column,
.cr-card .elementor-post__card,
.cr-card .elementor-widget,
.cr-card .e-con,
.cr-card .entry-content {
  background:transparent !important;
  background-image:none !important;
}

/* title/excerpt/buttons (unchanged) */
.cr-card__title {
  display:block; text-decoration:none; color:#1a1a1a;
  font-weight:600; margin-bottom:.25rem; line-height:1.25;
}
.cr-card__meta { font-size:.85rem; opacity:.75; margin-bottom:.5rem; }
.cr-card__excerpt { color:#1a1a1a; }
.cr-card__cta { margin-top:.75rem; }
.cr-btn {
  display:inline-block; padding:.65rem 1rem;
  border:1px solid #1a1a1a; text-decoration:none;
  background:transparent; color:#1a1a1a; border-radius:8px;
}
.cr-feed__cta { text-align:center; margin-top:.75rem; }

/* Desktop: 3-col grid */
@media (min-width:900px){
  .cr-feed--home{ display:grid; grid-template-columns:repeat(3,1fr);
    max-width:1100px; margin:0 auto; padding:1.25rem; }
}

/* Mobile/tablet: horizontal snap row */
@media (max-width:899.98px){
  .cr-feed--home{
    display:flex; overflow-x:auto; -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory; gap:0.85rem; padding:0 1rem 0.5rem 1rem;
  }
  .cr-feed--home .cr-card{
    flex:0 0 85%; max-width:85%; scroll-snap-align:start; white-space:normal;
  }
  .cr-feed__cta{ width:100%; padding:0.5rem 1rem 1rem; }
  .cr-feed__cta .cr-btn{ display:block; width:100%; text-align:center; border-radius:10px; }
}

/* Very small phones */
@media (max-width:380px){
  .cr-card__title{ font-size:1rem; }
  .cr-card__excerpt{ font-size:.95rem; }
}

/* Single & archive readability panes */
.single-prophetic_headline .entry-content,
.post-type-archive-prophetic_headline .site-main {
  background:#E3D4AD !important;
  background-image:none !important;
  padding:24px 18px; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.ph-source-line{ margin-top:16px; font-size:.95rem; opacity:.9; }
.cr-card, .cr-card * { background-color:transparent !important; }
.cr-card{ background-color:#E3D4AD !important; }

