/*
Theme Name:     Bridge-child
Theme URI:
Description:    Bridge child theme.
Author:         Me
Author URI:
Template:       bridge
Version:        0.1.0
*/


/* Container principal do Flexbox */
.footer-lojas {
	display: flex;
	gap: 20px; /* Espaçamento entre colunas */
	justify-content: space-between; /* Distribui as colunas uniformemente */
}

/* Estilos para cada coluna */
.footer-coluna {
	flex: 1; /* Cada coluna ocupa o mesmo espaço */
}

/* Lista de links */
.footer-coluna ul {
	list-style: none; /* Remove marcadores */
	padding: 0;
	margin: 0;
}

.footer-coluna ul li {
	margin-bottom: 10px; /* Espaçamento entre itens */
}

/* Links */
.footer-coluna ul li a {
	color: #ccc;
	text-decoration: none;
}

.footer-coluna ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.nome-loja-footer{
	font-weight: bold;
	color: white;
}
.item-loja-footer{
	margin-bottom: 2em;
}
