/* September editorial tools inherit CRG's established paper, navy and mist. */
.crg-utility-bar .crg-intranet-link { white-space: nowrap; }
.crg-press { padding: clamp(48px, 6vw, 88px) 0; background: var(--crg-surface, var(--crg-paper)); color: var(--crg-ink); }
.crg-press .crg-comms-heading { margin-bottom: 28px; }
.crg-press .crg-comms-heading p { max-width: 65ch; }
.crg-press__filters { display: flex; align-items: end; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.crg-press__filters > div { display: grid; gap: 6px; }
.crg-press__filters label { font-weight: 700; font-size: .9rem; }
.crg-press__filters select, .crg-press__filters button, .crg-photo-albums button { min-height: 44px; border: 1px solid var(--crg-slate, currentColor); border-radius: 4px; padding: 10px 14px; font: inherit; background: var(--crg-paper); color: var(--crg-ink); }
.crg-press__filters select { max-width: 100%; }
body:is(.crg-site, .crg-preview) .crg-press__filters button { background: var(--crg-ink); color: var(--crg-paper); cursor: pointer; }
body:is(.crg-site, .crg-preview) .crg-press__filters button:is(:hover, :focus-visible) { background: var(--crg-paper); color: var(--crg-ink); }
.crg-press__filters > a { display: inline-flex; align-items: center; min-height: 44px; }
.crg-press__status { font-size: .9rem; margin: 0 0 12px; }
.crg-press__item { display: grid; grid-template-columns: minmax(170px, 1fr) minmax(0, 3fr); gap: 32px; padding: 26px 0; border-top: 1px solid color-mix(in oklch, var(--crg-ink) 20%, transparent); }
.crg-press__source { display: flex; flex-direction: column; align-items: start; gap: 8px; font-size: .9rem; }
.crg-press__source strong { max-width: 24ch; line-height: 1.4; }
.crg-press__item h3 { margin: 0 0 10px; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.3; }
.crg-press__item h3 a { color: inherit; text-decoration: none; }
.crg-press__item h3 a:hover { text-decoration: underline; text-underline-offset: .2em; }
.crg-press__item p { margin: 0; max-width: 70ch; line-height: 1.6; }
.crg-press__item small { display: block; margin-top: 8px; font-size: .85rem; }
.crg-press__pages { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; }
.crg-press__pages a { display: grid; place-items: center; width: 46px; min-height: 46px; border: 1px solid currentColor; border-radius: 4px; color: inherit; text-decoration: none; }
.crg-press__pages a[aria-current="page"] { background: var(--crg-ink); color: var(--crg-paper); }
.crg-photo-albums:not([hidden]) { align-items: end; }
.crg-photo-albums > div { display: grid; gap: 6px; flex: 1 1 220px; min-width: 0; }
.crg-photo-albums select { width: 100%; }
.crg-photo-albums > button { cursor: pointer; flex: 0 1 auto; }
.crg-photo-albums > button:disabled { opacity: .6; cursor: default; }
.crg-photo-album-index { width: 100%; margin-top: 8px; }
.crg-photo-album-index > summary { display: list-item; cursor: pointer; font-weight: 700; padding: 12px 0; min-height: 44px; }
.crg-photo-album-covers { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; padding: 12px 0 20px; }
.crg-photo-albums .crg-photo-album-covers button { border: 0; background: transparent; border-radius: 0; padding: 0; text-align: start; cursor: pointer; white-space: normal; min-width: 0; }
.crg-photo-album-covers img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; display: block; }
.crg-photo-album-covers span { display: block; margin-top: 12px; }
.crg-photo-album-covers strong { display: block; font-size: 1rem; line-height: 1.4; }
.crg-photo-album-covers small { display: block; margin-top: 6px; font-size: .85rem; }
.crg-photo-album-covers button:hover strong { text-decoration: underline; text-underline-offset: .2em; }
.crg-photo-album-story { max-width: 70ch; margin: 12px 0 28px; }
.crg-photo-album-story h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.3; margin: 0 0 8px; }
.crg-photo-album-story p { line-height: 1.6; margin: 0; }
@media (max-width: 700px) {
  .crg-press__item { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .crg-press__source { flex-direction: row; flex-wrap: wrap; gap: 6px 16px; }
  .crg-press__source strong { max-width: none; }
  .crg-press__filters { gap: 12px; }
  .crg-press__filters > div { flex: 1 1 200px; min-width: 0; }
  .crg-photo-album-covers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
  .crg-utility-bar .crg-utility-bar__actions { gap: 0; flex-wrap: nowrap; }
  .crg-utility-bar :is(a, .crg-a11y-shortcut) { padding-inline: 6px; font-size: .875rem; min-height: 44px; }
  .crg-utility-bar .crg-language { margin-left: 0; }
  .crg-utility-bar .crg-a11y-shortcut > span:first-child { display: none; }
  .crg-utility-bar .crg-language a { min-width: 44px; }
}
@media (forced-colors: active) {
  .crg-press__pages a[aria-current="page"] { outline: 2px solid Highlight; }
}
