.matomo.cookie-bar {
  left: 0;
  right: 0;
  padding: 20px 20px;
  background-color: #f7b100;
  position: fixed;
  bottom: 0px;
  box-shadow: 0px -1px 7px #676767;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 9999;
  justify-items: center;
}

@media (min-width: 1200px) {
  .matomo.cookie-bar {
	grid-template-columns: auto auto;
	justify-items: inherit;
	padding: 10px 20px;
  }
}

.matomo.message {
  font-size: 1.2em;
  color: #333;
}

.matomo.message-container {
  text-align: center;
}

@media (min-width: 1200px) {
  .matomo.message-container {
	text-align: left;
  }
}

.matomo.message-container a{
  margin-left:10px;
  color: #003690;
  width: 100%;
  float: left;
}

@media (min-width: 1200px) {
  .matomo.message-container a{
	width: initial;
	float: initial;
  }
}


.matomo.btn-container {    
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

@media (min-width: 1200px) {
  .matomo.btn-container {    
	grid-gap: 20px;
  }	
}

.matomo.btn {
  padding: 15px 10px;   
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1200px) {
  .matomo.btn {
    padding: 5px 10px;
  }	
}

.matomo.btn-deny {    
  font-size: 1.1em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.matomo.btn-deny:hover {
  background: #fff;
  color: #f7b100;
}    

.matomo.btn-allow {
  font-size: 1.1em;
  color: #fff;
  background-color: #333;
}

.matomo.btn-allow:hover {
  background: #232323;
}

/* Settings */

.btn-matomo-save {
  width: 80px; 
  font-size: 10px; 
  height: 28px; 
  float: right;
}

/* Statement page */

.matomo-h1 {
  padding-bottom: 0px;
}

.matomo-h2 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.matomo-cookie {
  width: 30px;
  margin-right: 10px;
}