.sd-title.sd-container-modern__title {
  box-shadow: none;
}

.sd-description {
  text-align: center;
}

input.sd-btn.sd-btn--action.sd-navigation__complete-btn {
  background: palevioletred;
}

.sd-action-bar {
  text-align: center;
  justify-content: center;
}

.sd-container-modern {
  background: #fff;
}

.sd-btn--action:not(:disabled):hover, .sd-btn--action:not(:disabled):focus {
  color: white;
  background-color: var(--background, #fff);
}

.sd-btn:not(:disabled):hover, .sd-btn:not(:disabled):focus {
  box-shadow: none;
}/*# sourceMappingURL=survey-styles.css.map */