/* Block Editor Styles */
.block-editor-how-odds-work {
    border: 2px dashed #ddd;
    padding: 20px;
    background: #f9f9f9;
}

.how-odds-work-editor-preview {
    max-width: 800px;
    margin: 0 auto;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #3d5631;
    margin-bottom: 24px;
    text-align: center;
}

.content-editor {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    min-height: 200px;
}

.content-area {
    font-size: 16px;
    color: #465664;
    line-height: 1.6;
}

/* Frontend Styles */
.work-betting-odds-section {
    margin: 40px 0;
}

.work-betting-odds-section .wp-block-column {
    padding: 40px 20px;
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.work-betting-odds-section .wp-block-group {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.work-betting-odds-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #3d5631;
    margin-bottom: 24px;
    text-align: center;
}

.work-betting-odds-section h2 span {
    color: #3d5631;
    font-weight: 700;
}

.work-betting-odds-section p {
    font-size: 18px;
    color: #465664;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.work-betting-odds-section p:last-child {
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .work-betting-odds-section .wp-block-column {
        padding: 30px 15px;
    }
    
    .work-betting-odds-section h2 {
        font-size: 28px;
    }
    
    .work-betting-odds-section p {
        font-size: 16px;
    }
}
