/* Home 2026 Page Styles */

/* News & Articles Section */

.news-article-card {
	/* Clean flex-column layout without card styling */
	border: none;
	background: none;
	box-shadow: none;
	padding: 0;
}

.news-article-image {
	overflow: hidden;
	border-radius: 0.5rem;
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	position: relative;
}

.news-article-image img {
	transition: transform 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.news-article-image:hover img {
	transform: scale(1.05);
}

.news-article-placeholder {
	width: 100%;
	height: 100%;
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
}

.news-article-placeholder:hover {
	background-color: #e9ecef;
}

.news-article-placeholder .placeholder-icon {
	color: #adb5bd;
	opacity: 0.6;
}

/* Articles Grid Layout */

.news-articles-scroll {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	width: 100%;
}

.news-article-item {
	min-width: 0; /* Prevent grid items from overflowing */
	width: 100%;
}

/* Mobile horizontal scroll */
@media (max-width: 767.98px) {
	#news-articles .row.align-items-center {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 1rem;
	}
	
	#news-articles .col-10,
	#news-articles .col-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.news-articles-container {
		margin: 0 -1rem; /* Extend to screen edges */
		padding: 0 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	
	.news-articles-scroll {
		display: flex;
		gap: 2rem;
		padding-bottom: 1rem; /* Space for scrollbar */
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.news-article-item {
		flex: 0 0 calc(100vw - 3.5rem); /* Almost full viewport width minus padding */
		max-width: 370px; /* Maximum width on larger mobile devices */
		min-width: 280px; /* Minimum width */
	}
	
	.news-article-image {
		max-width: 370px;
	}
	
	/* Orange scrollbar styling to match site theme */
	.news-articles-container::-webkit-scrollbar {
		height: 6px;
	}
	
	.news-articles-container::-webkit-scrollbar-track {
		background: #FDEEE6; /* rs-light-orange */
		border-radius: 3px;
	}
	
	.news-articles-container::-webkit-scrollbar-thumb {
		background: #E35205; /* rs-orange */
		border-radius: 3px;
	}
	
	.news-articles-container::-webkit-scrollbar-thumb:hover {
		background: #ED7433; /* rs-orange-1 */
	}
	
	/* Firefox scrollbar styling */
	.news-articles-container {
		scrollbar-color: #E35205 #FDEEE6;
	}
}

.news-article-type {
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.news-article-type::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 2px;
	flex-shrink: 0;
}

/* Article type color variants */
.news-article-type[data-type="ARTICLE"]::before,
.news-article-type[data-type="article"]::before {
	background-color: #E35205; /* rs-orange */
}

.news-article-type[data-type="CASE STUDY"]::before,
.news-article-type[data-type="case study"]::before {
	background-color: #F39E70; /* rs-light-orange-3 */
}

.news-article-type[data-type="VIDEO"]::before,
.news-article-type[data-type="video"]::before {
	background-color: #ED7433; /* rs-orange-1 */
}

.news-article-type[data-type="WEBINAR"]::before,
.news-article-type[data-type="webinar"]::before {
	background-color: #F6B999; /* rs-light-orange-2 */
}

/* Default fallback */
.news-article-type:not([data-type])::before {
	background-color: #E35205; /* rs-orange */
}

.news-article-title {
	font-size: 1.3125rem; /* 21px in rem */
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.news-article-title a {
	color: #1f1f1f;
	text-decoration: none;
}

.news-article-meta {
	font-size: 0.875rem;

}

/* Section header adjustments for news section */
#news-articles .section-header {
	margin-bottom: 0 !important;
	text-align: left;
}

#news-articles .section-subheader {
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 1rem;
	color: #6c757d;
}

.news-all-articles-link {
	color: #E35205;
	text-decoration: underline;
	font-weight: normal;
	transition: color 0.2s ease;
}


/* Carousel timing - change this to match data-bs-interval */
:root {
	--carousel-interval: 8s;
}

/* Hero section base styles */
div.hero {
	height: 89vh;
}
#content-wrapper {
    padding-bottom: 0 !important;
}

#content-wrapper h1 {
	font-size: 2.75rem !important;
}
/* #content-wrapper h2 {
	font-size: 2rem !important;
} */
.grey-section {
	background-color: #EBEBEB;
}

/* Home page specific adjustments */
body.home-page {
	&.padded {
		padding-top: 0 !important;
	}
	
	div.hero {
		height: 100vh !important;
		margin-top: 0;
	}
	
	#hero {
		position: relative;
		z-index: 1;
	}
}

