@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
.back-to-snippflow { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #212121; color: #fff; z-index: 9999; font-family: "Manrope", sans-serif; font-size: 13px; line-height: 1.4; }
.back-to-snippflow a { color: #fff; text-decoration: none; }
.back-to-snippflow a:hover { color: #63D9B3; }
.back-to-snippflow .back-to-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 20px; }
.back-to-snippflow .back-to-wrapper > div { display: inline-flex; align-items: center; gap: 10px; }
.back-to-snippflow .snippflow-logo { width: 70px; }
.back-to-snippflow .snippflow-link:before { content: "\2190"; margin-right: 10px; }

@media only screen and (max-width: 500px) {
  .back-to-snippflow .back-to-wrapper > div a { display: none; }
}