.puppy-photo-status {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 7px 12px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: #212121;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.puppy-photo-status.reserved { background: #e8a94a; color: #212121; }
.puppy-photo-status.sold { background: #b72d24; }
.puppy-photo-status.adopted { background: #45649a; }
.status-badge.sold { background: #b72d24; color: #fff; }
.status-badge.adopted { background: #45649a; color: #fff; }
.puppy-status-badge.reserved { background: #e8a94a !important; color: #212121 !important; }
.puppy-status-badge.sold { background: #b72d24 !important; color: #fff !important; }
.puppy-status-badge.adopted { background: #45649a !important; color: #fff !important; }
.btn-contact.is-unavailable { background: #777 !important; cursor: not-allowed !important; }

@media (max-width: 600px) {
  .puppy-photo-status { top: 12px; right: 12px; padding: 6px 10px; font-size: 0.66rem; }
}

@media (max-width: 900px) {
  .btn-mobile-sms:not([hidden]) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
