/*
=========================================================
GOOGLE TRANSLATE CSS
=========================================================
 * Innehåller styling för Googles översättningsfunktion
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
GOOGLE TRANSLATE
--------------------------------------------------------- */

#google-translate-modal {
  background: #fff;
  border: solid 1px #c5c5c5;
  border-radius: 7px;
  bottom: -10px;
  -webkit-box-shadow: 0 0 10px 0 #bbb;
  box-shadow: 0 0 10px 0 #bbb;
  display: none;
  padding: 1rem;
  position: absolute;
  right: 0;
  text-align: left;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 250px;
  z-index: 999;
}

#google-translate-modal-close {
  float: right;
  line-height: 1;
}

#google-translate-modal-close a {
  color: #444;
  font-size: 1.4rem;
  text-decoration: none;
}

#google-translate-modal-close a:hover {
  color: #000;
  text-decoration: underline;
}

#google-translate-modal p {
  clear: right;
  color: #444;
  font-size: 1.1rem;
  margin: 1.2rem 0 0;
  text-align: center;
}

#google-translate-modal img {
  display: inline-block;
}

#google_translate_element a {
  text-decoration: none;
}

/* Positionering av  */

.lp-translate-container {
  position: relative;
}
