/*
Use: Custom Styling
Scope: All devices
Theme: Russell Publishing Child Theme
Copyright 2025, © Russell Publishing
Author: Supersonic Playground
*/

/*************************************************************************
 #Drug Target Review - Custom Styles
**************************************************************************/

/* ---------------------------------------------------------------
    #Elementor Header Navigation Compatibility 
--------------------------------------------------------------- */

/* Ensure Elementor navigation menus inherit the theme's main navigation styles */
.elementor-widget-nav-menu .elementor-nav-menu,
.elementor-nav-menu__layout-horizontal .elementor-nav-menu,
.elementor-nav-menu ul {
  margin-left: 0;
  position: relative;
  display: flex !important;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  width: 100%;
  list-style: none;
}

.elementor-nav-menu li {
  list-style-type: none !important;
  position: relative;
  margin: auto;
  flex: 1 0 auto;
}

.elementor-nav-menu li a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  text-decoration: none;
}

.elementor-nav-menu li.current-page-ancestor a,
.elementor-nav-menu li.current-menu-ancestor a,
.elementor-nav-menu li.current-menu-item a {
  color: #009fe3 !important;
}

/* Sub-menu styling for Elementor navigation */
.elementor-nav-menu li ul.sub-menu,
.elementor-nav-menu .elementor-nav-menu--dropdown {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  top: calc(100% + 2rem);
  left: 50%;
  background-color: #ffffff;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 9999;
}

.elementor-nav-menu li:hover ul.sub-menu,
.elementor-nav-menu li:focus-within ul.sub-menu,
.elementor-nav-menu li:hover .elementor-nav-menu--dropdown,
.elementor-nav-menu li:focus-within .elementor-nav-menu--dropdown {
  visibility: visible;
  opacity: 1;
}

/* Mobile navigation adjustments */
@media screen and (max-width: 62.5em) {
  .elementor-nav-menu .elementor-nav-menu {
    flex-direction: column;
  }
}
.live/development-indicator {
display:none !important;
}
/* ---------------------------------------------------------------
    #3. Dynamic Content & Hero Sections
--------------------------------------------------------------- */
header.dark-header .welcome-back {
  color: #fff;
}
.homepage-hero p {
  max-width:780px;
  margin:0 auto 2.5rem;
}
.homepage-hero form.searchwp-form .swp-flex--gap-md {
  column-gap:0 !important;
}
.homepage-hero #searchwp-form-4 .btn-small, .btn-sm, #searchwp-form-4 input[type="submit"].btn-small, #searchwp-form-4 input[type="submit"].btn-sm {
  border-radius:0 4px 4px 0 !important;
  padding: 0.4rem 0.8rem !important;
  font-size:0.95rem !important;
  font-weight:600 !important;
  transform: none !important;
  max-width:130px !important;
  flex:none !important;
}
.homepage-hero #searchwp-form-4 .swp-input, #searchwp-form-4 .swp-select {
  height:48px !important;
  border-radius:4px 0 0 4px !important;
}
header .welcome-back {
  color: #5c5c5c;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  margin-right: 1rem;
  box-shadow: none;
  vertical-align: middle;
}
header.scrolling .welcome-back {
  color: #333;
}

.main-content:not(.dark-header) > :first-child::before {
  display: none !important;
}
.homepage-hero .billboard-ad {
  background: #fff;
}
.full-page.save-to-collection.vertical-half-margin {
  margin-top: 1.5rem;
}
.full-page.save-to-collection {
  z-index: 9;
  position: relative;
}
.hero-container.text-only-hero {
  padding-top: 0rem;
}
/* .homepage-hero .hero-image-carousel .carousel-cell .inner-container {
  padding-top:0;
} */
.homepage-hero .hero-image-carousel .carousel-cell .inner-container .full-page {
margin:0 auto;
padding:0;
width:100%;
max-width:980px;
text-align: center;
}
.full-page.hero-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 46.875em) {
  .image-only-hero-content.shifted-hero {
    padding:30px 30px 0 30px;
    border:0;
    box-sizing: content-box !important;
    margin-top: -12rem;
    transform: translateX(-2%);
    min-height:200px;
    max-height:200px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    margin-bottom:40px;
    background-color: #fafafa !important;
  }
}

/* Responsive adjustments for different screen sizes */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .image-only-hero-content.shifted-hero {
    transform: translateX(-1.5%) !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .image-only-hero-content.shifted-hero {
    transform: translateX(-2%) !important;
  }
}

@media screen and (min-width: 1441px) {
  .image-only-hero-content.shifted-hero {
    transform: translateX(-2.5%) !important;
  }
}
.image-only-hero-content.shifted-hero h1 {
  margin:0 !important;
  min-height: auto !important;
  max-height: auto !important;
}

.hero-content .section-heading .icon {
  position:absolute;
  top:-15px;
  right:-15px;
}

/* ---------------------------------------------------------------
    #5. SearchWP Live Search Customization
--------------------------------------------------------------- */

/* --- Search Form & Results --- */
#searchwp-form-1 input[type=submit] {
  display: none !important;
}
#searchwp-form-1 {
  position: relative;
  display: inline-block;
}
.searchwp-live-search-results {
  position: absolute !important;
  width: 81.25% !important;
  top: 70px;
  margin: 19px 100px 3% 16.76%;
  left: 0 !important;
  box-sizing: border-box !important;
  transform: none !important;
  background: #ffffff !important;
  padding: 60px 25px 0px !important;
  z-index: 20 !important;
  border-radius: 0 0 6px 6px;
}
.searchwp-live-search-result {
  display: flex;
  align-items: stretch;
  gap: 20px;
  border-bottom: 1px solid #e0e0e0 !important;
  padding-bottom: 25px;
  margin-bottom: 25px !important;
}
h4.searchwp-live-search-result--title {
  margin-bottom: 10px;
}
h4.searchwp-live-search-result--title a {
  font-size: 1.1rem !important;
  color: #333333 !important;
}
p.searchwp-live-search-result--desc {
  font-size: 15px;
  color: #5c5c5c !important;
  text-wrap: balance !important;
}
.searchwp-live-search-result--img {
  flex: 0 0 120px;
  display: flex;
}
.searchwp-live-search-result--img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}
.searchwp-live-search-result--info {
  flex: 1;
}

