/* Blog post content styles for idgod.com.ph */
.s-blog-post .blog-post-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.s-blog-post .blog-post-content h2 {
    color: #1a2a6c;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #eaeaea;
}

.s-blog-post .blog-post-content h3 {
    color: #2a3a7c;
    margin: 1.5rem 0 0.5rem;
}

.s-blog-post .blog-post-content p {
    margin-bottom: 1rem;
}

.s-blog-post .blog-post-content ul,
.s-blog-post .blog-post-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.s-blog-post .blog-post-content li {
    margin-bottom: 0.5rem;
}

.s-blog-post .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.s-blog-post .content {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 2.5rem;
    margin-bottom: 2rem;
}

.s-blog-post .highlight-box {
    background: #f0f5ff;
    border-left: 4px solid #1a2a6c;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 5px 5px 0;
}

.s-blog-post .state-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #2a3a7c;
}

.s-blog-post .state-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.s-blog-post .success-rate {
    background: #1a2a6c;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-weight: bold;
}

.s-blog-post .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.s-blog-post .feature-card {
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.s-blog-post .feature-card h4 {
    color: #1a2a6c;
    margin-bottom: 0.5rem;
}

.s-blog-post .blog-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.s-blog-post .blog-post-content th,
.s-blog-post .blog-post-content td {
    padding: 0.8rem;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

.s-blog-post .blog-post-content th {
    background: #f0f5ff;
    color: #1a2a6c;
    font-weight: bold;
}

.s-blog-post .blog-post-content tr:hover {
    background: #f8f9fa;
}

.s-blog-post .cta-section {
    background: #f0f5ff;
    color: white;
    padding: 3rem;
    border-radius: 10px;
    text-align: center;
    margin: 3rem 0;
}

.s-blog-post .cta-section h2 {
    border: none;
}

.s-blog-post .disclaimer {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 2rem;
    text-align: center;
}

.s-blog-post .emphasized {
    font-weight: 600;
    color: #1a2a6c;
}

@media (max-width: 768px) {
    .s-blog-post .content {
        padding: 1.5rem;
    }
    .s-blog-post .state-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .s-blog-post .success-rate {
        margin-top: 0.5rem;
    }
    .s-blog-post .features-grid {
        grid-template-columns: 1fr;
    }
    .s-blog-post .cta-section {
        padding: 2rem 1.5rem;
    }
    .s-blog-post .crossfit-item p {
        color: var(--navy) !important;
    }
}
