  .wp-block-site-logo.is-default-size img {
  width: auto;
}

.single-student-stories .sidebar {
  display: none;
}

.link--current-page {
  color: #d35400 !important;
}

.header__top-bar .link--current-page {
  color: #d37f39 !important;
}

.dates-fees__page {
  padding: 0 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1240px;
}

.dates-fees__page br {
  display: none;
}

.dates-fees__header {
  border-bottom: 1px solid var(--wp--preset--color--background-alt-two);
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.dates-fees-page__content {
  margin: 0 auto;
  max-width: 1100px;
}

.print-button {
  align-items: center;
  color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 19px;
  justify-content: center;
  padding: 9px 27px;
  text-transform: uppercase;
}

@media print {
  .print-button {
    display: none;
  }
}

.print-button__icon {
  display: flex;
  margin-right: 6px;
}

.print-button svg {
  height: 24px;
  width: 24px;
}

.print-button svg g {
  stroke: var(--wp--preset--color--primary);
}

.dates-fees-page__title {
  margin-bottom: 9px;
  margin-top: 30px;
  padding: 0 20px;
}

.dates-fees-page__term-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
}

.dates-fees-page__content .dates-fees-page__section-title {
  color: var(--wp--preset--color--primary);
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
  margin: 0 0 10px;
  padding: 0 20px;
}

.dates-fees-page__section .dates-fees-page__data:nth-child(2n) {
  background-color: var(--wp--preset--color--background-alt);
}

.dates-fees-page__section .dates-fees-page__details {
  padding: 0 20px;
}

.dates-fees-page__data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 20px;
}

.dates-fees-page__section .dates-fees-page__data-title {
  flex-basis: 275px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  margin-right: 20px;
}

.dates-fees-page__section .content {
  padding: 0 20px;
}

form select {
  appearance: none; /* Reset appearance for cross-browser consistency */
  -webkit-appearance: none; /* Remove default Safari styling */
  -moz-appearance: none; /* Remove default Firefox styling */
  background: var(--wp--preset--color--background-alt);
  border-color: var(--wp--preset--color--background-alt-two);
  border-radius: var(--wp--custom--spacing--border-radius) !important;
  color: var(--wp--preset--color--foreground);
  padding: var(--wp--custom--spacing--small);
  position: relative;
  width: 100%;
}

form .ifsa-select {
  position: relative;
}

form .ifsa-select::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: calc( 50% + 12px );
  margin-top: -2.5px;
  pointer-events: none;
}