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

.what-odds-mean-editor-preview {
    max-width: 900px;
    margin: 0 auto;
}

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

.section-description {
    font-size: 16px;
    color: #465664;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.6;
}

.content-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 24px;
}

.content-section {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.subsection-title {
    font-size: 20px;
    font-weight: 600;
    color: #3d5631;
    margin-bottom: 12px;
}

.examples-list {
    margin-top: 16px;
}

.examples-list h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3d5631;
    margin-bottom: 12px;
}

.example-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 4px;
}

.bullet {
    color: #3d5631;
    font-weight: bold;
    margin-right: 8px;
    font-size: 14px;
}

.example-content {
    margin-top: 16px;
}

/* Frontend Styles */
.tw-cols-card.tw-cols-card-shadow {
    margin: 40px 0;
    padding: 40px 20px;
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tw-cols-card .wp-block-column {
    max-width: 900px;
    margin: 0 auto;
}

.tw-cols-card h2 {
    font-size: 36px;
    font-weight: 700;
    color: #3d5631;
    margin-bottom: 20px;
    text-align: center;
}

.tw-cols-card p {
    font-size: 18px;
    color: #465664;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tw-cols-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3d5631;
    margin-bottom: 16px;
    margin-top: 32px;
}

.tw-cols-card h3:first-of-type {
    margin-top: 24px;
}

.tw-cols-card ul {
    margin: 20px 0;
    padding-left: 20px;
}

.tw-cols-card li {
    font-size: 16px;
    color: #465664;
    line-height: 1.6;
    margin-bottom: 8px;
}

.tw-cols-card ul.wp-block-list {
    list-style-type: none;
    padding-left: 0;
}

.tw-cols-card ul.wp-block-list li {
    padding: 8px 12px;
    background: #fff;
    border-radius: 4px;
    border-left: 4px solid #3d5631;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .tw-cols-card.tw-cols-card-shadow {
        padding: 30px 15px;
        margin: 30px 0;
    }
    
    .tw-cols-card h2 {
        font-size: 28px;
    }
    
    .tw-cols-card h3 {
        font-size: 20px;
    }
    
    .tw-cols-card p {
        font-size: 16px;
    }
    
    .content-sections {
        gap: 20px;
    }
    
    .content-section {
        padding: 16px;
    }
    
    .subsection-title {
        font-size: 18px;
    }
}
