.snshop-front {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 100px;
}
.snshop-front div {
flex: 1 1 100%;
min-width: 150px;
text-align: center;
max-width: 300px;
}
.snshop-openinghours-week {
display: flex;
flex-direction: column;
}
.snshop-opening-day {
display: flex;
justify-content: space-between;
}
.snshop-opening-day div:first-child {
text-align: left;
}
.snshop-opening-day div:last-child {
text-align: right;
}
.snshop-openinghours-text {
margin-top: 30px;
}
.snshop-contact {
text-align: center;
}
.snshop-shopslist-columns {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
.snshop-shopslist-columns .snshop-column {
flex: 1 1 100%;
min-width: 150px;
}
.snshop-shopslist-columns h2 {
font-size: 2rem;
margin-bottom: 0;
margin-top: 2rem;
}
.snshop-shopslist-columns div.snshop-initial {
margin-top: 10px;
}
.snshop-shopslist-columns a {
color: #767294;
text-decoration: underline;
}
@media (max-width: 768px) {
.snshop-shopslist-columns {
flex-direction: column;
}
.snshop-shopslist-columns .snshop-column {
text-align: center;
}
}