
.gpc-cookie-popup {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99999;
  max-width: 380px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  padding: 14px 16px 16px;
  font-family: inherit;
  direction: rtl;
}
.gpc-cookie-inner { position: relative; }
.gpc-cookie-close {
  position: absolute;
  top: -4px;
  left: -6px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.gcp-cookie-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.gcp-cookie-content {
  font-size: 14px;
  margin-bottom: 10px;
}
.gcp-cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gpc-cookie-accept {
  border: none;
  background: #111;
  color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
}
.gpc-cookie-link {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .gpc-cookie-popup { right: 12px; left: 12px; max-width: none; }
}
