/**
 * WeBid2Win Site Footer Styles
 * Used by [webid2win_footer] shortcode in the Kadence theme copyright block.
 */

.w2w-site-footer {
    width: 100%;
    text-align: center;
    padding: 10px 0 4px;
    font-family: inherit;
}

.w2w-site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 2px;
    margin-bottom: 8px;
}

.w2w-site-footer-link {
    font-size: 12px;
    color: inherit;
    opacity: 0.75;
    text-decoration: none;
    padding: 2px 4px;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.w2w-site-footer-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.w2w-site-footer-sep {
    font-size: 12px;
    opacity: 0.4;
    user-select: none;
    padding: 0 2px;
}

.w2w-site-footer-copy {
    font-size: 11px;
    opacity: 0.55;
    margin: 0;
    letter-spacing: 0.02em;
}

@media (max-width: 480px) {
    .w2w-site-footer-link {
        font-size: 11px;
    }
}
