.wsfh {
margin: 24px 0;
}
.wsfh__title {
margin: 0 0 12px;
font-size: 1.25rem;
line-height: 1.2;
}
.wsfh__notice {
margin: 8px 0 0;
font-size: 0.95rem;
}
.wsfh__notice--error {
color: #b32d2e;
}
.wsfh--instagram .wsfh__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
@media (max-width: 640px) {
.wsfh--instagram .wsfh__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.wsfh--instagram .wsfh__card {
display: block;
position: relative;
border-radius: 8px;
overflow: hidden;
background: #f3f3f3;
}
.wsfh--instagram .wsfh__img {
display: block;
width: 100%;
height: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.wsfh--facebook .fb-page {
max-width: 100%;
}