.elementor-6642 .elementor-element.elementor-element-80c9519 svg path {
    stroke-dasharray: 0 !important;
}

.header_icon .icon-help,
.cfe-title-wrapper .cfe-icon,
.cfe-content-wrapper .cfe-icon{
    display: none !important;
}
.cfe-form .cfe-ai-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    min-width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
.cfe-form .cfe-content-wrapper button#cfe_content_ai_btn {
    margin-left: 10px;
}
.cfe-form .cfe-content-wrapper {
    z-index: 9;
    background: #fff;
    max-width: 950px;
    width: 100%;
    align-items: flex-start;
}

.cfe-form .cfe-content-wrapper div#toolbar-container {
    position: sticky;
    top: 140px;
    background-color: #fff;
    z-index: 9;
}
.wp-child-theme-hello-elementor-child.page-id-6616 {
    background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/05/Group-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
/* Form wrapper styles */
.cfe-form {
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
}

/* Featured image section */
.cfe-featured-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 100px;
}

.cfe-featured-icon:has(img[src]:not([src=""])) {
    width: 100px;
    height: 100px;
    align-items: center;
}

.cfe-featured-icon:has(img[src]:not([src=""])) svg {
    display: none;
}

.cfe-featured-label:has(img[src]:not([src=""])) {
    align-items: center;
}

.cfe-featured-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.cfe-featured-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cfe-featured-icon {
    color: #D33C35;
    font-size: 32px;
    margin-right: 12px;
    display: flex;
}

.cfe-featured-text {
    color: rgba(234, 33, 33, 1);
    font-size: 15px;
    font-weight: 400;
}

.cfe-featured-dim {
    color: rgba(194, 194, 194, 1);
    font-size: 13px;
}

.cfe-featured-input {
    display: none;
}

/* Title input section */
.cfe-title-wrapper {
    display: flex;
    align-items: center;
    margin-left: 100px;
    margin-bottom: 32px;
    max-width: 950px;
    width: 100%;
}

.cfe-title-wrapper .cfe-icon {
    color: #D33C35;
    font-size: 32px;
    margin-right: 20px;
}

.cfe-form .cfe-title {
    border: none;
    outline: none;
    font-size: 45px;
    font-weight: 300;
    color: rgba(204, 204, 204, 1);
    background: transparent;
    margin: 0;
    padding: 0;
    resize: none;
    overflow: hidden;
    width: 100%;
}

/* Content textarea section */
.cfe-content-wrapper {
    display: flex;
    margin-left: 100px;
}

.cfe-content-wrapper .cfe-icon {
    color: #D33C35;
    font-size: 32px;
    margin-right: 12px;
    display: flex;
    gap: 10px;
}

.cfe-form .cfe-content {
    outline: none;
    font-size: 18px;
    color: #c2c2c2;
    background: transparent;
    min-height: 46px;
    resize: vertical;
    margin: 0;
    padding: 0;
    height: auto;
}

/* Preview button */
.cfe-preview-btn {
    margin-left: 100px;
    margin-top: 50px;
    background: #D33C35;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    padding: 12px 35px;
    cursor: pointer;
    transition: background 0.2s;
}

.cfe-preview-btn:hover {
    background: #B52D29;
}

.cfe-content .ql-editor {
    min-height: 120px;
    font-size: 1.1em;
    background: transparent;
    color: #222;
}
.cfe-schedule-content label {
    display: flex;
    color: rgba(17, 17, 17, 1);
    font-size: 15px;
    margin-bottom: 15px;
}

.cfe-schedule-content input#schedule_datetime {
    border: 0;
    border-bottom: 1px solid rgba(198, 198, 198, 1);
    width: 100%;
    font-size: 17px;
    color: rgba(234, 33, 33, 1);
    padding: 0 0 10px 0;
}

.cfe-schedule-content p {
    font-size: 15px;
    color: rgba(17, 17, 17, 1);
    margin: 20px 0 30px;
}

.cfe-schedule-actions {
    display: flex;
    gap: 15px;
}

@media(max-width: 1024px) {
    .cfe-form .cfe-content-wrapper div#toolbar-container {
        top: 230px;
    }
    
    .cfe-form .cfe-content-wrapper {
        max-width: fit-content;
    }
    .cfe-title-wrapper {
        max-width: fit-content;
    }
}

@media(max-width:768px){
    .cfe-form .cfe-content-wrapper {
        margin: 0;
    }
    
    .cfe-form .cfe-content-wrapper div#toolbar-container {
        top: 190px;
    }
}

