.gm-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 14px 0;
  color: inherit;
  font-size: 12px;
  line-height: 1.45;
  opacity: .82;
}

.gm-form-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  flex: 0 0 auto;
}

.gm-form-consent a,
.gm-legal-links a,
.gm-cookie-notice a {
  color: #2ec4b6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gm-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 18px 20px;
  background: #080e17;
  color: #b0b7c1;
  font: 12px/1.4 Inter, Manrope, Arial, sans-serif;
}

.gm-cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: #0e1623;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .38);
  color: #f0f4f8;
  font: 13px/1.45 Inter, Manrope, Arial, sans-serif;
}

.gm-cookie-notice p {
  margin: 0;
}

.gm-cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.gm-cookie-actions button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: transparent;
  color: #f0f4f8;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.gm-cookie-actions .gm-cookie-accept {
  border-color: #2ec4b6;
  background: #2ec4b6;
  color: #080e17;
}

@media (max-width: 700px) {
  .gm-cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .gm-cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
