.d17-news-image-stack {
    display: grid;
    gap: 16px;
}

.d17-news-workspace {
    max-width: 1180px;
    margin: 0 auto;
}

.d17-news-workspace.alb-card {
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.d17-news-workspace .alb-card-body {
    padding: 22px 24px;
}

.d17-editorial-desk-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.d17-editorial-kicker {
    margin: 0 0 6px;
    color: #b91c1c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.d17-editorial-desk-header h2 {
    color: #172b4d;
    font-size: 30px;
    line-height: 1.1;
}

.d17-editorial-status-card {
    min-width: 220px;
    border-left: 4px solid #f59e0b;
    background: #f8fafc;
    padding: 12px 14px;
    border-radius: 6px;
}

.d17-editorial-status-card strong,
.d17-editorial-status-card span {
    display: block;
}

.d17-editorial-status-card strong {
    color: #172b4d;
}

.d17-editorial-status-card span {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}

.d17-editorial-form {
    width: 100%;
}

.d17-editorial-compose-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
    align-items: start;
}

.d17-editorial-rail {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 14px;
}

.d17-editorial-rail-card {
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.d17-editorial-rail-card__header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 12px;
}

.d17-editorial-rail-card__header strong {
    color: #172b4d;
}

.d17-editorial-rail-card__header span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.d17-editorial-preflight {
    border-left: 4px solid #f59e0b;
}

.d17-editorial-preflight.is-ready {
    border-left-color: #16a34a;
}

.d17-editorial-preflight > strong {
    display: block;
    color: #172b4d;
    font-size: 15px;
    line-height: 1.3;
}

.d17-editorial-preflight > p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}

.d17-editorial-preview-card {
    display: grid;
    gap: 10px;
}

.d17-editorial-preview-card__image {
    display: grid;
    place-items: center;
    min-height: 145px;
    overflow: hidden;
    border-radius: 8px;
    background: #0f172a;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
}

.d17-editorial-preview-card__image img {
    width: 100%;
    height: 100%;
    min-height: 145px;
    object-fit: cover;
    display: block;
}

.d17-editorial-preview-card h3 {
    margin: 0;
    color: #172b4d;
    font-size: 20px;
    line-height: 1.22;
}

.d17-editorial-preview-card p {
    margin: 0;
    color: #475569;
    line-height: 1.5;
}

.d17-editorial-preview-card__byline {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.d17-editorial-readiness {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.d17-editorial-readiness li {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #475569;
    font-size: 13px;
}

.d17-editorial-readiness li span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #f59e0b;
}

.d17-editorial-readiness li.is-ready span {
    background: #16a34a;
}

.d17-editorial-readiness li.is-missing span {
    background: #f59e0b;
}

.d17-editorial-form label {
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.d17-editorial-form input[type="text"],
.d17-editorial-form input[type="url"],
.d17-editorial-form input[type="datetime-local"],
.d17-editorial-form select,
.d17-editorial-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.45;
}

.d17-editorial-form input:focus,
.d17-editorial-form select:focus,
.d17-editorial-form textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37,99,235,.15);
    outline: none;
}

.d17-editorial-studio {
    display: grid;
    gap: 18px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
}

.d17-editorial-studio__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.d17-editorial-studio__header strong,
.d17-editorial-studio__header span {
    display: block;
}

.d17-editorial-studio__header strong {
    color: #172b4d;
}

.d17-editorial-studio__header span {
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}

.d17-editorial-file-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.d17-editorial-file-control input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.d17-editorial-crop-drawer {
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.d17-editorial-crop-drawer summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 12px 14px;
    cursor: pointer;
    color: #172b4d;
    font-weight: 800;
}

