:root {
  --cdo-site-width: 1280px;
  --cdo-red: #c80010;
  --cdo-black: #0b0b0d;
  --cdo-dark: #171717;
  --cdo-gray: #f5f5f5;
  --cdo-border: #e5e5e5;
  --cdo-mid: #666;
  --cdo-white: #ffffff;
  --cdo-gutter: 20px;
}

/* Full-width homepage wrapper */
.page-id-35862 #page,
.page-id-35862 .site,
.page-id-35862 .site-content,
.page-id-35862 #primary,
.page-id-35862 .content-area,
.page-id-35862 #main,
.page-id-35862 .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hide default page title and sidebars on homepage */
.page-id-35862 .entry-header,
.page-id-35862 h1.entry-title,
.page-id-35862 .entry-title,
.page-id-35862 .widget-area {
  display: none !important;
}

/* Hide default share/like blocks on homepage */
.page-id-35862 .sharedaddy,
.page-id-35862 .sd-sharing-enabled,
.page-id-35862 .sharedaddy + .sharedaddy,
.page-id-35862 .post-likes-widget,
.page-id-35862 .wpl-likebox {
  display: none !important;
}

/* Global alignment system */
.cm-header-1,
.header-main,
.main-navigation,
.cm-primary-nav,
#site-navigation,
.cdo-home,
.cdo-hero-row,
.cdo-value-row,
.cdo-section-title,
.cdo-post-grid,
.cdo-banner,
.cdo-radar-section {
  max-width: var(--cdo-site-width) !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Top bar */
.top-bar,
.cm-top-bar {
  width: 100% !important;
  background: #000000 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-bottom: 4px solid var(--cdo-red) !important;
}

.top-bar .tg-container,
.cm-top-bar .tg-container,
.top-bar .cm-container,
.cm-top-bar .cm-container {
  max-width: var(--cdo-site-width) !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  line-height: 1.2 !important;
}

.top-bar,
.top-bar a,
.cm-top-bar,
.cm-top-bar a {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.top-bar a:hover,
.cm-top-bar a:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

/* Header/logo area */
.header-main,
.cm-header-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 0 !important;
}

.cm-header-1 .tg-container,
.header-main .tg-container,
.cm-header-1 .cm-container,
.header-main .cm-container {
  min-height: 120px !important;
  height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cm-header-1 img,
.header-main img,
.custom-logo {
  max-height: 95px !important;
  width: auto !important;
}

/* Main navigation */
.main-navigation,
#site-navigation,
.cm-primary-nav {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 4px solid var(--cdo-red) !important;
}

/* Homepage base */
.cdo-home,
.cdo-home * {
  box-sizing: border-box;
}

.cdo-home {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--cdo-black);
  background: var(--cdo-white);
  margin: 0 auto;
  padding: 0;
}

.cdo-home a {
  text-decoration: none;
}

/* Hero */
.cdo-brand-hero {
  margin-top: 10px !important;
}

.cdo-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cdo-featured-hero {
  position: relative;
  min-height: 430px;
  background: #111;
  overflow: hidden;
}

.cdo-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.cdo-featured-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.88) 0%,
    rgba(0,0,0,0.65) 55%,
    rgba(0,0,0,0.30) 100%
  );
}

.cdo-hero-overlay {
  position: absolute;
  left: 32px !important;
  right: 32px !important;
  bottom: 32px !important;
  max-width: 720px;
  color: #fff;
  z-index: 2;
}

.cdo-label,
.cdo-small-label {
  display: inline-block;
  background: var(--cdo-red);
  color: #fff;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .2px;
}

.cdo-featured-hero h1 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.3px;
  max-width: 720px !important;
  margin: 0 0 14px;
}

.cdo-featured-hero p {
  color: #f1f1f1;
  font-size: 17px;
  line-height: 1.5;
  max-width: 620px;
  margin: 0 0 20px;
}

.cdo-hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* Book panel */
.cdo-book-panel {
  background: #f3f3f3;
  border-left: 6px solid var(--cdo-red);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
}

.cdo-book-panel h2 {
  font-size: 34px;
  line-height: 1.14;
  margin: 0 0 16px;
  color: #111;
}

.cdo-book-panel p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.cdo-book-proof {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
  line-height: 1.4;
}

/* Buttons */
.cdo-btn {
  display: inline-block;
  background: var(--cdo-red);
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.15s ease;
}

.cdo-btn:hover {
  transform: translateY(-1px);
  color: #fff !important;
  opacity: .92;
}

.cdo-btn-secondary {
  background: transparent;
  border: 1px solid #fff;
}

/* Value row */
.cdo-value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--cdo-border);
  margin-top: 28px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cdo-value {
  padding: 22px;
  border-right: 1px solid var(--cdo-border);
  background: #fff;
}

.cdo-value:last-child {
  border-right: 0;
}

.cdo-value h4 {
  margin: 0 0 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #111;
}

.cdo-value p {
  margin: 0;
  font-size: 14px;
  color: var(--cdo-mid);
  line-height: 1.45;
}

.cdo-value-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
  color: var(--cdo-red) !important;
}

/* Standard section title */
.cdo-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px !important;
  margin-bottom: 18px !important;
  border-bottom: 2px solid var(--cdo-red);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cdo-section-title h2 {
  margin: 0;
  background: var(--cdo-red);
  color: #fff;
  padding: 9px 14px;
  font-size: 18px;
  text-transform: uppercase;
}

.cdo-section-title a {
  color: #111;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Post grid */
.cdo-post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cdo-post-card {
  border: 1px solid #e6e6e6;
  background: #fff;
  min-height: 100%;
}

.cdo-post-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #111;
}

.cdo-post-card-body {
  padding: 14px;
}

