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

.sports-markets-editor-preview {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

.sports-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 32px;
}

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

.sport-section h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3d5631;
    margin-bottom: 16px;
    border-bottom: 2px solid #3d5631;
    padding-bottom: 8px;
}

.sport-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3d5631;
    margin-bottom: 12px;
}

.sport-section p {
    font-size: 16px;
    color: #465664;
    margin-bottom: 16px;
    line-height: 1.5;
}

.sport-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}

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

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

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

/* Frontend Styles */
.explain-section {
    padding: 80px 0;
    background: #fff;
}

.inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.sport-markets-and-container {
    font-size: 48px;
    font-weight: 700;
    color: #3d5631;
    margin: 0;
    line-height: 1.2;
}

.sport-markets-and-container span {
    color: #3d5631;
}

.description .of-course-before {
    font-size: 18px;
    color: #465664;
    margin-top: 16px;
    line-height: 1.6;
}

.football-odds-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.football-odds {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.football-odds:first-child {
    order: 1;
}

.football-odds:last-child {
    order: 2;
}

.content {
    flex: 1;
}

.title2 {
    margin-bottom: 20px;
}

.most-popular-football {
    font-size: 24px;
    font-weight: 600;
    color: #3d5631;
    display: block;
}

.text .of-course-before {
    font-size: 16px;
    color: #465664;
    line-height: 1.6;
    margin-bottom: 20px;
}

.frame-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.frame-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-icon-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 4px;
}

.check-icon-parent4 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    grid-column: 1 / -1;
}

.check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.match-result-wrapper .of-course-before {
    font-size: 14px;
    color: #465664;
    margin: 0;
}

figure {
    margin: 0;
    text-align: center;
}

.visual-icon {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sports-sections {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .football-odds-parent {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .sport-markets-and-container {
        font-size: 36px;
    }
    
    .frame-parent {
        grid-template-columns: 1fr;
    }
    
    .check-icon-parent4 {
        grid-column: 1;
    }
}
