:root {
	--main-accent-bg-color: #3e2e2e;
	--main-nav-color: #ffffff;
	--header-bg-color: #200404;
	--content-button-bg-color: #de3c21;
	--content-button-color: #ffffff;
}

.pinup-footer {
	background-color: #200404;
	color: #ccc;
	padding: 40px 20px;
	font-family: 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.footer-block {
	flex: 1 1 230px;
}

.footer-block h4 {
	color: #4eedff;
	font-size: 16px;
	margin-bottom: 12px;
}

.footer-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-block ul li {
	margin-bottom: 8px;
}

.footer-block a {
	color: #ccc;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-block a:hover {
	color: #fff;
}

.footer-license {
	border-top: 1px solid #444;
	padding-top: 15px;
	margin-top: 10px;
	font-size: 12px;
	color: #aaa;
}

.footer-bottom {
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #777;
}
.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px auto;
	max-width: 900px !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
