/* Utility Classes */
.gpt-hidden {
  display: none !important;
}

.gpt-loading {
  opacity: 0.6;
  pointer-events: none;
}

.gpt-error {
  color: #dc2626;
  font-size: 14px;
  margin-top: 8px;
}

.gpt-success {
  color: #16a34a;
  font-size: 14px;
  margin-top: 8px;
}


#site-header, #site-footer, .page-header {
  display:none !important
}
