/* ==========================================================================
   HOMEPAGE MODERN VENTURE MEDIA UX OVERHAUL
   ========================================================================== */

/* Main Featured Hero Block */
body.home .td-big-grid-wrapper,
body.home .td_block_big_grid,
body.home .td-category-grid {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 30px rgba(15,23,42,0.06) !important;
  margin-bottom: 36px !important;
}

body.home .td-big-grid-wrapper .td-module-thumb,
body.home .td_block_big_grid .td-module-thumb {
  border-radius: 0 !important;
}

/* Large Grid Cards */
body.home .td-ss-main-content .td_module_1,
body.home .td-ss-main-content .td_module_10,
body.home .td-main-content .td_module_1,
body.home .td-main-content .td_module_10 {
  background: #ffffff !important;
  border: 1px solid #e8edf2 !important;
  border-radius: 16px !important;
  padding: 16px !important;
  box-shadow: 0 4px 16px rgba(15,23,42,0.03) !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
}

body.home .td-ss-main-content .td_module_1:hover,
body.home .td-main-content .td_module_1:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(15,23,42,0.08) !important;
  border-color: #cbd5e1 !important;
}

/* Small List & Sidebar Items (Compact & Tight) */
body.home .td_module_6,
body.home .td_module_mx,
body.home .td_module_mx1,
body.home .td_module_mx2,
body.home .td-main-sidebar .td_module_wrap,
body.home .td-ss-main-sidebar .td_module_wrap,
body.home .td_block_authors .td_module_wrap {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 14px 0 !important;
  margin-bottom: 14px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

body.home .td_module_6 .td-module-thumb,
body.home .td_module_mx .td-module-thumb,
body.home .td-main-sidebar .td-module-thumb {
  width: 80px !important;
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  margin-right: 12px !important;
}

body.home .td_module_6 .entry-title,
body.home .td_module_mx .entry-title,
body.home .td-main-sidebar .entry-title {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #0b1628 !important;
  margin: 0 !important;
}

body.home .td_module_6 .entry-title a:hover,
body.home .td-main-sidebar .entry-title a:hover {
  color: #309b65 !important;
}

/* Section Titles / Headers */
body.home .td-block-title,
body.home .block-title,
body.home .tdm_block_title {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #0b1628 !important;
  margin-bottom: 18px !important;
  padding-left: 12px !important;
  border-left: 4px solid #309b65 !important;
  text-transform: capitalize !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
}

body.home .td-block-title a,
body.home .block-title a {
  color: #0b1628 !important;
  text-decoration: none !important;
}

body.home .td-block-title a:hover {
  color: #309b65 !important;
}

/* Author / Columnist Section */
body.home .td_block_authors,
body.home .td_block_author {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: 28px !important;
  margin: 36px 0 !important;
}

body.home .td_block_authors .td-author-photo img,
body.home .td_block_author .td-author-photo img {
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(15,23,42,0.12) !important;
  border: 2px solid #ffffff !important;
}

/* Newsletter Bar in Home */
body.home .td_block_newsletter,
body.home [class*="newsletter"] {
  border-radius: 16px !important;
}
