:root {
    --cnl-primary: #0E2F50;
    --cnl-primary-deep: #091F36;
    --cnl-primary-soft: #EAF0F7;
    --cnl-secondary: #DA9329;
    --cnl-secondary-soft: #F1BC62;
    --cnl-surface: #FFFFFF;
    --cnl-surface-soft: #F6F8FC;
    --cnl-border: rgba(14, 47, 80, 0.12);
    --cnl-shadow: 0 24px 54px rgba(14, 47, 80, 0.12);
    --cnl-text: #15304B;
    --cnl-text-soft: rgba(21, 48, 75, 0.72);
    --cnl-radius-xl: 30px;
    --cnl-radius-lg: 24px;
    --cnl-radius-md: 18px;
    --cnl-gap: 18px;
}

.cnl-shell,
.cnl-shell * {
    box-sizing: border-box;
}

.cnl-shell {
    width: var(--cnl-shell-width, 100%);

    color: var(--cnl-text);
    font-family: "Segoe UI Variable Display", "Trebuchet MS", Tahoma, sans-serif;
}

.elementor-widget-shortcode .cnl-shell,
.elementor .cnl-shell,
body.elementor-editor-active .cnl-shell {
    width: 100%;
}

.cnl-shell[data-dir="rtl"] {
    direction: rtl;
    text-align: right;
}

.cnl-shell[data-dir="rtl"] .cnl-featured-layout__hero {
    order: 2;
}

.cnl-shell[data-dir="rtl"] .cnl-featured-layout__side {
    order: 1;
}

.cnl-shell[data-dir="rtl"] .cnl-featured-side__link {
    grid-template-columns: 1fr 92px;
}

.cnl-shell[data-dir="rtl"] .cnl-featured-side__thumb {
    order: 2;
}

