/*
 * Postgraduate studies hub pages (M.Tech. and Ph.D.).
 * Browse cards: Figma WKmMos0BVKrPV95jSEUBaJ node 481:9789 — 320×291px, 30px padding.
 * Scoped under .figma-mtech-studies and .figma-phd-studies
 */

.figma-mtech-studies,
.figma-phd-studies {
  --ms-brand: #a70e13;
  --ms-ink: #222222;
  --ms-secondary: #434343;
  --ms-tertiary: #656565;
  --ms-stroke: #bbbbbb;
  --ms-stroke-dark: #989898;
  --ms-section-bg: #efefef;
  --ms-white: #ffffff;
  --ms-browse-card-w: 320px;
  --ms-browse-row-h: 291px;
  --ms-pad-card: 30px;
  --ms-gap-xs: 4px;
  --ms-gap-section: 80px;
  --ms-gap-extra: 40px;
  --ms-gap-lg: 24px;
  --ms-gap-md: 12px;
  --ms-pad-inline: var(--iitd-pad-page, 80px);
  --ms-content-max: min(1280px, 100%);

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--ms-gap-section);
  width: 100%;
  margin: 0;
  padding: var(--ms-gap-section) var(--ms-pad-inline) 0;
  margin-bottom: var(--ms-gap-section);
  color: var(--ms-ink);
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: var(--ms-white);
}

.figma-mtech-studies *,
.figma-mtech-studies *::before,
.figma-mtech-studies *::after,
.figma-phd-studies *,
.figma-phd-studies *::before,
.figma-phd-studies *::after { box-sizing: border-box; }

.figma-mtech-studies a,
.figma-phd-studies a { color: var(--ms-brand); }

.figma-mtech-studies .ms-page-inner,
.figma-phd-studies .ms-page-inner {
  width: 100%;
  max-width: var(--ms-content-max);
  margin: 0 auto;
}

.figma-mtech-studies .ms-top,
.figma-phd-studies .ms-top {
  padding: 0;
}

.figma-mtech-studies .ms-hero-stack,
.figma-phd-studies .ms-hero-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ms-gap-extra);
  width: 100%;
}

.figma-mtech-studies .ms-bc,
.figma-phd-studies .ms-bc {
  margin: 0;
  padding: 0;
  width: 100%;
}

.figma-mtech-studies .ms-bc-list,
.figma-phd-studies .ms-bc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ms-gap-md);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.figma-mtech-studies .ms-bc-item,
.figma-phd-studies .ms-bc-item {
  display: inline-flex;
  align-items: center;
}

.figma-mtech-studies .ms-bc-link,
.figma-phd-studies .ms-bc-link {
  color: var(--ms-stroke);
  text-decoration: none;
  font-weight: 600;
}

.figma-mtech-studies .ms-bc-link:hover,
.figma-mtech-studies .ms-bc-link:focus-visible,
.figma-phd-studies .ms-bc-link:hover,
.figma-phd-studies .ms-bc-link:focus-visible {
  color: var(--ms-brand);
  text-decoration: underline;
  outline: none;
}

.figma-mtech-studies .ms-bc-current,
.figma-phd-studies .ms-bc-current {
  color: var(--ms-ink);
  font-weight: 600;
}

.figma-mtech-studies .ms-bc-sep,
.figma-phd-studies .ms-bc-sep {
  color: var(--ms-stroke);
  font-weight: 400;
  user-select: none;
}

.figma-mtech-studies .ms-hero-main,
.figma-phd-studies .ms-hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ms-gap-lg);
  width: 100%;
}

.figma-mtech-studies .ms-hero-heading-row,
.figma-phd-studies .ms-hero-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ms-gap-md);
  width: 100%;
}

.figma-mtech-studies .ms-title,
.figma-phd-studies .ms-title {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ms-ink);
}

.figma-mtech-studies .ms-lede,
.figma-phd-studies .ms-lede {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-subtitle,
.figma-phd-studies .ms-subtitle {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-top-actions,
.figma-phd-studies .ms-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ms-gap-md);
  align-items: center;
  flex-shrink: 0;
}