/* Hero background image - picture element needs explicit width in Chrome */
#heroCarousel .hero picture,
#hero .hero picture {
	width: 100%;
	height: 100%;
	display: block;
}

/* Hero background image scroll zoom effect */
#heroCarousel .hero img,
#hero .hero img {
	transition: transform 0.1s ease-out;
	transform-origin: center center;
	will-change: transform;
	object-fit: cover;
	transform: scale(1.02); /* Start slightly zoomed to cover edge gaps on wide screens */
}

/* Hero content block positioning - align to top */
.hero .hero-home-block {
	align-items: flex-start !important;
	padding-top: 10rem; /* Space below navbar */
}
@media (max-width: 991.98px) {
	.hero .hero-home-block {
		padding-top: 8rem;
	}
}

/* Logo placeholder - reserve space even when no logo */
.hero-logo-placeholder {
	height: 55px;
	margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
	.hero-logo-placeholder {
		height: 55px;
        margin-bottom: 1.5rem;
	}
}

/* Hero logo styling */
.hero-logo {
	max-height: 80px !important;
	width: auto !important;
	margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
	.hero-logo {
		max-height: 65px !important;
	}
}

/* Hero heading styling */
.hero-home-text h1 {
	font-size: 2.75rem !important;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
	.hero-home-text h1 {
		font-size: 2rem !important;
	}
}

/* CTA Button - wider */
.hero-home-text .btn-primary {
	max-width: 60%;
	width: 100%;
	min-width: fit-content;
}
@media (max-width: 991.98px) {
	.hero-home-text .btn-primary {
		max-width: 80%;
	}
}

/* Indicator Panel - Outer wrapper for positioning */
.carousel-indicator-panel-wrapper {
	position: absolute;
	bottom: 6rem; 
	left: 0;
	right: 0;
	z-index: 10;
}
@media (max-width: 991.98px) {
	.carousel-indicator-panel-wrapper {
		bottom: 5rem;
	}
}

/* Indicator Panel - Container constrained */
.carousel-indicator-panel {
	display: flex;
	align-items: stretch;
    width: 80%
}
@media (max-width: 991.98px) {
    .carousel-indicator-panel {
        width: 100%;
    }
}

/* Indicator Cards Container */
.indicator-cards-wrapper {
	flex: 1;
	overflow: hidden;
}

.indicator-cards {
	display: flex;
	flex-direction: row;
	height: 100%;
}

/* Individual Indicator Card */
.indicator-card {
	flex: 1;
	min-width: 0;
	padding: 1.25rem 1.5rem;
	background: rgba(31, 31, 31, 0.603);
	backdrop-filter: blur(8px);
	color: #FFFFFF;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.75rem;
	position: relative;
}

/* Progress bar pseudo-element */
.indicator-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 3px;
	width: 0;
	background-color: #F15A24;
}

.indicator-card.active::after {
	width: 100%;
	animation: progressShrink var(--carousel-interval) linear forwards;
}

/* Single hero card - no progress bar animation */
.indicator-card.single-hero-card::after {
	display: none;
}

@keyframes progressShrink {
	from { width: 100%; }
	to { width: 0%; }
}

.indicator-card-body {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.indicator-card-link {
	font-size: 0.875rem;
	color: #CACBCF;
	text-decoration: none;
	transition: color 0.2s ease;
}

.indicator-card-link:hover {
	color: #FFFFFF;
}

/* Divider between cards */
.indicator-card:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Arrow Navigation */
.indicator-nav {
	display: flex;
	flex-direction: column;
	background: rgba(31, 31, 31, 0.603);
	backdrop-filter: blur(8px);
}

.indicator-nav-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.25rem;
	background: transparent;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.indicator-nav-btn:hover {
	background: rgba(255, 255, 255, 0.1);
}

.indicator-nav-btn:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.indicator-nav-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Hide default Bootstrap carousel controls */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
	display: none;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
	.indicator-cards-wrapper {
		overflow: hidden;
	}

	.indicator-cards {
		transition: transform 0.3s ease;
	}

	.indicator-card {
		flex: 0 0 100%;
		min-width: 100%;
	}

	.indicator-card:not(:last-child) {
		border-right: none;
	}

	.indicator-card-body {
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
}

h2 {
    font-size: 2.75rem !important;
}

.section-button {
    max-width: 300px;
    width: 100%;
    min-width: fit-content;
}
@media (max-width: 991.98px) {
    .section-button {
        max-width: 100%;
    }
}

/* Software Suite Icons - Horizontal Scrollable */
.software-suite-icons {
    width: 100%;
    position: relative;
}

.software-icons-container {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2rem 0;
    scroll-behavior: smooth;
    /* Hide default scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Add padding for fade effect */
    padding-left: 1.5rem;
}

/* Fade edges using pseudo-elements */
.software-suite-icons::before,
.software-suite-icons::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem;
    pointer-events: none;
    z-index: 2;
}

