.act-cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  max-width: 320px;
  padding: 18px 34px 18px 20px;
  background: rgba(40, 40, 40, 0.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.act-cookie-notice a {
  color: #fff;
  text-decoration: underline;
}

.act-cookie-notice a:hover,
.act-cookie-notice a:focus {
  color: #fff;
  text-decoration: none;
}

.act-cookie-notice__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.act-cookie-notice__close:hover,
.act-cookie-notice__close:focus {
  background: #f0f0f0;
  color: #000;
}

@media (max-width: 480px) {
  .act-cookie-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}
