/* =========================================================
   Faracomputer New Footer
   ========================================================= */

.fc-footer,
.fc-footer * {
	box-sizing: border-box;
}

/*
 * جلوگیری از افتادن فوتر و کادر اشتراک روی سایدبار
 * در آرشیو فروشگاه و دسته‌بندی محصولات
 */
body.post-type-archive-product .vb-archive-product-wrapper > .vb-container::after,
body.tax-product_cat .vb-archive-product-wrapper > .vb-container::after,
body.tax-product_tag .vb-archive-product-wrapper > .vb-container::after,
body.post-type-archive-product .vb-archive-product-wrapper .vb-content::after,
body.tax-product_cat .vb-archive-product-wrapper .vb-content::after,
body.tax-product_tag .vb-archive-product-wrapper .vb-content::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

/*
 * ناحیه توقف سایدبار چسبان قبل از خبرنامه و فوتر
 */
@media (min-width: 1025px) {

	body.post-type-archive-product .rd-column-sidebar,
	body.tax-product_cat .rd-column-sidebar,
	body.tax-product_tag .rd-column-sidebar {
		box-sizing: border-box;
		padding-bottom: 80px !important;
	}
}

.fc-footer {
	--fc-footer-bg: #1f2a3a;
	--fc-footer-bg-deep: #182231;
	--fc-footer-bottom: #263345;
	--fc-footer-green: #8bd052;
	--fc-footer-green-soft: rgba(139, 208, 82, 0.12);
	--fc-footer-green-border: rgba(139, 208, 82, 0.28);
	--fc-footer-text: #f7f9fc;
	--fc-footer-muted: #b5bfcc;
	--fc-footer-border: rgba(255, 255, 255, 0.08);

	position: relative;
	clear: both;
	display: flow-root;
	width: 100%;
	margin-top: 32px;
	color: var(--fc-footer-text);
	background: var(--fc-footer-bg-deep);
	overflow: visible;
	isolation: isolate;
}

.fc-footer a {
	color: inherit;
	text-decoration: none;
}

.fc-footer svg {
	display: block;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fc-footer__container {
	width: calc(100% - 40px);
	max-width: calc(var(--rd-body-wt, 1600px) - 40px);
	margin-right: auto;
	margin-left: auto;
}

/* =========================================================
   Main area
   ========================================================= */

.fc-footer__main {
	padding: 54px 0 42px;
}

.fc-footer__grid {
	display: grid;
	width: 100%;
	grid-template-columns:
		minmax(280px, 1.25fr)
		minmax(250px, 1fr)
		minmax(190px, 0.72fr)
		minmax(300px, 1.15fr);
	gap: 52px;
	align-items: start;
}

.fc-footer__column {
	min-width: 0;
}

/* =========================================================
   Logo and about
   ========================================================= */

.fc-footer__logo {
	display: inline-flex;
	width: min(240px, 100%);
	align-items: center;
	margin-bottom: 18px;
	transition: opacity 0.25s ease;
}

.fc-footer__logo:hover {
	opacity: 0.88;
}

.fc-footer__logo-image {
	display: block;
	width: 240px;
	height: auto;
	object-fit: contain;
}

.fc-footer__about-text {
	max-width: 440px;
	margin: 0;
	color: var(--fc-footer-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 2.15;
	text-align: justify;
}

/* =========================================================
   Store working hours
   ========================================================= */

.fc-footer__hours {
	position: relative;
	width: 100%;
	max-width: 440px;
	margin-top: 20px;
	padding: 13px;
	overflow: hidden;
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 13px;
	background:
		linear-gradient(
			135deg,
			rgba(139, 208, 82, 0.11),
			rgba(255, 255, 255, 0.025)
		);
	isolation: isolate;
}

.fc-footer__hours::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3px;
	border-radius: 0 13px 13px 0;
	background: var(--fc-footer-green);
}

.fc-footer__hours::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -45px;
	left: -45px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(139, 208, 82, 0.08);
	filter: blur(2px);
}

.fc-footer__hours-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.fc-footer__hours-icon {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	color: var(--fc-footer-green);
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 10px;
	background: rgba(139, 208, 82, 0.11);
}

.fc-footer__hours-icon svg {
	width: 21px;
	height: 21px;
}

.fc-footer__hours-heading {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 1px;
}

.fc-footer__hours-heading strong {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}

.fc-footer__hours-heading small {
	color: var(--fc-footer-muted);
	font-size: 9px;
	font-weight: 400;
	line-height: 1.7;
}

.fc-footer__hours-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 11px;
}

.fc-footer__hours-row {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 7px;
}