.d17-editorial-crop-drawer summary small {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.d17-editorial-crop-drawer .d17-cropper {
    border: 0;
    border-top: 1px solid #e2e8f0;
    border-radius: 0;
}

.d17-editorial-channel-list {
    display: grid;
    gap: 9px;
}

.d17-editorial-channel-list div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 9px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.d17-editorial-channel-list strong {
    color: #172b4d;
    font-size: 12px;
}

.d17-editorial-channel-list span {
    color: #64748b;
    font-size: 12px;
    text-align: right;
}

.d17-editorial-actionbar {
    position: sticky;
    bottom: 0;
    z-index: 4;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 6px -24px -22px;
    padding: 14px 24px;
    border-top: 1px solid #e2e8f0;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
}

.d17-editorial-actionbar__meta {
    flex: 1 1 260px;
}

.d17-editorial-actionbar__meta strong,
.d17-editorial-actionbar__meta span {
    display: block;
}

.d17-editorial-actionbar__meta strong {
    color: #172b4d;
}

.d17-editorial-actionbar__meta span {
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}

.d17-news-form-row,
.d17-news-stats-row,
.d17-review-detail-grid,
.d17-home-news-grid,
.d17-news-hub-grid {
    display: grid;
    gap: 16px;
}

.d17-news-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.d17-news-autosave-status,
.d17-news-editor-meter {
    color: #64748b;
    font-size: 12px;
}

.d17-news-editor-meter {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.d17-news-stats-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.d17-review-detail-grid {
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    align-items: start;
}

.d17-home-news,
.d17-news-hub,
.d17-single-news {
    max-width: 1180px;
    margin: 0 auto;
}

.d17-home-news,
.d17-news-hub {
    padding: 24px 18px;
}

.d17-home-news__header,
.d17-news-hub__header,
.d17-news-hub__summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
}

.d17-home-news__header {
    margin-bottom: 18px;
}

.d17-home-news__header h2 {
    margin: 0;
    color: #172b4d;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.08;
}

.d17-home-news__header a,
.d17-news-hub__header a {
    color: #172b4d;
    font-weight: 800;
    text-decoration: none;
}

.d17-home-news-grid,
.d17-news-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.d17-home-news-grid--support {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
}

.d17-news-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    display: flex;
    flex-direction: column;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.d17-news-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .1);
    transform: translateY(-2px);
}

.d17-news-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0f172a;
}

.d17-news-card__image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.d17-news-card__image--empty {
    display: grid;
    place-items: center;
    min-height: 210px;
    padding: 18px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    background:
        linear-gradient(135deg, rgba(37,99,235,.18), rgba(185,28,28,.14)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 1px, transparent 1px, transparent 18px),
        #0f172a;
}

.d17-news-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1;
}

.d17-news-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

.d17-news-card h3 a,
.d17-news-card__read {
    color: inherit;
    text-decoration: none;
}

.d17-news-card p {
    margin: 0;
    color: #374151;
    line-height: 1.6;
}

.d17-news-card__read {
    margin-top: auto;
    font-weight: 700;
}

.d17-news-card--hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .85fr);
    border-color: #dbe3ef;
}

.d17-news-card--hero .d17-news-card__image img {
    height: 100%;
    min-height: 360px;
}

.d17-news-card--hero .d17-news-card__image--empty {
    min-height: 360px;
}

.d17-news-card--hero .d17-news-card__body {
    justify-content: center;
    padding: clamp(24px, 4vw, 42px);
}

.d17-news-card--hero h3 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.03;
}

.d17-story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.d17-news-hub__header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.d17-news-hub__header h1,
.d17-single-news h1 {
    margin: 0;
    line-height: 1.08;
}

.d17-news-hub__header h1 {
    color: #172b4d;
    font-size: clamp(34px, 5vw, 58px);
}

.d17-news-hub__header p:not(.d17-news-kicker) {
    max-width: 680px;
    margin: 10px 0 0;
    color: #475569;
    font-size: 1.04rem;
    line-height: 1.55;
}

.d17-news-kicker {
    color: #b91c1c;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.d17-news-hub__lead {
    margin-bottom: 24px;
}

