/* ====== PHOTO PAGE SPECIFIC STYLES ====== */

.photo-page {
  padding-bottom: 80px; /* відступ для navbar */
}

.photo-fullscreen-wrapper {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}

.photo-fullscreen-wrapper img {
  max-width: 90vw;
  max-height: 50vh;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.photo-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px auto 0;
  max-width: 300px;
}

.action-btn {
  background-color: #1a1a1a;
  color: white;
  border-radius: 20px;
  border: none;
  padding: 16px 20px;
  width: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.action-btn img {
  display: block;
  margin: 0 auto 6px;
  height: 28px;
}
