.felan-jobs-widget-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.felan-jobs-widget-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.felan-jobs-widget-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    background: #f2f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.felan-jobs-widget-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.felan-jobs-widget-icon-fallback {
    color: #9aa0a6;
    font-size: 18px;
}

.felan-jobs-widget-detail {
    flex: 1;
    min-width: 0;
}

.felan-jobs-widget-title {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.35;
}

.felan-jobs-widget-title a {
    color: inherit;
    text-decoration: none;
}

.felan-jobs-widget-title a:hover {
    text-decoration: underline;
}

.felan-jobs-widget-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 4px;
    padding: 0;
}

.felan-jobs-widget-categories li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #6b7280;
    text-decoration: none;
}

.felan-jobs-widget-categories li a:hover {
    text-decoration: underline;
}

.felan-jobs-widget-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #9aa0a6;
}
