/* YouTube Thumbnail Resizer - tool-specific styles */
.resizer-upload-zone {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#upload-zone.hidden {
  display: none !important;
}

@media (max-width: 640px) {
  .resizer-upload-zone {
    padding: 2rem 1rem !important;
  }
}

#preview-image {
  max-width: 100%;
  height: auto;
}