/* ---------------------------------------------------------------
    #9. Miscellaneous
--------------------------------------------------------------- */
.date-topics {
  justify-content: flex-end;
}

.date-topics .date {
  color: #5c5c5c !important;
  font-weight: 500;
  font-size:0.7rem;
  margin-top:8px;
}

.standfirst {
  color:#333 !important;
}

.hero-content #breadcrumbs,
.hero-content #breadcrumbs a {
  color:#5c5c5c;
}

.webinar-listing .image .content .date-topics {
  margin:1rem 0 0 0;
}

.webinar-listing .image .content .date-topics .topic {
  font-size:0.7rem;
}

.webinar-listing .image .content .date-topics .date {
  position:relative;
  top:-5px !important;
  color:#fff !important;
}

.save-to-collection-heading:hover,
.save-to-collection-heading.saved {
  background:#009fe3;
}

.featured-content-tabs .vertical-align.stretch {
  margin:0;
}

.vertical-align.stretch {
  display: flex;
  align-items: stretch;
  margin:0 3%;
  gap:3%;
}

.vertical-align.stretch .half-page {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  margin-bottom:40px;
}

.news-listing:last-child,
.whitepaper-listing:last-child {
  margin-bottom:0 !important;
  border-bottom:0;
  padding-bottom:0 !important;
}

.most-recent-news {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* baseline alignment for .featured-post */
}

.home-page.news .featured-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* baseline alignment */
  height: 100%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  padding-bottom: 35px !important;
  border-radius: 8px;
  overflow: hidden;
}

.home-page.news .featured-post .content {
    align-items: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:5px;
    padding:0 25px !important
}

.home-page.news .featured-post .excerpt {
  margin-top:0.75rem;
}

.home-page.news .featured-post .image {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.home-page.news .featured-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* Optional: for hard clipping, you can use clip-path */
  /* clip-path: inset(0 0 0 0); */
}

.main-body-content.podcasts ul li, .main-body-content.webinars ul li, .main-body-content.publications ul li {
    padding-left: 1.75rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-top: 1px solid #dddddd;
    position: relative;
    font-size: 0.85rem;
    margin-bottom: 0;
    color: #5c5c5c;
}

.main-body-content.podcasts ul li:before, .main-body-content.webinars ul li:before, .main-body-content.publications ul li:before {
  top:auto;
}

.home-page.news .featured-post .arrow {
  background-color: #f5f7f9;
}

.article-listing .content {
  width:100%;
  border-radius: 0 0 4px 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding:0 25px 25px !important;
}

.article-listing .content h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    min-height:auto !important;
}

article.article-listing {
  border-radius: 8px;
  overflow:hidden;
  margin-bottom:35px !important;
  background:#f2f2f2;
}

article.article-listing .content .post-details {
  margin-top:15px;
}

.featured-post .date-topics {
  display: none;
}

.featured-post .content .date-topics {
  display:flex;
}

.inner-container.gap-3 .nested {
  gap:4%;
}
/* ---------------------------------------------------------------
    #Thank You Page - Dashboard Grid (3 Columns)
--------------------------------------------------------------- */

.overview-dashboard-grid {
  display: flex !important;
  flex-direction: row !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1320px !important;
}

.overview-dashboard-grid > div {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 1.5em !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.overview-dashboard-grid .collection-grid-all,
.overview-dashboard-grid .collection-grid {
  height: 100% !important;
  min-height: 320px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

@media (max-width: 900px) {
  .overview-dashboard-grid {
    flex-direction: column !important;
  }
  .overview-dashboard-grid > div {
    padding: 0 !important;
    margin-bottom: 2em !important;
  }
}

#nf-error-221 .nf-error-msg,
#nf-error-220 .nf-error-msg {
  top:-40px;
}

#nf-error-232 {
  display:none !important;
}

.hero-container.dark-header-image {
  padding-bottom:3rem;
}

.dark-header-image h1,
.dark-header-image .breadcrumbs a,
.dark-header-image .breadcrumbs span,
.dark-header-image .standfirst,
.dark-header-image .hero-content #breadcrumbs,
.dark-header-image .hero-content #breadcrumbs a {
  color: #fff !important;
}

.hero-container.dark-header-image:after {
  display: none !important;
}

.inner-container.carousel-topics {
  background-color: #ffffff;
  margin:0;
  padding:25px 4% 0;
  border-radius:8px 8px 0 0
}

.carousel-topics .section-heading {
  height:80px;
}

/* FORCE TOPICS CAROUSEL TO BE VISIBLE - Override inline transform styles */
.inner-container.carousel-topics {
  transform: translate3d(0px, 0px, 0px) !important;
  position: relative !important;
  top: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure the topics carousel container is properly positioned */
.homepage-hero .inner-container.carousel-topics {
  transform: none !important;
  position: static !important;
}

/* REMOVED: Smooth transition when parallax stops at -170px */
/* .homepage-hero .inner-container.carousel-topics.ani-scroll-stop {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
} */

/* REMOVED: Hero content container parallax - moves down slower */
/* .homepage-hero .hero-content-container {
  will-change: transform !important;
} */

/* REMOVED: Smooth transition when hero content stops at 50px */
/* .homepage-hero .hero-content-container.ani-scroll-stop {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
} */

.webinar-homepage-grid {
  gap:30px;
}

.grey .outer-container {
  background-color: #f2f2f2;
  padding: 60px 20px;
  position: relative;
  top:20px;
}

.grey .section-heading {
  margin-top:0;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    padding: 0.4rem 0.6rem !important;
    font-size: 0.8rem !important;
    min-height: 48px !important;
    max-height: 48px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    min-width: 150px !important;
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%) !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    /* Shimmer Effect */
    position: relative !important;
    overflow: hidden !important;
}

/* Gravity Forms Shimmer Effect */
.gform-theme.gform-theme--framework.gform_wrapper .button::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button::before,
.gform-theme.gform-theme--framework.gform_wrapper button.button::before,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button::before,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset])::before,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
    z-index: 1 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:hover::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:hover::before,
.gform-theme.gform-theme--framework.gform_wrapper button.button:hover::before,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:hover::before,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):hover::before,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:hover::before {
    left: 100% !important;
}

