.news-body {
    color: #e5e7eb;
}

.news-body img,
.news-body picture > img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    vertical-align: middle;
    display: block;
    border-radius: 12px;
}

.news-body figure {
    display: block !important;
    margin: 2rem auto;
    max-width: 100%;
}

.news-body figure img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin-left: auto;
    margin-right: auto;
}

.news-body a {
    color: #FCD535 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(252, 213, 53, .3);
    transition: border-color .15s ease;
}

.news-body a:hover {
    border-color: #FCD535;
    text-decoration: none;
}

.news-body h2,
.news-body h3,
.news-body h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.news-body p {
    color: #e5e7eb;
    margin-bottom: 1rem;
}

.news-body ul,
.news-body ol {
    color: #e5e7eb;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.news-body li {
    margin-bottom: 0.35rem;
}

.news-body strong {
    color: #fff;
}

.news-body table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(24, 24, 27, 0.72);
}

.news-body thead {
    background: rgba(252, 213, 53, 0.12);
}

.news-body th,
.news-body td {
    min-width: 8rem;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    padding: 0.75rem 1rem;
    color: #d4d4d8;
    text-align: left;
    vertical-align: top;
}

.news-body th {
    color: #fff;
    font-weight: 700;
}

.news-body tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.04);
}

.news-body .geo-fragment {
    position: relative;
    overflow: hidden;
    margin: 1.75rem 0;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: #f4f4f5 !important;
    background:
        radial-gradient(circle at top left, rgba(252, 213, 53, 0.08), transparent 34%),
        rgba(9, 9, 11, 0.78);
}

.news-body .geo-fragment h1,
.news-body .geo-fragment h2,
.news-body .geo-fragment h3,
.news-body .geo-fragment h4,
.news-body .geo-fragment li,
.news-body .geo-fragment td,
.news-body .geo-fragment th {
    color: #f4f4f5 !important;
}

.news-body .geo-fragment > p {
    position: relative;
    z-index: 1;
    color: #f4f4f5 !important;
}

.news-body .geo-fragment > p:last-child {
    margin-bottom: 0;
}

.news-body .geo-fragment table {
    display: table !important;
    width: 100% !important;
    table-layout: fixed;
    overflow: hidden;
    color: #e5e7eb !important;
}

.news-body .geo-fragment thead {
    background: rgba(252, 213, 53, 0.14);
}

.news-body .geo-fragment th,
.news-body .geo-fragment td {
    color: #e5e7eb !important;
    word-break: break-word;
}

.news-body .geo-fragment th {
    color: #fff !important;
}

.news-body svg {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    margin: 1.25rem 0;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: #f4f4f5 !important;
    background: rgba(255, 255, 255, 0.04);
}

.news-body svg text,
.news-body svg tspan {
    fill: #f4f4f5 !important;
}

.news-body svg [stroke="currentColor"] {
    stroke: currentColor !important;
}

.news-body svg [stroke="#000"],
.news-body svg [stroke="#000000"],
.news-body svg [stroke="black"] {
    stroke: #f4f4f5 !important;
}

.news-body svg [fill="currentColor"] {
    fill: currentColor !important;
}

.news-body svg [fill="#000"],
.news-body svg [fill="#000000"],
.news-body svg [fill="black"] {
    fill: #f4f4f5 !important;
}

.news-body .geo-fragment details {
    margin: 0.75rem 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #e5e7eb !important;
}

.news-body .geo-fragment summary {
    cursor: pointer;
    padding: 0.85rem 1rem;
    color: #f4f4f5 !important;
    font-weight: 600;
}

.news-body .geo-fragment details[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.news-body .geo-fragment details > :not(summary) {
    padding: 0 1rem 1rem;
    color: #d4d4d8 !important;
}
