/* File: start-here.css
   Description: Start Here panel layout. Button visuals live in buttons.css.
*/

#start-here-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

#start-here-content .start-here-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 10px;
}

#start-here-content .start-here-heading {
  color: #cc0000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}

/* Layout hook only */
#start-here-content .button.open-survey-modal {
  text-align: center;
}