.news-block {
    margin: 20px 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 1.7;
}

.news-block:first-child {
    margin-top: 0;
}

.news-block:last-child {
    margin-bottom: 0;
}

.news-block-title {
    margin: 12px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.news-block-lead {
    margin: 12px 0;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
}

.news-block-subheading h2,
.news-block-subheading h3,
.news-block-subheading h4 {
    font-size: 22px;
    line-height: 1.4;
    margin: 12px 0;
}

.news-block-text ul,
.news-block-text ol {
    margin: 0 0 12px 20px;
    font-size: 18px;
    line-height: 1.7;
}

.news-block-text li {
    margin: 0 0 6px;
}

.news-block ul,
.news-block ol {
    margin: 0 0 12px 22px;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
}

.news-block ul {
    list-style: disc !important;
}

.news-block ol {
    list-style: decimal !important;
}

.news-block li {
    margin: 0 0 6px;
}

.news-block-html p {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.7;
}

.news-block-html p:last-child {
    margin-bottom: 0;
}

.news-block-image {
    margin: 16px 0;
}

.news-info {
    background: var(--main-colora2);
    border: none;
    border-left: 5px solid var(--main-color);
    border-radius: 0;
    padding: 5px 20px;
}

.news-info .info-title {
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--main-color);
    font-size: 16px;
}

.news-info .info-body {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.news-quote blockquote {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
    font-style: normal;
}

.news-block-embed blockquote.twitter-tweet,
.news-block-embed .twitter-tweet {
    margin: 0 auto;
}

.news-links {
    margin: 20px 0;
}

.news-links h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}

.news-links ul,
.news-block-links ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    gap: 4px;
}

.news-links li,
.news-block-links li {
    list-style: none !important;
    margin: 0 !important;
}

.news-links li a {
    color: var(--main-color);
    text-decoration: none;
    font-size: 18px;
}

.news-links ul li a,
.news-block-links ul li a {
    display: flex;
    gap: 12px;
    align-items: center;
    background: var(--main-colora2);
    color: var(--main-color);
    padding: 10px 12px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.news-links .news-link-thumb,
.news-block-links .news-link-thumb {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 64px;
    display: block;
}

.news-links .news-link-title,
.news-block-links .news-link-title {
    font-weight: 700;
    color: var(--main-color);
}

.news-links li a:hover {
    text-decoration: underline;
}

.news-title {
    font-size: 32px;
    line-height: normal;
    margin: 0;
}

.news-lead {
    font-size: 18px;
    line-height: inherit;
    margin: 0;
    font-weight: 700;
}

.news-block-lead,
.news-block-lead *,
.news-block.news-lead,
.news-block.news-lead p,
.news-lead p,
.news-lead strong,
.news-lead span,
.news-lead div {
    line-height: 1.7 !important;
}

.news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0 8px;
}

.news-tag {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 400;
    padding: 3px 8px;
    border-radius: 999px;
    text-transform: none;
    letter-spacing: 0.01em;
}

.news-audio audio {
    width: 100%;
    margin-top: 6px;
}

.news-soundcloud iframe {
    width: 100%;
}

section.news-soundcloud {
    margin: 16px 0;
}

.news-block iframe,
.news-block video {
    max-width: 100%;
}

.news-block iframe {
    display: block;
}

.news-block video,
.news-block iframe {
    width: 100%;
}

.news-block iframe {
    height: auto;
}

.news-block iframe[src*="youtube.com"],
.news-block iframe[src*="youtu.be"],
.news-block iframe[src*="youtube-nocookie.com"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

.news-soundcloud iframe {
    aspect-ratio: auto;
    height: 166px;
}

.news-block figure {
    margin: 0 auto 12px;
    max-width: 744px;
}

.news-block figcaption {
    font-size: 14px;
    line-height: 1.5;
    color: #767676;
    margin-top: 6px;
    text-align: center;
}

.news-carousel {
    position: relative;
    overflow: hidden;
    margin: 16px 0;
}

.news-carousel-track {
    display: flex;
    width: 100%;
    transition: transform .35s ease;
    will-change: transform;
}

.news-carousel-slide {
    min-width: 100%;
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
}

.news-carousel-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.news-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
}

.news-carousel-nav.prev {
    left: 10px;
}

.news-carousel-nav.next {
    right: 10px;
}

.news-carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
}

.news-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
}

.news-carousel-dot.is-active {
    background: #fff;
}

.news-poll {
    margin: 18px 0;
}

.news-poll-question {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
}

.news-poll-options {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    gap: 8px;
}

.news-poll-options li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 0 !important;
    overflow: hidden;
}

.news-poll-options li::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--poll-percent, 0%);
    background: var(--main-colora2);
    z-index: 0;
    transition: width .2s ease;
}

.news-poll-options li > * {
    position: relative;
    z-index: 1;
}

.news-poll-options li.is-clickable {
    cursor: pointer;
}

.news-poll-options li.is-clickable:hover {
    border-color: var(--main-color);
}

.news-poll-options li.is-selected {
    border-color: var(--main-color);
}

.news-poll-label {
    font-weight: 600;
}

.news-poll-meta {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

.news-poll-feedback {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.news-poll-feedback.is-error {
    color: #c62828;
}

.news-poll.is-loading {
    opacity: .75;
    pointer-events: none;
}

.rounded-image-container {
    border-radius: 0;
    overflow: hidden;
}

.news-media-container {
    line-height: 0;
    background: #000;
}

.news-media-container iframe,
.news-media-container video {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: inherit !important;
}

.variant-2 .rounded-image-container {
    border-radius: 10px;
    overflow: hidden;
}

.variant-2 .news-media-container {
    border-radius: 10px;
}

.variant-2 .news-carousel {
    border-radius: 10px;
}

.variant-2 .news-info,
.variant-2 .news-links ul li a,
.variant-2 .news-block-links ul li a {
    border-radius: 10px;
}

.variant-2 .news-block-image img,
.variant-2 .news-block-image video,
.variant-2 .news-block-image iframe,
.variant-2 .news-block-video video,
.variant-2 .news-block-video iframe,
.variant-2 .news-block-video-file video,
.variant-2 .news-block-video-file iframe,
.variant-2 .news-block-embed video,
.variant-2 .news-block-embed iframe,
.variant-2 .news-soundcloud iframe {
    border-radius: 10px;
    overflow: hidden;
}

.lead-image {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    width: 100%;
}

.lead-image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.lead-image-overlay {
    background-image: linear-gradient(to bottom, var(--main-colora0), var(--main-colora7));
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
