.icgfoto-wrap { max-width: 560px; margin: 0 auto; font-family: inherit; }

.icgfoto-blocco-login { text-align: center; padding: 30px 20px; background: #f7f3ee; border-radius: 12px; }

.icgfoto-drop {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; padding: 40px 20px; border: 2px dashed #c9a876; border-radius: 14px;
    cursor: pointer; text-align: center; color: #6a5540; background: #fbf8f3;
    transition: all .2s;
}
.icgfoto-drop:hover { background: #f5eee1; border-color: #a9803f; }
.icgfoto-drop-icon { font-size: 2.4rem; }
.icgfoto-drop input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }

.icgfoto-anteprima {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px;
    margin-top: 14px;
}
.icgfoto-anteprima .cella { position: relative; aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: #eee; }
.icgfoto-anteprima .cella img { width: 100%; height: 100%; object-fit: cover; display: block; }
.icgfoto-anteprima .rimuovi {
    position: absolute; top: 3px; right: 3px; width: 22px; height: 22px; border-radius: 50%;
    background: rgba(0,0,0,.6); color: #fff; border: none; font-size: .8rem; cursor: pointer; line-height: 1;
}

.icgfoto-btn {
    display: block; width: 100%; margin-top: 16px; padding: 13px 20px; border: none; border-radius: 8px;
    background: #a9803f; color: #fff; font-weight: 700; font-size: 1rem; cursor: pointer; text-align: center;
    text-decoration: none; transition: background .2s;
}
.icgfoto-btn:disabled { background: #cdbfa4; cursor: not-allowed; }
.icgfoto-btn:not(:disabled):hover { background: #8c6a30; }

.icgfoto-esito { margin-top: 12px; font-size: .92rem; text-align: center; }
.icgfoto-esito.ok { color: #2c6e2f; }
.icgfoto-esito.errore { color: #b13b3b; }

.icgfoto-nota { margin-top: 14px; font-size: .82rem; color: #8a7c68; text-align: center; }
