.bottom-footer-d318d240 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer-d318d240-copyright {
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.bottom-footer-d318d240-links {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
}

.bottom-footer-d318d240-links a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	transition: color 0.3s ease;
}

.bottom-footer-d318d240-links a:hover {
	color: #fff;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.bottom-footer-d318d240 {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	
	.bottom-footer-d318d240-links {
		justify-content: center;
	}
}
