img {
    max-width: 100px;
    height: auto;
}

.site-photo {
    max-width: 300px !important;
}


.import-btn {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
  
}

.delete-photo {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  background-color: rgba(200, 30, 50, 1);
  border: none;
  border-radius: 50%;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}


.delete-photo:hover{
  background-color: rgba(220, 53, 69, 0.8); /* Bootstrap danger with opacity */
}

img.site-photo {
    height:60px; 
    border:1px solid #ccc;
}

.photo-div {
    display:inline-block; 
    position:relative; 
    margin:4px;
}