/* Left fade */
.software-suite-icons::before {
    left: 0;
    background: linear-gradient(to right, #FAFAFA 0%, rgba(250, 250, 250, 0.8) 50%, transparent 100%);
}

/* Right fade */
.software-suite-icons::after {
    right: 0;
    background: linear-gradient(to left, #FAFAFA 0%, rgba(250, 250, 250, 0.8) 50%, transparent 100%);
}

.software-icons-container::-webkit-scrollbar {
    display: none;
}

.software-icon-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, filter 0.2s ease;
    min-width: 120px;
}

.software-icon-item:hover {
    transform: translateY(-5px);
    color: inherit;
    text-decoration: none;
}

.software-icon-item:hover svg {
    border-color: #E35205;
}

.software-icon-item:hover .software-icon-title {
    color: #383838;
}

/* Active state for selected software */
.software-icon-item.active svg {
    border-color: #E35205;
    background-color: rgba(227, 82, 5, 0.05);
}

.software-icon-item.active .software-icon-title {
    color: #383838;
    font-weight: 700;
}

/* Cursor pointer for interactive elements */
.software-icon-item {
    cursor: pointer;
}

.software-icon-item svg {
    width: 80px;
    height: 80px;
    margin-bottom: 0.75rem;
    border: 3px solid transparent;
    border-radius: 8px;
    box-sizing: content-box;
    transition: border-color 0.2s ease;
}

.software-icon-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #c9c9c9;
}

.software-icon-title:hover {
    color: #383838;
}

/* Custom Scrollbar */
.custom-scrollbar-container {
    margin-top: 1rem;
    padding: 0 2rem;
}

.custom-scrollbar-track {
    width: 100%;
    height: 6px;
    background-color: #ECEEF1;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.custom-scrollbar-thumb {
    height: 6px;
    background-color: #E35205;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.custom-scrollbar-thumb:hover {
    background-color: #C44804;
}

/* Scroll Navigation Arrows */
.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #383838;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.scroll-arrow:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.scroll-arrow.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-arrow-left {
    left: -3rem;
}

.scroll-arrow-right {
    right: -3rem;
}