.d17-news-hub__filters {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.d17-news-type-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.d17-news-type-tabs a,
.d17-news-pagination a {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 8px 12px;
    color: #334155;
    text-decoration: none;
    font-weight: 700;
}

.d17-news-type-tabs a.is-active,
.d17-news-pagination a.is-active {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.d17-news-filter-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 220px) auto;
    gap: 10px;
}

.d17-news-filter-row input,
.d17-news-filter-row select,
.d17-news-filter-row button {
    width: 100%;
    min-height: 40px;
    border-radius: 8px;
}

.d17-news-hub__summary {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.d17-news-hub__summary strong {
    color: #172b4d;
}

.d17-news-hub__summary span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.d17-news-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.d17-news-empty {
    color: #64748b;
    font-style: italic;
}

.d17-single-news {
    padding: 34px 18px 56px;
}

.d17-single-news__breadcrumb {
    margin-bottom: 16px;
    color: #64748b;
}

.d17-single-news__hero {
    margin: 28px 0 30px;
}

.d17-single-news__image {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.d17-single-news__hero figcaption {
    max-width: 900px;
    margin: 8px auto 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.d17-single-news__body {
    max-width: 980px;
    margin: 0 auto;
}

.d17-single-news h1 {
    max-width: 900px;
    color: #172b4d;
    font-size: clamp(38px, 6vw, 72px);
    letter-spacing: 0;
}

.d17-single-news__byline-row,
.d17-single-news__dek {
    color: #475569;
}

.d17-single-news__byline-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    max-width: 820px;
    margin: 18px 0 0;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
}

.d17-single-news__byline-row p {
    margin: 0;
}

.d17-single-news__byline-row span {
    display: block;
    margin-top: 3px;
    color: #64748b;
}

.d17-single-news__dek {
    max-width: 820px;
    margin: 18px 0 0;
    font-size: 1.18rem;
    line-height: 1.6;
}

.d17-single-news__layout {
    display: grid;
    grid-template-columns: 96px minmax(0, 760px);
    gap: 34px;
    align-items: start;
    justify-content: center;
}

.d17-single-news__content {
    color: #1f2937;
    font-size: 1.08rem;
    line-height: 1.82;
}

.d17-single-news__content > *:first-child {
    margin-top: 0;
}

.d17-single-news__content p {
    margin: 0 0 1.25em;
}

.d17-single-news__content h2,
.d17-single-news__content h3 {
    color: #172b4d;
    line-height: 1.2;
    margin: 1.6em 0 .6em;
}

.d17-single-news__share {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.d17-single-news__share span {
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.d17-single-news__share a,
.d17-single-news__share button {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #172b4d;
    padding: 8px 11px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.d17-single-news__related {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
}

.d17-single-news__related h2 {
    color: #172b4d;
    font-size: clamp(24px, 3vw, 34px);
}

/* ── Editorial Assist Panel ─────────────────────────────────────────────────── */

.d17-editorial-assist-wrap {
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 16px;
    background: #eff6ff;
}

.d17-editorial-assist-wrap__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.d17-editorial-assist-results {
    display: grid;
    gap: 16px;
}

.d17-editorial-assist-section {
    display: grid;
    gap: 8px;
}

.d17-editorial-assist-section-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e8f0;
}

.d17-editorial-assist-headline-item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.d17-editorial-assist-headline-text {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #172b4d;
}

.d17-editorial-assist-lede,
.d17-editorial-assist-excerpt,
.d17-editorial-assist-clean {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #334155;
}

.d17-editorial-assist-clean {
    font-weight: 700;
    color: #166534;
}

.d17-editorial-assist-excerpt-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.d17-editorial-assist-flag {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.d17-editorial-assist-flag-type {
    flex-shrink: 0;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    white-space: nowrap;
    margin-top: 1px;
}

.d17-editorial-assist-flag-note {
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
}

.d17-photo-preview img {
    max-width: 100%;
    height: auto;
    display: block;
}

.d17-photo-nudge {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #475569;
}

.d17-photo-nudge strong {
    color: #DC2626;
}

.d17-cropper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.d17-cropper__media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 14px;
    align-items: start;
}

.d17-cropper__editor {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.d17-cropper__help {
    font-size: .82rem;
    color: #475569;
}

.d17-cropper__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: .78rem;
    color: #64748b;
}

.d17-cropper__frame {
    width: min(100%, 420px);
}

.d17-cropper:not(.is-loaded) .d17-cropper__frame,
.d17-cropper:not(.is-loaded) .d17-cropper__controls {
    display: none;
}

.d17-cropper:not(.is-loaded) {
    min-height: 0;
}

.d17-cropper__stage {
    position: relative;
    width: 100%;
    aspect-ratio: var(--d17-crop-aspect, 4 / 5);
    overflow: hidden;
    background:
        linear-gradient(0deg, rgba(15,23,42,.18), rgba(15,23,42,.18)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 1px, transparent 1px, transparent 20px),
        #0f172a;
    border-radius: 12px;
    border: 2px solid #0f172a;
    touch-action: none;
}

.d17-cropper__frame-label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    background: rgba(15,23,42,.78);
    color: #fff;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    pointer-events: none;
}

.d17-cropper__image {
    position: absolute;
    user-select: none;
    -webkit-user-drag: none;
    max-width: none;
}

.d17-cropper__safe-zone {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 78%;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(255,255,255,.8);
    background: rgba(255,255,255,.03);
    pointer-events: none;
}

.d17-cropper--website .d17-cropper__safe-zone,
.d17-cropper--website .d17-cropper__safe-label {
    display: none;
}

.d17-cropper__safe-label {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    background: rgba(255,255,255,.92);
    color: #0f172a;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
}

.d17-cropper__controls {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.d17-cropper__controls label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .84rem;
}

.d17-photo-preview--final img {
    max-width: 100%;
    max-height: none;
}

.d17-cropper__preview-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d17-cropper__preview-label {
    font-size: .78rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.d17-cropper__preview-col .d17-photo-preview--final {
    min-height: 120px;
}

.d17-cropper__preview-col .d17-photo-preview--final img {
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 900px) {
    .d17-editorial-desk-header {
        flex-direction: column;
    }

    .d17-editorial-compose-layout {
        grid-template-columns: 1fr;
    }

    .d17-editorial-rail {
        position: static;
        order: -1;
    }

    .d17-cropper__media {
        grid-template-columns: 1fr;
    }

    .d17-home-news-grid,
    .d17-news-hub-grid,
    .d17-home-news-grid--support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .d17-news-card--hero {
        grid-template-columns: 1fr;
    }

    .d17-news-card--hero .d17-news-card__image img {
        min-height: 260px;
    }

    .d17-news-card--hero .d17-news-card__image--empty {
        min-height: 260px;
    }

    .d17-news-card--hero h3 {
        font-size: 30px;
    }

    .d17-single-news__layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .d17-single-news__share {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .d17-news-workspace .alb-card-body,
    .d17-editorial-studio {
        padding: 18px;
    }

    .d17-editorial-desk-header h2 {
        font-size: 24px;
    }

    .d17-editorial-actionbar {
        margin: 0 -18px -18px;
        padding: 14px 18px;
    }

    .d17-news-form-row,
    .d17-news-stats-row,
    .d17-review-detail-grid,
    .d17-home-news-grid,
    .d17-news-hub-grid,
    .d17-home-news-grid--support,
    .d17-news-filter-row {
        grid-template-columns: 1fr;
    }

    .d17-news-card__image img {
        height: 190px;
    }

    .d17-home-news__header,
    .d17-news-hub__header,
    .d17-news-hub__summary,
    .d17-single-news__byline-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .d17-news-card__image--empty {
        min-height: 190px;
    }

    .d17-single-news {
        padding-inline: 14px;
    }
}