.figma-mtech-studies .ms-action,
.figma-phd-studies .ms-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
}

.figma-mtech-studies .ms-action--primary,
.figma-phd-studies .ms-action--primary {
  background: var(--ms-brand);
  color: var(--ms-white);
  border-color: var(--ms-brand);
}

.figma-mtech-studies .ms-action--primary:hover,
.figma-mtech-studies .ms-action--primary:focus-visible,
.figma-phd-studies .ms-action--primary:hover,
.figma-phd-studies .ms-action--primary:focus-visible {
  background: #8f0c11;
  border-color: #8f0c11;
  outline: none;
}

.figma-mtech-studies .ms-action--secondary,
.figma-phd-studies .ms-action--secondary {
  background: var(--ms-white);
  border-color: var(--ms-brand);
  color: var(--ms-brand);
}

.figma-mtech-studies .ms-action--secondary:hover,
.figma-mtech-studies .ms-action--secondary:focus-visible,
.figma-phd-studies .ms-action--secondary:hover,
.figma-phd-studies .ms-action--secondary:focus-visible {
  background: rgba(167, 14, 19, 0.06);
  outline: none;
}

.figma-mtech-studies .ms-action--outline,
.figma-phd-studies .ms-action--outline {
  background: transparent;
  color: var(--ms-brand);
  border-color: var(--ms-brand);
}

.figma-mtech-studies .ms-nav-links,
.figma-phd-studies .ms-nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--ms-gap-lg);
}

.figma-mtech-studies .ms-nav-link,
.figma-phd-studies .ms-nav-link {
  font-weight: 600;
  text-decoration: none;
}

.figma-mtech-studies .ms-section-title,.figma-phd-studies .ms-section-title {
  margin: 0 0 var(--ms-gap-lg);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.figma-mtech-studies .ms-section-subtitle,.figma-phd-studies .ms-section-subtitle {
  margin: -12px 0 var(--ms-gap-lg);
  font-size: 18px;
  font-weight: 600;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-section-head,.figma-phd-studies .ms-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ms-gap-lg);
  margin-bottom: var(--ms-gap-extra);
}

.figma-mtech-studies .ms-subsection,.figma-phd-studies .ms-subsection {
  margin-bottom: var(--ms-gap-extra);
}

.figma-mtech-studies .ms-subsection-title,.figma-phd-studies .ms-subsection-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}

.figma-mtech-studies .ms-inline-heading,.figma-phd-studies .ms-inline-heading {
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.figma-mtech-studies .ms-prose p,
.figma-mtech-studies .ms-prose-text {
  margin: 0 0 16px;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-note,.figma-phd-studies .ms-note {
  font-size: 14px;
  color: var(--ms-tertiary);
}

.figma-mtech-studies .ms-browse-grid,.figma-phd-studies .ms-browse-grid {
  margin-top: var(--ms-gap-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  background: transparent;
  border-left: 1px solid var(--ms-stroke);
}

.figma-mtech-studies .ms-browse-card,.figma-phd-studies .ms-browse-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 var(--ms-browse-card-w);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: var(--ms-browse-card-w);
  height: var(--ms-browse-row-h);
  min-height: var(--ms-browse-row-h);
  max-height: var(--ms-browse-row-h);
  padding: var(--ms-pad-card);
  text-decoration: none;
  color: inherit;
  background: var(--ms-white);
  border-top: 1px solid var(--ms-stroke);
  border-right: 1px solid var(--ms-stroke);
  border-bottom: 1px solid var(--ms-stroke);
}

.figma-mtech-studies .ms-browse-card-inner,.figma-phd-studies .ms-browse-card-inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ms-gap-md);
  width: 100%;
  max-width: var(--ms-browse-card-w);
  min-height: 0;
}

.figma-mtech-studies .ms-browse-card-top,.figma-phd-studies .ms-browse-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ms-gap-md);
  width: 100%;
}

.figma-mtech-studies .ms-browse-name,.figma-phd-studies .ms-browse-name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: var(--ms-ink);
  word-break: break-word;
}

.figma-mtech-studies .ms-browse-arrow,.figma-phd-studies .ms-browse-arrow {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--ms-ink);
}

