/* CU Help Desk — scoped, responsive, no external fonts or scripts. */
.cu-help-desk,
.cu-help-desk * { box-sizing: border-box; }
.cu-help-desk {
  --cu-help-navy: #07315d;
  --cu-help-ink: #242631;
  --cu-help-muted: #5c616b;
  --cu-help-silver: #e8e8ec;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 28px 0;
  border: 1px solid #d9dce1;
  border-top: 5px solid #64883b;
  border-radius: 18px;
  background: #fff;
  color: var(--cu-help-ink);
  box-shadow: 0 8px 30px rgb(36 38 49 / 6%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  text-align: left;
}
.cu-help-desk .cu-help-desk__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 26px 32px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.15px;
}
 .cu-help-desk .cu-help-desk__brand { flex-wrap: wrap; justify-content: space-between; }
.cu-help-desk .cu-help-desk__logo { display: block; width: 260px; max-width: 100%; height: auto; margin: 0; padding: 0; border: 0; box-shadow: none; }
.cu-help-desk .cu-help-desk__brand-label { color: #566948; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; }
.cu-help-desk .cu-help-desk__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 30px 32px 32px;
}
.cu-help-desk .cu-help-desk__copy { flex: 1 1 470px; }
.cu-help-desk .cu-help-desk__eyebrow {
  margin: 0 0 8px;
  color: var(--cu-help-navy);
  font-size: 13px;
  font-weight: 700;
}
.cu-help-desk .cu-help-desk__heading {
  max-width: 620px;
  margin: 0;
  padding: 0;
  color: var(--cu-help-ink);
  font-family: inherit;
  font-size: clamp(25px, 3vw, 33px);
  font-weight: 750;
  letter-spacing: -.8px;
  line-height: 1.16;
  text-transform: none;
}
.cu-help-desk .cu-help-desk__description {
  max-width: 560px;
  margin: 15px 0 20px;
  color: var(--cu-help-muted);
  font-size: 15px;
  line-height: 1.65;
}
.cu-help-desk .cu-help-desk__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.cu-help-desk .cu-help-desk__tags span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e3e5e9;
  border-radius: 5px;
  background: #f5f6f8;
  color: #4c515c;
  font-size: 12px;
  font-weight: 600;
}
.cu-help-desk .cu-help-desk__action { flex: 0 0 225px; }
.cu-help-desk .cu-help-desk__button,
.cu-help-desk .cu-help-desk__button:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 52px;
  width: 100%;
  padding: 14px 20px;
  border: 2px solid var(--cu-help-navy);
  border-radius: 9px;
  background: var(--cu-help-navy);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .15s ease, border-color .15s ease;
}
.cu-help-desk .cu-help-desk__button:hover { border-color: #062847; background: #062847; color: #fff; text-decoration: none; }
.cu-help-desk .cu-help-desk__button:focus-visible { outline: 3px solid #2b65a4; outline-offset: 4px; }
.cu-help-desk .cu-help-desk__button > span[aria-hidden] { font-size: 23px; font-weight: 400; line-height: 1; }
.cu-help-desk .cu-help-desk__action p { margin: 11px 0 0; color: var(--cu-help-muted); font-size: 12px; text-align: center; }
.cu-help-desk .cu-help-desk__footer { padding: 14px 32px; border-top: 1px solid var(--cu-help-silver); background: #f7f8f4; }
.cu-help-desk .cu-help-desk__footer p { margin: 0; color: #525764; font-size: 12px; line-height: 1.55; }
.cu-help-desk__admin-link { margin-top: -12px; font-size: 13px; }
.cu-help-desk__admin-link a { color: #07315d; text-decoration: underline; text-underline-offset: 3px; }
.cu-help-desk__sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.cu-help-desk-settings { max-width: 1100px; }
.cu-help-desk-settings > p,
.cu-help-desk-settings > ol { max-width: 900px; }
.cu-help-desk-settings ol li { margin-bottom: 8px; }
.cu-help-desk-settings > h2 { margin-top: 30px; }
@media (max-width: 700px) {
  .cu-help-desk .cu-help-desk__brand { padding: 22px 22px 0; }
  .cu-help-desk .cu-help-desk__content { flex-direction: column; align-items: stretch; gap: 26px; padding: 26px 22px; }
  .cu-help-desk .cu-help-desk__copy,
  .cu-help-desk .cu-help-desk__action { flex: 0 1 auto; }
  .cu-help-desk .cu-help-desk__footer { padding: 14px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .cu-help-desk .cu-help-desk__button { transition: none; }
}
