footer {
	width: 100%;
	max-width: none !important;
	background-color: #1e1b1d;
}

.custom-magazin-footer {
	background-color: #1e1b1d;
	color: #e0e0e0;
	padding: 50px 20px 60px 20px;
	font-size: 14px;
	line-height: 1.5;
}

.footer-container {
	max-width: 1200px;
	margin: 15px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	@media (max-width: 768px) {
		flex-direction: column;
	}
}

/* Oszlopok beállításai */
.footer-col {
	flex: 1;
	min-width: 220px;
}

/* 1. Logo Oszlop */
.footer-col-logo {
	max-width: 200px;
	@media (max-width: 768px) {
		align-self: center;
	}
}

.footer-logo {
	max-width: 100%;
	height: auto;
	display: block;
}

/* 2-3. Szöveges Oszlopok */
.footer-col-text-1,
.footer-col-text-2 {
	font-size: 13px;
	color: #cccccc;
}

.footer-col p {
	color: #cccccc;
	margin: 0 0 4px 0;
}

.footer-col strong {
	color: var(--sziv-white);
	font-weight: 700;
}

.footer-col a {
	color: #cccccc;
	text-decoration: none;
}

.footer-col a:hover {
	color: var(--sziv-white);
	text-decoration: underline;
	text-decoration-color: var(--sziv-burgundy);
}

/* 4. Social Ikonok */
.footer-col-social {
	display: flex;
	justify-content: center;
	gap: 15px;
	max-width: none;
	margin: 0;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid var(--sziv-white);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.social-icon svg {
	width: 22px;
	height: 22px;
	fill: var(--sziv-white);
}

.social-icon:hover {
	background-color: var(--sziv-white);
}

.social-icon:hover svg {
	fill: #1e1b1d;
}