/* Hide arrows on tablet and mobile */
@media (max-width: 1199.98px) {
    .scroll-arrow {
        display: none !important;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .software-icon-item {
        min-width: 100px;
    }
    
    .software-icon-item svg {
        width: 70px;
        height: 70px;
    }
    
    .custom-scrollbar-container {
        padding: 0 1rem;
    }
}

/* RSInsight Section Styles */

/* Row 1: Header with Logo and Search */
.rsinsight-header {
    max-width: 100%;
}

.rsinsight-logo-container {
    flex-shrink: 0;
}

.rsinsight-logo {
    height: 60px;
    width: auto;
}

.rsinsight-logo-svg {
    height: 60px;
    width: auto;
    max-width: 250px;
}

.rsinsight-search-container {
    max-width: 500px;
}

.rsinsight-search-input {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 4px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.rsinsight-search-input input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 20px;
    font-size: 1rem;
    background: transparent;
    color: #666;
}

.rsinsight-search-input input::placeholder {
    color: #999;
}

.rsinsight-search-btn {
    background: #E35205;
    border: none;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.rsinsight-search-btn:hover {
    background: #C44804;
    color: white;
}

/* Row 2: Body Text */
.larger-body-text {
    font-size: 1.31rem;
    line-height: 1.3;
    color: #383838;
    font-weight: 400;
}

/* Row 3: Animated Prompts */
.rsinsight-prompts-container {
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    margin: 0 -15px; /* Extend beyond container padding */
}

/* Fade edges using pseudo-elements */
.rsinsight-prompts-container::before,
.rsinsight-prompts-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 2;
}

/* Left fade */
.rsinsight-prompts-container::before {
    left: 0;
    background: linear-gradient(to right, #EBEBEB 0%, rgba(235, 235, 235, 0.8) 50%, transparent 100%);
}

/* Right fade */
.rsinsight-prompts-container::after {
    right: 0;
    background: linear-gradient(to left, #EBEBEB 0%, rgba(235, 235, 235, 0.8) 50%, transparent 100%);
}

.rsinsight-prompts-track {
    display: flex;
    gap: 1.5rem;
    animation: slidePrompts 60s linear infinite;
    width: fit-content;
    padding: 0 60px; /* Add padding for fade effect */
}

.rsinsight-prompt-card {
    background: white;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    white-space: normal;
    font-size: 1rem;
    color: #383838;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
    position: relative;
    width: 280px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    line-height: 1.4;
    overflow: hidden;
    transition: border-color 0.3s ease;
    /* Multi-line text clamp */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Glow effect for random cards only */
.rsinsight-prompt-card.glowing {
    animation: glowBoxShadow 8s linear infinite;
}

.rsinsight-prompt-card.glow-fade-in {
    animation: glowFadeIn 1s ease-in forwards;
}

.rsinsight-prompt-card.glow-fade-out {
    animation: glowFadeOut 1s ease-out forwards;
}

/* Glow effect for random cards */
.rsinsight-prompt-card.glowing {
    border-color: transparent;
    position: relative;
}

.rsinsight-prompt-card.glowing::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #E35205, transparent, transparent, transparent);
    border-radius: 14px;
    z-index: -1;
    animation: glowMove 3s linear infinite;
}

@keyframes slidePrompts {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes glowBoxShadow {
    0% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            8px 0 25px rgba(227, 83, 5, 0.3),
            6px 0 15px rgba(227, 83, 5, 0.175),
            4px 0 8px rgba(227, 83, 5, 0.05);
    }
    12.5% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            6px 6px 25px rgba(227, 83, 5, 0.507),
            4px 4px 15px rgba(227, 83, 5, 0.253),
            3px 3px 8px rgba(227, 83, 5, 0.127);
    }
    25% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            0 8px 25px rgba(227, 83, 5, 0.507),
            0 6px 15px rgba(227, 83, 5, 0.253),
            0 4px 8px rgba(227, 83, 5, 0.127);
    }
    37.5% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            -6px 6px 25px rgba(227, 83, 5, 0.507),
            -4px 4px 15px rgba(227, 83, 5, 0.253),
            -3px 3px 8px rgba(227, 83, 5, 0.127);
    }
    50% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            -8px 0 25px rgba(227, 83, 5, 0.507),
            -6px 0 15px rgba(227, 83, 5, 0.253),
            -4px 0 8px rgba(227, 83, 5, 0.127);
    }
    62.5% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            -6px -6px 25px rgba(227, 83, 5, 0.507),
            -4px -4px 15px rgba(227, 83, 5, 0.253),
            -3px -3px 8px rgba(227, 83, 5, 0.127);
    }
    75% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            0 -8px 25px rgba(227, 83, 5, 0.507),
            0 -6px 15px rgba(227, 83, 5, 0.253),
            0 -4px 8px rgba(227, 83, 5, 0.127);
    }
    87.5% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            6px -6px 25px rgba(227, 83, 5, 0.507),
            4px -4px 15px rgba(227, 83, 5, 0.253),
            3px -3px 8px rgba(227, 83, 5, 0.127);
    }
    100% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            8px 0 25px rgba(227, 82, 5, 0.5),
            6px 0 15px rgba(227, 82, 5, 0.3),
            4px 0 8px rgba(227, 82, 5, 0.2);
    }
}

@keyframes glowFadeIn {
    0% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            8px 0 25px transparent,
            6px 0 15px transparent,
            4px 0 8px transparent;
    }
    100% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            8px 0 25px rgba(227, 83, 5, 0.3),
            6px 0 15px rgba(227, 83, 5, 0.175),
            4px 0 8px rgba(227, 83, 5, 0.05);
    }
}

@keyframes glowFadeOut {
    0% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            8px 0 25px rgba(227, 83, 5, 0.3),
            6px 0 15px rgba(227, 83, 5, 0.175),
            4px 0 8px rgba(227, 83, 5, 0.05);
    }
    100% {
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.08),
            8px 0 25px transparent,
            6px 0 15px transparent,
            4px 0 8px transparent;
    }
}


/* Responsive Design */
@media (max-width: 991.98px) {
    .rsinsight-header {
        flex-direction: column;
        gap: 2rem;
    }

    .rsinsight-logo {
        height: 50px;
    }

    .rsinsight-logo-svg {
        height: 50px;
    }

    .rsinsight-search-container {
        width: 100%;
        max-width: none;
    }

    .rsinsight-prompt-card {
        width: 240px;
        height: 110px;
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }

    .rsinsight-prompts-container::before,
    .rsinsight-prompts-container::after {
        width: 40px;
    }

    .rsinsight-prompts-track {
        padding: 0 40px;
    }
}

