body.admin-dashboard-page .cms-content-storage-v2934 {
    display: none !important;
}

/* 3alTrack v2934: editorial article images and visual subtitle editor */

body.admin-dashboard-page .cms-content-editor-v2934 {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(6, 10, 19, .72);
}

body.admin-dashboard-page .cms-content-toolbar-v2934 {
    min-height: 64px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.admin-dashboard-page .cms-content-toolbar-v2934 > strong {
    color: #f8fafc;
    font-size: 14px;
    font-weight: 900;
}

body.admin-dashboard-page .cms-content-format-v2934 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

body.admin-dashboard-page .cms-content-format-v2934 button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    color: #f8fafc;
    font-family: Cairo, sans-serif;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

body.admin-dashboard-page .cms-content-format-v2934 button:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 75, 75, .48);
    background: rgba(255, 75, 75, .12);
}

body.admin-dashboard-page .cms-subtitle-color-v2934 {
    min-height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
}

body.admin-dashboard-page .cms-subtitle-color-v2934 span {
    color: #dbe5f5;
    font-size: 11px;
    font-weight: 800;
}

body.admin-dashboard-page .cms-subtitle-color-v2934 input {
    width: 28px;
    height: 28px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
}

body.admin-dashboard-page .cms-rich-editor-v2934 {
    min-height: 330px;
    padding: 22px;
    outline: 0;
    color: #f8fafc;
    font-family: Cairo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    caret-color: #ff4b4b;
}

body.admin-dashboard-page .cms-rich-editor-v2934:empty::before {
    content: attr(data-placeholder);
    color: #6f7c91;
    pointer-events: none;
}

body.admin-dashboard-page .cms-rich-editor-v2934 p,
body.admin-dashboard-page .cms-rich-editor-v2934 div {
    margin: 0 0 14px;
}

body.admin-dashboard-page .cms-rich-editor-v2934 h2[data-article-subtitle="true"] {
    margin: 24px 0 14px;
    padding-right: 12px;
    border-right: 4px solid currentColor;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.55;
}

body.admin-dashboard-page .cms-content-editor-v2934:focus-within {
    border-color: rgba(255, 75, 75, .45);
    box-shadow: 0 0 0 3px rgba(255, 75, 75, .08);
}

body.admin-dashboard-page .cms-upload-box-copy-v2910 small,
body.admin-dashboard-page .cms-gallery-drop-copy-v2910 small,
body.admin-dashboard-page .cms-keywords-field-v2913 small {
    display: none !important;
}

html[data-theme="light"] body.admin-dashboard-page .cms-content-editor-v2934,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-content-editor-v2934 {
    border-color: rgba(15, 23, 42, .12);
    background: #fff;
}

html[data-theme="light"] body.admin-dashboard-page .cms-content-toolbar-v2934,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-content-toolbar-v2934 {
    border-bottom-color: rgba(15, 23, 42, .1);
}

html[data-theme="light"] body.admin-dashboard-page .cms-content-toolbar-v2934 > strong,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-content-toolbar-v2934 > strong,
html[data-theme="light"] body.admin-dashboard-page .cms-rich-editor-v2934,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-rich-editor-v2934 {
    color: #111827;
}

html[data-theme="light"] body.admin-dashboard-page .cms-content-format-v2934 button,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-content-format-v2934 button,
html[data-theme="light"] body.admin-dashboard-page .cms-subtitle-color-v2934,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-subtitle-color-v2934 {
    border-color: rgba(15, 23, 42, .12);
    background: #f8fafc;
    color: #172033;
}

html[data-theme="light"] body.admin-dashboard-page .cms-subtitle-color-v2934 span,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-subtitle-color-v2934 span {
    color: #475569;
}

