/* Hidden by default (cache-safe) */
.gg2gm-cookie-notice {
  display: none;
}

.gg2gm-cookie-notice.is-visible {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.gg2gm-cookie-notice__inner {
    pointer-events: all;
    width: 100%;
    max-width: 600px;
    background: rgb(15 15 15 / .95);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 30px rgb(0 0 0 / .35);
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.gg2gm-cookie-notice__text {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

.gg2gm-cookie-notice__text a {
  color: #ffffff;
  text-decoration: underline;
}

.gg2gm-cookie-notice__actions {
  flex-shrink: 0;
}

.gg2gm-cookie-btn {
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
}

.gg2gm-cookie-btn--accept {
  background: #ffffff;
  color: #111;
  font-weight: 600;
}

@media (max-width: 640px) {
  .gg2gm-cookie-notice__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .gg2gm-cookie-btn {
    width: 100%;
  }
}
