#matomo-custom {
  width: 48px;
  height: 48px;
  background-color: red;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 8px;
  border: 2px solid #000091;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 49;
}

#matomo-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 145, 0.8);
  z-index: 50;
  color: #FFFFFF;
  font-size: 18px;
  padding: 24px 60px;
}
#matomo-wrapper label {
  margin-left: 30px;
}
#matomo-wrapper .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  font-size: 0px;
}
#matomo-wrapper .close svg {
  display: none;
}
#matomo-wrapper #optout-form p {
  margin: 0;
}
#matomo-wrapper #optout-form p.optin {
  margin-top: 12px;
  display: flex;
}

@media (max-width: 767.98px) {
  #matomo-wrapper {
    font-size: 14px;
    padding: 16px 30px;
  }
  #matomo-wrapper #optout-form p {
    line-height: 20px;
  }
  #matomo-wrapper #optout-form p.optin label {
    margin-left: 12px;
  }
}

.close-matomo {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: $primary-shade;
  z-index: 6;
  background-image: url("../images/xmark-white.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0px;
  top: 10px;
  right: 10px;
}