/* ============================================================
   MU FALLEN — Gaceta del reino / noticias
   Seccion publica y editor exclusivo para administradores.
   ============================================================ */

.section-news [hidden],
.news-admin-modal[hidden] {
  display: none !important;
}

.section-news {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  border-top: 1px solid rgba(90, 215, 255, 0.1);
  border-bottom: 1px solid rgba(90, 215, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(2, 7, 13, 0.88), rgba(3, 12, 20, 0.96)),
    url("../images/bg-dark-olympus.webp") center 34% / cover no-repeat;
}

.news-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(22, 143, 208, 0.2), transparent 32%),
    radial-gradient(circle at 88% 80%, rgba(90, 215, 255, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.news-section-header {
  position: relative;
}

.news-admin-actions {
  margin-top: 20px;
}

.news-section-state {
  padding: 24px;
  border: 1px solid rgba(90, 215, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 12, 20, 0.72);
  color: rgba(238, 248, 255, 0.68);
  text-align: center;
}

.news-section-state:empty {
  display: none;
}

.news-section-state.is-error {
  border-color: rgba(255, 116, 116, 0.35);
  color: #ffb0b0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(90, 215, 255, 0.2);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 0%, rgba(90, 215, 255, 0.1), transparent 31%),
    linear-gradient(150deg, rgba(8, 25, 38, 0.96), rgba(3, 10, 17, 0.98));
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.news-card:hover {
  border-color: rgba(90, 215, 255, 0.5);
  box-shadow: 0 25px 52px rgba(0, 0, 0, 0.42), 0 0 24px rgba(22, 143, 208, 0.12);
  transform: translateY(-4px);
}

.news-card--lead {
  grid-column: span 8;
  min-height: 430px;
}

.news-card--draft {
  border-style: dashed;
  opacity: 0.84;
}

.news-card-media {
  position: absolute;
  inset: 0;
}

.news-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(1, 7, 12, 0.12), rgba(2, 8, 14, 0.96) 76%),
    linear-gradient(90deg, rgba(2, 8, 14, 0.62), transparent 75%);
}

.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
  transition: transform 550ms ease, filter 550ms ease;
}

.news-card:hover .news-card-media img {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.035);
}

.news-card-rune {
  position: absolute;
  top: 30px;
  right: 26px;
  color: rgba(90, 215, 255, 0.13);
  font-size: 5.6rem;
  line-height: 1;
  text-shadow: 0 0 28px rgba(90, 215, 255, 0.12);
  transform: rotate(-8deg);
}

.news-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}

.news-card-meta,
.news-reader-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 14px;
  color: rgba(238, 248, 255, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-badge,
.news-draft-badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border: 1px solid rgba(90, 215, 255, 0.34);
  border-radius: 999px;
  background: rgba(22, 143, 208, 0.13);
  color: #8be2ff;
  font-family: var(--font-title);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.news-badge--event {
  border-color: rgba(217, 164, 65, 0.5);
  background: rgba(217, 164, 65, 0.12);
  color: #f1cb78;
}

.news-badge--update {
  border-color: rgba(118, 170, 255, 0.5);
  background: rgba(70, 120, 210, 0.14);
  color: #a9cbff;
}

.news-badge--vip {
  border-color: rgba(208, 118, 255, 0.5);
  background: rgba(162, 70, 210, 0.14);
  color: #e2adff;
}

.news-draft-badge {
  border-color: rgba(255, 152, 103, 0.44);
  background: rgba(255, 122, 72, 0.1);
  color: #ffb18e;
}

.news-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-family: var(--font-title);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.25;
}

