/* =========================================
   ROAI Site Footer Widget
   ========================================= */

.roai-site-footer {
	background: #f7f6f3;
	color: #4b5563;
	font-family: 'Inter', sans-serif;
}

.roai-site-footer-inner {
	max-width: 80rem;
	margin: 0 auto;
	padding: 2.5rem 1rem;
}

@media (min-width: 640px) {
	.roai-site-footer-inner { padding: 2.5rem 1.5rem; }
}

@media (min-width: 1024px) {
	.roai-site-footer-inner { padding: 2.5rem 2rem; }
}

/* Disclaimers */
.roai-footer-disclaimers {
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.roai-footer-disclaimer-item {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.75rem;
	color: #9ca3af;
	margin: 0;
	line-height: 1.6;
}

.roai-footer-disclaimer-num {
	font-weight: 600;
	flex-shrink: 0;
}

.roai-footer-disclaimer-item a {
	color: #9ca3af;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.roai-footer-disclaimer-item a:hover {
	color: #4b5563;
}

/* Bottom bar */
.roai-footer-bottom {
	border-top: 1px solid #e5e7eb;
	padding-top: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 768px) {
	.roai-footer-bottom {
		flex-direction: row;
		justify-content: space-between;
	}
}

.roai-footer-copy {
	font-size: 0.875rem;
	color: #9ca3af;
	margin: 0;
}

.roai-footer-links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.roai-footer-link {
	font-size: 0.875rem;
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s ease;
}

.roai-footer-link:hover {
	color: #4b5563;
}
