﻿/* Teachers Page Specific Styles */
.teacher-content {
  flex-grow: 1;
  padding: 24px;
  background-color: white;
}
.teacher-content .title-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.apqn-announce {
  width: 1300px;
  padding: 30px 50px;
  margin-bottom: 20px;
  background-color: white;
}

.apqn-announce p {
  margin-bottom: .8em;
}

.teacher-content .title-container .title  {
  color: #333;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #951c21;
}

.teacher-content .title-decorator {
  width: 4px;
  height: 24px;
  background-color: #9D0807;
  border-radius: 2px;
  margin-right: 10px;
}

.teacher-rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.teacher-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.teacher-item {
  flex:1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.teacher-item:last-child {
  border-bottom: none;
}

.teacher-photo {
  width: 129px;
  height: 190px;
  margin: 12px 0 8px 0;
  object-fit: cover;
  flex-shrink: 0;
}

.teacher-info {
  width: 100%;
  text-align: center;
}

.teacher-role {
  margin: 0;
  color: #C65803;
  font-size: 16px;
  font-weight: 600;
}

.teacher-name, .teacher-prefix {
  color: #C65803;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.teacher-country {
  color: #C65803;
  font-size: 16px;
  font-weight: bold;
}

.teacher-title {
  margin: 10px 0 0 0;
  color: #C65803;
  font-size: 14px;
  font-weight: bold;
}

.teacher-bio {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.contact-details {
  display: none;
}


.contact-details .email strong,
.contact-details .website strong {
  color: #f09c24;
}