@import url(cookieV3.css);
:root {
  --spacing-s: 10px;
  --spacing-m: 20px;
  --color--white: #fff;
  --color--highlight: #ffe000;
  --color--dark: #1a171b;
  --font-family: "SanukOT-Regular", sans-serif;
  --font-size: 12px;
  --font-size-button: 14px;
  --font-weight-bold: 700;
  --background: #1a171ba1;
  --button-border-radius: 1px;
  --line-height: 1.59;
  --text-shadow: 1px 2px 2px #1a171ba9; }

div.wrap__undone {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 50px 10px 20px;
  width: 325px;
  box-sizing: border-box;
  z-index: 1000; }
  div.wrap__undone p {
    color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 14px;
    line-height: 20px; }
    div.wrap__undone p b {
      color: inherit; }
    div.wrap__undone p a {
      font-size: inherit;
      font-style: normal;
      color: inherit;
      text-decoration: underline;
      cursor: pointer; }
      div.wrap__undone p a:hover {
        text-decoration: underline;
        cursor: pointer; }
  div.wrap__undone > a {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    background: #fff;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-style: normal; }
    div.wrap__undone > a:hover {
      cursor: pointer; }

div.cookie-fallback a {
  display: block;
  cursor: pointer;
  text-align: center; }
  div.cookie-fallback a img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

/*# sourceMappingURL=cookie.css.map */
