.fscew-elementor-widget {
    --fscew-list-separator-color: #e5e7eb;
    --fscew-list-separator-width: 1px;
    margin: 0;
}

.fscew-search {
    margin-bottom: 12px;
}

.fscew-search-input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
}

.fscew-empty {
    padding: 14px 0;
    color: #646970;
}

.fscew-items {
    margin: 0;
}

.fscew-item-card {
    display: block;
}

.fscew-item-card .fscew-item-title {
    margin: 0 0 6px;
    font-size: 1.1rem;
    line-height: 1.35;
}

.fscew-item-meta p {
    margin: 0 0 4px;
}

.fscew-item-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fscew-item-details {
    margin-top: 10px;
    line-height: 1.4;
}