.fc-footer__hours-day {
	flex: 0 0 auto;
	color: var(--fc-footer-muted);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.8;
	white-space: nowrap;
}

.fc-footer__hours-dots {
	flex: 1 1 auto;
	min-width: 12px;
	height: 1px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.13);
}

.fc-footer__hours-time {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.8;
	direction: rtl;
	white-space: nowrap;
}

.fc-footer__hours-time span {
	color: var(--fc-footer-muted);
	font-size: 9px;
	font-weight: 400;
}

.fc-footer__hours-time time {
	color: #fff;
	font: inherit;
}

.fc-footer__hours-closed {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 22px;
	padding-inline: 9px;
	color: #ffb8b8;
	border: 1px solid rgba(255, 112, 112, 0.2);
	border-radius: 20px;
	background: rgba(255, 90, 90, 0.09);
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
}

/* =========================================================
   Section headings
   ========================================================= */

.fc-footer__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	margin-bottom: 22px;
}

.fc-footer__heading-icon {
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	color: var(--fc-footer-green);
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 10px;
	background: var(--fc-footer-green-soft);
}

.fc-footer__heading-icon svg {
	width: 19px;
	height: 19px;
}

.fc-footer__title {
	position: relative;
	margin: 0;
	padding-bottom: 7px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.6;
	white-space: nowrap;
}

.fc-footer__title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	border-radius: 20px;
	background: var(--fc-footer-green);
}

/* =========================================================
   Contact
   ========================================================= */

.fc-footer__contact-list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fc-footer__contact-item {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 58px;
	padding: 9px 10px;
	border: 1px solid var(--fc-footer-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.025);
	transition:
		border-color 0.25s ease,
		background-color 0.25s ease;
}

.fc-footer__contact-item:hover {
	border-color: var(--fc-footer-green-border);
	background: rgba(139, 208, 82, 0.055);
}

.fc-footer__contact-icon {
	display: grid;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	place-items: center;
	color: var(--fc-footer-green);
	border-radius: 9px;
	background: rgba(139, 208, 82, 0.1);
}

.fc-footer__contact-icon svg {
	width: 19px;
	height: 19px;
}

.fc-footer__contact-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.fc-footer__contact-label {
	color: var(--fc-footer-muted);
	font-size: 10px;
	line-height: 1.6;
}

.fc-footer__contact-value,
.fc-footer__contact-address {
	color: #f8fafc;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	transition: color 0.25s ease;
}

.fc-footer__contact-item:hover .fc-footer__contact-value,
.fc-footer__contact-item:hover .fc-footer__contact-address {
	color: var(--fc-footer-green);
}

.fc-footer__contact-address {
	font-size: 11px;
	font-weight: 500;
}

.fc-footer__contact-item--address {
	align-items: flex-start;
}

/* =========================================================
   Navigation and accordion
   ========================================================= */

.fc-footer__accordion-icon {
	display: none;
}

.fc-footer__accordion-content {
	display: block;
}

.fc-footer__menu {
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 5px;
	margin: 0;
	padding: 0;
}

.fc-footer__menu a {
	position: relative;
	display: flex;
	float: none;
	width: 100%;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 6px 11px;
	color: var(--fc-footer-muted);
	border: 1px solid var(--fc-footer-border);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.025);
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	transition:
		color 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease;
}

.fc-footer__menu a svg {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	color: rgba(255, 255, 255, 0.38);
	transition:
		color 0.25s ease,
		transform 0.25s ease;
}

