@import url('https://fonts.googleapis.com/css2?family=Economica:wght@400;700&display=swap');

#gifts-assessment {
  max-width: 900px;
  margin: auto;
  font-family: 'Economica', sans-serif;
  color: #333;
}

#gifts-assessment p {
  font-family: 'Economica', sans-serif;
}

#giftsForm > p {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
}

.question {
  margin-bottom: 35px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.question:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.question p {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 18px 0;
  line-height: 1.5;
}

.question label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.question label:hover {
  color: #3498db;
}

.question input[type="radio"] {
  margin-right: 8px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: #3498db;
}

.question input[type="radio"]:checked {
  accent-color: #2980b9;
}

button {
  font-family: 'Economica', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(52, 152, 219, 0.35);
}

button:active {
  transform: translateY(0);
}

#results {
  margin-top: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
}

#results h2 {
  font-family: 'Economica', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
}

.top-gift {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.top-gift:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.top-gift p {
  font-family: 'Economica', sans-serif;
  margin: 5px 0;
}

#top-gifts-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 15px;
}

.gift-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.gift-card {
  border: 2px solid #e0e0e0;
  padding: 20px;
  text-align: center;
  background: white;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.gift-card:hover {
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
  transform: translateY(-4px);
}

.gift-card p {
  font-family: 'Economica', sans-serif;
  font-size: 16px;
  margin: 8px 0;
}

.gift-card img {
  width: 50px;
  height: 50px;
  margin: 15px 0;
  object-fit: contain;
}

.gift-card strong {
  font-family: 'Economica', sans-serif;
  font-size: 18px;
  color: #2c3e50;
  display: block;
  margin: 10px 0;
}

.gift-card .score-container {
  background: linear-gradient(90deg, #e9ecef, #f8f9fa);
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0;
}

.gift-card .score-label {
  font-family: 'Economica', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3498db;
  display: block;
}

.gift-card .score-bar {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-top: 8px;
  overflow: hidden;
}

.gift-card .score-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #3498db, #2980b9);
  transition: width 0.3s ease;
}

.gift-card .description {
  font-size: 16px;
  color: #34495e;
  line-height: 1.5;
}

.gift-card .scripture {
  font-size: 14px;
  color: #7f8c8d;
  font-style: italic;
}

.top-gift img {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  object-fit: contain;
}

.top-gift h4 {
  font-family: 'Economica', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin: 10px 0 5px 0;
}

.top-gift p {
  font-family: 'Economica', sans-serif;
  font-size: 12px;
  color: #7f8c8d;
  margin: 5px 0 0 0;
  text-transform: capitalize;
}

.top-gift-score {
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3498db;
}

.admin-section-title {
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 3px solid #3498db;
  padding-bottom: 10px;
}

#downloadResults {
  display: block;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #top-gifts-row {
    justify-content: center;
  }

  .question {
    padding: 15px;
  }

  .question p {
    font-size: 16px;
  }

  .question label {
    margin-right: 12px;
    font-size: 14px;
  }

  button {
    width: 100%;
    padding: 16px;
  }
}

@media print {
  button {
    display: none;
  }

  .question {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .gift-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}