.barra {
	display: flex;
}

.edukiaentzunbotoia{
	padding-top:4px;
}

.inline-content {
        display: inline-flex; /* Changed to inline-flex to allow the a element to shrink-wrap its content */
        align-items: center;
        text-decoration: none; /* Optional: Remove underline from link */
        width: auto; /* Allow the width to adjust based on content */
}
.inline-content svg {
        margin-right: 5px; /* Optional: Adjust spacing between text and SVG */
}
.fixed-barra {
	position: fixed;
	top: 22%;
	left: 75%;
	z-index: 100;
}
@media screen and (max-width: 500px){
	.banatzekoa {
    		display: block !important;
	}
}
