.metamonster-seo-admin-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}

.metamonster-seo-settings-container {
  flex: 1;
  min-width: 500px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.metamonster-seo-info-container {
  flex: 1;
  min-width: 300px;
  padding: 0 10px;
}

.metamonster-seo-card {
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.metamonster-status-connected {
  color: #46b450;
  font-weight: bold;
  padding: 5px 0;
}

.metamonster-status-disconnected {
  color: #dc3232;
  font-weight: bold;
  padding: 5px 0;
}

.metamonster-endpoint-info {
  background: #f0f0f1;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  word-break: break-all;
}

.metamonster-seo-preview {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
}

.metamonster-preview-title {
  font-size: 18px;
  color: #1a0dab;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.metamonster-preview-description {
  color: #4d5156;
  margin-top: 5px;
  line-height: 1.5;
}