@media (max-width: 767.98px) {
    .rsinsight-logo {
        height: 40px;
    }

    .rsinsight-logo-svg {
        height: 40px;
    }

    .rsinsight-search-input input {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .rsinsight-search-btn {
        width: 40px;
        height: 40px;
    }

    .rsinsight-prompt-card {
        width: 200px;
        height: 100px;
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }

    .rsinsight-prompts-track {
        gap: 1rem;
        padding: 0 30px;
    }

    .rsinsight-prompts-container::before,
    .rsinsight-prompts-container::after {
        width: 30px;
    }
}

/* Companies Section Styles */
.companies-section .companies-heading {
    font-size: 2.75rem !important;
    font-weight: 700;
    line-height: 1.2;
    color: #383838;
}

.companies-section .companies-subheading {
    font-size: 1.31rem;
    line-height: 1.3;
    color: #383838;
    font-weight: 400;
}

.companies-section .companies-graphic {
    max-height: 400px;
    width: auto;
}

@media (max-width: 767.98px) {
    .companies-section .companies-heading {
        text-align: center;
    }
    
    .companies-section .companies-subheading {
        text-align: center;
    }
}

/* Companies Display Container */
.companies-display-container {
    margin-top: 3rem;
}

/* Desktop Horizontal Scroll */
.companies-horizontal-scroll {
    width: 100%;
    position: relative;
}

.companies-horizontal-scroll .companies-scroll-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 1rem;
}

/* Fade edges using pseudo-elements */
.companies-horizontal-scroll::before,
.companies-horizontal-scroll::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem;
    pointer-events: none;
    z-index: 2;
}

/* Left fade */
.companies-horizontal-scroll::before {
    left: 0;
    background: linear-gradient(to right, #FAFAFA 0%, rgba(250, 250, 250, 0.8) 50%, transparent 100%);
}

/* Right fade */
.companies-horizontal-scroll::after {
    right: 0;
    background: linear-gradient(to left, #FAFAFA 0%, rgba(250, 250, 250, 0.8) 50%, transparent 100%);
}

.companies-horizontal-scroll .companies-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 2rem 0; /* Add padding for fade effect */
    /* Hide default scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

/* Each company card takes up about 2-3 column width (roughly 20% of container) */
.companies-horizontal-scroll .companies-scroll-container .company-card {
    flex: 0 0 calc(20% - 1.6rem); /* 20% width minus gap adjustment for 5 visible */
    min-width: 220px;
    max-width: 280px;
}

/* Custom Scrollbar for Companies */
.companies-scrollbar-container {
    margin-top: 1rem;
    padding: 0 2rem;
}

.companies-scrollbar-track {
    width: 100%;
    height: 6px;
    background-color: #ECEEF1;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.companies-scrollbar-thumb {
    height: 6px;
    background-color: #E35205;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.companies-scrollbar-thumb:hover {
    background-color: #C44804;
}

/* Mobile/Tablet Grid */
.companies-grid .company-card {
    height: 100%;
    /* Reset desktop flex properties for mobile grid */
    flex: none;
    min-width: auto;
    max-width: none;
}

/* Company Card Styles */
.company-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 1.5rem;
    background: transparent; /* No background color */
    min-height: 300px; /* Ensure consistent card height */
}

.company-card .company-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 1rem;
    flex-shrink: 0; /* Prevent logo area from shrinking */
}

.company-card .company-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.company-card .company-description {
    flex: 1;
    font-size: 1rem;
    line-height: 1.4;
    color: #383838;
    margin-bottom: 1rem;
}

.company-card .company-description p:last-child {
    margin-bottom: 0;
}

.company-card .more-link {
    align-self: flex-start;
    flex-shrink: 0; /* Prevent link from shrinking */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .companies-display-container {
        margin-top: 2rem;
    }
    
    .company-card {
        padding: 1.25rem;
        min-height: 250px;
    }
    
    .company-card .company-logo {
        height: 50px;
    }
    
    .company-card .company-logo img {
        height: 100%;
    }
    
    .company-card .company-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .companies-grid .company-card {
        height: auto;
        min-height: auto;
    }
    
    .company-card {
        padding: 1rem;
        text-align: center;
        align-items: center;
        justify-content: center;
        min-height: auto;
        gap: 0.75rem;
    }
    
    .company-card .company-logo {
        justify-content: center;
        height: 40px;
        margin-bottom: 0;
    }
    
    .company-card .company-logo img {
        height: 100%;
    }
    
    .company-card .company-description {
        text-align: center;
        font-size: 0.85rem;
        flex: none;
        margin-bottom: 0;
    }
    
    .company-card .more-link {
        align-self: center;
    }
    
    /* Remove bottom margin from logo when followed by link */
    .company-card .company-logo.mb-3 {
        margin-bottom: 0 !important;
    }
}

