.solution-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .solution-controls__back-button {
    color: #000;
    padding: 0;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    font-size: 18px;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    position: absolute;
    left: 0; }
    .solution-controls__back-button:focus {
      outline: 1px solid #cf000d; }
    .solution-controls__back-button::before {
      content: '';
      display: block;
      border: 2px solid #cf000d;
      border-top-width: 0;
      border-left-width: 0;
      transform: rotate(135deg);
      width: 7px;
      height: 7px;
      margin: 0 10px 2px 5px; }
  .solution-controls__continue-button {
    cursor: pointer;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem; }
    .solution-controls__continue-button:focus {
      outline: 1px solid #000; }
    .solution-controls__continue-button:hover {
      background-color: #b6000b;
      color: #fff; }
    .solution-controls__continue-button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }

/*# sourceMappingURL=solution-controls.css.map */