body.article-pro-page .article-subtitle-v2934 {
    margin: 38px 0 18px !important;
    padding: 2px 16px 4px 0;
    border-right: 5px solid var(--article-subtitle-color, #ff3131);
    color: var(--article-subtitle-color, #ff3131) !important;
    font-size: clamp(22px, 2.4vw, 31px) !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
    letter-spacing: -.01em;
}

body.article-pro-page .article-inline-gallery-v2910.article-editorial-gallery-v2934 {
    margin: 34px 0 40px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-grid-v2910 {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
}

body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910 {
    grid-column: span 6;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09) !important;
    border-radius: 20px !important;
    background: #080d16 !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
    cursor: zoom-in;
}

body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910 img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    transition: transform .45s cubic-bezier(.2, .75, .25, 1), filter .35s ease !important;
}

body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910:hover img {
    transform: scale(1.045) !important;
    filter: saturate(1.04) contrast(1.02);
}

body.article-pro-page .article-editorial-gallery-v2934.count-1 .article-inline-gallery-item-v2910 {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9 !important;
}

body.article-pro-page .article-editorial-gallery-v2934.count-3 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-5 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-6 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-7 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-8 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-9 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-10 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-11 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-12 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-13 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-14 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-15 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-16 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-17 .article-inline-gallery-grid-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-18 .article-inline-gallery-grid-v2910 {
    grid-auto-rows: 150px;
}

body.article-pro-page .article-editorial-gallery-v2934.count-3 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-5 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-6 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-7 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-8 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-9 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-10 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-11 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-12 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-13 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-14 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-15 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-16 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-17 .article-inline-gallery-item-v2910,
body.article-pro-page .article-editorial-gallery-v2934.count-18 .article-inline-gallery-item-v2910 {
    grid-column: span 4;
    height: 100%;
    aspect-ratio: auto !important;
}

body.article-pro-page .article-editorial-gallery-v2934.count-3 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-5 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-6 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-7 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-8 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-9 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-10 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-11 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-12 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-13 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-14 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-15 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-16 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-17 .article-inline-gallery-item-v2910:first-child,
body.article-pro-page .article-editorial-gallery-v2934.count-18 .article-inline-gallery-item-v2910:first-child {
    grid-column: span 8;
    grid-row: span 2;
}

html[data-theme="light"] body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910,
html[data-visual-theme="light"] body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910 {
    border-color: rgba(15, 23, 42, .1) !important;
    background: #f8fafc !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .12);
}

@media (max-width: 760px) {
    body.admin-dashboard-page .cms-content-toolbar-v2934 {
        align-items: flex-start;
        flex-direction: column;
    }

    body.admin-dashboard-page .cms-content-format-v2934 {
        width: 100%;
    }

    body.admin-dashboard-page .cms-content-format-v2934 button {
        flex: 1;
    }

    body.admin-dashboard-page .cms-rich-editor-v2934 {
        min-height: 280px;
        padding: 18px;
        font-size: 15px;
    }

    body.article-pro-page .article-subtitle-v2934 {
        margin: 30px 0 14px !important;
        padding-right: 12px;
        border-right-width: 4px;
        font-size: 22px !important;
    }

    body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-grid-v2910 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: auto !important;
        gap: 8px !important;
    }

    body.article-pro-page .article-editorial-gallery-v2934 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-3 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-5 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-6 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-7 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-8 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-9 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-10 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-11 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-12 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-13 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-14 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-15 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-16 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-17 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-18 .article-inline-gallery-item-v2910 {
        grid-column: span 1;
        grid-row: auto;
        height: auto;
        aspect-ratio: 4 / 5 !important;
        border-radius: 14px !important;
    }

    body.article-pro-page .article-editorial-gallery-v2934.count-1 .article-inline-gallery-item-v2910,
    body.article-pro-page .article-editorial-gallery-v2934.count-3 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-5 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-6 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-7 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-8 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-9 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-10 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-11 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-12 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-13 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-14 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-15 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-16 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-17 .article-inline-gallery-item-v2910:first-child,
    body.article-pro-page .article-editorial-gallery-v2934.count-18 .article-inline-gallery-item-v2910:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 4 / 3 !important;
    }
}

/* v2935: ordered article block editor */
body.admin-dashboard-page .cms-insert-image-v2935 {
    border-color: rgba(255, 75, 75, .38) !important;
    background: rgba(255, 75, 75, .12) !important;
}

body.admin-dashboard-page .cms-inline-media-block-v2935 {
    position: relative;
    margin: 24px 0;
    padding: 44px 12px 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
    outline: none;
}

body.admin-dashboard-page .cms-inline-media-block-v2935:focus {
    border-color: rgba(255, 75, 75, .58);
    box-shadow: 0 0 0 3px rgba(255, 75, 75, .1), 0 16px 34px rgba(0, 0, 0, .16);
}

body.admin-dashboard-page .cms-inline-media-block-v2935 div,
body.admin-dashboard-page .cms-inline-media-block-v2935 figure {
    margin: 0;
}

body.admin-dashboard-page .cms-inline-media-controls-v2935 {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 6px;
}

body.admin-dashboard-page .cms-inline-media-controls-v2935 button,
body.admin-dashboard-page .cms-inline-media-grid-v2935 figure > button {
    width: 28px;
    height: 28px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(4, 8, 16, .82);
    color: #fff;
    font: 900 15px/1 Cairo, sans-serif;
    cursor: pointer;
}

