.contact-link {
  color: inherit;
  text-decoration: none;
}

.contact-link:hover {
  color: inherit;
  text-decoration: underline;
}
.resume-certificate-badge{
  width:85px;
  height:auto;
  padding:0 2px
}
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
  align-items: center;
  justify-items: center;
}

.resume-certificate-badge {
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.learning-materials-section {
  margin-top: 2rem;
}

.content-card {
  background: #ffffff;
  border: 1px solid #dbe3f0;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.content-card-title {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #06152f;
}

.content-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 12px;
}

.content-list {
  padding-left: 18px;
  margin-bottom: 0;
}

.content-list li {
  margin-bottom: 8px;
}

.content-link,
.content-list a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.content-link:hover,
.content-list a:hover {
  text-decoration: underline;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #eef2f7;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.material-thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 135px;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  color: #06152f;
  border: 1px solid #dbe3f0;
  background: #f4f7fb;
}

.material-thumb i {
  font-size: 2rem;
  color: #526a9d;
}

.material-thumb span {
  font-weight: 800;
  line-height: 1.3;
}

.material-thumb:hover {
  text-decoration: none;
  background: #eef3fb;
  transform: translateY(-1px);
}

.material-thumb-slides {
  background: linear-gradient(135deg, #f4f7fb, #eaf0fa);
}

.material-thumb-quiz {
  background: linear-gradient(135deg, #f8f5ff, #eef3fb);
}
.material-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #dbe3f0;
  margin-bottom: 14px;
  background: #eef2f7;
}
.material-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
  margin-bottom: 16px;
}

.material-link-card:hover {
  text-decoration: none;
}

.material-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #dbe3f0;
  background: #eef2f7;
  display: block;
  margin-bottom: 8px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.material-link-card:hover .material-image {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.material-title {
  display: block;
  font-weight: 700;
  line-height: 1.35;
  color: #102449;
}