/* WP Partner Links — Footer bandeau */

.wp-partnerlinks {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 12px 0;
    font-size: 13px;
    line-height: 1.6;
    width: 100%;
}
.wp-partnerlinks-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.wp-partnerlinks-label {
    color: #888;
    margin-right: 8px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.wp-partnerlinks a {
    color: var(--wppl-link-color, #555555) !important;
    text-decoration: none;
    transition: color 0.2s, opacity 0.2s;
}
.wp-partnerlinks a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.wp-partnerlinks-sep {
    color: #bbb;
    margin: 0 8px;
}
