/* Classic Editor Enhanced - Frontend Styles */
.cee-enhanced-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.cee-content-nav {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.cee-nav-prev,
.cee-nav-next {
    padding: 8px 16px;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.cee-nav-prev:hover,
.cee-nav-next:hover {
    background: #135e96;
}

.cee-info-box {
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #2271b1;
    margin: 10px 0;
}