/* Education Table Styles */


/* Desktop Education Table */
.education-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c9c9c9;
    table-layout: fixed; /* Forces equal column widths */
}

.education-cell {
    border: 1px solid #c9c9c9;
    padding: 1.25rem;
    text-align: center;
    vertical-align: middle;
    width: 20%; /* Equal width for 5 columns */
    min-width: 200px;
    height: 100px;
    min-height: 100px;
}

.education-banner-cell {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    min-height: 100px;
}

.education-banner-cell h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #383838;
    margin: 0;
    line-height: 1.3;
}

/* Mobile Education Table */
.education-table-mobile {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c9c9c9;
    table-layout: fixed; /* Forces equal column widths */
}

.education-cell-mobile {
    border: 1px solid #c9c9c9;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    width: 50%; /* Equal width for 2 columns */
    min-width: 150px; /* Smaller min-width for mobile */
    height: 100px;
    min-height: 100px;
}

.education-banner-cell-mobile {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    min-height: 100px;
}

.education-banner-cell-mobile h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #383838;
    margin: 0;
    line-height: 1.3;
}

/* Education Logo Styles */
.education-logo,
.education-logo-mobile {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(20%) opacity(0.9);
    transition: filter 0.2s ease;
}

/* Fallback text styles */
.education-name-fallback,
.education-name-fallback-mobile {
    font-size: 0.75rem;
    font-weight: 700;
    color: #666;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.2;
    padding: 0.5rem;
}

.education-name-fallback {
    max-width: 120px;
}

.education-name-fallback-mobile {
    max-width: 100px;
    font-size: 0.7rem;
}



@media (max-width: 767.98px) {
    .education-grid-mobile .education-grid-container-mobile {
        gap: 1rem;
    }

    .education-grid-mobile .education-banner-text-mobile h3 {
        font-size: 1.1rem;
    }

    .education-logo-mobile {
        width: 100%;
        height: auto;
    }
}

/* Support Section Styles */
.support-section {
    background-color: #EBEBEB;
    position: relative;
    transition: transform 0.8s ease-out;
    z-index: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    transform: translateY(3rem);
}

.support-section.in-view {
    transform: translateY(0);
}

/* Add background extension below support section */
.support-section::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    background-color: #EBEBEB;
    z-index: -1;
}

.support-section .support-heading {
    font-size: 2.75rem !important;
    font-weight: 700;
    line-height: 1.2;
    color: #383838;
}

.support-section .support-subheading {
    font-size: 1.31rem;
    line-height: 1.3;
    color: #383838;
    font-weight: 400;
}

.support-section .support-graphic {
    max-height: 400px;
    width: auto;
}

/* Footer positioning */
#footer {
    position: relative;
    z-index: 4;
}

@media (max-width: 767.98px) {
    .support-section .support-heading {
        font-size: 2rem !important;
        text-align: center;
    }
    
    .support-section .support-subheading {
        text-align: center;
    }
    
    .support-section .support-graphic {
        max-height: 300px;
    }
}