body.admin-dashboard-page .cms-inline-media-controls-v2935 button:hover,
body.admin-dashboard-page .cms-inline-media-grid-v2935 figure > button:hover {
    border-color: rgba(255, 75, 75, .62);
    background: rgba(190, 24, 36, .92);
}

body.admin-dashboard-page .cms-inline-media-grid-v2935 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.admin-dashboard-page .cms-inline-media-grid-v2935.count-1 {
    grid-template-columns: minmax(0, 1fr);
}

body.admin-dashboard-page .cms-inline-media-grid-v2935 figure {
    position: relative;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    background: #080d16;
}

body.admin-dashboard-page .cms-inline-media-grid-v2935.count-1 figure {
    aspect-ratio: 16 / 9;
}

body.admin-dashboard-page .cms-inline-media-grid-v2935 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.admin-dashboard-page .cms-inline-media-grid-v2935 figure > button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    border-color: rgba(255, 255, 255, .22);
    background: rgba(4, 8, 16, .76);
    backdrop-filter: blur(8px);
}

html[data-theme="light"] body.admin-dashboard-page .cms-inline-media-block-v2935,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-inline-media-block-v2935 {
    border-color: rgba(15, 23, 42, .12);
    background: linear-gradient(145deg, #f8fafc, #fff);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .09);
}

@media (max-width: 760px) {
    body.admin-dashboard-page .cms-inline-media-block-v2935 {
        margin: 18px 0;
        padding: 42px 8px 8px;
        border-radius: 15px;
    }

    body.admin-dashboard-page .cms-inline-media-grid-v2935 {
        gap: 7px;
    }

    body.admin-dashboard-page .cms-inline-media-grid-v2935 figure {
        border-radius: 11px;
        aspect-ratio: 4 / 5;
    }

    body.admin-dashboard-page .cms-inline-media-grid-v2935.count-1 figure {
        aspect-ratio: 4 / 3;
    }
}


/* v2939: contained article layout, premium media and non-destructive crop controls */
body.admin-dashboard-page .cms-rich-editor-v2934,
body.admin-dashboard-page .cms-rich-editor-v2934 > *,
body.article-pro-page .article-pro-content-v187,
body.article-pro-page .article-body-pro,
body.article-pro-page .article-body-pro > * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

body.admin-dashboard-page .cms-rich-editor-v2934,
body.admin-dashboard-page .cms-rich-editor-v2934 p,
body.admin-dashboard-page .cms-rich-editor-v2934 h2,
body.article-pro-page .article-body-pro,
body.article-pro-page .article-body-pro p,
body.article-pro-page .article-body-pro h2,
body.article-pro-page .article-body-pro blockquote,
body.article-pro-page .article-body-pro li,
body.article-pro-page .article-body-pro a {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

body.article-pro-page .article-shell-v187,
body.article-pro-page .article-pro-content-v187,
body.article-pro-page .article-body-pro {
    width: 100%;
}

body.article-pro-page .article-pro-content-v187,
body.article-pro-page .article-body-pro {
    overflow: hidden;
}

body.article-pro-page .article-body-pro img,
body.article-pro-page .article-body-pro video,
body.article-pro-page .article-body-pro iframe,
body.article-pro-page .article-body-pro table {
    max-width: 100%;
}

body.admin-dashboard-page .cms-inline-media-image-shell-v2939 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.admin-dashboard-page .cms-inline-media-grid-v2935 img,
body.article-pro-page .article-premium-gallery-v2939 .article-inline-gallery-item-v2910 img {
    object-position: var(--cms-crop-x, var(--article-crop-x, 50%)) var(--cms-crop-y, var(--article-crop-y, 50%)) !important;
    transform: scale(var(--cms-crop-zoom, var(--article-crop-zoom, 1))) !important;
    transform-origin: var(--cms-crop-x, var(--article-crop-x, 50%)) var(--cms-crop-y, var(--article-crop-y, 50%)) !important;
}

body.admin-dashboard-page .cms-inline-media-image-actions-v2939 {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    display: flex;
    gap: 6px;
}

body.admin-dashboard-page .cms-inline-media-grid-v2935 figure > .cms-inline-media-image-actions-v2939 > button {
    position: static;
    width: auto;
    min-width: 30px;
    padding: 0 9px;
}

body.admin-dashboard-page .cms-inline-media-image-actions-v2939 .crop {
    border-color: rgba(255, 255, 255, .3) !important;
    background: rgba(10, 18, 32, .84) !important;
    font-size: 11px !important;
}

body.cms-crop-open-v2939 {
    overflow: hidden;
}

.cms-crop-modal-v2939 {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    place-items: center;
    padding: 20px;
    background: rgba(2, 6, 14, .82);
    backdrop-filter: blur(14px);
}

.cms-crop-modal-v2939.active {
    display: grid;
}

.cms-crop-dialog-v2939 {
    width: min(760px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    background: linear-gradient(160deg, #111a29, #080d16 70%);
    box-shadow: 0 32px 100px rgba(0, 0, 0, .52);
}

.cms-crop-head-v2939,
.cms-crop-actions-v2939 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
}

.cms-crop-head-v2939 {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.cms-crop-head-v2939 strong {
    color: #fff;
    font: 900 16px/1.4 Cairo, sans-serif;
}

.cms-crop-head-v2939 button,
.cms-crop-actions-v2939 button {
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 11px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font: 900 12px/1 Cairo, sans-serif;
    cursor: pointer;
}

.cms-crop-head-v2939 button {
    width: 38px;
    padding: 0;
    font-size: 20px;
}

.cms-crop-actions-v2939 {
    justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.cms-crop-actions-v2939 .primary {
    border-color: transparent;
    background: linear-gradient(135deg, #ff3131, #ff7a18);
    box-shadow: 0 12px 28px rgba(255, 49, 49, .24);
}

.cms-crop-stage-v2939 {
    position: relative;
    width: calc(100% - 36px);
    aspect-ratio: 16 / 9;
    margin: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: #030711;
    cursor: crosshair;
}

.cms-crop-stage-v2939::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: inset 0 0 60px rgba(0, 0, 0, .28);
}

.cms-crop-stage-v2939 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: var(--cms-crop-x, 50%) var(--cms-crop-y, 50%);
    transform: scale(var(--cms-crop-zoom, 1));
    transform-origin: var(--cms-crop-x, 50%) var(--cms-crop-y, 50%);
    user-select: none;
    pointer-events: none;
}

.cms-crop-focus-v2939 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 0 0 999px rgba(0, 0, 0, .08);
}

.cms-crop-focus-v2939::before,
.cms-crop-focus-v2939::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .85);
}

.cms-crop-focus-v2939::before {
    top: 50%;
    left: -9px;
    right: -9px;
    height: 1px;
}

.cms-crop-focus-v2939::after {
    left: 50%;
    top: -9px;
    bottom: -9px;
    width: 1px;
}

.cms-crop-controls-v2939 {
    padding: 0 18px 18px;
    display: grid;
    gap: 12px;
}

.cms-crop-controls-v2939 label {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.cms-crop-controls-v2939 span {
    color: #dbe5f5;
    font: 800 12px/1 Cairo, sans-serif;
}

.cms-crop-controls-v2939 input[type="range"] {
    width: 100%;
    accent-color: #ff4b4b;
}

body.article-pro-page .article-premium-gallery-v2939 {
    width: 100%;
    max-width: 100%;
    margin: 34px 0 38px !important;
    padding: 10px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09) !important;
    border-radius: 26px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)) !important;
    box-shadow: 0 24px 68px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

