/* Put your large CSS overrides here. Example LearnDash buttons from our session: */

body .learndash-wrapper .ld-button,
body .wpProQuiz_content .wpProQuiz_button {
  background: #FF6600 !important;
  color: #fff !important;
  border: 2px solid transparent !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: 12px 18px !important;
  min-height: 44px !important;
  cursor: pointer !important;
  transition: background-color .15s, color .15s, box-shadow .15s !important;
}
body .learndash-wrapper .ld-button:hover,
body .wpProQuiz_content .wpProQuiz_button:hover {
  background: #cc5200 !important;
  color: #fff !important;
}
body .learndash-wrapper .ld-button:focus,
body .wpProQuiz_content .wpProQuiz_button:focus,
body .learndash-wrapper .ld-expand-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px #F3B70D, 0 0 0 5px #146CB4 !important;
}
body .learndash-wrapper .ld-expand-button,
body .learndash-wrapper .ld-item-list-actions .ld-button.ld-button-transparent,
body .learndash-wrapper a.ld-secondary-color {
  background: transparent !important;
  color: #146CB4 !important;
  border: 2px solid #146CB4 !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  min-height: 44px !important;
}
body .learndash-wrapper .ld-expand-button:hover,
body .learndash-wrapper .ld-item-list-actions .ld-button.ld-button-transparent:hover,
body .learndash-wrapper a.ld-secondary-color:hover {
  background: #146CB4 !important;
  color: #fff !important;
}
