/* PECC brand block: logo + wordmark sit side-by-side inside .navbar-brand */
.navbar-brand.pecc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1;
}

.navbar-brand.pecc-brand .pecc-brand-logo {
  height: 48px;
  width: auto;
  display: block;
}

.navbar-brand.pecc-brand .pecc-brand-text-group {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

.navbar-brand.pecc-brand .pecc-brand-text {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 3px;
  color: #1e3a8a;
  line-height: 1;
  white-space: nowrap;
}

.navbar-brand.pecc-brand .pecc-brand-tagline {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #22c55e;
  margin-top: 2px;
  white-space: nowrap;
  text-transform: none;
}

@media (max-width: 991px) {
  .navbar-brand.pecc-brand .pecc-brand-text {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .navbar-brand.pecc-brand .pecc-brand-tagline {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .navbar-brand.pecc-brand .pecc-brand-text-group {
    display: none;
  }
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Udemy-style course curriculum sections */
.curriculum-summary {
  font-size: 0.95rem;
  color: #555;
}

.curriculum-sections .curriculum-section-toggle {
  width: 100%;
  text-align: left;
  background: #f7f9fa;
  border: 1px solid #e8e8e8;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #1c1d1f;
}

.curriculum-sections .curriculum-section-toggle:hover {
  background: #f0f2f4;
}

.curriculum-sections .section-meta {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6a6f73;
  white-space: nowrap;
}

.curriculum-sections .panel-body ul li {
  border-bottom: 1px solid #f0f0f0;
}