.btn-copy-email {
    border: none;
    background: #e2e8f0;
    color: #0f172a;
    padding: 4px 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-copy-email:hover {
    background: #2563eb;
    color: white;
}

.editor-box {
    background: var(--bg-soft);
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    padding: 12px;
    min-height: 200px;
    color: var(--text-main);
}

.editor-box img {
    max-width: 100%;
}

.blog-item .thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-full-thumb {
    width: 100%;
    border-radius: 12px;
    max-height: 320px;
    object-fit: cover;
}

.blog-content * {
    color: var(--text-main) !important;
    line-height: 1.6;
}