<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------
 Cookie Accept Dialog Message
--------------------------*/
.func-cookie {
/*  display: none;*/
  margin-top: 76px;
  background-color: yellow;
  border: solid #ff0000;
  width: 100%;
}
.container:after,
.row:after{
  clear: none;
}
@media screen and (min-width: 768px) and (max-width: 991px){
#header {
  height: 50px;
  }
.func-cookie {
  margin-top: 50px;
  width: 100%;
  }
  }
@media screen and (max-width: 767px) {
.func-cookie {
  margin-top: 0;
  width: 100%;
  }
  }

html[data-script-enabled="true"] .func-cookie {
  font-size: 1.4rem;
  background: #9d4531;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}

.func-cookie&gt; .inner {
/*  color: #FFFFFF;*/
  color: #000000;
  padding: 10px;
}

.func-cookie&gt; .inner .txt {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}

.func-cookie&gt; .inner .txt a {
/*  color: #fff;*/
  color: #ff0000;
}

.func-cookie&gt; .inner .mod-btn {
  min-width: 240px;
  margin-top: 10px;
  margin-bottom: 0;
}

.func-cookie&gt; .inner .mod-btn button {
  font-size: 1.4rem;
}
</pre></body></html>