/* Scroll Animation System */
.fade-up-on-scroll {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up-on-scroll.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animation variants for different timing */
.fade-up-fast {
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-up-slow {
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* Staggered animation delays for multiple elements */
.fade-up-delay-1 {
    transition-delay: 0.1s;
}

.fade-up-delay-2 {
    transition-delay: 0.2s;
}

.fade-up-delay-3 {
    transition-delay: 0.3s;
}

.fade-up-delay-4 {
    transition-delay: 0.4s;
}

.fade-up-delay-5 {
    transition-delay: 0.5s;
}

.fade-up-delay-6 {
    transition-delay: 0.6s;
}

.fade-up-delay-7 {
    transition-delay: 0.7s;
}

.fade-up-delay-8 {
    transition-delay: 0.8s;
}

.fade-up-delay-9 {
    transition-delay: 0.9s;
}

.fade-up-delay-10 {
    transition-delay: 1.0s;
}

/* Dynamic Content Animation System */
.fade-up-dynamic {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.fade-up-dynamic.fade-out {
    opacity: 0;
    transform: translateY(1rem);
}

.fade-up-dynamic.fade-in {
    opacity: 0;
    transform: translateY(2rem);
}

.fade-up-dynamic.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Dynamic animation variants */
.fade-up-dynamic-fast {
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.fade-up-dynamic-slow {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Applications Section Styles */
.applications-section {
    background-color: #f5f5f5;
}

/* Fixed height for dynamic content areas to prevent content shift */
#softwareContentSection {
    min-height: 120px;
}

.applications-section .tab-content {
    min-height: 500px;
}

.applications-section .tab-pane {
    min-height: 500px;
}

.applications-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.applications-subheading {
    max-width: 800px;
    margin: 0 auto;
}

.applications-tabs .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 2rem;
    display: flex;
    width: 100%;
}

.applications-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    background: none;
    color: #6c757d;
    font-weight: 400;
    padding: 1rem 1.5rem;
    margin: 0;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.applications-tabs .nav-link:hover {
    color: #e74c3c;
    border-bottom-color: #e74c3c;
}

.applications-tabs .nav-link.active {
    color: #383838;
    border-bottom-color: #e74c3c;
    background: none;
    font-weight: 700;
}

.application-image img {
    border-radius: 8px;
}

.application-content {
    padding-left: 2rem;
}

.tools-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.tool-item {
    text-align: center;
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease;
}

.tool-item:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-3px);
}

.tool-item:hover .tool-icon svg {
    border-color: #E35205;
}

.tool-icon svg {
    width: 75px;
    height: 75px;
    margin-bottom: 0.5rem;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    transition: border-color 0.2s ease;
}

.tool-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
}

.application-cta .btn {
    background-color: #e74c3c;
    border-color: #e74c3c;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
}

.application-cta .btn:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .application-content {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .applications-tabs .nav-link {
        padding: 0.75rem 0.5rem;
        margin: 0;
        font-size: 0.85rem;
    }
    
    .applications-heading {
        font-size: 2rem;
    }
    
    .tools-grid {
        justify-content: flex-start;
    }
    
    .tool-icon svg {
        width: 60px;
        height: 60px;
    }
    
    /* Responsive height adjustments */
    #softwareContentSection {
        min-height: 180px;
    }
    
    .applications-section .tab-content,
    .applications-section .tab-pane {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    /* Mobile height adjustments */
    #softwareContentSection {
        min-height: 160px;
    }
    
    .applications-section .tab-content,
    .applications-section .tab-pane {
        min-height: 400px;
    }
}

/* Mobile Applications Dropdown */
.applications-dropdown-mobile {
    display: none;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem;
}

@media (max-width: 767.98px) {
    /* Hide desktop tabs on mobile */
    .applications-tabs-desktop {
        display: none !important;
    }
    
    /* Show mobile dropdown */
    .applications-dropdown-mobile {
        display: block;
    }
}

.applications-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    font-size: 0.85rem;
    font-weight: 400;
    color: #383838;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-align: left;
}

.applications-dropdown-trigger:focus {
    outline: none;
}

.applications-dropdown-selected {
    flex: 1;
    text-align: center;
}

.applications-dropdown-chevron {
    color: #1f1f1f;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.applications-dropdown-trigger[aria-expanded="true"] .applications-dropdown-chevron {
    transform: rotate(180deg);
}

.applications-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    z-index: 100;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.applications-dropdown-menu.open {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
}

.applications-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: transparent;
    border: none;
    font-size: 0.85rem;
    font-weight: 400;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.applications-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #383838;
}

.applications-dropdown-item.active {
    color: #383838;
    font-weight: 700;
}

.applications-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

/* Mobile Navigation Styles for Home 2026 Page */

/* Mobile: Always white navbar with dark elements (no transparent option) */
@media (max-width: 991.98px) {
    body.home-page header .topnav {
        background-color: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    
    body.home-page header .navbar-brand a {
        color: #383838 !important;
    }
    
    body.home-page header .navbar-brand svg {
        color: #383838 !important;
    }
    
    body.home-page header svg.icon {
        fill: #383838 !important;
        color: #383838 !important;
    }
    
    body.home-page header svg#topnav-portal-account-icon {
        color: #383838 !important;
    }
    
    body.home-page .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 56, 56, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
}

/* Desktop: Navbar toggler icon styling - white at top, black when scrolled */
@media (min-width: 992px) {
    body.home-page .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        transition: background-image 0.3s ease;
    }
}

