/* Application styles */

.login-with-google-btn {
  display: block;
  transition: background-color .3s, box-shadow .3s;

  padding: 12px 16px 12px 56px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  text-decoration: none;

  background-image: url("/assets/btn_google_dark_normal_ios-14793707.svg");
  background-color: #4285F4;
  background-repeat: no-repeat;
  background-position: 1px 0px;
}

.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 16px rgba(0, 0, 0, .25);
  color: white;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.list-with-comma {
  a~a::before {
    content: ', ';
  }
}
