.fl-4ca11226-container {
    display: flex;
    gap: 30px;
    font-family: var(--e-global-typography-text-font-family, sans-serif);
    color: var(--e-global-color-text, #333);
}

.fl-4ca11226-sidebar {
    width: 250px;
    flex-shrink: 0;
}

.fl-4ca11226-main {
    flex-grow: 1;
    min-width: 0;
}

.fl-4ca11226-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.fl-4ca11226-filter-group {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.fl-4ca11226-filter-title {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.fl-4ca11226-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-4ca11226-filter-list label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
}

.fl-4ca11226-reset-btn {
    width: 100%;
    padding: 10px;
    background: #eef5fb;
    border: none;
    border-radius: 4px;
    color: #0073e6;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.fl-4ca11226-header-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.fl-4ca11226-expand-all {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
}

.fl-4ca11226-item {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.fl-4ca11226-item:last-child {
    border-bottom: 1px solid #ddd;
}

.fl-4ca11226-item-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.fl-4ca11226-item-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.fl-4ca11226-item-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
}

.fl-4ca11226-item-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fl-4ca11226-item-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fl-4ca11226-tag {
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #555;
}

.fl-4ca11226-toggle-btn {
    background: none;
    border: none;
    color: #0073e6;
    cursor: pointer;
    font-size: 14px;
}

.fl-4ca11226-item-details {
    margin-top: 15px;
    padding: 15px;
    background: #fdfdfd;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fl-4ca11226-btn {
    background: #cce5ff;
    color: #004085;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .fl-4ca11226-container { flex-direction: column; }
    .fl-4ca11226-sidebar { width: 100%; }
    .fl-4ca11226-item-details { flex-direction: column; gap: 15px; }
}