.fc-footer__accordion-header {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.fc-footer__accordion-header > .fc-footer__heading {
	margin-bottom: 22px;
}

body .fc-footer .fc-footer__accordion-button {
	display: none;
	float: none;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	max-width: 32px;
	max-height: 32px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	border: 0 !important;
	border-radius: 9px !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

body .fc-footer .fc-footer__accordion-button::before,
body .fc-footer .fc-footer__accordion-button::after {
	display: none !important;
	content: none !important;
	background: none !important;
}

body .fc-footer .fc-footer__accordion-button:hover,
body .fc-footer .fc-footer__accordion-button:focus,
body .fc-footer .fc-footer__accordion-button:active {
	color: inherit !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

@media (hover: hover) and (pointer: fine) {

.fc-footer__menu a:hover {
	padding: 6px 11px;
	color: #ffffff;
	border-color: rgba(139, 208, 82, 0.4);
	background: rgba(255, 255, 255, 0.045);
}

.fc-footer__menu a:hover svg {
	color: var(--fc-footer-green);
	transform: translateX(-2px);
}
}

/* =========================================================
   Licenses
   ========================================================= */

.fc-footer-licenses {
	display: grid;
	grid-template-columns: repeat(3, minmax(78px, 1fr));
	gap: 10px;
}

.fc-footer-license {
	display: flex;
	min-width: 0;
	aspect-ratio: 1 / 1.02;
	align-items: center;
	justify-content: center;
	padding: 10px;
	overflow: hidden;
	border: 1px solid var(--fc-footer-border);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.065);
	transition:
		border-color 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
}

.fc-footer-license:hover {
	border-color: var(--fc-footer-green-border);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 -2px 0 var(--fc-footer-green);
}

.fc-footer-license__link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.fc-footer-license img,
.fc-footer-license__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 78px;
	object-fit: contain;
}


/* =========================================================
   Social networks bar
   ========================================================= */

.fc-footer__social-bar {
	display: flex;
	position: relative;
	width: 100%;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 38px;
	padding: 15px 17px;
	overflow: hidden;
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 14px;
	background:
		linear-gradient(
			110deg,
			rgba(139, 208, 82, 0.13),
			rgba(255, 255, 255, 0.025) 55%,
			rgba(139, 208, 82, 0.07)
		);
	isolation: isolate;
}

.fc-footer__social-bar::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -70px;
	right: 15%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(139, 208, 82, 0.07);
	filter: blur(8px);
}

.fc-footer__social-bar::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background:
		linear-gradient(
			90deg,
			transparent,
			var(--fc-footer-green),
			transparent
		);
	opacity: 0.75;
}

.fc-footer__social-message {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
}

.fc-footer__social-message-icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--fc-footer-green);
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 11px;
	background: rgba(139, 208, 82, 0.11);
}

.fc-footer__social-message-icon svg {
	width: 22px;
	height: 22px;
}

