body.newsblogger section.spnc-highlights-1 .spnc-marquee-wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: normal !important;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}
body.newsblogger section.spnc-highlights-1 .spnc-marquee-wrapper:active {
    cursor: grabbing;
}
body.newsblogger section.spnc-highlights-1 .spnc-marquee-wrapper::-webkit-scrollbar {
    display: none;
}
body.newsblogger section.spnc-highlights-1 .spnc_highlights {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0.95rem !important;
    animation: none !important;
    transform: none !important;
    white-space: normal !important;
}
body.newsblogger section.spnc-highlights-1 .spnc-post {
    flex: 0 0 auto !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: 280px !important;
    white-space: normal !important;
    overflow: hidden !important;
}
body.newsblogger section.spnc-highlights-1.spnc-highlights-2 .spnc-post .spnc-post-content,
body.newsblogger section.spnc-highlights-1 .spnc-post .spnc-post-content {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}
body.newsblogger section.spnc-highlights-1.spnc-highlights-2 .spnc-marquee-wrapper .spnc-entry-title {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
}
body.newsblogger section.spnc-highlights-1.spnc-highlights-2 .spnc-marquee-wrapper .spnc-entry-title a,
body.newsblogger section.spnc-highlights-1.spnc-highlights-2 .spnc-marquee-wrapper .spnc-entry-title a.a_effect1,
body.newsblogger section.spnc-highlights-1.spnc-highlights-2 .spnc-marquee-wrapper .spnc-entry-title a.a_effect2 {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
    line-height: 1.3 !important;
}
body.newsblogger section.spnc-highlights-1 .spnc-marquee-wrapper .spnc-entry-title,
body.newsblogger section.spnc-highlights-1 .spnc-marquee-wrapper .spnc-entry-title a {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
}
@media (max-width: 767px) {
    body.newsblogger section.spnc-highlights-1 .spnc-post {
        flex: 0 0 auto !important;
        width: max-content !important;
        max-width: calc(100vw - 4rem) !important;
        min-width: 0 !important;
    }
}