/* Responsive adjustments */
@media (max-width: 700px) {
    .cfe-title-wrapper, .cfe-content-wrapper {
        margin-left: 24px;
    }
    .cfe-title, .cfe-content {
        width: 95vw;
        font-size: 32px;
    }
    .cfe-featured-wrapper {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

/* Popup Overlay */
.cfe-modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(169, 169, 169, 0.7);
    align-content: center;
}

/* Popup Content Layout */
.cfe-modal-content {
    background: #fff;
    margin: 60px auto;
    padding: 40px;
    border-radius: 4px;
    max-width: 1148px;
    min-width: 900px;
    min-height: 670px;
    box-shadow: 0 2px 32px 0 rgba(60, 60, 60, 0.13);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cfe-modal-content h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 28px 0;
    letter-spacing: 0.5px;
}

.cfe-modal-content .close {
    position: absolute;
    top: 32px;
    right: 32px;
    color: #EA2121;
    font-size: 32px;
    font-weight: 400;
    cursor: pointer;
    z-index: 10;
}

/* Main grid for preview split columns */
.cfe-preview-body {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
}

/* LEFT COLUMN */
.cfe-preview-left {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 350px;
    max-width: 50%;
}

.preview-featured-image, #preview_image {
    width: 100%;
    height: 295px;
    background: rgba(232, 232, 232, 1);
    border-radius: 2px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

#preview_title {
    font-size: 22px;
    font-weight: 500;
    color: rgba(170, 170, 170, 1);
    border: none;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 0;
    background: transparent;
    width: 100%;
    outline: none;
    padding: 10px 0;
    border-radius: 0;
}

#preview_subtitle {
    font-size: 17px;
    color: rgba(216, 216, 216, 1);
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background: transparent;
    width: 100%;
    outline: none;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
}

/* Note under subtitle */
.preview-note {
    font-size: 15px;
    color: #222;
    margin: 40px 0 0 0;
    line-height: 1.5;
    width: 100%;
    font-weight: 450;
}

.preview-note strong {
    color: #EA2121;
    font-weight: 400;
    margin-right: 4px;
}

/* RIGHT COLUMN */
.cfe-preview-right {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 300px;
    max-width: 420px;
    margin-top: 0;
}

.preview-meta {
    font-size: 20px;
    color: #b0b0b0;
    margin: 0;
    margin-bottom: 20px;
}

.preview-meta strong {
    color: #888;
    font-weight: 400;
}

.preview-meta span {
    color: #111;
    font-weight: 600;
}

.topic-help {
    font-size: 15px;
    margin-bottom: 16px;
    color: #222;
}

#preview_topics {
    font-size: 15px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    padding: 20px;
    color: #888;
    outline: none;
    margin: 0;
    box-shadow: 0px 10px 30px 0px rgba(185, 185, 185, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.1);
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 40px;
}

/* Actions */
.preview-actions {
    display: flex;
    gap: 18px;
    margin-top: 12px;
}

.publish-now {
    background: #D33C35;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 17px;
    padding: 0 20px;
    cursor: pointer;
    transition: background 0.2s;
    outline: none;
    height: 36px;
}

.publish-now:hover {
    background: #b22e28;
}

.schedule-later {
    background: #fff;
    color: #b0b0b0;
    border: 2px solid #e0e0e0;
    border-radius: 40px;
    font-size: 17px;
    padding: 0 13px;
    cursor: pointer;
    outline: none;
    height: 36px;
}

.schedule-later:hover {
    background: #f9f9f9;
}

/* Responsive */
@media (max-width: 1200px) {
    .cfe-modal-content {
        min-width: 98vw;
        max-width: 99vw;
        padding: 24px 12px;
    }
    .cfe-preview-body {
        gap: 24px;
    }
}
@media (max-width: 1024px) {
    .cfe-modal-content {
        max-width: 93vw;
        box-sizing: border-box;
        min-width: 93vw;
    }
    .cfe-modal-content .close{
        top: 20px;
        right: 12px;
        display: flex;
    }
}
@media (max-width: 900px) {
    .cfe-preview-body {
        flex-direction: column;
        gap: 12px;
    }
    .cfe-preview-left, .cfe-preview-right {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
}
@media(max-width:500px){
    .cfe-form .cfe-title{
        width: 100%;
    }
    .cfe-title-wrapper {
        margin: 0;
        margin-bottom: 30px;
    }
    
    .cfe-content-wrapper {
        margin: 0;
    }
    
    .cfe-preview-btn {
        margin-left: 0;
    }
    
    .cfe-form .cfe-content {
        width: auto;
    }
    .cfe-title-wrapper {
        max-width: fit-content;
    }
    
    
    .cfe-form .cfe-content-wrapper,
    .cfe-title-wrapper {
        display: grid;
        grid-template-columns: 1fr auto;
    }
    
    .cfe-form .cfe-content-wrapper button#cfe_content_ai_btn,
    .cfe-form button#cfe_title_ai_btn {
        margin: 0;
        margin-top: 20px;
        margin-left: auto;
        grid-column: 1/3;
    }
    
    .cfe-form .cfe-title {
        font-size: 40px;
    }
}