.lps-container-9f5341a6 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.lps-left {
    flex: 1 1 50%;
    min-width: 300px;
}
.lps-right {
    flex: 1 1 40%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.lps-post {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lps-post-small {
    display: flex !important;
    flex-direction: row !important;
    align-items: center; 
    gap: 20px;
}
.lps-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3; 
    border-radius: 25px; 
}
.lps-post-small .lps-thumb-small {
    flex: 0 0 120px;
    height: 120px;
}
.lps-post-small .lps-thumb-small img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 25px;
}
.lps-post-small-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1; /* allow text to take remaining space */
}

.lps-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #666;
}
.lps-category {
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
    color: #333;
    background-color: #f7e9d5; 
}
.lps-title {
    margin: 0;
    font-size: 32px; 
    font-weight: 400; 
    line-height: 1.2;
}
.lps-post-small .lps-title {
    font-size: 20px;
    font-weight: 400;
}
.lps-title a {
    color: inherit;
    text-decoration: none;
}
.lps-excerpt {
    font-size: 16px;
    color: #666; 
    line-height: 1.5;
}
.lps-no-posts {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    text-align: center;
    border-radius: 4px;
}
.elementor-editor-preview {
    padding: 20px;
    background: #f1f1f1;
    text-align: center;
}