.news-card--lead h3 {
  max-width: 760px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.news-card-excerpt {
  display: -webkit-box;
  max-width: 760px;
  margin: 0;
  overflow: hidden;
  color: rgba(238, 248, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid rgba(90, 215, 255, 0.13);
}

.news-card-author {
  min-width: 0;
  overflow: hidden;
  color: rgba(238, 248, 255, 0.5);
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card-author i {
  margin-right: 5px;
  color: rgba(90, 215, 255, 0.78);
}

.news-card-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.news-card-link,
.news-card-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(90, 215, 255, 0.36);
  border-radius: 4px;
  background: rgba(90, 215, 255, 0.08);
  color: #9ee7ff;
  font-family: var(--font-title);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-card-link:hover,
.news-card-edit:hover {
  border-color: rgba(90, 215, 255, 0.75);
  background: rgba(90, 215, 255, 0.16);
  color: var(--white);
}

.news-card-edit {
  width: 36px;
  padding-inline: 0;
}

.news-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.news-more-button {
  border: 1px solid rgba(90, 215, 255, 0.3);
  background: rgba(4, 17, 28, 0.8);
  color: #a8eaff;
  font-family: var(--font-title);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Lector */
.news-reader-content,
.news-admin-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(90, 215, 255, 0.38);
  border-radius: 11px;
  background:
    radial-gradient(circle at 80% 0%, rgba(90, 215, 255, 0.11), transparent 31%),
    #06111b;
  color: var(--white);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.72);
}

.news-reader-content {
  max-height: calc(100vh - 2rem);
  max-height: calc(100dvh - 2rem);
}

.news-reader-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-color: rgba(90, 215, 255, 0.62) rgba(2, 10, 17, 0.72);
  scrollbar-width: thin;
}

.news-reader-scroll:focus {
  outline: none;
}

.news-reader-scroll:focus-visible {
  outline: 1px solid rgba(90, 215, 255, 0.52);
  outline-offset: -2px;
}

.news-reader-scroll::-webkit-scrollbar {
  width: 9px;
}

.news-reader-scroll::-webkit-scrollbar-track {
  background: rgba(2, 10, 17, 0.72);
}

.news-reader-scroll::-webkit-scrollbar-thumb {
  border: 2px solid rgba(2, 10, 17, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(90, 215, 255, 0.82), rgba(35, 129, 190, 0.76));
}

.news-modal-close {
  position: absolute;
  z-index: 8;
  top: 16px;
  right: 16px;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(238, 248, 255, 0.9);
}

.news-reader-hero {
  height: min(40vh, 360px);
  overflow: hidden;
  border-bottom: 1px solid rgba(90, 215, 255, 0.18);
}

.news-reader-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-reader-head {
  padding: clamp(28px, 5vw, 48px) clamp(24px, 6vw, 58px) 22px;
}

.news-reader-head h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: var(--font-title);
  font-size: clamp(1.65rem, 4vw, 2.75rem);
  line-height: 1.18;
}

.news-reader-head > p {
  margin: 0;
  color: rgba(238, 248, 255, 0.68);
  font-size: 1rem;
}

.news-reader-author {
  margin-top: 15px;
  color: rgba(90, 215, 255, 0.78);
  font-size: 0.78rem;
}

.news-reader-body {
  padding: 8px clamp(24px, 6vw, 58px) clamp(34px, 6vw, 58px);
  color: rgba(238, 248, 255, 0.82);
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.news-reader-body h1,
.news-reader-body h2,
.news-reader-body h3,
.news-reader-body h4,
.news-reader-body h5,
.news-reader-body h6 {
  margin: 1.4em 0 0.55em;
  color: var(--white);
  font-family: var(--font-title);
}

.news-reader-body p,
.news-reader-body ul {
  margin-bottom: 1.1em;
}

.news-reader-body img {
  display: block;
  max-height: 560px;
  margin: 24px auto;
  border: 1px solid rgba(90, 215, 255, 0.22);
  border-radius: 7px;
  object-fit: contain;
}

.news-reader-body a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-reader-body blockquote,
.news-preview-body blockquote {
  margin: 20px 0;
  padding: 12px 18px;
  border-left: 3px solid rgba(90, 215, 255, 0.7);
  background: rgba(90, 215, 255, 0.06);
  color: rgba(222, 244, 252, 0.74);
}

.news-reader-body table,
.news-preview-body table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}

.news-reader-body th,
.news-reader-body td,
.news-preview-body th,
.news-preview-body td {
  padding: 9px 11px;
  border: 1px solid rgba(90, 215, 255, 0.22);
}

