/* ============================================================
   Related Roommate Listings — لینک داخلی آگهی‌های هم‌شهر
   (سبک هماهنگ با pillهای بخش «دانشگاه‌های دیگر»)
   ============================================================ */

.related-roommates-box {
    margin-top: 24px;
}

.related-pills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.related-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 999px;
    color: #166534;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
    line-height: 1.6;
}

.related-pill:hover {
    background: #DCFCE7;
    border-color: #86EFAC;
    transform: translateY(-1px);
    color: #14532D;
}

.related-pill-title {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-pill-price {
    font-size: 12px;
    font-weight: 700;
    color: #059669;
    direction: ltr;
    padding-right: 4px;
    border-right: 1px solid #BBF7D0;
    padding-left: 2px;
}

.related-view-all {
    display: inline-block;
    margin-top: 16px;
    color: #16A34A;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
}

.related-view-all:hover {
    text-decoration: underline;
}

/* موبایل: pillها تمام‌عرض‌تر و خواناتر */
@media (max-width: 768px) {
    .related-pill {
        font-size: 13px;
        padding: 9px 14px;
    }
    .related-pill-title {
        max-width: 160px;
    }
}