.figma-mtech-studies .ms-browse-arrow .iitd-icon,.figma-phd-studies .ms-browse-arrow .iitd-icon {
  width: 30px;
  height: 30px;
}

.figma-mtech-studies .ms-browse-pathways,.figma-phd-studies .ms-browse-pathways {
  display: flex;
  flex-direction: column;
  gap: var(--ms-gap-xs);
  width: 100%;
}

.figma-mtech-studies .ms-browse-pathways-label,.figma-phd-studies .ms-browse-pathways-label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: var(--ms-brand);
}

.figma-mtech-studies .ms-browse-pathways-list,.figma-phd-studies .ms-browse-pathways-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--ms-tertiary);
}

.figma-mtech-studies .ms-browse-pathways-list li,.figma-phd-studies .ms-browse-pathways-list li {
  margin: 0;
  line-height: normal;
}

.figma-mtech-studies .ms-browse-card:hover .ms-browse-name,.figma-phd-studies .ms-browse-card:hover .ms-browse-name {
  text-decoration: underline;
}

.figma-mtech-studies .ms-browse-card:focus-visible,.figma-phd-studies .ms-browse-card:focus-visible {
  outline: 3px solid var(--ms-brand);
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}

.figma-mtech-studies .ms-block--muted,.figma-phd-studies .ms-block--muted {
  position: relative;
  padding: var(--ms-gap-section) 0;
}

.figma-mtech-studies .ms-muted-bg,.figma-phd-studies .ms-muted-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ms-section-bg);
  z-index: 0;
}

.figma-mtech-studies .ms-muted-inner,.figma-phd-studies .ms-muted-inner {
  position: relative;
  z-index: 1;
}

.figma-mtech-studies .ms-mode-grid,.figma-phd-studies .ms-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ms-gap-lg);
}

.figma-mtech-studies .ms-mode-card,.figma-phd-studies .ms-mode-card {
  padding: 24px;
  background: var(--ms-white);
  border: 1px solid var(--ms-stroke);
  border-radius: 8px;
}

.figma-mtech-studies .ms-mode-title,.figma-phd-studies .ms-mode-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.figma-mtech-studies .ms-mode-desc,.figma-phd-studies .ms-mode-desc {
  margin: 0;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-bullet-list,.figma-phd-studies .ms-bullet-list {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-bullet-list li + li,.figma-phd-studies .ms-bullet-list li + li {
  margin-top: 8px;
}

.figma-mtech-studies .ms-accordion-group,.figma-phd-studies .ms-accordion-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.figma-mtech-studies .ms-accordion,.figma-phd-studies .ms-accordion {
  border: 1px solid var(--ms-stroke);
  border-radius: 8px;
  background: var(--ms-white);
}

.figma-mtech-studies .ms-accordion-summary,.figma-phd-studies .ms-accordion-summary {
  padding: 16px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.figma-mtech-studies .ms-accordion-summary::-webkit-details-marker,.figma-phd-studies .ms-accordion-summary::-webkit-details-marker { display: none; }

.figma-mtech-studies .ms-accordion-body,.figma-phd-studies .ms-accordion-body {
  padding: 0 20px 20px;
}

.figma-mtech-studies .ms-doc-grid,.figma-phd-studies .ms-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ms-gap-lg);
}

.figma-mtech-studies .ms-doc-card,.figma-phd-studies .ms-doc-card {
  padding: 20px;
  border: 1px solid var(--ms-stroke);
  border-radius: 8px;
  background: var(--ms-white);
}

.figma-mtech-studies .ms-doc-title,.figma-phd-studies .ms-doc-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.figma-mtech-studies .ms-doc-list,.figma-phd-studies .ms-doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.figma-mtech-studies .ms-doc-list li,.figma-phd-studies .ms-doc-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0;
  border-top: 1px solid var(--ms-stroke);
}

.figma-mtech-studies .ms-doc-list li:first-child,.figma-phd-studies .ms-doc-list li:first-child { border-top: 0; padding-top: 0; }

.figma-mtech-studies .ms-doc-label,.figma-phd-studies .ms-doc-label {
  color: var(--ms-secondary);
  font-size: 14px;
}

