.current-avatar-preview-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.settings-avatar-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2a2a2a;
}

.croppie-container {
    display: none;
    width: 100%;
    height: 320px; /* Увеличим высоту, чтобы влез и круг, и слайдер */
    margin-bottom: 10px;
}