.aff-pub-box,
.aff-pub-box * { box-sizing: border-box; }

.aff-pub-box {
    position: fixed;
    z-index: 2147483000;
    right: 22px;
    bottom: 22px;
    width: calc(100% - 44px);
    max-width: 460px;
    padding: 22px;
    border: 1px solid #ddd5e2;
    border-top: 4px solid #58227d;
    border-radius: 9px;
    background: #fff;
    color: #29242d;
    font: 15px/1.45 Arial, Helvetica, sans-serif;
    box-shadow: 0 12px 36px rgba(30, 17, 38, .22);
}
.aff-pub-box h2 { margin: 0 0 9px; color: #2c2034; font-size: 20px; line-height: 1.25; }
.aff-pub-box p { margin: 0 0 16px; }
.aff-pub-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 14px 0 18px;
    padding: 12px;
    border-radius: 6px;
    background: #f5f0f8;
    cursor: pointer;
}
.aff-pub-check input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; }
.aff-pub-azioni { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.aff-pub-btn {
    display: inline-block;
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid #aaa2ae;
    border-radius: 5px;
    background: #fff;
    color: #302a34;
    font: 700 14px/18px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.aff-pub-btn:hover, .aff-pub-btn:focus { background: #f2eef4; color: #211b25; text-decoration: none; }
.aff-pub-btn-primary { border-color: #58227d; background: #58227d; color: #fff; }
.aff-pub-btn-primary:hover, .aff-pub-btn-primary:focus { border-color: #3d115b; background: #3d115b; color: #fff; }
.aff-pub-btn-link { border-color: transparent; background: transparent; color: #6b2b8d; }
.aff-pub-btn:disabled { opacity: .55; cursor: not-allowed; }
.aff-pub-chiudi {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    border: 0;
    background: transparent;
    color: #625b65;
    cursor: pointer;
}
.aff-pub-successo { border-top-color: #23753b; }
.aff-pub-errore { border-top-color: #b52d26; }

[data-aff-associazioni-cliente] {
    margin: 20px 0;
    padding: 18px;
    border: 1px solid #ddd5e2;
    border-radius: 7px;
    background: #fff;
}
.aff-pub-elenco-titolo { margin: 0 0 12px; font-size: 18px; }
.aff-pub-elenco { margin: 0; padding: 0; list-style: none; }
.aff-pub-elenco li { position: relative; margin: 7px 0; padding-left: 23px; }
.aff-pub-elenco li::before { position: absolute; left: 0; color: #28743e; content: "✓"; font-weight: 700; }
.aff-pub-nessun-circolo { margin: 0; color: #6d6670; }

@media (max-width: 600px) {
    .aff-pub-box { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 18px; }
    .aff-pub-azioni { align-items: stretch; flex-direction: column; }
    .aff-pub-btn { width: 100%; }
}