.figma-mtech-studies .ms-doc-status,.figma-phd-studies .ms-doc-status {
  font-size: 13px;
  font-weight: 700;
}

.figma-mtech-studies .ms-doc-status--required,.figma-phd-studies .ms-doc-status--required { color: var(--ms-brand); }
.figma-mtech-studies .ms-doc-status--optional,.figma-phd-studies .ms-doc-status--optional { color: var(--ms-tertiary); }

.figma-mtech-studies .ms-table-wrap,.figma-phd-studies .ms-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ms-stroke);
  border-radius: 8px;
}

.figma-mtech-studies .ms-table,.figma-phd-studies .ms-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.figma-mtech-studies .ms-table th,
.figma-mtech-studies .ms-table td,.figma-phd-studies .ms-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ms-stroke);
  text-align: left;
  vertical-align: top;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-table thead th,.figma-phd-studies .ms-table thead th {
  background: var(--ms-section-bg);
  color: var(--ms-ink);
  font-weight: 700;
}

.figma-mtech-studies .ms-table tbody tr:last-child td,
.figma-mtech-studies .ms-table tbody tr:last-child th,.figma-phd-studies .ms-table tbody tr:last-child th {
  border-bottom: 0;
}

.figma-mtech-studies .ms-fee-highlight,.figma-phd-studies .ms-fee-highlight {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--ms-ink);
}

.figma-mtech-studies .ms-fee-mode,.figma-phd-studies .ms-fee-mode {
  margin-bottom: var(--ms-gap-lg);
}

.figma-mtech-studies .ms-fee-mode-title,.figma-phd-studies .ms-fee-mode-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.figma-mtech-studies .ms-contact-lines,.figma-phd-studies .ms-contact-lines {
  margin: 0;
  color: var(--ms-secondary);
}

.figma-mtech-studies .ms-testimonial-carousel,.figma-phd-studies .ms-testimonial-carousel {
  position: relative;
}

.figma-mtech-studies .ms-testimonial-track,.figma-phd-studies .ms-testimonial-track {
  position: relative;
  min-height: 280px;
}

.figma-mtech-studies .ms-testimonial-card,.figma-phd-studies .ms-testimonial-card {
  display: none;
  padding: 32px;
  border: 1px solid var(--ms-stroke);
  border-radius: 8px;
  background: var(--ms-white);
}

.figma-mtech-studies .ms-testimonial-card.is-active,.figma-phd-studies .ms-testimonial-card.is-active {
  display: block;
}

