.fph-news-feed {
    color: #fff;
}

.fph-news-feed-header {
    margin-bottom: 22px;
}

.fph-news-feed-header h2 {
    margin: 6px 0;
    font-size: 28px;
}

.fph-news-feed-header p {
    color: #94a3b8;
}

.fph-news-feed-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fph-news-feed-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 16px;
    background: #111827;
    border: 1px solid rgba(148,163,184,.14);
}

.fph-news-impact {
    min-width: 72px;
    text-align: center;
    border-radius: 14px;
    padding: 12px 8px;
    font-weight: 700;
}

.fph-news-impact strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.fph-news-impact span {
    font-size: 11px;
    opacity: .85;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.fph-news-positive {
    background: rgba(34,197,94,.16);
    color: #4ade80;
}

.fph-news-negative {
    background: rgba(239,68,68,.16);
    color: #f87171;
}

.fph-news-high {
    background: rgba(59,130,246,.16);
    color: #60a5fa;
}

.fph-news-medium {
    background: rgba(234,179,8,.16);
    color: #facc15;
}

.fph-news-low {
    background: rgba(148,163,184,.16);
    color: #cbd5e1;
}

.fph-news-content {
    flex: 1;
}

.fph-news-meta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.fph-news-signal,
.fph-news-source,
.fph-news-date {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #1e293b;
    color: #cbd5e1;
}

.fph-news-content h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
}

.fph-news-content a {
    color: #fff;
    text-decoration: none;
}

.fph-news-content a:hover {
    color: #93c5fd;
}

.fph-news-feed-empty {
    color: #94a3b8;
}

@media (max-width: 720px) {

    .fph-news-feed-item {
        flex-direction: column;
    }

    .fph-news-impact {
        width: 100%;
    }
}

.fph-news-feed-item {
    min-height: 86px;
}

.fph-news-content h3 {
    min-height: 42px;
}