.fc-footer__social-message-text {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.fc-footer__social-message-text strong {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.fc-footer__social-message-text small {
	color: var(--fc-footer-muted);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.7;
}

.fc-footer__social-links {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	direction: rtl;
}

.fc-footer__social-link {
	display: grid;
	position: relative;
	float: none;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	place-items: center;
	margin: 0;
	padding: 0;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: none;
	transition:
		color 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
}

.fc-footer__social-link img {
	display: block;
	width: 28px;
	height: 28px;
	max-width: 100%;
	object-fit: contain;
	transition: transform 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
	.fc-footer__social-link:hover img {
		transform: scale(1.08);
	}
}


/* =========================================================
   Footer bottom
   ========================================================= */

.fc-footer__bottom {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background: #263345;
}

.fc-footer__bottom-inner {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.fc-footer__copyright {
	margin: 0;
	color: var(--fc-footer-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.9;
}

.fc-footer__back-to-top {
	display: inline-flex;
	flex: 0 0 auto;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 4px 10px;
	color: #fff;
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 9px;
	outline: none;
	background: var(--fc-footer-green-soft);
	font: inherit;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition:
		color 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease;
}

.fc-footer__back-to-top svg {
	width: 16px;
	height: 16px;
	color: var(--fc-footer-green);
}

.fc-footer__back-to-top:hover {
	color: #172112;
	border-color: var(--fc-footer-green);
	background: var(--fc-footer-green);
}

.fc-footer__back-to-top:hover svg {
	color: #172112;
}

@media (hover: hover) and (pointer: fine) {

	body .fc-footer .fc-footer__accordion-button:hover
	.fc-footer__accordion-icon {
		color: #172112;
		border-color: var(--fc-footer-green);
		background: var(--fc-footer-green);
	}
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1180px) {
    
    .fc-footer {
	    margin-top: 26px;
    }

	.fc-footer__container {
		width: calc(100% - 30px);
	}


	.fc-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 50px;
	}

	.fc-footer__about-text {
		max-width: none;
	}

	.fc-footer-licenses {
		grid-template-columns: repeat(5, minmax(70px, 1fr));
	}

	.fc-footer-license {
		aspect-ratio: 1 / 1;
	}
}

/* فاصله کپی‌رایت از نوار ثابت پایین در نمایشگرهای کم‌عرض دو ستونه */
@media (min-width: 768px) and (max-width: 1024px) {
	.fc-footer__bottom {
		padding-bottom: 72px;
	}
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
    
    .fc-footer {
	    margin-top: 20px;
    }

    .fc-footer__bottom {
	    padding-bottom: 72px;
    }


	.fc-footer__container {
		width: calc(100% - 20px);
	}

	.fc-footer__main {
		padding: 30px 0 24px;
	}

	.fc-footer__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.fc-footer__column {
		width: 100%;
		padding: 22px 4px;
		border-bottom: 1px solid var(--fc-footer-border);
	}

	.fc-footer__about {
		padding-top: 0;
	}

	.fc-footer__licenses-column {
		padding-bottom: 0;
		border-bottom: 0;
	}

.fc-footer__logo {
	width: min(260px, 78%);
	margin-bottom: 15px;
}

	.fc-footer__about-text {
		font-size: 12px;
		line-height: 2.05;
	}

	.fc-footer__support {
		width: 100%;
		justify-content: flex-start;
		margin-top: 18px;
	}

	.fc-footer__heading {
		margin-bottom: 17px;
	}

	.fc-footer__heading-icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.fc-footer__title {
		font-size: 15px;
	}

	.fc-footer__contact-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.fc-footer__contact-item {
		min-height: 55px;
	}

.fc-footer__accordion-icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	color: var(--fc-footer-green);
	border: 1px solid var(--fc-footer-green-border);
	border-radius: 9px;
	background: var(--fc-footer-green-soft);
	transition:
		color 0.3s ease,
		border-color 0.3s ease,
		background-color 0.3s ease,
		transform 0.3s ease;
}

	.fc-footer__accordion-icon svg {
		width: 17px;
		height: 17px;
	}
	
	.fc-footer__accordion-header {
	align-items: center;
}

.fc-footer__accordion-header > .fc-footer__heading {
	margin-bottom: 0;
}



body .fc-footer .fc-footer__accordion-button {
	display: grid;
}

	.fc-footer__accordion-button[aria-expanded="true"]
	.fc-footer__accordion-icon {
		transform: rotate(180deg);
		background: rgba(139, 208, 82, 0.18);
	}

	.fc-footer__accordion-content {
		max-height: 0;
		margin-top: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition:
			max-height 0.4s ease,
			margin-top 0.4s ease,
			opacity 0.25s ease,
			visibility 0.25s ease;
	}

	.fc-footer__accordion-content.is-open {
		max-height: 500px;
		margin-top: 16px;
		opacity: 1;
		visibility: visible;
	}

.fc-footer__menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.fc-footer__menu a {
	width: 100%;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	padding-inline: 10px;
	border: 1px solid var(--fc-footer-border);
	background: rgba(255, 255, 255, 0.025);
	font-size: 12px;
	line-height: 28px;
}

.fc-footer__menu a:hover,
.fc-footer__menu a:active,
.fc-footer__menu a:focus {
	padding-inline: 10px;
	color: var(--fc-footer-muted);
	border-color: var(--fc-footer-border);
	background: rgba(255, 255, 255, 0.025);
}

.fc-footer__menu a:hover svg,
.fc-footer__menu a:active svg,
.fc-footer__menu a:focus svg {
	color: rgba(255, 255, 255, 0.38);
	transform: none;
}

	.fc-footer-licenses {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.fc-footer-license {
		aspect-ratio: 1 / 1;
		padding: 8px;
		border-radius: 11px;
	}

	.fc-footer-license img,
	.fc-footer-license__image {
		max-height: 72px;
	}

	.fc-footer__bottom-inner {
		min-height: auto;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding-block: 18px;
	}

	.fc-footer__copyright {
		text-align: center;
		font-size: 10px;
		line-height: 1.9;
	}

.fc-footer__back-to-top {
	align-self: center;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
}
	
	.fc-footer__hours {
	max-width: none;
	margin-top: 17px;
	padding: 12px;
}

.fc-footer__hours-heading strong {
	font-size: 12px;
}

.fc-footer__hours-day,
.fc-footer__hours-time {
	font-size: 10px;
}


.fc-footer__social-bar {
	flex-direction: column;
	align-items: stretch;
	gap: 15px;
	margin-top: 26px;
	padding: 14px;
}

.fc-footer__social-message {
	justify-content: center;
	text-align: center;
}

.fc-footer__social-message-text strong {
	font-size: 12px;
}

.fc-footer__social-message-text small {
	font-size: 9px;
}

.fc-footer__social-links {
	width: 100%;
	justify-content: center;
	gap: 7px;
}

.fc-footer__social-link {
	flex-basis: 40px;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 10px;
}

.fc-footer__social-link img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex: 0 0 24px;
}


}

/* =========================================================
   Very small mobile
   ========================================================= */

@media (max-width: 380px) {

	.fc-footer__menu {
		grid-template-columns: 1fr;
	}

	.fc-footer-licenses {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* =========================================================
   Accessibility
   ========================================================= */

.fc-footer a:focus-visible,
.fc-footer button:focus-visible {
	outline: 2px solid var(--fc-footer-green);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

	.fc-footer *,
	.fc-footer *::before,
	.fc-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}