body.article-pro-page .article-premium-gallery-v2939 .article-inline-gallery-grid-v2910 {
    width: 100%;
    min-width: 0;
    gap: 10px !important;
}

body.article-pro-page .article-premium-gallery-v2939 .article-inline-gallery-item-v2910 {
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    isolation: isolate;
}

body.article-pro-page .article-premium-gallery-v2939 .article-inline-gallery-item-v2910::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 28%, rgba(0, 0, 0, .1));
}

body.article-pro-page .article-premium-gallery-v2939 .article-inline-gallery-item-v2910:hover img {
    filter: saturate(1.05) contrast(1.025) brightness(1.02) !important;
}

html[data-theme="light"] body.article-pro-page .article-premium-gallery-v2939,
html[data-visual-theme="light"] body.article-pro-page .article-premium-gallery-v2939 {
    border-color: rgba(15, 23, 42, .1) !important;
    background: linear-gradient(145deg, #fff, #f5f8fd) !important;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12) !important;
}

html[data-theme="light"] .cms-crop-dialog-v2939,
html[data-visual-theme="light"] .cms-crop-dialog-v2939 {
    border-color: rgba(15, 23, 42, .14);
    background: linear-gradient(160deg, #fff, #eef3fa);
}

html[data-theme="light"] .cms-crop-head-v2939 strong,
html[data-visual-theme="light"] .cms-crop-head-v2939 strong,
html[data-theme="light"] .cms-crop-controls-v2939 span,
html[data-visual-theme="light"] .cms-crop-controls-v2939 span {
    color: #111827;
}

html[data-theme="light"] .cms-crop-head-v2939 button,
html[data-visual-theme="light"] .cms-crop-head-v2939 button,
html[data-theme="light"] .cms-crop-actions-v2939 button,
html[data-visual-theme="light"] .cms-crop-actions-v2939 button {
    border-color: rgba(15, 23, 42, .14);
    background: #eef3fa;
    color: #111827;
}

html[data-theme="light"] .cms-crop-actions-v2939 .primary,
html[data-visual-theme="light"] .cms-crop-actions-v2939 .primary {
    color: #fff;
    background: linear-gradient(135deg, #ff3131, #ff7a18);
}

@media (max-width: 760px) {
    .cms-crop-modal-v2939 {
        padding: 8px;
    }

    .cms-crop-dialog-v2939 {
        max-height: calc(100vh - 16px);
        border-radius: 18px;
    }

    .cms-crop-stage-v2939 {
        width: calc(100% - 24px);
        margin: 12px;
        border-radius: 14px;
    }

    .cms-crop-controls-v2939 {
        padding: 0 12px 12px;
    }

    body.article-pro-page .article-premium-gallery-v2939 {
        margin: 26px 0 30px !important;
        padding: 6px !important;
        border-radius: 18px !important;
    }

    body.article-pro-page .article-premium-gallery-v2939 .article-inline-gallery-item-v2910 {
        border-radius: 13px !important;
    }
}


body.admin-dashboard-page .cms-image-preview.has-image {
    position: relative;
    overflow: hidden;
}

body.admin-dashboard-page .cms-main-image-preview-frame-v2939 {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: inherit;
}

body.admin-dashboard-page .cms-main-image-preview-frame-v2939 img,
body.article-pro-page .article-main-image-frame-v2939 .article-main-image {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: var(--cms-crop-x, var(--article-crop-x, 50%)) var(--cms-crop-y, var(--article-crop-y, 50%)) !important;
    transform: scale(var(--cms-crop-zoom, var(--article-crop-zoom, 1))) !important;
    transform-origin: var(--cms-crop-x, var(--article-crop-x, 50%)) var(--cms-crop-y, var(--article-crop-y, 50%)) !important;
}

body.admin-dashboard-page .cms-main-image-crop-v2939 {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    background: rgba(5, 10, 20, .8);
    color: #fff;
    font: 900 12px/1 Cairo, sans-serif;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

body.article-pro-page .article-main-image-frame-v2939 {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 26px;
    background: #070c14;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}

body.article-pro-page .article-main-image-frame-v2939 .article-main-image {
    margin: 0 !important;
    max-height: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.article-pro-page .article-shell-v187 > *,
body.article-pro-page .article-pro-content-v187 > * {
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 760px) {
    body.article-pro-page .article-main-image-frame-v2939 {
        border-radius: 18px;
    }
}

/* v3.12.0: subtitle color is editorial data, never a theme color. */
html body.article-pro-page .article-body-pro h2.article-subtitle-v2934 {
    color: var(--article-subtitle-color, #ff3131) !important;
    border-right-color: var(--article-subtitle-color, #ff3131) !important;
}

html[data-theme="light"] body.article-pro-page .article-body-pro h2.article-subtitle-v2934,
html[data-visual-theme="light"] body.article-pro-page .article-body-pro h2.article-subtitle-v2934 {
    color: var(--article-subtitle-color, #ff3131) !important;
    border-right-color: var(--article-subtitle-color, #ff3131) !important;
    text-shadow: none !important;
}

body.admin-dashboard-page .cms-subtitle-palette-v3120 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 5px 7px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
}

body.admin-dashboard-page .cms-subtitle-palette-v3120 button {
    width: 22px;
    height: 22px;
    min-width: 22px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 7px;
    background: var(--subtitle-swatch);
    box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.admin-dashboard-page .cms-subtitle-palette-v3120 button:hover,
body.admin-dashboard-page .cms-subtitle-palette-v3120 button.is-active {
    transform: translateY(-1px) scale(1.06);
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(255,255,255,.13);
}

html[data-theme="light"] body.admin-dashboard-page .cms-subtitle-palette-v3120,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-subtitle-palette-v3120 {
    border-color: rgba(15,23,42,.12);
    background: #f8fafc;
}

html[data-theme="light"] body.admin-dashboard-page .cms-subtitle-palette-v3120 button:hover,
html[data-theme="light"] body.admin-dashboard-page .cms-subtitle-palette-v3120 button.is-active,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-subtitle-palette-v3120 button:hover,
html[data-visual-theme="light"] body.admin-dashboard-page .cms-subtitle-palette-v3120 button.is-active {
    border-color: #0f172a;
}
