/* ========================================
   Footer shell
======================================== */

.site-footer {
	border-top: 1px solid var(--separator-color);
}

/* ========================================
   Footer columns
======================================== */

.footer-columns,
.sidebar-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.footer-columns {
	padding-top: 2em;
	padding-bottom: 2em;
}

.sidebar-footer {
	margin-bottom: 1.5em;
}

/* ========================================
   Footer content
======================================== */

.footer-info__content h4 {
	margin-bottom: 5px;
}

.footer-info__content p {
	/* font-size: var(--text-body-m); */
	margin-bottom: 10px;
}

.footer-column__content {
	--flow-space: .35rem;
}

.footer-column__content > * + * {
	margin-block-start: var(--flow-space);
}

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

.footer-column__content h4 {
	margin-bottom: 15px;
}

.footer-column__content  .support-email {
	font-weight: 800;
	margin-bottom: 25px;
}

.footer-links li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ========================================
   Footer info box
======================================== */

.footer__column_info {
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 5px;
	background-color: #eee;
}

.footer-info__content {
  max-width: 220px;
}

/* ========================================
   Payment cards list
======================================== */

.cards-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px 18px;
	list-style: none;
	padding: 0;
	max-width: 600px;
}

.footer-column__content .cards-list {
	margin-bottom: 25px;
}

.cards-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
}

.cards-list__item a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	max-width: 100%;
}

.cards-list__item img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 30px;
}

/* Fine tuning per logo */
.cards-list__item--visa img {
	height: 20px;
}

.cards-list__item--mastercard img {
	height: 38px;
}

.cards-list__item--maestro img {
	height: 38px;
}

.cards-list__item--diners img {
	height: 30px;
}

.cards-list__item--discover img {
	height: 30px;
}

.cards-list__item--keks img {
	height: 28px;
}

.cards-list__item--aircash img {
	height: 30px;
}

.cards-list__item--gpay img {
	height: 32px;
}

.cards-list__item--visa-secure img {
	height: 32px;
}

.cards-list .cards-list__item--id-check img {
	height: 32px;
	max-height: 32px;
}

.cards-list .cards-list__item--monri img {
	height: 32px;
	max-height: 32px;
}

@media (max-width: 460px) {
	.cards-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px 14px;
	}

	.cards-list__item {
		min-height: 40px;
	}
}
/* ========================================
   Footer credits
======================================== */

.footer-credits {

}

.footer-credits__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	font-size: var(--text-ui);
	border-top: 1px solid var(--separator-color);
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer-credits__inner .privacy-policy-link,
.footer-credits__link {
	position: relative;
}

.footer-credits__inner .privacy-policy-link::before,
.footer-credits__link::before {
	content: "\00B7";
	position: absolute;
	left: -10px;
	font-weight: 900;
}
