.cc-theme-classic .cc-btn:last-child {
  padding: 0.8rem 1.6rem;
  background-color: #0075ea;
  border-radius: 3.2rem;
  min-width: 7.6rem;
  cursor: pointer !important;
}
.cc-btn:hover {
  background-color: #005dbb !important;
}
.cc-banner.cc-bottom {
  margin: 0 auto;
  bottom: 2rem;
}
.cc-message {
  font-size: 1.2rem;
}
.cc-link {
  display: none;
}
.cc-p-policy {
  color: #0075ea;
  text-decoration: underline;
}
.cc-window.cc-banner {
  width: 95%;
  max-width: 121.3rem;
  background: #e4eef8;
  box-shadow: 0px 0px 4px rgba(4, 117, 234, 0.2);
  border-radius: 6px;
}
