/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
.info-box {
  background-color: #CCDBFF;
  border-color: #356DF1; }

.info-box-icon {
  color: #1F4CB4; }

.lj-hero-stats {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-bottom: 2.4rem; }

.lj-hero-stats__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 2.4rem; }
  .lj-hero-stats__item + .lj-hero-stats__item {
    border-left: 1px solid rgba(0, 0, 0, 0.12); }

.lj-hero-stats__label {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.6); }

.lj-hero-stats__value {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87); }

.lj-hero-description {
  margin-bottom: 2.4rem; }

.lj-hero-description__heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 1.6rem; }

.lj-hero-description__body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87); }

.lj-container {
  max-width: 1000px;
  margin-bottom: 20px; }

mfe-learner-progression {
  display: block; }

.lj-course-modal {
  border: none;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  padding: 0;
  width: 800px;
  max-width: 90vw;
  height: 90vh;
  max-height: 90vh;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .lj-course-modal[open] {
    display: flex; }
  .lj-course-modal::backdrop {
    background: rgba(0, 0, 0, 0.32); }

.lj-course-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 4px 8px;
  z-index: 1; }
  .lj-course-modal__close:hover {
    color: rgba(0, 0, 0, 0.87); }

.lj-course-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px; }

.lu-learning-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 6px 8px;
  border: 1px solid var(--semantic-colour-tokens-stroke-stroke-primary, #C7CCD1);
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none; }
