.gspc-configure-button {
  background: #0073aa;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}
.gspc-configure-button:hover {
  background: #005177;
}
.gspc-configure-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.gspc-spinner {
  display: inline-block;
  padding: 12px;
  font-style: italic;
  color: #666;
}
#gspc-form-container .gspc__form-wrapper {
  margin-top: 20px;
}
