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

.how-read-odds-editor-preview {
    max-width: 1000px;
    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;
}

.odds-types-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.odds-type-item {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.odds-type-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #3d5631;
}

.odds-type-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #3d5631;
    margin: 0 0 8px 0;
}

.key-fact-display {
    font-size: 20px;
    font-weight: 700;
    color: #3d5631;
}

.key-fact-display b {
    background: #f0f4ec;
    padding: 4px 8px;
    border-radius: 4px;
}

.odds-type-content {
    font-size: 14px;
    color: #465664;
}

.content-preview {
    line-height: 1.4;
    color: #666;
    font-style: italic;
}

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

.read-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);
}

.read-betting-odds-section .wp-block-group {
    max-width: 1000px;
    margin: 0 auto;
}

.title-section {
    text-align: center;
    margin-bottom: 40px;
}

.title-section .sport-markets-and-container {
    font-size: 36px;
    font-weight: 700;
    color: #3d5631;
    margin-bottom: 16px;
    line-height: 1.2;
}

.title-section p {
    font-size: 18px;
    color: #465664;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.frame-parent6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.frame-parent7 {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.title-parent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 20px;
}

.title-parent h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3d5631;
    margin: 0;
    flex: 1;
    line-height: 1.3;
}

.key-fact {
    flex-shrink: 0;
    margin-left: 20px;
}

.key-fact .b {
    font-size: 24px;
    font-weight: 700;
    color: #3d5631;
    background: #f0f4ec;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid #3d5631;
}

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

.description3 p {
    margin-bottom: 16px;
}

.description3 p:last-child {
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .frame-parent6 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .title-parent {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .title-parent h3 {
        font-size: 20px;
    }
    
    .key-fact .b {
        font-size: 20px;
        padding: 6px 12px;
    }
    
    .frame-parent7 {
        padding: 20px;
    }
    
    .title-section .sport-markets-and-container {
        font-size: 28px;
    }
    
    .odds-types-list {
        grid-template-columns: 1fr;
    }
}
