/* ===== PLATFORM REGION FLAGS (Punesim.com, Shpallje.com) ===== */

.platform-card-region .platform-description {
    margin-bottom: 8px;
}

.platform-countries {
    font-size: 0.75rem;
    color: var(--text-light, #6b7280);
    line-height: 1.4;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2px 6px;
}

.platform-countries .platform-flag {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
}

.platform-countries .platform-flag:not(:first-child) {
    margin-left: 2px;
}

.platform-card-region .platform-countries {
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.04);
    color: var(--text-color, #1a1a1a);
    font-weight: 500;
}

.platform-card-region:hover .platform-countries {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.08);
}
