.config_degree_form_and_details {
  background-color: #F2F3F6;
}

@media (min-width: 1280px) {

  .config_degree_form_and_details {
    position: fixed;
    top: calc(var(--banner-height) + var(--margin-header) - 36px);
    right: 0;
    width: 350px;
    height: calc(100% - (var(--banner-height) + var(--margin-header) - 36px));
    z-index: 7;

    overflow: auto;
  }

  .form-cards-header.is-sticky {
    padding: 16px 24px;
  }

  body:has(.site-header.breadcrumbs-hidden) .form-cards-header.is-sticky {
    padding: 16px 24px;
  }
}

@media (min-width: 1680px) {

  .form-cards-header.is-sticky #form-header-cards {
    margin: 0;
  }

  .config_degree_form_and_details {
    width: 350px;
  }

  .config_degree_header .config_degree_form_and_details {
    width: 650px;
  }
}