.waffle-footer {
    /* background: #f5f5f5; */
    padding: 0;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #919191;
    text-align: center;
    line-height: normal;
    width: 100%;
    background: var(--bg-primary);
}

.waffle-footer-top {
    /* padding: 32px 0 18px 0; */
}

.waffle-footer-desc {
    color: var(--txt-primary);
    font-size: 13px;
    margin-bottom: 9px;
    line-height: 1.3;
}

.waffle-footer-socials {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 8px;
}

.waffle-footer-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
    /* background: #000; */
    padding: 6px;
    transition: filter 0.2s;
}

.waffle-footer-icon:hover {
    filter: brightness(0.8);
}

.waffle-footer-divider {
    border: none;
    border-top: 2px solid #d3d3d3;
    margin: 0 0 0 0;
}

.waffle-footer-copyright {
    color: var(--txt-primary);
    font-size: 16px;
    padding: 9px 0 9px 0;
    /* background: #f5f5f5; */
}