.widget-main-link {
  display: none;
}

.site-wrap {
  min-height: 100vh;
}

.sle-story-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0057ff;
  /* Sky blue style */
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 9;
  letter-spacing: 0.5px;
}

/* =========================================
   FOXIZ SKY CARD — CLEAN & TIGHT FIX
   ========================================= */

/* MAIN CARD CONTAINER */

.p-wrap.p-grid.p-grid-2 {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08) !important;
  overflow: hidden !important;
  padding: 14px !important;
  transition: all 0.25s ease;
}

.p-wrap.p-grid.p-grid-2:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12) !important;
}

/* IMAGE */

.p-wrap.p-grid.p-grid-2 img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* REMOVE FOXIZ IMAGE BACKDROPS */

.p-wrap.p-grid.p-grid-2 .p-thumb {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
}

/* CONTENT AREA TIGHTENED */

.p-wrap.p-grid.p-grid-2 .entry-title {
  padding: 6px 4px 0 !important;
  margin: 0 !important;
}

/* ✅ PERFECT TITLE SIZE */

.p-wrap.p-grid.p-grid-2 .entry-title a {
  font-family: "Poppins", system-ui, -apple-system !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #111 !important;
  text-decoration: none !important;
  display: block;
}

.p-wrap.p-grid.p-grid-2 .entry-title a:hover {
  color: #058003 !important;
}

/* REMOVE ALL META NOISE */

.p-wrap.p-grid.p-grid-2 .p-meta,
.p-wrap.p-grid.p-grid-2 .p-time,
.p-wrap.p-grid.p-grid




.p-list-wrap,
.rb-list,
.elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  /* ✅ tighter vertical + horizontal spacing */
}

/* MAIN CARD */

.p-wrap.p-list,
.p-wrap.p-list.p-box {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
  padding: 8px 10px !important;
  /* ✅ tighter padding */
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  /* ✅ VERY TIGHT image-text spacing */
  transition: all 0.15s ease;
}

/* SUBTLE HOVER */

.p-wrap.p-list:hover {
  background: #f8fafc !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1) !important;
  transform: translateY(-1px);
}

/* ✅ IMAGE — SLIGHTLY BIG, TIGHT */

.p-wrap.p-list img {
  width: 200px !important;
  height: 200px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

/* REMOVE IMAGE BACKDROP */

.p-wrap.p-list .p-thumb {
  background: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}

/* ✅ SMALL, COMPACT TITLE */

.p-wrap.p-list .entry-title a {
  font-family: "Poppins", system-ui, -apple-system !important;
  font-size: 13px !important;
  /* ✅ SMALL TEXT */
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: #0f172a !important;
  text-decoration: none !important;
}

/* CLEAN HOVER */

.p-wrap.p-list .entry-title a:hover {
  color: #0f172a !important;
  text-decoration: underline;
}

/* REMOVE META + TAGS */

.p-wrap.p-list .p-categories,
.p-wrap.p-list .p-meta,
.p-wrap.p-list .p-author,
.p-wrap.p-list .p-time {
  display: none !important;
}

/* ✅ MOBILE — 1 COLUMN */

@media (max-width: 768px) {
  .p-list-wrap,
  .rb-list,
  .elementor-posts-container {
    grid-template-columns: 1fr !important;
  }

  .p-wrap.p-list img {
    width: 60px !important;
    height: 60px !important;
  }

  .p-wrap.p-list .entry-title a {
    font-size: 12.5px !important;
  }
}



span {
  font-size: 12px;
}

.solid-bg {
    background-color: #ffff
}