.cnl-shell[data-dir="rtl"] .cnl-featured-side__content {
    order: 1;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-item__link {
    grid-template-columns: minmax(0, 1fr) 64px auto;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-item__copy {
    order: 1;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-item__avatar {
    order: 2;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-item__rank {
    order: 3;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-row__link {
    grid-template-columns: 40px minmax(0, 1fr) 88px;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-row__avatar {
    order: 3;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-row__body {
    order: 2;
}

.cnl-shell[data-dir="rtl"] .cnl-trending-row__arrow {
    order: 1;
}

.cnl-shell--utility {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
}

.cnl-shell--empty {
    margin-top: 22px;
}

.cnl-section {
    position: relative;
}

.cnl-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.cnl-section__copy {
    max-width: 720px;
}

.cnl-section__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(218, 147, 41, 0.14);
    color: var(--cnl-secondary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cnl-section__title,
.cnl-empty__title {
    margin: 10px 0 6px;
    color: var(--cnl-primary);
    font-family: "Georgia", "Constantia", serif;
    font-size: clamp(1.5rem, 3vw, 2.55rem);
    line-height: 1.12;
}

.cnl-section__subtitle,
.cnl-empty__text {
    margin: 0;
    color: var(--cnl-text-soft);
    font-size: 15px;
    line-height: 1.7;
}

.cnl-ticker {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
/*     min-height: var(--cnl-block-height, auto);
    padding: 14px 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(218, 147, 41, 0.18), transparent 28%),
        linear-gradient(135deg, var(--cnl-primary), var(--cnl-primary-deep));
    box-shadow: 0 22px 40px rgba(9, 31, 54, 0.24); */
    overflow: hidden;
}

.cnl-ticker__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cnl-ticker__pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cnl-secondary);
    box-shadow: 0 0 0 0 rgba(218, 147, 41, 0.58);
    animation: cnlPulse 1.8s infinite;
}

.cnl-ticker__viewport {
    position: relative;
    overflow: hidden;
}

.cnl-ticker__viewport::before,
.cnl-ticker__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 1;
    pointer-events: none;
}

.cnl-ticker__viewport::before {
    left: 0;
/*     background: linear-gradient(90deg, rgba(9, 31, 54, 0.95), rgba(9, 31, 54, 0)); */
}

.cnl-ticker__viewport::after {
    right: 0;
/*     background: linear-gradient(270deg, rgba(9, 31, 54, 0.95), rgba(9, 31, 54, 0)); */
}

.cnl-ticker__track {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    min-width: 100%;
    padding-inline-end: 12px;
    animation: cnlTickerMove var(--cnl-ticker-duration, 24s) linear infinite;
}

.cnl-ticker:hover .cnl-ticker__track {
    animation-play-state: paused;
}

.cnl-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.cnl-ticker__item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--cnl-secondary-soft);
}

.cnl-ticker__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cnl-secondary);
    flex: 0 0 auto;
}

.cnl-ticker__title {
    font-size: 14px;
    font-weight: 700;
}

.cnl-carousel {
    position: relative;
    container-type: inline-size;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.cnl-static-panel {
    position: relative;
    container-type: inline-size;
    min-height: var(--cnl-block-height, auto);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cnl-static-panel::before {
    display: none;
}

.cnl-carousel::before {
    display: none;
}

.cnl-carousel__track {
    display: grid;
    grid-auto-flow: column;
    gap: var(--cnl-gap);
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cnl-carousel__track::-webkit-scrollbar {
    display: none;
}

.cnl-carousel--featured .cnl-carousel__track,
.cnl-carousel--list .cnl-carousel__track {
    grid-auto-columns: 100%;
}

.cnl-carousel--cards .cnl-carousel__track {
    grid-auto-columns: calc((100% - (2 * var(--cnl-gap))) / 3);
}

.cnl-carousel__slide {
    min-width: 0;
    scroll-snap-align: start;
}

.cnl-carousel__arrow {
    position: absolute;
    top: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(14, 47, 80, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--cnl-primary);
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(14, 47, 80, 0.1);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.cnl-carousel__arrow:hover:not(:disabled) {
    transform: translateY(-2px);
    background: var(--cnl-secondary);
    color: var(--cnl-primary);
}

.cnl-carousel__arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.cnl-carousel__arrow--prev {
    inset-inline-end: 74px;
}

.cnl-carousel__arrow--next {
    inset-inline-end: 22px;
}

.cnl-carousel__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.cnl-carousel__progress {
    flex: 1 1 auto;
    height: 6px;
    border-radius: 999px;
    background: rgba(14, 47, 80, 0.1);
    overflow: hidden;
}

.cnl-carousel__progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cnl-secondary), var(--cnl-secondary-soft));
    transition: width 0.3s ease;
}

.cnl-carousel__dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cnl-carousel__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(14, 47, 80, 0.16);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.cnl-carousel__dot.is-active {
    width: 28px;
    background: var(--cnl-secondary);
}

.cnl-featured-layout {
    display: grid;
    grid-template-columns:1fr 2fr;
    gap: 18px;
    min-height: var(--cnl-featured-height, 460px);
    align-items: stretch;
}

.cnl-featured-layout__hero,
.cnl-featured-layout__side {
    min-width: 0;
    min-height: 0;
    height: 100%;
}

.cnl-featured-layout__hero > *,
.cnl-featured-layout__side > * {
    min-height: 0;
    height: 100%;
}

.cnl-featured-layout__side {
    display: grid;
    gap: 16px;
    align-content: stretch;
    grid-auto-rows: minmax(0, 1fr);
}

.cnl-featured-layout--three-side {
    grid-template-columns: 1fr 2fr;
    min-height: var(--cnl-featured-height, 500px);
}

.cnl-featured-layout--three-side .cnl-featured-layout__side {
    grid-template-rows: repeat(3, minmax(0, 1fr));

}

.cnl-featured-hero,
.cnl-featured-side,
.cnl-story-card,
.cnl-grid-tile {
    position: relative;
    min-height: 0;
    height: 100%;
}

.cnl-featured-hero__link,
.cnl-featured-side__link,
.cnl-story-card__link,
.cnl-trending-item__link {
    color: inherit;
    text-decoration: none;
}

.cnl-featured-hero__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: var(--cnl-hero-height, 460px);
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 24px 48px rgba(9, 31, 54, 0.2);
}

.cnl-featured-hero__media,
.cnl-story-card__media,
.cnl-featured-side__thumb,
.cnl-grid-tile__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: transparent !important;
}

