/* cookie同意欄 */
cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #e5e5e5;
  padding: 20px 10px;
  text-align: center;
  font-size: 15px;
}
cookie-consent-banner button {
  margin-left: 20px;
  padding: 8px 20px;
  background: #fff;
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.8;
}
cookie-consent-banner button:hover {
  opacity: 1;
}
