.hpsp-program-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 28px 0;
}

.hpsp-program-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #0b2f57;
  color: #ffffff;
  border: 1px solid #d4af37;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(11, 47, 87, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.hpsp-program-btn:hover,
.hpsp-program-btn:focus-visible {
  background: #143f70;
  color: #ffffff;
  border-color: #e6c766;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11, 47, 87, 0.28);
}

.hpsp-program-btn:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.35);
  outline-offset: 3px;
}

@media (max-width: 767.98px) {
  .hpsp-program-buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hpsp-program-btn {
    width: 100%;
  }
}

.scholarship-section-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 30px 0 34px;
  padding: 14px;
  border-radius: 22px;
  background: #f6f8fb;
  border: 1px solid rgba(11, 47, 87, 0.12);
  box-shadow: 0 14px 34px rgba(11, 47, 87, 0.08);
}

.scholarship-section-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b2f57;
  border: 1px solid rgba(11, 47, 87, 0.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(11, 47, 87, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.scholarship-section-tabs a:hover,
.scholarship-section-tabs a:focus-visible {
  background: #0b2f57;
  color: #ffffff;
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(11, 47, 87, 0.2);
}

.scholarship-section-tabs a:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.35);
  outline-offset: 3px;
}

#hpsp,
#mdssp,
#fap,
#strap,
#reserve-hplrp,
#active-hplrp {
  scroll-margin-top: 120px;
}

@media (max-width: 767.98px) {
  .scholarship-section-tabs {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 10px;
  }

  .scholarship-section-tabs a {
    width: 100%;
  }
}

/* Left-align breadcrumb hero page titles */
.breadcrumb__wrapper {
  text-align: left;
}

.breadcrumb__title {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb__menu nav ul {
  justify-content: flex-start;
}

/* Back-to-top button gold styling */
.backtotop-wrap,
.progress-wrap {
  background: #ffcc01;
  color: #0b2f57;
  border-color: #ffcc01;
}

.backtotop-wrap:hover,
.progress-wrap:hover {
  background: #e6c766;
  color: #0b2f57;
  border-color: #e6c766;
}

.backtotop-wrap i,
.progress-wrap i,
.backtotop-wrap svg,
.progress-wrap svg {
  color: #0b2f57;
  stroke: #0b2f57;
}
