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

.why-odds-editor-preview {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

.feature-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    object-fit: contain;
}

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

.feature-description {
    font-size: 16px;
    color: #465664;
    line-height: 1.5;
}

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

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

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

.title {
    flex: 1;
    min-width: 300px;
}

.why-oddsonline {
    font-size: 48px;
    font-weight: 700;
    color: #3d5631;
    margin: 0;
    line-height: 1.2;
}

.why-oddsonline b {
    font-weight: 700;
}

.oddsonline-is-an {
    font-size: 18px;
    color: #465664;
    margin-top: 16px;
    line-height: 1.6;
}

.buttons-links {
    flex-shrink: 0;
}

.button {
    display: inline-block;
}

.button a {
    display: inline-block;
    padding: 12px 24px;
    background: #3d5631;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.button a:hover {
    background: #2a3d22;
}

.frame-parent {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.icon-container-parent {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-container-parent figure {
    margin: 0 0 20px 0;
}

.verified-icon, .bonus-icon, .compare-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.title2 {
    text-align: center;
}

.licensed-verified {
    font-size: 20px;
    font-weight: 600;
    color: #3d5631;
    display: block;
    margin-bottom: 12px;
}

.we-review-only {
    font-size: 16px;
    color: #465664;
    line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .title-parent {
        flex-direction: column;
        text-align: center;
    }
    
    .why-oddsonline {
        font-size: 36px;
    }
    
    .frame-parent {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .icon-container-parent {
        max-width: 300px;
        margin: 0 auto;
    }
}