.cnl-featured-hero__image,
.cnl-story-card__image,
.cnl-featured-side__image,
.cnl-grid-tile__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.cnl-media__placeholder {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(218, 147, 41, 0.35), transparent 36%),
        linear-gradient(145deg, var(--cnl-primary), var(--cnl-primary-deep));
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cnl-featured-hero__media::before,
.cnl-featured-side__thumb::before,
.cnl-story-card__media::before,
.cnl-grid-tile__media::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

.cnl-featured-hero__media::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.cnl-featured-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 14px;
    height: 100%;
    padding: 32px 34px;
    background: transparent !important;
}

.cnl-featured-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
}

.cnl-featured-hero__badge,
.cnl-story-card__badge,
.cnl-featured-side__badge,
.cnl-grid-tile__badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 9px;
    background: rgba(218, 147, 41, 0.94);
    color: var(--cnl-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cnl-featured-hero__title {
    margin: 0;
    color: #FFFFFF;
/*     font-family: "Georgia", "Constantia", serif;
     font-size: clamp(1.85rem, 3vw, 3.15rem);
     font-size: clamp(1.85rem, 6cqi, 3.15rem); */
     line-height: 1.14;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: transform 0.28s ease;
}

.cnl-featured-hero__excerpt {
    max-width: 44ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.75;
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(26px);
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.28s ease, transform 0.28s ease;
}

.cnl-featured-side__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 154px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(14, 47, 80, 0.1);
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 16px 34px rgba(14, 47, 80, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnl-featured-side__link:hover,
.cnl-story-card__link:hover,
.cnl-trending-item__link:hover,
.cnl-grid-tile__link:hover,
.cnl-trending-row__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(14, 47, 80, 0.12);
}

.cnl-featured-side__thumb {
    border-radius: 0;
}

.cnl-featured-side__thumb::after,
.cnl-story-card__media::after,
.cnl-grid-tile__media::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.cnl-featured-hero__link:hover .cnl-featured-hero__media::before,
.cnl-featured-side__link:hover .cnl-featured-side__thumb::before,
.cnl-story-card__link:hover .cnl-story-card__media::before,
.cnl-grid-tile__link:hover .cnl-grid-tile__media::before {
    opacity: 0;
}

.cnl-featured-hero__link:hover .cnl-featured-hero__media::after {
    background: none;
}

.cnl-featured-side__link:hover .cnl-featured-side__thumb::after,
.cnl-story-card__link:hover .cnl-story-card__media::after,
.cnl-grid-tile__link:hover .cnl-grid-tile__media::after {
    background: none;
}

.cnl-featured-hero__link:hover .cnl-featured-hero__image,
.cnl-featured-side__link:hover .cnl-featured-side__image,
.cnl-story-card__link:hover .cnl-story-card__image,
.cnl-grid-tile__link:hover .cnl-grid-tile__image {
    transform: scale(1.04);
    filter: saturate(1.05);
}

.cnl-featured-hero__link:hover .cnl-featured-hero__title,
.cnl-featured-hero__link:focus-visible .cnl-featured-hero__title {
    transform: translateY(-6px);
}

.cnl-featured-hero__link:hover .cnl-featured-hero__excerpt,
.cnl-featured-hero__link:focus-visible .cnl-featured-hero__excerpt {
    max-height: 8.6em;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cnl-featured-side--compact .cnl-featured-side__link {
    min-height: 132px;
}

.cnl-shell[data-dir="rtl"] .cnl-featured-side--compact .cnl-featured-side__link {
    min-height: 132px;
}

.cnl-featured-side--compact .cnl-featured-side__thumb {
    height: 100%;
}

.cnl-featured-side--compact .cnl-featured-side__title {
    font-size: 0.92rem;
    -webkit-line-clamp: 3;
}

.cnl-featured-side--compact .cnl-featured-side__excerpt {
    display: none;
}

.cnl-featured-side__badge,
.cnl-story-card__badge,
.cnl-grid-tile__badge {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    z-index: 2;
}

.cnl-featured-side__date,
.cnl-story-card__date {
    color: var(--cnl-text-soft);
    font-size: 12px;
    font-weight: 700;
}

.cnl-featured-side__title,
.cnl-story-card__title {
    margin: 0;
    color: #FFFFFF;
    font-family: "Georgia", "Constantia", serif;
    line-height: 1.35;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
}

.cnl-featured-side__title {
    font-size: 1rem;
}

.cnl-featured-side__excerpt,
.cnl-story-card__excerpt {
    margin: 0;
    color: var(--cnl-text-soft);
    font-size: 14px;
    line-height: 1.7;
}

.cnl-featured-side__title,
.cnl-featured-side__excerpt,
.cnl-story-card__title,
.cnl-story-card__excerpt,
.cnl-trending-item__title,
.cnl-trending-item__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cnl-featured-side__title {
    -webkit-line-clamp: 2;
}

.cnl-featured-side__excerpt {
    -webkit-line-clamp: 2;
}

.cnl-story-card__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: var(--cnl-card-height, 238px);
    overflow: hidden;
    border: 1px solid rgba(14, 47, 80, 0.1);
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 18px 34px rgba(14, 47, 80, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnl-story-card__media {
    height: 100%;
}

.cnl-story-card__title {
    font-size: 1.24rem;
    -webkit-line-clamp: 3;
}

.cnl-story-card__excerpt {
    -webkit-line-clamp: 3;
}

.cnl-trending-list {
    display: grid;
    gap: 12px;
}

.cnl-trending-item__link {
    display: grid;
    grid-template-columns: auto 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(14, 47, 80, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(14, 47, 80, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnl-trending-item__rank {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(218, 147, 41, 0.18);
    color: var(--cnl-secondary);
    font-size: 14px;
    font-weight: 800;
}

.cnl-trending-item__avatar {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--cnl-primary-soft);
}

.cnl-trending-item__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.cnl-trending-item__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cnl-trending-item__title {
    color: var(--cnl-primary);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    -webkit-line-clamp: 1;
}

.cnl-trending-item__desc {
    color: var(--cnl-text-soft);
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
}

.cnl-trending-stack {
    display: grid;
    gap: 14px;
    counter-reset: cnlTrend;
}

.cnl-trending-row {
    counter-increment: cnlTrend;
}

.cnl-trending-row__link {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 18px;
    min-height: var(--cnl-row-height, auto);
    padding: 14px 16px;
    border: 1px solid rgba(14, 47, 80, 0.09);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.92));
    box-shadow: 0 18px 38px rgba(14, 47, 80, 0.08);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cnl-trending-row__link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at top right, rgba(218, 147, 41, 0.18), transparent 34%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 40%);
    opacity: 0.95;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.cnl-trending-row__link > * {
    position: relative;
    z-index: 1;
}

.cnl-trending-row__link:hover {
    border-color: rgba(218, 147, 41, 0.24);
    box-shadow: 0 24px 48px rgba(14, 47, 80, 0.12);
}

.cnl-trending-row__link:hover::before {
    transform: scale(1.02);
}

.cnl-trending-row__body {
    min-width: 0;
    display: grid;
    gap: 10px;
    align-content: center;
}

.cnl-trending-row__body::before {
    content: counter(cnlTrend, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(14, 47, 80, 0.06);
    color: var(--cnl-primary);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cnl-trending-row__avatar {
    display: block;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--cnl-primary-soft);
    box-shadow: 0 16px 28px rgba(14, 47, 80, 0.14);
}

.cnl-trending-row__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.cnl-trending-row__title {
    min-width: 0;
    color: var(--cnl-primary-deep);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-wrap: balance;
}

.cnl-trending-row__arrow {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(14, 47, 80, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--cnl-primary);
    font-size: 19px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36), 0 14px 24px rgba(14, 47, 80, 0.1);
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.cnl-trending-row__link:hover .cnl-trending-row__arrow {
    transform: translate(2px, -2px);
    border-color: rgba(218, 147, 41, 0.24);
    background: linear-gradient(135deg, var(--cnl-secondary), var(--cnl-secondary-soft));
    color: var(--cnl-primary);
}

.cnl-trending-row__link:hover .cnl-trending-row__image {
    transform: scale(1.05);
}

.cnl-post-grid {
    display: grid;
    gap: 20px;
}

.cnl-post-grid--local {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(var(--cnl-card-height, 220px), auto);
    align-items: stretch;
}

.cnl-grid-tile {
    min-width: 0;
    display: block;
}

.cnl-grid-tile--local {
    grid-column: auto;
}

.cnl-grid-tile__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: var(--cnl-card-height, 196px);
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(14, 47, 80, 0.1);
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 22px 42px rgba(14, 47, 80, 0.1);
    color: inherit;
    text-decoration: none;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}



.cnl-grid-tile__media {
    border-radius: inherit;
}

.cnl-grid-tile__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cnl-post-grid--local .cnl-grid-tile__media::before {
    content: "" !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block !important;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(7, 17, 28, 0.03), rgba(7, 17, 28, 0) 38%);
}

.cnl-post-grid--local .cnl-grid-tile__media::after {
    content: "" !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block !important;
    background:
        linear-gradient(180deg, rgba(7, 17, 28, 0.04), rgba(7, 17, 28, 0.1) 34%, rgba(7, 17, 28, 0.42) 68%, rgba(7, 17, 28, 0.86));
    transition: background 0.28s ease;
}

.cnl-featured-side__content,
.cnl-story-card__content,
.cnl-grid-tile__content {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 3;
    display: grid;
    align-content: end;
    gap: 6px;
    padding: 16px;
    background: transparent !important;
}

.cnl-featured-hero__overlay::before,
.cnl-featured-side__content::before,
.cnl-story-card__content::before,
.cnl-grid-tile__content::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

.cnl-post-grid--local .cnl-grid-tile__content {
    inset-inline: 20px;
    bottom: 20px;
    padding: 0;
    gap: 12px;
}

.cnl-grid-tile__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cnl-grid-tile__meta::before {
    content: "";
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, 0.48);
}

.cnl-grid-tile__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.28;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-wrap: balance;
}

