.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
	height: auto !important;
}

.form-label {
	margin-bottom: 0;
	margin-top: .5rem;
	font-weight: 500;
}

.text-theme {
	color: #BB0B0B !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
	padding-top: 64px;
	padding-bottom: 64px;
}

.x-form-section {
	margin-bottom: 64px;
}
.x-form-section .title {
	color: #BB0B0B !important;
	margin: 0;
}

.form-comment {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 13px !important;
}

.form-check-input:checked {
    background-color: #BB0B0B;
    border-color: #BB0B0B;
}

.full-width-header .rs-header .menu-area .logo-area img {
	max-height: 50px;
}

.js-cookie-consent.cookie-consent {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #F7E8D4;
}

.cookie-consent__message {
	color: #CA9C62;
}

.js-cookie-consent-agree.cookie-consent__agree {
	font-size: 15px;
    background: #F7D1A1;
    padding: 5px 30px;
    margin: 0;
    border-radius: 0px;
    color: #BB7E31;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
}

.footer-financing-notice {
	margin-top: 28px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.65;
}

.footer-financing-notice p {
	margin: 0 0 8px;
}

.footer-financing-notice p:last-child {
	margin-bottom: 0;
}

.footer-financing-notice strong {
	color: #fff;
}

.footer-link-list {
	margin-top: 0;
}

.footer-contact-link {
	margin-top: 14px;
}

.rs-footer.footer-main-home .footer-bottom .footer-social {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li {
	margin-right: 0;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li a {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
	width: 40px;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li a:hover,
.rs-footer.footer-main-home .footer-bottom .footer-social li a:focus,
.rs-footer.footer-main-home .footer-bottom .footer-social li a:active {
	background: rgba(255, 255, 255, 0.24);
	border-color: rgba(255, 255, 255, 0.46);
	color: #fff;
	transform: translateY(-1px);
}

.rs-footer.footer-main-home .footer-bottom .footer-social li a span {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li a span i,
.rs-footer.footer-main-home .footer-bottom .footer-social li a span i:hover,
.rs-footer.footer-main-home .footer-bottom .footer-social li a:hover span i,
.rs-footer.footer-main-home .footer-bottom .footer-social li a:focus span i,
.rs-footer.footer-main-home .footer-bottom .footer-social li a:active span i {
	color: currentColor;
	font-size: 18px;
	margin-right: 0;
}

.footer-social .social-tiktok-icon {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.loan-info-page {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 34px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.loan-info-kicker {
	display: inline-flex;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 13px;
	font-weight: 800;
}

.loan-info-page h1 {
	color: #0f172a;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 900;
	margin: 0 0 16px;
}

.loan-info-intro,
.loan-info-body {
	color: #334155;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 18px;
}

.loan-info-warning {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: #7c2d12;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
	margin: 22px 0;
	padding: 16px 18px;
}

.loan-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.loan-info-card,
.loan-info-panel {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f8fafc;
	padding: 20px;
}

.loan-info-card h2,
.loan-info-card h3,
.loan-info-panel h2 {
	color: #0f172a;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 10px;
}

.loan-info-card p {
	color: #475569;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.loan-info-panel {
	margin: 24px 0;
}

.loan-info-panel ol {
	margin: 0;
	padding-left: 22px;
}

.loan-info-panel li {
	color: #334155;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 8px;
}

.loan-info-panel li:last-child {
	margin-bottom: 0;
}

.loan-seo-hero {
	background: linear-gradient(135deg, #0f172a 0%, #07394a 58%, #0f172a 100%);
	padding: 86px 0;
	position: relative;
	overflow: hidden;
}

.loan-seo-hero::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 70px solid rgba(255, 255, 255, 0.06);
}

.loan-seo-hero-inner {
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.loan-seo-hero .loan-info-kicker {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.loan-seo-hero h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 18px;
}

.loan-seo-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.75;
	margin: 0;
	max-width: 720px;
}

.loan-seo-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.loan-seo-secondary {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	min-height: 50px;
	padding: 12px 22px;
}

.loan-seo-secondary:hover {
	background: #fff;
	color: #bb0b0b;
}

.loan-seo-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.loan-seo-stats div {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	padding: 18px;
}

.loan-seo-stats span {
	color: #64748b;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.loan-seo-stats strong {
	color: #0f172a;
	display: block;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
}

.loan-seo-page h2 {
	color: #0f172a;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.25;
	margin: 32px 0 12px;
}

.loan-seo-page h2:first-child {
	margin-top: 0;
}

.loan-seo-needs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0;
}

.loan-seo-needs div {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #0f172a;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	padding: 14px 16px;
}

.loan-seo-needs i {
	color: #16a34a;
}

.loan-seo-process ol {
	counter-reset: loan-step;
	list-style: none;
	padding-left: 0;
}

.loan-seo-process li {
	counter-increment: loan-step;
	padding-left: 42px;
	position: relative;
}

.loan-seo-process li::before {
	align-items: center;
	background: #bb0b0b;
	border-radius: 999px;
	color: #fff;
	content: counter(loan-step);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.loan-seo-copy {
	background: #f8fafc;
	border-left: 4px solid #bb0b0b;
	border-radius: 8px;
	margin: 24px 0;
	padding: 22px;
}

.loan-seo-copy h2 {
	margin-top: 0;
}

.loan-seo-copy p {
	color: #334155;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

@media (max-width: 768px) {
	.loan-info-page {
		padding: 24px 18px;
	}

	.loan-info-page h1 {
		font-size: 28px;
	}

	.loan-info-grid {
		grid-template-columns: 1fr;
	}

	.loan-seo-hero {
		padding: 58px 0;
	}

	.loan-seo-hero h1 {
		font-size: 34px;
	}

	.loan-seo-hero p {
		font-size: 16px;
	}

	.loan-seo-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.loan-seo-actions .readon,
	.loan-seo-secondary {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.loan-seo-stats,
	.loan-seo-needs {
		grid-template-columns: 1fr;
	}

	.loan-seo-page h2 {
		font-size: 22px;
	}
}
