.lg-cookie {
  background-color: #d9d9d9;
  box-sizing: border-box;
  color: #000;
  padding: 14px 24px 24px 24px;
  width: 100%;
}

.lg-cookie:first-child {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.lg-cookie-inplace {
  position: inherit;
  bottom: inherit;
  z-index: inherit;
}

.lg-cookie>div {
  margin: 0 auto;
  max-width: 958px;
}

.lg-cookie p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 6px 0 0 0;
}

.lg-cookie p strong {
  font-weight: bold;
}

.lg-cookie p a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.lg-cookie p a:hover {
  color: #000;
  text-decoration: underline;
}

.lg-cookie-btn {
  background-color: #eb008f;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 14px;
  min-width: 100px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}

.lg-cookie-btn:hover {
  background-color: #ffffff;
  color: #eb008f;
}

.lg-cookie-btn-l {
  border-bottom-right-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top-right-radius: 0;
}

.lg-cookie-btn-r {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
