/*=========================================================================================================
        Cookie Consent Management styling
  =========================================================================================================*/

#jpCCM {
  text-align: center;
}

#consent-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3147483647;
}

#consent-banner p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  line-height: 1rem;
}

#consent-banner a {
  font-size: 12px;
}

#teconsent a {
  font-size: 12px;
  position: fixed;
  bottom: 5px;
  left: calc(50% - 45px);
  color: white;
  text-decoration: underline;
  background:  #345492;
  padding: 0.25rem 0.75rem;
  z-index: 999999;
}

#teconsent a:hover {
  opacity: 0.8;
} 
