.acp-placeholder-box {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border: 2px dashed #c2c2c2;
  border-radius: 50%;

  /* Centrado perfecto */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #4b5563; /* darker gray for better contrast */
  font-size: 0.85rem;
  gap: 8px;
}

.acp-placeholder-icon {
  width: 32px;
  height: 32px;
  color: #3b82f6; /* azul bonito */
}

.acp-placeholder-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