.figma-mtech-studies .ms-testimonial-profile,.figma-phd-studies .ms-testimonial-profile {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.figma-mtech-studies .ms-testimonial-profile img,.figma-phd-studies .ms-testimonial-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.figma-mtech-studies .ms-testimonial-name,.figma-phd-studies .ms-testimonial-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.figma-mtech-studies .ms-testimonial-role,
.figma-mtech-studies .ms-testimonial-country,.figma-phd-studies .ms-testimonial-country {
  margin: 4px 0 0;
  color: var(--ms-secondary);
  font-size: 14px;
}

.figma-mtech-studies .ms-testimonial-quote,.figma-phd-studies .ms-testimonial-quote {
  margin: 0;
  color: var(--ms-secondary);
  font-size: 18px;
  line-height: 1.6;
}

.figma-mtech-studies .ms-testimonial-controls,.figma-phd-studies .ms-testimonial-controls {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.figma-mtech-studies .ms-carousel-btn,.figma-phd-studies .ms-carousel-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ms-stroke);
  border-radius: 4px;
  background: var(--ms-white);
  color: var(--ms-ink);
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .figma-mtech-studies .ms-mode-grid,
  .figma-phd-studies .ms-mode-grid,
  .figma-mtech-studies .ms-doc-grid,
  .figma-phd-studies .ms-doc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .figma-mtech-studies,
  .figma-phd-studies {
    --ms-pad-inline: var(--iitd-pad-page, 24px);
    --ms-gap-section: 60px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .figma-mtech-studies .ms-hero-heading-row,
  .figma-phd-studies .ms-hero-heading-row {
    flex-direction: column;
    align-items: stretch;
    gap: var(--ms-gap-lg);
  }

  .figma-mtech-studies .ms-top-actions,
  .figma-phd-studies .ms-top-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .figma-mtech-studies .ms-title,
  .figma-phd-studies .ms-title {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .figma-mtech-studies,
  .figma-phd-studies {
    --ms-pad-inline: var(--iitd-pad-page, 40px);
  }
}

@media (max-width: 768px) {
  .figma-mtech-studies,
  .figma-phd-studies {
    --ms-pad-inline: 20px;
    --ms-gap-section: 40px;
    --ms-browse-row-h: 246px;
    padding-top: 40px;
    padding-bottom: 0;
    gap: var(--ms-gap-section);
  }

  .figma-mtech-studies .ms-hero-stack,
  .figma-phd-studies .ms-hero-stack {
    gap: var(--ms-gap-lg);
  }

  .figma-mtech-studies .ms-bc-list,
  .figma-phd-studies .ms-bc-list {
    gap: 8px;
    font-size: 12px;
  }

  .figma-mtech-studies .ms-hero-main,
  .figma-phd-studies .ms-hero-main {
    gap: var(--ms-gap-lg);
  }

  .figma-mtech-studies .ms-hero-heading-row,
  .figma-phd-studies .ms-hero-heading-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .figma-mtech-studies .ms-title,
  .figma-phd-studies .ms-title {
    flex: none;
    width: 100%;
    font-size: 24px;
    line-height: normal;
  }

  .figma-mtech-studies .ms-top-actions,
  .figma-phd-studies .ms-top-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: var(--ms-gap-md);
  }

  .figma-mtech-studies .ms-action,
  .figma-phd-studies .ms-action {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
  }

  .figma-mtech-studies .ms-action--secondary,
  .figma-phd-studies .ms-action--secondary {
    flex: 1 1 auto;
    min-width: 0;
  }

  .figma-mtech-studies .ms-action--primary,
  .figma-phd-studies .ms-action--primary {
    flex: 0 0 auto;
  }

  .figma-mtech-studies .ms-lede,
  .figma-phd-studies .ms-lede {
    max-width: none;
    font-size: 14px;
    line-height: normal;
  }

  .figma-mtech-studies .ms-browse-grid,
  .figma-phd-studies .ms-browse-grid {
    flex-direction: column;
    border-left: none;
  }

  .figma-mtech-studies .ms-browse-card,
  .figma-phd-studies .ms-browse-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    border-left: 1px solid var(--ms-stroke);
  }

  .figma-mtech-studies .ms-browse-name,
  .figma-phd-studies .ms-browse-name {
    font-size: 20px;
  }

  .figma-mtech-studies .ms-browse-arrow,
  .figma-phd-studies .ms-browse-arrow {
    width: 24px;
    height: 24px;
  }

  .figma-mtech-studies .ms-browse-arrow .iitd-icon,
  .figma-phd-studies .ms-browse-arrow .iitd-icon {
    width: 24px;
    height: 24px;
  }

  .figma-mtech-studies .ms-browse-pathways-label,
  .figma-phd-studies .ms-browse-pathways-label {
    font-size: 14px;
  }

  .figma-mtech-studies .ms-browse-pathways-list,
  .figma-phd-studies .ms-browse-pathways-list {
    font-size: 12px;
  }

  .figma-mtech-studies .ms-subtitle,
  .figma-mtech-studies .ms-section-title,
  .figma-phd-studies .ms-section-title {
    font-size: 22px;
  }

  .figma-mtech-studies .ms-subsection-title,
  .figma-phd-studies .ms-subsection-title {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  body.has-sticky-header .figma-mtech-studies#main-content,
  body.has-sticky-header .figma-phd-studies#main-content {
    padding-top: calc(var(--site-header-offset, 88px) + 60px);
    scroll-margin-top: var(--site-header-offset, 88px);
  }
}

@media (max-width: 767.98px) {
  body.has-sticky-header .figma-mtech-studies#main-content,
  body.has-sticky-header .figma-phd-studies#main-content {
    padding-top: calc(var(--site-header-offset, 88px) + 40px);
  }
}
