.section-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  border-left: 4px solid #93c73f;
  padding-left: 10px;
}
.form-section, .info-section {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.form-section {
  background-color: #f9f9f9;
}
.info-section {
  background-color: #ffffff;
}
.info-item {
  margin-bottom: 15px;
}
.info-item h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-red {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.btn-red:hover {
  background-color: darkred;
}
/* External CSS */
.form-section .poster-image {
  width: 100%;
  height: 290px;
  border: 0;
}

.text-muted {
  color: #6c757d;
}

.info-section {
  padding: 1rem;
}

.info-section .section-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.info-section h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.info-section a {
  color: #007bff;
  text-decoration: none;
}

.info-section a:hover {
  text-decoration: underline;
}
