.qing-popular-posts {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 2rem;
}

.qing-popular-posts__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.qing-popular-posts__head-title {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #196eca;
    font-weight: 700;
}

.qing-popular-posts__head-line {
    width: 32px;
    height: 1px;
    background: #196eca;
}

.qing-popular-posts__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qing-popular-posts__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.qing-popular-posts__item:first-of-type {
    padding-top: 0;
}

.qing-popular-posts__item:hover {
    opacity: 0.75;
}

.qing-popular-posts__thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    overflow: hidden;
    border-radius: 0;
}

.qing-popular-posts__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.qing-popular-posts__item:hover .qing-popular-posts__thumb img {
    transform: scale(1.08);
}

.qing-popular-posts__cat {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #196eca;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.qing-popular-posts__title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #0f1d2f;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Newsletter section */
.qing-popular-posts__newsletter {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.qing-popular-posts__newsletter-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #0f1d2f;
    margin-bottom: 0.5rem;
}

.qing-popular-posts__newsletter-desc {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.qing-popular-posts__newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.qing-popular-posts__newsletter-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #0f1d2f;
    outline: none;
    transition: border-color 0.3s;
}

.qing-popular-posts__newsletter-input:focus {
    border-color: #196eca;
}

.qing-popular-posts__newsletter-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #0f1d2f;
    color: #fff;
    border: none;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    cursor: pointer;
    transition: background 0.35s ease;
}

.qing-popular-posts__newsletter-btn:hover {
    background: #196eca;
}

.qing-popular-posts__newsletter-msg {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    display: none;
}

.qing-popular-posts__newsletter-msg--success {
    display: block;
    color: #065f46;
}

.qing-popular-posts__newsletter-msg--error {
    display: block;
    color: #991b1b;
}
