/* Style the white container */
#start-here-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;           /* rounded corners */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 20px;           /* space after the whole block */
}

/* Wrapper for heading + button */
#start-here-content .start-here-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 10px;           /* less space at the bottom */
}

/* Heading text */
#start-here-content .start-here-heading {
  color: #cc0000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;           /* space between heading and button */
  text-align: center;
}

/* Survey button */
#start-here-content .button.open-survey-modal {
  background-color: #cc0000;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
}

#start-here-content .button.open-survey-modal:hover {
  background-color: #a30000;
}
