.mention-link,
.hashtag-link {
    color: #2563eb;
    font-weight: 800;
    text-decoration: none;
}

.mention-link:hover,
.hashtag-link:hover {
    text-decoration: underline;
}

.mention-special {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    padding: 0 0.28rem;
    color: #1d4ed8;
}

.blog-tags a {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    padding: 0.25rem 0.55rem;
    color: #1d4ed8;
    font-weight: 800;
    text-decoration: none;
}

.feed-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.feed-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    max-width: 100%;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.42rem 0.58rem;
    text-decoration: none;
}

.feed-tag-chip:hover {
    background: rgba(37, 99, 235, 0.15);
    text-decoration: none;
}

.feed-tag-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 0.72rem;
    font-weight: 400;
}

.hashtag-page .main-content {
    width: min(100%, 980px);
    margin: 0 auto;
}

.hashtag-results-shell {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

.hashtag-results-head {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
}

.hashtag-results-head h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1;
}

.hashtag-results-head p {
    margin: 0;
    color: #64748b;
    font-weight: 800;
}

.hashtag-result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    align-items: start;
}

.hashtag-result-card {
    overflow: hidden;
    min-width: 0;
}

.hashtag-result-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e5e7eb;
}

.hashtag-result-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.hashtag-result-body {
    display: grid;
    gap: 0.35rem;
    padding: 0.9rem;
    min-width: 0;
}

.hashtag-result-body small {
    color: #64748b;
    font-weight: 850;
}

.hashtag-result-body h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.2;
}

.hashtag-result-body a {
    color: inherit;
    text-decoration: none;
}

.hashtag-result-author,
.hashtag-result-body p {
    margin: 0;
    color: #475569;
}

.hashtag-result-body p {
    line-height: 1.45;
}
