.fb-1ae8d128-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .fb-1ae8d128-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .fb-1ae8d128-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
.fb-1ae8d128-col {
    display: flex;
    flex-direction: column;
}
/* Replaced generic align-items to rely on settings */
.fb-1ae8d128-logo img {
    height: auto;
    object-fit: contain;
    /* max-width is controlled by widget settings */
}
.fb-1ae8d128-heading {
    margin-top: 0;
    margin-bottom: 15px;
}
.fb-1ae8d128-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fb-1ae8d128-links a {
    text-decoration: none;
    transition: color 0.3s;
}
.fb-1ae8d128-socials {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.fb-1ae8d128-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color 0.3s;
}