/* 學校成效內頁樣式 */

.schooled-page .section-title {
  margin-bottom: 28px;
}

.schooled-summary {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 10px;
  padding: 28px 28px 20px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.schooled-summary-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #28a745;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.schooled-summary-text {
  font-size: 0.975rem;
  line-height: 1.85;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
}

.schooled-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.schooled-photo {
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #e8ecef;
}

.schooled-photo img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.schooled-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: #28a745;
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.15s ease;
  margin-bottom: 32px;
}

.schooled-back:hover {
  background: #218838;
  color: #fff;
}

@media (max-width: 768px) {
  .schooled-photos {
    grid-template-columns: 1fr;
  }

  .schooled-summary {
    padding: 20px 16px;
  }

  .schooled-page .section-title .title {
    font-size: 1.4rem;
  }
}

ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

/* EMI 內頁 */
.emi-section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.emi-section:last-of-type {
  border-bottom: none;
}

.emi-section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #28a745;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.emi-section-text {
  font-size: 0.975rem;
  line-height: 1.85;
  color: #333;
}

.emi-website-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0d6efd;
  word-break: break-all;
  font-size: 0.95rem;
}

.emi-website-link:hover {
  color: #0a58ca;
}

.emi-hero-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #e8ecef;
  object-fit: cover;
  max-height: 420px;
}

.emi-img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.emi-img-pair img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e8ecef;
  object-fit: cover;
  max-height: 300px;
}

.emi-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 8px;
}

.emi-video iframe,
.emi-video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .emi-img-pair {
    grid-template-columns: 1fr;
  }
}