/* When mobile nav is open, change topnav to white background */
body.home-page.mobile-nav-open header .topnav {
    background-color: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* When mobile nav is open, change all navbar elements to dark */
body.home-page.mobile-nav-open header .navbar-brand a {
    color: #383838 !important;
}
body.home-page.mobile-nav-open header .navbar-nav > .nav-item > .nav-link {
    color: #383838 !important;
}
body.home-page.mobile-nav-open header svg.icon {
    fill: #383838 !important;
    color: #383838 !important;
}
body.home-page.mobile-nav-open header .navbar-brand svg {
    color: #383838 !important;
}
body.home-page.mobile-nav-open header svg#topnav-portal-account-icon {
    color: #383838 !important;
}
body.home-page.mobile-nav-open .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 56, 56, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* When user has scrolled (any scroll position > 0) on home page - navbar becomes white with dark elements */
body.home-page.scrolled header .topnav {
    background-color: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Navigation links become dark */
body.home-page.scrolled header .navbar-brand a {
    color: #383838 !important;
}
body.home-page.scrolled header .navbar-nav > .nav-item > .nav-link {
    color: #383838 !important;
}
body.home-page.scrolled header .navbar-nav > .nav-item > .nav-link:hover {
    color: #383838 !important;
}

/* Icons become dark */
body.home-page.scrolled header svg.icon {
    fill: #383838 !important;
    color: #383838 !important;
}
body.home-page.scrolled header .navbar-brand svg {
    color: #383838 !important;
}
body.home-page.scrolled header svg#topnav-portal-account-icon {
    color: #383838 !important;
}

/* Navbar toggler becomes dark */
body.home-page.scrolled .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 56, 56, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* When user scrolls (scroll-up class) on home page - navbar becomes white with dark elements */
body.home-page.scroll-up .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 56, 56, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* When user scrolls down (scroll-down class) on home page - navbar toggler becomes dark */
body.home-page.scroll-down .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 56, 56, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Mobile navigation background - ensure it's white on home-2026 page */
body.home-page #mobile-nav {
    background-color: #ffffff !important;
}

/* Mobile Typography Styles - Home 2026 */
@media (max-width: 767.98px) {
    /* Hide logo placeholder on mobile */
    .hero-logo-placeholder {
        display: none !important;
    }
    
    /* H1-Bold: 26px = 1.625rem, line-height: 34px = 2.125rem */
    #content-wrapper h1,
    #content-wrapper .h1,
    #content-wrapper .hero-home-text h1 {
        font-size: 1.625rem !important;
        line-height: 2.125rem !important;
        font-weight: 700 !important;
    }
    
    /* H2-Bold: 22px = 1.375rem, line-height: 28px = 1.75rem */
    #content-wrapper h2,
    #content-wrapper .h2,
    #content-wrapper .section-header,
    #content-wrapper .companies-heading,
    #content-wrapper .support-heading {
        font-size: 1.375rem !important;
        line-height: 1.75rem !important;
        font-weight: 700 !important;
    }
    
    /* H3-Regular: 20px = 1.25rem, line-height: 28px = 1.75rem */
    #content-wrapper h3,
    #content-wrapper .h3 {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
        font-weight: 400 !important;
    }
    
    /* H4-Bold: 17px = 1.0625rem, line-height: 22px = 1.375rem */
    #content-wrapper h4,
    #content-wrapper .h4,
    #content-wrapper .tools-heading {
        font-size: 1.0625rem !important;
        line-height: 1.375rem !important;
        font-weight: 700 !important;
    }
    
    /* Body-Bold: 16px = 1rem, line-height: 21px = 1.3125rem */
    #content-wrapper .body-bold,
    #content-wrapper .indicator-card-body,
    #content-wrapper .news-article-title {
        font-size: 1rem !important;
        line-height: 1.3125rem !important;
        font-weight: 700 !important;
    }
    
    /* Body-Regular: 16px = 1rem, line-height: 27px = 1.6875rem */
    #content-wrapper .body-regular,
    #content-wrapper .larger-body-text,
    #content-wrapper .companies-subheading,
    #content-wrapper .support-subheading,
    #content-wrapper p,
    #content-wrapper .company-description {
        font-size: 1rem !important;
        line-height: 1.6875rem !important;
        font-weight: 400 !important;
    }
    
    /* Body-Regular-Small: 14px = 0.875rem */
    #content-wrapper .body-regular-small,
    #content-wrapper .news-article-meta,
    #content-wrapper .news-article-type,
    #content-wrapper .indicator-card-link,
    #content-wrapper .tool-name {
        font-size: 0.875rem !important;
        font-weight: 400 !important;
    }
}