:root {
  --gold-primary: #c5a059;
  --gold-light: #f7f3eb;
  --gold-border: #e8dcc4;
  --dark-text: #2c3e50;
}

.cift-kapak-frame {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--gold-border);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.cift-kapak-frame img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

.btn-harita-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--gold-primary);
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-harita-link.btn-kina {
  background: #8e24aa;
}

.btn-harita-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Yükleme Formu */
.dugun-upload-box {
  background: var(--gold-light);
  border: 2px dashed var(--gold-border);
  padding: 25px;
  border-radius: 14px;
  text-align: center;
}

.upload-icon {
  font-size: 2.5rem;
  color: var(--gold-primary);
}

.btn-upload-select {
  margin-top: 12px;
  background: var(--gold-primary);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
