/* Enhanced styles for editor profile pages */

/* Awards and Recognition Section */
.awards-section {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.awards-section h3 {
  color: #2c5282;
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 10px;
}

.award-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e8f0;
}

.award-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.award-title {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 5px;
  font-size: 16px;
}

.award-org {
  color: #4a5568;
  font-size: 14px;
}

.award-year {
  color: #718096;
  font-size: 14px;
  font-weight: 600;
  background-color: #edf2f7;
  padding: 2px 8px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 5px;
}

/* Editorial Vision Section */
.vision-section {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.vision-section h3 {
  color: #2c5282;
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 10px;
}

.vision-section p {
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 15px;
}

.vision-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.vision-section li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 5px;
}

.vision-section li:before {
  content: '•';
  color: #2c5282;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Enhanced Contact Section */
.contact-section {
  background-color: #2c5282;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  color: white;
}

.contact-section h3 {
  color: white;
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-item i {
  margin-right: 15px;
  font-size: 20px;
  width: 24px;
  text-align: center;
}

.contact-item a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.contact-item a:hover {
  opacity: 0.8;
}

/* Fix for editor-in-chief page loading issue */
.editor-profile {
  opacity: 1;
  transition: opacity 0.3s ease;
  visibility: visible;
}

.editor-header {
  position: relative;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.editor-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  display: block;
}

.editor-university {
  color: #4a5568;
  margin-bottom: 15px;
}

.social-links {
  margin: 15px 0;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f7fafc;
  color: #2c5282;
  margin: 0 5px;
  text-align: center;
  transition: all 0.3s;
}

.social-links a:hover {
  background-color: #2c5282;
  color: white;
  transform: translateY(-3px);
}

/* Fix for stats section */
.editor-stat {
  background-color: #f7fafc;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #2c5282;
}

.stat-label {
  font-size: 14px;
  color: #4a5568;
}
