.bs-ef04198d-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.bs-ef04198d-main {
    flex: 1 1 70%;
}
.bs-ef04198d-sidebar {
    flex: 1 1 30%;
    background-color: #f7f9fc;
    padding: 20px;
    border-radius: 8px;
}
/* Ensure 2 columns */
.bs-ef04198d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.bs-ef04198d-post {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
}
.bs-ef04198d-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}
.bs-ef04198d-post-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
}
.bs-ef04198d-post-title a {
    text-decoration: none;
    color: inherit;
}
.bs-ef04198d-excerpt {
    font-size: 0.9rem;
    color: #555;
}
.bs-ef04198d-sidebar-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
.bs-ef04198d-widget-section {
    margin-bottom: 20px;
}
.bs-ef04198d-widget-section h5 {
    margin: 0 0 10px;
    font-size: 1rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.bs-ef04198d-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bs-ef04198d-sidebar-list li {
    margin-bottom: 10px;
}
.bs-ef04198d-sidebar-list a {
    text-decoration: none;
    color: #333;
}
.bs-ef04198d-socials {
    display: flex;
    gap: 10px;
}
.bs-ef04198d-widget-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bs-ef04198d-widget-section ul li {
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .bs-ef04198d-wrapper {
        flex-direction: column;
    }
    .bs-ef04198d-sidebar {
        width: 100%;
    }
    .bs-ef04198d-grid {
        grid-template-columns: 1fr;
    }
}