/* SPA src/WeddingImageUploadPlaceholder.css */
.wedding-image-upload-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  padding: 16px 12px;
  background: #c8c8c8;
  color: #4a4a4a;
  text-align: center;
}

.wedding-image-upload-placeholder__text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
