.wsu-tuition {
  position: relative;
  overflow: hidden;
  background: #ff5c5e;
}

.wsu-tuition__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 810px;
  height: 100%;
}

.wsu-tuition__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: block;
}

.wsu-tuition__inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.wsu-tuition__content {
  width: 587px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wsu-tuition__heading {
  margin: 0;
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.wsu-tuition__panel {
  background: #ffffff;
  border-top: 4px solid #000000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wsu-tuition__panel-title {
  margin: 0;
  color: #000102;
  font-family: "Chronicle Text G1 VN", Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.wsu-tuition__panel-body {
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wsu-tuition__copy {
  margin: 0;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wsu-tuition__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wsu-tuition__copy strong,
.wsu-tuition__copy b,
.wsu-tuition__copy span[style*="font-weight:700"],
.wsu-tuition__copy span[style*="font-weight: 700"] {
  font-weight: 700;
}

.wsu-tuition__copy ul,
.wsu-tuition__copy ol {
  margin: 0;
  padding-left: 24px;
}

.wsu-tuition__copy li + li {
  margin: 0;
}

.wsu-tuition__copy li {
  margin-bottom: 0;
}

.wsu-tuition__scholarships {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wsu-tuition__scholarship-card {
  background: #990033;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.wsu-tuition__scholarship-value {
  flex: 1 1 0;
  min-width: 0;
}

.wsu-tuition__scholarship-amount {
  color: #ff5c5e;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.wsu-tuition__scholarship-period {
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.wsu-tuition__scholarship-description {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.wsu-tuition__note {
  margin: 0;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.wsu-tuition__media {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.wsu-tuition__avatar-wrap {
  width: 474px;
  height: 690px;
}

.wsu-tuition__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .wsu-tuition__inner {
    width: calc(100% - 80px);
    max-width: none;
    align-items: stretch;
  }

  .wsu-tuition__content {
    width: 52%;
  }

  .wsu-tuition__avatar-wrap {
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 474 / 690;
  }
}

@media (max-width: 767px) {
  .wsu-tuition {
    padding: 0 24px;
  }

  .wsu-tuition__inner {
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .wsu-tuition__background {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
  }

  .wsu-tuition__content {
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 1;
  }

  .wsu-tuition__heading {
    font-size: 24px;
    line-height: 28px;
  }

  .wsu-tuition__panel {
    padding: 16px;
  }

  .wsu-tuition__scholarship-card {
    gap: 8px;
    padding: 20px;
  }

  .wsu-tuition__media {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .wsu-tuition__avatar-wrap {
    width: 100%;
    max-width: none;
    aspect-ratio: 282 / 411;
    height: auto;
    margin: 0;
  }
}
