.nqge-updated {
    color: #5b6472;
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

.nqge-share {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 2rem 0;
}

.nqge-share a,
.nqge-button {
    background: #111827;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    line-height: 1;
    padding: 0.75rem 0.9rem;
    text-decoration: none;
}

.nqge-share a:hover,
.nqge-button:hover {
    background: #0f766e;
    color: #fff;
}

.nqge-block {
    border-top: 1px solid #d7dde6;
    margin: 2.25rem 0 0;
    padding-top: 1.25rem;
}

.nqge-block h2,
.nqge-newsletter h2 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
    margin: 0 0 1rem;
}

.nqge-cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.nqge-card {
    border: 1px solid #d7dde6;
    border-radius: 8px;
    overflow: hidden;
}

.nqge-card a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.nqge-card img {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.nqge-card h3 {
    font-size: 1rem;
    line-height: 1.35;
    margin: 0;
    padding: 0.8rem;
}

.nqge-trending ol {
    counter-reset: nqge-trend;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nqge-trending li {
    border-bottom: 1px solid #e5e7eb;
    counter-increment: nqge-trend;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 2rem 1fr;
    padding: 0.75rem 0;
}

.nqge-trending li::before {
    color: #0f766e;
    content: counter(nqge-trend);
    font-weight: 800;
}

.nqge-newsletter {
    background: #f4f7fb;
    border: 1px solid #d7dde6;
    border-radius: 8px;
    margin: 2rem 0 0;
    padding: 1.25rem;
}

.nqge-ad-slot {
    margin: 1.5rem 0;
    text-align: center;
}

@media (max-width: 640px) {
    .nqge-share a,
    .nqge-button {
        justify-content: center;
        width: 100%;
    }
}
