.academic-shell .about-image img,
.academic-shell .singel-patnar img {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(7, 41, 77, 0.16);
}

.academic-shell .academic-intro-card,
.academic-shell .academic-scores-card {
  background: #fff;
  border: 1px solid #d9e1ec;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(7, 41, 77, 0.12);
}

.academic-shell .academic-intro-card {
  padding: 34px;
}

.academic-shell .academic-profile-card {
  padding: 18px;
  border: 1px solid #d9e1ec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 40px rgba(7, 41, 77, 0.1);
}

.academic-shell .academic-scores-card {
  padding: 26px 22px;
}

.academic-shell .academic-score-block + .academic-score-block {
  margin-top: 26px;
}

.academic-shell .academic-score-card {
  border: 1px solid #d9e1ec;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.academic-shell .academic-score-title {
  color: #07294d;
  margin-bottom: 16px;
}

.academic-shell .academic-score-table {
  margin-bottom: 0;
  background: #fff;
}

.academic-shell .academic-score-table thead th {
  background: #07294d;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.academic-shell .academic-score-table tbody td {
  white-space: nowrap;
}

.academic-shell .academic-empty-state {
  padding: 18px;
  border-radius: 12px;
  background: #f5f8fc;
  color: #4f6175;
}

.academic-shell .academic-section-kicker {
  color: #07294d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.academic-shell .academic-summary p + p {
  margin-top: 18px;
}

.academic-shell .academic-person-role {
  color: #505050;
}

.academic-shell .academic-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.academic-shell .academic-hero-metric {
  min-height: 108px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #07294d 0%, #0b3768 100%);
  color: rgba(235, 243, 255, 0.82);
}

.academic-shell .academic-hero-metric strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.academic-shell .academic-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.academic-shell .academic-team-grid .singel-teachers {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(7, 41, 77, 0.12);
  background: #fff;
}

.academic-shell .academic-team-grid .singel-teachers .image img {
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  width: 100%;
}

.academic-shell .academic-team-grid .singel-teachers .cont {
  padding: 16px 14px 20px;
}

.academic-shell .academic-team-grid .singel-teachers .cont h6 {
  margin-bottom: 0;
}

.academic-shell .academic-partner-strip {
  background:
    linear-gradient(180deg, rgba(7, 41, 77, 0.04) 0%, rgba(7, 41, 77, 0.08) 100%);
}

.academic-shell .academic-partner-strip .singel-patnar {
  padding: 12px;
}

.academic-shell .content-wrapper,
.academic-shell .container-fluid {
  padding: 0;
}

.academic-shell .panel {
  border: 1px solid #d9e1ec;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
}

.academic-shell .panel-body {
  padding: 18px;
}

.academic-shell .page-title {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .academic-shell .academic-intro-card,
  .academic-shell .academic-scores-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .academic-shell .academic-hero-metrics {
    grid-template-columns: 1fr;
  }
}
