.avatar-fancybox .fancybox__content {
  padding: 0;
  background: #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
  width: min(800px, 94vw);
}

.avatar-crop-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.avatar-crop-preview-wrap {
  width: 100%;
  max-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.avatar-crop-preview-wrap img {
  display: block;
  max-width: 100%;
}

.avatar-crop-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

#avatar-crop-cancel {
  background: #3a3a3a;
  color: #ccc;
}

.avatar-crop-thumb-wrap{
  min-height: 38px;
  background-color: #F5F5F5;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  margin-top: 10px;
}

.avatar-crop-thumb {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
}