.news-reader-body pre,
.news-preview-body pre {
  max-width: 100%;
  padding: 14px;
  overflow-x: auto;
  border: 1px solid rgba(90, 215, 255, 0.16);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

/* Administracion */
.news-admin-header {
  flex: 0 0 auto;
  padding: 28px 34px 22px;
  border-bottom: 1px solid rgba(90, 215, 255, 0.18);
}

/*
 * El formulario envuelve el body y el footer, por lo que Bootstrap no puede
 * calcular por si solo el area desplazable de modal-dialog-scrollable.
 * Esta cadena de min-height: 0 mantiene el encabezado y los botones visibles
 * y permite desplazar el editor incluso en pantallas de poca altura.
 */
.news-admin-modal .modal-dialog {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.news-admin-content {
  max-height: calc(100vh - 1rem);
}

.news-admin-content > form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.news-admin-title {
  margin: 5px 0 4px;
  color: var(--white);
  font-family: var(--font-deco);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.news-admin-header p {
  margin: 0;
  color: rgba(238, 248, 255, 0.6);
}

.news-admin-body {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.news-admin-sidebar {
  min-height: 0;
  padding: 20px 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-right: 1px solid rgba(90, 215, 255, 0.16);
  background: rgba(1, 8, 14, 0.58);
}

.news-admin-new {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid rgba(90, 215, 255, 0.48);
  background: rgba(22, 143, 208, 0.14);
  color: #b7edff;
  font-family: var(--font-title);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-admin-list {
  display: grid;
  gap: 8px;
}

.news-admin-list-state {
  padding: 14px 9px;
  color: rgba(238, 248, 255, 0.55);
  font-size: 0.8rem;
  text-align: center;
}

.news-admin-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  padding: 11px;
  border: 1px solid rgba(90, 215, 255, 0.14);
  border-radius: 6px;
  background: rgba(7, 24, 37, 0.72);
}

.news-admin-list-item.is-active {
  border-color: rgba(90, 215, 255, 0.55);
  background: rgba(22, 143, 208, 0.13);
}

.news-admin-list-edit {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.news-admin-list-edit strong,
.news-admin-list-edit small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-admin-list-edit strong {
  font-family: var(--font-title);
  font-size: 0.76rem;
}

.news-admin-list-edit small {
  margin-top: 5px;
  color: rgba(238, 248, 255, 0.46);
  font-size: 0.65rem;
}

.news-admin-list-delete {
  align-self: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 116, 116, 0.25);
  border-radius: 4px;
  background: rgba(255, 83, 83, 0.06);
  color: #ff9a9a;
}

.news-admin-editor {
  min-width: 0;
  min-height: 0;
  padding: clamp(20px, 3vw, 30px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.news-admin-editor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(90, 215, 255, 0.14);
}

.news-admin-editor-head span,
.news-admin-editor-head strong {
  display: block;
}

.news-admin-editor-head > div > span {
  color: #66d9ff;
  font-family: var(--font-title);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-admin-editor-head > div > strong {
  margin-top: 4px;
  color: var(--white);
  font-family: var(--font-title);
  font-size: 1rem;
}

.news-admin-status {
  max-width: 48%;
  color: rgba(238, 248, 255, 0.6);
  font-size: 0.76rem;
  text-align: right;
}

.news-admin-status.is-error { color: #ffaaaa; }
.news-admin-status.is-success { color: #79efb5; }

.news-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.news-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: rgba(238, 248, 255, 0.74);
  font-size: 0.78rem;
}

.news-field--wide {
  grid-column: 1 / -1;
}

.news-field > span,
.news-body-field > span {
  color: rgba(188, 235, 250, 0.76);
  font-family: var(--font-title);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-field input,
.news-field select,
.news-field textarea,
.news-body-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(90, 215, 255, 0.22);
  border-radius: 5px;
  outline: 0;
  background: rgba(0, 0, 0, 0.34);
  color: var(--white);
  color-scheme: dark;
  font: inherit;
}

.news-field textarea,
.news-body-field textarea {
  min-height: 88px;
  resize: vertical;
}

.news-field input:focus,
.news-field select:focus,
.news-field textarea:focus,
.news-body-field textarea:focus {
  border-color: rgba(90, 215, 255, 0.68);
  box-shadow: 0 0 0 3px rgba(90, 215, 255, 0.08);
}

.news-image-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.news-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid rgba(90, 215, 255, 0.38);
  border-radius: 5px;
  background: rgba(90, 215, 255, 0.09);
  color: #9fe8ff;
  font-family: var(--font-title);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-rich-editor-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(90, 215, 255, 0.24);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg, rgba(25, 132, 178, 0.14), rgba(5, 23, 36, 0.96));
}

.news-rich-editor-note > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9eeaff;
  font-family: var(--font-title);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-rich-editor-note small {
  color: rgba(221, 244, 252, 0.5);
  font-size: 0.67rem;
  text-align: right;
}

.news-body-field .tox-tinymce {
  border: 1px solid rgba(90, 215, 255, 0.34);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.news-body-field .tox .tox-editor-header,
.news-body-field .tox .tox-menubar,
.news-body-field .tox .tox-toolbar,
.news-body-field .tox .tox-toolbar__overflow,
.news-body-field .tox .tox-toolbar__primary,
.news-body-field .tox .tox-statusbar {
  background-color: #0a1b28;
}

.news-body-field .tox .tox-editor-header,
.news-body-field .tox .tox-statusbar {
  border-color: rgba(90, 215, 255, 0.18);
}

.news-body-field .tox .tox-tbtn:hover,
.news-body-field .tox .tox-tbtn:focus,
.news-body-field .tox .tox-tbtn--enabled,
.news-body-field .tox .tox-tbtn--enabled:hover {
  background: rgba(75, 199, 239, 0.18);
}

.tox.tox-tinymce-aux,
.tox .tox-dialog-wrap {
  z-index: 1090;
}

.tox.tox-tinymce.tox-fullscreen {
  z-index: 1095;
}

.news-editor-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 7px;
  border: 1px solid rgba(90, 215, 255, 0.2);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: rgba(5, 23, 36, 0.96);
}

.news-editor-toolbar button,
.news-editor-toolbar label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(90, 215, 255, 0.16);
  border-radius: 4px;
  background: rgba(90, 215, 255, 0.05);
  color: #b9efff;
}

.news-editor-toolbar button:hover,
.news-editor-toolbar label:hover {
  border-color: rgba(90, 215, 255, 0.5);
  background: rgba(90, 215, 255, 0.14);
}

.news-body-field textarea {
  min-height: 260px;
  border-radius: 0 0 5px 5px;
  font-family: Consolas, "Courier New", monospace;
  line-height: 1.6;
}

.news-publish-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(90, 215, 255, 0.18);
  border-radius: 6px;
  background: rgba(90, 215, 255, 0.04);
}

.news-publish-options legend {
  width: auto;
  margin: 0 8px 0 0;
  color: #8ee4ff;
  font-family: var(--font-title);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-publish-options label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(238, 248, 255, 0.72);
  font-size: 0.76rem;
}

.news-publish-options input {
  accent-color: var(--gold-light);
}

.news-preview {
  overflow: hidden;
  border: 1px solid rgba(90, 215, 255, 0.18);
  border-radius: 6px;
}

.news-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(90, 215, 255, 0.07);
  color: #a8eaff;
  font-family: var(--font-title);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-preview-head small {
  color: rgba(238, 248, 255, 0.42);
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0;
  text-transform: none;
}

.news-preview-body {
  min-height: 100px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(238, 248, 255, 0.76);
  font-size: 0.83rem;
  line-height: 1.7;
}

.news-preview-body h1,
.news-preview-body h2,
.news-preview-body h3,
.news-preview-body h4,
.news-preview-body h5,
.news-preview-body h6 {
  margin: 14px 0 7px;
  color: var(--white);
  font-family: var(--font-title);
}

.news-admin-footer {
  flex: 0 0 auto;
  padding: 16px 24px;
  border-top: 1px solid rgba(90, 215, 255, 0.18);
  background: rgba(2, 9, 15, 0.94);
}

@media (max-width: 991.98px) {
  .news-card,
  .news-card--lead {
    grid-column: span 6;
  }

  .news-admin-body {
    grid-template-columns: 1fr;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .news-admin-sidebar {
    min-height: auto;
    max-height: 260px;
    border-right: 0;
    border-bottom: 1px solid rgba(90, 215, 255, 0.16);
  }

  .news-admin-editor {
    min-height: auto;
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  .news-card,
  .news-card--lead {
    grid-column: 1 / -1;
    min-height: 390px;
  }

  .news-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-card-actions {
    width: 100%;
  }

  .news-card-link {
    flex: 1;
  }

  .news-admin-header {
    padding: 24px 20px 18px;
  }

  .news-admin-editor {
    padding: 20px 14px;
  }

  .news-admin-grid {
    grid-template-columns: 1fr;
  }

  .news-field--wide {
    grid-column: auto;
  }

  .news-image-control {
    grid-template-columns: 1fr;
  }

  .news-rich-editor-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-rich-editor-note small {
    text-align: left;
  }

  .news-admin-editor-head,
  .news-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-admin-status {
    max-width: 100%;
    text-align: left;
  }

  .news-publish-options {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card,
  .news-card-media img {
    transition: none;
  }

  .news-card:hover,
  .news-card:hover .news-card-media img {
    transform: none;
  }
}
