/* Editor Styles */
.who-we-are-section-editor {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  margin: 10px 0;
}

.section-title-editor {
  font-size: 24px;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 20px;
  border: 1px dashed #cbd5e1;
  padding: 10px;
  border-radius: 4px;
}

.section-title-editor:focus {
  border-color: #3498db;
  outline: none;
}

.image-upload-section {
  margin-bottom: 25px;
}

.image-preview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-info-editor {
  margin-bottom: 25px;
}

.profile-name-editor {
  background: #f8fafc;
  border: 2px solid #3498db;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}

.profile-name-editor:focus {
  outline: none;
  border-color: #2980b9;
}

.profile-title-editor {
  font-size: 14px;
  color: #34495e;
  margin-bottom: 15px;
  padding: 8px;
  border: 1px dashed #cbd5e1;
  border-radius: 4px;
  background: #f8fafc;
}

.profile-title-editor:focus {
  border-color: #3498db;
  outline: none;
}

.bio-editor {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.bio-editor label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  margin-top: 15px;
  font-size: 14px;
}

.bio-editor label:first-child {
  margin-top: 0;
}

.bio-editor p {
  border: 1px dashed #cbd5e1;
  padding: 10px;
  border-radius: 4px;
  background: #ffffff;
  margin-bottom: 10px;
  min-height: 60px;
}

.bio-editor p:focus {
  border-color: #3498db;
  outline: none;
}

.services-editor {
  background: #f8fafc;
  padding: 20px;
  border-radius: 8px;
  border: 2px dashed #cbd5e1;
}

.services-editor h3 {
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px dashed #cbd5e1;
  border-radius: 4px;
  background: #ffffff;
}

.services-editor h3:focus {
  border-color: #3498db;
  outline: none;
}

.services-list-editor {
  margin-bottom: 15px;
}

.service-item-editor {
  background: #ffffff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  margin-bottom: 10px;
}

.service-item-editor div {
  border: 1px dashed #cbd5e1;
  padding: 8px;
  border-radius: 4px;
  min-height: 40px;
}

.service-item-editor div:focus {
  border-color: #3498db;
  outline: none;
}

/* Block Icon Styling */
.wp-block-custom-who-we-are {
  margin: 20px 0;
}

/* Inspector Controls Styling */
.components-panel__body .components-base-control {
  margin-bottom: 16px;
}

/* Button Styling in Editor */
.components-button.is-secondary,
.components-button.is-primary {
  height: auto;
  padding: 8px 16px;
  font-size: 13px;
}