/* Blue Button Hover State for Gravity Forms */
.gform-theme.gform-theme--framework.gform_wrapper .button:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:hover,
.gform-theme.gform-theme--framework.gform_wrapper button.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):hover,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:hover {
    background-position: right !important;
}

/*************************************************************************
 #Homepage Enhanced Styling - NewsFlash Inspired Design System
**************************************************************************/

/*
 * Homepage Enhanced Styling
 * Inspired by NewsFlash design system - focusing on consistency, spacing, typography, and visual refinement
 * Version: 1.0
 * Date: September 20, 2025
 */

/* ===== RESET & BASE STYLES ===== */
* {
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
}

/* ===== TYPOGRAPHY SYSTEM ===== */
h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    color: #0f0f0f;
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1.25rem 0;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    color: #2a2a2a;
}

h4 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 0.75rem 0;
    color: #2a2a2a;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    color: #4a4a4a;
}

.text-small {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #6a6a6a;
}

.text-meta {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===== CONTAINER SYSTEM ===== */
.enhanced-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 768px) {
    .enhanced-container {
        padding: 0 1.5rem;
    }
}

/* ===== SECTION BACKGROUNDS ===== */
.section-light {
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.section-white {
    background-color: #ffffff;
}

.section-blue {
  background:linear-gradient(135deg, #3182ce 0%, #2c5282 100%) !important
}

.section-inner {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 2.5rem;
    margin: 2rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
    .section-inner {
        padding: 2rem 1.5rem;
        border-radius: 12px;
        margin: 1.5rem 0;
    }
}

/* ===== CARD COMPONENTS ===== */
.enhanced-card {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.enhanced-card:hover {
    border-color: #e0e0e0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.enhanced-card-large {
    border-radius: 20px;
}

.enhanced-card-content {
    padding: 2rem;
}

.enhanced-card-content-compact {
    padding: 1.5rem;
}

@media (max-width: 768px) {
    .enhanced-card-content {
        padding: 1.5rem;
    }
    .enhanced-card-content-compact {
        padding: 1.25rem;
    }
}

/* ===== IMAGE STYLES ===== */
.enhanced-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.enhanced-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.enhanced-image-container:hover .enhanced-image-overlay {
    opacity: 1;
}

.enhanced-image-overlay-dark {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 70%,
        rgba(0, 0, 0, 0.7) 100%
    );
    opacity: 1;
}

.enhanced-featured-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.enhanced-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.enhanced-image-small {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

/* ===== GRID LAYOUTS ===== */
.enhanced-grid {
    display: grid;
    gap: 2rem;
}

.enhanced-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.enhanced-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.enhanced-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media (max-width: 768px) {
    .enhanced-grid {
        gap: 1.5rem;
    }
    
    .enhanced-grid-2,
    .enhanced-grid-3,
    .enhanced-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* ===== LATEST NEWS SECTION ===== */
.enhanced-latest-news {
    padding: 4rem 0;
}

.enhanced-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ff4444;
    position: relative;
}

.enhanced-section-header::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #ff4444;
}

.enhanced-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f0f0f;
    margin: 0;
}

.enhanced-view-all-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #ff4444;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.enhanced-view-all-link:hover {
    color: #e63939;
}

.enhanced-view-all-link::after {
    content: '→';
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

.enhanced-view-all-link:hover::after {
    transform: translateX(3px);
}

/* ===== FEATURED ARTICLE ===== */
.enhanced-featured-article {
    grid-column: span 2;
    position: relative;
}

.enhanced-featured-article .enhanced-image-container {
    height: 400px;
    border-radius: 16px;
}

.enhanced-featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem;
    color: white;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    border-radius: 0 0 16px 16px;
}

