.mapspoto-consent {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2147483647;
  width: min(420px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 12px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.mapspoto-consent[hidden] {
  display: none;
}

.mapspoto-consent__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.mapspoto-consent__copy {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.mapspoto-consent__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.mapspoto-consent__button,
.mapspoto-consent__link {
  min-height: 40px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.mapspoto-consent__button {
  border: 1px solid #d1d5db;
  padding: 0 14px;
  cursor: pointer;
  background: #ffffff;
  color: #111827;
}

.mapspoto-consent__button--primary {
  border-color: #ff4757;
  background: #ff4757;
  color: #ffffff;
}

.mapspoto-consent__link {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  color: #374151;
  text-decoration: underline;
}

@media (max-width: 560px) {
  .mapspoto-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .mapspoto-consent__button {
    flex: 1 1 130px;
  }
}
