.nec-classic-photo-actions,
.nec-classic-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nec-classic-photo-actions {
  margin-bottom: 18px;
}

.nec-classic-photo-actions .nec-classic-upload {
  box-sizing: border-box;
  flex: 1 1 190px;
  margin: 0;
  text-align: center;
}

.nec-classic-photo-actions .is-camera {
  background: #173f70;
  color: #fff;
}

.nec-classic-result-actions {
  justify-content: center;
}

.nec-classic-result-actions [data-nec-whatsapp] {
  background: #25d366 !important;
  color: #fff !important;
}

.nec-classic-result-actions [data-nec-share] {
  background: linear-gradient(135deg, #833ab4 0%, #c13584 42%, #e1306c 68%, #f77737 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.nec-classic-result-actions [data-nec-download] {
  background: #f47b20 !important;
  border-color: #f47b20 !important;
  color: #fff !important;
}

@media (max-width: 560px) {
  .nec-classic-photo-actions,
  .nec-classic-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nec-classic-photo-actions .nec-classic-upload,
  .nec-classic-result-actions > * {
    flex: auto;
    margin: 0;
    text-align: center;
  }
}
