.camera-button {
  background: #edf1e9;
  color: #365f57;
  border-radius: 11px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.camera-button:hover { background: #dcebdd; }

@media (max-width: 430px) {
  .camera-button { padding: 0 8px; font-size: 10px; }
}