.cnl-post-grid--local .cnl-grid-tile__link:hover {
    transform: translateY(-6px);
    border-color: rgba(218, 147, 41, 0.22);
    box-shadow: 0 28px 52px rgba(14, 47, 80, 0.14);
}

.cnl-post-grid--local .cnl-grid-tile__link:hover::after {
    transform: translate(2px, -2px);
    background: linear-gradient(135deg, var(--cnl-secondary), var(--cnl-secondary-soft));
    color: var(--cnl-primary);
}

.cnl-post-grid--local .cnl-grid-tile__link:hover .cnl-grid-tile__media::after {
    background:
        linear-gradient(180deg, rgba(7, 17, 28, 0.06), rgba(7, 17, 28, 0.14) 34%, rgba(7, 17, 28, 0.36) 64%, rgba(7, 17, 28, 0.82));
}

.cnl-post-grid--local .cnl-grid-tile__link:hover .cnl-grid-tile__image {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.cnl-clock,
.cnl-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 10px 16px;
    border: 1px solid rgba(14, 47, 80, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 24px rgba(14, 47, 80, 0.08);
}

.cnl-clock {
    color: var(--cnl-primary);
    padding-inline: 18px;
}

.cnl-time {
    color: var(--cnl-primary);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.cnl-toggle {
    border: 0;
    cursor: pointer;
    color: var(--cnl-primary);
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnl-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(14, 47, 80, 0.12);
}

.cnl-toggle__orb {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(145deg, #FFD978, var(--cnl-secondary));
    color: var(--cnl-primary);
    font-size: 15px;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.38), 0 6px 12px rgba(218, 147, 41, 0.3);
    overflow: hidden;
}

.cnl-toggle__moon {
    position: absolute;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cnl-toggle__sun {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cnl-toggle__label {
    display: none;
}

.cnl-load {
    margin-top: 16px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cnl-secondary), var(--cnl-secondary-soft));
    color: var(--cnl-primary);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 18px 30px rgba(218, 147, 41, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.cnl-load:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(218, 147, 41, 0.32);
}

.cnl-load:disabled {
    opacity: 0.62;
    cursor: not-allowed;
    box-shadow: none;
}

.cnl-empty {
    padding: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

html.cnl-dark,
html.cnl-dark body {
    background: #071522 !important;
    color: #EDF4FB !important;
}

html.cnl-dark body,
html.cnl-dark .site,
html.cnl-dark .site-content,
html.cnl-dark .site-main,
html.cnl-dark .elementor,
html.cnl-dark .elementor-section,
html.cnl-dark .elementor-section-wrap,
html.cnl-dark .elementor-column,
html.cnl-dark .elementor-widget-wrap,
html.cnl-dark .elementor-widget-container,
html.cnl-dark .elementor-location-header,
html.cnl-dark .elementor-location-footer,
html.cnl-dark .e-con,
html.cnl-dark .e-con-inner {
    background-color: #081C31 !important;
    color: #EDF4FB !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

html.cnl-dark h1,
html.cnl-dark h2,
html.cnl-dark h3,
html.cnl-dark h4,
html.cnl-dark h5,
html.cnl-dark h6,
html.cnl-dark .elementor-heading-title,
body.cnl-dark .cnl-section__title,
body.cnl-dark .cnl-empty__title {
    color: #F7FAFE;
}

html.cnl-dark p,
html.cnl-dark li,
html.cnl-dark label,
html.cnl-dark blockquote,
html.cnl-dark .elementor-widget-text-editor,
html.cnl-dark .elementor-widget-text-editor p,
html.cnl-dark .elementor-icon-list-text,
html.cnl-dark .elementor-widget-icon-box,
body.cnl-dark .cnl-section__subtitle,
body.cnl-dark .cnl-empty__text {
    color: rgba(237, 244, 251, 0.72);
}

html.cnl-dark a {
    color: #FFD082;
}

html.cnl-dark input,
html.cnl-dark textarea,
html.cnl-dark select,
html.cnl-dark .elementor-button,
html.cnl-dark button:not(.cnl-carousel__arrow):not(.cnl-load):not(.cnl-dark-toggle) {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

body.cnl-dark .cnl-section__eyebrow {
    background: rgba(218, 147, 41, 0.16);
    color: #FFD082;
}

body.cnl-dark .cnl-clock,
body.cnl-dark .cnl-toggle,
body.cnl-dark .cnl-featured-side__link,
body.cnl-dark .cnl-story-card__link,
body.cnl-dark .cnl-trending-item__link,
body.cnl-dark .cnl-grid-tile__link,
body.cnl-dark .cnl-trending-row__link {
    border-color: rgba(218, 147, 41, 0.12);
    background:
        radial-gradient(circle at top right, rgba(218, 147, 41, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(9, 31, 54, 0.98), rgba(7, 24, 41, 0.98));
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

body.cnl-dark .cnl-featured-side__title,
body.cnl-dark .cnl-story-card__title,
body.cnl-dark .cnl-trending-item__title,
body.cnl-dark .cnl-grid-tile__title,
body.cnl-dark .cnl-trending-row__title,
body.cnl-dark .cnl-clock,
body.cnl-dark .cnl-toggle,
body.cnl-dark .cnl-time {
    color: #FFFFFF;
}

body.cnl-dark .cnl-featured-side__date,
body.cnl-dark .cnl-featured-side__excerpt,
body.cnl-dark .cnl-story-card__date,
body.cnl-dark .cnl-story-card__excerpt,
body.cnl-dark .cnl-trending-item__desc {
    color: rgba(237, 244, 251, 0.72);
}

body.cnl-dark .cnl-trending-row__arrow {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #FFD082;
}

body.cnl-dark .cnl-trending-row__link:hover .cnl-trending-row__arrow {
    border-color: rgba(218, 147, 41, 0.2);
    background: linear-gradient(135deg, var(--cnl-secondary), var(--cnl-secondary-soft));
    color: var(--cnl-primary);
}

body.cnl-dark .cnl-carousel__arrow {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
}

body.cnl-dark .cnl-carousel__progress {
    background: rgba(255, 255, 255, 0.12);
}

body.cnl-dark .cnl-carousel__dot {
    background: rgba(255, 255, 255, 0.2);
}

body.cnl-dark .cnl-toggle__orb {
    background: linear-gradient(145deg, #3A4B70, #0D1B30);
    color: #F7CC80;
}

body.cnl-dark .cnl-toggle__sun {
    opacity: 0;
    transform: translateY(-18px);
}

body.cnl-dark .cnl-toggle__moon {
    opacity: 1;
    transform: translateY(0);
}

@keyframes cnlTickerMove {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cnlPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(218, 147, 41, 0.58);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(218, 147, 41, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(218, 147, 41, 0);
    }
}

@container (max-width: 980px) {
    .cnl-carousel--featured .cnl-featured-layout {
               grid-template-columns: 1fr 2fr;
    }

    .cnl-carousel--featured .cnl-featured-layout__side {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(0, 1fr);
    }

    .cnl-carousel--featured .cnl-featured-layout--three-side .cnl-featured-layout__side {
        grid-template-columns: 1fr;
    }

    .cnl-carousel--featured .cnl-featured-hero__link {
        min-height: var(--cnl-hero-height, 420px);
    }

    .cnl-carousel--cards .cnl-carousel__track {
        grid-auto-columns: calc((100% - var(--cnl-gap)) / 2);
    }

}

@container (max-width: 720px) {
    .cnl-carousel--featured .cnl-featured-layout {
        grid-template-columns: 1fr;
        min-height: var(--cnl-featured-height, auto);
    }

    .cnl-carousel--featured .cnl-featured-layout__side {
        grid-template-columns: 1fr;
    }

    .cnl-carousel--featured .cnl-featured-side__link {
        grid-template-columns: 96px 1fr;
    }

    .cnl-carousel--cards .cnl-carousel__track {
        grid-auto-columns: 100%;
    }

}

@media (max-width: 1100px) {
    .cnl-carousel--cards .cnl-carousel__track {
        grid-auto-columns: calc((100% - var(--cnl-gap)) / 2);
    }

    .cnl-featured-layout {
        grid-template-columns: minmax(0, 1.78fr) minmax(175px, 0.72fr);
    }

    .cnl-featured-hero__link {
        min-height: var(--cnl-hero-height, 430px);
    }

    .cnl-featured-layout__side {
        grid-template-columns: 1fr;
    }

    .cnl-featured-layout--three-side .cnl-featured-layout__side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .cnl-shell {
        width: min(100%, calc(100% - 16px));
        margin: 20px auto;
    }

    .cnl-section__title {
        font-size: clamp(1.35rem, 8vw, 2rem);
    }

    .cnl-ticker {
        grid-template-columns: 1fr;
    }

    .cnl-carousel {
        padding: 0;
        border-radius: 0;
    }

    .cnl-carousel--cards .cnl-carousel__track {
        grid-auto-columns: 100%;
    }

    .cnl-carousel__arrow {
        top: 16px;
        width: 40px;
        height: 40px;
    }

    .cnl-carousel__arrow--prev {
        inset-inline-end: 64px;
    }

    .cnl-featured-hero__link {
        min-height: var(--cnl-hero-height, 360px);
    }

    .cnl-featured-hero__overlay {
        padding: 22px;
    }

    .cnl-featured-layout__side {
        grid-template-columns: 1fr;
    }

    .cnl-featured-side__link {
        grid-template-columns: 110px 1fr;
    }

    .cnl-shell[data-dir="rtl"] .cnl-featured-side__link {
        grid-template-columns: 1fr 110px;
    }

    .cnl-featured-side--compact .cnl-featured-side__link {
        grid-template-columns: 90px 1fr;
    }

    .cnl-shell[data-dir="rtl"] .cnl-featured-side--compact .cnl-featured-side__link {
        grid-template-columns: 1fr 90px;
    }

    .cnl-trending-item__link {
        grid-template-columns: auto 56px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .cnl-trending-item__avatar {
        width: 56px;
        height: 56px;
    }

    .cnl-shell[data-dir="rtl"] .cnl-trending-item__link {
        grid-template-columns: minmax(0, 1fr) 56px auto;
    }

    .cnl-trending-row__link {
        grid-template-columns: 72px minmax(0, 1fr) 38px;
        gap: 12px;
        padding: 12px;
    }

    .cnl-trending-row__avatar {
        width: 72px;
        height: 56px;
    }

    .cnl-shell[data-dir="rtl"] .cnl-trending-row__link {
        grid-template-columns: 38px minmax(0, 1fr) 72px;
    }

    .cnl-post-grid--local {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(220px, auto);
    }

    .cnl-grid-tile__link {
        min-height: 220px;
    }

    .cnl-post-grid--local .cnl-grid-tile__content {
        inset-inline: 16px;
        bottom: 16px;
        gap: 10px;
    }

    .cnl-shell--utility {
        flex-direction: column;
        align-items: stretch;
    }

    .cnl-clock,
    .cnl-toggle {
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .cnl-post-grid--local {
        grid-template-columns: 1fr;
    }
}
