.gp-front-prompt {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 99999;
  width: min(360px, calc(100vw - 32px));
  border-radius: 12px;
  border: 1px solid #d1d9e0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 14px;
  color: #1d2327;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gp-front-title {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
}

.gp-front-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gp-front-text {
  margin: 0 0 10px;
  color: #50575e;
  font-size: 14px;
  line-height: 1.4;
}

.gp-front-controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.gp-front-controls label {
  font-size: 12px;
  color: #50575e;
}

.gp-front-topic {
  width: 100%;
  margin-top: 4px;
  border: 1px solid #c3c4c7;
  border-radius: 6px;
  padding: 6px 8px;
  background: #fff;
}

.gp-front-enable {
  border: 0;
  border-radius: 6px;
  padding: 8px 12px;
  background: #2271b1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.gp-front-enable:hover {
  background: #135e96;
}

.gp-front-remind,
.gp-front-dismiss {
  border: 0;
  background: transparent;
  color: #2271b1;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
}

.gp-front-remind {
  justify-self: start;
}

.gp-front-remind:hover,
.gp-front-dismiss:hover {
  color: #135e96;
}

.gp-front-status {
  margin-top: 8px;
  display: block;
  color: #b32d2e;
}

@media (max-width: 540px) {
  .gp-front-prompt {
    right: 10px;
    left: 10px;
    width: auto;
    top: 10px;
  }
}
