body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f8f8f8;
}

.container {
  max-width: 900px;
  margin: auto;
  padding-bottom: 40px;
}

/* Header */
.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.back-button {
  font-size: 30px;
  text-decoration: none;
  color: #000;
}

.header-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

/* Header Image */
.header-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Content */
.content {
  padding: 20px;
}

.heading {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  color: #000;
}

.text {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}
