/* Seller link: full-width row below the original vendor card grid. */
.mg-product-vendor .papo-news-seller-source-actions {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin-top: 6px;
}

.mg-product-vendor a.papo-news-seller-source-link {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    background: #1f7a4d !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    border: 0 !important;
    transition: background 0.2s, transform 0.15s;
}

.mg-product-vendor a.papo-news-seller-source-link:hover,
.mg-product-vendor a.papo-news-seller-source-link:focus {
    background: #18623e !important;
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.mg-product-vendor a.papo-news-seller-source-link svg {
    flex: 0 0 auto;
}

.mg-product-vendor .papo-news-seller-source-hint {
    margin: 5px 0 0;
    padding: 0;
    font-size: 9px;
    line-height: 1.35;
    color: #94a3b8;
    text-align: center;
}