.cdo-post-card h3 {
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.cdo-post-card h3 a {
  color: var(--cdo-black);
  text-decoration: none;
}

.cdo-post-card h3 a:hover {
  color: var(--cdo-red);
}

.cdo-meta {
  color: var(--cdo-mid);
  font-size: 12px;
}

.cdo-loading-card {
  grid-column: 1 / -1;
  min-height: 80px;
}

/* Banners */
.cdo-banner {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
  color: #fff;
  padding: 28px !important;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.cdo-banner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
}

.cdo-banner p {
  margin: 0;
  color: #eee;
  max-width: 740px;
}

.cdo-book-banner {
  background: linear-gradient(
    110deg,
    var(--cdo-black) 0%,
    var(--cdo-black) 68%,
    var(--cdo-red) 68%,
    var(--cdo-red) 100%
  );
}

.cdo-sponsor-banner {
  background: #111;
  border-left: 6px solid var(--cdo-red);
}

/* Dedicated Radar section */
.cdo-radar-section {
  max-width: var(--cdo-site-width) !important;
  width: calc(100% - 40px) !important;
  margin: 34px auto 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cdo-radar-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 24px !important;
  border-bottom: 2px solid var(--cdo-red) !important;
  margin-bottom: 18px !important;
}

.cdo-radar-header h2 {
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  background: var(--cdo-red) !important;
  color: #fff !important;
  padding: 9px 14px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.cdo-radar-header p {
  margin: 0 0 12px 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  max-width: 760px !important;
}

.cdo-radar-header a {
  margin-bottom: 12px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.cdo-radar-section .cdo-post-grid {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cdo-news-grid .cdo-post-card h3 {
  font-size: 17px !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  font-weight: 700 !important;
}

/* Social proof */
.cdo-social-proof {
  font-size: 12px;
  color: #ccc;
  margin-top: 8px;
}

/* Mobile */
@media (max-width: 900px) {
  .cdo-hero-row {
    grid-template-columns: 1fr;
  }

  .cdo-featured-hero,
  .cdo-book-panel {
    min-height: 360px;
  }

  .cdo-featured-hero h1 {
    font-size: 30px !important;
  }

  .cdo-value-row,
  .cdo-post-grid {
    grid-template-columns: 1fr;
  }

  .cdo-banner {
    display: block;
  }

  .cdo-banner .cdo-btn {
    margin-top: 18px;
  }

  .cdo-section-title,
  .cdo-radar-header {
    display: block !important;
  }

  .cdo-radar-header a {
    display: inline-block !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 600px) {
  .cdo-hero-overlay {
    left: 22px !important;
    right: 22px !important;
    bottom: 24px !important;
  }

  .cdo-book-panel {
    padding: 26px;
  }

  .cdo-book-panel h2 {
    font-size: 30px;
  }

  .cdo-hero-actions {
    display: block;
  }

  .cdo-hero-actions .cdo-btn {
    margin-bottom: 10px;
  }
}
/* Final alignment fix: make nav use the same visible width as logo/header */
.main-navigation,
#site-navigation,
.cm-primary-nav {
  max-width: var(--cdo-site-width) !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Prevent nav inner wrappers from adding extra width */
.main-navigation .tg-container,
#site-navigation .tg-container,
.cm-primary-nav .tg-container,
.main-navigation .cm-container,
#site-navigation .cm-container,
.cm-primary-nav .cm-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep the homepage content aligned with that same nav width */
.cdo-hero-row,
.cdo-value-row,
.cdo-section-title,
.cdo-post-grid,
.cdo-banner,
.cdo-radar-section {
  max-width: var(--cdo-site-width) !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
/* FINAL HARD ALIGNMENT RESET */

/* Use one consistent content width */
:root {
  --cdo-site-width: 1280px;
}

/* Make the red nav line, black nav, hero, grids and banners share the same left/right edge */
.main-navigation,
#site-navigation,
.cm-primary-nav,
.cdo-hero-row,
.cdo-value-row,
.cdo-section-title,
.cdo-post-grid,
.cdo-banner,
.cdo-radar-section {
  max-width: var(--cdo-site-width) !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Ensure the nav red border and black background sit on the same element */
.main-navigation,
#site-navigation,
.cm-primary-nav {
  background: #222 !important;
  border-top: 4px solid var(--cdo-red) !important;
  overflow: visible !important;
}

/* Stop inner nav wrappers from shifting the content */
.main-navigation .tg-container,
#site-navigation .tg-container,
.cm-primary-nav .tg-container,
.main-navigation .cm-container,
#site-navigation .cm-container,
.cm-primary-nav .cm-container {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Keep hero/book aligned with same content width */
.cdo-hero-row {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr) !important;
  gap: 28px !important;
}

/* On smaller screens keep breathing room */
@media (max-width: 1320px) {
  .main-navigation,
  #site-navigation,
  .cm-primary-nav,
  .cdo-hero-row,
  .cdo-value-row,
  .cdo-section-title,
  .cdo-post-grid,
  .cdo-banner,
  .cdo-radar-section {
    width: calc(100% - 40px) !important;
  }
}
/* iOS/mobile hero visibility fix */
@media (max-width: 768px) {
  .cdo-featured-hero {
    min-height: 420px !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .cdo-hero-bg {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 0 !important;
  }

  .cdo-featured-hero::after {
    z-index: 1 !important;
  }

  .cdo-hero-overlay {
    display: block !important;
    position: absolute !important;
    left: 22px !important;
    right: 22px !important;
    bottom: 24px !important;
    z-index: 2 !important;
  }

  .cdo-featured-hero h1,
  .cdo-featured-hero p,
  .cdo-featured-hero a,
  .cdo-featured-hero .cdo-label {
    visibility: visible !important;
    opacity: 1 !important;
  }
	.cdo-membership {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}

.cdo-membership-hero {
  text-align: center;
  padding: 40px 20px;
}

.cdo-membership-hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.cdo-membership-hero p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #555;
}

.cdo-membership-value {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.cdo-membership-value h3 {
  margin-bottom: 8px;
}

.cdo-membership-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.cdo-plan {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

.cdo-plan-featured {
  border: 2px solid #c80010;
}

.cdo-price {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}

.cdo-plan ul {
  margin: 15px 0;
  padding-left: 18px;
}

.cdo-plan ul li {
  margin-bottom: 6px;
}

.cdo-link {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #c80010;
}

.cdo-membership-academy {
  background: #111;
  color: #fff;
  padding: 30px;
  margin: 40px 0;
}

.cdo-membership-cta {
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .cdo-membership-value,
  .cdo-membership-pricing {
    grid-template-columns: 1fr;
  }
}
/* CDO TIMES Membership Sales Page */
.cdo-membership {
  max-width: 1280px !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  padding: 40px 0 60px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.cdo-membership-hero {
  background: linear-gradient(110deg, #0b0b0d 0%, #111 62%, #c80010 62%, #c80010 100%);
  color: #fff;
  padding: 58px 56px;
  margin-bottom: 34px;
  border-left: 6px solid #c80010;
}

.cdo-membership-hero h1 {
  color: #fff !important;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  max-width: 840px;
  margin: 0 0 18px;
}

.cdo-membership-hero p {
  color: #f1f1f1;
  font-size: 19px;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 0 26px;
}

.cdo-membership-value {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.cdo-membership-value > div {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 26px;
  min-height: 160px;
}

.cdo-membership-value h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.cdo-membership-value p {
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.cdo-membership-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 40px 0;
  align-items: stretch;
}

.cdo-plan {
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.cdo-plan-featured {
  border: 3px solid #c80010;
  position: relative;
  transform: translateY(-8px);
}

.cdo-plan-featured::before {
  content: "MOST POPULAR";
  display: inline-block;
  background: #c80010;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 12px;
  margin-bottom: 16px;
  width: fit-content;
}

.cdo-plan h3 {
  font-size: 28px;
  margin: 0 0 6px;
}

.cdo-price {
  font-size: 34px;
  font-weight: 800;
  margin: 10px 0 18px;
  color: #111;
}

.cdo-plan ul {
  margin: 0 0 24px;
  padding-left: 20px;
  flex: 1;
}

.cdo-plan li {
  margin-bottom: 10px;
  line-height: 1.45;
}

.cdo-link {
  display: block;
  margin-top: 14px;
  color: #c80010 !important;
  font-size: 14px;
  font-weight: 800;
}

.cdo-membership-academy {
  background: #111;
  color: #fff;
  padding: 42px;
  margin: 44px 0;
  border-left: 6px solid #c80010;
}

.cdo-membership-academy h2,
.cdo-membership-cta h2 {
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-membership-academy h2 {
  color: #fff !important;
}

.cdo-membership-academy p {
  color: #eee;
  font-size: 17px;
  line-height: 1.55;
  max-width: 820px;
}

.cdo-membership-cta {
  text-align: center;
  padding: 44px 30px;
  background: #f5f5f5;
  border-top: 4px solid #c80010;
}

.cdo-membership-cta p {
  font-size: 18px;
  color: #555;
  margin-bottom: 22px;
}

/* Hide share/like on Membership page */
.page-id-REPLACE .sharedaddy,
.page-id-REPLACE .sd-sharing-enabled,
.page-id-REPLACE .post-likes-widget,
.page-id-REPLACE .wpl-likebox {
  display: none !important;
}

/* PMPro Checkout Styling */
.pmpro_checkout,
.pmpro,
.pmpro_form {
  max-width: 820px !important;
}

.pmpro_checkout h2,
.pmpro h2 {
  font-size: 30px !important;
  margin-top: 24px !important;
}

.pmpro_card,
.pmpro_checkout-fields,
#pmpro_pricing_fields,
#pmpro_account_loggedin {
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06) !important;
  border-radius: 4px !important;
}

.pmpro_btn,
.pmpro_btn-submit,
input.pmpro_btn {
  background: #c80010 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 14px 22px !important;
  border-radius: 2px !important;
}

/* Mobile */
@media (max-width: 900px) {
  .cdo-membership {
    width: calc(100% - 40px) !important;
    padding-top: 24px !important;
  }

  .cdo-membership-hero {
    padding: 38px 28px;
    background: #111;
  }

  .cdo-membership-value,
  .cdo-membership-pricing {
    grid-template-columns: 1fr;
  }

  .cdo-plan-featured {
    transform: none;
  }
}
}
/* CDO TIMES Metered Paywall */
.cdo-meter-notice {
  border-left: 5px solid #c80010;
  background: #f5f5f5;
  padding: 14px 18px;
  margin: 22px 0;
  font-size: 15px;
}

.cdo-meter-notice strong {
  display: block;
  color: #111;
  margin-bottom: 4px;
}

.cdo-meter-notice span {
  color: #555;
}

.cdo-meter-locked {
  max-height: 760px;
  overflow: hidden;
  position: relative;
}

.cdo-paywall-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 80px 20px 30px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,0.96) 32%,
    rgba(255,255,255,1) 100%
  );
  z-index: 20;
}

.cdo-paywall-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 5px solid #c80010;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  padding: 30px;
  max-width: 620px;
  width: 100%;
  text-align: left;
}

.cdo-paywall-box h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 12px 0;
  color: #111;
}

.cdo-paywall-box p {
  color: #555;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.cdo-paywall-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.cdo-paywall-secondary {
  color: #c80010 !important;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .cdo-meter-locked {
    max-height: 620px;
  }

  .cdo-paywall-box {
    padding: 24px;
  }

  .cdo-paywall-box h2 {
    font-size: 25px;
  }
}
/* CDO TIMES Membership Page */
.page-id-35862 .cdo-membership-page,
.cdo-membership-page {
  max-width: var(--cdo-site-width, 1280px) !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  padding: 28px 0 60px !important;
  font-family: Arial, Helvetica, sans-serif;
}

/* Hide default page title/share elements on Membership page */
body.page .entry-title:has(+ .entry-content .cdo-membership-page),
body.page .sharedaddy,
body.page .sd-sharing-enabled,
body.page .post-likes-widget,
body.page .wpl-likebox {
  display: none !important;
}

.cdo-membership-hero {
  background: linear-gradient(110deg, #0b0b0d 0%, #111 64%, #c80010 64%, #c80010 100%);
  color: #fff;
  padding: 58px 56px;
  border-left: 6px solid #c80010;
  margin-bottom: 28px;
}

.cdo-membership-hero h1 {
  color: #fff !important;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.04;
  max-width: 920px;
  margin: 0 0 18px;
  letter-spacing: -1px;
}

.cdo-membership-hero p {
  color: #f2f2f2;
  font-size: 19px;
  line-height: 1.55;
  max-width: 780px;
  margin: 0 0 26px;
}

.cdo-membership-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cdo-membership-proof {
  color: #ddd;
  margin-top: 18px;
  font-size: 14px;
}

.cdo-membership-value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e5e5e5;
  margin: 28px 0 36px;
  background: #fff;
}

.cdo-membership-value-row > div {
  padding: 28px;
  border-right: 1px solid #e5e5e5;
}

.cdo-membership-value-row > div:last-child {
  border-right: none;
}

.cdo-membership-value-row h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111;
}

.cdo-membership-value-row p {
  margin: 0;
  color: #555;
  line-height: 1.55;
  font-size: 15px;
}

.cdo-membership-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 24px !important;
}

.cdo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.cdo-plan {
  background: #fff;
  border: 1px solid #dedede;
  padding: 30px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  position: relative;
}

.cdo-plan-featured {
  border: 3px solid #c80010;
  transform: translateY(-10px);
}

.cdo-plan-badge {
  display: inline-block;
  background: #c80010;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 7px 11px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 14px;
}

.cdo-plan h3 {
  margin: 0;
  font-size: 30px;
  color: #111;
}

.cdo-price {
  font-size: 40px;
  font-weight: 900;
  margin: 14px 0 12px;
  color: #111;
}

.cdo-price span {
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.cdo-plan-intro {
  color: #555;
  line-height: 1.5;
  margin: 0 0 18px;
  min-height: 72px;
}

.cdo-plan ul {
  padding-left: 20px;
  margin: 0 0 26px;
  flex: 1;
}

.cdo-plan li {
  margin-bottom: 10px;
  line-height: 1.45;
}

.cdo-plan-link {
  display: block;
  margin-top: 14px;
  color: #c80010 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.cdo-btn-light {
  background: #222 !important;
}

.cdo-membership-academy {
  margin: 46px 0;
  padding: 40px;
  background: #111;
  color: #fff;
  border-left: 6px solid #c80010;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cdo-membership-academy h2 {
  color: #fff !important;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-membership-academy p {
  color: #eee;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 860px;
}

.cdo-membership-faq {
  margin: 44px 0;
}

.cdo-membership-faq h2 {
  font-size: 34px;
  margin: 0 0 22px;
  border-bottom: 3px solid #c80010;
  padding-bottom: 10px;
}

.cdo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cdo-faq-grid > div {
  border: 1px solid #e5e5e5;
  padding: 24px;
  background: #fff;
}

.cdo-faq-grid h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.cdo-faq-grid p {
  margin: 0;
  color: #555;
  line-height: 1.55;
}

.cdo-membership-final {
  text-align: center;
  background: #f5f5f5;
  border-top: 5px solid #c80010;
  padding: 48px 34px;
}

.cdo-membership-final h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-membership-final p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .cdo-membership-page {
    width: calc(100% - 40px) !important;
  }

  .cdo-membership-hero {
    background: #111;
    padding: 38px 28px;
  }

  .cdo-membership-value-row,
  .cdo-pricing-grid,
  .cdo-faq-grid {
    grid-template-columns: 1fr;
  }

  .cdo-membership-value-row > div {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .cdo-plan-featured {
    transform: none;
  }

  .cdo-membership-academy {
    display: block;
  }

  .cdo-membership-academy .cdo-btn {
    margin-top: 22px;
  }
}
/* CDO TIMES Academy Page */
.cdo-academy-page {
  max-width: var(--cdo-site-width, 1280px) !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  padding: 28px 0 60px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.cdo-academy-hero {
  background: linear-gradient(110deg, #0b0b0d 0%, #111 64%, #c80010 64%, #c80010 100%);
  color: #fff;
  padding: 58px 56px;
  border-left: 6px solid #c80010;
  margin-bottom: 28px;
}

.cdo-academy-hero h1 {
  color: #fff !important;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.04;
  max-width: 900px;
  margin: 0 0 18px;
  letter-spacing: -1px;
}

.cdo-academy-hero p {
  color: #f2f2f2;
  font-size: 19px;
  line-height: 1.55;
  max-width: 800px;
  margin: 0 0 26px;
}

.cdo-academy-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cdo-academy-proof {
  color: #ddd;
  margin-top: 18px;
  font-size: 14px;
}

.cdo-academy-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 32px 0 38px;
}

.cdo-academy-intro > div {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px;
}

.cdo-academy-intro h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-academy-intro p {
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

.cdo-academy-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 24px !important;
}

.cdo-academy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cdo-academy-card {
  background: #fff;
  border: 1px solid #dedede;
  padding: 28px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.cdo-academy-featured {
  border: 3px solid #c80010;
  transform: translateY(-8px);
}

.cdo-track-label {
  display: inline-block;
  background: #c80010;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 7px 11px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 14px;
}

.cdo-academy-card h3 {
  font-size: 27px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #111;
}

.cdo-academy-card p {
  color: #555;
  line-height: 1.55;
  margin: 0 0 18px;
}

.cdo-academy-card ul {
  padding-left: 20px;
  margin: 0 0 26px;
  flex: 1;
}

.cdo-academy-card li {
  margin-bottom: 10px;
  line-height: 1.45;
}

.cdo-academy-card a:not(.cdo-btn) {
  color: #c80010 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.cdo-academy-banner {
  margin: 48px 0;
  padding: 40px;
  background: #111;
  color: #fff;
  border-left: 6px solid #c80010;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cdo-academy-banner h2 {
  color: #fff !important;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-academy-banner p {
  color: #eee;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 860px;
}

.cdo-academy-roadmap {
  margin: 44px 0;
}

.cdo-academy-roadmap h2 {
  font-size: 34px;
  margin: 0 0 22px;
  border-bottom: 3px solid #c80010;
  padding-bottom: 10px;
}

.cdo-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cdo-roadmap-grid > div {
  background: #f5f5f5;
  border-top: 5px solid #c80010;
  padding: 26px;
}

.cdo-roadmap-grid span {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #c80010;
  margin-bottom: 10px;
}

.cdo-roadmap-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.cdo-roadmap-grid p {
  margin: 0;
  color: #555;
  line-height: 1.55;
}

.cdo-academy-final {
  text-align: center;
  background: #f5f5f5;
  border-top: 5px solid #c80010;
  padding: 48px 34px;
}

.cdo-academy-final h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-academy-final p {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .cdo-academy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .cdo-academy-page {
    width: calc(100% - 40px) !important;
  }

  .cdo-academy-hero {
    background: #111;
    padding: 38px 28px;
  }

  .cdo-academy-intro,
  .cdo-academy-grid,
  .cdo-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .cdo-academy-featured {
    transform: none;
  }

  .cdo-academy-banner {
    display: block;
  }

  .cdo-academy-banner .cdo-btn {
    margin-top: 22px;
  }
}
/* Hide default page titles on landing pages */
.page .entry-title,
.page .page-title,
.page header.entry-header,
.page .wp-block-post-title {
    display: none !important;
}

/* Remove extra spacing left behind */
.page .entry-content,
.page .site-main,
.page article.page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Fix landing page spacing */
.cdo-membership-page,
.cdo-academy-page {
    margin-top: -40px !important;
    padding-top: 0 !important;
}

/* Remove excessive white gap */
.page .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Make hero sections wider and aligned */
.cdo-membership-hero,
.cdo-academy-hero {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto 40px auto !important;
    box-sizing: border-box !important;
}

/* Ensure page containers use full content width */
.cdo-membership-page,
.cdo-academy-page {
    width: calc(100% - 40px) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Fix clipped top announcement bar */
.cdo-top-strip,
.cdo-top-bar {
    overflow: visible !important;
    white-space: nowrap;
}
/* BOOK PAGE FIX */
.page-id-2140 .site-content,
.page-id-2140 .content-area,
.page-id-2140 article {
    margin-top: 0 !important;
    padding-top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Reduce giant white gap */
.page-id-2140 .entry-content {
    margin-top: -40px !important;
    padding-top: 0 !important;
}

/* Make hero feel premium/full width */
.page-id-2140 .entry-content > *:first-child {
    margin-top: 0 !important;
}

/* Remove boxed feel */
.page-id-2140 .inside-article {
    padding-top: 0 !important;
    background: transparent !important;
}

/* Optional: tighten nav spacing */
.page-id-2140 .main-navigation {
    margin-bottom: 0 !important;
}
/* CDO TIMES Book Page Redesign */
.cdo-book-page {
  max-width: var(--cdo-site-width, 1280px) !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  padding: 28px 0 60px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.cdo-book-hero {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 34px;
  background: linear-gradient(110deg, #0b0b0d 0%, #111 64%, #c80010 64%, #c80010 100%);
  color: #fff;
  padding: 58px 56px;
  border-left: 6px solid #c80010;
  margin-bottom: 28px;
  align-items: center;
}

.cdo-book-hero h1 {
  color: #fff !important;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.04;
  margin: 0 0 18px;
  max-width: 850px;
  letter-spacing: -1px;
}

.cdo-book-hero p {
  color: #f2f2f2;
  font-size: 19px;
  line-height: 1.55;
  max-width: 760px;
  margin: 0 0 26px;
}

.cdo-book-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cdo-book-proof {
  color: #ddd;
  margin-top: 18px;
  font-size: 14px;
}

.cdo-book-card {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 34px;
  color: #fff;
}

.cdo-book-card h2 {
  color: #fff !important;
  font-size: 34px;
  margin: 14px 0;
}

.cdo-book-card p {
  color: #eee;
  font-size: 16px;
}

.cdo-book-card a {
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
}

.cdo-book-value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e5e5e5;
  margin: 28px 0 36px;
  background: #fff;
}

.cdo-book-value-row > div {
  padding: 28px;
  border-right: 1px solid #e5e5e5;
}

.cdo-book-value-row > div:last-child {
  border-right: none;
}

.cdo-book-value-row h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.cdo-book-value-row p {
  margin: 0;
  color: #555;
  line-height: 1.55;
}

.cdo-book-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 24px !important;
}

.cdo-book-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cdo-book-resource {
  background: #fff;
  border: 1px solid #dedede;
  padding: 30px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.cdo-book-resource h3 {
  font-size: 27px;
  line-height: 1.15;
  margin: 14px 0 12px;
}

.cdo-book-resource p {
  color: #555;
  line-height: 1.55;
  flex: 1;
}

.cdo-book-banner {
  margin: 48px 0;
  padding: 40px;
  background: #111;
  color: #fff;
  border-left: 6px solid #c80010;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cdo-book-banner h2 {
  color: #fff !important;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-book-banner p {
  color: #eee;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 860px;
}

.cdo-book-audience {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cdo-book-audience > div {
  background: #f5f5f5;
  border-top: 5px solid #c80010;
  padding: 24px;
}

.cdo-book-audience h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.cdo-book-audience p {
  color: #555;
  line-height: 1.55;
  margin: 0;
}

.cdo-book-final {
  text-align: center;
  background: #f5f5f5;
  border-top: 5px solid #c80010;
  padding: 48px 34px;
  margin-top: 46px;
}

.cdo-book-final h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-book-final p {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .cdo-book-hero,
  .cdo-book-grid,
  .cdo-book-audience {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .cdo-book-page {
    width: calc(100% - 40px) !important;
  }

  .cdo-book-hero {
    grid-template-columns: 1fr;
    background: #111;
    padding: 38px 28px;
  }

  .cdo-book-value-row,
  .cdo-book-grid,
  .cdo-book-audience {
    grid-template-columns: 1fr;
  }

  .cdo-book-value-row > div {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .cdo-book-banner {
    display: block;
  }

  .cdo-book-banner .cdo-btn {
    margin-top: 22px;
  }
}
/* CDO TIMES Hub Pages: Insights / Research */
.cdo-hub-page {
  max-width: var(--cdo-site-width, 1280px) !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  padding: 28px 0 60px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.cdo-hub-hero {
  background: linear-gradient(110deg, #0b0b0d 0%, #111 64%, #c80010 64%, #c80010 100%);
  color: #fff;
  padding: 58px 56px;
  border-left: 6px solid #c80010;
  margin-bottom: 30px;
}

.cdo-hub-hero h1 {
  color: #fff !important;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  max-width: 920px;
  margin: 0 0 18px;
}

.cdo-hub-hero p {
  color: #f2f2f2;
  font-size: 19px;
  line-height: 1.55;
  max-width: 820px;
  margin: 0 0 26px;
}

.cdo-hub-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cdo-hub-sponsor {
  background: #111;
  color: #fff;
  border-left: 6px solid #c80010;
  padding: 34px;
  margin: 0 0 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.cdo-hub-sponsor h2 {
  color: #fff !important;
  font-size: 32px;
  margin: 0 0 10px;
}

.cdo-hub-sponsor p {
  color: #eee;
  margin: 0;
  max-width: 820px;
  line-height: 1.55;
}

.cdo-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 0 42px;
}

.cdo-hub-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 5px solid #c80010;
  padding: 26px;
  text-decoration: none !important;
  color: #111 !important;
  min-height: 190px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.cdo-hub-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  color: #111;
}

.cdo-hub-card p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.cdo-hub-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

.cdo-hub-feed {
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .cdo-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdo-hub-sponsor {
    display: block;
  }

  .cdo-hub-sponsor .cdo-btn {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .cdo-hub-page {
    width: calc(100% - 40px) !important;
  }

  .cdo-hub-hero {
    background: #111;
    padding: 38px 28px;
  }

  .cdo-hub-grid {
    grid-template-columns: 1fr;
  }
}
/* FIX INSIGHTS / RESEARCH HUB PAGE LAYOUT */
.cdo-hub-page {
  overflow: visible !important;
}

.cdo-hub-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  clear: both !important;
}

.cdo-hub-card {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 190px !important;
  position: relative !important;
  float: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  padding: 26px !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-top: 5px solid #c80010 !important;
  text-decoration: none !important;
  color: #111 !important;
}

.cdo-hub-card h3,
.cdo-hub-card p {
  position: static !important;
  float: none !important;
  transform: none !important;
  width: auto !important;
  max-width: none !important;
}

.cdo-hub-card h3 {
  font-size: 23px !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
}

.cdo-hub-card p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  color: #555 !important;
}

.cdo-hub-post-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

@media (max-width: 1000px) {
  .cdo-hub-grid,
  .cdo-hub-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .cdo-hub-grid,
  .cdo-hub-post-grid {
    grid-template-columns: 1fr !important;
  }
}
/* CLEAN HUB PAGE CARDS */
.cdo-hub-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 34px 0 48px !important;
  clear: both !important;
}

.cdo-hub-box {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-top: 6px solid #c80010 !important;
  padding: 28px !important;
  min-height: 210px !important;
  color: #111 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;
  box-sizing: border-box !important;
}

.cdo-hub-box h3 {
  font-size: 26px !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
  color: #111 !important;
}

.cdo-hub-box p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  color: #555 !important;
}

.cdo-hub-box:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

@media (max-width: 1000px) {
  .cdo-hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .cdo-hub-card-grid {
    grid-template-columns: 1fr !important;
  }
}
/* HARD RESET: Insights/Research hub cards */
.cdo-hub-page .cdo-hub-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  margin: 34px 0 48px !important;
  width: 100% !important;
}

.cdo-hub-page .cdo-hub-card-grid > a.cdo-hub-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 230px !important;
  padding: 28px !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-top: 6px solid #c80010 !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;
  text-decoration: none !important;
}

.cdo-hub-page .cdo-hub-card-grid > a.cdo-hub-box h3,
.cdo-hub-page .cdo-hub-card-grid > a.cdo-hub-box p {
  display: block !important;
  position: static !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.cdo-hub-page .cdo-hub-card-grid > a.cdo-hub-box h3 {
  font-size: 26px !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
  color: #111 !important;
}

.cdo-hub-page .cdo-hub-card-grid > a.cdo-hub-box p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  color: #555 !important;
}

@media (max-width: 1000px) {
  .cdo-hub-page .cdo-hub-card-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 700px) {
  .cdo-hub-page .cdo-hub-card-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Hide default WordPress page title visually, but keep admin title and SEO title intact */
body.page .entry-header,
body.page header.entry-header,
body.page h1.entry-title,
body.page .entry-title,
body.page .page-title,
body.page .wp-block-post-title {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Remove leftover spacing from hidden title area */
body.page article.page,
body.page .entry-content,
body.page .inside-article,
body.page #main,
body.page #primary {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* FORCE HIDE THEME PAGE TITLE BUT KEEP ADMIN TITLE */
body.page article > h1:first-child,
body.page article.page > h1:first-child,
body.page .type-page > h1:first-child,
body.page .hentry > h1:first-child,
body.page .entry-header,
body.page .entry-header h1,
body.page header.entry-header,
body.page h1.entry-title,
body.page .entry-title,
body.page h1.page-title,
body.page .page-title,
body.page .cm-entry-title,
body.page .cm-page-title,
body.page .tg-page-title,
body.page .post-title,
body.page .page .title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* REMOVE LEFTOVER TITLE SPACE */
body.page .entry-content,
body.page .inside-article,
body.page article.page,
body.page .type-page,
body.page #main,
body.page #primary {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* REMOVE WHITE GAP WHERE PAGE TITLE USED TO BE */
body.page .site-content,
body.page .content-area,
body.page #primary,
body.page #main,
body.page article.page,
body.page .type-page,
body.page .entry-content,
body.page .inside-article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Pull custom landing pages closer under navigation */
body.page .cdo-hub-page,
body.page .cdo-membership-page,
body.page .cdo-academy-page,
body.page .cdo-book-page {
  margin-top: -60px !important;
}

/* But do not affect homepage */
body.home .cdo-home,
body.page-id-35862 .cdo-home {
  margin-top: 0 !important;
}
/* INSIGHTS TOPIC CARDS - FORCE GRID LAYOUT */
.cdo-insights-hub .cdo-insights-topic-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 34px 0 52px !important;
  width: 100% !important;
}

.cdo-insights-hub .cdo-insights-topic-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-top: 6px solid #d30012 !important;
  padding: 28px !important;
  min-height: 245px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.07) !important;
}

.cdo-insights-hub .cdo-insights-topic-card h3 {
  font-size: 25px !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  color: #111 !important;
}

.cdo-insights-hub .cdo-insights-topic-card p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 0 22px !important;
  color: #555 !important;
}

.cdo-insights-hub .cdo-insights-topic-card a {
  margin-top: auto !important;
  color: #d30012 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

@media (max-width: 1000px) {
  .cdo-insights-hub .cdo-insights-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .cdo-insights-hub .cdo-insights-topic-grid {
    grid-template-columns: 1fr !important;
  }
}
/* EVENTS PAGE */
.cdo-events-page{
max-width:1280px;
width:calc(100% - 40px);
margin:-60px auto 0;
padding-bottom:60px;
}

.cdo-events-hero{
position:relative;
min-height:520px;
background:url('YOUR_EXISTING_EVENTS_IMAGE_HERE') center/cover no-repeat;
overflow:hidden;
margin-bottom:40px;
}

.cdo-events-overlay{
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.55),rgba(0,0,0,.2));
padding:70px 60px;
display:flex;
flex-direction:column;
justify-content:flex-end;
color:#fff;
}

.cdo-events-overlay h1{
font-size:clamp(40px,5vw,68px);
line-height:1.02;
max-width:900px;
margin:0 0 20px;
color:#fff;
}

.cdo-events-overlay p{
font-size:21px;
line-height:1.6;
max-width:760px;
margin:0 0 28px;
color:#f1f1f1;
}

.cdo-events-actions{
display:flex;
gap:16px;
flex-wrap:wrap;
}

.cdo-events-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
margin-bottom:50px;
}

.cdo-event-card{
background:#fff;
border:1px solid #e5e5e5;
border-top:6px solid #c80010;
overflow:hidden;
box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.cdo-event-card img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
display:block;
}

.cdo-event-card-body{
padding:22px;
}

.cdo-event-card h3{
font-size:24px;
margin:0 0 12px;
}

.cdo-event-card p{
color:#555;
line-height:1.55;
}

.cdo-events-featured{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:28px;
align-items:center;
background:#111;
color:#fff;
padding:40px;
border-left:6px solid #c80010;
margin-bottom:50px;
}

.cdo-events-featured h2{
font-size:48px;
margin:0 0 18px;
color:#fff;
}

.cdo-events-featured p{
color:#eee;
line-height:1.7;
font-size:18px;
}

.cdo-events-featured-image img{
width:100%;
display:block;
}

.cdo-events-gallery-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:24px;
}

.cdo-events-gallery-grid img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
display:block;
}

.cdo-events-sponsor{
background:#111;
color:#fff;
padding:40px;
border-left:6px solid #c80010;
margin-top:50px;
display:flex;
justify-content:space-between;
gap:28px;
align-items:center;
}

.cdo-events-sponsor h2{
color:#fff;
font-size:40px;
margin:0 0 14px;
}

.cdo-events-sponsor p{
color:#eee;
line-height:1.6;
max-width:760px;
}

@media(max-width:1000px){

.cdo-events-grid,
.cdo-events-gallery-grid{
grid-template-columns:repeat(2,1fr);
}

.cdo-events-featured{
grid-template-columns:1fr;
}

}

@media(max-width:700px){

.cdo-events-page{
width:calc(100% - 24px);
margin-top:-30px;
}

.cdo-events-overlay{
padding:40px 26px;
}

.cdo-events-overlay h1{
font-size:40px;
}

.cdo-events-grid,
.cdo-events-gallery-grid{
grid-template-columns:1fr;
}

.cdo-events-sponsor{
display:block;
}

.cdo-events-sponsor .cdo-btn{
margin-top:20px;
}
}
/* RESEARCH PAGE ONLY */
.cdo-research-hub .cdo-research-topic-grid{
display:grid !important;
grid-template-columns:repeat(4,minmax(0,1fr)) !important;
gap:22px !important;
margin:34px 0 52px !important;
width:100% !important;
clear:both !important;
}

.cdo-research-hub .cdo-research-topic-card{
display:flex !important;
flex-direction:column !important;
justify-content:space-between !important;
background:#fff !important;
border:1px solid #e4e4e4 !important;
border-top:6px solid #c80010 !important;
padding:28px !important;
min-height:250px !important;
box-shadow:0 10px 24px rgba(0,0,0,.07) !important;
}

.cdo-research-hub .cdo-research-topic-card h3{
font-size:25px !important;
line-height:1.15 !important;
margin:0 0 14px !important;
color:#111 !important;
}

.cdo-research-hub .cdo-research-topic-card p{
font-size:16px !important;
line-height:1.55 !important;
margin:0 0 22px !important;
color:#555 !important;
}

.cdo-research-hub .cdo-research-topic-card a{
margin-top:auto !important;
color:#c80010 !important;
font-size:13px !important;
font-weight:800 !important;
text-transform:uppercase !important;
text-decoration:none !important;
}

@media(max-width:1000px){

.cdo-research-hub .cdo-research-topic-grid{
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

}

@media(max-width:700px){

.cdo-research-hub .cdo-research-topic-grid{
grid-template-columns:1fr !important;
}

}
/* CDO TIMES Sponsor / Partner Page */

.cdo-sponsor-page {
  max-width: var(--cdo-site-width, 1280px) !important;
  width: calc(100% - 40px) !important;
  margin: -60px auto 0 !important;
  padding: 0 0 70px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.cdo-sponsor-hero {
  background: linear-gradient(110deg, #0b0b0d 0%, #111 64%, #c80010 64%, #c80010 100%);
  color: #fff;
  padding: 64px 58px;
  border-left: 6px solid #c80010;
  margin-bottom: 34px;
}

.cdo-sponsor-hero h1 {
  color: #fff !important;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.04;
  max-width: 960px;
  margin: 0 0 22px;
  letter-spacing: -1px;
}

.cdo-sponsor-hero p {
  color: #f2f2f2;
  font-size: 21px;
  line-height: 1.55;
  max-width: 850px;
  margin: 0 0 30px;
}

.cdo-sponsor-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cdo-sponsor-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 52px;
}

.cdo-stat-card {
  background: #111;
  border-top: 6px solid #c80010;
  padding: 34px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.cdo-stat-card h2 {
  color: #fff !important;
  font-size: 38px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.cdo-stat-card p {
  color: #ddd;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.cdo-sponsor-section {
  margin: 20px 0 52px;
}

.cdo-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cdo-sponsor-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 6px solid #c80010;
  padding: 30px;
  min-height: 260px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.cdo-sponsor-card h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #111;
}

.cdo-sponsor-card p {
  font-size: 16px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}

.cdo-sponsor-banner {
  background: #111;
  color: #fff;
  border-left: 6px solid #c80010;
  padding: 42px;
  margin: 48px 0;
}

.cdo-sponsor-banner h2 {
  color: #fff !important;
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.cdo-sponsor-banner p {
  color: #eee;
  font-size: 18px;
  line-height: 1.55;
  max-width: 950px;
  margin: 0;
}

.cdo-sponsor-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
  background: #f5f5f5;
  border-top: 6px solid #c80010;
  padding: 42px;
}

.cdo-contact-copy h2 {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #111;
}

.cdo-contact-copy p {
  font-size: 17px;
  line-height: 1.55;
  color: #555;
}

.cdo-contact-copy a {
  color: #c80010 !important;
  font-weight: 800;
}

.cdo-sales-form {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 30px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.cdo-sales-form label {
  display: block;
  font-weight: 800;
  color: #111;
  margin-bottom: 18px;
  font-size: 14px;
  text-transform: uppercase;
}

.cdo-sales-form input,
.cdo-sales-form select,
.cdo-sales-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #111;
}

.cdo-sales-form select[multiple] {
  min-height: 170px;
}

.cdo-sales-form textarea {
  resize: vertical;
}

.cdo-sales-form button {
  border: none;
  cursor: pointer;
  margin-top: 6px;
}

/* Responsive */
@media (max-width: 1000px) {
  .cdo-sponsor-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdo-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdo-sponsor-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .cdo-sponsor-page {
    width: calc(100% - 24px) !important;
    margin-top: -30px !important;
  }

  .cdo-sponsor-hero {
    background: #111;
    padding: 36px 26px;
  }

  .cdo-sponsor-hero h1 {
    font-size: 34px;
  }

  .cdo-sponsor-hero p {
    font-size: 18px;
  }

  .cdo-sponsor-stats,
  .cdo-sponsor-grid {
    grid-template-columns: 1fr;
  }

  .cdo-sponsor-banner,
  .cdo-sponsor-contact {
    padding: 28px;
  }

  .cdo-contact-copy h2,
  .cdo-sponsor-banner h2 {
    font-size: 30px;
  }
}
/* PODCAST HUB */

.cdo-podcast-page{
max-width:1280px;
width:calc(100% - 40px);
margin:-60px auto 0;
padding-bottom:70px;
}

.cdo-podcast-hero{
background:linear-gradient(110deg,#0b0b0d 0%,#111 64%,#c80010 64%);
padding:64px 56px;
border-left:6px solid #c80010;
margin-bottom:34px;
color:#fff;
}

.cdo-podcast-hero h1{
font-size:clamp(38px,4vw,60px);
line-height:1.05;
margin-bottom:20px;
color:#fff;
max-width:950px;
}

.cdo-podcast-hero p{
font-size:20px;
line-height:1.6;
color:#eee;
max-width:860px;
margin-bottom:30px;
}

.cdo-podcast-actions{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.cdo-podcast-layout{
display:grid;
grid-template-columns:minmax(0,2fr) 340px;
gap:30px;
}

.cdo-podcast-featured{
background:#111;
border-left:6px solid #c80010;
padding:36px;
margin-bottom:34px;
color:#fff;
}

.cdo-podcast-featured h2{
font-size:40px;
line-height:1.1;
margin:14px 0;
color:#fff;
}

.cdo-podcast-featured p{
color:#eee;
font-size:18px;
line-height:1.6;
}

.cdo-featured-video{
margin-top:28px;
}

.cdo-podcast-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.cdo-podcast-card{
background:#fff;
border:1px solid #e5e5e5;
border-top:5px solid #c80010;
overflow:hidden;
text-decoration:none;
color:#111;
box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.cdo-podcast-card img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
display:block;
}

.cdo-podcast-card h3{
padding:18px 18px 8px;
font-size:24px;
line-height:1.2;
}

.cdo-podcast-card p{
padding:0 18px 22px;
color:#555;
line-height:1.5;
}

.cdo-podcast-testimonials{
display:grid;
gap:20px;
margin-top:24px;
}

.cdo-podcast-testimonials blockquote{
background:#f5f5f5;
border-left:5px solid #c80010;
padding:26px;
margin:0;
font-size:18px;
line-height:1.6;
}

.cdo-podcast-testimonials strong{
display:block;
margin-top:14px;
}

.cdo-sidebar-box{
background:#111;
border-left:6px solid #c80010;
padding:26px;
margin-bottom:24px;
color:#fff;
}

.cdo-sidebar-box h3{
color:#fff;
font-size:28px;
margin-bottom:12px;
}

.cdo-sidebar-box p{
color:#eee;
line-height:1.6;
}

.cdo-sidebar-link{
display:block;
margin-top:16px;
color:#fff !important;
font-weight:700;
}

@media(max-width:1000px){

.cdo-podcast-layout{
grid-template-columns:1fr;
}

.cdo-podcast-grid{
grid-template-columns:1fr;
}

}

@media(max-width:700px){

.cdo-podcast-page{
width:calc(100% - 24px);
margin-top:-30px;
}

.cdo-podcast-hero{
background:#111;
padding:36px 26px;
}

.cdo-podcast-hero h1{
font-size:34px;
}

}
/* PODCAST PAGE CLEANUP - SINGLE COLUMN STABLE VERSION */

.cdo-podcast-page {
  max-width: 1180px !important;
  width: calc(100% - 48px) !important;
  margin: -50px auto 0 !important;
  padding: 0 0 70px !important;
}

.cdo-podcast-layout {
  display: block !important;
}

.cdo-podcast-main,
.cdo-podcast-sidebar {
  width: 100% !important;
  max-width: 100% !important;
}

.cdo-podcast-sidebar {
  position: static !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 40px !important;
}

.cdo-podcast-hero {
  background: #111 !important;
  border-left: 6px solid #d60012 !important;
  padding: 54px 56px !important;
  margin-bottom: 34px !important;
  overflow: hidden !important;
}

.cdo-podcast-hero h1 {
  color: #fff !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.08 !important;
  max-width: 900px !important;
}

.cdo-podcast-hero p {
  color: #eee !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  max-width: 850px !important;
}

.cdo-podcast-featured {
  background: #111 !important;
  border-left: 6px solid #d60012 !important;
  padding: 34px !important;
  margin-bottom: 44px !important;
}

.cdo-podcast-featured h2 {
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1.15 !important;
}

.cdo-podcast-featured p {
  color: #eee !important;
  font-size: 18px !important;
}

.cdo-featured-video iframe {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  display: block !important;
}

.cdo-podcast-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

.cdo-podcast-card {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-top: 6px solid #d60012 !important;
  text-decoration: none !important;
  color: #111 !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;
  min-height: 360px !important;
}

.cdo-podcast-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  display: block !important;
}

.cdo-podcast-card h3 {
  color: #111 !important;
  font-size: 22px !important;
  line-height: 1.22 !important;
  padding: 20px 20px 8px !important;
  margin: 0 !important;
}

.cdo-podcast-card p {
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 0 20px 24px !important;
  margin: 0 !important;
}

.cdo-podcast-testimonials blockquote {
  background: #f4f4f4 !important;
  color: #111 !important;
  border-left: 6px solid #d60012 !important;
  padding: 28px !important;
  margin: 0 0 22px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}

.cdo-podcast-testimonials strong {
  color: #111 !important;
  display: block !important;
  margin-top: 16px !important;
}

.cdo-sidebar-box {
  background: #111 !important;
  color: #fff !important;
  border-left: 6px solid #d60012 !important;
  padding: 30px !important;
}

.cdo-sidebar-box h3 {
  color: #fff !important;
  font-size: 28px !important;
}

.cdo-sidebar-box p {
  color: #eee !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

@media (max-width: 1000px) {
  .cdo-podcast-grid,
  .cdo-podcast-sidebar {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  .cdo-podcast-page {
    width: calc(100% - 24px) !important;
    margin-top: -30px !important;
  }

  .cdo-podcast-hero {
    padding: 34px 26px !important;
  }

  .cdo-podcast-grid,
  .cdo-podcast-sidebar {
    grid-template-columns: 1fr !important;
  }
}
/* PODCAST PAGE FINAL CLEANUP */

.cdo-podcast-sidebar .cdo-sidebar-box:nth-child(3) {
  display: none !important;
}

/* Remove decorative quote marks */
.cdo-podcast-testimonials blockquote::before,
.cdo-podcast-testimonials blockquote::after {
  display: none !important;
  content: none !important;
}

/* Make testimonial text readable */
.cdo-podcast-testimonials blockquote {
  color: #111 !important;
  background: #f4f4f4 !important;
  opacity: 1 !important;
}

/* Fix podcast card blank/skinny behavior */
.cdo-podcast-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.cdo-podcast-card {
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.cdo-podcast-card img {
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
  background: #111 !important;
}

.cdo-podcast-card h3,
.cdo-podcast-card p {
  display: block !important;
  visibility: visible !important;
}

@media (max-width: 900px) {
  .cdo-podcast-grid {
    grid-template-columns: 1fr !important;
  }
}