.ocs-provost-notice,
.ocs-provost-notice * { box-sizing: border-box; }

.ocs-provost-notice {
  --ocs-navy: #0B3040;
  --ocs-teal: #1A5C66;
  --ocs-gold: #C4A35A;
  --ocs-ivory: #FFFCF6;
  --ocs-ink: #1A2428;
  --ocs-muted: #5A686E;
  --ocs-line: #E6DCC8;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  color: var(--ocs-ink);
  max-width: 840px;
  width: 100%;
  margin: 0 auto 24px;
  background: #fff;
  border: 1px solid var(--ocs-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(11, 48, 64, 0.08);
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.ocs-provost-notice img,
.ocs-provost-notice table,
.ocs-provost-notice iframe {
  max-width: 100%;
  height: auto;
}

.ocs-wn-topbar {
  height: 6px;
  background: linear-gradient(90deg, var(--ocs-gold), #E2C98A, var(--ocs-gold));
}

.ocs-wn-header {
  background: linear-gradient(135deg, var(--ocs-navy) 0%, var(--ocs-teal) 100%);
  color: #fff;
  padding: 28px 32px 24px;
  text-align: center;
}

.ocs-wn-kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E2C98A;
  margin-bottom: 8px;
}

.ocs-wn-header h1 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 700;
  color: #fff;
}

.ocs-wn-college {
  margin: 0;
  font-size: 14px;
  opacity: 0.92;
  font-weight: 500;
}

.ocs-wn-body { padding: 28px 32px 32px; background: var(--ocs-ivory); }

.ocs-wn-lede {
  font-size: 18px;
  font-weight: 600;
  color: var(--ocs-navy);
  margin: 0 0 16px;
}

.ocs-wn-body p { margin: 0 0 14px; font-size: 16px; color: var(--ocs-ink); }

.ocs-wn-body h2 {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ocs-navy);
  border-top: 1px solid var(--ocs-line);
  padding-top: 22px;
  margin: 26px 0 14px;
}

.ocs-wn-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 18px;
}

.ocs-wn-meta div {
  background: #fff;
  border: 1px solid var(--ocs-line);
  border-radius: 10px;
  padding: 12px 14px;
  min-width: 0;
}

.ocs-wn-meta span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ocs-teal);
  margin-bottom: 4px;
}

.ocs-wn-meta strong {
  display: block;
  font-size: 15px;
  color: var(--ocs-navy);
  font-weight: 700;
  line-height: 1.35;
}

.ocs-wn-subjects {
  margin: 8px 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ocs-wn-subjects li {
  background: #fff;
  border: 1px solid var(--ocs-line);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ocs-wn-num {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ocs-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ocs-wn-callout {
  background: #fff;
  border-left: 4px solid var(--ocs-gold);
  border-radius: 0 10px 10px 0;
  padding: 14px 16px;
  margin: 0 0 16px;
}

.ocs-wn-sign {
  margin-top: 28px;
  padding-top: 8px;
}

.ocs-wn-sign p { margin: 0 0 6px; }
.ocs-wn-sign .ocs-wn-close { font-weight: 600; color: var(--ocs-navy); }
.ocs-wn-sign .ocs-wn-from { font-weight: 700; color: var(--ocs-navy); margin-top: 12px; }

@media (max-width: 782px) {
  .ocs-provost-notice {
    border-radius: 10px;
    margin: 0 0 16px;
    box-shadow: 0 4px 16px rgba(11, 48, 64, 0.08);
  }
  .ocs-wn-header { padding: 20px 16px 18px; }
  .ocs-wn-header h1 { font-size: 22px; }
  .ocs-wn-college { font-size: 13px; }
  .ocs-wn-body { padding: 18px 16px 22px; }
  .ocs-wn-lede { font-size: 17px; }
  .ocs-wn-body p,
  .ocs-wn-subjects li { font-size: 16px; }
  .ocs-wn-meta,
  .ocs-wn-subjects { grid-template-columns: 1fr; }
  .ocs-wn-body h2 { font-size: 16px; }

  .single .entry-content,
  .blog .entry-content,
  .page .entry-content {
    overflow-x: hidden;
    max-width: 100%;
  }
  .single .entry-content img,
  .page .entry-content img,
  .elementor img {
    max-width: 100%;
    height: auto;
  }
}

.ocs-prospect-ticker {
  --ocs-navy: #0B3040;
  --ocs-teal: #1A5C66;
  --ocs-gold: #C4A35A;
  --ocs-ivory: #FFFCF6;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #0B3040 0%, #1A5C66 55%, #0B3040 100%);
  border-bottom: 3px solid #C4A35A;
  color: #fff;
  z-index: 30;
  position: relative;
}
.ocs-prospect-ticker *,
.ocs-prospect-ticker *::before,
.ocs-prospect-ticker *::after { box-sizing: border-box; }
.ocs-prospect-ticker__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  max-width: 100%;
  min-width: 0;
}
.ocs-prospect-ticker__label {
  flex: none;
  background: #C4A35A;
  color: #0B3040;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1.2;
}
.ocs-prospect-ticker__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}
.ocs-prospect-ticker__track {
  display: flex;
  width: max-content;
  animation: ocs-ticker-ltr 32s linear infinite;
}
.ocs-prospect-ticker__msg {
  margin: 0;
  padding: 0 3.5em 0 0;
  white-space: nowrap;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
}
.ocs-prospect-ticker a {
  color: #E2C98A;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ocs-prospect-ticker a:hover,
.ocs-prospect-ticker a:focus { color: #fff; }
.ocs-prospect-ticker:hover .ocs-prospect-ticker__track,
.ocs-prospect-ticker:focus-within .ocs-prospect-ticker__track {
  animation-play-state: paused;
}
@keyframes ocs-ticker-ltr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (max-width: 782px) {
  .ocs-prospect-ticker__inner { gap: 8px; padding: 8px 10px; }
  .ocs-prospect-ticker__label { font-size: 10px; padding: 4px 8px; }
  .ocs-prospect-ticker__msg { font-size: 14px; padding-right: 2.5em; }
}
@media (prefers-reduced-motion: reduce) {
  .ocs-prospect-ticker__track {
    animation: none;
    transform: none;
    width: 100%;
    justify-content: center;
  }
  .ocs-prospect-ticker__msg {
    white-space: normal;
    text-align: center;
    padding: 0;
  }
  .ocs-prospect-ticker__msg[aria-hidden="true"] { display: none; }
  .ocs-prospect-ticker__viewport { mask-image: none; }
}
