@media print {
    .no-print, #view-tabs, #view-correction, #social-side-bar, #social-top-bar {
        display: none !important;
    }

    #view-content {
        width: 100%;
        margin-left: 0 !important;
    }

    .print-attachment {
        display: block !important;
    }
}

div#root-div {
    display: none; /* Start hidden to prevent FOUC */
    padding-left: 20px;
    padding-right: 20px;
}

.print-attachment {
    font-family: var(--nef-semantic-typography-body-xs-font-family);
    font-size: var(--nef-semantic-typography-body-xs-font-size);
    font-weight: var(--nef-semantic-typography-body-xs-font-weight);
    letter-spacing: var(--nef-semantic-typography-body-xs-letter-spacing);
    line-height: var(--nef-semantic-typography-body-xs-line-height);
}

.logo {
    padding: 0 10px 0 10px
}

.subtitle {
    display: block;
    max-width: 730px;
}

.txtPre {
    color: #000000;
    font-family: Courier New, Lucida Console, monospace;
    font-size: 12px;
}

.hidden, p#gnw_attachments_section-header, ul#gnw_attachments_section-items {
    display: none !important;
}

@media (max-width: 1023px) {
    .table-category {
        display: none !important;
    }
}

#split-view.nef-c-split-view__sidebar {
    width: 10%;
}

#split-sidebar.nef-c-split-view__sidebar {
    width: 10%;
}

nef-table-cell.table-published nef-typography {
    word-wrap: break-word; /* Ensure text wraps within the span */
    white-space: nowrap;
}

nef-table-cell.table-company nef-typography, nef-table-cell.table-category nef-typography, nef-table-cell.table-headline nef-link {
    word-wrap: break-word; /* Ensure text wraps within the span */
    white-space: normal;
}

hr.view-hr {
    height: 2px;
    background: lightgrey;
    border: none;
}

.social-share-svg {
    width: 24px;
    height: 24px;
}

.social-share-svg path {
    fill: #707070;
}

.social-share-svg:hover path {
    fill: #0092BC;
}

.divider-8 {
    height: 8px;
}

.divider-24 {
    height: 24px;
}

#view-logo {
    max-height: 45px;
}

#view-content {
    margin-left: 92px;
    width: calc(100vw - 226px);
    max-width: 690px;
}

.social-share-link {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#social-side-bar {
    position: fixed;
    top: 200px;
    left: 20px;
    width: 40px;
}

#social-top-bar {
    /*    position: fixed;
        top: 200px;
        left: 20px;*/
    height: 100%;
    width: 40px;
}

.landing-sidebar {
    margin-left: 48px;
    margin-right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: start;
    height: 100%;
}

nef-split-view {
    display: none;
}

nef-split-view nef-button.landing-submit-button {
    --nef-button-width: 100%;
}

.landing-about-cookies {
    margin-top: 10px;
}

.landing-sidebar-container {
    height: 100%;
}

.landing-image {
    width: auto;
    height: 1024px;
}