.enhanced-featured-meta {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.enhanced-category-tag {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.enhanced-date-tag {
    font-size: 0.8125rem;
    opacity: 0.9;
}

.enhanced-featured-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: white;
}

@media (max-width: 768px) {
    .enhanced-featured-article {
        grid-column: span 1;
    }
    
    .enhanced-featured-article .enhanced-image-container {
        height: 280px;
    }
    
    .enhanced-featured-content {
        padding: 2rem;
    }
    
    .enhanced-featured-title {
        font-size: 1.5rem;
    }
}

/* ===== UTILITY CLASSES ===== */
.enhanced-text-center {
    text-align: center;
}

.enhanced-text-left {
    text-align: left;
}

.enhanced-text-right {
    text-align: right;
}

.enhanced-mb-0 { margin-bottom: 0; }
.enhanced-mb-1 { margin-bottom: 0.5rem; }
.enhanced-mb-2 { margin-bottom: 1rem; }
.enhanced-mb-3 { margin-bottom: 1.5rem; }
.enhanced-mb-4 { margin-bottom: 2rem; }

.enhanced-mt-0 { margin-top: 0; }
.enhanced-mt-1 { margin-top: 0.5rem; }
.enhanced-mt-2 { margin-top: 1rem; }
.enhanced-mt-3 { margin-top: 1.5rem; }
.enhanced-mt-4 { margin-top: 2rem; }

.enhanced-d-flex {
    display: flex;
}

.enhanced-align-center {
    align-items: center;
}

.enhanced-justify-between {
    justify-content: space-between;
}

.enhanced-gap-1 { gap: 0.5rem; }
.enhanced-gap-2 { gap: 1rem; }
.enhanced-gap-3 { gap: 1.5rem; }
.enhanced-gap-4 { gap: 2rem; }

/* ===== RESPONSIVE REFINEMENTS ===== */
@media (max-width: 1024px) {
    .enhanced-container {
        padding: 0 1.5rem;
    }
    
    .section-inner {
        padding: 2rem 1.5rem;
    }
    
    .enhanced-featured-article .enhanced-image-container {
        height: 350px;
    }
}

@media (max-width: 640px) {
    .enhanced-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .enhanced-view-all-link {
        font-size: 0.875rem;
    }
}

.outer-container.padded {
  background:#f8fafc !important;
}

.inner-container .section-heading {
  border-top:0;
}

/* .inner-container .section-heading::after {
  content: '';
  width: 85%;
  height: 1px;
  display: block;
  position: absolute;
  background: #b1b0b08c;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
} */

.inner-container .section-heading h2 {
    border-left: 4px solid #871f80;
    border-width: 90%;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    color: #333;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    padding-left: 10px;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

.inner-container .section-heading .label-icon {
  padding-top:0;
}

.inner-container .section-heading .enhanced.button {
  background:none !important;
  padding:0 !important;
  color:#5c5c5c !important;
}

.vertical-align.stretch .half-page.enhanced,
.horizonal-third-row,
.horizontal-thirds-row {
  border-radius:8px;
  padding:25px;
  background:#fff;
  box-shadow:0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-thirds-row .content {
  gap:0 !important;
}

.vertical-align.stretch .half-page.enhanced .news-listing h4 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.grey-section .news-listing .date-topics {
  display:none;
}

.featured-content-tabs .content-type-badge {
  top:0 !important;
  right:0 !important;
  left:auto !important;
  background: #f2f2f2 ;
  font-size: 0.6rem;
  padding: 0.25rem 0.5rem;
  color: #871f80;
  border-radius: 0 !important;
}

.filters .outer-container {
  background:#f8fafc !important;
  padding:40px 20px 20px !important;
  border-radius:8px;
  box-shadow:0 20px 40px 0 rgba(0, 0, 0, 0.05);
  margin-top:-80px !important;
}

.filters .outer-container .filter-bar {
  background:transparent !important;
}

.outer-container.white-section {
  background:#ffffff !important;
  padding:1rem 0 3rem;
}

publication.publication-listing  {
      --border-bottom-width: 1px;
    --border-color: rgba(203, 213, 225, 0.3);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 0px;
    gap: 16px;
    height: min-content;
    overflow: visible;
    padding: 24px;
    position: relative;
    width: 100%;
}

.publication-listing .image img {
  height:260px;
  border-radius: 8px;
}

.publication-listing .excerpt p {
  font-size:0.8rem !important
}

.whitepaper-listing .image img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9 !important;
    object-fit: cover !important;
    height: 100%;
}

.most-recent-whitepapers .featured-post {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    padding-bottom: 35px !important;
    border-radius: 8px;
    overflow: hidden;
}

.most-recent-whitepapers .featured-post .image {
    flex: 1 1 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.most-recent-whitepapers .featured-post .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* Optional: for hard clipping, you can use clip-path */
    /* clip-path: inset(0 0 0 0); */
}

.most-recent-whitepapers .featured-post .content {
    align-items: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:5px;
    padding:0 25px !important
}

.most-recent-whitepapers .featured-post .content h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.most-recent-whitepapers .featured-post .excerpt {
  margin-top:0.75rem;
  font-size:0.75rem;
}

/* ---------------------------------------------------------------
    #Sticky Sidebar - Simplified CSS for JavaScript Control
--------------------------------------------------------------- */

/* Let JavaScript handle all sticky positioning */
.one-third-page {
  position: relative;
  align-self: flex-start;
}

/* Ensure parent container allows sticky positioning */
.two-thirds-one-third {
  overflow: visible;
  height: auto;
}

.main-content {
  overflow: visible;
}

/* Ensure the sidebar container has proper spacing */
.one-third-page .full-page {
  margin-bottom: 2rem;
}

.one-third-page .full-page:last-child {
  margin-bottom: 0;
}

/* Sidebar background styling */
.one-third-page {
  background: #f8fafc;
  border-radius: 8px;
}

.one-third-page .full-page:last-child {
  background: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .one-third-page {
    position: relative;
    top: auto;
  }
  
  /* Make featured content and whitepapers full width on mobile */
  .vertical-align.stretch .half-page {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .vertical-align.stretch {
    flex-direction: column !important;
    gap: 0 !important;
  }
}

article.news-listing,
article.whitepaper-listing,
article.article-listing {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom:20px;
  margin-bottom:20px;
  /* More Info Cursor Effect */
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.3s ease !important;
}

article.news-listing .image,
article.whitepaper-listing .image {
  width:175px;
  height:175px;
  border-radius: 8px;
  overflow:hidden;
}

article.news-listing:hover .image,
article.whitepaper-listing:hover .image {
  overflow:hidden;
  width:175px;
  height:175px;
  border-radius: 8px;
}

.grey-section .image-layover-icon {
  z-index:2;
}

article.news-listing:hover .image-layover-icon::after,
article.whitepaper-listing:hover .image-layover-icon::after {
  background-color:#009fe3;
}

article.news-listing:hover .image img,
article.whitepaper-listing:hover .image img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

article.whitepaper-listing .content h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

article.news-listing .content p,
article.whitepaper-listing .content p {
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

article.news-listing .content,
article.whitepaper-listing .content,
article.article-listing .content {
    align-items: left;
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: center;
}

.webinar-homepage-grid .webinar-listing {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 0px;
}


.webinar-homepage-grid .webinar-listing:hover .image {
  overflow:hidden;
}

.webinar-homepage-grid .webinar-listing .image-layover-icon {
  z-index:2;
}

.webinar-homepage-grid .webinar-listing:hover .image-layover-icon::after {
  background-color:#009fe3;
}

.webinar-homepage-grid .webinar-listing:hover .image img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.webinar-homepage-grid .webinar-listing:hover .image .content a, .webinar-homepage-grid .webinar-listing .image .content a h4 {
  transform: translateY(-5px);
}

footer .one-third-page {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.homepage-video-grid .one-third-page {
  background-color:transparent !important;
}

.homepage-video-grid .flickity-prev-next-button {
  bottom:-2.5rem !important;
}

.homepage-video-grid .flickity-page-dots {
  bottom:-15px;
}

/*************************************************************************
 #Featured Content Tabs & Layout System
**************************************************************************/

/* ===== TAB NAVIGATION SYSTEM ===== */
.featured-content-tabs {
    width: 100%;
}

.tab-navigation {
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.tab-button {
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    color: #5c5c5c;
    font-weight: 500 !important;
}

.tab-button:hover,
.tab-button.active {
    color: #871f80;
    border-bottom-color: #871f80;
    font-weight:600 !important;
}

/* ===== TAB CONTENT VISIBILITY ===== */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* ===== CONTENT TYPE BADGES ===== */
/* Large badges for featured posts */
.content-type-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 2;
}

/* Small badges for sidebar and grid posts */
.content-type-badge-small {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 2;
}

.post-details {
  font-size:13px;
  color:#8a8a8a;
}

/* ===== FEATURED CONTENT LAYOUT STYLES ===== */
/* Content container spacing */
.featured-content-tabs .content {
    gap: 5px;
}

/* Title styling for all posts */
.featured-content-tabs .content h4,
.featured-content-tabs .title h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Content paragraph styling - ready for future styles */
/* article.news-listing .content p { } */

/* ===== HORIZONTAL THIRDS ROW LAYOUT ===== */
.horizontal-thirds-row {
    display: flex;
    gap: 2rem;
}

/* Third column containers */
.third-page {
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing */
    display: flex;
    flex-direction: column;
}

.third-page .news-listing {
    height: 100%;
    flex: 1;
}

/* Image styling for horizontal thirds */
.horizontal-thirds-row .image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

/* ===== VERTICAL LAYOUT FOR BOTTOM ROW CARDS ===== */
/* Main vertical layout styling */
.horizontal-thirds-row .news-listing.vertical-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image container for vertical layout */
.horizontal-thirds-row .news-listing.vertical-layout .image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

/* Content container for vertical layout */
.horizontal-thirds-row .news-listing.vertical-layout .content,
.video-slider-horizontal .third-page .content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Content typography adjustments */
.horizontal-thirds-row .news-listing.vertical-layout .content h4,
.video-slider-horizontal .third-page .content h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.horizontal-thirds-row .news-listing.vertical-layout .content .date-topics,
.video-slider-horizontal .third-page .content .date-topics {
    margin-bottom: 10px;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 768px) {
    /* Tab navigation responsive */
    .tab-navigation {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tab-button {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Stack horizontal thirds vertically on mobile */
    .horizontal-thirds-row {
        flex-direction: column;
        gap: 1rem;
    }
}

/*************************************************************************
 #Video Offset Slider Carousel
**************************************************************************/

/* ===== VIDEO SLIDER CONTAINER ===== */
.video-scroll-container {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 2rem calc(50% - 50vw) 0 calc(50% - 50vw);
    width: 100vw;
    scroll-behavior: smooth;
}

.video-scroll-container::-webkit-scrollbar {
    display: none;
}

.video-scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* ===== INNER SCROLL CONTAINER ===== */
.video-inner-scroll-container {
    display: flex;
    gap: 2rem;
    scroll-snap-type: x mandatory;
    width: auto;
    padding-left: 10vw;
    padding-right: 10vw;
}

/* ===== VIDEO SLIDE ITEMS ===== */
.video-slide-item {
    scroll-snap-align: center;
    width: 18rem;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.video-slide-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
}

/* ===== VIDEO SLIDE CONTENT ===== */
.video-slide-item .news-listing {
    height: 100%;
    margin: 0;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width:403px;
    max-width: 403px;
}

.video-slide-item .image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    flex-shrink: 0;
    border-radius: 8px;
}

.video-slide-item .image img {
    width: 100%;
    max-width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.video-slide-item .content {
    padding: 1.5rem;
    gap: 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.video-slide-item .content h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0.5rem 0 0.75rem 0;
}

.video-slide-item .content p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    flex: 1;
}

.video-slide-item .date-topics {
    margin-bottom: 0.5rem;
}

.video-slide-item .post-details {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.video-slider-horizontal .news-listing:hover .image {
  width:100% !important;
  height:200px !important;
}

/* ===== RESPONSIVE VIDEO SLIDER ===== */
@media (max-width: 768px) {
    .video-inner-scroll-container {
        padding-left: 5vw;
        padding-right: 5vw;
        gap: 1.5rem;
    }
    
    .video-slide-item {
        width: 16rem;
    }
    
    .video-slide-item .image {
        height: 10rem;
    }
    
    .video-slide-item .content {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .video-inner-scroll-container {
        padding-left: 4vw;
        padding-right: 4vw;
        gap: 1rem;
    }
    
    .video-slide-item {
        width: 14rem;
    }
    
    .video-slide-item .image {
        height: 9rem;
    }
}

/*************************************************************************
 #Video Horizontal Slider (Thirds Row Style with Overflow)
**************************************************************************/

/* ===== VIDEO HORIZONTAL SLIDER ===== */
.video-horizontal-slider {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -25px; /* Extend beyond container padding */
    padding: 0 25px; /* Restore inner padding */
    scroll-behavior: smooth;
}

.video-horizontal-slider::-webkit-scrollbar {
    display: none;
}

.video-horizontal-slider {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* ===== VIDEO SLIDER CONTAINER ===== */
.video-slider-container {
    display: flex;
    gap: 2rem;
    width: max-content; /* Allow container to extend beyond viewport */
    scroll-snap-type: x mandatory;
}

/* ===== VIDEO THIRD PAGE ITEMS ===== */
.video-slider-container .third-page {
    flex: 0 0 auto; /* Don't shrink, maintain size */
    width: calc((100vw - 10rem) / 3); /* Similar to thirds but fixed width */
    min-width: 280px; /* Minimum width for smaller screens */
    max-width: 350px; /* Maximum width for larger screens */
    scroll-snap-align: start;
}

/* ===== MAINTAIN EXISTING STYLING ===== */
.video-slider-container .third-page .news-listing {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-slider-container .third-page .news-listing.vertical-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.video-slider-container .third-page .image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.video-slider-container .third-page .image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.video-slider-container .third-page .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.video-slider-container .third-page .content h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

/* ===== RESPONSIVE VIDEO HORIZONTAL SLIDER ===== */
@media (max-width: 768px) {
    .video-horizontal-slider {
        margin: 0 -20px;
        padding: 0 20px;
    }
    
    .video-slider-container {
        gap: 1.5rem;
    }
    
    .video-slider-container .third-page {
        width: 250px;
        min-width: 250px;
        max-width: 300px;
    }
    
    .video-slider-container .third-page .image {
        height: 160px;
    }
    
    .video-slider-container .third-page .image img {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .video-slider-container .third-page {
        width: 220px;
        min-width: 220px;
        max-width: 250px;
    }
    
    .video-slider-container .third-page .image {
        height: 140px;
    }
    
    .video-slider-container .third-page .image img {
        height: 140px;
    }
}

/*************************************************************************
 #White Container Video Slider (8 Videos)
**************************************************************************/
.full-page.white-container {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

/*************************************************************************
 #Blockquote Styling with Top-Centered Quote Icon
**************************************************************************/
.article-content blockquote {
    border-radius: 8px;
    padding: 55px 25px 25px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin: 3rem 0 2rem !important;
    border: 1px solid #f0f0f0;
    position: relative;
    font-style: italic;
    color: #333;
    line-height: 1.6;
    border:4px solid #861f7e;
}

.article-content blockquote::before {
    position: absolute;
    top: -35px;
    background:#871f80;
    width:70px;
    height:70px;
    border-radius:50%;
    left: 50%;
    content:'\f10e';
    transform: translateX(-50%);
    font-size: 2rem;
    padding:14px;
    color: #fff;
    font-weight:bold;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
}

.article-content blockquote p {
    margin: 0;
    font-size: 1rem;
    text-align: center;
}

/* Responsive adjustments for blockquotes */
@media (max-width: 768px) {
    .article-content blockquote {
        padding: 60px 20px 20px;
    }
    
    .article-content blockquote::before {
        font-size: 2.5rem;
        top: 15px;
    }
    
    .article-content blockquote p {
        font-size: 1rem;
    }
}
/* ===== WHITE CONTAINER SLIDER ===== */
.white-container-slider {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px;
    margin: 0 -25px; /* Extend beyond inner container */
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    width:200vw;
}

.white-container-slider::-webkit-scrollbar {
    display: none;
}

.white-container-slider {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* ===== HORIZONTAL VIDEO SLIDER ===== */
.horizontal-video-slider {
    display: flex;
    gap: 2rem;
    width: max-content; /* Allow container to extend beyond viewport */
    scroll-snap-type: x mandatory;
}

/* ===== VIDEO SLIDER ITEMS ===== */
.horizontal-video-slider .third-page {
    flex: 0 0 auto; /* Don't shrink, maintain size */
    width: 300px; /* Fixed width to maintain column size */
    scroll-snap-align: start;
}

/* ===== MAINTAIN EXISTING STYLING ===== */
.horizontal-video-slider .third-page .news-listing {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.horizontal-video-slider .third-page .news-listing.vertical-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.horizontal-video-slider .third-page .image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.horizontal-video-slider .third-page .image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.horizontal-video-slider .third-page .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.horizontal-video-slider .third-page .content h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

/* ===== RESPONSIVE WHITE CONTAINER SLIDER ===== */
@media (max-width: 768px) {
    .white-container-slider {
        margin: 0 -20px;
        padding: 30px 20px;
    }
    
    .horizontal-video-slider {
        gap: 1.5rem;
    }
    
    .horizontal-video-slider .third-page {
        width: 250px;
    }
    
    .horizontal-video-slider .third-page .image {
        height: 160px;
    }
    
    .horizontal-video-slider .third-page .image img {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .white-container-slider {
        padding: 20px 15px;
    }
    
    .horizontal-video-slider .third-page {
        width: 220px;
    }
    
    .horizontal-video-slider .third-page .image {
        height: 140px;
    }
    
    .horizontal-video-slider .third-page .image img {
        height: 140px;
    }
}

/*************************************************************************
 #Video Slider Inside White Container
**************************************************************************/

/* ===== VIDEO SLIDER HORIZONTAL ===== */
.white-container {
  border-radius:8px;
}
.video-slider-horizontal {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    background: #fff; /* Ensure white background */
    padding:25px;
    width:200vw;
    border-radius: 8px;
}

.video-slider-horizontal::-webkit-scrollbar {
    display: none;
}

.video-slider-horizontal {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* ===== VIDEO SLIDER ITEMS ===== */
.video-slider-horizontal .third-page {
    flex: 0 0 auto; /* Don't shrink, maintain size */
    width: 380px; /* Fixed width for consistent sizing */
    min-width: 380px;
    scroll-snap-align: start;
}

/* ===== MAINTAIN EXISTING CARD STYLING ===== */
.video-slider-horizontal .third-page .news-listing {
    background: #ffffff;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-slider-horizontal .third-page .news-listing.vertical-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.video-slider-horizontal .third-page .image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    margin-bottom: 20px;
    position: relative;
}

.video-slider-horizontal .third-page .image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.video-slider-horizontal .third-page .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video-slider-horizontal .third-page .content h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.video-slider-horizontal .third-page .content .post-details {
    font-size: 13px;
    color: #8a8a8a;
}

.video-slider-horizontal .third-page .content p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 10px 0 0;;
    color: #4a4a4a;
}

/* ===== RESPONSIVE VIDEO SLIDER ===== */
@media (max-width: 768px) {
    .video-slider-horizontal {
        gap: 1.5rem;
        padding: 0 5px;
        margin: 0 -5px;
    }
    
    .video-slider-horizontal .third-page {
        width: 280px;
        min-width: 280px;
    }
    
    .video-slider-horizontal .third-page .image {
        height: 160px;
    }
    
    .video-slider-horizontal .third-page .image img {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .video-slider-horizontal .third-page {
        width: 250px;
        min-width: 250px;
    }
    
    .video-slider-horizontal .third-page .image {
        height: 140px;
    }
    
    .video-slider-horizontal .third-page .image img {
        height: 140px;
    }
}

.homepage-hero .hero-image-carousel.full-height .carousel-cell {
  min-height:260px !important
}

.homepage-hero .hero-image-carousel .carousel-cell .inner-container {
  padding-top:70px;
}

.homepage-hero p {
  color:#fff !important
}

/* ===================================
   Webinar Mobile Sticky Register & Desktop Sticky Sidebar
   =================================== */

/* Mobile Sticky Register Button */
.mobile-sticky-register-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 20px;
  background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.9) 100%);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 -2px 20px rgba(0,0,0,0.1);
  display: block;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mobile-sticky-register-btn.hidden {
  transform: translateY(100%);
  opacity: 0;
}

.register-btn-mobile {
  width: 100%;
  background: #007cba;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
}

.register-btn-mobile:hover {
  background: #005a87;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 124, 186, 0.4);
}

.register-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Mobile Sidebar Overlay */
.mobile-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mobile-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar-overlay .mobile-sidebar-header {
  position: sticky;
  top: 0;
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%) !important;
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;

}

.mobile-sidebar-overlay .mobile-sidebar-header h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.close-mobile-sidebar {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

.mobile-sidebar-content {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 20px 20px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  padding-bottom: 20px;
}

.mobile-sidebar-overlay.active .mobile-sidebar-content {
  transform: translateY(0);
}

/* Desktop Sidebar - Clean Base Styling */
.desktop-sidebar {
  display: block;
  position: relative;
}

.sidebar-sticky {
  transition: all 0.2s ease;
}

/* Responsive Rules */
@media screen and (max-width: 768px) {
  /* Hide desktop sidebar on mobile */
  .desktop-sidebar {
    display: none !important;
  }
  
  /* Show mobile sticky button */
  .mobile-sticky-register-btn {
    display: block;
  }
  
  /* Ensure mobile sidebar overlay is shown */
  .mobile-sidebar-overlay {
    display: block;
  }
  
  /* Add bottom padding to content to account for sticky button */
  .two-thirds-page {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  /* Hide mobile elements on desktop */
  .mobile-sticky-register-btn,
  .mobile-sidebar-overlay {
    display: none !important;
  }
  
  /* Show desktop sidebar */
  .desktop-sidebar {
    display: block;
    position: relative;
  }
  
  /* Desktop sticky sidebar styling - JavaScript controlled */
  .sidebar-sticky {
    transition: all 0.2s ease;
  }
  
  /* Smooth scrolling for better UX */
  html {
    scroll-behavior: smooth;
  }
}

/* Animation enhancements */
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

.mobile-sidebar-overlay.active .mobile-sidebar-content {
  animation: slideUp 0.3s ease-out;
}

/* Style webinar registration form inside mobile overlay */
.mobile-sidebar-content .webinar-registration-form {
  padding: 20px;
  margin-bottom: 0;
}

.mobile-sidebar-content .share-module,
.mobile-sidebar-content .organisation-module,
.mobile-sidebar-content .authors-module {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-sidebar-content .share-module:last-child,
.mobile-sidebar-content .organisation-module:last-child,
.mobile-sidebar-content .authors-module:last-child {
  border-bottom: none;
}

/* Mobile Login Form Styling */
.mobile-sidebar-content .dtr-login-container {
  padding: 0;
  margin-bottom: 20px;
}

.mobile-sidebar-content .dtr-login-form-wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 20px;
}

.mobile-sidebar-content .dtr-login-form {
  margin-bottom: 0;
  padding:1rem 0.5rem;
}

.mobile-separator {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #f8f9fa;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* ===================================
   Universal Single Post Hero Content Flexbox Layout
   For all post types: webinars, publications, etc.
   =================================== */

/* Main hero content container - applies to all single post types */
.full-page.image-only-hero-content.shifted-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  height: 100%;
}

/* Title section at the top */
.full-page.image-only-hero-content.shifted-hero .hero-content .section-heading {
  flex: 0 0 auto; /* Fixed at top */
  order: 1;
}

/* Middle content section (post-details for webinars, other content for other post types) */
.full-page.image-only-hero-content.shifted-hero .hero-content .post-details {
  flex: 1 1 auto; /* Takes available space */
  order: 2;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 20px 0;
}

/* Middle topic display for non-events/webinars */
.full-page.image-only-hero-content.shifted-hero .hero-content .post-details.middle-topic {
  justify-content: center;
  align-items: center;
}

.full-page.image-only-hero-content.shifted-hero .hero-content .topic-display {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Bottom section - always at bottom for all post types */
.full-page.image-only-hero-content.shifted-hero .hero-content .bottom-section {
  flex: 0 0 auto; /* Fixed at bottom */
  order: 3;
  margin-top: auto;
}

/* Individual bottom elements */
.full-page.image-only-hero-content.shifted-hero .hero-content #breadcrumbs {
  margin-bottom: 10px;
  order: 1;
  text-align: left !important;
}

.full-page.image-only-hero-content.shifted-hero .hero-content .date-topics {
  order: 2;
  margin-bottom: 0;
}

/* Ensure breadcrumbs and date-topics are always at bottom */
.full-page.image-only-hero-content.shifted-hero .hero-content #breadcrumbs,
.full-page.image-only-hero-content.shifted-hero .hero-content .date-topics {
  margin-top: auto;
}

/* Center alignment for all content */

/* =================================
   STANDARDIZED SIDEBAR LAYOUT - ONE-THIRD COLUMNS
   ================================= */

/* Fix lead generation form width in sidebar */
.one-third-page .lead-gen-form-wrapper,
.one-third-page .gated-content-form-container {
    max-width: 100%;
    width: 100%;
}

.one-third-page .lead-gen-form-wrapper .form-group,
.one-third-page .gated-content-form-container .form-group {
    margin-bottom: 16px;
}

.one-third-page .lead-gen-form-wrapper input,
.one-third-page .lead-gen-form-wrapper select,
.one-third-page .lead-gen-form-wrapper textarea,
.one-third-page .gated-content-form-container input,
.one-third-page .gated-content-form-container select,
.one-third-page .gated-content-form-container textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Handle dynamic sidebar height changes */
.desktop-sidebar .sidebar-sticky {
    transition: all 0.2s ease;
    min-height: 100px;
}

/* When sidebar has a form, ensure proper spacing */
.desktop-sidebar .sidebar-sticky .lead-gen-form-wrapper,
.desktop-sidebar .sidebar-sticky .gated-content-form-container {
    margin-bottom: 20px;
}

/* Prevent sidebar content overflow issues */
.desktop-sidebar .sidebar-sticky[style*="position: fixed"] {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

/* Ensure consistent sidebar behavior across webinars and publications */
@media (min-width: 768px) {
    /* Fix sticky sidebar positioning for one-third layout */
    .desktop-sidebar .sidebar-sticky {
        transition: all 0.2s ease;
    }
    
    /* Allow JavaScript to handle all sticky positioning without CSS conflicts */
    
    /* Prevent sidebar jumping by ensuring smooth transitions */
    .desktop-sidebar {
        position: relative;
    }
    
    /* Mobile register button visibility timing */
    .mobile-sticky-register-btn {
        transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

/* Improved handling for dynamic form content */
.one-third-page .lead-gen-form-wrapper,
.one-third-page .gated-content-form-container {
    transition: height 0.3s ease, opacity 0.2s ease;
}

/* Ensure forms don't cause layout jumps */
.desktop-sidebar .sidebar-sticky {
    transform: translateZ(0); /* Force hardware acceleration */
    will-change: transform; /* Optimize for transforms */
}

/* Smooth transitions when form content changes */
.desktop-sidebar .sidebar-sticky[style*="position: fixed"] {
    transition: top 0.2s ease-out, width 0.2s ease-out;
}

/* Handle overflow when sidebar becomes taller than viewport */
@media (min-width: 768px) {
    .desktop-sidebar .sidebar-sticky[style*="position: fixed"] {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }
    
    .desktop-sidebar .sidebar-sticky[style*="position: fixed"]::-webkit-scrollbar {
        width: 6px;
    }
    
    .desktop-sidebar .sidebar-sticky[style*="position: fixed"]::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .desktop-sidebar .sidebar-sticky[style*="position: fixed"]::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }
    
    .desktop-sidebar .sidebar-sticky[style*="position: fixed"]::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
}

/* Clean CSS - let JavaScript handle sticky positioning */
@media (min-width: 768px) {
    /* Simple base styling for desktop sidebar */
    .desktop-sidebar .sidebar-sticky {
        transition: all 0.2s ease;
    }
}

/* Publications pages will use the existing webinar mobile sidebar styles */
/* No additional mobile CSS needed - leveraging existing .mobile-sticky-register-btn, .mobile-sidebar-overlay, etc. */
.full-page.image-only-hero-content.shifted-hero .hero-content .section-heading,
.full-page.image-only-hero-content.shifted-hero .hero-content .post-details,
.full-page.image-only-hero-content.shifted-hero .hero-content #breadcrumbs,
.full-page.image-only-hero-content.shifted-hero .hero-content .date-topics {
  text-align: center;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .full-page.image-only-hero-content.shifted-hero .hero-content {
    min-height: 180px;
    padding: 15px;
  }
  
  .full-page.image-only-hero-content.shifted-hero .hero-content .post-details {
    margin: 15px 0;
  }
}

@media screen and (min-width: 46.875em) {
  .image-only-hero {
    height: 35vh;
  }
}

.full-page.image-only-hero-content.shifted-hero .hero-content .post-details {
  font-size:15px;
  color:#5c5c5c;
  font-weight:600;
}

.full-page.image-only-hero-content.shifted-hero .hero-content .text-with-icon.icon-left {
  padding-left:1.2rem;
}

.full-page.image-only-hero-content.shifted-hero .hero-content .section-heading {
  text-align:left;
  padding-right:60px;
}

.elementor-162490 .elementor-element.elementor-element-690b201:not(.elementor-motion-effects-element-type-background), .elementor-162490 .elementor-element.elementor-element-690b201 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background:#fafafa;
}
.article-card-category {
  background:#871f80;
}

.text-only-hero.archive-hero.dark-header-image {
  background-color: #861f7e;
  background-image: url('https://dtr-final-api-push.local/wp-content/uploads/2024/08/Business_2.jpg');
}

/* ---------------------------------------------------------------
    #Advisory Board Card Profiles - Overlay Style
--------------------------------------------------------------- */
.advisory-board .main-content .two-thirds-page {
  width:93.996%;
}
.advisory-board .main-content .one-third-page {
  display: none;
}
/* Advisory board container styling */
.advisory-board .block-grid-module {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width:29.498%;
  margin-top: 3rem;
}

.advisory-board .block-grid-module:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Remove default link styling first */
.advisory-board .block-grid-module.with-link a {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}

/* Image container with overlay */
.advisory-board .responsive-image-crop {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom:85%;
}

.advisory-board .responsive-image-crop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.43) 30%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

.advisory-board .block-grid-module:hover .responsive-image-crop::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

/* Content overlay positioning */
.advisory-board .block-grid-module .content,
.advisory-board .block-grid-module .internal-half-padding {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem !important;
  color: #ffffff;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease;
  background: none !important;
}

/* Name/title styling */
.advisory-board .block-grid-module .content h3,
.advisory-board .block-grid-module .internal-half-padding h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

/* Description text styling */
.advisory-board .block-grid-module .content p,
.advisory-board .block-grid-module .internal-half-padding p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.advisory-board .block-grid-module .content p strong,
.advisory-board .block-grid-module .internal-half-padding p strong {
  color: #ffffff;
  font-weight: 700;
}

/* Arrow icon styling */
.advisory-board .block-grid-module .arrow {
  position: relative;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 3;
  backdrop-filter: blur(4px);
  margin-top:20px;
}

.advisory-board .block-grid-module:hover .arrow {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateX(4px);
}

.advisory-board .block-grid-module .arrow .icon {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  width:auto;;
  height:auto;
  background:transparent;
}

.advisory-board .block-grid-module .arrow .icon::before {
  content: 'View on LinkedIn';
}

/* .advisory-board .block-grid-module .arrow .icon::after {
  content: '\f0e1';
  font-size: 1.1rem;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
}
 */
/* Ensure images fill container properly */
.advisory-board .responsive-image-crop .image-container {
  height: 100%;
  margin: 0;
}

.advisory-board .responsive-image-crop .image-container figure {
  margin: 0;
  height: 100%;
}

.advisory-board .responsive-image-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.advisory-board .block-grid-module:hover .responsive-image-crop img {
  transform: scale(1.05);
}

/* Remove default link styling */
.advisory-board .block-grid-module.with-link a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Hide empty paragraphs in advisory board cards */
.advisory-board .block-grid-module .content p:empty,
.advisory-board .block-grid-module .internal-half-padding p:empty {
  display: none;
}

.advisory-board .block-grid-module .internal-half-padding p::first-line {
  font-weight: 600;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .advisory-board .block-grid-module .content,
  .advisory-board .block-grid-module .internal-half-padding {
    padding: 1rem !important;
  }
  
  .advisory-board .block-grid-module .content h3,
  .advisory-board .block-grid-module .internal-half-padding h3 {
    font-size: 1.1rem;
  }
  
  .advisory-board .block-grid-module .content p,
  .advisory-board .block-grid-module .internal-half-padding p {
    font-size: 0.8rem;
  }

  .advisory-board .block-grid-module .internal-half-padding p::first-line {
    font-weight: 600;
  }
  
  .advisory-board .block-grid-module .arrow {
    bottom: 1rem;
    right: 1rem;
    padding: 6px 12px;
  }
  
  .advisory-board .block-grid-module .arrow .icon {
    font-size: 0.75rem;
  }
}