/* Add these styles to your contentpen.css file */
.contentpen-wrap {
  max-width: 800px;
  margin: 40px auto;
}

.contentpen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 24px;
}

.api-status-badge {
  background: #edf7ed;
  color: #1e4620;
  padding: 8px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.api-status-badge .dashicons {
  color: #2e7d32;
  margin-right: 8px;
}

.contentpen-box {
  background: white;
  padding: 15px;
  border: 1px solid rgba(200, 215, 225, 0.5);
  text-align: center;
  border-radius: 0;
  box-shadow: none;
}

.contentpen-box h2 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 500;
}

.contentpen-box p {
  margin: 0 0 24px;
  color: #666;
}

.form-row {
  margin-bottom: 24px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: left;
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
}

.api-key-status {
  margin-left: 12px;
  color: #2e7d32;
}

.form-actions {
  margin-top: 24px;
  text-align: right;
}

.contentpen-settings-form .button-primary {
  margin-right: 0;
}

.help-links {
  margin-top: 16px;
  text-align: center;
}

.help-links a {
  color: #0073aa;
  text-decoration: underline;
}

.help-links .separator {
  display: none;
}

.api-info {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.api-info h3 {
  margin: 0 0 16px;
  font-size: 16px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.info-item label {
  display: block;
  color: #666;
  font-size: 12px;
  margin-bottom: 4px;
}

.info-item span {
  font-weight: 500;
}

.status-active {
  color: #2e7d32;
}

.contentpen-logo {
  display: block;
  margin: 0 auto 20px;
  max-width: 50px;
  height: auto;
  max-height: 50px;
}

.notice {
  margin: 20px 0;
}