.church-details {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.back-button {
  margin-bottom: 20px;
}

.btn-back {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  transition: background-color 0.2s;
}

.btn-back:hover {
  background-color: #e0e0e0;
}

.church-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.church-header h1 {
  margin: 0 0 10px 0;
  color: #333;
}

.church-address {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 10px;
  font-style: normal;
}

.church-website {
  margin-top: 10px;
}

.church-website a {
  color: #007bff;
  text-decoration: none;
}

.church-website a:hover {
  text-decoration: underline;
}

.no-website {
  color: #999;
  font-style: italic;
}

.feedback-section {
  margin-bottom: 30px;
}

.comment {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #007bff;
}

.comment.rating-easy {
  border-left-color: #28a745;
}

.comment.rating-medium {
  border-left-color: #ffc107;
}

.comment.rating-hard {
  border-left-color: #dc3545;
}

.comment header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}

.comment-rate {
  font-size: 0.9em;
  color: #666;
}

.comment-text {
  line-height: 1.5;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
}
